/* Не удалось уменьшить размер. Содержимое возвращается без уменьшения.
(371,21): run-time error CSS1039: Token not allowed after unary operator: '-White'
(386,19): run-time error CSS1039: Token not allowed after unary operator: '-button-padding-y'
(386,48): run-time error CSS1039: Token not allowed after unary operator: '-button-padding-x'
(389,15): run-time error CSS1039: Token not allowed after unary operator: '-button-gap'
(390,25): run-time error CSS1039: Token not allowed after unary operator: '-button-border-radius'
(393,17): run-time error CSS1039: Token not allowed after unary operator: '-button-primary-color'
(397,23): run-time error CSS1039: Token not allowed after unary operator: '-button-label-font-weight'
 */
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}
/*@keyframes blinkSto {
    50% {
        border-color: indianred;
    }
}*/
body {
   /* border-top: solid 10px #000;*/
    color: #333;
    font-size: 1.5em;
    font-family: 'Times New Roman';
    margin: 0;
    padding: 0;
    /* background-image: url('../images/background.png'); */
    background: rgb(238,241,242);
    background: -moz-linear-gradient(top, rgba(238,241,242,1) 0%, rgba(238,241,242,1) 0%, rgba(250,251,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,241,242,1) 0%,rgba(238,241,242,1) 0%,rgba(250,251,252,1) 100%);
    background: linear-gradient(to bottom, rgba(238,241,242,1) 0%,rgba(238,241,242,1) 0%,rgba(250,251,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f2', endColorstr='#fafbfc',GradientType=0 );
}

@font-face {
    font-family: 'PTSans-Regular';
    src: url('../Content/fonts/PTSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    src: url('../Content/fonts/inter/Inter-Bold.woff2') format('woff2'), url('../fonts/inter/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.margRight {
    margin-right: 10px;
}
a {
    color: #333;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

    a:link, a:visited, a:active, a:hover {
        color: #0000CC;
       
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout 
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

.floating {
    /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/
    min-height: 35px;
    height: 35px;
    width: 100%;
}

    .floating td {
        padding-right: 5px;
    }

.fixed {
    position: fixed;
    width: 1200px;
    z-index: 9998; /*устанавливаем блок поверх всех элементов на странице*/
    min-height: 35px;
    height: 35px;
    padding-left: 21px;
    top:65px;
}

.fixed2 {
    position: fixed;
    /*width: 1200px;*/
    top: 0; /*здесь указываем отступ сверху*/
    left: 0;
    right: 0;
    z-index: 9998; /*устанавливаем блок поверх всех элементов на странице*/
    min-height: 35px;
    height: 35px;
    padding-top: 5px !important;
    padding-bottom: 105px;
    border-bottom: 3px solid;
    border-color: rgb(60,76,89);
    background: rgb(229,233,235);
    background: -moz-linear-gradient(top, rgba(229,233,235,1) 0%, rgba(229,233,235,1) 0%, rgba(248,250,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(229,233,235,1) 0%,rgba(229,233,235,1) 0%,rgba(248,250,252,1) 100%);
    background: linear-gradient(to bottom, rgba(229,233,235,1) 0%,rgba(229,233,235,1) 0%,rgba(248,250,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9eb', endColorstr='#f8fafc',GradientType=0 );
}

.hdr_fix {
    margin-bottom: 200px;
}

.fixed_footer {
    position: fixed;
    border-top: 3px solid;
    border-color: rgb(60,76,89);
    width: 100%;
    top: 90%;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all 1s;
    background: rgb(229,233,235);
    background: -moz-linear-gradient(top, rgba(229,233,235,1) 0%, rgba(229,233,235,1) 0%, rgba(248,250,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(229,233,235,1) 0%,rgba(229,233,235,1) 0%,rgba(248,250,252,1) 100%);
    background: linear-gradient(to bottom, rgba(229,233,235,1) 0%,rgba(229,233,235,1) 0%,rgba(248,250,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9eb', endColorstr='#f8fafc',GradientType=0 );
}

#body {
    clear: both;
   /* padding-bottom: 35px;*/
}

.main-content {
    padding-left: 0px;
    padding-top: 5px;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    font-size: 1em;
   /* min-height: 75px;*/
}


/* site title
----------------------------------------------------------*/
.site-title {
    margin: 0;
    background-image: url('../Images/LOGOTIP4.png');
    background-repeat: no-repeat;
    display: block;
    height: 52px;
    width: 267px;
}

.site-title-inverse {
    color: #c8c8c8;
    background-image: url('../Images/LOGOTIP4_inverse.png');
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 200px;
}

#site-title-sticky {
    width: 0;
    height: 35px;
}

.site-title a, .site-title a:hover, .site-title a:active {
    margin-top: 15px;
    background: none;
    color: red;
    outline: none;
    text-decoration: none;
}


/* promo area */
div.userPromo {
    text-align: center;
    /*align-content: center;*/
    /*height: 100%;
    width: 100%;*/
    height: 45px;
    width: 350px;
}
div.img {
    height: 100%;
    width: 100%;
    margin: 0px auto;
    position: relative;
}
div.imgSmall {
    max-height: 45px;
    max-width: 310px;
    margin: 0px auto;
    position: relative;
}
img.promo {
    height: 100%;
    width: 100%;
}
div.removePromo {
    background-color: #484747;
    color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    padding: 1px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}
#promoTable {
    width: 100%;
}
#promoTable td {
    width: 33%;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 1.1em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.2em;
    font-weight: 200;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    color: #000000;
}

    ul#menu li {
        display: inline;
        list-style: none;
        /*padding-left: 10px;*/
    }

        ul#menu li a {
            background: none;
            color: #371C1C;
            text-decoration: initial;
        }

            ul#menu li a:hover {
                color: #0000CC;
                text-decoration: none;
            }

.tissTooltipClass {
    border: solid 1px white!important;
    background-color: black!important;
    color: white!important;
    border-radius: 2px!important;
}

/*banner form new site*/

.bannerContainerNewSite {
    display: flex;
    width: 100%;
    padding: 3.031px 585.25px;
    justify-content: center;
    align-items: center;
   /* flex: 1 0 0;*/
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, #0068A2 4.07%, #1093DB 102.74%);
}
    .bannerContainerNewSite p {
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 20.8px */
        white-space:nowrap;
    }

.fast_truck_car {
    padding:0px 24px 0px 24px;
}

.btnToNewSite {
    display: flex;
    padding: var(--button-padding-y, 8px) var(--button-padding-x, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--button-gap, 8px);
    border-radius: var(--button-border-radius, 8px);
    border: 1px solid #F09428;
    background: #F09428;
    color: var(--button-primary-color, #FBFDFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--button-label-font-weight, 500);
    line-height: normal;
    white-space:nowrap;
    cursor:pointer;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

.lookupBlock {
    background-color: #fff;
}

.featured .content-wrapper {
    background-color: #32353C;
    /*background-image: -ms-linear-gradient(right, #32353C 0%, #52586B 100%);
    background-image: -webkit-linear-gradient(right, #32353C 0%, #52586B 100%);
    background-image: -moz-linear-gradient(right, #32353C 0%, #52586B 100%);
    background-image: -o-linear-gradient(right, #32353C 0%, #52586B 100%);*/
    padding: 0px 0px 0px 0px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.1em;
}

/* page titles */
hgroup.title {
    margin: 10px;
    /*margin-bottom: 10px;*/
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    /*float: left;*/
    width: 80%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 180px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/*#loginForm {
    display: inline;
}*/

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    /*fieldset legend {
        display: none;
    }*/

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label#laximoVin-error {
        width: 600px;
        position: relative;
        top: -23px;
    }

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 2px 0 2px 0;
    padding: 2px;
    /*width: 200px;*/
}

.input_login_partial_textbox {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.0em;
    margin: 0px 0 0px 0;
    padding: 0px;
}

textarea {
    font-family: inherit;
    width: 295px;
}

.ddlCart {
    width: 230px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    /*padding: 7px;*/
    /*margin-right: 8px;*/
    /*width: auto;*/
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.ixat-div {
    padding: 14px 0px 20px 77px !important;
    max-height: 171px !important;
}


/* tables
----------------------------------------------------------*/
/*table {
    border-collapse: collapse;
    margin-top: 0.75em;
    border: none;
}*/

th {
    font-size: 1.0em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            /*padding: 0;*/
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0em 0.3em 0em 0em;
    border: 4px;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}
/* Разное*/

/* Страница рещультатов поиска цен и замен*/

.repl_hidden_row, #progress, #progress_cros {
    display: none;
}

.repl_visibled_row {
    display: table-row;
    border-bottom: 1px solid;
    border-bottom-color: grey;
    font-family: Tahoma;
    font-size: 13px;
}

.hoverstateHide {
    /*background: white !important;*/
    color: goldenrod !important;
    font-size: large;
}

    .hoverstateHide:hover {
        background: white !important;
        color: goldenrod !important;
    }



#nameColumn {
    text-align: left;
}


#minPartCol, #periodCol, #availMaskCol, #costCol {
    text-align: center;
}

.LightBlue {
    /*background-image: -ms-linear-gradient(left, #BEE0EB 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, #BEE0EB 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, #BEE0EB 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, #BEE0EB 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
        width: 100%;*/
    background-color: #BEE0EB;
}

.DarkSeaGreen {
    /*background-image: -ms-linear-gradient(left, #CADFCB 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, #CADFCB 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, #CADFCB 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, #CADFCB 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
         width: 100%;*/
    background-color: darkseagreen;
}

.Gold {
    /*background-image: -ms-linear-gradient(left, Gold 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, Gold 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, Gold 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, Gold 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
        width: 100%;*/
    background-color: gold;
}

.RosyBrown {
    /*background-image: -ms-linear-gradient(left, RosyBrown 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, RosyBrown 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, RosyBrown 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, RosyBrown 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
        width: 100%;*/
    background-color: RosyBrown;
}

.LightGray {
    /*background-image: -ms-linear-gradient(left, LightGray 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, LightGray 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, LightGray 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, LightGray 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
        width: 100%;*/
    background-color: LightGray;
}

.Red {
    /*background-image: -ms-linear-gradient(left, Red 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, Red 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, Red 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, Red 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
        width: 100%;*/
    background-color: rgb(255,50,50);
}

.orangeRed {
    background-color: orangered;
}

.orange {
    background-color: #faa57c;
}

.Coral {
    /*background-image: -ms-linear-gradient(left, Coral 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, Coral 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, Coral 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, Coral 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
        width: 100%;*/
    background-color: Coral;
}

.Salmon {
    background-color: salmon;
}

.Lightgreen {
    background-color: Lightgreen;
}

.Bisque {
    background-color: bisque;
}

.LightSteelBlue {
    /*background-image: -ms-linear-gradient(left, LightSteelBlue 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, LightSteelBlue 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, LightSteelBlue 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, LightSteelBlue 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
        width: 100%;*/
    background-color: LightSteelBlue;
}

.DodgerBlue {
    /*background-image: -ms-linear-gradient(left, DodgerBlue 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, DodgerBlue 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, DodgerBlue 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, DodgerBlue 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
        width: 100%;*/
    background-color: DodgerBlue;
}

.LightYellow {
    /*background-image: -ms-linear-gradient(left, LightYellow 0%, whitesmoke 100%);
    background-image: -webkit-linear-gradient(left, LightYellow 0%, whitesmoke 100%);
    background-image: -moz-linear-gradient(left, LightYellow 0%, whitesmoke 100%);
    background-image: -o-linear-gradient(left, LightYellow 0%, whitesmoke 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
        */
    background-color: LightYellow;
}

.LightOrange {
    background-color: lightsalmon;
}

.LightRed {
    background-color: lightcoral;
}

.plusbold::before {
    content: "\f055";
}
.minusbold::before {
    content: "\f056";
}

.partname {
    color: #000000;
}

.toCartButton {
    /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/
    color: darkslategrey;
    font-size: x-small;
    width: 100%;
}

.infoButton {
    /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/
    color: darkslategrey;
    font-size: x-small;
    /*width: 90%;*/
}

/* Поле ввода номера*/
#searchArticleTextBox, #metrika {
    width: 200px;
}

#fromFile {
    color: whitesmoke;
}

/* Новости*/
.NewsHeader {
    cursor: pointer;
    color: blue;
    font-size: 13px;
    /*border-bottom: 1px solid grey;*/
}
.background_gradient {
    background: rgb(213,218,221);
    background: -moz-linear-gradient(left, rgba(213,218,221,1) 0%, rgba(213,218,221,1) 0%, rgba(243,247,249,1) 100%);
    background: -webkit-linear-gradient(left, rgba(213,218,221,1) 0%,rgba(213,218,221,1) 0%,rgba(243,247,249,1) 100%);
    background: linear-gradient(to right, rgba(213,218,221,1) 0%,rgba(213,218,221,1) 0%,rgba(243,247,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5dadd', endColorstr='#f3f7f9',GradientType=1 );
}
/* Страница заказов*/
.ordersHistory_table {
    width: 100%;
}

.LightSteelBlue {
    /*background-image: -ms-linear-gradient(left, LightSteelBlue 0%, white 100%);
    background-image: -webkit-linear-gradient(left, LightSteelBlue 0%, white 100%);
    background-image: -moz-linear-gradient(left, LightSteelBlue 0%, white 100%);
    background-image: -o-linear-gradient(left, LightSteelBlue 0%, white 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;*/
    background-color: LightSteelBlue;
    /*width: 100%;*/
}

.LightYellow {
    /*background-image: -ms-linear-gradient(left, LightYellow 0%, white 100%);
    background-image: -webkit-linear-gradient(left, LightYellow 0%, white 100%);
    background-image: -moz-linear-gradient(left, LightYellow 0%, white 100%);
    background-image: -o-linear-gradient(left, LightYellow 0%, white 100%);
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;*/
    background-color: LightYellow;
}


/*.ordersHistory_table tr:hover {
    background-color: whitesmoke;
}*/

.ordersHistory_table th {
    text-align: left;
    background-color: whitesmoke;
    color: #000099;
}

/*.ordersHistory_table tr{
    border: 1px;
    border-style: solid;
    border-color: gray;
}*/


#orderNumColumn {
    text-align: center;
    width: 5%;
}

#quantityColumn {
    text-align: left;
    width: 5%;
}

.quantityColumnEditor {
    text-align: left;
    width: 30px;
}

#editor-field {
    width: 50px;
}

#brandColumn {
    width: 10%;
}

#numberColumn {
    width: 15%;
}

#nameColumn {
    width: 30%;
}

#warehouseColumn {
    width: 10%;
}

#minPartColumn {
    width: 5%;
}

#availableColumn {
    width: 5%;
}

#costColumn {
    width: 5%;
}

#pariodColumn {
    width: 7%;
}

#costTotalColumn {
    width: 10%;
}

#cartButtonColumn {
    width: 10%;
}

#addToCartComplete {
    color: green;
    font-size: large;
}


#attachments {
    background-color: red !IMPORTANT;
    color: red !IMPORTANT;
}

/* Главная страница*/
#SearchNumber, .telerek-width {
    width: 150px;
}

/* Накладные*/
    .invoice_table tr:hover {
        background-color: #F0D899;
    }
    .invoice_table td.clickRef {
        cursor: pointer;
    }


/* КОРЗИНА*/
.cart_table {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

    .cart_table th {
        text-align: left;
        background-color: whitesmoke;
        color: #000099;
        font-weight: bold !important;
        font-size: 1em !important;
    }

/* РАЗНОЕ*/
.empty {
    background: repeat-y;
}

.common_table {
    margin-top: 10px;
    word-break:break-word;
}
    .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
        background-color: #F0D899;
    }

    .common_table tr:hover {
        background-color: #F0D899;
    }

    .hoverRow {
         background-color: #F0D899;
    }

.common_table_100 {
    width: 100%;
}

    .common_table_100 tr:hover {
        background-color: #F0D899;
    }

h2 {
    color: black;
}

/********************#SearchNumber {
    width: 200px
}
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 0px;
        text-align: center;
    }


    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    .featured .content-wrapper {
        padding: 0px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }
}
div.container.background_menu {
    padding-right:0;
}
background_menu {
    border-bottom: 3px solid;
    border-color: rgb(60,76,89);
    background: rgb(229,233,235);
    background: -moz-linear-gradient(top, rgba(229,233,235,1) 0%, rgba(229,233,235,1) 0%, rgba(248,250,252,1) 100%);
    background: -webkit-linear-gradient(top, rgba(229,233,235,1) 0%,rgba(229,233,235,1) 0%,rgba(248,250,252,1) 100%);
    background: linear-gradient(to bottom, rgba(229,233,235,1) 0%,rgba(229,233,235,1) 0%,rgba(248,250,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9eb', endColorstr='#f8fafc',GradientType=0 );
}

.login_menu_768 {
    display:inline-block;
    height:25px;
}

@media (max-width: 768px) {
    .login_menu_768 {
        display: block;
        width: 100% !important;
        padding-bottom: 30px;
        padding-top: 0px !important;
    }
    .login_menu_inl_bl {
        display: inline-block;
        width: 90% !important;
    }
    .display_none_768 {
        display:none !important;
    }
    .menu_block_poisk_768 {
        margin-top:33px;
    }
    .meny_podbor_768 {
        left: -14px;
        position: relative;
    }
    div.floating {
        margin-bottom: 39px !important;
        margin-top: 0px !important;
    }
    li#instrukcii {
        margin-left:7px !important;
    }
}

@media(max-width:995px) {

    .ixat-div {
        padding: 10px 0px 15px 0px;
        max-height: 171px;
    }
}

@media (max-width:2000px){
.modal_main_brand_info {
    width: 1200px;
    max-width: 1200px !important;
}
}

.logo_sale_button {
    border-color: red;
    transition: all 0.5s ease;
    animation: logo_sale_button 3s infinite linear;
}

@keyframes logo_sale_button {
    0% {
        border-color: red;
    }

    50% {
        border-color:blue;
    }

    100% {
        border-color:gray;
    }
}

/* уведомление о куки на сайте */
#appomed-pop-main {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
   /* transform: translate(-50%,-50%);*/
    background: rgb(250, 255, 189);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    /*left: 50%;*/
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    display: block
}

#appomed-pop-h4 {
/*    margin-left: 10%;
    width: 80%;
    display: block;
    float: left;*/
padding-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

#coockieBut {
    width: 150px;
    height: 20px;
    font-size: 0.8em;
}

#appomed-pop-close {
    display: block;
    float: right;
    width: 3%;
    height: 37px;
    text-align: center;
    position: relative;
    cursor: pointer
}

#appomed-pop-close:before {
        content: "\f00d";
        width: 37px;
        height: 37px;
        position: absolute;
        right: 0;
        top: 0;
        font: normal normal normal 16px/35px FontAwesome;
        color: black;

}

#appomed-pop-main2 {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 15px 10px
}
.attr_name {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}
#SubmitByAttr {
    width: 127px;
    margin-left: 60px;
    margin-top: 4px;
}
.accumulator_h4 {
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    margin-top: 8px;
    margin-bottom: 20px;
    width: 153px;
}
.accumulator_divM {
    margin-bottom: 10px;
    text-align: left;
}
.sleeve_h5 {
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    width: 223px;
}
.sleeve_divM {
    margin-bottom: 10px;
    text-align: left;
}
.bearings_h4 {
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    width: 128px;
}
.bearings_divM {
    margin-bottom: 10px;
    text-align: left;
}
.duster_h4 {
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    width: 128px;
}
.duster_divM {
    margin-bottom: 10px;
    text-align: left;
}
.duster_divBtn {
    text-align: left;
}
.duster_divImg {
    text-align: right;
}
.dusterSR_h4 {
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    width: 53px;
}
.dusterSR_divM {
    margin-bottom: 10px;
    text-align: left;
}
.dusterSR_divBtn {
    text-align: left;
}
.dusterSR_divImg {
    text-align: right;
}
.OilsMotors_H {
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    width: 173px;
    font-size: 16px;
}
.OilsMotors_divM {
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left
}
.OilsTransmission_h4 {
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    width: 173px;
    font-size: 16px;
}
.OilsTransmission_divM {
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left
}
.StuffingBox_h4 {
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    width: 53px;
}
.StuffingBox_divM {
    margin-bottom: 10px;
    text-align:left;
}
.StuffingBox_divBtn {
    text-align: left;
}
.StuffingBox_divImg {
    text-align: right;
}
.StuffingBox_divImg img {
    width:400px;
}
.OilsMotors_divBtn {
    text-align:center;
}
.Oils_divM {
    margin-bottom: 20px;
}
.OilsTransmission_divBtn {
    text-align: left;
}
.Bearings_divBtn {
    text-align: left;
}
.Bearings_divImg {
    text-align: right;
}
#Parameter_fuse {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #ccc;
    padding: 5px;
    border-radius: 3px;
}
form#searchBeltForm div.form-group {
    padding-left: 23%;
}
.Belt_span {
    margin: 0 10px;
    font-size: 18px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    top: -10px;
}
div#belt_part {
    width: 500px;
    height: 200px;
}
.ParamsGetList_TD {
    width:250px
}

.flex-row-center {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items:center;
   /* height: 100%;*/
}

.row-center-cell {
    padding:0px 10px 0px 10px;
}

/**********RetroBonus**************/

.RetroBonusContainer, .cartStockRetroContainer {
    cursor: pointer;
    position: relative;
}
    .RetroBonusContainer span {
        /*color: #E13B34;*/
    }

.retroBonusModalAction, .cartStockRetroTitle {
   
    position: absolute;
    z-index: 500;
    background: #F3F4F6;
    border: solid 1px #AEAAB0;
    border-radius: 5px;
    padding: 7px;
}
.cartStockRetroTitle {
    display: none;
}
    .retroBonusModalAction {
    max-width:800px;
}

    .retroBonusModalAction h6 {
        color: black;
    }

    .retroBonusModalAction hr {
        border-top: 1px solid black;
    }



.cartStockRetroTitle p {
    white-space: nowrap;

}

.cartStockRetro {
    text-align: center;
    vertical-align: central;
    font-weight: 700;
    padding: 1px 8px 1px 8px;
    border: solid 1px #333;
    border-radius: 4px;
}

.retroBonusTable {
    width:100%;
    height:100%;
}
.retroBonusTable_td1 {
    padding-right:10px;
}
.retroBonusTable_td2 {
    padding-left: 10px;
}

.retroBonusTable div {
    padding: 3px 7px 3px 10px;
    white-space: nowrap;
    color: black;
}


.retroBonusTable td div {
    white-space: nowrap;
}



    .confAction {
        background: #90EE90;
    }

.colorIsBlue {
    color: #0000FF;
    white-space: nowrap;
    font-weight:600;
   /* font-size: 11px;*/
    padding-right: 6px;
}

.colorIsGray {
    color: #333333;
    white-space: nowrap;
    font-size: 11px;
    font-style: italic !important;
    padding-right: 6px;
}

.payment_info {
    border: none;
    border-left: solid 1px #8E8F8F;
    border-right: solid 1px #8E8F8F;
}

.payment_logo {
    width:200px;
}

/*laximo input*/

.header-text-size {
    font-size: 14px;
}

@-moz-document url-prefix() {
    .header-text-size {
        font-size: 13px;
    }
}

#laximoVin {
    border: 0;
    outline: 0;
    background: transparent;
    width: 261px;
    position: relative;
    top: -32px;
    left: 4px;
    z-index: 1;
}

    #laximoVin:focus {
        background: rgb(250, 255, 189);
    }

.textCenter, #ourBrandsTab td {
    text-align: center;
}

.descrCut {
    max-height: 100px;
    overflow: hidden;
}

.font18 {
    font-size: 18px;
}

.kislovColor {
    background-color: #FFCB3B;
}

.fa-1p6x {
    font-size: 1.6em;
}

.adminCitiesFor {
    float: left;
    color: darkviolet;
}

.marginTop15 {
    margin-top: 15px;
}

#picSml > img {
    width: 129px;
    height: 85px;
    margin-bottom: 5px;
}

#oil {
    text-align: center;
}

    #oil > img {
        max-width: 240px;
        max-height: 308px;
        cursor: pointer;
    }

#pic, #picSml {
    text-align: center;
    padding-top: 15px;
}

    #pic > img {
        max-width: 240px;
        max-height: 308px;
        cursor: pointer;
    }

#Bulb {
    text-align: center;
    margin-top: 10px;
}

div.shipList, div.shipList > button {
    width: 100% !important;
}

div.contractList, div.contractList > button {
    width: 100% !important;
}

tr.excludedRow {
    display: none;
}

.marginTop10 {
    margin-top: 10px;
}

#catalogTable div {
    padding: 20px;
}
/*#catalogTable > .col-md-2 {
    padding: 5px;
    width: 150px;
    height: 150px;
}*/

.laxTable {
    padding: 0 0 0 15px;
}

#branchCards td {
    padding: 5px;
}

.cardName {
    font-size: x-large;
}

#comment {
    resize: vertical;
}

/*#promoTable {
    height: 60px;
}
*/
.h200img {
    max-height: 200px;
}

.alignRight {
    text-align: right;
}

.oneLine {
    white-space: nowrap;
}

area:focus {
    border: none;
    outline-style: none;
    -moz-outline-style: none;
}

/* colors */

.blue {
    color: blue;
}

.whitesmoke {
    color: whitesmoke;
}

.white {
    color: white;
    display: inline-block;
    top: 0px;
    position: relative;
}

#white {
    color: #f5deb3;
}

.wheat {
    color: wheat;
}

.red {
    color: red;
}

.important {
    color: red !important;
}

.black {
    color: black;
}

.green {
    color: green;
}

.blueViolet {
    color: blueviolet;
}

.indianRed {
    color: indianred;
}

.backLightGreen {
    background-color: lightgreen;
}

.backGray {
    background-color: gray;
}

.whiteBack {
    background-color: white;
}

.pointer {
    cursor: pointer;
}

.uplBtn {
    width: 40px;
}

.bottomTbl {
    border-bottom-style: inset;
    border-bottom-width: 1px;
}

.fakeLink {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.fakeLinkG {
    cursor: pointer;
}

.marginLeft10 {
    margin-left: 10px;
}

.FooterImg {
    width: 120px;
    height: 40px;
    cursor: pointer;
    margin-top: 10px;
}

#newsBtn > li {
    padding: 0 10px;
}

.catBrandPic {
    width: 150px;
    height: 70px;
}

.padRight {
    padding-right: 0;
}

.zeroPad, #orderNumColumn {
    padding: 0;
}



.lookInfoBtnPad {
    padding-left: 13px;
}

#cart_link {
    width: 90px;
}

.noscript {
    position: absolute;
    left: -9999px;
}

#logout {
    padding: 0px;
    font-size: x-small;
}

/* fonts */
.smallerFontSize {
    font-size: smaller;
}

.italicFont {
    font-style: italic;
}

.smallFontSize {
    font-size: small;
}

.choco {
    color: chocolate;
}

#nomTable > tr {
    cursor: pointer;
}

.mediumFortSize {
    font-size: medium;
}

.largeFontSize {
    font-size: large;
}

.XlargeFontSize {
    font-size: x-large;
}

.largerFontSize {
    font-size: larger;
}

.underline {
    text-decoration: underline;
}

/* alignment */

.textRight {
    text-align: right;
}

#deliveryDropDown {
    width: 95px;
    /*height: 20px;*/
}

input[name="btnSaveCart"] {
    background-color: #DDD;
    border: 2px outset buttonface;
}

.secondLookHeader {
    border: none;
    background-color: rgba(211, 211, 211, 0.54);
    height: 1px;
    margin: 2px 2px;
}

#pricesTable #pricesStringsNum {
    width: 50px
}

.invoice_table {
    table-layout: fixed;
    width: 100%;
}

    .invoice_table th, #pricesTable th {
        text-align: left;
        background-color: whitesmoke;
        color: #000099;
    }

    .invoice_table > tbody > tr:hover, #pricesTable > tbody > tr:hover {
        filter: none;
        background: #F0D899 !important;
        color: blue;
    }

    .invoice_table th {
        text-align: center !important;
    }

    .invoice_table #part {
        width: 22%;
    }

    .invoice_table #search {
        width: 10%;
    }

    .invoice_table #our {
        width: 3%;
    }

    .invoice_table #store {
        width: 15%;
    }

    .invoice_table #min {
        width: 5%;
    }

    .invoice_table #isHere {
        width: 5%;
        text-align: center;
    }

    .invoice_table #delivery {
        width: 10%;
        padding-top: 5px;
    }

    .invoice_table #thSTOprice {
        width: 10%;
    }

    .invoice_table #thDec, #thInc {
        width: 3%;
    }

    .invoice_table #thQuantity {
        width: 6%;
    }

    .invoice_table #inCart {
        width: 5%;
    }

    .invoice_table #thOrder {
        width: 9%;
    }


.replacements_table {
    table-layout: fixed;
    /*width: 100%;*/
}

    .replacements_table > thead {
        display: table-caption;
    }

    .replacements_table th, #pricesTable th {
        text-align: left;
        background-color: whitesmoke;
        color: #000099;
        font-size: 13px;
    }

.fs-14 th {
    font-size: 14px !important;
}

.replacements_table th {
    text-align: center;
    color: #000000;
    font-size: 12px;
}

.replacements_table > tbody > tr:hover, #pricesTable > tbody > tr:hover {
    filter: none;
    background: #F0D899 !important;
    color: blue;
}

.top_table th {
    width: 15%;
}

.replacements_table #selectAll {
    width: 5%;
    text-align: center;
}

.cart_table #clearCart {
    width: 2%;
    text-align: center;
}

/**************************/
/*
.replacements_table th {
    width: 4%;
}
.replacements_table #expander {
    width : 2%;
}

.replacements_table #part {
    width : 32%;
}
.replacements_table #inf {
    width : 5%;
}
.replacements_table #type {
    width : 12%;
}
.replacements_table #isHere, #type_file,#avail, #state, #marks {
    width : 8%;
    text-align: center;
}
.replacements_table #delivery {
    width : 11%;
    padding-top: 5px;
}
.replacements_table #thSTOprice {
    width : 7%;
}
.replacements_table #thDec, #thInc {
    width: 3%;
}
.replacements_table #thQuant {
    width : 9%;
}
.replacements_table #thOrder {
    width : 9%;
}
.cart_table #selectAll {
    width : 2%;
}

.replacements_table #part_file {
    width : 40%;
}
*/
.replacements_table > thead > tr > th, .replacements_table > tbody > tr > td {
    width: 3%;
}

/*
.replacements_table > thead > tr > th:nth-child(1),
.replacements_table > tbody > tr > td:nth-child(1) {
    width: 2%;
}
*/

.replacements_table #part {
    width: 39%;
}

.replacements_table .tdpart {
    width: 46%;
}

.replacements_table .tdpart1 {
    width: 40%;
}

.replacements_table #inf {
    width: 4%;
}

.replacements_table .tdinf {
    width: 1%;
}

.replacements_table #type {
    width: 8%;
    text-align: center;
}

.replacements_table .tdtype {
    width: 12%;
}

.replacements_table .tdsto {
    width: 7%;
}

/* .replacements_table #isHere, #type_file, #avail, #state, #marks {*/
.replacements_table > thead > tr > th:nth-child(6),
.replacements_table > tbody > tr > td:nth-child(6) {
    padding-left: 15px;
    width: 7%;
    text-align: center;
}

tr.mainStoreAvailable.repl_hidden_row {
    display: table-row;
    border-bottom: 1px solid;
    border-bottom-color: grey;
    font-family: Tahoma;
    font-size: 13px;
}

#type_file, #avail, #state, #marks {
    width: 8%;
    text-align: center;
}

.replacements_table > thead > tr > th:nth-child(7),
.replacements_table > tbody > tr > td:nth-child(7) {
    width: 10%;
}

.replacements_table #thSTOprice {
    width: 7%;
}

.replacements_table #thDec, #thInc {
    width: 3%;
}

.replacements_table #thQuant {
    width: 7%;
}

.replacements_table #thOrder {
    width: 9%;
}

.cart_table #selectAll {
    width: 2%;
}

.replacements_table #part_file {
    width: 40%;
}

.ordersHistory_table th {
    color: #000000;
}


.ordersHistory_table #parts {
    width: 50%;
}

.width8 {
    width: 8%;
}

.width50px {
    width: 50px;
}

.ordersHistory_table #brand {
    width: 30%;
}

.ordersHistory_table #comment {
    color: darkslategrey;
}

/*.ordersHistory_table #name, #money {
    width : 25%;
}*/

#yandex {
    width: 88px;
    height: 31px;
    border: 0;
}

/*navigation*/

#nav_arrow {
    border-radius: 30%;
    padding: 7px;
    background-color: white;
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 40px;
    opacity: 0.7;
    background-position: 50% 50%;
    white-space: nowrap;
    cursor: pointer;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.columnUl {
    height: 150px;
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.cartComment {
    text-align: right;
    font-size: small;
    font-style: italic;
    color: blueviolet;
}

.submitSurvey {
    margin: 20px auto;
    display: block;
}

#nav_up {
    background: transparent url(/Images/up.png) no-repeat top left;
    right: 40px;
}

#nav_down {
    background: transparent url(../Images/down.png) no-repeat top left;
    right: 80px;
}

#brandsColumnList {
    list-style: none inside;
    /*column count */
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
}

#qSearch {
    color: gray;
    font-style: italic;
    font-size: small;
}

#loadingSpinner {
    display: none;
    height: 100px;
    width: 100px;
}

#qSearch::-ms-clear { /* removing clear 'X' in IE 10+ */
    width: 0;
    height: 0;
}

.comboCart {
    width: 200px
}

#btnClearCart {
    background-color: transparent;
    background-image: url(../../Images/delete.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-position: center;
    border: none;
    cursor: pointer;
    background-size: 80%;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
}

    #btnClearCart:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    #btnClearCart:active {
        position: relative;
        top: 1px;
    }

.loginDiv {
    display: inline;
    padding-bottom: 5px;
}

.pagerBtn {
    width: 180px;
    font-size: medium;
    cursor: pointer;
}


/*Laximo catalog*/

.laximoCellPadding {
    width: 37%;
}

.laximoColor {
    background-color: rgb(224,229,248);
    height: 54px;
}

/* ADMIN */
#adminBody {
    padding-left: 20px;
}

/* Marketing */

#marketBody {
    padding-left: 40px;
    clear: both;
}

.MarketReportTable {
    border-style: solid;
    border-color: bisque;
    margin: auto;
}

    .MarketReportTable td {
        text-align: center;
    }

    .MarketReportTable .rBorder {
        border-right-style: solid;
        border-right-color: darkviolet;
        border-right-width: 1px;
    }

    .MarketReportTable .prices1Ccolumn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .MarketReportTable .bBorder {
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

    .MarketReportTable .bBorderWest {
        border-bottom-color: firebrick;
    }

    .MarketReportTable .bBorderCenter {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: darksalmon;
    }

    .MarketReportTable .bBorderEast {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: darkseagreen;
    }


/* Firefox specific*/

@-moz-document url-prefix() {
    #ff-td-plusOne {
        padding: 7px;
    }
}

/* advert */
#slider {
    height: 100px;
}

.likeLink {
    color: blue;
    text-decoration: underline;
}

.padSome {
    padding: 0 5px;
}

.imgRoundSmall {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

/* to cart */

.btnIncQuant, .btnDecQuant {
    cursor: pointer;
}

.inputQuant {
    width: 40px;
    text-align: center;
    border-radius: 5px;
    padding: 0;
}

.addCartInfo {
    font-weight: bold;
    font-size: larger;
    text-align: center;
}

#errorContent {
    padding-top: 20px;
}

.errorReportCross {
    opacity: 0.3;
}

    .errorReportCross:hover {
        opacity: 1;
    }

.brown {
    color: cornflowerblue;
}

.black {
    color: black;
}

.red {
    color: red !important;
}

.halfVisible {
    opacity: 0.5;
}

/* painting results*/
.mainStoreAvailable {
    background: lightgreen;
}

.arrivalDateAvailable {
    background: #C0C0C0;
}

.mainStoreAvailableAdditional {
    background: #d4ffd4;
}

.tissAvailable {
    background: khaki;
}

.westlake {
    /*box-shadow: 0 0 10px #0000ff;*/
    border: solid 2px blue;
}

.garantPic {
    height: 128px;
    width: 220px;
}

.tdInfoArea > a {
    margin-right: 10px;
}

.maxWidth {
    width: 100%;
}


.notificationLine {
    width: 100%;
    margin-bottom: 0;
}

.partDescrBrandNum {
    width: 66%;
}

.tdSaleOffer {
    color: crimson;
    font-style: italic;
    width: 10%;
}

#cart_link {
    text-align: center;
}

#lookupTable td {
    padding: 0 5px;
}

table.quantTable td {
    margin: 0;
    vertical-align: middle;
    padding: 0 0.3em 0 0;
}

.stoColorPrice {
    color: chocolate;
}

.garant_bold {
    font-weight: 700;
    font-size: 20px;
    line-height: 220%;
    font-family: 'Roboto, times new roman';
}

.garant_bold2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 200%;
    font-family: 'Roboto, times new roman';
}

.garant_text {
    font-size: 16px;
    font-weight: normal;
    display: inline;
    font-family: 'Roboto, times new roman';
}

.modal_garant {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal_garant_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    overflow: auto;
}

.close_modal {
    color: black;
    float: right;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
}

.garantPic {
    cursor: pointer;
    width: 150px;
    height: 70px;
    margin-bottom: 15px;
}

    .garantPic:hover {
        cursor: pointer;
        border: 2px solid;
    }

.garantPicMain {
    width: 255px;
    height: 128px;
}

    .garantPicMain:hover {
        border: 2px solid black;
    }

.modal_garant_text {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Roboto, times new roman';
    text-align: center;
}

.news_pic {
    width: 160px;
    height: 40px;
}

.header_menu_pic {
    width: 110px;
    height: 40px;
    margin: 2px -2px 4px -2px;
}

.header_menu_pic2 {
    width: 110px;
    height: 60px;
}

.poisk_po_nomeru {
    height: 24px;
    width: 253px !important;
    border-radius: 3px;
    background: transparent;
    outline: 0;
    outline-offset: 0;
    border: 0 !important;
    font-size: 18px;
}

.menu_ikonki {
    font-size: 12px;
    padding-left: 10px;
    margin-left: 15px !important;
    margin-top: 4px;
}

@-moz-document url-prefix() {
    .menu_ikonki {
        margin-left: 12px !important;
    }
}

.ui-widget {
    font-family: Tahoma,Arial,sans-serif !important;
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Tahoma,Arial,sans-serif !important;
    }

.display_none {
    display: none;
}

#you_manager {
    cursor: pointer;
    color: #696969;
}

    #you_manager:hover {
        color: #696969;
        border-bottom-style: solid;
        border-bottom-color: #696969;
    }

#quality_service {
    cursor: pointer;
    color: red;
    border-bottom-style: dashed;
}

    #quality_service:hover {
        color: green;
        border-bottom-style: solid;
        border-bottom-color: #696969;
    }

#Spare_parts {
    cursor: pointer;
    color: #696969;
}

    #Spare_parts:hover {
        border-bottom-style: outset;
        border-bottom-color: #696969;
    }

.line_Obrandinfo {
    border-bottom: 1px solid;
    border-color: gray;
    line-height: 1.7;
}

div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    z-index: 1000;
}

form#searchTiresForm label.checkbox {
    display: block;
}

form#searchTiresForm ul.multiselect-container.dropdown-menu li label {
    width: 100%;
    cursor: pointer;
}

.replacements_table_file {
    table-layout: fixed;
}

.active_filtr {
    background: #90ee90;
    text-decoration: none !important;
}

@media (max-width: 1024px) {
    .v1024adap {
        width: 1200px;
    }

    body {
        width: 1200px;
    }

    nav.navbar.navbar-default.background_menu.row {
        width: 1200px !important;
    }
}

.menu_head_tiss ul li {
    display: inline-block;
}

    .menu_head_tiss ul li a {
        /*padding: 0 !important;*/
    }

.product_char {
    color: red;
}

    .product_char:before {
        content: '\2605   ';
    }

product_char_alphas {
    color: red;
}

.product_char_alphas:before {
    content: '\002714   ';
}

.sort_main_parameter {
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-color: darkgray;
}

.img_main_parameter {
    height: 150px;
    width: 150px;
    margin-bottom: 10px;
}

#OFGPB {
    width: 1170px;
    border: 1px solid;
    border-radius: 15px;
    border-color: rgb(76,91,103);
    text-align: center;
    display: inline-block;
    FONT-SIZE: 20px;
    color: blue;
}

    #OFGPB:hover {
        color: green;
    }

.CTO_Decor {
    display: flex;
    border-radius: 4px;
    height: 40px;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    margin-right: 20px;
    text-transform: none;
    padding: 0;
    margin-bottom: 10px;
}

.CTO_Button {
    margin: auto;
    height: 100%;
    width: 100%;
    font-weight: bold;
}

.RedSphere {
    background-color: red;
}

.GreenSphere {
    background-color: chartreuse;
}

.BlueSphere {
    background-color: blue;
}

.YellowSphere {
    background-color: yellow;
}

.OrangeSphere {
    background-color: orange;
}

.Sphere {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 500%;
    position: relative;
    box-shadow: inset -1px -1px 10px #000, 1px 1px 2px black, inset 0px 0px 1px black;
    display: inline-block;
    margin: 5%;
}

    .sphere::after {
        background-color: rgba(255, 255, 255, 0.3);
        content: '';
        height: 45%;
        width: 12%;
        position: absolute;
        top: 4%;
        left: 15%;
        border-radius: 50%;
        transform: rotate(40deg);
    }

.rskspk {
    color: #428bca;
}

    .rskspk:hover {
        color: green;
    }

.animate_rbg {
    border: 2px solid;
    border-color: red;
    transition: all 0.5s ease;
    animation: animate_rbg 3s infinite linear;
}

@keyframes animate_rbg {
    0% {
        border-color: red;
    }

    50% {
        border-color: blue;
    }

    100% {
        border-color: gray;
    }
}

.animate_color_text_rbg {
    color: red;
    transition: all 0.5s ease;
    animation: animate_color_text_rbg 3s infinite linear;
}

@keyframes animate_color_text_rbg {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: green;
    }
}

.loader_spinner {
    display: none;
    z-index: 1;
    padding: 0;
    position: fixed;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
    left: 50%;
    border: 12px solid grey;
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* jssor slider css большого слайдера */
.jssorb0520 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb0520 .i .b {
        fill: #000;
        fill-opacity: 0.3;
    }

    .jssorb0520 .i:hover .b {
        fill-opacity: .7;
    }

.jssorb0520 .iav .b {
    fill-opacity: 1;
}

.jssorb0520 .i.idn {
    opacity: .3;
}

.jssora0530 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora0530 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 640;
        stroke-miterlimit: 10;
    }

    .jssora0530:hover {
        opacity: .8;
    }

    .jssora0530.jssora053dn {
        opacity: .5;
    }

    .jssora0530.jssora053ds {
        opacity: .3;
        pointer-events: none;
    }
/*jssor slider css карусели*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 057 css*/
.jssorb057 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb057 .i .b {
        fill: none;
        stroke: #fff;
        stroke-width: 2000;
        stroke-miterlimit: 10;
        stroke-opacity: 0.4;
    }

    .jssorb057 .i:hover .b {
        stroke-opacity: .7;
    }

.jssorb057 .iav .b {
    stroke-opacity: 1;
}

.jssorb057 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 073 css*/
.jssora073 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora073 .a {
        fill: #ddd;
        fill-opacity: .7;
        stroke: #000;
        stroke-width: 160;
        stroke-miterlimit: 10;
        stroke-opacity: .7;
    }

    .jssora073:hover {
        opacity: .8;
    }

    .jssora073.jssora073dn {
        opacity: .4;
    }

    .jssora073.jssora073ds {
        opacity: .3;
        pointer-events: none;
    }

