body {
    overflow-x: hidden;
    overflow-y: scroll;
}

.filterLetter {
    height: 0;
    position: relative;
    left: 0;
}

.filterLetter span {
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #2c5ca9;
    position: absolute;
    z-index: 999;
    font-weight: 400;
    left: -20px;
    text-align: center;
    line-height: 20px;
}

.closed_not_shipped {
    background-color: whitesmoke;
}

.border-right {
    border-right: 1px solid #e4e7ea;
}

.table-bg-danger {
    background-color: rgba(247, 91, 54, 0.1);
}

.filterCol {
    padding-left: 20px;
}

.ajax-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background-image: url("../img/bodyAjaxPreloader.gif");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 9999;
}

#global_search_preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 2001;
}

#global_search_preloader .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px !important;
    height: 50px;
    line-height: 50px;
    text-align: center !important;
    font-size: 50px;
    color: #f00;
    margin: -25px 0 0 -25px;
}

.cursor-pointer {
    cursor: pointer;
}

#returnDocuments .pagination {
    margin-top: 5px;
}

a.text-white:hover,
a.text-white:focus {
    color: #fff;
}

#top_progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    z-index: 1002;
}

#top_progress div {
    width: 0;
    height: 3px;
    background-color: #f00;
}

div .ajax_preloader {
    position: absolute;
}

.white-box {
    position: relative;
}

.jsgrid-filter-row td {
    position: relative !important;
}

.jsgrid-filter-row td .resetJsGridInput {
    position: absolute;
    top: 50%;
    right: .5em;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.jsgrid-filter-row td input {
    padding-right: 27px !important;
}

.jsgrid-grid-header,
.jsgrid-grid-body {
    overflow-y: auto !important;
}

.jsgrid-table {
    width: 100% !important;
    /*min-width: 1200px;*/
}

.brandName.activeBrand {
    background: rgba(0, 0, 0, .03);
}

.brandName.activeBrand a {
    color: #ff6849 !important;
}

.navbar-top-links .mega-dropdown-menu {
    padding: 15px;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

.navbar-top-links .mega-dropdown-menu > li {
    display: inline-block;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #bdc3c7;
}

.navbar-top-links .mega-dropdown-menu > li > a {
    padding: 8px 0;
    white-space: normal;
}

.navbar-top-links .mega-dropdown-menu > li > a:focus,
.navbar-top-links .mega-dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #ff6849;
}

.navbar-top-links .mega-dropdown-menu > .active > a,
.navbar-top-links .mega-dropdown-menu > .active > a:focus,
.navbar-top-links .mega-dropdown-menu > .active > a:hover {
    color: #333;
    background-color: transparent;
}

#side-menu li .brandName {
    display: block;
    padding: 10px 60px 10px 25px;
    position: relative;
}

#side-menu li .brandName:hover {
    background: rgba(0, 0, 0, .03);
}

#side-menu li .brandName .jsLoadProducts {
    padding: 0;
    display: block;
}

#side-menu li .brandName .jsLoadProducts:hover {
    color: #ff6849;
}

.brandCheckbox,
.brandCheckbox span {
    display: inline-block !important;
}

.brandCheckbox {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
}

.brandCheckbox.displayNone {
    display: none !important;
}

.mega-dropdown-menu > li > ul > li > a.disabled,
.navbar-top-links .mega-dropdown-menu > li > a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.mega-dropdown-menu > li > ul > li > a.disabled:hover,
.navbar-top-links .mega-dropdown-menu > li > a.disabled:hover {
    color: inherit;
}

body.stop-scrolling {
    overflow: hidden;
}

#side-menu > li > a.active {
    border-left: none;
}

.preview-lg {
    width: 100% !important;
    height: auto;
    margin: 0;
    float: none;
}

input[name=percent].form-control[readonly] {
    background-color: #fff;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: linear-gradient(#f75b36, #f75b36), linear-gradient(rgba(120, 130, 140, .21), rgba(120, 130, 140, .21));
}

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

.navbar-header {
    height: 60px;
}

.toggleCategoryMenu {
    position: static !important;
}

.d-none {
    display: none;
}

#categoryMenu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 2999;
    top: 60px;
    right: 0;
    left: 0;
}

#categoryMenu.showCategoryMenu {
    display: block;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-name: fadeIn;
}

#categoryMenu ul {
    padding-left: 0;
    list-style: none;
    background-color: #474b5c;
}

#categoryMenu li {
    border: 1px solid #4f5467;
    margin-top: -1px;
}

#categoryMenu li .itemWrap {
    position: relative;
}

#categoryMenu a {
    display: block;
    padding: 15px;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

#categoryMenu a.disabled.noChilds {
    cursor: not-allowed;
    color: #686868;
}

#categoryMenu a.noChilds:hover {
    color: #f75b36;
    background-color: #4f5467;
}

#categoryMenu a.disabled.noChilds:hover {
    color: #686868;
    background-color: transparent;
}

#categoryMenu .hasChilds a {
    margin-right: 52px;
    border-right: 1px solid #4f5467;
}

#categoryMenu ul ul a {
    padding-left: 30px;
}

#categoryMenu ul ul ul a {
    padding-left: 45px;
}

#categoryMenu ul ul,
#categoryMenu ul ul ul {
    display: none;
    margin: 0 -1px -1px;
}

#categoryMenu ul.showSubMenu {
    display: block;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-name: fadeIn;
}

#categoryMenu .toggleSubMenuBtn {
    width: 52px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    transition: background-color 0.3s, color 0.3s;
    color: #fff;
}

#categoryMenu .toggleSubMenuBtn .fa {
    transform: rotate(90deg);
}

#categoryMenu .toggleSubMenu:hover .toggleSubMenuBtn,
#categoryMenu .toggleSubMenu.active .toggleSubMenuBtn {
    background-color: #f75b36;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.l-h-100 {
    line-height: 100%;
}

.sweet-alert .sa-input-error {
    top: 22px;
    right: 12px;
}

.fm_btn {
    padding: 0;
    border: none;
    background-color: transparent;
}

.navbar-top-links > li > span {
    color: #fff;
    padding: 0 14px;
    line-height: 60px;
    min-height: 60px;
}

.message-center .icon-img {
    width: 40px;
    float: left;
    position: relative;
    margin: 0 10px 15px 0;
}

#global_search_wrap {
    background-color: #fff;
    border-bottom: 1px solid #e4e7ea;
    margin-left: -25.5px;
    margin-right: -25.5px;
}

#global_search_input {
    padding: 20px 15px;
    border-bottom: 1px solid #e4e7ea;
    margin-bottom: -1px;
}

#global_search_content {
    min-height: 0;
    transition: height 1s;
    overflow: hidden;
    position: relative;
}

#global_search_preloader {
    position: absolute;
}

.failed_request {
    padding: 50px 15px;
    text-align: center;
}

#global_search_content_wrap {
    padding: 10px 5px;
}

#return_to_your_account button {
    padding: 22px 15px;
    border: none;
    color: #fff;
    font-size: 16px;
    background-color: #f75b36;
    line-height: 100%;
    cursor: pointer;
}

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

.noticeItem {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.noticeItem:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.noticeItem .checkbox {
    position: absolute;
    top: 8px;
    right: 0px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
}

.deleted {
    background-image: url("../img/deleted.png");
}

.noticeItem .checkbox.required:before {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 18px;
    background-image: url("../img/arrow.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-35deg);
}

.checkbox label {
    z-index: 99;
}

.noticeItem .checkbox label::before {
    border: 2px solid #008efa;
    margin: 0 !important;
    width: 20px;
    height: 20px;
}

.noticeItem .checkbox label::after {
    margin: 0 !important;
    padding-left: 5px;
    padding-top: 2px;
}

.fm_btn.block {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.fm_btn.block label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 10px 15px;
    background-color: #008efa;
    color: #fff;
    border-radius: 0 3px 3px 0;
}

.noticeItem .checkbox.required label::before {
    border: 2px solid rgba(120, 130, 140, .21);
    -webkit-animation: border_color_blink 1s infinite;
    animation: border_color_blink 1s infinite;
}

.productResource {
    text-align: right;
    padding: 10px 15px;
}

.productResources .productResource:nth-child(odd) {
    background-color: #f5f5f5;
}

#page-wrapper .clientBalanceBlock {
    font-size: 18px;
    display: table;
    width: 100%;
    background-color: #00c292;
    color: #fff;
    margin-bottom: 15px;
}

.orderForConsumerLink {
    padding: 3px 12px;
    font-size: 13px;
    line-height: 100%;
}

.strong {
    font-weight: bold !important;
}

#clientBalance .clientBalance,
#clientBalance .clientBalanceTitle {
    display: table-cell;
    text-align: center;
    padding: 10px 3px;
}

#clientBalance .clientBalanceTitle {
    font-weight: bold;
}

#clientBalance {
    margin: 0 -25px;
    background-color: #00c292;
    color: #fff;
    font-size: 16px;
}

.d-table {
    display: table;
}

.resourceProductImg {
    position: relative;
}

.get3dImgWrap {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.noticeItem .checkbox.required:after {
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.68);
    animation: checkbox_pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes checkbox_pulse {
    to {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

.pulse-button {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border: none;
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    margin: 15px;
    box-shadow: 0 0 0 0 rgba(0, 142, 250, 0.68);
    border-radius: 50%;
    background-color: rgba(0, 142, 250, 0.68);
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

#calendar {
    position: relative;
}

#calendar .ajax-preloader {
    position: absolute;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 142, 250, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 142, 250, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 142, 250, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(0, 142, 250, 0);
    }
}

.resourceProductImgPreloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background-image: url("../img/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

@-webkit-keyframes border_color_blink {
    0% {
        border-color: rgba(120, 130, 140, .21);
    }
    50% {
        border-color: rgba(255, 0, 0, 1);
    }
    100% {
        border-color: rgba(120, 130, 140, .21);
    }
}

@keyframes border_color_blink {
    0% {
        border-color: rgba(120, 130, 140, .21);
    }
    50% {
        border-color: rgba(255, 0, 0, 1);
    }
    100% {
        border-color: rgba(120, 130, 140, .21);
    }
}

.navbar-header {
    height: auto;
}

.navbar-right {
    font-size: 12px;
}

/*#dropdown_notices {*/
/*    float: right;*/
/*}*/

.dropdown .mailbox {
    right: 0;
    left: auto;
}

.position-relative {
    position: relative !important;
}

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

.popover {
    min-width: 200px;
}

.popover h3 {
    line-height: 20px;
}

#page-wrapper {
    min-height: calc(100vh - 60px);
}

.sidebar {
    position: absolute;
    z-index: 1999;
    top: 60px;
    right: 0;
    left: 0;
}

.sidebar .sidebar-nav.navbar-collapse {
    max-height: calc(100vh - 60px);
}

.navbar-header .navbar-toggle:hover {
    background-color: #f75b36;
}

#searchPagination .btn,
#orderActions .btn {
    font-size: 12px;
    padding: 3px 6px;
}

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

.tehnicheskaya-i-informacionnaya-podderzhka .vtabs .tabs-vertical {
    border-right: none;
    border-left: 1px solid rgba(120, 130, 140, .21);
}

#brandItems .nav-second-level li a {
    padding-left: 30px;
}

#brandItems .nav-third-level li a {
    padding-left: 45px;
}

#exchangeRateInHeader {
    padding: 0;
}

#index .btn {
    overflow: hidden;
}

#arrears {
    background-color: #f00;
    color: #fff;
    text-align: center;
    margin: 0 -25px;
    padding: 10px 5px;
    font-size: 18px;
    line-height: 20px;
}

.select2wrap {
    position: relative;
}

.select2wrap .ajax-preloader {
    position: absolute;
}

.select2wrap select.select2 {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.select2wrap .select2-container {
    position: relative;
    z-index: 2;
}

#standardInvoiceProducts {
    position: relative;
    min-height: 430px;
}

#standardInvoiceProducts .ajax-preloader {
    position: absolute;
}

.nav > li.d-none {
    display: none;
}

#how_to_make_an_order {
    width: 100%;
    height: 250px;
}

#toTop {
    position: fixed;
    right: 30px;
    bottom: 95px;
    width: 50px;
    height: 50px;
    background-color: #f75b36;
    opacity: 0.7;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9999;
}

.panel-heading, .category_level_2 {
    cursor: pointer;
}

.category_level_2 {
    position: relative;
}

.category_level_2 i {
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {

    #exchangeRateInHeader {
        padding: 0 14px;
        font-size: 16px;
    }

    .sidebar {
        z-index: 10;
        top: 0;
        right: auto;
        left: 0;
    }

    .sidebar .sidebar-nav.navbar-collapse {
        height: 100% !important;
    }

    .navbar-top-links .mega-dropdown-menu {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    #page-wrapper,
    .fix-sidebar .navbar-left {
        margin-left: 270px;
    }

    .sidebar {
        padding-top: 120px;
    }

    .sidebar,
    .fix-sidebar .top-left-part {
        width: 270px;
    }

    .content-wrapper .top-left-part {
        width: 60px;
    }

    .content-wrapper .sidebar #side-menu > li > a {
        padding: 15px 23px 15px 23px;
    }

    #categoryMenu {
        left: 270px;
    }

    .content-wrapper #categoryMenu {
        left: 60px;
    }

    #categoryMenu a {
        padding-left: 30px;
    }

    #categoryMenu ul ul a {
        padding-left: 60px;
    }

    #categoryMenu ul ul ul a {
        padding-left: 90px;
    }

    .footer {
        left: 270px;
    }

    #searchPagination .btn,
    #orderActions .btn {
        font-size: 14px;
        padding: 6px 12px;
    }

    #how_to_make_an_order {
        width: 100%;
        height: 350px;
    }

}

@media (min-width: 992px) {

    .navbar-top-links .mega-dropdown-menu {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    #global_search_content_wrap {
        padding: 15px;
    }

}

@media (min-width: 1200px) {

    #how_to_make_an_order {
        height: 323px;
    }

    .our-online-resources {
        font-size: 18px;
        line-height: 24px;
    }

    .navbar-top-links .mega-dropdown-menu {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }

    #categoryMenu a,
    #categoryMenu ul ul a,
    #categoryMenu ul ul ul a {
        padding-left: 30px;
    }

    #categoryMenu .toggleSubMenu .fa {
        transform: rotate(0deg);
    }

    #categoryMenu ul {
        width: 33.33%;
        position: absolute;
        top: 0;
        margin-top: 1px;
    }

    #categoryMenu ul ul,
    #categoryMenu ul ul ul {
        width: 100%;
        left: 100%;
        min-height: 100%;
        margin: 0;
        border-right: 1px solid #4f5467;

    }

    #categoryMenu ul li {
        margin-left: -1px;
    }

    #categoryMenu ul ul li {
        margin-right: -1px;
    }

    #categoryMenu ul ul ul {
        margin-left: 1px;
    }

    #categoryMenu ul ul:after {
        content: " ";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #4f5467;
    }

    #categoryMenu > ul {
        margin-left: 1px;
    }

    .sidebar {
        padding-top: 60px;
    }

}

.openOrder {
    display: block;
    color: rgba(247, 91, 54, 1);
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 15px;
}

.blink {
    -webkit-animation: blink 3s linear infinite 1s;
    animation: blink 3s linear infinite 1s;
}

@-webkit-keyframes blink {
    0% {
        color: rgba(247, 91, 54, 1);
    }
    50% {
        color: rgba(247, 91, 54, 0);
    }
    100% {
        color: rgba(247, 91, 54, 1);
    }
}

@keyframes blink {
    0% {
        color: rgba(247, 91, 54, 1);
    }
    50% {
        color: rgba(247, 91, 54, 0);
    }
    100% {
        color: rgba(247, 91, 54, 1);
    }
}

.price-old {
    white-space: pre;
    position: relative;
    display: inline-block;
    /*font-size:20px;*/
}

.price-old:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    color: red;
    width: 100%;
    height: 0;
    border-bottom: 1px solid red;
    transform: rotate(-10deg);
}

#global_search_input .input-group-addon .checkbox, .radio {
    margin: 0;
}

#global_search_input .input-group-addon .checkbox label::before {
    top: 2px;
    width: 20px;
    height: 20px;
}

#global_search_input .input-group-addon .checkbox label::after {
    top: 6px;
    left: 1px;
}

#global_search_input .input-group-addon .checkbox label {
    padding-left: 0;
}

#global_search_input .input-group-addon,
#global_search_input .input-group-btn {
    border-left: 0 !important;
}

.lacks .text-danger {
    color: #fff !important;
}

@keyframes glowing {
    0% {
        background-color: #2c5ca9;
        box-shadow: 0 0 3px #2c5ca9;
    }
    50% {
        background-color: #008efa;
        box-shadow: 0 0 10px #008efa;
    }
    100% {
        background-color: #2c5ca9;
        box-shadow: 0 0 3px #2c5ca9;
    }
}

.dashboardLink.glowing {
    color: #fff;
}

.glowing {
    animation: glowing 1500ms infinite;
}

.productDescription {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
}