/*
 * Skin: Autooptimal
 * ---------
 */
@font-face{
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue Bold.otf');

    url('../fonts/BebasNeue Bold.ttf') format('truetype'),

    font-weight: bold;

    font-style: normal;

}
@font-face{
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot');
     url('../fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSansRegularOpenSansRegular.woff') format('woff'),

font-weight: normal;

    font-style: normal;

}
.skin-autooptimal .wrap {
    /*min-height: 35%;*/
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    /*flex: 0 0 auto;*/
}
/*.footer{
    flex: 1 0 auto;
}
body{
    display: flex;
    flex-direction: column;
}*/
body{
    padding-bottom: 250px;
}

.skin-autooptimal .wrap > .container {
    padding: 0px 15px 20px;
}

.skin-autooptimal .footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.skin-autooptimal .footer h6{
    font-size: 16px;
    /*text-decoration: underline;*/
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px #fff solid;
}
.skin-autooptimal .footer h6 a{
    color: #fff;
}
.skin-autooptimal .footer h6 a:hover,.skin-autooptimal .footer h6 a:active,.skin-autooptimal .footer h6 a:focus{
    color: #fff;
}
.skin-autooptimal .footer .nav-stacked>li>a{
    color: #fff;
    border-left: 0px;
}

.skin-autooptimal .footer .nav > li > a{
    padding: 0px;
}
.skin-autooptimal .footer .nav>li>a:hover,.skin-autooptimal .footer .nav>li>a:active,.skin-autooptimal .footer .nav>li>a:focus{
    background: none;
    color:#fff;
    text-decoration: underline;
}
.skin-autooptimal p {
    margin-bottom: 7px;
}

.skin-autooptimal .header1 {
    height:60px;
    margin-top: 5px;
}

.skin-autooptimal .head-manager {
    margin-top: 5px;
}

.skin-autooptimal .head-cabinet-blue, .skin-autooptimal .head-cabinet-white {
   /* margin-top: 10px; */
    background: transparent;
}

.skin-autooptimal .head-cabinet-blue .btn-cabinet {
    background: #6db0da;
    color: #fff8f8;
}

.skin-autooptimal .head-cabinet-white .btn-cabinet, .skin-autooptimal .head-cabinet-white-small .btn-cabinet {
    background: #ffffff;
    color: #777;
    width:100%;
    padding: 3px 7px 6px 7px;
    white-space: normal;
    height: 55px;
    overflow: hidden;
    font-size: small;
}

.skin-autooptimal ul.sorter li {
    display:inline-block;
    padding: .2em .6em .3em;
    border: 1px solid #ccc;
    border-radius: .25em;
    font-weight: 700;
    font-size: 75%;
    line-height: 1;
    white-space: nowrap;
}

.skin-autooptimal .catalog-list {
    margin-top: 0px;
}

.skin-autooptimal .head-manager a {
   /* color: #ffffff !important; */
}

.skin-autooptimal .head-manager .img-rounded {
    border-color: #ffffff;
}

.skin-autooptimal .jumbotron {
    text-align: center;
    background-color: transparent;
}

.skin-autooptimal .jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.skin-autooptimal #myForm label {
    font-weight: normal;
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
}


.skin-autooptimal .currency-block {
    margin:0;
    border:1px solid lightgrey;
    margin-bottom: 10px;
}

.skin-autooptimal .bg-lgrey {
    background: lightgrey;
}

.skin-autooptimal .bg-lgrey h5 {
    font-family: Verdana, Arial, sans-serif;
    font-weight: 400;
}

.skin-autooptimal .c-white {
    color: #ffffff;
}

.skin-autooptimal .not-set {
    color: #c55;
    font-style: italic;
}

.skin-autooptimal .bg-color-blue {
    background-color: #2b4681;/*#6db0da;*/
}

.skin-autooptimal ul.nav.navbar-nav {
    float:right;
}

/* add sorting icons to gridview sort links */
.skin-autooptimal a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

.skin-autooptimal a.asc:after {
    content: "\e151";
}

.skin-autooptimal a.desc:after {
    content: "\e152";
}

.skin-autooptimal .sort-numerical a.asc:after {
    content: "\e153";
}

.skin-autooptimal .sort-numerical a.desc:after {
    content: "\e154";
}

.skin-autooptimal .sort-ordinal a.asc:after {
    content: "\e155";
}

.skin-autooptimal .sort-ordinal a.desc:after {
    content: "\e156";
}

.skin-autooptimal .grid-view td {
    white-space: nowrap;
}

.skin-autooptimal .grid-view .filters input,
.skin-autooptimal .grid-view .filters select {
    min-width: 50px;
}

.skin-autooptimal .hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.skin-autooptimal .error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.skin-autooptimal .nav li > form > button.logout {
    padding: 5px 20px;
    width: 130px;
    text-align: left;
}
.skin-autooptimal .nav li > form > button.logout:hover {
    text-decoration: none;
}
.skin-autooptimal .nav .li-logout:hover {
    background: #e1e3e9;
}

.skin-autooptimal #head-login .navbar-nav.navbar-right.nav{
    margin-left: 0;
}
.skin-autooptimal ul.dropdown-catalog.dropdown-menu, .skin-autooptimal ul.dropdown-manager.dropdown-menu {
    padding:7px 10px;
 }

.skin-autooptimal ul.dropdown-catalog.dropdown-menu li, .skin-autooptimal ul.dropdown-manager.dropdown-menu li {
    list-style-type: none;
}

.skin-autooptimal ul.dropdown-manager.dropdown-menu p, .skin-autooptimal ul.dropdown-manager.dropdown-menu h5 {
    margin-bottom: 0;
    color: #777;
}

.skin-autooptimal .w-md-30 {
    width: 33%;
}

.skin-autooptimal .w-md-17 {
    width: 17%;
}

.skin-autooptimal ul.dropdown-menu.menu-search {
    left: -150px;
    width: 240px;
    padding: 0;
}

.skin-autooptimal ul.dropdown-menu.menu-search li {
    padding: 0 !important;
}

.skin-autooptimal .site-login {
    margin-top: -60px;
}

.skin-autooptimal .stock-view {
    min-height: 180px;
    border-right: 1px solid #a7a7a7;
    border-left: 1px solid #a7a7a7;
}

.skin-autooptimal .widget-user-2 {
    border: 1px solid #6db0da;
}

.skin-autooptimal .widget-user-header {
    border-bottom: 1px solid #6db0da;
    min-height: 100px;
}

.skin-autooptimal .checkout-thank {
    min-height: 200px;
}

.skin-autooptimal #myCarousel a {
    width:10px;
}

.skin-autooptimal .cart-index, .skin-autooptimal .order-index, .skin-autooptimal .balance-index,
.skin-autooptimal .integration-index{
    min-height: 250px;
}

.skin-autooptimal .api-enabled .edit-content, .skin-autooptimal .api-info .edit-content {
    left: 15px;
    top: -9px;
}

.skin-autooptimal .api-enabled .alert a, .skin-autooptimal .api-info .alert a {
    color: #777;
}

.skin-autooptimal .attention {
    color: #da291c;
}

.skin-autooptimal .free {
    color:#64ba67;
}

.btn-wikicross-invite{
    float: right;
}

.skin-autooptimal .btn-continue{
    padding: 10px 12px 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border: 1px solid #bfbfbf;
    color: #000000;
}

.skin-autooptimal a .btn-continue, .btn-link:hover, .btn-link:focus{
    color: #000000;
    text-decoration: none;
}
.skin-autooptimal a:hover.btn-continue{
    color: #000000;
    text-decoration: none;
}

.skin-autooptimal .btn-sort {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    padding: 6px 12px;
}

.skin-autooptimal .cart-index .alert.alert-warning {
    background-color: #F0E68C !important;
    border-color: #F0E68C !important;
    color: #a94442 !important;
}

@media(max-width:480px) {

    .skin-autooptimal .cart-total {
        margin-top: 10px;
    }

    .skin-autooptimal .stock-view {
        min-height: 10px;
        border-right: none;
        border-left: none;
    }

    .skin-autooptimal .availability-1 {
        text-align: center;
    }

    .skin-autooptimal .available-full .text-r {
        text-align: right;
    }

    .skin-autooptimal .site-login {
        margin-top: 0px;
    }

    .skin-autooptimal .catalog-list {
        margin-top: 2px;
    }

    .skin-autooptimal .wrap > .container {
        padding-top: 30px;
    }

    .skin-autooptimal .w-md-30 {
        width: 100%;
    }

    .skin-autooptimal .w-md-17 {
        width: 100%;
    }

    .search-btn, .fs-40 {
        font-size: 20px;
        color: #3c8dbc;
    }
    .skin-autooptimal  button.btn.btn-link.logout, .skin-autooptimal a.dropdown-toggle, #head-login a {
        padding:0 0 3px 0;
    }

    .skin-autooptimal ul.dropdown-menu.menu-search {
        left: -150px;
        width: 240px;
        padding: 0;
    }

    .skin-autooptimal .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap; /* Запрещаем перенос строк */
        overflow: hidden; /* Обрезаем все, что не помещается в область */
    }

    .skin-autooptimal .head-cabinet-white-small .btn-cabinet {
        width: 100%;
        padding: 3px 7px 6px 7px;
        white-space: normal;
        height: 40px;
        overflow: hidden;
        font-size: small;
    }

    .skin-autooptimal .navbar-right .dropdown-menu {
        padding-left: 10px;
    }
}

@media(min-width:479px) and (max-width:767px) {

    .skin-autooptimal .cart-total {
        margin-top: 10px;
    }

    .skin-autooptimal .stock-view {
        min-height: 10px;
        border-right: none;
        border-left: none;
    }

    .skin-autooptimal .availability-1 {
        text-align: center;
    }

    .skin-autooptimal .available-full .text-r {
        text-align: right;
    }

    .skin-autooptimal .site-login {
        margin-top: 0px;
    }

    .skin-autooptimal .catalog-list {
        margin-top: 2px;
    }

    .skin-autooptimal .wrap > .container {
        padding-top: 30px;
    }

    .skin-autooptimal .w-md-30 {
        width: 100%;
    }

    .skin-autooptimal .w-md-17 {
        width: 100%;
    }

    .skin-autooptimal .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap; /* Запрещаем перенос строк */
        overflow: hidden; /* Обрезаем все, что не помещается в область */
    }

    .search-btn, .fs-40 {
        font-size: 40px;
        color: #3c8dbc;
    }

    .skin-autooptimal  button.btn.btn-link.logout, .skin-autooptimal a.dropdown-toggle, #head-login a {
        padding:0 0 3px 0;
    }

    .skin-autooptimal ul.dropdown-menu.menu-search {
        left: -150px;
        width: 240px;
        padding: 0;
    }

    .skin-autooptimal .navbar-right .dropdown-menu {
        padding-left: 10px;
    }

    .skin-autooptimal .head-cabinet-white-small .btn-cabinet {
        width: 100%;
        padding: 3px 7px 6px 7px;
        white-space: normal;
        height: 40px;
        overflow: hidden;
        font-size: x-small;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .skin-autooptimal .cart-total {
        margin-top: 10px;
    }

    .skin-autooptimal .stock-view {
        min-height: 10px;
        border-right: none;
        border-left: none;
    }

    .skin-autooptimal .availability-1 {
        text-align: center;
    }

    .skin-autooptimal .available-full .text-r {
        text-align: right;
    }

    .skin-autooptimal .site-login {
        margin-top: 0;
    }

    .skin-autooptimal .catalog-list {
        margin-top: 0;
    }

    .skin-autooptimal .wrap > .container {
        padding-top: 31px;
    }

    .skin-autooptimal .w-md-30 {
        width: 100%;
    }

    .skin-autooptimal .w-md-17 {
        width: 100%;
    }

    .search-btn, .fs-40 {
        font-size: 40px;
        color: #3c8dbc;
    }

    .skin-autooptimal  button.btn.btn-link.logout, .skin-autooptimal a.dropdown-toggle, #head-login a {
        padding:0 0 3px 0;
    }

    .padding-5 {
        padding:5px 15px;
    }

    .skin-autooptimal .navbar-right .dropdown-menu {
        padding-left: 10px;
    }

    .skin-autooptimal ul.dropdown-menu.menu-search {
        left: -150px;
        width: 240px;
        padding: 0;
    }

    .skin-autooptimal .head-cabinet-white-small .btn-cabinet {
        width: 100%;
        padding: 3px 7px 6px 7px;
        white-space: normal;
        height: 35px;
        overflow: hidden;
        font-size: x-small;
    }
}

@media (min-width:992px) and (max-width:1024px){

    .skin-autooptimal .cart-total {
        margin-top: 0;
    }

    .skin-autooptimal .stock-view {
        min-height: 180px;
        border-right: 1px solid #a7a7a7;
        border-left: 1px solid #a7a7a7;
    }

    .skin-autooptimal .availability-1 {
        text-align: left;
    }

    .skin-autooptimal .available-full .text-r {
        text-align: left;
    }

    .skin-autooptimal .site-login {
        margin-top: -60px;
    }

    .skin-autooptimal .catalog-list {
        margin-top: 10px;
    }

    .skin-autooptimal  button.btn.btn-link.logout, .skin-autooptimal a.dropdown-toggle, #head-login a {
        padding:15px;
    }

    .skin-autooptimal .wrap > .container {
        padding: 82px 15px 20px;
    }

    .skin-autooptimal .w-md-30 {
        width: 33%;
    }

    .skin-autooptimal .w-md-17 {
        width: 17%;
    }
}

.skin-autooptimal .nav > li > form > button.logout:focus,
.skin-autooptimal .nav > li > form > button.logout:hover {
    text-decoration: none;
}

.skin-autooptimal .nav > li > form > button.logout:focus {
    outline: none;
}

.skin-autooptimal .sub-search-tree{
    border: 2px solid #a7a7a7;
    padding: 5px;
    text-align: center;
    height: 60px;
    margin-bottom: 5px;
}

.skin-autooptimal .tile, .skin-autooptimal .list{
    padding: 5px;
    padding-top: 10px;
    /*border: 2px solid #a7a7a7;*/
    border: 1px solid lightgrey;
    border-radius: 4px;

    margin-top: 5px;
    background-color: white;
}
.skin-autooptimal .tile-img, .skin-autooptimal .list-img{
    width: 50%;
    /*opacity: 0.45;*/
}

.skin-autooptimal .catalog-default-index p{
    margin: 0px;
}

.skin-autooptimal .tile .text-block{
    padding: 5px;
    padding-bottom: 0px;
    height: 140px;/*145px;*/
    overflow: hidden;
}
.skin-autooptimal .tile .tile-footer{
    padding: 5px;
    padding-top: 0px;
}

.skin-autooptimal .availability{
    text-align: center;
    font-size: 15pt;
}

.skin-autooptimal .available-full{
    width: 100%;
}

.skin-autooptimal .product-data .available-full{
    width: 50%;
    margin: auto;
}

.skin-autooptimal.tile .price, .skin-autooptimal .list .price{
    text-align: right;
    font-size: 100%;
}
.pri {
    font-weight: bold;
}
.skin-autooptimal .list .price .di span {
    margin-right: 4px;
}
.skin-autooptimal .list .price .di {
    margin-bottom: 4px;
}
.skin-autooptimal .list .price div .lab {
    float: left;
}

.skin-autooptimal .list .price label {
    float: left;
    font-size: 100% !important;
    font-weight: normal !important;
}
.skin-autooptimal .list .price #prc {
    background-color: #f1d77b;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
}

.skin-autooptimal .sale-data .price{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 36px;
}

.skin-autooptimal .product-subcategory, .skin-autooptimal .product-filter{
    margin-top: 5px;
    margin-bottom: 5px;
}
.skin-autooptimal .kv-expand-detail-row td{
    white-space: normal;
}

.skin-autooptimal .product-data{
    margin-top: 10px;
}
.skin-autooptimal .product-data p{
    margin-top: 1px;
    margin-bottom: 1px;
}

.skin-autooptimal .cart-wrapper{
    padding: 10px;
    margin-bottom: 10px;
}
.skin-autooptimal .cart-wrapper .was{
    color: #ff0000;
    font-weight: bold;
}

/* style for header */
.skin-autooptimal .navbar-inverse {
    background-color: #fff;
    height: 80px;
}
.skin-autooptimal .lang {
    /*margin: 25px 0px 0px 0px;*/
    margin: 0% !important;
    padding: 0% !important;
    width: 75px;
}
.skin-autooptimal .navbar-inverse .navbar-nav > .open > a, .skin-autooptimal .navbar-inverse .navbar-nav > .open > a:hover,
.skin-autooptimal .navbar-inverse .navbar-nav > .open > a:focus {
    color: #3c8dbc !important;
    background-color: #fff;
}
.skin-autooptimal .navbar-inverse .navbar-nav > li > a:hover, .skin-autooptimal .navbar-inverse .navbar-nav > li > a:focus {
    color: #3c8dbc;
    background-color: transparent;
}
.skin-autooptimal #head-menager {
    float: left;
    position: relative;
    color: #000;
    margin: 15px -8px 0px 0px;
    font-size: 90%;
}
.skin-autooptimal #head-menager #head-menager-1 {
    font-weight: bold;
}
.skin-autooptimal #head-menager #head-menager-2, .skin-autooptimal .land > li {
    border-bottom: 2px dotted #3c8dbc;
    font-size: 130%;
}
.skin-autooptimal #head-menager-2 {
    border-bottom: 2px dotted #000;
}

.skin-autooptimal .head-phone {
    position: relative;
}

.skin-autooptimal .edit-content {
    position: absolute;
    left: -10px;
    padding: 5px 0 0 5px;
}

.skin-autooptimal .footer-about {
    min-height: 150px;
    overflow: hidden;
    position:relative;
    text-align: justify;
    padding-top: 20px;
}

.skin-autooptimal .footer-column {
    min-height: 206px;
    overflow: hidden;
    position:relative;
    color: white;
}

.skin-autooptimal .footer-about .edit-content, .skin-autooptimal .footer-column .edit-content {
    position: absolute;
    left: 10px;
    padding: 5px 0 0 5px;
}

.skin-autooptimal #head-phone {
    height: 47px;
    padding-top: 10px;
    overflow: hidden;
}

.skin-autooptimal #head-phone p {
    color: #3c8dbc;
    font-size: small;
    margin:0;
}

.skin-autooptimal #head-phone .fa-phone {
    color: #3c8dbc;
}
.skin-autooptimal .notImplamented {
    background-color: yellow ;
    color: black;
}
.skin-autooptimal #head-mail {
    float: left;
    font-size: 42px;
}
.skin-autooptimal #head-search {
    float: left;
    width: 230px;
    margin: 22px 0px 0px 0px;/*12px 0px 0px 0px;*/
}
.skin #head-search-mobile {
    float: left;
    width: 100%;
    margin: 22px 0px 0px 0px;/*12px 0px 0px 0px;*/
}
.skin-autooptimal .navbar-form {
    padding: 0px;
}
.skin-autooptimal #head-mail {
    color: #3c8dbc;
    /*    width: 100%;*/
}
.skin-autooptimal #heade-login {
    position: absolute;
}

.skin-autooptimal .available-full .text-r {
    text-align: left;
}

.skin-autooptimal .hidden-text {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
}

.skin-autooptimal .hidden-text:hover {
    white-space: normal;
    overflow: visible;
    cursor: default;
}

.skin-autooptimal .fw-b {
    font-weight: bold;
}

.skin-autooptimal .availability-1 {
    text-align: left;
}

@media (max-width: 375px) {

    .skin-autooptimal .head-cabinet-white-small .btn-cabinet {
        width: 100%;
        padding: 3px 7px 6px 7px;
        white-space: normal;
        height: 40px;
        overflow: hidden;
        font-size: small;
    }

    .skin-autooptimal .cart-total {
        margin-top: 10px;
    }

    .skin-autooptimal .stock-view {
        min-height: 10px;
        border-right: none;
        border-left: none;
    }

    .skin-autooptimal .availability-1 {
        text-align: center;
    }

    .skin-autooptimal .available-full .text-r {
        text-align: right;
    }

    .skin-autooptimal .available-full .text-r {
        text-align: right;
    }

    .skin-autooptimal .site-login {
        margin-top: 0px;
    }

    .skin-autooptimal .catalog-list {
        margin-top: 2px;
    }

    .skin-autooptimal .wrap > .container {
        padding-top: 30px;
    }

    .skin-autooptimal ul.dropdown-menu.menu-search {
        left: -150px;
        width: 240px;
        padding: 0;
    }

    #head-login {
        /*margin: 0% 0% 0% 10%;*/
    }
    .skin-autooptimal .w-md-30 {
        width: 100%;
    }

    .skin-autooptimal .w-md-17 {
        width: 100%;
    }

    .skin-autooptimal #head-agreement-1 {
        padding-left: 20px ;
        margin: 5px 0px 0px 0px;
        color: #fff;
        line-height: 88%;
    }

    .skin-autooptimal #formm {
        margin: 5px 0px 0px 0px;
    }
}
.skin-autooptimal .nav > li > form > button.logout:focus, .skin-autooptimal .nav > li > form > button.logout:hover {
    text-decoration: none;
    color: #3c8dbc;
}

.skin-autooptimal .nav > li {
    padding-top:7px;
}
.skin-autooptimal #head-2 {
    position: fixed;
    width: 100%;
    /*margin-top: 12px;*/
    height: 90px;
    background-color: #6db0da;

}
.skin-autooptimal #head-20 {
    position: fixed;
    margin-top: 75px;
    height: 70px;
    /*background-color: #6db0da;*/
}
.skin-autooptimal #current_agreement_id {
    float: left;
}
.skin-autooptimal #head-2-search {
    margin-left: 60px;
}
.skin-autooptimal .table-bordered>thead>tr>th, .skin-autooptimal .table-bordered>tbody>tr>th,
.skin-autooptimal .table-bordered>tfoot>tr>th, .skin-autooptimal .table-bordered>thead>tr>td,
.skin-autooptimal .table-bordered>tbody>tr>td, .skin-autooptimal .table-bordered>tfoot>tr>td {
    border: 1px solid transparent !important;
}
.skin-autooptimal #head-agreement-1 {
    padding-left: 15px ;
    margin: 5px -50px 0px 0px;
    color: #fff;
    line-height: 88%;
}

.skin-autooptimal .btn-catalog{
    background-color: #ffffff;
    color: #777;
    margin-top: -2px;
}

.skin-autooptimal a.dropdown-toggle {
    color: #777;
}

.skin-autooptimal #head-agreement {
    margin-top: 0 ;
}
.skin-autooptimal .navbar {
    border: 0px solid transparent;
    border-bottom: 1px solid #d2d2d2;
}
.skin-autooptimal #head-debt {
    color: #a6fda6;
    margin-top: 5px;
    font-weight: bold;
    line-height: 8px;
    font-size: 97%;
}
.skin-autooptimal #head-debt, .skin-autooptimal #head-overtime {
    line-height: 100%;
}
.skin-autooptimal #head-overtime {
    color: #FFFF00;/*#a94442;*/
    font-weight: bold;
    font-size: 100%;
}
.skin-autooptimal #head-3 {
    /*padding: 5px 0 0 0;
    display: table;*/
    width:100%;
}
.skin-autooptimal #head-3 ul {
    /*display: table-row;*/
}
.skin-autooptimal #head-3 ul li {
    /*display: table-cell;*/
    font-size: 13px;
    /*padding: 3px 7px 2px 7px;
    width:10%;*/
    float: left;
    padding: 10px 15px;
    margin: 0px;
    /*height:20px;*/
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
}
.skin-autooptimal #head-3 ul img {
    -webkit-filter: grayscale(1) brightness(0) contrast(10);
    -o-filter: grayscale(1) brightness(0) contrast(10);
    -ms-filter: grayscale(1) brightness(0) contrast(10);
    -moz-filter: grayscale(1) brightness(0) contrast(10);
    filter: grayscale(1) brightness(0) contrast(10);
    filter: gray;
}
.skin-autooptimal #head-3 ul li:hover {
    overflow: visible;
    white-space: normal;
}
.skin-autooptimal #head-3 ul li:first-child{
    padding-left: 0px;
}
.skin-autooptimal #head-3 ul img {
    height: 20px;
    width: auto;
}

.skin-autooptimal #mini-cart {
    /*margin-top: -12px;*/
    float:right;
}

.skin-autooptimal .navbar-header {
    margin-left: 8%;
    margin-right: 15%;
}
.skin-autooptimal #navbar-header {
    position: fixed;
    margin-top: 60px;
    width: 33%;
}
.skin-autooptimal .navbar-toggle {
    background-color: #ddd;
    position: absolute;
    top: 5px;
    right:5px;
}

.skin-autooptimal .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.skin-autooptimal .navbar-inverse .navbar-collapse, .skin-autooptimal .navbar-inverse .navbar-form{
    margin-top: 5px;
    background-color: #fff;

}
.skin-autooptimal .navbar-nav {
     margin: 0% !important;
     padding: 0% !important;
 }
.skin-autooptimal .navbar-collapse.in {
    padding: 10px;
    border: 1px solid #ddd;
    width:100%;
    background-color: #ffffff;
}
.skin-autooptimal .navbar-inverse .navbar-nav > .active > a, .skin-autooptimal .navbar-inverse .navbar-nav > .active > a:hover,
.skin-autooptimal .navbar-inverse .navbar-nav > .active > a:focus {
    color: #9d9d9d;
    background-color: #fff;
    font-weight: bold;
}
.skin-autooptimal ul, .skin-autooptimal ol {
    margin: 0px;
    /*margin-bottom: 10px;*/
}
.skin-autooptimal #spac {
    padding-top: 15px;
}

/* STYLE */

.skin-autooptimal nav.navbar-default, .skin-autooptimal .navbar-default .navbar-form {
    background-color: #ffffff !important;
    /*height: 180px !important;*/
}
.skin-autooptimal #list-head li{
    display: inline;
}
.skin-autooptimal .ul {
    width: 100%;
}
.skin-autooptimal .navi {
    position: fixed;
    width: 100%;
    height: auto;
}
.skin-autooptimal header {
    padding-bottom: 75px;
}
.skin-autooptimal #formm {
    margin: 5px 60px 0px 15px;
}

.skin-autooptimal .navi {
    z-index: 4;
}
@media (max-width: 768px) {

    .skin-autooptimal .cart-total {
        margin-top: 10px;
    }

    .skin-autooptimal .stock-view {
        min-height: 10px;
        border-right: none;
        border-left: none;
    }

    .skin-autooptimal .availability-1 {
        text-align: center;
    }

    .skin-autooptimal .available-full .text-r {
        text-align: right;
    }

    .skin-autooptimal .available-full .text-r {
        text-align: right;
    }

    .skin-autooptimal .site-login {
        margin-top: 0px;
    }

    .skin-autooptimal #debt {
        font-size: 72%;
    }

    .skin-autooptimal .w-md-30 {
        width: 100%;
    }

    .skin-autooptimal .w-md-17 {
        width: 100%;
    }

    #head-phone .fs-42 {
        font-size: 42px;
    }

    .fs-40 {
        font-size: 40px;
    }

    .padding-5 {
        padding-top:5px;
        padding-bottom: 5px;
    }

}
#productList-list label {
    color: #9f9f9f;
    font-weight: normal;
}
#productList-list p {
    font-weight: bold;
}
.buy a.widget, .plus {
    width: 45%;
}
.buy a.widget:hover {
    background-color: #008d4c;
    border-color: #255625;
}
#nam {
    color: #393939;
}
.opt {
    color: #4f5a9e;
}
#sale {
    font-weight: bold;
    color: #5cb85c;
}
.buy .plus {
    width: 25% !important;
}
.navb-ul li {
    display: inline;
    font-size: 97%;
    padding-bottom: 2px;
}

.skin-autooptimal #head-3 #cat li.active, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    font-weight: bold;
    background: transparent;
}

#cat li a {
    color: #000;
}
#cat {
    padding:5px;
    width:100%;
    float:right;
}

.skin-autooptimal #cat li {
    padding:3px;
}

.skin-autooptimal #cat {
    padding:0;
}


/**
 * START FIXES
 *
 * @author Julia Ivanova
 */
.main{
    color: #4e4e4e;
}
.run-string{
    background-color: #fff;
    padding: 0 10px;
    /*position: fixed;
    width: 100%;
    height: auto;
    z-index: 4;
    margin-left: -19%;*/
}
.run-string .marquee{
    color: #579bc5;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.run-string i{
    font-size: 6px;
    margin-left: 25px;
    margin-right: 25px;
}
.run-string marquee span{
    /*padding-left: 64px;*/
}
.run-string .marquee .fa-circle:before{
    position: absolute;
    margin-top: -7px;
}
.run-text span:last-child{
    display: none;
}
#mini-cart .fa-shopping-cart{
    font-size: 30px;
    color: rgba(255,255,255,.5);
}
#head-search input{
    border-radius: 4px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    margin: auto;
}
.skin-autooptimal .currency-block{
    border-radius: 4px;
}
#nav{
    border-radius: 4px;
}
#nav > li > a.open{
    border-bottom: 0px;
}
.menu li ul li{
    border-bottom: 1px lightgrey solid;
}
.menu li ul li:last-child{
    border-bottom:0px;
}
#nav li ul li a{
    font-size: 14px!important;
}
.skin-autooptimal #myForm label {
    border-bottom: 0px!important;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee>span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 40s infinite linear;
    -moz-animation: scroll 40s infinite linear;
    animation: scroll 40s infinite linear;
}
#payment-btn{
    margin-top: 15px;
    margin-bottom: 15px;
}
.up-pos{
    display: inline-block;
    padding-left: 30px;
}
/*.skin-autooptimal #myForm input:checked{
    margin: 10px 0;
}
.skin-autooptimal #myForm input:checked + span{
    margin: 10px 0;
}*/
/*.container-pos+.container{
    padding-top: 25px!important;
}
.container-pos header{
    padding-bottom: 55px!important;
}*/
.skin-autooptimal.container-pos .wrap > .container {
       padding-top: 0px!important;
   }
.container-pos .box-primary{
    margin-top: 60px;
}
.news-catalog.catalog_main.after-menu .title a{
    color: black;
}
.catalog_main.after-menu{
    margin: 0px;
    /*margin-top: 20px;*/

}
.news-catalog.after-menu{
    padding: 0px;
}
.news-catalog.after-menu .col-8{
    padding: 0px;
}
.news-catalog.after-menu .col-4{
    padding-left: 0px;
}
.news-catalog.after-menu .news{
    margin-left: 0px;
    margin-right: 0px;
}
.news-catalog.after-menu .news>.row{
    width: 100%;
    margin: 0px;
}
.news-catalog.catalog_main.after-menu .title{
    width: 100%;
    background-color: #d3d3d3;
    padding: 10px 20px;
    font-size: 17px;
    margin-bottom: 10px;
}
.news-catalog.catalog_main.after-menu .col-12{
    padding: 0px;
}
.pos-menu{
    margin-top: 10px;
    margin-bottom: 10px;
}
#nav > li > a:hover{
    box-shadow: 0 0 0!important;
    text-decoration: underline;
    margin: 0px!important;
}
input[type="radio"], input[type="checkbox"]{
    position: relative;
    top: 3px;
}
.skin-autooptimal .product-item .text-block a{
    color: #707070;
}
.skin-autooptimal .tile:hover{
    border-color: #5a65ab;
}
.skin-autooptimal .product-item .btn-success{
    background-color: #5a65ab;
    border-color: #1d286a;
}
.skin-autooptimal .product-item .price{
    color: #4d7e4e;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 18px;
}
.skin-autooptimal .product-item .text-success{
    font-size: 16px;
}
.skin-autooptimal .btn-group.open .dropdown-menu{
    position: absolute;
    min-width: 146px;
    background-color: #fff;
}
.skin-autooptimal .product-item .buy a.widget:hover{
    background-color: #5a65ab;
    border-color: #1d286a;
}
.product-item .buy .btn{
    margin-top: 15px;
}
#products table .btn{
    margin-top: 0px!important;
}
#nav .active a{
    padding: 10px 5px!important;
    padding-left: 20px!important;
}
.buy .plus:hover{
    background-color: #5a65ab;
    border-color: #1d286a;
}

.buy a.widget:hover{
    background-color: #5a65ab;
    border-color: #1d286a;
}

.buy:hover .btn{
    background-color: #5a65ab;
    border-color: #1d286a;
    color: #fff;
}

.buy .btn-info{
    background-color: #5a65ab;
    border-color: #1d286a;
    color: #fff;
}
.available-text{
    font-size: 15pt;
}
.table-bordered thead{
    background-color: #fff;
}
.table-bordered tbody tr:nth-child(2n){
    background-color: #fff;
}
.blog-menu{
    list-style-type:none;
    padding: 0px;
}
#nav-menu ul {
    list-style: none;
    padding-left: 0px;
}

#nav-menu {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #d3d3d3;
}

#nav-menu > li > a {
    display: block;
    padding: 8px 18px;
    font-size: medium;
    color: #555555;
    text-decoration: none;
    border: 1px solid #d3d3d3;
    background-color: #e6e6e6;
    background-image: url("../images/cat_arrow.png");
    background-repeat: no-repeat;
    background-position: 97% 60%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap; /* Ð—Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÐ¼ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ ÑÑ‚Ñ€Ð¾Ðº */
    overflow: hidden; /* ÐžÐ±Ñ€ÐµÐ·Ð°ÐµÐ¼ Ð²ÑÐµ, Ñ‡Ñ‚Ð¾ Ð½Ðµ Ð¿Ð¾Ð¼ÐµÑ‰Ð°ÐµÑ‚ÑÑ Ð² Ð¾Ð±Ð»Ð°ÑÑ‚ÑŒ */

}

#nav-menu > li > a:hover {
    color: #151515;
    background-color: lightgrey;
    margin: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* ÐŸÐ°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ Ñ‚ÐµÐ½Ð¸ */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: visible;
    white-space: normal;

}

#nav-menu > li > a.open {
    color: #151515;
    background-color: lightgrey;
    /*border-bottom-color: #da291c;*/
    border-bottom-width: 2px;
}

#nav-menu .active {
    color: #da291c;
    border-bottom: 1px dotted #da291c;
    margin-bottom: 7px;
}

#nav-menu .active a {
    color: #da291c;
    padding-bottom: 3px;
}

#nav-menu li ul {
    display: none;
    font-size: 12px;
    background: #fff;
}

#nav-menu li ul li a {
    display: block;
    background: none;
    padding: 10px 5px;
    padding-left: 20px;
    font-size: medium;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    color: #333;
}

#nav-menu li ul li a:hover {
    background: #fff;
    color: #da291c;
}
.currency-widget{
    /*margin-top: 20px;*/
}
/* END FIXES */


/**
 * START MAIN
 *
 * @author Julia Ivanova
 */
.main .img-responsive,.main.thumbnail > img,.main .thumbnail a > img,.main .carousel-inner > .item > img,.main .carousel-inner > .item > a > img{
    /*width: 100%;*/
    /*height: 450px;*/
    height: 400px;
    display: inline-block;
    min-width: 100%;
}
.main .carousel-inner{
    height: 400px;
}
.main .carousel-inner a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 400px;
    width:1170px;
}
.main .carousel-indicators{
    z-index: 2;
}
.main .carousel-indicators .active{
    background-color: #b6cedc;
}
.main .carousel-indicators{
    width: 100%;
    left: 0;
}
.main .carousel{
    padding: 0px;
    /*display: none;*/
}

.about_main{
    background: url("../images/main/about_us.png")  no-repeat;
    background-size: cover;
    height: 400px;
}
.about_main .body-text{
    padding-bottom: 0px;
    height: 120px;
    overflow: hidden;
    width: 84%;
}
.about_main:hover .body-text{
    overflow-y: auto;
}
.about_main .title{
    margin-bottom: 50px;
}
.about_main .btn-pos{
    text-align: left;
    padding-left: 15px;
}
.main .title{
    font-family: BebasNeue, serif;
    font-size: 30px;
    color: #fff;
    background-color: #4a85a9;
    display: inline-block;
    width: 80%;
    padding: 10px;
}
.triangle-topleft {
    width: 0;
    height: 0;
    border-top: 63px solid #4a85a9;
    border-right: 43px solid transparent;
    /*margin-right: 87px;
    float: right;*/
    right: 13%;
    position: absolute;
}
#myModal .modal-dialog{
    width: 1200px;
}
.parallelogram {
    width: 27px;
    height: 62.49px;
    -ms-height: 63px;
    -moz-transform: skew(-30deg); /* Для Firefox */
    -ms-transform: skew(-30deg); /* Для IE */
    -webkit-transform: skew(-30deg); /* Для Safari, Chrome, iOS */
    -o-transform: skew(-30deg); /* Для Opera */
    transform: skew(-30deg);
    background: #579bc5;
    position: absolute;
    margin-left: 80%;
}
.footer-for-index-pos img{
    max-width: 80px;
}
.product-view.img-product-pos .padding-product{
    padding-top: 10px;
}
.article-full img{
    /*width: 100%;*/
}
.content-view .article-full{
    padding-top: 15px;
}
.main .body-text{
    padding: 0px 20px;
    /*padding-bottom: 90px;*/
    padding-bottom: 0px;
}
.main .padding{
    padding: 0px;
}
.news .col-4{
    height: 120px;
}
.news .col-8{
    height: 120px;
}
.news .col-8 .more-info{
    bottom: 10px;
    float: none;
    position: absolute;
    right: 14px;
}
.catalog_main{
    background-color: #f3f3f3;
    height: 400px;
}
.catalog_main .btn-pos{
    padding-left: 15px;
    text-align: left;
}
.catalog_main .body-text{
    height: 120px;
    overflow: hidden;
    width: 84%;
}
.catalog_main:hover .body-text{
    overflow-y: auto;
}
.catalog_main .btn-pos.blue-btn{
    text-align: center;
}
.main .catalog_main .title{
    background-color: #fdc50a;
    color: #4e4e4e;
}
.news .news-title{
    min-height: 40px;
    height: 40px;
    overflow: hidden;
}
.main .catalog_main.blue-news-title .title{
    background-color: #4a85a9;
    color: #fff;
}
.main .catalog_main.blue-news-title .triangle-topleft{
    border-top-color: #4a85a9;
}
.main .catalog_main .triangle-topleft{
    border-top-color: #fdc50a;
}
.main .body-content >.row{
    margin: 15px -15px;
    margin-bottom: 0;
}
.btn-pos{
    text-align: center;
    /*font-family: OpenSansRegular, serif ;*/
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 20px;
}
.btn-pos .btn{
    padding: 20px 40px;
    /*font-family: OpenSansRegular, serif ;*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #4e4e4e;
}
.product-area{
    float: right;
}

.main_img img{
    margin-top: 20px;
    display:flex;
    justify-content: center; /*центрируем элемент по горизонтали */
    align-items: center; /* и вертикали */
    width: 100%;
    overflow: hidden;
}
.catalog_img img{
    /*width: 100%;*/
}
.catalog_img{
    padding: 0px;
    background: url(../images/main/partner.jpg) 34% 100% no-repeat;
    height: 400px;
    background-size: cover;
}
.news-catalog.catalog_main{
    height: auto;
}
.news-catalog.catalog_main .title{
    margin-bottom: 0px;
}
.partner.about_main{
    background: #f3f3f3;
}
.blog_main > div{
    background-color: #f3f3f3;
}
.one div:nth-child(2n+1){
    color: #579bc5;
}
.blog_main > div{
    padding: 20px;
}
.blog_main>div:first-child{
    font-family: BebasNeue, serif;
    padding-top: 33px;
}
.blog_main>div:last-child{
    font-family: BebasNeue, serif;
    font-size: 25px;
    padding-top: 45px;
}
.blog_main div:first-child div:last-child{
    font-size: 14px;
    color: #4e4e4e;
    font-family: sans-serif;
    text-transform: uppercase;
}
.blog_main .one:first-child>div:first-child{
    font-size: 25px;
    padding-bottom: 0px;
}
.blog_main .one:last-child>div:first-child{
    font-size: 25px;
    padding-bottom: 0px;
    text-align: center;
}

.blog_main .one>div:first-child{
    padding-bottom: 10px;
    font-weight: bold;
}
.one{
    margin-bottom: 1px;
    height:152px;
}
.one:last-child{
    margin-bottom: 0px;
}
.one .date{
    text-transform: capitalize;
}
.one .blog-intro-text{
    height: 75px;
    overflow: hidden;
}
.one:hover .blog-intro-text{
    overflow-y: auto;
}
.more-info{
    /*font-size: 11px;*/
    padding-top: 5px;
}
.site-index{
    /*background-color: #e5e5e3;*/
}
.product-area{
    background: linear-gradient(to top, #4a84a8, #569ac3);
    /*width: 100%;*/
    width: 280px;
    /*height: 233px;*/
    height: 227px;
    display: inline-block;
    /*margin-bottom: 10px;
    margin-left: 10px;*/
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.product-area:nth-child(7){
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.product-area:nth-child(8){
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.product-area:nth-child(9){
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.main-area .col-md-4:nth-child(1){
    padding-top: 0px;
}
.main-area .col-md-4:nth-child(2){
     padding-top: 0px;
 }
.main-area .col-md-4:nth-child(3){
    padding-top: 0px;
}
.main-area .col-md-4:nth-child(7){

    padding-bottom: 0px;
}
.main-area .col-md-4:nth-child(8){

    padding-bottom: 0px;
}
.main-area .col-md-4:nth-child(9){

    padding-bottom: 0px;
}

.one .grey{
    color: #d4d4d4;
}

.img-pos img{
    /*width: 100%;*/
}
.img-pos{
    /*width: 100px;*/
    text-align: center;
}
.main-area .col-md-4{
    padding: 4px;
    padding-right: 0px;
    /*padding-top: 0px;*/
}
.slider-bg{
    /*background: #262f70;*/
    /*background: -moz-linear-gradient(-45deg, #262f70 0%, #262f70 50%, #588eb0 51%, #588eb0 100%);*/
    /*background: -webkit-linear-gradient(-45deg, #262f70 0%,#262f70 50%,#588eb0 51%,#588eb0 100%);*/
    /*background: linear-gradient(135deg, #262f70 0%,#262f70 50%,#588eb0 51%,#588eb0 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262f70', endColorstr='#588eb0',GradientType=1 );*/
    background: #1d286a;
    background: -moz-linear-gradient(top, #1d286a 0%, #304f88 35%, #5598c2 100%);
    background: -webkit-linear-gradient(top, #1d286a 0%,#304f88 35%,#5598c2 100%);
    background: linear-gradient(to bottom, #1d286a 0%,#304f88 35%,#5598c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d286a', endColorstr='#5598c2',GradientType=0 );
}
.footer{
    min-height:310px;
}
.footer-for-index{
    background: #fff;
    text-align: center;
}
.footer-for-index-pos{
    display: inline-block;
    text-align: center;
}
.footer-for-index-pos > a{
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(1); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
    /*-webkit-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
}
.main-area .pencil{
    right: 5px;
}
.main-area a{
    color: #fff;
    font-family: BebasNeue, serif;
    font-size: 25px;
}
.main-area .product-area:hover{
    border-color: #FDC300;
    /*box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
}
.product_area_1{
    padding-top: 40px;
}
.product_area_2{
    padding-top: 80px;
}
.product_area_3{
    padding-top: 60px;
}
.product_area_4{
    padding-top: 80px;
}
.product_area_5{
    padding-top: 60px;
}
.product_area_6{
    padding-top: 50px;
}
.product_area_7{
    padding-top: 60px;
}
.product_area_8{
    padding-top: 48px;
}
.product_area_9{
    padding-top: 58px;
}
.product-area>div:last-child{
    position: absolute;
    bottom: 15px;
    right: 30px;
}
.product-area img{
    max-width: 200px;
    max-height: 140px;
}
.menu-for-guest .img-pos{
    background: #4a84a8;
}
.menu-for-guest .product-category-name{
    color: #fff;
    font-family: BebasNeue, serif;
    font-size: 16px;
}
.news{
    background: #fff;
    border: 1px solid #d2cfcf;
    /*margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;*/
    margin-bottom: 10px;
    height: 120px;
}
.yellow-template{
    text-decoration: underline;
    color: darkgreen;
    font-weight: 600;
}
.company-slider .bx-wrapper .bx-loading{
    display: none;
}
.content-template label{
    padding-right: 10px;
}
.name-template{
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
}
.changes{
    background-color: lightgrey;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left: 20px;
}



.news:last-child{
    margin-bottom: 0px;
}
.news-catalog .vertical-pos{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 115px;
    width: 110px;
}

.news-catalog .vertical-pos-catalog{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 115px;
    width: 110px;
}

.news-catalog .vertical-pos-catalog img{
    width: 80px;
    height: auto;
}

.news-catalog .vertical-pos img{
    width: 100px;
    height: auto;
}
.one-href{
    text-align: center;
    height: 117px;
}
.col-news{
    /*padding: 0px;*/
    padding-left: 15px;
    padding-right: 15px;
}
.row-news{
    margin: 0px;
}
.news img{
    width: 100%;
    height: 116px;
}
.news-catalog{
    padding-bottom: 35px;
}
.news-catalog .news-title{
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: bold;
    color: #579bc5;
}
.news-catalog.catalog_main .title{
    width: 37%;
}
.news-catalog.catalog_main .parallelogram{
    margin-left: 38%;
}
.news-catalog.catalog_main .triangle-topleft{
    /*margin-right: 60.4%;*/
    right: 60%;
}
.news-catalog .news-title.first-title{
    text-align: center;
    font-size: 20px;
    padding: 20px;
}
.news-catalog .more-info{
    padding:0px;
    float: right;
    padding-right: 5px
}
.news-catalog .col-4{
    padding-right: 2px;
}
.news-catalog .col-8{
     padding-left: 0px;
}
.news-catalog .col-8 > div{
    padding-left: 5px;
    padding-right:10px;
}
.news-catalog .blue-btn .btn-default{
    color: #fff;
    background-color: #579bc5;
}
.news-catalog .blue-btn .btn{
    padding: 10px 30px;
}

.article .article-img img{
    max-width: 100%;
    /*height: 400px;*/
}
.article .date{
    position: absolute;
    padding: 5px;
    right: 25px;
}
.article .article-img{
    text-align: center;
}
.article .article-title{
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.promo-product{
    background-color: rgb(240, 220, 0);
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    font-weight: bold;
    margin-top: 5px;
}

.novelty-product{
    background-color: rgb(0, 154, 60);
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    font-weight: bold;
    margin-top: 5px;
}

.article.brand .article-title{
    padding-left:15px;
    text-align: center;
    padding-top: 15px;
}
.small-text img{
    width:40px;
}
.nav-menu{
    background-color: #efefef;
}
.nav-menu li{
    border: 1px solid #dddddd;
}
.nav-menu li a{
    color: #515151;
}
.nav-menu li a:hover,.nav-menu li a:focus{
    background-color: #efefef;
    font-weight: bold;
    color: #579bc5;
}
.blog-item{
    margin-bottom: 10px;
    margin-top: 10px;
}
.pencil{
    position: absolute;
    top:0px;
}
.pencil a{
    color:black;
}
.blog_main .pencil{
    position: relative;
}
.article .pencil{
    position: relative;
}

.company-slider{
    height: 150px;
}
/*.company-slider .item{
    height: 150px;
    display: inline-block;
}
.item img{
    width: 20%;
}
.company-slider .img-responsive, .company-slider.thumbnail > img, .company-slider .thumbnail a > img, .company-slider .carousel-inner > .item > img, .company-slider .carousel-inner > .item > a > img{
    height: 30px;
    width: 100px;
}*/
.product-item.main-list .img-in-list{
    border:1px #c6cfd5 solid;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    width: 200px;
}
.product-item.main-list{


}
.product-item.main-list .name label{
    color: #006cfe;
    text-decoration: underline;
}
.product-item.main-list .more-info{
    color: #414141;
}
.product-item.main-list .price{
    padding-top: 88px;
}
.product-item.main-list .buy .btn{
    margin-top: 0px;
}
.product-item.main-list{
    height: 180px;
    overflow: hidden;
}
.product-item.main-list .buy .btn-info{
    background-color: #5cb85c;
    border-color: #5cb85c;
    border-radius: 0;
}
.product-item.main-list  .buy a.widget:hover{
    background-color: #2e932e;
    border-color: #2e932e;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus{

}
.product-item.main-list .price{
    color: #f2c700;
    font-size: 20px;
}
.product-item.main-list .price p{
    margin-bottom: 0px;
}
.product-item.main-list .btn-success{
    background-color: #5cb85c;
    border-color: #5cb85c;
    border-radius: 0;
}
.product-item.main-list .btn-success:hover{
    background-color: #2e932e;
    border-color: #2e932e;
}
.product-item.main-list .btn-default{
    background-color: #5cb85c;
    border-color: #5cb85c;
    border-radius: 0;
    color: #fff;
}
.product-item.main-list .btn-default:hover{
    background-color: #2e932e;
    border-color: #2e932e;
}
.company-slider .bx-wrapper .bx-prev{
    left: 0px;
    background: url(/images/main/prev.jpg) no-repeat;
}
.company-slider .bx-wrapper .bx-next{
    right: -10px;
    background: url(/images/main/next.jpg) no-repeat;
}
.company-slider .bx-wrapper{
    height: 150px;
    background-color: #f3f3f3;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    box-shadow:0 0 0 0;
    max-width: 100%!important;
}
.company-slider .bx-wrapper .bx-next:hover,.company-slider .bx-wrapper .bx-next:focus{
    background-position: 0px 0;
}
.company-slider .bx-viewport{
    height: 150px!important;
    padding-top: 30px;
}
.company-slider .bx-wrapper img{
    display: inline-block!important;
    max-height: 100px!important;
}
.company-slider li a{
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 200px;
    /*width: auto;*/
}
.blue-news-title .col-news:first-child{
    /*padding-left: 10px;*/
    padding-left: 20px;
    padding-right: 15px;
}
.blue-news-title .col-news:last-child{
    /*padding-right: 10px;*/
    padding-right: 20px;
    padding-left: 15px;
}
.company-slider ul li{
    text-align: center;
    margin-right: 25px!important;
    margin-left: 25px!important;
}
.company-slider .bx-wrapper .bx-controls-direction a{
    z-index: 2;
}
.slider-pos{
    background-color: #f3f3f3;
    padding: 20px;
}
.article.brand img{
    /*width: 100%;*/
    /*height: auto;*/
}
.img-product-pos img{
    width: 100%;
}
.product-index{
    display: inline-block;
    width: 195px;
    border:1px #d4d1d1 solid;
    background-color: #ffffff;
    height: 215px;
    margin-right: 5px;
}
.product-index .no-photo{
    opacity: 0.45;
}
.product-index .img-pos img{
    width: 90px;
}
.product-index .name-product{
    color: #5660a2;
}
.product-index .name-product:last-child{
    height: 65px;
    overflow: hidden;
}
.product-index .more:before {
    content: "";
    display: block;
    height: 10px;
    position: relative;
    bottom: -201px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 40%);
}
.product-index >div{
    padding: 5px;
}
.product-index .img-pos{
    padding-top: 10px;
    padding-bottom: 5px;
}
.product-index .name-product span{
    color: #c0c0c0;
}
.some-products .last-btn{
    background-color: #c1c4cb;
    display: inline-block;
    height: 215px;
    width: 115px;
}
.some-products .last-btn img{
    width: 100%;
    padding-top: 40%;
    padding-bottom: 80%;
}
.some-products .more-btn{
    background-color: #579bc5;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-family: BebasNeue, serif;
    font-size: 25px;
    display: block;
    margin-left: -15px;
    top: 180px;
    text-align: center;
    position: absolute;
}
.some-products .news-text div{
    color: #579bc5;
    font-family: BebasNeue, serif;
    font-size: 25px;
    display: inline-block;
}
.some-products .news-text span{
    color: #4e4e4e;
    font-size: 25px;
    text-transform: uppercase;
    font-family: BebasNeue, serif;
}
.payment{
    display: none;
    padding-right: 45px;
    margin-top: 15px;
}
.pos-in-col>div{
    width: 100%;
}
#paymentform-kind_of label{
    display: block;
}
.catalog_main.map-title{
    height: auto;
    background: transparent;
    z-index: 1;
    width: 450px;
    /*margin-top: 0px!important;*/
    position: absolute;
}

.original-img{
    /*width: 400px;*/
    z-index: 9999;
    position: absolute;
    background-color: #000;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
    max-height: 500px;
    max-width: 400px;
}

.original-product-img{
    z-index: 9999;
    position: absolute;
    background-color: #000;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
}

.main .catalog_main.map-title .triangle-topleft{
    right: 14%;
}
.btn-analog-pos .btn{
    font-size: 16px;
    /*padding: 15px 45px;*/
    /*border-radius: 0px;*/
    opacity: 0.8;
    color: #3c8dbc;
    border-radius: 5px;
    bottom: 0px;
    position: absolute;
}
.btn-analog-pos{
    height: 100px;
    /* text-align: center; */
    padding-left: 10px;
}

.btn-analog-pos-list .btn{
    font-size: 16px;
    /*padding: 15px 45px;*/
    /*border-radius: 0px;*/
    opacity: 0.8;
    color: #3c8dbc;
    border-radius: 5px;
    position: absolute;
}
.btn-analog-pos-list{
    text-align: right;
    padding-right: 60px;
}

.btn-analog-pos .btn:hover, .btn-analog-pos .btn:focus{
    opacity: 1;
    color: #3c8dbc;
}
.blue-btn{
    /*background-color: #2d79a3;*/
}
.skin-autooptimal #analog-public-table.grid-view td {
    white-space: normal;
}
.analog-tile-btn{
    float: right;
    background-color: #5a65ab;
    color: #fff!important;
    font-size: 12px!important;
    margin-top: 8px;
}
.carousel.slide.no-point ol li{
    display: none;
}
.analog-price{
    float: right;
}

/*.table-analog{*/
    /*display: none;*/
/*}*/
/* END MAIN */
@media (max-width: 992px){


    .skin-autooptimal ul.dropdown-menu.menu-search {
        left: -150px;
        width: 240px;
        padding: 0;
        position: relative!important;
    }
    .product-area{
        float: none;
    }
    .news{
        padding-top: 10px;
    }

}
@media (max-width: 320px) {

    .skin-autooptimal .head-cabinet-white-small .btn-cabinet {
        width: 100%;
        padding: 3px 7px 6px 7px;
        white-space: normal;
        height: 40px;
        overflow: hidden;
        font-size: small;
    }

    .skin-autooptimal .cart-total {
        margin-top: 10px;
    }

    .skin-autooptimal .stock-view {
        min-height: 10px;
        border-right: none;
        border-left: none;
    }

    .skin-autooptimal .availability-1 {
        text-align: center;
    }

    .skin-autooptimal .available-full .text-r {
        text-align: right;
    }

    .skin-autooptimal .site-login {
        margin-top: 0px;
    }

    .skin-autooptimal .catalog-list {
        margin-top: 2px;
    }

    .skin-autooptimal .wrap > .container {
        padding-top: 30px;
    }

    .skin-autooptimal .w-md-30 {
        width: 100%;
    }

    .skin-autooptimal .w-md-17 {
        width: 100%;
    }

    .skin-autooptimal ul.dropdown-menu.menu-search {
        left: -150px;
        width: 240px;
        padding: 0;
        position: relative!important;
    }

}
.skin-autooptimal .footer {
    color: #b6b9cb;
    height: auto;
    background-color: #1d286a;
}
.skin-autooptimal .mai {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 124%;
    margin-bottom: 10%;
}
.skin-autooptimal #right-foot {
    text-align: right;

}
.skin-autooptimal #right-foot img {
    /*margin-right: 10%;*/
}
.skin-autooptimal #run-string {
    height: 50px;
    border-top: 1px solid #c1c1c1;
}
.skin-autooptimal .sales {
    float: left;
    color: #6db0da;
    font-weight: bold;
    margin-top: 1%;
}
.skin-autooptimal #dot {
    float: left;
    font-size: 220%;
    color: #4888bb;
    padding: 0% 2% 0% 2%;
}
.blog-item img{
    max-width: 150px;
    /*height: 156px;*/
}
.blog-img-pos{
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    text-align: center;
    height: 156px;
}
.blog-item{
    border: 2px #c6cfd5 solid;
    height: 160px;
}
.blog-item .col-3{
    padding-left: 0px;
}
.blog-item .blog-title{
    font-size: 20px;
    color: #579bc5;
    font-weight: bold;
}
.blog-item .btn-more{
    position: absolute;
    right: 10px;
}
.blog-item .btn-more a{
    border: 2px #89b8d6 solid;
    text-transform: uppercase;
    padding: 8px 15px;

}
.blog-item .blog-intro-text{
    height: 90px;
    overflow: hidden;
}
.skin-autooptimal .tile-img.no-photo{
    opacity: 0.45;
}
.product-item.main-list .col-md-3{
    padding-left: 20px;
}
.product-item.main-list .small-text{
    color: #fe0000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    float: right;
}
.company-slider>.pencil{
    top: 320px;
}
.some-products .more{
    height: 250px;
    display: inline-block;
}
.news-text{
    padding-bottom: 20px;
}
.public-product-img img{
    width: 100px;
    height: 100px;
    padding: 10px;
}
.text-category .text-pos{
    border:2px solid #dedede;
    height: 150px;
    text-align: center;
    overflow: hidden;
}
.text-category .category-name{
    text-transform: uppercase;
    padding: 10px;
}
.small-cat a{
    width: 100%;
}
.small-cat .public-product-img{
    width: 100%;
}
.product-item.main-list.more-list .img-in-list{
    width: 120px;
    height: 120px;
}
.product-item.main-list.more-list{
    height: 140px;
}
.product-item.main-list.more-list .img-in-list{
    border:0px;
}
.img-position{
    text-align: center;
    height: 225px;
    display: table-cell;
    vertical-align: middle;
    width: 273px;
}
.img-pos:hover{
    /*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}
.img-pos.active-category{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.product-category-name{
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding: 0 10px;
}
.public-product-img{
    display: inline-block;
    width: 10.8%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.big-text{
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text-box:before{
    content:"";
    display:block;
    height:20px;
    position:relative;
    top:124px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 40%)
}
.text-box{
    max-height:144px;
    overflow:hidden;
    margin-top:-20px;
}
.news .news-intro{
    max-height:85px;
    overflow:hidden;
    margin-top:-20px;
}
.news .news-intro:before{
    content:"";
    display:block;
    height:20px;
    position:relative;
    top:65px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 40%)
}

.current{
    padding-top: 5px;
    color: #2b4681;
}
.current div{
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif
}
.current div span{
    padding-left: 5px;
}

.gray-bg{
    background-color: #f1eaea!important;
}

@media (max-width: 1199px) {
    .triangle-topleft{
        /*margin-right: 67px;*/
    }
    .news-catalog.catalog_main .triangle-topleft {
        /*margin-right: 59.9%;*/
        right: 59.5%;
    }
    .product-index{
        width: 158px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-area{
        width: 100%;
    }
}
@media (max-width: 992px) {
    .parallelogram{
        margin-left: 79%;
    }
    .main_img img{
        margin-top: 0px;
        display: none;
    }
    .catalog_img{
        display: none;
    }
    .company-slider>.pencil{
        top:1500px;
    }
    .carousel .carousel-inner{
        height: 250px;
    }
    .carousel .carousel-inner > .item img{
        height: 250px;
    }
    .product-item.main-list .small-text{
        float: none;
    }
    .product-item.main-list .col-md-3{
        padding-left: 15px;
    }
    .head{
        height: 110px!important;
    }
    .product-area{
        width: 100%;
    }
    .product-index{
        width: 100%;
        text-align: center;
    }
    .some-products .last-btn{
        width: 100%;
    }
    .some-products .last-btn img{
        width: auto;
        padding-top: 10px;
    }
    .some-products .last-btn{
        text-align: center;
    }
    .news{
        height: auto;
        text-align: center;
    }
    .news img{
        width: auto;
    }
    .product-item.main-list{
        height: auto;
        text-align: center;
    }
    .product-item.main-list .img-in-list{
        border: 0px;
        height: auto;
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
    .product-item.main-list .price p{
        text-align: center;
    }
    .triangle-topleft {
        /*margin-right: 120px;*/
        right: 16%;
    }
    .news-catalog.catalog_main .title{
        width: 80%;
    }
    .news-catalog.catalog_main .triangle-topleft{
        /*margin-right: 120px;*/
        right: 16%;
    }
    .news-catalog.catalog_main .parallelogram{
        margin-left: 80%;
    }
    .news-catalog .col-4{
        padding-right: 15px;
    }
    .news-catalog .col-8 > div {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .triangle-topleft {
        display: none;
    }
    .parallelogram{
        display: none;
    }
    .blog-item{
        height: auto;
    }
    .blog-item .btn-more{
        position: relative;
        text-align: center;
        height: 40px;
        right: 0px;
    }
    .blog-item .blog-intro-text{
        height: auto;
    }
    .blog-item .col-3{
        padding-left: 15px;
    }
    .catalog_img{
        background: none;
        height: auto;
    }
}
@media (max-width: 460px) {
    .carousel .carousel-inner{
        height: 200px;
    }
    .carousel .carousel-inner > .item img{
        height: 200px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .parallelogram{
        height: 63.3px!important;
    }
    .news-catalog.catalog_main .parallelogram{
        margin-left: 37%!important;
    }
    .company-slider .bx-wrapper img{
        max-width: 200px!important;
    }
}
.sale-data .volume {
  margin-bottom:10px!important;
}
