* {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    letter-spacing: .025em;
    /*transition: 0.15s all linear;*/
}
.sidebar-wrap {
    font-family: 'Rubik', sans-serif !important;
    font-style: normal;
    letter-spacing: .025em;
}
a {
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}
button {
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}
a, span {
    background-repeat: no-repeat;
}
.tooltip{
    position:absolute;
}
/*svg {*/
/*transition: 0s;*/
/*}*/

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff;
}

.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: #00b0f0;
}

.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;
}

.price-table-body {
    margin: 10px 0 0 0;
}

.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;
}

.bg-catalog {
    background: #e5e7eb;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 150px;
}

.p-r-l-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.m-r-l-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.inline-block {
    display: inline-block;
}

button {
    outline: transparent;
}

.btn-type-1 {
    border: 1px solid var(--main-color);
    border-radius: 0px;
    color: var(--main-color);
    background: transparent;
}

.btn-type-1:hover {
    color: #ffffff;
    background: var(--main-hover-color);
}

.svg-tecDoc {
    height: 36px;
    -webkit-box-shadow: 0px 0px 0px 0px #dfdfdf, 3px 3px 6px 0px #dfdfdf;
    box-shadow: 0px 0px 0px 0px #dfdfdf, 3px 3px 6px 0px #dfdfdf;
    margin-top: 4px;
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}
.svg-tecDoc:hover {
    -webkit-box-shadow: var(--box-shadow-catalog);
    box-shadow: var(--box-shadow-catalog);
}

.recently-added-info-bottom-second.not-available {
    display: none;
}

.header-button {
    height: 36px;
    width: 102px;
    font-size: 14px;
    font-weight: 500;
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.opacity {
    -webkit-filter: opacity(0);
    filter: opacity(0);
}

.header-top-item.manager {
    padding-right: 40px;
    cursor: pointer;
    background: #404d5e;
}

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

a.not-login {
    color: var(--main-hover-color);
}

.header-item-link,
.header-item-link:hover,
.header-item-link span:hover,
.user-link,
.user-link:hover {
    text-decoration: none;
}

.header-item-link:active,
.user-link:active {
    text-decoration: none;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.manager-phone a {
    font-weight: 700;
    font-size: 14px;
}

.green {
    color: #00dc2c !important;
}

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

.h-100 {
    height: 100%;
}

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

.fogging {
    width: 100%;
    height: 100%;
    background: rgba(46, 48, 46, .98);
    -webkit-filter: opacity(0);
    filter: opacity(0);
}

.p0 {
    padding: 0 !important;
}

.fogging-container.active {
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 202;
}

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

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

.p-0 {
    padding: 0;
}


.header-top-container nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.be-a-partner-info img.img-responsive {
    margin-top: 10px;
}

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

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

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

.header-top-item {
    position: relative;
}

.header-logo {
    width: 160px;
}

.hamburger-item {
    width: 45px;
    padding: 0 10px;
}

.mobile .information-about-manager {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile .manager-about p {
    text-align: center;
}

svg.arrow-back {
    height: 20px !important;
    position: absolute;
    top: 20px;
    left: 20px;
}

.mobile.close-button {
    font-size: 20px;
    color: #dedede;
    position: absolute;
    top: 10px;
    left: 90%;
    padding: 10px 15px;
    z-index: 999;
}

.manager-contact.mobile svg,
.manager-contact.mobile img {
    height: 75px;
    margin-bottom: 15px;
}

.mobile .information-about-manager a,
.mobile .information-about-manager span {
    font-size: 14px;
}

.hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    background: transparent;
    width: 35px;
    height: 32px;
    cursor: pointer;
    border: 2px solid #dedede;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.owl-nav.disabled {
    display: none;
}

.product-item:hover .container-add-to-cart,
.product-item:hover input.add-item {
    border-color: var(--main-color);
}

/*.product-item:hover .container-add-to-cart {*/
/*background: var(--main-color);*/
/*}*/

/*.container-add-to-cart:hover input.add-item {*/
/*border-color: var(--main-hover-color);*/
/*}*/
.view-tiles-view .table-striped:nth-child(odd) tr:hover .button-on-item,
.view-tiles-view .table-striped:nth-child(odd) tr:hover .container-add-to-cart {
    background: var(--main-color);
}

.view-tiles-view .table-striped:nth-child(odd) tr:hover {
    -webkit-box-shadow: var(--box-shadow-catalog);
    box-shadow: var(--box-shadow-catalog);
    border: 1px solid var(--main-color);
}

.view-tiles-view .table-striped:nth-child(odd) tr:hover:first-child {
    -webkit-box-shadow: none;
    box-shadow: none;
}

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


.category-dropdown-menu.mobile ul.lang-list-mobile {
    padding: 0px;
    display: none;
    position: absolute;
    background: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 17px;
}


.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.in-cart {
    /*font-size: 10px;*/
    /*color: #dedede;*/
    /*margin-top: 2px;*/
    /*margin-left: 4px;*/
}

.background {
    background: #0070c0;
    position: relative;
}

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

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

.header-middle-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.search-form {
    position: relative;
}

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

.search-form input {
    position: relative;
    height: 36px;
    margin: 0;
    border-bottom: 1px solid #374251 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-radius: 0px !important;
    padding: 10px 10px 10px 0 !important;
    color: var(--font-color-1);
    float: left;
    box-shadow: none;
}

.search-form input:focus {
    border-color: #374251 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--font-color-5);
}

.search-form input::-moz-placeholder {
    font-size: 14px;
    color: var(--font-color-5);
}

.search-form input:-ms-input-placeholder {
    font-size: 14px;
    color: var(--font-color-5);
}

.search-form input::-ms-input-placeholder {
    font-size: 14px;
    color: var(--font-color-5);
}

.search-form input::placeholder {
    font-size: 14px;
    color: var(--font-color-5);
}

tr:nth-child(even) {
    background: #ffffff;
}

.svg-key {
    float: left;
    height: 16px;
    margin: 2px 5px 0px 0px;
}

.svg-phone {
    height: 12px;
    margin-right: 5px;
    margin-bottom: 4px;
}

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

.search-form button svg {
    height: 21px;
    margin-top: 3px;
    fill: #231f20;
    transition: 0.15s all linear;
}

.search-form button:hover svg {
    fill: var(--main-hover-color);
}

.btn-search {
    width: 30px;
    padding: 0;
    height: 36px;
    border: none;
    background: inherit;
    border-radius: 0;
    border-bottom: 1px solid #374251;
}

/*.btn-search:hover {*/
/*background: var(--main-hover-color);*/
/*}*/

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

.user-item {
    padding: 10px 0;
}

.header-item,
.user-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*    justify-content: center*/
    padding-left: 32%;
}

.row.wrapper-for-recently-added {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-item {
    padding: 6px 0;
    letter-spacing: 0.025em;
}

.header-item a {
    padding: 5px 0 7px 0px;
    text-align: center;
}

.header-item a span {
    padding: 0px;
}

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

.user-dropdown-top {
    margin: 70px 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}

.mobile .cart-in-header.mobile .cart-in-header-info span {
    color: var(--mobile-font-color-dropdown);
    text-transform: lowercase;
}

.wrap-mobile-item-list .header-item {
    color: var(--mobile-font-color-dropdown);
}

.wrap-mobile-item-list .header-item:first-child {
    padding-top: 25px !important;
}

.user-menu-mobile svg {
    height: 18px;
    fill: var(--mobile-font-color-dropdown);
}

.user-menu-mobile .user-link span {
    color: var(--mobile-font-color-dropdown);
}


.user-menu-mobile .name-of-user {
    font-size: 14px !important;
}

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

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

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

.category-dropdown-menu .header-item-link span {
    color: white !important;
}

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

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

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

.user-list-menu .user-item:hover a {
    color: #004494;
}

.header-item-link span {
    padding-left: 20px;
}

.close-list-menu {
    z-index: 10;
}

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

.mobile .contract-info {
    padding-top: 0px;
}

.dropdown-cart .contract svg {
    left: 92%;
}

.cart-in-header.mobile svg {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.cart-in-header.mobile .cart-in-header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-in-header.mobile .cart-in-header-info span {
    font-size: 14px;
    color: var(--mobile-font-color-dropdown);

}

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

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

.category-dropdown-menu.active.language-open {
    -webkit-transform: translate(-200%);
    -ms-transform: translate(-200%);
    transform: translate(-200%);
}

.language-select.mobile p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.language-select.mobile p a {
    color: var(--font-color-2);
}

.close,
.close-btn {
    position: absolute;
    margin: 0;
    right: 20px;
    top: 0px;
    opacity: 1;
    text-shadow: none;
}

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

/*.close-btn:after, .close-btn:before, .close:after, .close:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #fff;*/
/*    top: 50%;*/
/*    left: 50%*/
/*}*/

.close-btn:after,
.close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    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: 25px 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #676767;
    border-top: 1px solid #676767;
    margin: 0 15px;
}

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

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

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

.btn-general-style {
    color: #fff;
    background: #004494;
    font-weight: 700;
    border-radius: 0px;
    border-color: #004494;
}

.btn-general-style:active,
.btn-general-style:hover,
.btn-general-style:active:hover,
.btn-general-style:focus {
    color: #fff;
    background: #004494;
    border-color: #004494;
}
.currency-val div {
    width: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

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

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

.language-select {
    position: relative;
}

.language-select-top {
    position: relative;
}

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

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

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

.manager-contact.mobile {
    left: 100%;
}

.language-select.mobile {
    left: 200%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.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%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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


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

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

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

.manage-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
}

.manager-name {
    padding-bottom: 5px;
    color: var(--font-color-2);
    margin: 0px;
    white-space: nowrap;
}

.manager-phone {
    color: var(--font-color-2);
    margin: 0px;
    white-space: nowrap;
}


.header-cabinet-category {
    width: auto;
    padding: 0 5px;
}

.header-cabinet-category-container {
    margin: 0px 20px 0px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-cabinet-category:hover {
    background: #5a6a76;
}

.header-cabinet-category svg {
    height: 16px;
    fill: #ffffff;
}

.header-cabinet-category p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
}

.header-cabinet-link {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.more-contacts span:first-child {
    padding-top: 15px;
}

.more-contacts span {
    padding: 5px 0px;
}

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

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

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

.cart-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 15px 15px 15px;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
}

.debt {
    padding: 15px 0px;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    margin: 15px 15px;
}

.debt a {
    color: #fff;
}

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

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

.contract {
    position: relative;
    cursor: pointer;
}

.contract svg.arrow-down-svg,
.contract svg.arrow-up-svg,
.manager svg.arrow-down-svg,
.manager svg.arrow-up-svg {
    position: absolute;
    top: 35%;
    color: #d6d6d6;
    cursor: pointer;
    z-index: 11;
}

.manage-about {
    position: relative;
    z-index: 11;
}

.contract-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 15px 0px 15px;
}

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

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

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

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

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

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

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

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

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

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

.contract-dropdown {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    height: 0;
    -webkit-filter: opacity(0);
    filter: opacity(0);
}


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

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

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

.company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;

}

.lang-list {
    position: absolute;
    padding: 18px;
    font-weight: 700;
    border-radius: 0px;
    left: -16px;
    top: -13px;
    background: white;
    z-index: 10;
    display: none;
    -webkit-box-shadow: var(--box-shadow-catalog);
    box-shadow: var(--box-shadow-catalog);
}

.company-name {
    color: #2e302e;
}

.company span:first-child {
    font-size: 12px;
    vertical-align: middle;
}
.contract-dropdown .company span:first-child {
    margin-right: 15px;
    color: var(--font-color-5);
    font-weight: 600;
}
.company span:nth-child(2) {
    width: 70%;
    word-break: break-word;
}

.contract-dropdown form {
    border-radius: 0px;
    margin: 0px 0px 20px 0px;
    width: calc(100% - 30px);
}

.contract-dropdown .custom-button {
    right: 18px;
    top: -1px;
    position: absolute;
    fill: var(--main-color);
}

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

.contract-type-item a {
    display: block;
    color: white;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

.contract-type-item {
    cursor: pointer;
    padding: 6px 20px;
}

.contract-type-item.current-contract {
    border: 1px solid #dedede;
    position: relative;
}

.contract-type-item.current-contract:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 8px;
    width: 5px;
    height: 5px;
    background: var(--main-color);
    border-radius: 50%;
}


.contract-type-item.current-contract i {
    position: absolute;
    font-size: 30px;
    left: -2px;
    top: 0px;
    color: var(--background-color-white);
}

span.select2-selection.select2-selection--single {
    border-radius: 0px;
}

.contract-type-item .active {
    background: #cff !important;
    color: #000 !important;
}

.contract-type-item:hover {
    background: #e5e7eb;
}

.arrow:before {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

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

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

.arrow.active:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.arrow.active:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.header-middle-list:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header-middle-item.cart {
    height: 100%;
    width: auto;
    margin-left: 10px;
    padding: 0px 20px 0 15px;
}

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

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

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

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

.w-100 {
    width: 100% !important;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-for-partner-carousel .owl-next,
.wrapper-for-partner-carousel .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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: -webkit-gradient(linear, left top, right top, color-stop(0, #e6ffff), color-stop(33%, hsla(0, 0%, 100%, .81)), to(hsla(0, 0%, 100%, .42)));
    background: -o-linear-gradient(left, #e6ffff 0, hsla(0, 0%, 100%, .81) 33%, hsla(0, 0%, 100%, .42));
    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;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.wrapper-for-partner-carousel .owl-next {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, .42)), color-stop(33%, hsla(0, 0%, 100%, .81)), to(#e6ffff));
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, .42) 0, hsla(0, 0%, 100%, .81) 33%, #e6ffff);
    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;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 45px;
    left: 0;
}

.content-on-slider .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    color: #004494;
    padding: 1px 5px;
    -webkit-transform: translate(20px, 3px);
    -ms-transform: translate(20px, 3px);
    transform: translate(20px, 3px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    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;
}

td.table-delete-item-from-cart {
    padding-top: 11px !important;
    height: 55px;
}

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

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

.available-table {
    color: #cb5550;
    font-weight: 700;
}

.top-main-slider {
    overflow: hidden;
    clip-path: polygon(120% 0, 10% 0, -20% 100%, 90% 100%);
    -webkit-clip-path: polygon(120% 0, 10% 0, -20% 100%, 90% 100%);
}

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

.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;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

.gradient-line {
    /*    width: 84%;*/
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #004494), to(#cbffff));
    background: -o-linear-gradient(left, #004494 0, #cbffff);
    background: linear-gradient(90deg, #004494 0, #cbffff);
    margin: 6px 15px;
}

.height-2 {
    height: 2px
}

.height-4 {
    height: 4px
}

.height-6 {
    height: 5px
}

.height-8 {
    height: 8px;
    margin-top: 14px;
}

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

.category-aside-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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;
}


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: 0px 35px;
    background: var(--backgroud-color-main);
}

.news-item .news-container {
    background: #ffffff;
}

.news-container,
.address-container .address-block {
    padding: 0 20px 45px 20px;
}

.address-container .address-block {
    color: #ffffff;
    height: 100%;
}

.news-lite-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid var(--background-color-grey);
    padding-bottom: 15px;
    margin-top: 32px;
}

.more-news {
    padding-bottom: 0px;
    margin-top: 35px;
}

.news-page-news-container .wrapper-for-news-button .subscibe-block {
    padding: 0px 30px 20px 30px;
}

.wrapper-for-news-button .subscibe-block {
    padding: 0px 0px 20px 0px;
}

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


.news-container span {
    color: var(--font-color-1);
    font-size: 14px;
    padding: 4px 0 10px 0;
}

.news-container .new-lite-name {
    padding: 0;
}

.news-lite-item a span {
    color: var(--font-color);
    font-size: 14px;
}

.news-lite-item span {
    line-height: 1.75;
}

.news-button {
    text-align: center;
    border: 1px solid var(--button-color-1);
    width: 100%;
    margin: 35px 0px 65px 0px;
    transition: 0.15s all linear;
}

.news-button:hover {
    border: 1px solid var(--main-hover-color);
}

.news-button a {
    color: var(--font-color);
    font-size: 12px;
    width: 100%;
    display: block;
    padding: 9px 0;
    transition: 0.15s all linear;
}

.news-button:hover a {
    color: var(--main-hover-color);
}

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

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

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

.subscribe-round:before {
    top: 38%;
    -webkit-transform: translate(-40%) rotate(44deg);
    -ms-transform: translate(-40%) rotate(44deg);
    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%;
    -webkit-transform: translate(-40%) rotate(-44deg);
    -ms-transform: translate(-40%) rotate(-44deg);
    transform: translate(-40%) rotate(-44deg);
}

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

.subscibe-block a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.recently-added .top h2 {
    font-size: 36px;
    color: var(--font-color);
    font-weight: 700;
    margin-top: 100px;
}

.wrapper-for-recently-added {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.recently-added-item {
    height: 460px;
    max-width: 290px;
    padding: 20px;
    position: relative;
    border: 3px solid #dedede;
    overflow: hidden;
}

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

.recently-added-img-container {
    display: block;
    height: 140px;
    width: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 50%;
    cursor: pointer;
}

.product-item label,
.product-item label {
    font-size: 12px;
    color: var(--items-font-color-2);
    font-weight: normal;
}


.recently-added-info-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 0px 30px 0px;
}

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

.no-available,
.no-price {
    color: var(--font-color-1);
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    display: block;
    padding: 0 20px;
}

.product-item.tile-view .no-available {
    text-align: center;
    margin: 35px 0 0 0;
}

.product-item.list-view .no-available {
    text-align: center;
}

.recently-added-info-top .name {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--font-color);
}

.recently-added-info-top .article,
.recently-added-info-top .brand {
    font-size: 14px;
    font-weight: 400;
    color: var(--font-color-1);
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.recently-added-info-top .where {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.recently-added-info-bottom span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.recently-added-info-bottom .in-stock {
    font-size: 14px;
    color: #676767;
}

.recently-added-info-bottom .price {
    font-size: 16px;
    font-weight: 700;
}

.button-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-on-item.disable {
    color: #8d8d8d;
    background: #faf8f8;
    border: 1px solid #dedede;
    cursor: auto;
}

.button-container .button-on-item:nth-child(3) {
    /*width: 35%;*/
}

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

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

.button-on-item img {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.manager-contact-top-header {
    display: none;
}

.write-us {
    position: absolute;
    left: -45px;
    font-size: 12px !important;
    top: 25px;
    width: 120px;
    text-align: center;
    opacity: 0;
    font-weight: 500 !important;
    background: #ffffff;
    padding: 2px 5px;
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
    box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
}

.panel-group {
    padding-bottom: 18px;
}

.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;
}

.bacground-gray.about-company {
    margin-top: 0px;
    background: url("../images/bg/bg_about.jpg") no-repeat 50% 50%;
    background-size: cover;
    min-height: 620px;
}

.about-company .about-text-wrap {
    background-color: rgba(233, 244, 255, 0.9);
    -webkit-box-shadow: 0px 8px 18px 0px rgba(66, 68, 83, 0.27);
    box-shadow: 0px 8px 18px 0px rgba(66, 68, 83, 0.27);
    width: 100%;
    max-width: 555px;
    min-height: 496px;
    text-align: center;
    padding: 35px 67px;
}

.about-company .about-title {
    font-family: "Roboto Medium", sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 16px;
    letter-spacing: 0.25pt;
    color: var(--font-color-4);
}

.about-company .about-title:before {
    content: '';
    display: block;
    width: 75px;
    height: 4px;
    background-color: var(--main-color);
    margin: 0 auto 22px auto;
    border-radius: 2px;
}

.about-company .about-title:after {
    content: '';
    display: block;
    width: 98px;
    height: 9px;
    background-color: var(--main-color);
    margin: 22px auto 0 auto;
    border-radius: 4px;
}

.about-company .about-text-wrap p {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.25pt;
    color: var(--font-color-4);
}

.about-company .read-btn {
    display: block;
    width: 212px;
    border: 1px solid var(--main-color);
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: var(--button-color-3);
    background-color: var(--mobile-font-color-dropdown);
    padding: 8px 0;
    margin: 30px auto 0 auto;
}

.brand-slider {
    min-height: 180px;
    background-color: #ffffff;
}

.brand-slider .carousel {
    margin-top: 24px;
}

.brand-slider .left,
.brand-slider .right {
    background: none;
}

.brand-slider .carousel-control .icon-prev,
.brand-slider .carousel-control .glyphicon-chevron-left {
    left: -5%;
}

.brand-slider .carousel-control .icon-next,
.brand-slider .carousel-control .glyphicon-chevron-right {
    right: -5%;
}

.brand-slider .carousel-control .glyphicon-chevron-left,
.brand-slider .carousel-control .glyphicon-chevron-right,
.brand-slider .carousel-control .icon-prev,
.brand-slider .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.brand-slider .glyphicon-chevron-right:before,
.brand-slider .glyphicon-chevron-left:before {
    content: '';
}

.brand-slider .carousel-control .glyphicon-chevron-right {
    padding: 9px 0px 9px 6px;
}

.brand-slider .carousel-control .glyphicon-chevron-left {
    padding: 9px 0px 9px 10px;
}

.brand-slider .carousel-control .svg-left {
    margin-left: -26px;
}

.brand-slider .carousel-control .glyphicon-chevron-left,
.brand-slider .carousel-control .glyphicon-chevron-right,
.brand-slider .carousel-control .icon-prev,
.brand-slider .carousel-control .icon-next {
    margin-top: -23px;
}

.brand-slider .carousel-control .svg-right {
    margin-right: -8px;
}

.brand-slider .item .brend-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 115px;
}

.b2bstore {
    margin-top: 50px;

}

.b2bstore img {
    width: 100%;
}

.b2bstore p {
    margin: 0px;
    font-size: 1.4rem;
    padding-left: 43px;
    font-weight: 600;
}


.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100px;
    height: 20px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 70px);
    -ms-transform: translate(-50%, 70px);
    transform: translate(-50%, 70px);
}

.partner-dots .owl-dot {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    background: #676767;
    width: 8px;
    height: 8px;
    outline: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -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: var(--font-color);
    margin-bottom: 40px;
}

.catalog-online p {
    font-size: 16px;
    color: var(--font-color);
    line-height: 26px;
}

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

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

.online-store-bg {
    background-color: #ffffff;
}

.online-store {
    margin-top: 130px;
}

.online-store img {
    margin-top: 0;
}

.online-store h2 {
    margin: 10px 0 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Medium", sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0.25pt;
    color: var(--main-color);
}

.online-store p {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.25pt;
    color: var(--font-color-4);
}

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

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

.not-login {
    font-weight: 700;
}

.not-login:hover {
    color: var(--main-hover-color);
}

.be-a-partner {
    padding: 180px 0;
    background: #ff9793;
    -webkit-clip-path: polygon(100% 0, 0 5%, 0 100%, 100% 95%);
    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;
    -webkit-transform: translate(10px, 5px) rotate(45deg);
    -ms-transform: translate(10px, 5px) rotate(45deg);
    transform: translate(10px, 5px) rotate(45deg);
}

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

.block-with-partner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.be-a-partner-small-block span {
    font-size: 16px;
    font-weight: 700;
    height: 65%;
    color: #fff;
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 22px;
    letter-spacing: 2px;
}

.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;
    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: -webkit-gradient(linear, left top, right top, color-stop(0, #2189ff), to(#01fbff));
    background: -o-linear-gradient(left, #2189ff 0, #01fbff);
    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 h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--font-color);
}

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

.map-container {
    -webkit-box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
    box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#map {
    height: 410px;
}

footer .background {
    background: #fff;
    position: relative;
    height: 233px;
    margin-top: 0;
    padding-bottom: 20px;
}

footer {
    position: relative;
    margin-top: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

footer p {
    margin: 0px 0 3px;
}

.cc {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
}

.cc i {
    font-size: 14px;
}

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

footer .footer-logo {
    width: 178px;
}

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

footer li,
footer ul {
    list-style: none;
    /*
    display: flex;
    padding: 0;
    margin: 0px;
    width: 60%;
*/
}

footer a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    margin-left: 0px;
    display: block;
    width: 100%;
}

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

footer .working-on,
footer .working-on:hover {
    font-size: 12px;
}

.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.adv-line p {
    padding: 0;
}

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

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

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

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

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.panel-custom .title {
    border-radius: 0;
    min-height: 36px !important;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 0px 0px 10px 0px;*/
    margin: 0px 20px 0px 0px;
    width: 100%;
    padding-bottom: 2px;
}

.panel-custom .title a {
    margin: 0;
    padding: 10px 20px;
}

.panel-custom .title a span {
    font-size: 20px;
    letter-spacing: 0.075em;
    color: var(--font-color);
    font-weight: 700;
}

.panel-custom .title a svg.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-custom .title h4 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 262px;
    color: var(--font-color-4);
    text-decoration: none;
    font-weight: 400;
    float: left;
    line-height: 1.2em;
    cursor: pointer;
}

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

.panel-custom .panel-heading {
    background: transparent;
    border-radius: 0;
    min-height: 36px !important;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 2px 0px;
    margin: 0px 20px 0px 0px;
    width: 100%;
}

.panel-custom .panel-heading.active a {
    color: var(--font-active-color-1);
    font-weight: 500;
    position: relative;
}

.panel-custom .panel-heading.active a:before {
    content: "";
    float: left;
    top: calc(50% - 12px);
    left: 0;
    width: 12px;
    height: 22px;
    border-radius: 0 22px 22px 0;
    background:  var(--font-active-color-1);
    position: absolute;
}

.panel-custom .panel-heading:hover a {
    color: var(--font-hover-color-2);
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
    /* B-правка */
}

.dropdown-category .panel-title {
    /*margin: 10px 30px;*/
}

.checkout label {
    width: 200px;
}

.list-group:first-child {
    color: #4397d1 !important;
}

.panel-custom .list-group li:first-child {
    /*    padding-top: 0px; B-правка*/
}



.panel-custom .panel-heading h4 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.panel-custom .panel-heading.title {
    padding: 20px 0px;
    margin-bottom: 0px;
}


.panel-custom .panel-heading.title a {
    font-size: 20px;
    color: var(--font-color);
}

.panel-group:first-child .panel-heading {
    padding: 10px;
}

.panel-custom .panel-heading.title a:hover {
    color: var(--font-color);
}

.panel-custom .panel-heading h4 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 270px;
    color: var(--font-color);
    text-decoration: none;
    font-weight: 400;
    float: left;
    line-height: 1.2em;
    padding: 10px 20px;
}

a.btn-main {
    padding-top: 6px;
    text-align: center;
}

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

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

.list-group-item {
    border: 0 !important;
}

.panel-custom .list-group-item {
    font-size: 14px !important;
    /*padding-left: 30px !important;*/
    color: #de3932;
    border: none;
}

.list-group-item.active {
    background: inherit;
    border: 1px solid #ffffff !important;
}

/*.list-group-item.active::before {*/
/*content: "";*/
/*float: left;*/
/*top: calc(50% - 11px);*/
/*left: 0;*/
/*width: 12px;*/
/*height: 22px;*/
/*border-radius: 0 22px 22px 0;*/
/*background: #4397d1;*/
/*position: absolute;*/
/*}*/

.list-group-item.active:hover {
    background-color: inherit;
}

.list-group-item.active:hover  a {
    color: var(--font-active-color-1) !important;
}

.list-group-item.active:hover  a span {
    color: var(--font-active-color-1) !important;
}

.panel-custom .list-group-item a {
    cursor: pointer;
    color: var(--font-color);
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

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

.list-item .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sub-search-tree {
    border: 1px solid #c8c9cb;
    margin: 5px 0px;
    transition: 0.15s all linear;
}

.sub-search-tree:hover {
    border: 1px solid #ffffff;
}

.sub-search-tree:hover a {
    color: var(--main-hover-color);
}

.sub-search-tree a {
    color: var(--font-color);
    padding: 10px;
    display: block;
}

.sub-search-tree p {
    margin: 0px;
    text-align: center;
}

.product-subcategory {
    margin: 20px 0px 0px 0px;
    padding: 0px 15px;
}

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

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

.button-container {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.table-view .button-container {
    margin-top: 0;
}

.analog .button-container,
.analog-info .button-container,
.table-view .button-container {
    height: auto;
}

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

.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 {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    width: 13px !important;
    height: 13px !important;
    margin-right: 5px
}

.product-item {
    height: 550px;
    margin-top: 12px;
    overflow: hidden;
    max-width: 290px;
    padding: 20px 18px 30px 18px;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
    box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
}

.product-item.retail {
    height: 500px;
}

.tec-doc-tabs {
    margin: 25px 0 0 0;
}
.tec-doc-navigation {
    margin: 25px 0 25px 0;
}
.tec-doc.guest {
    display: none;
}
.tec-doc-block .nav-tabs {

}

.page-navigation.no-page {
    display: none !important;
}

.product-item:hover {
    -webkit-box-shadow: 1px 2px 6px 0px rgba(154, 154, 154, 1);
    box-shadow: 1px 2px 6px 0px rgba(154, 154, 154, 1);
}


.product-item:hover a.button-on-item.disable {
    background: #faf8f8;
}

.product-item:hover .recently-adde-button .button-on-item {
    color: #ffffff;
}

.product-item:hover .recently-adde-button .button-on-item.disable {
    color: #8d8d8d;
}

.product-item:hover .recently-adde-button .button-on-item svg {
    fill: #ffffff;
}


.container-add-to-cart {
    height: 100%;
    /*-webkit-box-flex: 1;*/
    /*-webkit-flex: 1 0 auto;*/
    /*-ms-flex: 1 0 auto;*/
    /*flex: 1 0 auto;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    position: relative;
}

.container-add-to-cart a {
    color: var(--font-color-2);
    font-size: 12px;
    width: 60px;
    padding: 6px 0 0 0;
    height: 30px;
    font-weight: 400;
    display: inline-block;
    transition: 0.15s all linear;
    text-align: center;
}
.view-tile .container-add-to-cart{
    width: 110px;
    margin-top: 3px;
}
.view-tile .button-container .buy-btn {
    max-height: 66px;
}
.view-tile .container-add-to-cart a {
    width: 50px;
    margin-right:0!important;
}
.view-tile .container-add-to-cart a.last-button {
    width: 104px;
}
.view-list .container-add-to-cart a {
    width: 53px;
}
.view-list .container-add-to-cart a.last-button {
    width: 117px;
}
.container-add-to-cart a.last-button {
    width: 131px;
}

.remote .container-add-to-cart a.last-button {
    width: 123px;
}

.table-view .container-add-to-cart a.last-button {
    width: 91px;
}

.container-add-to-cart.product-in-cart a {
    padding: 5px 0 0 0;
}

.container-add-to-cart input {
    width: 55px;
    border: 1px solid var(--button-color-1);
    text-align: center;
    outline: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(167, 168, 170, 0.7) inset;
    box-shadow: 0px 0px 5px 0px rgba(167, 168, 170, 0.7) inset;
}

.container-add-to-cart svg {
    height: 19px;
}

.container-add-to-cart input.in-cart {
    width: 85px;
    border: 1px solid #374251;
}

.container-add-to-cart input::-webkit-input-placeholder,
.container-add-to-cart input {
    font-size: 12px;
    color: var(--button-color-1);
}

.container-add-to-cart input::-moz-placeholder,
.container-add-to-cart input {
    font-size: 12px;
    color: var(--button-color-1);
}

.container-add-to-cart input:-ms-input-placeholder,
.container-add-to-cart input {
    font-size: 12px;
    color: var(--button-color-1);
}

.container-add-to-cart input::-ms-input-placeholder,
.container-add-to-cart input {
    font-size: 12px;
    color: var(--button-color-1);
}

.container-add-to-cart input::placeholder,
.container-add-to-cart input {
    font-size: 12px;
    color: var(--button-color-1);
}

.container-add-to-cart input.in-cart::-webkit-input-placeholder,
.container-add-to-cart input.in-cart {
    color: #374251;
    font-weight: 500;
}

.container-add-to-cart input.in-cart::-moz-placeholder,
.container-add-to-cart input.in-cart {
    color: #374251;
    font-weight: 500;
}

.container-add-to-cart input.in-cart:-ms-input-placeholder,
.container-add-to-cart input.in-cart {
    color: #374251;
    font-weight: 500;
}

.container-add-to-cart input.in-cart::-ms-input-placeholder,
.container-add-to-cart input.in-cart {
    color: #374251;
    font-weight: 500;
}

.container-add-to-cart input.in-cart::placeholder,
.container-add-to-cart input.in-cart {
    color: var(--font-color);
    font-weight: 500;
}

.product-item:hover .container-add-to-cart input::-webkit-input-placeholder {
    color: var(--main-color);
}

.product-item:hover .container-add-to-cart input::-moz-placeholder {
    color: var(--main-color);
}

.product-item:hover .container-add-to-cart input:-ms-input-placeholder {
    color: var(--main-color);
}

.product-item:hover .container-add-to-cart input::-ms-input-placeholder {
    color: var(--main-color);
}

.product-item:hover .container-add-to-cart input::placeholder {
    color: var(--main-color);
}

.button-container .container-add-to-cart .button-on-item:hover {
    background: var(--main-hover-color);
}


/*
.container-add-to-cart.product-in-cart:after {
    left: 84px;
}
*/


.product-item a,
.product-item a:hover {

    text-decoration: none
}

.view-tiles-view .div-carousel {
    display: none;
}

.view-tiles-view h3.text-promo {
    display: none;
}

.modal.analogs table {
    margin: 0px;
}

.modal.analogs .modal-dialog {
    width: 80%;
}

.modal.analogs .button-on-item {
    padding: 0px 15px;
    margin: 0px 5px;
}


.custom-modal-1 {
    width: 90%;
}

.custom-modal-1 tr:nth-child(even) {
    background: transparent;
}

.custom-modal-1 td {
    vertical-align: middle;
}

.custom-modal-1 th {
    font-weight: 700;
}

.btn.related {
    background: transparent;
    border: 1px solid #d2d9e2;
    height: 24px;
    width: 100%;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    color: var(--font-color-1);
    padding: 0px;
    margin-top: 16px;
    -webkit-box-shadow: 2px 3px 13px 0px rgba(32, 44, 101, 0.1);
    box-shadow: 2px 3px 13px 0px rgba(32, 44, 101, 0.1);
}

.btn.related:hover {
    background: var(--main-hover-color);
    color: #ffffff;
}

.btn.related.unable {
    cursor: auto;
    opacity: 0.5;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
}

.btn.related.unable:hover {
    background: transparent;
    color: var(--font-color-1);
}

.btn.analogs {
    font-size: 12px;
    letter-spacing: 0.075em;
    color: var(--font-color-1);
    font-weight: 500;
    padding: 0px 13px 1px 13px;
    border-radius: 0px;
    background: var(--main-light-color);
    border: 1px solid #d2d9e2;
}

.btn.analogs:hover {
    color: #ffffff;
    background: var(--main-color);
}

.tile-view .btn.analogs {
    position: absolute;
    top: -10px;
    left: calc(50% - 40px);
}

hr .product-line {
    border-color: #d2d9e2;
}

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

.product-item .recently-added-info {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0px 0px 0px;

}

.form-control:focus {
    border-color: var(--main-hover-color) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.product-item .recently-added-info-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
}

.badge {
    width: auto;
    padding: 2px 10px 5px 5px;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    color: #fff;
    background-color: var(--font-color);
    border-radius: 10px;
    margin-top: 2px;
    line-height: normal;
}

.has-error .form-control {
    border: 2px solid #ff0000;
}

.recently-added-info-top label {
    width: 70px;
    margin: 5px 0px;
}

.product-item .recently-added-info-top .name {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: var(--font-color);
    height: 40px;
}

.button-on-item.cart #cart-svg {
    height: 19px;
    margin-top: 0px;
}

.product-item .recently-added-info-top .name a {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--font-color);
    line-height: 1.2em;
}

.product-item .recently-added-info-bottom span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-item .price span {
    text-transform: lowercase;
    color: var(--main-color);
}

.product-item .price.rrp span,
.price.rrp  {
    text-transform: lowercase;
    color: var(--items-font-color-2);
}

.table-price-catalog .currency-code,
.product-item .price .currency-code {
    color: var(--font-color-1);
    font-weight: 400;
    margin: 0 2px;
}

.product-item .in-stock span {
    font-size: 14px;
    color: var(--items-font-color-3);
    font-weight: 700;
    text-transform: none;
}

.product-item .in-stock .uom {
    color: var(--font-color-1);
    font-weight: 400;
    margin: 0 3px;
}

.checkout-thank h3 {
    margin: 100px 0px 20px 0px;
}

.checkout-thank h5 {
    margin: 0px 0px 20px 0px;
}

.product-item .recently-added-info-bottom .price {
    font-size: 16px;
    font-weight: 900;
    color: black;
}

.product-item .recently-added-button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.button-on-item {
    display: block;
    text-align: center;
    height: 100%;
    margin: 0;
    background: var(--button-color-1);
    color: #f5f5f5;
    cursor: pointer;
    border-radius: 0px;
    padding-top: 4px;
}

.list-view .button-on-item {
    height: 30px;
}

.list-view .button-container .buy-btn-pack {
    height: 65px;
    margin-top: 8px;
}
.buyWidgetSpinerAmount{
    width:55px;
}
.phone-button {
    height: 100%;
    width: 75px;
    background: var(--button-color-1);
    margin-left: 3px;
    text-align: center;
}
.product-item:hover .phone-button {
    background: var(--main-color);
}
.product-item .phone-button:hover {
    background: var(--main-hover-color);
}



.phone-button svg {
    height: 16px;
    margin: 7px;
    fill: var(--font-color-2)
}

.button-on-item.cart-item {
    width: 25%;
    margin-left: 5px;
}

.button-on-item.cart-item.delete {
    width: 16%;
    margin: 0px;
}

.available-full.table.table-stripped td {
    padding: 10px 0px 0px 0px;
}

.available-full.table.table-stripped .div-input input {
    height: 30px;
    margin: 0px 0px 0px 5px;
    width: auto;
}

.available-full.table.table-stripped .div-location {
    padding: 0px 0px 0px 10px;
    max-height: 20px;
    overflow: hidden;
    text-align: left;
}

.available-full.table.table-stripped .div-available {
    margin-left: 24%;
}

.available-full.table.table-stripped .div-price {
    text-transform: lowercase;
    color: #000000;
    font-weight: 700;
}

.product-item .recently-added-button .button-on-item:nth-child(3) {
    margin-top: 6px;
}

.item-card .button-on-item:nth-child(3) {
    margin-top: 3px; /*6px;*/
}

.similar-product-item .button-on-item:nth-child(3) {
    margin-top: 6px;
}

.analog .button-on-item:nth-child(3),
.analog-info .button-on-item:nth-child(3),
.view-tiles-view .button-on-item:nth-child(3) {
    margin-top: 6px;
}

.analog .container-add-to-cart a,
.analog-info .container-add-to-cart a,
.view-tiles-view .container-add-to-cart a {
    padding: 7px 0;
}

.analog .button-container a.buy-btn,
.analog-info .button-container a.buy-btn,
.view-tiles-view .button-container a.buy-btn {
    padding: 6px 0;
    margin-top: 4px;
    width: 85px;
}

.analog  .button-container .buy-btn-pack,
.analog-info  .button-container .buy-btn-pack,
.view-tiles-view .button-container .buy-btn-pack {
    height: 66px !important;
}

.added-to-cart {
    background: #000000;
}

.added-to-cart:hover {
    background: #000000;
}

.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%;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    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-added-item:hover {
    height: 460px
}

.button-on-item.cart:hover {
    background: var(--main-hover-color) !important;
    color: var(--font-color-2);
}

.button-on-item.disable:hover {
    color: #8d8d8d;
    background: #faf8f8 !important;
}

.mobile-search-widget-wrap a, .mobile-search-widget-wrap a:hover {
    color: #2e302e;
}

.button-on-item.cart:hover svg {
    fill: #ffffff;
}

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

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

.brand-search-dropdown,
.filter-search-dropdown {
    position: relative;
    border: 1px solid #dedede;
    padding: 0;
    margin-bottom: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    cursor: pointer;
}

.filter-search-dropdown {
    border: none;
    margin-bottom: 28px;
}

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

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

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

.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    background: white;
    width: 100%;
}

.tt-suggestion.tt-selectable {
    padding: 10px 20px;
    font-size: 14px;
}

.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);
    -webkit-filter: opacity(0);
    filter: opacity(0);
    overflow: auto;
    z-index: 90
}

.left-side-brand-dropdown .brand-item {
    font-size: 14px;
    padding: 6px 15px 6px 20px;
    border-bottom: 1px solid #5a5a5a;
}

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

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



.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: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.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;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 1px;
    background: #646464
}

.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;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 1px;
    background: #646464
}

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

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

.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 {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.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 {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
}

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

.currency-radio .currency-item label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: var(--font-color) !important;
    font-weight: 100;
}

.currency-radio .currency-item label div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    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;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

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

/*.active label {*/
/*font-weight: 700;*/
/*}*/

.active .radio:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #5a5a5a
}

.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 15px 0px 0px 0px;
}

.breadcrumb li:last-child > a {
    border-bottom: none;
}
.breadcrumb li,
.breadcrumb li a {
    color: var(--backgroud-color-shadow);
    font-size: 14px;
}

.breadcrumb li:before {
    content: "" !important;
    padding: 0px !important;
}

.breadcrumb svg {
    height: 8px;
    padding: 0px 10px;
}

.breadcrumb li:first-child:before {
    content: "" !important
}

.bottom-mobile-news {
    margin: 0px 0px;
}

.breadcrumb li a, .tec-doc-block .breadcrumb li a{
    padding-bottom: 1px;
    border-bottom: 1px solid #a7a8aa;
}

.page-navigation {
    height: 30px;
    padding: 0 !important;
    margin: 45px 0px 0px 0px;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.page-navigation ul li a {
    background: transparent;
    padding: 5px 15px !important;
    border: none;
    color: var(--font-color-1);
    font-size: 14px;
    font-weight: 700;
}

.page-navigation ul li a:hover {
    background: transparent;
    color: var(--main-hover-color) !important
}

.page-navigation ul li.active a {
    background: #fff;
    color: var(--font-color) !important;
    padding: 10px 16px !important;
    font-size: 18px;
}

.page-navigation ul li.active a:hover {}

.category-open-button {
    letter-spacing: .5px;
    margin: 0px !important;
    width: 100%;
}

.colapsed-category {
    position: fixed;
    width: 100%;
    left: 0;
    top: -1000%;
}

.colapsed-category.active {
    position: fixed;
    z-index: 201;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

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


.sort-main-container,
.wrapper-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.sort-container,
.filter-container {
    width: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 32px;
    border-left: 1px solid var(--background-color-grey);
    border-right: 1px solid var(--background-color-grey);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 45px;
}

.filter-container {
    width: 100%;
    margin-right: 0px;
}

.sort-container span,
.filter-container .filter-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 0 15px;
    max-width: 80%;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #5a5a5a;
}

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

.sort-list li {
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
}

.sort-list li a {
    border-top: 1px solid var(--background-color-grey);
}

.sort-list li:last-child {
    border-bottom: 0px;
}

.left-side-brand-dropdown .brand-item:hover {
    background: var(--main-color);
}


.left-side-brand-dropdown .brand-item:hover a {
    color: #ffffff;
}

.sort-list li:hover a {
    color: var(--main-hover-color);
}

.view-list .product-line {
    display: none !important;
}

.view-tiles-view .product-item {
    display: none !important;
}

.sort-list li a {
    width: 100%;
    display: block;
    color: #5a5a5a;
    font-size: 14px;
    padding: 6px 0;
}

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

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

.item-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-item.header-phone p {
    margin: 0px 20px 3px 0px;
    color: #374251;
}

.header-item-link span,
.header-item.header-phone p {
    font-size: 16px;
    letter-spacing: 0.025em;
}

.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
}

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

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

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

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

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

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

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

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

.only-available input {
    margin: 0px;
}

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

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

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

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

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

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



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

.list-view.product-item {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.list-view.product-item .recently-added-info-top {
    padding-top: 0;
    border: none
}

.list-view.product-item .recently-added-info-top label {
    width: 55px
}

.list-view.product-item .recently-added-info {
    width: 100%;
    position: static;
    padding: 0
}

.view-tiles-view .row .col-xs-12 .product-item .in-warehouses-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    font-size: 12px;
    color: #8d8d8d;
    overflow: auto
}

.pagination svg {
    height: 9px;
    fill: var(--button-color-1);
}

.arrow-up-footer {
    width: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1px auto;
    position: absolute;
    top: 21px;
    left: 17px;
}

.wrapper-sort .toggle-banner-btn {
    background: #fafafa;
    font-size: 14px;
    font-weight: 500;
    color: var(--font-color-6);
    padding: 9px 35px 7px 35px;
    border: none;
    box-shadow: none;
    transition: 0.15s all linear;
}

.wrapper-sort .toggle-banner-btn:hover {
    background: var(--main-hover-color);
    color: var(--font-color-2);
}

.wrapper-sort .show-banner {
    display: none;
}

.top-button {
    padding-top: 10px;
;
}

footer .top-button svg:first-child {
    top: 14px;
}

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

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

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

.recently-added-info-bottom-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.recently-added-info-bottom-second .price {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-hover-color);
    text-transform: lowercase;
}

.price.rrp,
.item-card .price-description .price.rrp {
    text-transform: lowercase;
    color: var(--items-font-color-2);
}

.table-view .price.rrp {
    margin-bottom: 0;
}

.currency-code {
    text-transform: lowercase;
}

.price .currency-code {
    margin-left: 3px;
    color: var(--font-color-1);
    font-weight: 400;
}

.product-item .recently-added-button.not-available {
    padding: 0px;
}

.list-view .recently-added-button.not-available {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.view-list .row .col-xs-12 .product-item .recently-added-button .button-container,
.view-tiles-view .row .col-xs-12 .product-item .recently-added-button .button-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}
.view-list .row .col-xs-12 .product-item .recently-added-button .button-container {
    margin-top: 0;
}
.view-list .row .col-xs-12 .product-item .recently-added-button .discount,
.view-tiles-view .row .col-xs-12 .product-item .recently-added-button .discount {
    color: #5a5a5a;
    font-size: 14px
}

.list-item .table {
    display: none
}

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

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

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

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


.table-block {
    display: none !important
}

.table-price {
    overflow: hidden
}

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

.table-price-catalog {
    font-size: 12px;
    color: var(--font-color);
    font-weight: 700
}

.grid-view table {
    border: none !important;
    margin-bottom: 0px !important;
}

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

table tbody tr th {
    border: none
}

.input-group-addon .kv-date-calendar,
.select2-selection .select2-selection--single {
    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: 60px;
    height: 100%;
    border: none;
    top: 0;
    left: -10px;
    border-radius: 0;
    margin: 0;
    outline: transparent;
    padding: 0 10px;
}

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

.table-quantity input {
    width: 100%;
    text-align: center;
    -moz-appearance: textfield;
}

.available-full.table.table-stripped tr:nth-child(even) {
    background: transparent;
}

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

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

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

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

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

.item-card-wrapper {
    padding: 0px;
    margin-top: 15px;
}

.item-card-wrapper table tr td:first-child {
    font-size: 16px;
    color: var(--font-color);
    padding-left: 40px
}

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

.item-card {
    padding-top: 45px;
    padding-bottom: 45px;
    border: none;
    margin-bottom: 0px;
    background: #ffffff;
    -webkit-box-shadow: -1px -1px 3px 0px #dfdfdf, 3px 3px 6px 0px #dfdfdf;
    box-shadow: -1px -1px 3px 0px #dfdfdf, 3px 3px 6px 0px #dfdfdf;
    width: 100%;
    display: inline-block;
}

.in-city {
    display: none;
}

.product-item-detail-view {
    margin-top: 15px;
}

.product-item-detail-view .button-container .buy-btn-pack {
    min-height: 66px;
}
.similar-product-item .button-container a.buy-btn {
    min-height: 30px;
}

.similar-product-item .button-container a.buy-btn-pack {
    min-height: 66px;
}

.product-item-detail-view .in-city .fa {
    margin: 5px 5px 0 0;
}

.product-tabs {
    padding: 0px;
}

li.header-middle-item.serch-form-block {
    margin-left: 20px;
}

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

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

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

.item-card .recently-added-info-top .name {
    font-size: 18px;
    font-weight: 700;
    height: auto;
}

.item-card .recently-added-info-top > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-card .price-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

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

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

.bold {
    font-weight: 700
}

.stock-availability {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px
}

.stock-availability .available,
.stock-availability .in-city {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 110px;
    max-width: 250px;
    padding: 0 20px 20px;
    margin-bottom: 25px
}

.similar-goods-item .button-on-item {
    background: #dedede;
    color: var(--font-color);
    text-decoration: none
}

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

.similar-goods-item .similar-goods-item-top {
    height: 65px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid var(--main-color);
}

.cart-tabs li {
    height: 38px;
    border: none;
    margin: 0px;
    width: 16.666666667%;
}

.cart-tabs-history li {
    margin: 0px;
    margin-top: 1px;
}

.arrow-down-svg,
.arrow-up-svg {
    width: 8px;
    margin: 0px 0px 2px 6px;
    position: relative;
    z-index: 11;
}

.active-svg {
    display: inline;
}

.not-active-svg {
    display: none;
}

.cart-tabs li a {
    height: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    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-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:nth-child(2) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/coin-stack-green.svg) no-repeat
}

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

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

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

.cart-tabs li:nth-child(4) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/history-clock-button-green.svg) no-repeat
}

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

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

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

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

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

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

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

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

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


.cart-tabs li a {
    color: var(--font-color);
    font-size: 16px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cart-tabs svg {
    height: 16px;
    color: var(--font-color);
    transition: 0.15s all linear;
}

.cart-tabs span {
    padding-left: 10px;
    /*transition: 0.4s all linear;*/
}

.cart-tabs li a:hover {
    background: var(--main-hover-color);
    color: #ffffff;
}

.cart-tabs li a:hover svg {
    fill: #ffffff;
}

.cart-tabs li.active a {
    background: var(--main-color);
    color: #ffffff;
    border: none;
}

.cart-tabs li.active a svg {
    fill: #ffffff;
}

.cart-tabs li.active a:hover {
    background: var(--main-hover-color);
    color: #ffffff;
    border: none;
}

.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;
    cursor: pointer;
}

.top-cart-button .container-button {
    height: 30px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dedede;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px;
    color: var(--font-color-1);
}

.top-cart-button .container-button:hover {
    border: 1px solid var(--main-hover-color);
    color: var(--main-hover-color);
}

.top-cart-button .container-button:hover span {
    color: var(--main-hover-color);
}

.top-cart-button .container-button:hover svg {
    fill: var(--main-hover-color);
}

li.list-group-item {
    margin-bottom: 0px;
}

.panel-body.list-group {
    border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    padding: 10px 0 0 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;
    color: var(--font-color);
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

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

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

.active.show-more-info-item-cart:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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;
}

.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
}

.tabel-item-headline {
    background: #ffffff;
}

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

.view-tiles-view {
    margin-top: 23px;
}

.tabel-item-headline th {
    font-size: 14px;
    color: var(--font-color);
    font-weight: 100;
    border: none !important
}

.table tbody .tabel-item-headline td {
    vertical-align: middle;
}

.table tbody .tabel-item-headline td .product-name {
    color: var(--font-color);
}

.table tbody .tabel-item-headline td .product-name:hover {
    color: var(--main-hover-color);
}

.total table.table {
    border: none;
    background: transparent;
}

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

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

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

.days img,
.in-city img,
.time img {
    width: 16px
}

table .in-city,
table .total-in-warehouses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 85px;
    background: #676767;
    color: #fff;
    min-width: 788px;
    padding: 0 25px
}


.more-actions,
.more-contract-number {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 0 0 13px;
    margin-left: -13px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 300;
    color: var(--font-color-1);
}

th {
    border: none !important
}

.tabel-item-headline .custom-checkbox-container {
    margin-left: 5px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 0 0 13px;
    margin-left: -13px;
}

.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;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    overflow: initial;
    -webkit-box-shadow: -1px -1px 3px 0px #dfdfdf, 3px 3px 6px 0px #dfdfdf;
    box-shadow: -1px -1px 3px 0px #dfdfdf, 3px 3px 6px 0px #dfdfdf;
    margin-bottom: 40px;
}

div#w1 {
    margin-bottom: 5px;
    color: var(--font-color);
    background: #ffffff;
    border-color: var(--main-color);
}


.order-table .table {
    margin-bottom: 0;
    width: 100%;
    border-collapse: unset;
    background: #ffffff;
}

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

.total table tr:nth-child(even) {
    background: transparent;
}

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

.save-to-draft {
    background: #88919e;
    color: #fff;
    font-weight: 500;
    padding: 9px 25px 7px 25px;
    border: none;
    display: inline-block;
    float: right;
}

.save-to-draft:hover {
    background: var(--main-hover-color);
    color: #ffffff;
}

.make-order {
    background: var(--main-color);
    color: #fff;
    font-weight: 500;
    padding: 9px 25px 7px 25px;
    margin: 0 0 0 10px;
    border: none;
    /*border-radius: 8px;*/
}

.make-order:hover {
    background: var(--main-hover-color);
    color: #ffffff;
}

.orange-btn {
    background: var(--main-color);
    color: #fff;
    font-weight: 500;
    padding: 9px 25px 7px 25px;
    margin: 0 0 0 10px;
    border: none;
    float: right;
    /*border-radius: 8px;*/
}

.orange-btn:hover {
    background: var(--main-hover-color);
    color: #ffffff;
}

.delete-cart{
    margin-top:15px;
    background: #88919e;
}
.row.login {
    margin-top: 50px;
}

.table-duty {
    text-align: right
}

.to-pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
}

.to-pay .top {
    font-size: 14px;
    font-weight: 300;
    color: var(--font-color-1);
}

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

.total {
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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;
    text-align: right;
}

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



.product-item-in-table {
    margin: 0;
    background: #fff;
    height: auto;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
}

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

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

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

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

.product-item-in-table .in-warehouses-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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: var(--font-color)
}

.product-item-in-table .recently-added-info-bottom-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

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

.product-item-in-table .recently-added-info-bottom-second .price {
    font-size: 22px;
    font-weight: 700;
    color: var(--font-color);
}

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

.product-item-in-table .recently-added-button {
    position: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    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;
    -webkit-filter: opacity(0);
    filter: opacity(0);
    margin-top: 0;
}

.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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: static;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
    border: 1px solid #004494;
    border-radius: 15px;
    outline: transparent
}

.order-button:before {
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    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;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

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

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

.active.order-item-container .order-main-item {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    -webkit-filter: opacity(1);
    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: 20px 0px 0px 0px;
}

.profile-index .form-about-me .form-wrap {
    width: 365px;
}

.profile-index .form-about-me .content-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

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

.address-block label,
.contacts .write-us label,
.form-about-me label,
.log-in-form label {
    font-size: 14px;
    font-weight: 100;
}
.form-about-me label {
    color: var(--font-color-4);
}
.has-success .control-label {
    color: var(--font-color-4);
}
.has-success .form-control {
    border-color: #ccc;
}
.has-success .input-group-addon {
    background-color: #eee;
    border-color: #ccc;
    color: #555555;
}
/*.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 #004494;*/
/*}*/

.grdient-button,
.address-block button,
.contacts .write-us button {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#004596), to(#147cf3));
    background: -o-linear-gradient(left, #004596, #147cf3);
    background: linear-gradient(90deg, #004596, #147cf3);
    border-radius: 0;
    border: none;
    padding: 10px 40px;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
    /*    letter-spacing: 1.5px;*/
}

.well {
    margin-bottom: 0px;
}

.log-in-form h2 {
    margin-bottom: 20px;
    text-align: center;
}

.address-block button,
.contacts .write-us button,
.form-about-me button,
.log-in-form button:hover {
    border: none !important;
}

.text-promo {
    letter-spacing: 0.075em;
    font-weight: 700;
    font-size: 30px;
    margin: 130px 0px 30px 0px;
}

input.form-control.main-input {
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid var(--main-color);
    padding-left: 5px;
    border-radius: 0px;
}

input.form-control.main-input:focus {
    border-bottom: 1px solid var(--main-hover-color);
    padding-left: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control.main-input:focus,
.has-error .form-control.main-input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.contact-options tr:nth-child(even) {
    background: transparent;
}

.tab-pane .form-about-me {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

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



.contact-options h2,
.contacts h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--font-color);
    margin-top: 0px;
}

.address-block h2 {
    color: #ffffff;
}

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

.contact-options a {
    font-size: 14px;
    color: var(--font-color)
}

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff0000 !important;
}

.address-container .address-block .item {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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;
    background: #ffffff;
}

.news-page-news-container h2 {
    padding-left: 35px;
}

.on-news-page .news-page-news-container h2 {
    font-size: 32px;
}

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


.news-category-list li:first-child {
    margin-top: 20px;
}
.news-category-list li.active {
    position: relative;
}

/*.news-category-list li.active:before {*/
/*content: "";*/
/*float: left;*/
/*top: calc(50% - 11px);*/
/*left: 0;*/
/*width: 12px;*/
/*height: 22px;*/
/*border-radius: 0 22px 22px 0;*/
/*background: var(--main-hover-color);*/
/*position: absolute;*/
/*}*/

.news-category-list li.active a {
    color: var(--main-hover-color);
}

/*.news-category-list li.active a:hover {*/
/*color: #ffffff;*/
/*}*/


.news-category-list li a:hover {
    color: var(--main-hover-color);
}

.background-gradient {
    border-top: 1px solid var(--background-color-grey);
    margin-bottom: 30px;
}

.all-news-list .item {
    padding-bottom: 30px
}

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

.reade-more {
    margin: 20px 0;
    color: var(--font-color-4);
    display: block;
}

.reade-more:hover {
    color: var(--main-hover-color);
}

.all-news-list .head a {
    color: var(--font-color);
    font-size: 16px;
}

.all-news-list .head a:hover {
    color: var(--main-hover-color);
}

.all-news-list .center {
    font-size: 16px;
    color: var(--font-color);
    margin-bottom: 10px
}

.all-news-list .center a {
    color: var(--font-color)
}

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

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

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

.on-news-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

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

.article-title-news {
    margin-top: 0px
}

.log-in-form {
    margin-top: 40px;
}

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

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

.log-in-form .forgot-password a {
    color: var(--main-color);
    text-decoration: underline
}

.colapsed-arrow {
    display: inline-block;
    width: 10px;
    height: 16px;
    position: relative
}
.footer .container-working-on{
    height: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-collapse .panel {
    background: transparent;
    border: none;
    -webkit-box-shadow: 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;
    border-radius: 0
}

.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
}

footer .b2b-svg {
    max-width: 180px;
}

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

.custom-checkbox-container label {
    font-family: 'Rubik', sans-serif;
    font-weight: 500 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
    color: #5a5a5a;
}

.custom-checkbox-container input {
    display: none
}

.custom-checkbox-container .custom-checkbox {
    display: block;
    margin: 2px 12px 0px 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #8d8d8d;
    border-radius: 2px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    background: #ffffff;
}

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

.custom-checkbox-container.active .custom-checkbox:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    border-bottom: 2px solid #00a7de;
    border-left: 2px solid #00a7de;
    border-radius: 1px;
    -webkit-transform: translate(2px, -2px) rotate(-45deg);
    -ms-transform: translate(2px, -2px) rotate(-45deg);
    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 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-navigation.pagination li:first-child a,
.page-navigation.pagination li:last-child a {
    /*    content: url(/images/double-right-arrows.svg);*/
    height: 20px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.top-button {
    border: 2px solid #fff;
    border-radius: 26px;
    height: 52px;
    width: 52px;
    position: fixed;
    bottom: 145px;
    right: 60px;
    background-color: var(--button-color-1);
    cursor: pointer;
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
    display: none;
}
.top-button:hover {
    background-color: var(--main-hover-color);
}

.top-button i {
    font-size: 25px;
    position: absolute;
    left: 16px;
    top: 10px;
    color: black;
}

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

.item-name {
    padding-left: 5px
}

.on-news-page,
.row.contact-us {
    margin-top: 50px
}

.btn-checkout {
    color: #fff;
    background: #004494;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
}

.btn-checkout:hover {
    color: #fff;
}

.modal-body p,
.modal-body label {
    margin: 0px;
}

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

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

.promo-wrap {
    margin-bottom: 20px;
}

.promo-wrap .filter-element {
    margin-top: 0;
}

.integration-index .price-title,
.catalogs-page .price-title {
    font-size: 18px;
    color: var(--font-color);
    margin-top: 0;
    font-weight: 700;
}

.integration-index .price-table-head,
.catalogs-page .price-table-head {
    padding: 15px 15px 5px 15px;
    font-size: 12px;
    color: var(--font-color-1);
}


.integration-index .price-table-head .file,
.catalogs-page .price-table-head .file {
    text-align: center;
}

.customer-container .customer-table-body,
.catalogs-page .customer-table-body,
.integration-index .price-table-body {
    padding: 0 15px;
}
.integration-index .price-table-row,
.catalogs-page .price-table-row {
    padding: 0;
}
.integration-index .price-table-row,
.catalogs-page .price-table-row {
    padding: 15px 0;
    margin-top: 1px;
    margin-bottom: 1px;
    background: #ffffff;
    -webkit-box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
    box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
}
.integration-index .price-table-row a,
.catalogs-page .price-table-row a {
    padding: 15px 0;
}
.integration-index .price-table-row a,
.catalogs-page .price-table-row a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5a5a5a;
    font-size: 14px;
}

.integration-index .price-table-row .file,
.catalogs-page .price-table-row .file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.integration-index .price-table-row .name,
.catalogs-page .price-table-row .name {
    color: var(--main-color);
}
.catalogs-page .price-table-row .download {
    border: 1px solid var(--button-color-3);
    padding: 5px 20px;
    transition: 0.15s all linear;
    width: 100%;
    display: block;
    text-align: center;
}
.catalogs-page .price-table-row .download:hover {
    background: var(--main-hover-color);
    color: #ffffff;
}

.catalogs-page .price-table-row .download .fa {
    margin-right: 10px;
}

@media (max-width: 769px) {
    .view-tile .recently-added-info {
        position: static;
        padding: 0;
    }

    .view-tile .product-item .recently-added-button {
        position: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        /*        justify-content: start;*/
        padding: 0;
    }


    .view-tile .product-item {
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .sort-container.brand {
        margin-bottom: 10px;
    }

    .b2bstore p {
        padding-left: 0px;
    }

    .litegray {
        padding: 50px 0px;
    }

    /*.top-button {*/
    /*right: calc(50% - 28px);*/
    /*}*/

    .on-news-page {
        margin-top: 0px;
    }

    .article-title.catalog-title {
        font-size: 36px;
    }

    .more-news {
        margin-top: 10px;
    }

    .news-lite-item-container {
        padding-bottom: 100px;
    }

    button.mobile-cart-button {
        margin-right: 10px;
    }


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

    .view-tiles-view .horizontal-view-only .button-container {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

    .table-available {
        width: 70px
    }

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

    .currency-val {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: var(--font-color-2);
        padding: 20px 0;
    }

    .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;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

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

    .tab-pane {
        overflow: auto
    }

    .article-page {
        margin: 50px 0
    }

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

    .hidden-padding-mobile {
        padding: 0
    }

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

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

    li.header-middle-item.serch-form-block {
        margin-left: 0px;
    }

    .bottom-mobile-news .more-news {
        margin-bottom: 50px;
    }

    .page-navigation {
        margin: 50px 0px;
    }
}

.news-category-on-news-page {
    margin: 0px 15px;
}

.mobile span.select2-selection.select2-selection--single {
    margin-left: 15px;
    width: calc(100% - 55px);
}

.mobile .select2-container--krajee .select2-selection--single .select2-selection__clear {
    right: 50px;
}

.mobile .contract-dropdown {
    background-color: transparent;
}

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

.horizontal-view-only td,
.horizontal-view-only th {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border: none !important
}

div.list-item.view-tiles-view > div.row > div:nth-child(2n) > div > div.horizontal-view-only > table > tbody > tr {
    background: #f5f5f5
}

@media (max-width: 992px) {

    .similar-goods {
        margin-top: 60px
    }

    .header-middle-list.active .cart-in-header,
    .header-middle-list.active .link-button.balnce {
        display: none
    }

    .header-middle-list.active .hover-on-balanse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-middle-list.active .hover-on-balanse p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .make-order {
        padding: 10px 15px !important
    }

    .to-pay .bottom {
        font-size: 14px
    }


}

#history,
#integration,
#profile {
    margin-bottom: 100px
}


.container-for-map-and-button {
    position: relative;
    margin-bottom: 0px
}

.maps-button-container {
    padding: 40px
}

.maps-button-container button {
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    background: #fff;
    border: none;
    border-radius: 0;
    outline: transparent;
    position: relative
}

.maps-button-container .btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: 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 {
    -webkit-transform: rotate(235deg);
    -ms-transform: rotate(235deg);
    transform: rotate(235deg)
}

.maps-button-container .arrow.active:after {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.modal-item-name {
    display: inline-block;
    overflow: auto;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: var(--font-color);
}

.modal-item-name a {
    color: var(--font-color);
}

.modal-cart-button {
    display: inline-block;
    line-height: 30px;
    font-weight: 700;
}

.modal-cart-button-footer {
    padding: 7px 10px;
    height: 100%;
    margin: 0 0 0 5px;
    background: #004494;
    color: #dedede;
    cursor: pointer;
    border: none;
}

.modal-title {
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 15px;
    padding-top: 25px;
}

.form-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-middle-list.visible-xs.search {
    background: white;
    margin: 0 15px 0 0;
}
.mobile-cart-button .in-cart {
    color: var(--font-color);
}
.header-middle-list.visible-xs.search input {
    padding-left: 10px !important;
}

.input-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 10px;
    border-radius: 0px;
    width: auto;
    height: 30px;
}

.modal-header label,
.modal-label-article,
.modal-label-brand {
    width: 15%;
    min-width: 60px;
}

.modal-label-article,
.modal-label-brand {
    width: 21%;
}

.modal-header p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.modal-header,
.modal-footer {
    border: 0px;
    /*    padding: 15px 0px;*/
}

.modal-footer {
    padding: 0;
}

.row.product-body,
.row.product-header {
    padding: 10px 0;
}

.modal-label {
    color: #dedede;
    font-weight: normal;
    min-width: 70px;
}

.modal-header span {
    font-size: 14px;
}

.agreement-name {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.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;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.maps-button-container .marker-list img,
.maps-button-container .down-marker-list img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    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;
}

.active .arrow-down {
    -webkit-transform: translate(10px, 8px) rotate(-135deg) !important;
    -ms-transform: translate(10px, 8px) rotate(-135deg) !important;
    transform: translate(10px, 8px) rotate(-135deg) !important;
}

.about-us-info-block {
    overflow: hidden;
    height: 78px;
}

.active .about-us-info-block {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.article-container {
    margin-top: 30px;
}

.currency-symbol {
    margin-right: 3px;
}

.header-list-navigation {
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 68px;
    /*box-shadow: 0px 2px 3px 0px rgba(146, 201, 248, 0.57);*/
}

.container-pos .header-list-navigation {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(146, 201, 248, 0.57);
    box-shadow: 0px 2px 3px 0px rgba(146, 201, 248, 0.57);
}

.header-middle-list.search {
    width: 100%;
}

.header-middle-list.search form {
    width: 90%;
}

.header-middle-list.search .search-form input {
    width: 100%;
}

.header-middle-list.search .search-svg {
    height: 16px;
    position: absolute;
    margin-left: 78%;
}

.hamburger-item svg {
    width: 100%;
    margin-top: 5px;
    fill: var(--icon-color-1);
    padding: 0;
    border-radius: 5px;
}

.hamburger-item svg path {
    fill: var(--icon-color-1);
}


.header-list-navigation .container,
.header-list-navigation .header-top-container {
    height: 100%;
}

.header-middle-list.user .user-svg {
    height: 20px;
    fill: var(--icon-color-1);
}

.custom-button.mobile-user-button {
    padding: 3px 5px;
    width: auto;
}

.cart-button #cart-svg {
    height: 22px;
    fill: var(--main-color);
}

.p-l-0 {
    padding-left: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.header-list-navigation .user-svg {
    position: relative;
    z-index: 21;
    cursor: pointer;
}

.bottom-mobile-news.news-container h2 {
    color: var(--main-color);
}

.bottom-mobile-news.news-container {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrapper-for-news-button {
    width: 100%;
}

.certificates .item {
    background: #ffffff;
    -webkit-box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
    box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
    margin-bottom: 20px;
    padding: 18px 24px;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
}

.certificates .item:hover {
    -webkit-box-shadow: 1px 2px 6px 0px rgba(154, 154, 154, 1);
    box-shadow: 1px 2px 6px 0px rgba(154, 154, 154, 1);
}

.certificates .item .img-wrap {
    padding: 0px 25px 18px 24px;
    height: 190px;
}

.certificates .item .img-wrap img {
    object-fit: contain;
}

.certificates .item .description-wrap {
    text-align: center;
}

.certificates .item .title a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--font-color);
}

.certificates .item .title {
    margin: 0;
}

.certificates .item .title a:hover {
    color: var(--main-hover-color);
}

.certificates .item .description {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--font-color);
}

.certificates .item .download-wrap {
    margin-top: 20px;
}

.certificates .item .download {
    background: #ffffff;
    padding: 8px 30px;
    color: var(--font-color);
    border: 1px solid var(--button-color-1);
    width: 100%;
    max-width: 215px;
    display: block;
}

.certificates .item:hover .download {
    background: var(--main-color);
    color: #ffffff;
}

.certificates .item .download:hover {
    background: var(--main-hover-color);
    color: #ffffff;
}

.remote .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.remote .modal-footer .dark-btn {
    margin-left: 15px;
}

.remote .product-body .table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.remote .product-body .table-head .first-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.remote .product-body .table-head .second-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.remote .product-body .table-head .head-text {
    color: var(--main-hover-color);
    font-weight: 700;
}

.remote .product-body .table-head .available-title {
    margin-left: 21%;
}

.b2b-green-logo path {
    fill: #ffffff;
    transition: 0.15s all linear;
}

.b2b-green-logo:hover path.b2b-green-txt {
    fill: #00a800;
}
.b2b-green-logo:hover path.b2b-txt {
    fill: #1e1e1e;
}

.site-request-password-reset {
    padding-top: 30px;
}

.site-request-password-reset .request-pass-wrap {
    margin: 0 auto;
    max-width: 365px;
}

.site-request-password-reset .request-pass-wrap .title {
    font-size: 30px;
    color: var(--font-color);
    font-weight: 700;
    letter-spacing: 0.075em;
}

.site-request-password-reset .request-pass-wrap .description {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: var(--font-color-4);
}
.site-request-password-reset .request-pass-wrap .control-label {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #8d8d8d;
}

.site-request-password-reset .request-pass-wrap .form-group {
    margin-bottom: 20px;
}

.site-request-password-reset .request-pass-wrap input {
    border: none;
    border-bottom: 1px solid var(--main-color);
    border-radius: 0;
    box-shadow: none;
}
.site-request-password-reset .request-pass-wrap .has-error .form-control:focus {
    box-shadow: none;
}

@media (min-width: 320px) {
    .cc {
        text-align: center;
    }

    .cart-in-header .mobile-in-header-top {
        max-width: 120px;
        margin: 0 auto;
    }

    .cart-tabs li {
        width: 100%;
    }

    .contract-dropdown {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .modal-content {
        padding: 0px;
    }

    .animation-container {
        margin: 0;
    }

    .contact-options {
        padding: 20px 35px 0px 35px;
    }

    footer .bottom-menu p {
        text-align: left;
    }

    footer .bottom-menu:nth-child(odd) p {
        text-align: right;
    }

    .item-view button:nth-child(3) {
        display: none;
    }

    .item-view {
        width: 50px;
    }

    .view-list .row .col-xs-12 .product-item .in-warehouses-block .available,
    .view-list .row .col-xs-12 .product-item .in-warehouses-block .days,
    .view-list .row .col-xs-12 .product-item .in-warehouses-block .in-city,
    .view-list .row .col-xs-12 .product-item .in-warehouses-block .time,
    .view-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .available,
    .view-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .days,
    .view-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .in-city,
    .view-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 8px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .view-list .row .col-xs-12 .product-item .in-warehouses-block .in-city {
        align-items: flex-start;
    }

    .view-tiles-view .row .col-xs-12 .product-item .in-warehouses-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        font-size: 12px;
        color: #8d8d8d;
        overflow: auto;
        margin-top: 5px;
    }

    .box-title {
        margin-top: 20px;
    }

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

    .top-cart-button .container-button {
        margin: 10px 0px;
    }

    .cart-tabs {
        margin: 40px 0px;
    }

    .panel-group {
        margin-bottom: 0px;
    }

    .cart-tabs li.active a,
    .cart-tabs li a {
        border-radius: 0px;
        line-height: 1;
    }

    .sort-main-container {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .address-block {
        margin-top: 35px;
    }

    .news-category-list li.active a {
        /*background: var(--main-color);*/
        /*color: #ffffff;*/
    }


    .news-container .news-lite-item {
        padding: 0px 5px;
    }

    .news-container h2 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.075em;
        color: var(--font-color);
        margin: 0;
        width: 100%
    }

    .list-view .recently-added-button {
        position: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 0;
        width: 100%;
        padding-left: 0px;
        height: 100%;

    }


    .news-category-list li a {
        display: block;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        padding: 10px 0 10px 35px;
        margin: 0;
        text-transform: capitalize;
    }

    .header-middle-container {
        position: fixed;
        width: 100%;
    }
    .news-page-news-container {
        position: absolute;
        top: -700px;
        width: 300px;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 300
    }

    .news-page-news-container.active {
        top: 25%;
        background: #ffffff;
        padding: 20px 0;
    }

    main {
        margin-top: 51px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    main.guest {
        margin-top: 15px;
    }

    footer .bottom-menu {
        padding: 15px;
    }

    footer .footer-logo {
        display: block;
        margin: auto 0;
    }

    form#change-agreement-form {
        padding: 15px;
    }

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

    .button-on-item {
        width: 75px;
    }

    .contract i {
        left: 95%;
    }

    .header-list-navigation .user-dropdown-menu svg.cart-svg {
        height: 20px !important;
    }

    .contract-dropdown .search-form input {
        position: relative;
        width: calc(100% - 40px);
        margin: 0px 15px;
        height: 29px;
        background: #efefef !important;
        padding: 8px 30px 10px 15px !important;
        color: #8d8d8d;
        border: none !important;
        border-radius: 0 !important;
    }
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #dedede !important;
}

.select2-container--krajee .select2-dropdown {
    border-color: #dedede !important;
}

.select2-container--krajee li.select2-results__option {
    background: #ffffff !important;
}

.select2-container--krajee.select2-container--open.select2-container--below .select2-selection {
    border-bottom-color: transparent !important;
}

.glyphicon-print::before {
    color: var(--font-color-5);
}
.overtime, .overtime .glyphicon-print::before {
    color: red;
}

.table-footer {
    text-align: right;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    color: var(--main-hover-color) !important;
}

.integration-index .api-info {
    border: none;
    color: var(--font-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.integration-index .token-input {
    font-size: 18px;
    color: var(--font-color-1);
}

.integration-index .btn-token {
    background: var(--button-color-1);
    color: var(--font-color);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
    width: 100%;
}

.integration-index .btn-token:hover {
    color: var(--font-color-2);
    background: var(--main-hover-color);
}

.integration-index .documentation {
    margin-top: 58px;
    font-size: 14px;
    color: var(--font-color);
}

.integration-index .documentation a {
    color: var(--font-color-1);
    font-weight: 700;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--font-color-1);
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}

.integration-index .documentation a:hover {
    color: var(--main-hover-color);
    border-bottom: 1px solid var(--main-hover-color);
}

.brands-sort {
    margin-right: 0;
    border-right: none;
}


@media (min-width: 768px) {
    .product-item:hover a.button-on-item {
        background: var(--main-color);
    }
    .header-button {
        width: 70px;
    }
    main {
        margin-top: 0px;
    }

    main.guest {
        margin-top: 48px;
    }

    .cart-in-header {
        margin-left: 0px;
    }


    .cart-tabs li {
        width: 25%;
    }

    .nav-tabs li:last-child a {
        margin: 0px;
    }

    .contract-dropdown {
        width: 100%;
        margin-left: 0px;
        background: #ffffff;
    }

    .social-link-footer-block p {
        text-align: right;
    }


    .view-tiles-view .row .col-xs-12 .product-item .recently-added-button {
        padding-left: 15px
    }

    .animation-container {
        margin: 0;
    }

    .contact-options {
        padding: 0px 35px 0px 35px;
    }

    .item-view {
        width: 80px;
    }

    footer .bottom-menu:nth-child(odd) p {
        text-align: left;
    }

    .item-view button:nth-child(3) {
        display: block;
    }

    .list-view .in-warehouses-block {
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
    }

    .view-tiles-view .row .col-xs-12 .product-item .in-warehouses-block {
        width: 25%;
        padding: 0 15px;
        font-size: 12px;
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        margin-top: 0px;
    }

    .box-title {
        margin-top: 0px;
    }

    .cart-tabs li.active a,
    .cart-tabs li a {
        border-radius: 5px 5px 0px 0px;
    }

    .top-cart-button .container-button {
        margin: 0px 0px;
    }

    .view-tiles-view .row .col-xs-12 .product-item .recently-added-button {
        width: 30%;
    }

    .background {
        margin-top: 68px;
    }

    .manager-button-top {
        padding: 5px 5px 0px 5px;
    }

    .sort-main-container {
        width: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .manager-phone a {
        font-size: 12px;
    }

    .header-list-navigation {
        top: 0;
    }

    footer .bottom-menu {
        padding: 15px 0px 0px 0px
    }

    /*
    footer .footer-logo {
        margin: 0 auto;
    }
*/

    .wrapper-for-news-button {
        width: 100%;
    }

    .news-button {
        margin: 35px 0px;
    }

    .cc {
        text-align: left;
    }

    .manager svg.arrow-down-svg,
    .manager svg.arrow-up-svg {
        left: calc(100% + 6px);
        margin-top: 4px;
    }

    .contract svg.arrow-down-svg,
    .contract svg.arrow-up-svg {
        left: calc(96%);
        margin-top: 4px;
    }

    .modal-content {
        padding: 40px;
    }

    .header-item-link,
    .user-link {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .search-form input {
        width: 140px;
    }

    /*HEADER LIST CATEGORY*/
    .header-list-category {
        height: 27px;
        background: #00b0f0;
        width: 100%;
        z-index: 100;
        box-shadow: 1px 2px 6px 0px rgba(167, 168, 170, 1);
    }

    .category-list,
    .header-list-category {
        height: 34px;
    }

    .header-list-navigation span.currency-symbol {
        font-weight: 400;
        color: #b2b2b2;
        font-size: 14px;
    }

    .header-list-category nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header-list-category .main-category-list .header-item {
        margin: 0px 0px 0px 20px;
        background: transparent !important;
    }

    .header-list-category .main-category-list .header-item:first-child {
        margin: 0px 0px 0px 20px;
    }

    .header-list-category .main-category-list a {
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .header-list-category .main-category-list a span.active {
        font-weight: 700;
        border-bottom: 1px solid #ffffff;
    }

    .header-list-category .catalog-svg {
        height: 14px;
    }

    .category-dropdown-menu {
        display: none;
    }

    .header-list-category .main-category-list .header-item a span {
        padding-bottom: 1px;
    }

    .header-list-category .main-category-list .header-item:hover a span {
        border-bottom: 1px solid #dedede;
    }

    .category-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 15px;
        margin: 0;
    }

    /*HEADER LIST CATEGORY END*/
    /*HEADER LIST NAVIGATION*/
    .header-list-navigation img.header-logo {
        /*For a beta logo*/
        /*width: 250px;*/
        margin-left: 20px;
        /*For a permanent logo*/
        width: 165px;
    }

    .header-list-navigation span {
        color: var(--font-color);
        font-size: 14px;
        font-weight: 400;
    }

    .header-list-navigation i {
        color: var(--font-color-1);
        font-size: 12px;
        position: relative;
        z-index: 11;
        padding-left: 5px;
    }

    .header-list-navigation .user-dropdown svg {
        z-index: 1;
        cursor: pointer;
    }


    .header-list-navigation .user-dropdown {
        margin-right: 10px;
    }

    .header-list-navigation .vertical-line {
        margin: 0 10px;
        background: #d2d9e2;
        height: 16px;
        width: 1px;
        transform: rotate(30deg);
    }

    .header-list-navigation .mail-header-link:hover .write-us {
        opacity: 1;
    }

    .header-list-navigation .mail-header-link:hover .mail-svg,
    .header-list-navigation .user-dropdown .user-svg:hover {
        fill: var(--main-hover-color) !important;
    }

    .header-list-navigation .user-dropdown .user-svg {
        height: 20px;
        transition: 0.15s all linear;
        fill: var(--icon-color-1) !important;
    }

    .header-list-navigation .mail-header-link .mail-svg {
        height: 16px;
        fill: var(--icon-color-1);
        transition: 0.15s all linear;
    }

    .header-list-navigation .mail-header-link:hover  .mail-svg {
        fill: var(--main-hover-color) !important;
    }

    .header-list-navigation .search-svg {
        height: 16px;
        position: absolute;
        margin-left: 86%;
    }

    .header-list-navigation .language-select-top .current-lang {
        position: relative;
        z-index: 1;
    }

    .header-list-navigation .language-select-top .current-lang svg {
        transition: 0.15s all linear;
        color: var(--icon-color-1);
    }

    .header-list-navigation .language-select-top .current-lang:hover {
        color: var(--main-hover-color) !important;
        fill: var(--main-hover-color);
    }

    .header-list-navigation .language-select-top .lang-list.active {
        display: block;
    }

    .header-list-navigation .lang-item a {
        color: #676767;
        font-size: 12px;
    }

    .header-list-navigation .lang-item a:hover {
        color: var(--main-hover-color);
    }

    .header-list-navigation .lang-item {
        list-style-type: none;
    }

    .header-list-navigation .user-dropdown-menu span {
        font-size: 16px;
        color: #374251;
        font-weight: 500;
        /*transition: 0.5s all linear;*/
    }

    .header-list-navigation .user-dropdown-menu .user-dropdown-top .name-of-user {
        color: #8d8d8d;
        padding: 0px 30px 0px 0px;
        font-size: 12px;
        font-weight: normal;
    }

    .header-list-navigation .user-dropdown-menu svg {
        height: 20px;
    }

    .manager-contact-top-header.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .manager-contact-top-header {
        display: none;
        height: auto;
        position: absolute;
        top: -1px;
        width: 103%;
        border-radius: 0px;
        z-index: 10;
        -webkit-box-shadow: 0px 7px 13px 0px rgba(0, 124, 210, 0.1);
        box-shadow: 0px 7px 13px 0px rgba(0, 124, 210, 0.1);
        background: #ffffff;
        border: 1px solid var(--main-light-color);
    }

    .manager-contact-top-header.no-info {
        height: 58px;
        top: -1px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .manager-contact-top-header.no-info p {
        width: 90%;
        height: 100%;
        margin: 0px auto;
        border-bottom: 1px solid #747474;
    }

    .header-middle-list .vertical-line {
        margin: 0 10px;
    }


    /*HEADER LIST NAVIGATION END*/
    .button-on-item {
        width: 40px;
    }

    .buy-btn-pack {
        width: 125px;
    }

    .header-logo {
        max-width: 100%;
        width: 100%
    }

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

    .header-top-list:first-child {
        width: 100%
    }

    .header-top-list:first-child .header-top-item:first-child a {
        width: 100%
    }

    .header-top-item .currency-val div {
        width: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .language-select-top .lang-list .selected-language {
        padding-right: 13px;
        font-size: 12px;
        position: relative;
        color: #004494;
        text-transform: uppercase;
        cursor: pointer
    }

    .wrap-mobile-item-list nav {
        padding-top: 120px
    }

    .header-middle-container {
        position: relative
    }

    .user-dropdown-menu .close {
        top: 20px;
        right: 21px;
        width: 53px;
        padding-right: 21px;
        height: 20px;
        background-position: 50%;
        background-size: contain
    }

    .user-dropdown-menu .close:before {
        right: -17px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .user-dropdown-menu .close:after,
    .user-dropdown-menu .close:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 1px;
        background: #5a5a5a;
        top: 50%
    }

    .user-dropdown-menu .close:after {
        right: -14px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .user-dropdown-menu .close:hover {
        opacity: 1
    }

    .user-dropdown-menu .close:after,
    .user-dropdown-menu .close:before {
        content: none
    }

    .user-dropdown-menu.active {
        width: 200px;
        display: block;
        background: #fff;
        color: #000;
        position: absolute;
        top: -11px;
        left: inherit;
        right: -10px;
        border: 1px solid #dedede;
        -webkit-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
        box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
        font-weight: 700;
        border-radius: 0px;
        z-index: 20;

    }

    .user-dropdown-menu {
        display: none;
        height: auto;
        padding-bottom: 14px;
    }

    .user-dropdown-menu .close {
        width: 10px;
        top: 5px;
        right: 0;
        padding: 0;
    }

    .user-dropdown-menu .close .fa {
        color: #8d8d8d;
    }

    .user-item {
        padding: 7px 15px 7px 15px;
    }

    .user-item:first-child {
        padding-top: 15px;
    }

    .user-item:hover svg {
        fill: var(--main-hover-color);
    }

    .user-item:hover span {
        color: var(--main-hover-color);
    }

    .user-list-menu .user-link {
        color: #5a5a5a;
        font-size: 14px;
        font-weight: 700
    }

    .user-dropdown-top {
        margin: 0px 15px;
        border-bottom: 1px solid #dedede;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px 0px;
    }

    .user-dropdown-menu span {
        padding-left: 15px;
    }


    .category-dropdown-menu {
        -webkit-filter: opacity(1);
        filter: opacity(1)
    }

    .category-dropdown-menu.manager-open .manager-contact {
        left: 50%;
        top: 200%;
        width: 530px;
        height: 300px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .back {
        display: none
    }

    .information-about-manager {
        padding: 0;
        margin: 0;
        width: 100%
    }

    .information-about-manager a,
    .information-about-manager span {
        color: #5a5a5a;
        font-size: 12px
    }

    .more-contacts {
        width: 100%;
        border-top: 1px solid var(--font-color-1);
        margin: 56px 15px 15px 15px;
    }

    .manager-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fff;
        border-radius: 15px;
        border: 2px solid #b6b6b6
    }

    .manager-photo {
        width: 80px;
        height: 80px;
        margin-bottom: 15px
    }

    .header-middle-list:first-child .header-middle-item:first-child {
        width: 325px;
        cursor: pointer;
    }

    .header-middle-list .contract-info {
        padding: 0 0 0 20px;
        font-size: 12px;
        color: var(--font-color-3);
    }

    .contract.active .contract-info {
        color: #2e302e;
    }

    .header-middle-list .contract-info span {
        margin: 0;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .header-middle-container {
        height: 58px;
        z-index: auto;
        width: auto;
    }

    .header-middle-container nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .serch-form-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contract-container {
        position: relative;
        margin: 11px 20px 11px 0px;
        /*border-left: 1px solid #d6d6d6;*/
        /*border-right: 1px solid #d6d6d6;*/
    }

    .contract-container.active {
        background-color: #ffffff;
        padding: 12px 20px 12px 0px;
        margin: 5px 0 0 0;
    }


    .contract-dropdown.active {
        height: auto;
        position: absolute;
        top: 55px;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0px;
        z-index: 10;
        padding: 0px;
        color: #2e302e;
        -webkit-box-shadow: 1px 5px 6px 0px rgba(141, 141, 141, 1);
        box-shadow: 1px 5px 6px 0px rgba(141, 141, 141, 1);
    }


    .contract-dropdown .company {
        border-top: 3px solid #edeef1;
        padding: 20px 0;
        margin: 0px 20px 0px 20px;
        font-size: 12px;
    }

    .contract-dropdown .company.admin .span-admin {
        text-align: left;
    }

    .contract-dropdown.admin .select {
        margin: 0px 20px 20px 20px;
    }


    .button-for-zoom-input {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: white;
    }

    .zoom-search-form.active .button-for-zoom-input {
        display: none !important
    }

    .zoom-search-form {
        position: absolute;
        width: 40px;
        margin-left: 10px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .zoom-search-form input::-webkit-input-placeholder {
        color: transparent
    }

    .zoom-search-form input::-moz-placeholder {
        color: transparent
    }

    .zoom-search-form input:-ms-input-placeholder {
        color: transparent
    }

    .zoom-search-form input::-ms-input-placeholder {
        color: transparent
    }

    .zoom-search-form input::placeholder {
        color: transparent
    }

    .zoom-search-form.active {
        position: fixed;
        width: 70%;
        height: 60px;
        left: 15%;
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        transform: translateY(200%);
        z-index: 100
    }

    .zoom-search-form.active input::-webkit-input-placeholder {
        color: #5a5a5a;
        font-size: 14px
    }

    .zoom-search-form.active input::-moz-placeholder {
        color: #5a5a5a;
        font-size: 14px
    }

    .zoom-search-form.active input:-ms-input-placeholder {
        color: #5a5a5a;
        font-size: 14px
    }

    .zoom-search-form.active input::-ms-input-placeholder {
        color: #5a5a5a;
        font-size: 14px
    }

    .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;
        padding-right: 50px;
    }

    .cart-in-header-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 10px;
    }

    .cart #cart-svg {
        height: 38px;
        margin-top: 5px;
        fill: #ffffff;
        transition: 0.15s all linear;
    }

    .cart #cart-svg:hover {
        fill: var(--main-hover-color);
    }

    .product-item #cart-svg:hover,
    .table-striped #cart-svg:hover {
        fill: #ffffff;
    }

    .cart-in-header-info span {
        font-size: 14px;
        color: #ffffff;
        white-space: nowrap;
        text-transform: lowercase;
    }

    .cart-in-header-info span.currency-code {
        font-weight: 400;
        margin: 0 2px;
    }

    /*.cart-in-header-info span:nth-child(n+2) {*/
    /*    font-weight: 700;*/
    /*    text-transform: lowercase;*/
    /*}*/

    .cart-in-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        /* justify-content: space-between; */
        cursor: pointer;
        height: 100%;
        /* margin: 0px 0px 0px 20px; */
    }

    .cart-in-header img {
        width: 40px;
        margin-right: 10px
    }

    .line-bottom {
        border-bottom: 12px solid #e5f3ff
    }

    .container-for-slider-item {
        height: 400px
    }

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

    .content-on-slider {
        bottom: 75px
    }

    .content-on-slider .top {
        font-size: 20px;
        padding: 8px 20px;
        -webkit-transform: translate(40px, 3px);
        -ms-transform: translate(40px, 3px);
        transform: translate(40px, 3px)
    }

    .content-on-slider .bottom {
        font-size: 24px;
        font-weight: 700;
        padding: 16px 45px
    }

    .item-container {
        height: 200px
    }


    .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: 0px;
        border-bottom: 0px;
    }

    .news-container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }


    .header-middle-container nav {
        color: #fff
    }

    .wrapper-for-recently-added {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .item-name {
        font-size: 16px
    }

    .be-a-partner {
        -webkit-clip-path: polygon(100% 0, 0 10%, 0 100%, 100% 90%);
        clip-path: polygon(100% 0, 0 10%, 0 100%, 100% 90%)
    }

    .wrapper-for-recently-added {
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-navigation ul li a {
        padding: 15px 20px
    }

    .list-item .row {
        display: block
    }

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

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

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

    .view-list .gift-conditions,
    .view-tiles-view .gift-conditions {
        top: auto;
        right: auto;
        left: 15px;
        bottom: 15px
    }


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

    .view-tiles-view .row .col-xs-12 .product-item,
    .view-tiles-view .row .col-xs-12 .product-item {
        overflow: hidden;
    }

    .view-tiles-view .row .col-xs-12 .product-item .recently-added-img-container {
        width: 22%
    }

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

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

    .view-tiles-view .row .col-xs-12 .product-item .recently-added-info {
        padding: 0 5px 0 10px;
        width: 22%;
        position: static
    }

    .recently-added-info-bottom-second .your-price {
        color: #bebebe
    }


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

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

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

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

    .table-item-name {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .table-price-catalog {
        text-align: right;
        text-transform: lowercase;
    }

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

    .view-tiles-view .table-block {
        display: block
    }

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

    .item-card .recently-added-info-top > span,
    .stock-availability .available,
    .stock-availability .in-city {
        display: block
    }

    .similar-goods h2 {
        color: #5a5a5a;
        margin: 5px auto 20px;
        font-weight: 700;
        padding-left: 20px
    }

    .cart-tabs {
        display: block;
        margin: 20px 0 40px 0px;
    }

    .cart-tabs li a {
        margin-right: 4px;
        padding: 0;
    }

    .right-side table tr td:first-child {
        min-width: 130px
    }

    .contact-options {
        height: 100%;
        border-left: 1px solid #dedede
    }

    .contact-options .item {
        margin-bottom: 40px
    }



    .address-block h2 {
        width: 100%;
        height: 50px
    }

    .address-block item {
        width: 32%
    }



    .news-page-news-container .wrapper-for-news-button {
        width: 100%
    }



    .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 .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 svg,
    .manager-button-top img {
        width: 23px;
        position: relative;
        z-index: 11;
    }

    .manager-button-top.photo {
        display: none;
    }

    .user-button-top img {
        width: 18px !important;
        height: auto;
        z-index: 500;
    }

    .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: 20*/
    }

    .cooperate {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        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;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
    }

    .hover-on-balanse p span {
        font-size: 12px
    }

    .hover-on-balanse p .hover {
        font-size: 12px;
        letter-spacing: .075em;
        color: var(--font-color);
        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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .maps-button-container {
        position: absolute;
        top: 30px;
        right: 90px;
        width: 40%;
        padding: 0
    }

    .contract-dropdown form {
        width: auto;
    }

    .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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .view-list .product-item .recently-added-info-top .name,
    .view-tiles-view .product-item .recently-added-info-top .name {
        height: 60px
    }

    .view-list .gift-conditions,
    .view-tiles-view .gift-conditions {
        width: 100%;
        text-align: left;
        max-width: 280px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .brand-search-dropdown .input-container input {
        padding: 0 0 0 55px;
        background: transparent;
    }

    .item-addres-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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: 30px
    }

    .zoom-search-form.active input::-webkit-input-placeholder {
        font-size: 16px
    }

    .zoom-search-form.active input::-moz-placeholder {
        font-size: 16px
    }

    .zoom-search-form.active input:-ms-input-placeholder {
        font-size: 16px
    }

    .zoom-search-form.active input::-ms-input-placeholder {
        font-size: 16px
    }

    .zoom-search-form.active input::placeholder {
        font-size: 16px
    }
}

.header-mobile-mail,
.header-mobile-language {
    margin: 0px 10px;
}

@media (min-width: 992px) {
    .header-button {
        width: 102px;
    }
    .news-container .news-lite-item {
        border-bottom: 1px solid #a7a8aa;
    }

    .header-list-category .main-category-list .header-item {
        margin: 0px 0px 0px 35px;
        background: transparent !important;
    }

    .cart-tabs li {
        width: 14%;
    }

    .address-block {
        margin-top: 0px;
    }

    /*.news-category-list li.active a {*/
    /*background: #6f6f6f*/
    /*}*/

    .news-category-list li a {
        color: var(--font-color-4);
    }

    .news-container .news-lite-item {
        padding: 0px;
    }

    .panel-group {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin-bottom: 72px;
    }

    .categoryControl.active {
        margin-bottom: 50px;
        padding-bottom: 0;
        border-bottom: 1px solid var(--background-color-grey);
    }

    .manager-button-top {
        padding: 5px 15px 0px 20px;
    }

    .news-container {
        margin-top: 0px;
    }

    .manager-phone a {
        font-size: 14px;
    }

    .news-container h2 {
        text-align: left;
    }

    .news-button {
        margin: 35px 0px 40px 0px;
    }

    .header-list-navigation .search-svg {
        margin-left: 90%;
    }

    .cart-in-header-info {
        padding-left: 15px;
    }

    .header-middle-list .vertical-line {
        margin: 0 20px;
    }

    .header-middle-list:first-child .header-middle-item:first-child {
        width: 360px;
        cursor: pointer;
    }

    .search-form input {
        width: 220px;
    }

    .string {
        max-width: 70px;
    }

    .button-on-item {
        width: 85px;
    }
    .table-view .button-on-item {
        width: 40px;
    }

    .header-top-list:first-child {
        width: 100%
    }

    .line-bottom {
        border-bottom: none
    }

    .zoom-search-form {
        width: 170px
    }

    .zoom-search-form.active {
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        transform: translateY(200%)
    }


    .header-top-item .manager-name {
        padding: 0
    }

    .gradient-line {
        width: 845px
    }

    .manage-about {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .header-top-item .currency-val div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto
    }

    .item-container {
        height: 250px
    }

    .category-aside-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .news-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-container .news-lite-item-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .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%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }


    .user-list-menu .user-link {
        width: 100%;
        /* padding-left: 15px*/
    }

    .hover-on-balanse p {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hover-on-balanse p span {
        font-size: 12px;
        color: #ffffff;
    }

    .hover-on-balanse .late-payment-hover .hover {
        color: var(--font-color);
    }


    .colapsed-category {
        position: inherit
    }

    .similar-goods-item {
        border-bottom: 1px solid #dedede
    }

    .cart-tabs li a {
        padding: 0 10px;
    }

    .wrapper-for-news-button .more-news a {
        width: auto;
        padding: 0;
        text-align: left;
        border: none;
    }

    footer .footer-logo {
        /*        width: 100%;*/
    }
    .footer .footer-bottom-container {
        margin-top: 18px;
    }
    .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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .maps-button-container {
        position: absolute;
        top: 28px;
        right: 90px;
        width: 33%;
        padding: 0
    }

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

    .top-line-footer {
        border-top: none;
        padding: 0
    }

    .on-news-page {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .news-page-news-container {
        position: unset;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 35px;
        z-index: 0;
        margin-bottom: 0px !important;
    }

    .subscibe-block a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto
    }

    .brand-search-dropdown .input-container input {
        padding: 0 0 0 20px;
        background: transparent;
        color: #5a5a5a;
    }

    .item-addres-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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 {
        right: 22px
    }
}

@media (min-width: 1200px) {
    .search-form input {
        width: 220px;
    }

    .header-middle-list:first-child .header-middle-item:first-child {
        width: 360px;
        cursor: pointer;
    }

    .header-top-list:first-child .header-top-item:first-child {
        width: 100%;
        max-width: 400px;
    }


    .animation-container {
        margin: 0;
    }

    .string {
        min-width: 111px;
    }

    .gradient-line {
        width: 1025px
    }

    .zoom-search-form {
        width: 250px;
        margin-left: 30px
    }

    .zoom-search-form input::-webkit-input-placeholder {
        color: #5a5a5a
    }

    .zoom-search-form input::-moz-placeholder {
        color: #5a5a5a
    }

    .zoom-search-form input:-ms-input-placeholder {
        color: #5a5a5a
    }

    .zoom-search-form input::-ms-input-placeholder {
        color: #5a5a5a
    }

    .zoom-search-form input::placeholder {
        color: #5a5a5a
    }

    .zoom-search-form input {
        color: #5a5a5a
    }

    .manage-about {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .manager-contact-top-header .close-btn {
        width: 10px;
        height: 10px;
        top: 15px;
        right: 15px
    }

    .manager-photo {
        width: 35px;
        height: 35px
    }

    .top-manager-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .top-manager-container .manage-about {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .recently-added-item {
        height: 333px
    }

    .wrapper-for-recently-added {
        height: 500px
    }

    .cooperate {
        padding: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*        width: 25% !important;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cooperate span {
        width: 100%;
        padding: 0 0 10px;
    }

    .cooperate button {
        width: 100%;
        margin: 0
    }

    footer .footer-logo {
        /*        max-width: 230px*/
    }

    .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 .close {
        right: 20px
    }

    .b2b-green-logo {
        width: 100%;
    }
}

.row.carousel {
    display: block !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}


.related-product {
    position: absolute;
    border: 3px solid #0b4c99;
    background-color: white;
    top: 65%;
    z-index: 3000;
    display: none;
}

.view-list .related-product {
    width: 70%;
}

.view-tile .related-product {
    top: 70%;
    left: -25%;
    width: auto;
}

.view-tiles-view .related-product {
    width: 70%;
    left: 27%;
}

.related-product table {
    display: block !important;
    padding: 5px;
    margin: 0px;
}

.related-product table tr {
    border-bottom: 1px solid #dedede;
}

.related-product table tr:last-child {
    border-bottom: 1px solid transparent;
}

.related-product table td {
    border-right: 1px solid #dedede !important;
}

.related-product table td:last-child {
    border-right: 1px solid transparent !important;
}

.related-product table a.button-on-item {
    width: 100% !important;
}

.related-product table a.button-on-item.rp-but {
    padding: 0px 20px;
}

.amount-btn {
    display: inline-block;
    background-color: #dedede;
    text-align: center;
    width: 60px;
    cursor: pointer;
    height: 30px;
    color: var(--font-color);
}

.amount-btn:hover {
    background-color: #004494;
    color: white;
}

.form-control-wrap {
    display: inline-block;
}


.form-control#current_agreement_id {
    display: block;
    width: calc(100% - 60px);
    margin: 0px 0px 20px 20px;
}

.trash-button {
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: #dedede;
    background-position-x: center;
    background-position-y: center;
}

.trash-button:hover {
    background-color: #004494;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.btn-type-2 {
    width: 100px;
    height: 30px;
    border-radius: 0;
    padding: 0;
    background: var(--button-color-1);
    font-size: 14px;
    color: var(--font-color-2);
    border: none;
}

.btn-type-2:hover {
    background: var(--main-color);
}

.no-user-mini-cart {
    position: fixed;
    top: 145px;
    right: 1%;
    border: 3px solid var(--main-color);
    padding: 10px;
    z-index: 1000;
    background: #ffffff;
    border-radius: 5px;
}

.no-user-mini-cart svg {
    height: 28px;
}

.no-user-mini-cart p {
    color: #000000;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.no-user-mini-cart a {
    display: block;
    width: 100%;
    text-align: center;
}

.no-user-mini-cart:hover {
    border: 3px solid var(--main-hover-color);
}

.no-user-mini-cart:hover svg {
    fill: var(--main-hover-color);
}


.instock {
    display: inline-block;
}

.stock-location {
    padding-bottom: 15px;
}

.stock-location span {
    color: #56d84d;
    margin-right: 2px;
    width: 70%;
}

.price label,
.in-stock label {
    text-transform: none;
}

.order-form {
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-color: #dedede;
    margin-bottom: 15px;
    padding-bottom: 15px;
    max-width: 482px;
}

.in-stock label,
.price label {
    margin-bottom: 0px;
}

.in-stock,
.price {
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: lowercase;
}

.list-view .price {
    margin-bottom: 3px;
}

.product-info label {
    font-size: 12px;
}

.product-info span {
    color: #717171;
    font-weight: 700;
}

.product-image {
    text-align: center;
}

.api-enabled {
    padding-left: 0px;
}

.table.table-striped.table-bordered .table-headline th:nth-child(7) {
    text-align: right;
}

.alert-info {
    color: var(--font-color);
    background-color: #fff;
    border-color: var(--main-color);
    border-radius: 8px;
}



.table-brand,
.table-available,
.table-price-catalog,
.table-price {
    text-align: left;

}

.table-available {
    /*text-align: center;*/
}

.table-price-catalog {
    white-space: nowrap;
}

.btn-main {
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 33px;
    margin: 0px 0px 0px 10px;
    background: var(--main-color);
    color: var(--font-color-2);
    border: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 15px 2px 15px;
}

.btn-main.profile,
.btn-main.login {
    width: 100%;
    margin: 0px;
}

.btn-general {
    color: #ffffff;
    background: var(--main-color);
    padding: 0px 15px 0px 15px;
}

.btn-1 {
    color: var(--font-color-2);
    background: var(--button-color-2);
}

.btn-2 {
    color: var(--font-color-2);
    background: var(--button-color-1);
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    color: var(--font-color);
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
}

.btn-main:hover {
    color: #ffffff;
    background: var(--main-hover-color) !important;
}

.article-image {
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0px auto 10px auto;
}

.container-button svg {
    height: 16px;
}

.modal-body {
    padding: 10px 15px 0px 15px;
}

.border-0 {
    border: 0px !important;
}

.integration-index button {
    border: none;
    border-radius: 0px;
    color: white;
    background: #004494;
    font-size: 16px;
    font-weight: 700;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.container-recently-added-item {
    height: 460px;
}

.icon-btn-wrap {
    display: inline-block;
    height: 38px;
    width: 38px;
    background: inherit;
    border-radius: 20px;
    vertical-align: middle;
    position: absolute;
    left: 23px;
    bottom: -3px;
}

.icon-btn {
    font-size: x-large;
    color: #555555;
    margin-top: 6px;
}

.string {
    margin-left: 45px;
    padding: 3px 0px;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#contactform-verifycode {
    margin-top: 10px;
}

.filter-element a {
    padding: 6px 5px 6px 5px;
    height: 32px;
    background: #ffffff;
    color: var(--font-color);
    text-align: center;
    -webkit-box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
    box-shadow: 1px 2px 6px 0px rgba(191, 192, 194, 1);
    border: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.filter-element a.btn-primary {
    padding: 6px 5px 8px 5px;
}

.product-item span.promo {
    position: absolute;
    top: 12px;
    left: 10px;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 0.025em;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.product-item span.new.promo {
    color: #56d84d;
    font-size: 16px;
    top: 14px;
    left: 9px;
}

.image-back-filter span.sale.promo {
    color: #ff7800;
}

button.button-on-item {
    border: none;
    width: 100%;
    margin: 25px 0;
    font-weight: 700;
    color: var(--font-color-2);
    letter-spacing: 0.075em;
}

.view-list .btn-remove {
    right: 5px;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    color: #ffffff;
}

.btn-remove {
    position: absolute;
    top: 4%;
    font-size: 15px;
    right: 3%;
    background-color: transparent;
    color: var(--main-color);
}

.product-item span.sale.promo {
    color: #ff7800;
    font-size: 16px;
    top: 13px;
    left: 7px;
}

.btn-remove {
    position: absolute;
    top: 1%;
    font-size: 15px;
    right: 4%;
    background-color: transparent;
    color: var(--button-color-1);
}

.btn-remove:focus,
.btn-remove:hover {
    background-color: transparent;
    color: var(--main-hover-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content-wrapper {
    margin-top: 20px;
}

.promo-alert {
    margin-top: 20px;
    padding: 0px 0px 0px 30px;
    font-size: 12px;
    color: #8d8d8d;
}

.promo-alert a:hover {
    color: var(--main-hover-color) !important;
    border-color: var(--main-hover-color) !important;
}

.filter-element a:hover {
    -webkit-box-shadow: 1px 2px 6px 0px rgba(154, 154, 154, 1);
    box-shadow: 1px 2px 6px 0px rgba(154, 154, 154, 1);
    background: #ffffff;
}

.filter-element a:focus,
.filter-element a:active {
    background: #ffffff !important;
    color: var(--font-color) !important;
    border: none !important;
}

.filter-element .btn-primary {
    -webkit-box-shadow: 1px 2px 6px 0px rgba(255, 194, 165, 1);
    box-shadow: 1px 2px 6px 0px rgba(255, 194, 165, 1);
    border-radius: 0px;
}

.image-back-filter svg {
    margin-top: 0;
    margin-right: 6px;
}
.promo.ordered-svg {
    height: 19px;
    width: 20px;
}

.promo.ordered-svg,
.promo.ordered-svg polygon,
.promo.ordered-svg path {
    fill: #6a6a6a;
    stroke: #6a6a6a;
}
.promo.popular-svg {
    fill: #7030a0;
    margin-right: 0;
    margin-top: -1px;
    height: 19px;
    width: 16px;
    transform: rotate(180deg);
}
.promo.recommended-svg {
    height: 19px;
    width: 20px;
    fill: #00b050;
}
.new.promo {
    color: #00b0f0;
    text-transform: uppercase;
    font-weight: 600;
    transform: rotate(-30deg);
    display: block;
    font-size: 14px;
    margin-right: 7px;
}
.sale-svg.promo {
    height: 19px;
    fill: #ff0000;
    width: 21px;

}
.promo.discount-svg {
    fill: #ffc000;
    height: 22px;
    width: 17px;
    margin-top: -2px;
}
.promo-name {
    font-size: 13px;
    color: var(--font-color);
}

.image-back-filter {
    height: 19px;
}


.filter-block-catalog {
    margin-top: 30px;
}

.wrap-mobile-item-list .header-item {
    display: list-item;
    padding: 10px 0 !important;
}

.filter-element {
    margin-top: 20px;
}

.product-item .promo-icon-wrap {
    width: 200px;
    height: 25px;
    position: absolute;
    top: 32px;
    left: -55px;
    z-index: 9;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}
.promo-icon-1 {
    background: #595959;
}
.promo-icon-2 {
    background: #7030a0;
}
.promo-icon-3 {
    background: #00b050;
}
.promo-icon-4 {
    background: #00b0f0;
}
.promo-icon-5 {
    background: #ff0000;
}
.promo-icon-6 {
    background: #ffc000;
}
.product-item svg.promo {
    width: 24px;
    fill: var(--main-color);
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-item svg.recommended-svg {
    top: 10px;
}

.product-item svg.ordered-svg,
.product-item svg.popular-svg {
    top: 12px;
}

.view-tiles-view .promo-icon-wrap {
    width: 130px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}
.view-tiles-view svg.promo {
    width: 16px;
    /*fill: var(--main-color);*/
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.view-tiles-view svg.ordered-svg,
.view-tiles-view svg.popular-svg {
    top: 6px;
}

.view-tiles-view span.new.promo {
    color: #56d84d;
    font-size: 10px;
    position: absolute;
    top: 8px;
    left: 5px;
    transform: rotate(-30deg);
}

.view-tiles-view span.sale.promo {
    color: #ff7800;
    font-size: 10px;
    position: absolute;
    top: 8px;
    left: 5px;
    transform: rotate(-30deg);
}

.table-view-analogs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.table-view-analogs .analogs {
    background: var(--button-color-1);
    color: #ffffff;
    width: 130px;
}

.add-all-on-item {
    background: var(--button-color-1);
    padding: 6px 0;
}

.add-all-on-item:hover {
    color: var(--font-color-2);
    background: var(--main-hover-color);
}

.number-filter-block {
    font-size: 12px;
    color: #676767;
    position: absolute;
    top: -9px;
    right: 29px;
    height: 17px;
    width: 44px;
    background: #ffffff;
    border-radius: 8px;
}

.integration-index .close {
    font-size: 0px;
    width: 20px;
    height: 20px;
    background: inherit;
    font-size: 0px;
    width: 20px;
    height: 20px;
    background: inherit;
    top: 10px;
    right: 25px;
}



.integration-index .close::before,
.integration-index .close::after {
    background: #31708f;
}

.sort-container.brand {
    margin: 0px;
    width: auto;
    border: none;
}

.alert-warning {
    border: none;
    margin-bottom: 5px;
}

.alert-warning a {
    border: none;
    text-decoration: underline;
    color: #337ab7;
}

div#w2 {
    border: none;
}

.table-by-button .button-container .button-on-item:hover {
    color: white;
}

.table-by-button .button-container .button-on-item.disable:hover {
    color: #8d8d8d;
}
.animation .animation-container .carousel-inner {
    padding-bottom: 0;
}

.animation-container {
    -webkit-animation: dilatation 5s linear infinite;
    animation: dilatation 5s linear infinite;
    /*animation: dilatation 4s cubic-bezier(0.73, 0.37, 0.51, 1.04) infinite;*/
    text-align: center;
}

@-webkit-keyframes dilatation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    /*10% {*/
    /*transform: scale(0.9)*/
    /*}*/
    /*20% {*/
    /*transform: scale(1)*/
    /*}*/
    /*30% {*/
    /*transform: scale(0.9)*/
    /*}*/
    43% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97)
    }
    57% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    /*70% {*/
    /*transform: scale(1)*/
    /*}*/
    /*80% {*/
    /*transform: scale(0.9)*/
    /*}*/
    /*90% {*/
    /*transform: scale(0.9)*/
    /*}*/
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dilatation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    /*10% {*/
    /*transform: scale(0.9)*/
    /*}*/
    /*20% {*/
    /*transform: scale(1)*/
    /*}*/
    /*30% {*/
    /*transform: scale(0.9)*/
    /*}*/
    43% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97)
    }
    57% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    /*70% {*/
    /*transform: scale(1)*/
    /*}*/
    /*80% {*/
    /*transform: scale(0.9)*/
    /*}*/
    /*90% {*/
    /*transform: scale(0.9)*/
    /*}*/
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animation-container p {
    color: #2e302e;
    margin: 8px 0px;
    white-space: nowrap;
}

.container.animation {
    /*max-width: 100%;*/
    /*width: 100%;*/
    /*background: #ffffff;*/
}

/* .throwing{
    animation: throwing 5s linear infinite;
}

@keyframes throwing {
    0% {margin-top:-270px;}
    5% {margin-top:-180px;}
    33% {margin-top:-180px;}
    38% {margin-top:-90px;}
    66% {margin-top:-90px;}
    71% {margin-top:0px;}
    99.99% {margin-top:0px;}
    100% {margin-top:-270px;}
} */
/*-------------Carusel animation--------------------*/
.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;
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}

.carousel.fade .item.active {
    position: relative;
    opacity: 1;
}

.table-bordered {
    border: none;
}

/*-------------Pagination--------------------*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: white;
    /*    border-color: #de3932;*/
}

.pagination > li > a,
.pagination > li > span {
    color: #004494;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.parallelogram {
    height: 63px !important;
}

.buy .widget {
    width: 50%;
}

.buy a.widget {
    float: left;
    margin-right: 2px;
}

.buy .plus {
    width: 20%;
    padding: 6px;
}

.flash {
    -webkit-box-shadow: inset -56px -88px 55px 47px #00aa00;
    box-shadow: inset -56px -88px 55px 47px #00aa00;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    color: var(--font-color);
}

.property-filter .list-group-item {
    border-top: none;
    padding-bottom: 5px;
}

.property-filter .list-group-item:nth-last-child(2) {
    padding-top: 20px;
}

.property-filter .list-group-item:last-child {
    padding-top: 5px;
    padding-bottom: 25px;
}

.property-filter .property-label {
    padding-left: 13px;
    color: var(--font-color);
    font-weight: 400;
}

.property-filter .select2-container--krajee .select2-selection {
    border-radius: 0;
    border: none;
}

.property-filter .collapse-toggle {
    font-size: 20px;
    color: var(--font-color);
    font-weight: 700;
    letter-spacing: 0.075em;
}

.property-filter .panel-default,
.property-filter .panel-heading {
    border-radius: 0;
    background: inherit;
    border: none;
    border-top: 1px solid #00a7de;
    border-bottom: 1px solid #00a7de;
}

.property-filter .panel-default {
    padding-bottom: 25px;
}

.property-filter .panel-heading {
    height: auto;
    padding: 25px 20px 0 20px;
    border: none;
}

.panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}

.property-filter .panel-group {
    padding: 0px;
}

.panel-group ul.list-group li.active a {
    color: var(--font-active-color-1);
    font-weight: 500;
}

.panel-group ul.list-group li.active a:before {
    background: var(--font-active-color-1);
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.colapsed-category {}

.colapsed-category .list-group-item:hover a {
    color: var(--font-color) !important;
}


.colapsed-category li:last-child {
    margin-bottom: 10px;
}

.colapsed-category li {
    background: inherit;
}

.panel-heading.active-no-dropdown {
    background-color: transparent;
}

.panel-heading.active-no-dropdown a {
    color: var(--font-active-color-1) !important;
    font-weight: 500 !important;
}


.panel-heading.active-no-dropdown::before {
    content: "";
    float: left;
    left: 1px;
    width: 12px;
    height: 22px;
    border-radius: 0 22px 22px 0;
    background: var(--font-active-color-1);
    position: absolute;
}

.arrow-down-svg active-svg {}

.top-info {
    width: 100%;
    color: #374251;
    background-color: #caced3;
    height: 230px;
    border-top: 17px solid #e5e7eb;
    padding-top: 44px;
}

.top-info .footer-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-info .social-icons-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-info .social-icons-wrap .social-icon {
    margin: 0 12px;
}

.top-info .social-icons-wrap .social-icon svg {
    fill: #ffffff;
    transition: 0.15s all linear;
    height: 34px;
}

.top-info .social-icons-wrap .social-icon:hover svg {
    fill: var(--main-hover-color);
}

.float-bottom-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.footer-menu li a {
    border-bottom: 1px solid #d2d9e2;
    color: #374251;
    font-size: 16px;
    margin-bottom: 7px;
}

.footer-menu li {
    margin: 4px;
}
.footer-menu li:first-child {
    margin-top: 0;
}

.footer {
    border-top: 1px solid #ffffff;
}

.container-info {
    height: auto;
    font-size: 16px;
}

.container-info .copyright {
    margin-top: 16px;
}

.container-info .copyright h5 {
    font-size: 12px;
    color: var(--font-color-2);
}

.right-info {
    color: #8294a1;
}

.info-p {
    font-size: 14px;
    color: #374251;
    font-weight: 100;
}

.info-h {
    font-size: 12px;
    color: #8294a1;
    margin-top: 0;
    font-weight: 100;
}

.info-ht {
    font-weight: 400;
    font-size: 12px;
}

.call-info p {
    color: #374251;
    font-size: 14px;
}

.call-info {
    margin-bottom: 20px;
}

.container-span {
    width: 42px;
    display: block;
    float: left;
    margin-right: 9px;
}

.container-span2 {
    width: 65px;
    display: block;
    /*float: left;*/
    font-weight: 400;
    margin-bottom: 3px;
}

.p23 {
    text-align: end;
}

.pim {
    width: 100px;
    float: right;
}

.footer-cap {
    font-weight: 100;
    font-size: 12px;
}

.footer-cap-h {
    font-weight: 400;
    font-size: 14px;
}

.info-h-pay {
    text-align: right;
}

.footer-phone-svg {
    width: 15px;
    margin-right: 10px;
}

/*
.b2b-green-logo {
    width: 139px;
}
*/

.footer-b2b {
    width: 139px;
    margin-top: 0;
}

.footer-pay {
    text-align: right;
}

.footer-working-on {
    margin-top: 10px;
    margin-bottom: 0;
}

.footer-working-on a {
    margin-top: -7px;
    color: #ffffff;
}

.footer-mail {
    margin-top: 25px;
}

.mobile-footer-menu {
    margin: 0 auto;
    display: block;
    color: #fff !important;
    border-color: #374251;
    background-color: var(--button-bg-1) !important;
    border: none;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.25pt;
    width: 100%;
    border-radius: 0;
    text-align: center;
}

.container-menu {
    background-color: #fff;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-top: 0;
}

footer .top-button {
    -webkit-box-shadow: 2px 2px 13px 0px rgba(37, 42, 51, 0.32);
    box-shadow: 2px 2px 13px 0px rgba(37, 42, 51, 0.32);
}

.footer-menu {
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: center;
}

.footer-menu a:hover {
    color: #007cd2;
}

footer .container {
    /*    display: table;*/
}

.container-bottom {
    padding-top: 20px;
}

.footer-right-info {
    text-align: center;
}

.panel-no-border {
    border: none;
}


.footer-pay {
    text-align: right;
}

.info-h-pay {
    text-align: right;

}
.footer-message .span-skype {
    margin-top: 18px;
}

.related .close .fa,
.analog .close .fa {
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    .top-info {
        height: auto;
    }

    .top-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-phone {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-menu li {
        margin-top: 15px;
    }

    .footer-cap-h {
        text-align: right;
        width: 206px;
    }

    .footer-cap {
        width: 206px;
        text-align: right;
    }

    .footer-right-info {
        margin-top: 10px;
    }

    .b2b-green-logo {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
    footer .background {
        height: auto;
    }

    .top-info {
        height: auto;
    }

    .top-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-info {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .container-working-on {
        text-align: center;
    }

    .footer-pay {
        text-align: center;
    }

    .info-h-pay {
        text-align: center;
    }

    .footer-cap-h {
        text-align: center;
        margin: auto;
    }

    .footer-cap {
        text-align: center;
        margin: auto;
    }


}

@media only screen and (max-width: 600px) and (min-width: 480px) {
    .footer-border-top {
        display: inline-block;
        width: 100%;
        border-top: 1px solid #d2d9e2;
        border-bottom: 1px solid #d2d9e2;
    }

    .right-info {
        width: 100%;
    }

    .footer-pay {
        margin-top: 15px;
    }

    .info-h {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    footer .background {
        margin: auto;
    }

    .footer-cap-h {
        margin-top: 0px !important;
    }

    .call-info {
        float: left;
    }

    .footer-message {
        float: left;
        margin-right: 20px;
    }

    footer .background {
        height: auto;
    }
}

@media (max-width: 480px) {
    .footer-menu {
        margin: 20px auto 0 auto;
    }

    .top-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top-info {
        height: auto;
    }

    .call-info {
        margin-right: 0;
    }

    .footer-pay {
        text-align: center;
    }

    .info-h-pay {
        text-align: center;
        margin-top: 18px;
    }

    .footer-right-info {
        margin-top: 8px;
    }

    .border {
        display: block;
        border-top: 5px solid red;
        border-bottom: 5px solid red;
    }

    .footer-message {
        margin-left: -20px;
    }

    .call-info p {
        font-size: 12px;
    }

    .info-p {
        font-size: 12px;
    }

    .container-span {
        width: auto;
        margin-right: 4px;
    }

    footer .background {
        height: auto;
    }

    .container-info {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-border-top {
        display: inline-block;
        width: 100%;
        border-top: 1px solid #d2d9e2;
        border-bottom: 1px solid #d2d9e2;
        padding-top: 13px;
        padding-bottom: 6px;
    }

    .container-working-on {
        text-align: center;
    }

    .background {
        height: auto;
    }

    .footer-border-top {
        width: 100%;
    }

    .right-info {
        width: 100%;
    }

    .footer-cap-h {
        text-align: center;
        width: 206px;
        margin: auto;
    }

    .footer-cap {
        width: 206px;
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 390px) {
    .container-working-on {
        text-align: center;
    }

    .footer-mail {
        display: inline-block;
        width: 100%;
    }

    .footer-menu {
        margin: 20px auto 0 auto;
    }

    .top-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top-info {
        height: auto;
    }

    .call-info {
        margin-right: 0;
    }

    .footer-pay {
        text-align: center;
    }

    .info-h-pay {
        text-align: center;
        margin-top: 18px;
    }

    .footer-right-info {
        margin-top: 8px;
    }

    .footer-message {
        margin-left: -20px;
    }

    .call-info p {
        font-size: 12px;
    }

    .info-p {
        font-size: 12px;
    }

    .container-span {
        width: auto;
        margin-right: 9px;
    }

    footer .background {
        height: auto;
    }

    .container-info {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.wikicross-btn {
    display: block;
    width: 100%;
    border: 1px solid #dedede;
    background: var(--button-color-1);
    height: 30px;
    text-align: center;
    padding: 4px 0 0 0;
    margin: 20px 0;
    color: var(--font-color-2);
}
.wikicross-btn:hover {
    background: var(--main-hover-color);
    color: var(--font-color-2);
}

@media (min-width: 320px) {
    .item .product-card:nth-child(2n+3) {
        display: none;
    }
}
@media (min-width: 768px) {
    .item .product-card:nth-child(2n+3) {
        display: block;
    }
    /*.item .product-card:nth-child(2n+5) {*/
    /*display: none;*/
    /*}*/
}
@media (min-width: 992px) {
    .item .product-card:nth-child(2n+5) {
        display: block;
    }
}

.all-news-list.row .list-view .empty {
    display: none;
}
.all-news-list.row .list-view {
    padding-top: 0px;
}


/*File1*/
/*.cart-tab-content .order-information {*/
/*overflow: auto;*/
/*}*/
/*.cart-tab-content .order-information .order-table {*/
/*min-width: 940px;*/
/*}*/

.table-view .tr-table {
    display: block;
    margin: 10px 0;
    background: #ffffff;
    padding: 15px 10px;
    -webkit-box-shadow: 4px 6px 13px 0px rgba(55,66,81,0.1);
    box-shadow: 4px 6px 13px 0px rgba(55,66,81,0.1);
    position: relative;
    height: 130px;
    overflow: hidden;
}

.table-view .tr-table .row .table-column {
    padding-right: 8px;
    padding-left: 8px;
}
.table-view .tr-table .row .table-column:first-child {
    padding-left: 15px;
}
.table-view .tr-table .row .table-column:last-child {
    padding-right: 15px;
}
.table-view .tr-table:hover {
    -webkit-box-shadow: 1px 2px 6px 0px rgba(154, 154, 154, 1);
    box-shadow: 1px 2px 6px 0px rgba(154, 154, 154, 1);
}

.table-view .head-table-view {
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--font-color-1);
    font-weight: 400;
    padding-left: 8px;
    padding-right: 8px;
}

.table-view .head-table-view:first-child {
    text-align: center;
}

.table-view .head-price {
    text-align: right;
}

.table-view .table-article {
    /*text-align: center;*/
}

.table-view .table-brand {
    word-wrap: break-word;
}

.table-view .table-name {
    font-weight: 500;
    margin: 0 0 5px 0;
    color: var(--font-color);
}

/*.tr-table:hover .container-add-to-cart,*/
/*.tr-table:hover .container-add-to-cart > .button-on-item,*/
/*.tr-table:hover .button-container > .button-on-item,*/
/*.tr-table:hover .button-container > .phone-button {*/
/*background: var(--main-color);*/
/*}*/

.tr-table:hover .button-container a {
    background: var(--main-color);
}


.has-success .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.balance-index .form-control {
    border-radius: 0;
}

.balance-index .input-group-addon {
    border-radius: 0;
}

.checkout-create .form-control {
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--main-color);
    padding-left: 5px;
    border-radius: 0px;
}

textarea.form-control {
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid var(--main-color);
    padding-left: 5px;
    border-radius: 0px;
}
.property-filter .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin: 1px 0 0 3px;
    color: #d5d5d5;
    cursor: pointer;
}

.property-filter .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--main-hover-color);
}

.modal-header .close {
    color: var(--button-color-1) !important;
    margin-top: 10px;
}
.modal-header .close:hover {
    color: var(--main-hover-color) !important;
}
.modal-content {
    border-radius: 0;
}
.header-phone svg {
    margin-top: 2px;
}
.header-list-category .main-category-list .header-item {
    font-weight: 300;
}

.all-news-btn {
    color: var(--font-color-2);
    background-color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--background-color-white);
    width: 286px;
    height: 44px;
    font-size: 16px;
}

.property-filter .list-group-item {
    background-color: inherit;
}

.news-main-container {
    padding: 0;
}

.about-company .about-title {
    line-height: 1em;
}
.site-about p {
    font-size: 16px;
    line-height: 1.5em;
}
.about-company .about-text-wrap p {
    line-height: 1.7em;
}
.online-store h2 {
    line-height: 1em;
    margin: 10px 0 48px;
}
.about-company .read-btn:hover {
    background-color: var(--main-hover-color);
    color: var(--font-color-2);
}
.brand-slider {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(146, 201, 248, 0.57);
    box-shadow: 0px 2px 3px 0px rgba(146, 201, 248, 0.57);
    margin-bottom: 10px;
}
.datepicker-days .table-condensed tbody tr:nth-child(even) {
    background: #ffffff;
}
.datepicker-days .table-condensed tbody tr td:nth-child(6) {
    color: #333333;
    opacity: 0.4;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #ffffff;
}
.datepicker-days .table-condensed tbody tr td:nth-child(7) {
    color: #333333;
    opacity: 0.4;
}
.carousel-inner {
    padding-bottom: 13px;
}
.online-store {
    margin-bottom: 45px;
}
.online-store .online-store-btn {
    background-color: var(--background-color-white);
    border: 1px solid var(--main-color);
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    width: 286px;
    display: block;
    text-align: center;
    padding: 6px 0;
    margin: 28px auto 0 auto;
}
.online-store .online-store-btn:hover {
    background-color: var(--main-hover-color);
    color: var(--font-color-2);
}
.partners {
    min-height: 1170px;
    background: url(../images/bg/bg_partners.jpg) no-repeat 50% 100%;
    background-size: cover;
    padding-top: 94px;
}
.partners .partners-title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1em;
    letter-spacing: 0.25pt;
    color: var(--font-color-2);
    text-align: center;
}

.partners .partners-title:before {
    content: '';
    display: block;
    width: 75px;
    height: 4px;
    background-color: var(--main-color);
    margin: 0 auto 22px auto;
    border-radius: 2px;
}
.partners .partners-title:after {
    content: '';
    display: block;
    width: 98px;
    height: 9px;
    background-color: var(--main-color);
    margin: 22px auto 0 auto;
    border-radius: 4px;
}
.partners .information-wrap {
    border: 1px solid rgba(0, 124, 210, 0.3);
    margin-top: 47px;
}
.partners .information-wrap .top {
    text-align: center;
    color: var(--font-color-2);
}
.partners .information-wrap h5 {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0.25pt;
    margin: 35px 0;
}
.partners .information-wrap .description-text {
    max-width: 943px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25px;
    margin-bottom: 32px;
    padding: 0 30px;
}
.partners .information-wrap .middle {
    min-height: 340px;
    background-color: rgba(0, 124, 210, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partners .information-wrap .middle .item {
    background-color: var(--background-item);
    width: 308px;
    min-height: 232px;
    border-radius: 23px;
    text-align: center;
    margin: 10px 0;
}
.partners .information-wrap .middle .item img {
    margin: 26px auto;
}
.partners .information-wrap .middle .item span {
    color: var(--font-color-2);
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25pt;
    text-transform: uppercase;
}
.partners .information-wrap .bottom {
    min-height: 132px;
    background-color: var(--background-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* .partners .information-wrap .bottom .item {
    margin: 0 40px;
} */
.partners .information-wrap .bottom .info-text {
    font-weight: normal;
    color: var(--main-color);
    letter-spacing: 0.25pt;
}
.partners .information-wrap .bottom .size-2 {
    font-size: 36px;
    display: block;
    margin-bottom: 8px;
}
.partners .information-wrap .bottom .size-1 {
    font-size: 24px;
}
.partners .information-wrap .bottom .partners-btn {
    background-color: var(--button-bg-1);
    border: none;
    color: var(--font-color-2);
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.25pt;
}
.partners .information-wrap .bottom .partners-btn:hover {
    background-color: var(--main-hover-color);
}
.partners .information-wrap .bottom .cost {
    width: 236px;
    height: 57px;
}
.partners .information-wrap .bottom .sup {
    width: 272px;
    height: 57px;
}
.our-geography .title {
    text-align: center;
    margin: 48px 0;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.25pt;
    color: var(--font-color-4);
}

.map-wrap {
    margin-bottom: 30px;
}

.product-item:hover .public > .container-add-to-cart {
    background-color: var(--main-color);
}
.button-container .more {
    position: relative;
}
.button-container .more:after {
    display: none;
}
.container-add-to-cart:after {
    left: 53px;
}
.container-add-to-cart input.in-cart {
    border: 1px solid var(--button-color-1);
    border-right: none;
}
.related .button-on-item,
.analog .button-on-item {
    padding-top: 7px;
}

.button-container .button-on-item span {
    margin-left: 3px;
}

/*.container-add-to-cart input.add-item::-webkit-input-placeholder,*/
/*.container-add-to-cart input.add-item {*/
/*color: var(--button-color-1);*/
/*-webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);*/
/*clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);*/
/*border-right: none;*/
/*}*/
/*.container-add-to-cart input.add-item::-moz-placeholder,*/
/*.container-add-to-cart input.add-item {*/
/*color: var(--button-color-1);*/
/*clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);*/
/*border-right: none;*/
/*}*/
/*.container-add-to-cart input.add-item:-ms-input-placeholder,*/
/*.container-add-to-cart input.add-item {*/
/*color: var(--button-color-1);*/
/*clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);*/
/*border-right: none;*/
/*}*/
/*.container-add-to-cart input.add-item::-ms-input-placeholder,*/
/*.container-add-to-cart input.add-item {*/
/*color: var(--button-color-1);*/
/*clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);*/
/*border-right: none;*/
/*}*/
/*.container-add-to-cart input.add-item::placeholder,*/
/*.container-add-to-cart input.add-item {*/
/*color: var(--button-color-1);*/
/*-webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);*/
/*clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);*/
/*border-right: none;*/
/*}*/
.related .modal-content,
.analog .modal-content {
    background-color: #fafafa;
}
.related .modal-body tbody tr,
.analog .modal-body tbody tr {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    border-bottom: 1px solid #eeeeee;
}
.analog .modal-body tbody tr .recently-added-img-container {
    height: 50px;
}
.related .modal-body tbody td,
.analog .modal-body tbody td {
    padding: 17px;
    vertical-align: middle;
}
.analog .modal-body tbody td {
    padding: 0 17px;
}
.analog .modal-body tbody td .button-container {
    margin-top: 0;
}
.related .table > thead > tr > th,
.analog .table > thead > tr > th {
    padding: 8px 17px;
}
.related .button-container,
.analog .button-container {
    width: 230px;
    float: right;
}
.related td.text-right,
.analog td.text-right {
    color: var(--main-hover-color);
    font-weight: 800;
}
.related td.text-center,
.analog td.text-center {
    font-weight: 800;
}
.related td,
.related td a.href,
.analog td,
.analog td a.href {
    color: var(--font-color-1);
    font-size: 14px;
}
.related td a.href:hover,
.analog td a.href:hover {
    color: var(--main-hover-color);
}
.related .container-add-to-cart:hover > input::-webkit-input-placeholder,
.analog .container-add-to-cart:hover > input::-webkit-input-placeholder {
    color: var(--main-hover-color);
}
.related .container-add-to-cart:hover > input::-moz-placeholder,
.analog .container-add-to-cart:hover > input::-moz-placeholder {
    color: var(--main-hover-color);
}
.related .container-add-to-cart:hover > input:-ms-input-placeholder,
.analog .container-add-to-cart:hover > input:-ms-input-placeholder {
    color: var(--main-hover-color);
}
.related .container-add-to-cart:hover > input::-ms-input-placeholder,
.analog .container-add-to-cart:hover > input::-ms-input-placeholder {
    color: var(--main-hover-color);
}
.related .container-add-to-cart:hover > input::placeholder,
.analog .container-add-to-cart:hover > input::placeholder {
    color: var(--main-hover-color);
}
.related h3,
.analog h3 {
    color: var(--main-color);
    font-size: 36px;
    text-align: center;
}
.related .related-close,
.analog .analog-close {
    margin: 20px;
    font-size: 50px;
    font-weight: 100;
    color: var(--main-color);
}

.related .related-close:hover,
.analog .analog-close:hover {
    margin: 20px;
    font-size: 50px;
    color: var(--main-hover-color);
}
.view-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second .price,
.wrapper-for-product-item .horizontal-view-onlys .table-price-catalog {
    color: var(--main-hover-color);
}
/**/

/*#endregion catalog */

/* manager cart */
.remote .remote-title {
    color: var(--main-color);
    font-size: 36px;
    text-align: center;
}
.remote .available-full.table.table-stripped .div-price {
    color: var(--main-hover-color);
    font-weight: 700;
}
.remote .available-full.table.table-stripped .div-available {
    font-weight: 700;
}
.remote .available-full.table.table-stripped .div-available .uom {
    font-weight: 400;
    color: var(--font-color-1);
    margin: 0 3px;
}
.remote .available-full.table.table-stripped tr:nth-child(2n) {
    border-bottom: 1px solid #eeeeee;
}
.remote .available-full.table.table-stripped tr:nth-last-child(1) {
    border: none;
}
.remote .available-full.table.table-stripped td {
    padding: 15px 0;
}
.remote .available-full.table.table-stripped .div-input input {
    height: 34px;
}
.remote .fa,
.remote .fas {
    margin-top: 10px;
}
.remote .button-on-item {
    padding-top: 6px;
    margin-bottom: 3px;
}
.remote .available-full.table.table-stripped .div-input input {
    font-weight: bold;
    color: var(--font-color);
}
.remote .modal-cart-close {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 100;
    color: var(--main-color);
}
/*.remote .modal-footer {*/
/*padding-bottom: 20px;*/
/*}*/
.remote .light-btn {
    background: var(--button-color-1);
    color: var(--font-color-2);
    padding: 6px 15px 0px 15px;
}

.remote .location .container-add-to-cart {
    height: 100%;
    width: 58%;
    background: var(--button-color-1);
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.remote .button-container a {
    margin-right: 0 !important;
}

.remote .location .button-on-item:nth-child(1) {
    width: 35%;
}

.remote .location .button-on-item:nth-child(3) {
    width: 35%;
}

.remote .location .container-add-to-cart input {
    width: 65px;
}

.remote .location .container-add-to-cart {
    background: inherit;
}

.remote .container-add-to-cart.product-in-cart a {
    padding: 0;
}

.one-click-modal .modal-write-close,
.contact-us .modal-write-close {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 100;
    color: var(--main-color);
}
.contact-us .modal-body label {
    color: #999999;
    font-weight: 400;
    padding-left: 5px;
}
.one-click-modal .modal-title,
.contact-us .modal-title {
    color: var(--main-color);
    font-size: 36px;
    text-align: center;
}
.one-click-modal .modal-dialog,
.contact-us .modal-dialog {
    width: 100%;
    max-width: 360px;
    margin: 20px auto;
}
.one-click-modal .modal-content,
.contact-us .modal-content {
    padding: 30px 30px 55px 30px;
}
.one-click-modal .modal-content input {
    margin-top: 10px;
}
/* end manager cart */

/* viewe card product  */
.item-card {
    -webkit-box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
}
.item-card-wrapper .info-card {
    padding-top: 15px;
}
.item-card-wrapper .info-card .nav-tabs {
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 1px;
}
.item-card-wrapper .info-card .nav-tabs > li {
    border-radius: 5px 5px 0px 0px;
    width: 167px;
    margin-right: 4px;
}
.item-card-wrapper .info-card .nav-tabs > li > a {
    border-bottom: none;
    color: var(--font-color);
    background-color: var(--background-color-grey);
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
}
.item-card-wrapper .info-card .nav-tabs > li:hover > a {
    background-color: var(--main-color);
    color: var(--font-color-2);
}
.item-card-wrapper .info-card .nav-tabs > .active > a {
    background-color: var(--main-color);
    color: var(--font-color-2);
}
.item-card-wrapper .info-card table .articule,
.item-card-wrapper .info-card table .article {
    padding-left: 40px;
}
.item-card-wrapper .info-card table .brand {
    padding: 8px 15px;
    font-weight: 500;
}
.item-card-wrapper table tr td:first-child {
    color: var(--font-color-1);
    font-size: 14px;
    font-weight: 500;
}
.item-card-wrapper table tr td:nth-child(2) {
    color: var(--font-color-1);
}
.item-card-wrapper .tab-content tbody tr {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    border-bottom: 1px solid #eeeeee;
}
.item-card-wrapper table {
    border-spacing: 0 6px;
    border-collapse: separate;
}
.item-card-wrapper .tab-content tbody td {
    padding: 17px;
    vertical-align: middle;
    color: var(--font-color-1);
}
.analog-info {
    margin-bottom: 20px;
}
.analog-info .table {
    margin-bottom: 0;
}
.item-card-wrapper .analog-info td.table-price-catalog {
    color: var(--main-hover-color);
    font-weight: 800;
    font-size: 14px;
}
.item-card-wrapper .table-brand,
.item-card-wrapper .table-item-name,
.item-card-wrapper .table-price,
.item-card-wrapper .table-by-button {
    padding: 8px 17px;
}
.item-card-wrapper .table-brand {
    font-weight: 500;
}
.item-card-wrapper .tab-content tbody td.table-available {
    font-weight: 800;
}
.item-card-wrapper .property {
    padding: 17px 17px 17px 40px;
}
.item-card-wrapper .val {
    padding: 17px;
}
.item-card-wrapper .table th {
    font-size: 16px;
}
.item-card-wrapper .table-by-button .button-container {
    width: 226px;
    float: right;
}
.item-card-wrapper .table th.table-by-button {
    padding-left: 32px;
}
.item-card-wrapper .table-brand,
.item-card-wrapper .table-available,
.item-card-wrapper .table-price-catalog,
.item-card-wrapper .table-price {
    width: 12%;
}
.item-card-wrapper .not-available {
    text-align: center;
}
.button-container {
    min-width: 226px;
}

.table-view .button-container {
    min-width: 195px;
}

.button-container a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 7px;
}

.button-container .no-pack {
    height: 65px !important;
}
.list-view .button-container .no-pack{
    height: 65px !important;
}
.button-container .no-pack .count {
    margin-top: 18px;
    display: block;
}

.button-container a svg {
    fill: #ffffff;
}

.button-container .buy-btn-in-cart {
    background: #231f20;
    height:65px !important;
}

.button-container .buy-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-right: 0;
}

.button-container .buy-btn-pack {
    height: 100%;
}

.analog .button-container .buy-btn-pack,
.analog-info .button-container .buy-btn-pack {
    margin-top: 0;
}

.table-view .button-container .buy-btn-pack {
    margin-top: 0;
    height: 50px;
}
.list-view .container-add-to-cart{
    width: 125px;
    margin-top: 3px;
}
.list-view .amount-block{
    margin: 8px 6px 0 0;
}
.container-add-to-cart {
    width: 143px;
    height: auto;
}

.table-view .container-add-to-cart {
    width: 133px;
    height: auto;
    margin-top: 5px;
}

.amount-block {
    max-width: 27px; /* 50px*/
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 5px 5px 0 0;
}
.bonus-amount-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bonus-amount-block input {
    width: 50px;
    height: 29px;
    border: 1px solid var(--button-color-1);
    border-left: 0;
    border-right: 0;
    text-align: center;
}
.bonus-row .button-on-item.buy-btn {
    width: 105px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    padding: 0;
}
.bonus-row {
    height: 40px;
    display: flex;
    align-items: center;
}
.bonus-row .button-on-item.cart #cart-svg{
    margin-right: 3px;
}
.bonus-row .button-on-item.cart span{
    margin-top: 3px;
}
.total-bonus {
    font-size: 12px;
}
.bonus-amount-block .button-on-item {
    height: 29px!important;
    background: var(--main-hover-color);
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.bonus-amount-block .button-on-item:hover {
    color: #ffffff
}
.amount-block > a {
    margin: 0;
    margin-top: 0!important;
    padding: 0;
    height: 18px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-hover-color);
    width: 100%!important;
}
.amount-block > input {
    margin: 0;
    height: 25px;
    margin: 2px 0;
    border-radius: 0;
    border: 1px solid var(--button-color-1);
    width: 100%;
    text-align: center;
}
.table-view .container-add-to-cart {
    width: 130px;
    height: auto;
    margin-top: 5px;
}
.list-view a.button-on-item.add-product-to-cart.no-pack {
    max-width: 53px;
    margin-top: 5px;
}
.tile-view a.button-on-item.add-product-to-cart.no-pack {
    max-width: 50px;
    width: 100%;
    margin-right: 0;
}
.container-
.item-card-wrapper table tr td.table-item-name {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px 0px;
    color: var(--font-color);
    height: 40px;
}
.recently-added-info-top .product-title {
    width: 100%;
}
.recently-added-info-top .where {
    color: var(--items-font-color-1);
}
.recently-added-info-top .where label {
    font-weight: 400;
}
.recently-added-info-top .brand label,
.recently-added-info-top .article label {
    font-weight: 400;
}
.recently-added-info-top .brand .brand-name,
.recently-added-info-top .article .article-name {
    font-weight: 400;
}
.item-card .price-description {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.item-card .price-description .your-price {
    color: var(--font-color-1);
}
.item-card .price-description .price {
    color: var(--main-hover-color);
    font-size: 20px;
    font-weight: 700;
}
.item-card .by-widget-wrap {
    padding: 25px 0;
    /*border-bottom: 1px solid #dedede;*/
}
.item-card .by-widget-wrap .button-on-item {
    height: 30px;
}
.item-card .by-widget-wrap .button-container {
    padding: 0;
    border: none;
}
.item-card .stock-availability .in-city,
.item-card .stock-availability .available-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: 700;
    color: var(--font-color-1);
}

.item-card .stock-availability .in-city .uom {
    font-weight: 400;
    margin-left: 2px;
}

.item-card .stock-availability .available-wrap .left-side {
    font-weight: normal;
}
.item-card .stock-availability .in-city .city {
    font-weight: 500;
}
.similar-goods .similar-goods-item-wrap {
    background: var(--background-color-white);
    margin-bottom: 20px;
    padding: 15px;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    opacity: .5;
    transition: 0.15s all linear;
    padding-bottom: 60px;
}
.similar-goods .similar-goods-item-wrap:hover {
    opacity: 1;
}
/*.similar-goods .similar-goods-item-wrap .container-add-to-cart a {*/
/*width: 57px;*/
/*}*/
/*.similar-goods .similar-goods-item-wrap .container-add-to-cart .last-button {*/
/*width: 126px;*/
/*}*/
.similar-goods .similar-goods-item-wrap .similar-goods-info {
    color: var(--font-color-1);
    width: 130px;
}
.similar-goods .similar-goods-item-wrap .similar-goods-item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.similar-goods .similar-goods-item-wrap  .similar-goods-img {
    width: 80px;
}
.similar-goods .brand,
.similar-goods .article {
    font-weight: 400;
    color: var(--font-color-1);
}
.similar-goods .brand {
    margin: 0;
}
.similar-goods .name {
    font-weight: 300;
}
.similar-goods .brand label,
.similar-goods .article label {
    font-weight: 300;
}
.similar-goods h2 {
    color: var(--font-color);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    display: none;
}
.list-view .button-container {
    min-width: 100%;
}
.list-view .related-wrap form {
    margin-top: 10px;
}
.list-view .analog-wrap form {
    margin-top: 5px;
}
.list-view .in-city {
    color: var(--font-color-1);
    font-weight: 700;
}
.list-view .in-city .uom {
    margin: 0 2px;
    color: var(--font-color-1);
    font-weight: 400;
}
.list-view .in-city .city {
    font-weight: 500;
}
.list-view .in-warehouses-block .fa {
    margin-right: 8px;
}

.view-list .info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 140px;
}
.view-list .product-item .recently-added-info-top .name {
    height: auto;
}
.list-view .product-item .recently-added-button {
    padding: 0;
}
.view-list .in-stock {
    margin-bottom: 8px;
}
.view-list .in-stock label {
    font-size: 14px;
}
/* end list viewe */

/* table view */
.table-view .recently-added-img-container {
    height: 50px;
}
.table-view .table {
    border-spacing: 0 6px;
    border-collapse: separate;
}
.table-view .table tr{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    border-bottom: 1px solid #eeeeee;
}
.table-view .table tr.title {
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--font-color-1);
    font-weight: 500;
}
.table-view .table > thead > tr > th {
    padding: 0 10px 6px;
}

.table-view .table > thead:first-child > tr:first-child > th {
    font-size: 14px;
}
.table-view .table-name {
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: var(--font-color);
    cursor: pointer;
    word-break: break-word;
}
.table-view .table-article {
    color: var(--font-color);
    font-weight: 500;
}
.table-view .table-brand {
    color: var(--font-color);
    font-weight: 400;
}
.table-view .table-available {
    font-weight: 700;
    color: var(--font-color);
    font-size: 13px;
}
.table-view .table-available .uom {
    font-weight: 400;
    color: var(--font-color-1);
    margin: 0 2px;
}
.table-view .table-price-catalog {
    color: var(--main-hover-color);
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}
/* end table view */
/* end viewe card product */

/* main slider */
.wrapper-for-carousel {
    margin: 0;
}
.wrapper-for-carousel .main-slider {
    margin-bottom: 50px;
}

.wrapper-for-carousel .carousel-indicators {
    bottom: -45px;
}
.wrapper-for-carousel .carousel-indicators li {
    background-color: #9495a4;
    margin: 1px 13px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.wrapper-for-carousel .carousel-indicators .active {
    background-color: var(--main-color);
    margin: 4px 13px 0 13px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.wrapper-for-carousel .carousel-control.left {
    background-image: none;
}
.wrapper-for-carousel .carousel-control.right {
    background-image: none;
}
.wrapper-for-carousel .glyphicon-chevron-left:before,
.wrapper-for-carousel .glyphicon-chevron-right:before {
    content: '';
}
.catalog-product .wrapper-for-carousel .glyphicon {
    display: none;
}
.main-carusel-baner .carousel-control .glyphicon {
    display: block;
    fill: #8d8d8d;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    padding: 7px;
    border-radius: 50%;
    z-index: 3;
    -webkit-box-shadow: 7px 7px 20px 3px rgba(66,68,83,0.19);
    box-shadow: 7px 7px 20px 3px rgba(66,68,83,0.19);
}
.main-carusel-baner .wrapper-for-carousel .carousel-control {
    background: #4397d1;
}
.novelty-product .wrapper-for-carousel .glyphicon {
    display: block;
    fill: #8294a1;
    background-color: var(--background-color-white);
    width: 50px;
    height: 50px;
    padding: 7px;
    border-radius: 50%;
    z-index: 3;
    -webkit-box-shadow: 7px 7px 20px 3px rgba(66,68,83,0.19);
    box-shadow: 7px 7px 20px 3px rgba(66,68,83,0.19);
}
.wrapper-for-carousel .carousel-control {
    opacity: 0.8;
}
.wrapper-for-carousel .carousel-control:focus,
.wrapper-for-carousel .carousel-control:active,
.wrapper-for-carousel .carousel-control:hover {
    opacity: 1;
}
.wrapper-for-carousel .carousel-control .glyphicon-chevron-left {
    left: -6px;
}
.wrapper-for-carousel .carousel-control .glyphicon-chevron-right {
    right: -6px;
}
/* end main slider */



/* index catalog top */
.catalog-top {
    padding-top: 60px;
    padding-bottom: 90px;
}
.catalog-top .title {
    margin-bottom: 40px;
}
.catalog-top .title h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 36px;
    margin: 15px 0;
    color: var(--font-color-4);
}
.catalog-top .title::before {
    content: '';
    display: block;
    width: 75px;
    height: 4px;
    background-color: var(--main-color);
    margin: 0 auto;
    border-radius: 2px;
}
.catalog-top .title::after {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background-color: var(--main-color);
    margin: 0 auto;
    border-radius: 5px;
}
.catalog-top .slider-catalog-wrap {
    margin-bottom: 30px;
}
.catalog-top .btn-wrap {
    text-align: center;
    padding-bottom: 90px;
}
.catalog-top .btn-wrap .btn-viewe-catalog {
    background-color: var(--background-color-white);
    color: var(--button-color-1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--main-color);
    width: 295px;
    height: 44px;
    font-size: 16px;
}
.catalog-top .btn-wrap .btn-viewe-catalog:hover {
    background-color: var(--main-hover-color);
    color: var(--font-color-2);
}
.catalog-product .carousel-inner > .active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* end index catalog top */

/* news index */
.news-wrap .news-top-bg {
    background-color: var(--main-color);
    min-height: 80px;
}
.news-wrap .news-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
}
.news-wrap .news-top h2 {
    margin: 0;
    color: var(--font-color-2);
    text-transform: uppercase;
    font-size: 36px;
}
.news-wrap .news-top .all-news-btn {
    color: var(--font-color-2);
    background-color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--background-color-white);
    width: 286px;
    height: 44px;
    font-size: 16px;
}
.news-wrap .news-top .all-news-btn:hover {
    background-color: var(--background-color-white);
    color: var(--main-color);
}
.news-wrap .news-bottom-bg {
    background-color: var(--background-color-white);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(146, 201, 248, 0.57);
    box-shadow: 0px 2px 3px 0px rgba(146, 201, 248, 0.57);
    margin-bottom: 100px;
    padding-bottom: 40px;
}
.news-wrap .news-bottom-bg .news-lite-item {
    border: none;
}
.news-wrap .news-bottom-bg .new-lite-name {
    color: var(--main-color);
    font-size: 16px;
}
.news-wrap .news-lite-body {
    font-size: 12px;
    color: var(--button-color-1);
}
.news-lite-item a:hover > span {
    color: var(--main-hover-color) !important;
}
/* end news index */

/* promotions index */
.stock {
    position: relative;
    overflow: hidden;
}
.discount::before {
    position: absolute;
    top: 30px;
    left: -30px;
    /*    content: 'Акция!';*/
    width: 141px;
    height: 23px;
    display: block;
    background-color: #00b0f0;
    color: #ffffff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: normal;
    z-index: 2;
}
.discount::after {
    position: absolute;
    top: 13px;
    left: -50px;
    /*content: '-40%';*/
    width: 141px;
    height: 23px;
    display: block;
    color: #e44046;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    z-index: 2;
}
.container-add-to-cart {
    -webkit-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}
.promotions-wrap {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(146, 201, 248, 0.57);
    box-shadow: 0px 2px 3px 0px rgba(146, 201, 248, 0.57);
    margin-bottom: 10px;
}
.promotions-wrap .top-bg {
    background-color: #e9f4ff;
    padding: 20px 0;
    margin-bottom: 40px;
}
.promotions-wrap .promotions-top {
    text-align: center;
}
.promotions-wrap .promotions-top .title {

}
.promotions-wrap .promotions-top h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--main-color);
    margin: 0;
}
.promotions-wrap .carousel-indicators li {
    background-color: #9495a4;
    margin: 1px 13px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.promotions-wrap .carousel-indicators {
    bottom: -80px;
    z-index: 1;
}
.promotions-wrap .carousel-indicators .active {
    background-color: var(--main-color);
    width: 9px;
    height: 9px;
    margin: 1px 13px;
    border-radius: 50%;
}
.promotions-wrap .promotions-bottom .promotions-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 332px;
    margin: 0 auto;
}
.promotions-wrap .promotions-bottom {
    padding-top: 30px;
    padding-bottom: 50px;
}
.promotions-wrap .promotions-bottom .promotions-control a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: var(--background-color-white);
    border-radius: 50%;
    fill: #b7d6ec;
    padding: 11px 0;
    opacity: 0.8;
    -webkit-box-shadow: 7px 7px 20px 3px rgba(66,68,83,0.19);
    box-shadow: 7px 7px 20px 3px rgba(66,68,83,0.19);
}
.promotions-wrap .promotions-bottom .promotions-control a:hover {
    opacity: 1;
}
.promotions-wrap .promotions-bottom .promotions-control a.right {
    margin-left: 16px;
}

.promotions-wrap .promotions-bottom .promotions-control .left {
    padding: 11px 0 11px 16px;
    z-index: 2;
}
.promotions-wrap .promotions-bottom .promotions-control .right {
    padding: 11px 0 11px 11px;
    z-index: 2;
}
/* end promotions index */

/* novelty product */
.novelty-product .novelty-product-title {
    text-align: center;
    padding: 90px 0 45px 0;
}
.novelty-product .novelty-product-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--main-color);
    margin: 0;
}
.novelty-product .wrapper-for-carousel .main-slider {
    margin-bottom: 158px;
}
.novelty-product .wrapper-for-carousel .carousel-indicators {
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto 10px auto;
    max-width: 260px;
    z-index: 1;
}
.novelty-product .sl-control {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 300px;
    margin: 0 auto;
}

.promo-carousel {
    padding: 0;
}

.promo-carousel .sl-control {
    width: 110px;
}
.promo-carousel .novelty-product-title {
    padding-bottom: 35px;
}
.promo-carousel .novelty-product-title h2 {
    font-size: 30px;
    text-transform: none;
    color: var(--font-color);
    text-align: left;
    font-weight: 700;
}

.promo-carousel .wrapper-for-carousel .glyphicon {
    fill: #8d8d8d;
    transition: 0.15s all linear;
}

.promo-carousel .wrapper-for-carousel .carousel-control:hover > .glyphicon {
    fill: var(--main-hover-color);
}
/* end novelty product */


.catalog-img {
    height: 310px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.catalog-product .item-sub-text {
    display: block;
    text-align: center;
    color: var(--main-color);
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
}
.catalog-product .item-bg {
    -webkit-box-shadow: 4px 6px 18px 0px rgba(90, 106, 118, 0.25);
    box-shadow: 4px 6px 18px 0px rgba(90, 106, 118, 0.25);
}
/* order */
.cart-wrapper tr:nth-child(even) {
    background: #f9f9f9;
}
.cart-wrapper .table tr th:nth-child(4){
    text-align: left;
}
.cart-wrapper .table tr th:nth-child(5){
    text-align: left;
}
.cart-wrapper .table tr th:nth-child(6){
    text-align: left;
}
.cart-wrapper .table tr th:nth-child(7){
    text-align: right;
}
.cart-wrapper .table tr th:nth-child(8){
    text-align: left;
}
.cart-wrapper .table > tbody > tr.info > td {
    background-color: inherit;
}
.balance-index .cart-sub-tabs li {
    width: auto;
}
.balance-index .cart-sub-tabs li a {
    padding: 0 10px;
}
.balance-index .cart-sub-tabs li .badge {
    margin-left: 20px;
}
.balance-index .cart-sub-tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.balance-index .cart-sub-tabs .badge {
    padding: 2px 10px;
}
.balance-index .table tr th {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}
.balance-index .table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.order-information .available-table {
    color: var(--font-color);
    font-weight: 700;
}

.order-information .available-table .uom {
    margin-left: 2px;
    color: var(--font-color-1);
    font-weight: 400;
}

.order-information .tabel-item-headline .table-price {
    font-weight: 700;
    color: var(--main-color);
}
.order-information .to-pay .bottom {
    color: var(--main-color);
}
.order-information tr:nth-child(even) {
    background: #ffffff;
}
.debt-hover, .late-payment-hover {
    color: var(--font-color-3);
}
.order-information tr {
    -webkit-box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    border-bottom: 1px solid #eeeeee;
}
.order-information .table {
    border-spacing: 0 6px;
    border-collapse: separate;
}
/*.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
}*/
.order-information .header-order-main-information {
    background: #eeeeee;
    min-width: 900px;
    color: var(--font-color);
    -webkit-box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    margin-bottom: 5px;
}
.order-information .more-action-button:before,
.order-information .more-contract-number-button:before {
    background: var(--font-color) !important;;
}
.order-information .more-action-button:after,
.order-information .more-contract-number-button:after {
    background: var(--font-color) !important;
}
.order-information .visible-lg {
    background: #8d8d8d;
    padding: 5px 8px;
}
.order-information .to-pay .top {
    color: var(--font-color);
}
.order-information .total .table tr {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.order-information .total tr th {
    text-align: left;
}
.order-information .total tr th:nth-child(2) {
    font-weight: 500;
}
.order-information .custom-checkbox-container.active .custom-checkbox:before {
    border-bottom-color: var(--main-color);
    border-left-color: var(--main-color);
}
.order-information .table-delete-item-from-cart .table-with-input {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.order-information .fa-trash {
    margin-bottom: 6px;
    margin-right: 8px;
}
.order-information .fa-trash:before {
    color: var(--font-color);
}
.order-information .more-actions-list,
.order-information .more-contract-number-list {
    background: #eeeeee;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);

}
.order-information .more-actions-list a,
.order-information .more-contract-number-list a {
    color: var(--font-color);
}
.order-information .header-order-main-information .active {
    background: #eeeeee;
    color: var(--main-color);
}
.order-information .more-actions-list a:hover,
.order-information .more-contract-number-list a:hover {
    background: #eeeeee;
    color: var(--main-color);
}
.order-information .more-actions-list .fa {
    margin-right: 10px;
}
.order-information .total tr:first-child th {
    padding-bottom: 2px !important;
}
.order-table  .table tr th {
    font-size: 14px;
    font-weight: 300;
    color: var(--font-color-1);
}
.order-table .table tr th a {
    font-size: 14px;
    font-weight: 300;
    color: var(--font-color-1);
}
.order-table  .table tr th:last-child {
    padding-right: 25px;
}
.order-table .table tbody .tabel-item-headline td:last-child {
    padding-right: 25px;
}
.clean-order {
    background-color: #de3932;
}
.clean-order:hover {
    background-color: #f5352d;
}
.cart-tab-content .table tr .name-product {
    font-size: 14px;
    font-weight: 500;
}
/* end order */

/* contact */
.contact-wrap .contact-info-block {
    border-bottom: 1px solid var(--background-color-grey);
    padding-bottom: 15px;
}
.contact-wrap .contact-info-block .description-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}
.contact-wrap .contact-info-block .description-wrap svg {
    width: 20px;
    margin: 0 20px 0 0;
}
.contact-wrap .contact-info-block .description-wrap .descr {
    margin: 0;
}
.contact-wrap .contact-info-block .sub-descr {
    margin-top: 10px;
}
.contact-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    margin-top: 5px;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(223,223,223,1);
    box-shadow: 2px 2px 6px 0px rgba(223,223,223,1);
}
.contact-wrap .item .img-wrap svg {
    width: 20px;
    margin: 0 20px 0 0;
}
.contact-wrap svg {
    fill: var(--main-color);
}
.contact-wrap .info-title {
    color: var(--main-color);
    font-size: 36px;
}
.contact-wrap .descr {
    color: var(--font-color-4);
    font-size: 16px;
    font-weight: 600;
}
.contact-wrap .sub-descr {
    color: var(--font-color-1);
    font-weight: 400;
}
.contact-wrap .adress-info-wrap p {
    margin: 0;
}
.contact-wrap .adress-info-wrap .city {
    color: var(--font-color);
    font-weight: 600;
}
.contact-wrap .adress-info-wrap .street {
    color: var(--font-color);
}
.contact-wrap .adress-title {
    margin-top: 50px;
}
.contact-wrap .our-geography .title {
    color: var(--main-color);
    text-align: left;
    font-weight: 500;
    text-transform: unset;
    margin-bottom: 10px;
}
/* end contact */
.dropdown-category .list-group .list-group-item {
    padding: 0;
}
.dropdown-category .list-group .list-group-item a {
    padding: 10px 15px 10px 35px;
    display: block;
    width: 100%;
    max-width: 260px;
    color: var(--font-color-1);
    position: relative;
}

.dropdown-category .list-group .list-group-item a:before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 23px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a7a8aa;
    margin-top: -3px;
}

.mob-news {
    display: none;
}

#purchase-info .fa-trash {
    margin-top: 7px;
    margin-left: 2px;
}
.main-category-list .category-list .header-item a span {
    font-size: 12px;
}
.img-product-view-container {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    height: 160px;
}
.header-order-main-information .make-order:focus {
    color: #ffffff;
}

.available-price .currency-code {
    color: #424453;
    font-weight: 300;
    margin: 0 3px;
}
.order-index .table-striped tr td {
    padding: 5px 8px;
}
.order-index .table > tbody > tr > td {
    vertical-align: middle;
}

.catalog-banner .main-slider {
    margin-bottom: 0;
}

.catalog-banner .carousel-inner .item {
    height: 210px;
}

.catalog-banner .carousel-control .icon-prev,
.catalog-banner .carousel-control .icon-next,
.catalog-banner .carousel-control .glyphicon-chevron-left,
.catalog-banner .carousel-control .glyphicon-chevron-right {
    top: 40%;
}

.catalog-banner .carousel-control .glyphicon-chevron-left {
    left: 18px;
}

.catalog-banner .carousel-control .glyphicon-chevron-right {
    right: 18px;
}


.catalog-banner .carousel-control .glyphicon {
    background-color: #ffffff;
    fill: #b2b2b2;
}
.remote .location .buy-btn .fa-trash {
    margin-top: 2px !important;
}
.main-cart-wrap .amount-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100px;
    flex-direction: row;
    margin: 0;
}

.main-cart-wrap .amount-block .amount-cart-btn {
    background: var(--main-color);
    min-width: 20px;
}

.main-cart-wrap .amount-block .amount-cart-btn .fa {
    color: var(--font-color-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-cart-wrap .amount-block .amount-cart-btn:hover {
    background: var(--main-hover-color);
}
.table-select-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    box-shadow: 0px 7px 13px 0px rgba(55, 66, 81, 0.1);
    border-bottom: 1px solid #eeeeee;
}
.table-select-row .bottom-column {
    padding: 8px;
}

.table-select-row .icon-column {
    width: 106px;
    text-align: center;
}

.table-select-row .select-column {
    width: 100%;
    max-width: 360px;
}

.table-select-row .comment-column {
    width: 100%;
}
.table-select-row .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    border: none;
    border-bottom: 1px solid var(--main-color);
    box-shadow: none;
}
.table-select-row .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: var(--main-color);
}
.table-select-row .select2-container--krajee .select2-selection--multiple {
    border: none;
    box-shadow: none;
}

.order-information hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-name-container h3 {
    margin-top: 10px;
}

/*Run string modal*/
.run-string-btn {
    position: fixed;
    bottom: 100px;
    right: 57px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    -webkit-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
    box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
    cursor: pointer;
    -webkit-animation: bellAnimation 5s linear infinite;
    animation: bellAnimation 5s linear infinite;
}

@-webkit-keyframes bellAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    43% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(1.2)
    }
    57% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bellAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    43% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(1.2)
    }
    57% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.run-string-btn svg {
    fill: #fea31a;
}
.run-string-modal .modal-header {
    height: 70px;
}
.run-string-modal .modal-content {
    padding: 0 0 60px 0;
}
.run-string-modal .modal-body {
    padding: 0;
}
.run-string-modal .run-string-item {
    padding: 18px 25px;
    border-bottom: 1px solid #c3c3c3;
    font-size: 16px;
}
.remote .buy-btn-not-cart {
    opacity: .7;
    cursor: no-drop;
}

.remote .buy-btn-not-cart:hover {
    background: var(--button-color-1) !important;
}

.remote #purchase-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .run-string-btn {
        bottom: 140px;
        right: 14px;
    }
    .run-string-modal .modal-dialog {
        margin: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
    }
    .run-string-modal .modal-content {
        height: 100%;
        border: none;
    }
    .run-string-modal .run-string-item {
        padding: 16px 13px;
        font-size: 14px;
    }
}
/*End run string modal*/
.contract-mobile {
    position: relative;
    padding: 25px 0;
    margin: 0 15px;
    border-bottom: 1px solid #676767;
    background: #3a3b3a;
}
.contract-info-mobile {
    color: var(--font-color-2);
}
.contract-mobile .arrow-down-svg,
.contract-mobile .arrow-up-svg {
    position: absolute;
    top: 40px !important;
    right: 5%;
}

.contract-dropdown-mobile {
    background: #3a3b3a !important;
}

.contract-dropdown-mobile .company {
    padding-left: 15px;
    padding-right: 15px;
}

.contract-dropdown-mobile .span-admin {
    color: var(--font-color-2);
}

/* media */
@media (max-width: 1200px) {
    .filter-element a {
        margin: 5px 0;
    }
    .checkbox {
        margin: 10px auto;
    }
    .number-filter-block {
        top: -1px;
    }
    .container-add-to-cart a {
        padding: 6px 12px 0 5px;
        width: 42px;
    }
    .container-add-to-cart a.last-button {
        width: 109px;
    }
    .button-container {
        min-width: 100%;
    }
    .container-add-to-cart input.in-cart {
        width: 75px;
    }
    .container-add-to-cart input {
        width: 50px;
    }
    .container-add-to-cart {
        width: auto;
        min-width: 109px;
    }
    .tile-view .product-item .recently-added-button .button-on-item:nth-child(3) {
        min-width: 40px;
        max-width: 40px;
    }
    .tile-view a.button-on-item.add-product-to-cart.no-pack {
        max-width: 45px;
    }
    .table-view .container-add-to-cart {
        width: auto;
        min-width: 108px;
        max-width: 108px;
    }
    .table-view .button-on-item {
        width: 44px;
    }
    .contact-wrap .item {
        padding: 20px 13px;
    }
    .online-store img {
        margin-top: 50px;
    }
    .button-container .buy-btn-pack {
        width: 108px;
    }
    .table-view .button-container {
        min-width: 155px;
    }
    .table-view .container-add-to-cart a.last-button {
        width: 99px;
    }
    .analog .modal-body {
        overflow: scroll;
        margin-right: 15px;
    }
    .analog .modal-body .table {
        width: 1100px;
        padding: 0 15px;
    }
    .tab-pane .order-table {
        overflow: scroll;
    }
    .tab-pane .order-table .scroll-table {
        width: 1100px;
    }
    .tab-pane .order-table .header-order-main-information {
        width: 1100px;
    }
    .view-list .container-add-to-cart a.last-button {
        width: 110px!important;
    }
    .view-list .container-add-to-cart a,
    .list-view a.button-on-item.add-product-to-cart.no-pack {
        width: 49px;
    }
    .view-list .product-item .recently-added-button .button-on-item:nth-child(3) {
        width: 55px;
    }
    .view-tile .container-add-to-cart a.last-button {
        width: 94px;
    }
    .view-tile .container-add-to-cart a {
        width: 45px;
    }
    .view-tile .container-add-to-cart {
        min-width: 100px;
    }
    .bonus-amount-block .button-on-item {
        width: 100%!important;
    }
    .bonus-row .button-on-item.buy-btn {
        width: 65px!important;
    }
}
@media (max-width: 991px) {
    .bonus-row {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        height: auto;
    }
    .row.bonus-row {
        margin: 0
    }
    .bonus-amount-block {
        order: 0;
        margin-bottom: 5px;
        padding: 0;
    }
    .total-bonus {
        order: 2;
        padding: 0;
    }
    .cart-btn {
        padding: 0;
        margin-bottom: 5px;
    }
    .bonus-row .button-on-item.buy-btn {
        width: 100%!important;
    }
    .bonus-amount-block .button-on-item {
        width: 100%!important;
    }
    .animation {
        display: none;
    }
    .similar-goods .container-add-to-cart {
        max-width: 230px;
    }
    .table-view .recently-added-button.not-available {
        padding: 0 45px;
    }
    .catalog-product .item .item-wrap:first-child {
        display: none;
    }
    .catalog-product .item .item-wrap:last-child {
        display: none;
    }
    .header-cabinet-category-container {
        margin: 0;
    }
    .manager-name {
        white-space: pre-wrap;
    }
    .company {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .contact-info-block .contact-item {
        border-bottom: 1px solid #dedede;
        padding-bottom: 15px;
    }
    .contact-wrap .contact-info-block {
        border: none;
    }
    .contact-wrap .item {
        margin: 15px 0;
        padding: 20px;
    }
    .header-cabinet-category-container {
        display: none;
    }
    .online-store img {
        margin-top: 110px;
    }
    .promotions-wrap .carousel-inner .item .product-item {
        margin: 0 auto;
    }
    .panel-custom .panel-heading h4 a {
        width: 100%;
    }
    .property-filter {
        padding-bottom: 10px;
    }
    .panel-default .title {
        padding: 15px 30px;
        color: var(--font-color);
        background: var(--background-color-white);
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
        border-bottom: 1px solid var(--backgroud-color-shadow);
    }
    .panel-default .title .panel-title {
        font-size: 20px;
        text-align: center;
    }
    .panel-default .title .close {
        padding: 20px 10px 20px 20px;
        color: var(--font-color);
        font-size: 14px;
    }
    .panel-group {
        padding-bottom: 0;
        margin-top: 75px;
    }
    .container-add-to-cart a {
        width: 48px;
    }
    .container-add-to-cart a.last-button {
        width: 108px;
    }
    .button-container .buy-btn-pack {
        width: 125px;
    }
    .order-table .table {
        width: 900px;
    }
    .profile-index .form-about-me .form-wrap {
        width: 320px;
    }

    .cart-tabs li {
        width: 16%;
    }

    .cart-tabs span {
        display: none;
    }
    .view-list .container-add-to-cart a.last-button {
        width: 108px!important;
    }
    .list-view .container-add-to-cart {
        width: 117px;
    }
    .view-tile .container-add-to-cart {
        min-width: 135px;
    }
}

@media (max-width: 767px) {
    .bonus-amount-block .button-on-item {
        min-width: 50px;
    }
    .bonus-row .button-on-item.buy-btn {
        min-width: 150px;
    }
    .cart-btn {
        width: 100%
    }
    .bonus-amount-block {
        width: 100%
    }
    .cart-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .debt {
        border-bottom: 1px solid #ffffff;
        text-align: center;
        background: #3a3b3a;
    }
    .debt-hover {
        color: var(--font-color-2);
    }
    .debt-hover .hover {
        font-weight: 700;
    }
    .late-payment-hover {
        color: #deff45;
    }
    .late-payment-hover .hover {
        font-weight: 700;
    }
    .analog .button-container .buy-btn-pack {
        width: 80px;
    }
    .profile-index .form-about-me .content-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .colapsed-category .panel {
        background: #ffffff;
    }
    .container-add-to-cart a {
        width: 48px;
    }
    .container-add-to-cart a.last-button {
        width: 108px;
    }
    .header-list-navigation {
        top: 0;
    }
    .catalog-product .item .item-wrap:nth-child(2) {
        display: none;
    }
    .novelty-product .novelty-product-title h2 {
        font-size: 28px;
        margin-top: 45px;
    }
    .news-wrap .news-top h2 {
        font-size: 28px;
        margin: 10px 0;
    }
    .news-wrap .news-top a {
        margin: 10px 0;
    }
    .news-wrap .news-top .all-news-btn {
        width: 230px;
    }
    .novelty-product .product-item {
        margin: 25px auto 0 auto;
    }
    .main-carusel-baner .carousel-control .glyphicon {
        padding: 11px;
    }
    .wrapper-for-carousel .carousel-control .glyphicon-chevron-right {
        right: 7px;
    }
    .wrapper-for-carousel .carousel-control .glyphicon-chevron-left {
        left: 7px;
    }
    .novelty-product .novelty-product-title {
        padding: 0 0 45px 0;
    }
    .about-company .about-text-wrap {
        margin: 0 auto;
    }
    .contact-wrap .contact-item {
        text-align: center;
    }
    .contact-wrap .contact-info-block .description-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contact-wrap .item {
        max-width: 260px;
        margin: 15px auto;
    }
    .contact-wrap .adress-title {
        text-align: center;
    }
    .fogging-container {
        width: 100%;
        height: 52px;
        top: 68px;
        background: #eeeeee;
    }
    .container-pos .fogging-container {
        display: none;
    }
    .mobile-search-widget-wrap {
        margin-top: 68px;
        position: relative;
        z-index: 201;
    }
    .header-button {
        display: none;
    }
    .tec-doc {
        display: none;
    }
    .mob-tec-doc {
        margin: 5px 10px 0 10px;
    }
    .header-cabinet-category svg {
        fill: var(--font-color);
    }
    .header-cabinet-category p {
        color: var(--font-color);
    }
    .category-dropdown-menu, .dropdown-cart, .dropdown-user-mobile {
        z-index: 202;
    }
    .header-middle-list.search form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .header-middle-list.search .search-svg {
        margin: 0;
        right: 10px;
    }
    .partners .information-wrap .bottom{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 15px 0;
    }
    .header-cabinet-category-container {
        display: none;
    }
    .about-company .about-text-wrap {
        padding: 20px 15px;
    }
    .about-company .about-title {
        font-size: 28px;
    }
    .about-company .about-text-wrap p {
        font-size: 14px;
    }
    .about-company .read-btn {
        font-size: 14px;
        padding: 10px 0 12px 0;
    }
    .online-store {
        margin-top: 45px;
    }
    .online-store h2 {
        font-size: 28px;
        margin: 10px 0 25px;
    }
    .online-store p {
        font-size: 14px;
    }
    .online-store .online-store-btn {
        font-size: 14px;
    }
    .partners {
        padding-top: 40px;
    }
    .partners .information-wrap {
        margin-bottom: 20px;
    }
    .partners .partners-title {
        font-size: 28px;
    }
    .partners .information-wrap h5 {
        font-size: 18px;
        margin: 25px 0;
    }
    .partners .information-wrap .description-text {
        font-size: 14px;
        padding: 0 10px;
    }
    .partners .information-wrap .middle .item {
        width: 250px;
    }
    .partners .information-wrap .middle .item span {
        font-size: 14px;
    }
    .partners .information-wrap .bottom .size-2 {
        font-size: 24px;
    }
    .partners .information-wrap .bottom .size-1 {
        font-size: 18px;
    }
    .partners .information-wrap .bottom .partners-btn {
        font-size: 20px;
    }
    .partners .information-wrap .bottom .cost {
        width: 250px;
        height: 45px;
    }
    .partners .information-wrap .bottom .sup {
        width: 250px;
        height: 45px;
    }
    .our-geography {
        margin-top: 45px;
    }
    .our-geography .title {
        font-size: 28px;
        margin: 0 0 35px 0;
    }
    .container-add-to-cart {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 130px;
        margin-top: 5px;
    }
    .tile-view .amount-block {
        max-width: 60px;
    }
    .tile-view a.button-on-item.add-product-to-cart.no-pack {
        max-width: 60px;
    }
    .promo-carousel .container-add-to-cart {
        width: 120px;
    }
    .news-wrap .news-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .online-store img {
        margin-top: 0;
    }
    .mob-news {
        text-align: center;
    }
    .header-middle-container {
        -webkit-box-shadow: rgba(55, 66, 81, 0.1) 4px 6px 13px 0px;
        box-shadow: rgba(55, 66, 81, 0.1) 4px 6px 13px 0px;
        top: 70px;
        background: #ffffff;
    }
    .catalog-top .title {
        display: none;
    }
    .mob-news {
        display: block;
    }
    .mob-news .all-news-btn:hover {
        border: 1px solid var(--main-hover-color);
        background-color: var(--background-color-white);
        color: var(--main-hover-color);
    }
    .contract-dropdown form {
        width: 100%;
    }
    .contract-dropdown .search-form input {
        width: 100%;
        margin: 0;
    }
    .contract-dropdown .custom-button {
        margin: 3px;
        right: 0;
    }
    .company {
        padding: 15px 0;
    }
    .contract-info {
        padding: 15px 0 0px 0;
        margin: 0 15px;
    }
    .search-form button svg {
        margin-top: -1px;
    }
    .dropdown-cart .mobile.close-button {
        left: auto;
        right: 15px;
    }
    .catalog-product .item-bg {
        max-width: 340px;
        margin: 0 auto;
    }
    .news-lite-item {
        margin-top: 20px;
        width: 100%;
    }
    .all-news-btn {
        margin-top: 20px;
    }
    .catalog-top {
        padding-top: 20px;
    }
    /*.cart-tabs li a {*/
    /*-webkit-box-pack: start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    /*padding-left: 240px;*/
    /*}*/
    .cart-tabs li {
        margin: 1px 3px;
    }
    .cart-tabs {
        border: none;
    }
    .cart-in-header {
        margin: 0 15px;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 10px;
    }
    .remote .modal-footer {
        padding-bottom: 15px;
    }
    .order-index .table > tbody > tr > td {
        font-size: 14px !important;
    }
    .wrapper-sort .sort-container {
        width: 100%;
        margin-right: 0;
    }
    .btn-search {
        padding-top: 8px;
    }
    .svg-tecDoc {
        margin-top: 0;
    }
    .top-info .footer-content-wrap {
        flex-direction: column;
    }
    footer .footer-logo {
        margin: auto;
    }
    .container-info {
        margin-bottom: 20px;
    }
    .top-info .social-icons-wrap {
        margin-bottom: 10px;
    }
    .more-action-button {
        right: 6px;
    }
    .more-contract-number-button {
        right: 0;
    }
    .number-filter-block {
        top: 11px;
    }
    .custom-button.mobile-user-button {
        padding: 3px 10px;
    }
    .button-container a.buy-btn {
        height: 30px;
    }
    .button-container a.buy-btn-pack {
        height: 70px;
    }
    .button-container a {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .remote .product-body .table-head {
        padding: 0 15px;
    }
    .analog .modal-body .table {
        width: 900px;
        padding: 0 15px;
    }
    .remote .product-body .table-head .price-title {
        margin-left: 10px;
    }
    .user-link {
        width: auto;
    }
    .top-button {
        bottom: 85px;
        right: 8px;
    }
    .similar-goods .similar-goods-item-wrap {
        opacity: 1;
    }
    .list-view a.button-on-item.cart.buy-btn.buy-btn-not-cart.buy-btn-pack {
        max-width: 95px;
    }
    .list-view a.button-on-item.cart.buy-btn.buy-btn-not-cart.no-pack {
        max-width: 50px;
    }
}
@media (max-width: 500px) {
    .remote .table-wrap {
        overflow: scroll;
    }
    .remote table {
        width: 500px;
        padding: 0 15px;
    }
    .header-logo {
        width: 140px;
    }
    .mobile.close-button {
        left: 85%;
    }
}
@media screen and (max-width: 480px) {
    .order-index .kv-table-wrap th,
    .order-index .kv-table-wrap td {
        display: table-cell;
    }
    .remote .product-body .table-head .first-column {
        width: 30%;
    }
    .remote .product-body .table-head .second-column {
        width: 70%;
    }
    .tile-view a.button-on-item.add-product-to-cart.no-pack {
        max-width: 45px;
    }
    .view-tile .container-add-to-cart {
        min-width: 110px;
    }
    .tile-view .amount-block {
        min-width: 27px;
    }
}

@media (min-width: 768px) {
    .container-pos .header-top-list:first-child .header-top-item:first-child {
        width: 100%;
        max-width: 470px;
    }
}
@media (min-width: 992px) {
    .container-pos .header-top-list:first-child .header-top-item:first-child {
        width: 100%;
        max-width: 635px;
    }
}

@media (min-width: 1200px) {
    .container-pos .header-top-list:first-child .header-top-item:first-child {
        width: 100%;
        max-width: 830px;
    }
}
