html {
    height: 100%;
    min-height: 100%;
}
body {
    min-height: 100%;
    height: auto;
    position: relative;
}

.auto-width {

    width: auto;

}

.all {
    min-height: 100%;
    position: relative;
    z-index: 1;
    background: #F7F8FA;
}

.all:after {
    display: block;
    content: "";
    height: 30px;
    clear: both;
    width: 100%;
}

#page-container {
    position: relative;
    z-index: 1;
}

footer .footerwrap {
    background: #333637;
}

@media screen and (max-width: 768px) {
    footer .subfooter {
        flex-direction: column;
    }
}

footer .container-index {
    margin: 0;
    flex: 1;
}

.footer-links {
    padding: 10px 0 0;
}

.footer-links a {
    color: #999;
}

.footer-title {
    font-weight: 600;
    font-size: 16px;
    color: #999;
}

.footer-links .list-unstyled li {
    border-bottom: 1px solid #666;
    padding: 4px 0;
}

.footer-links .list-unstyled li:last-child {
    border-bottom: none;
}

.footer-social {
    margin-top: 0.5rem;
}

.footer-social a {
    display: inline-block;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.nowrap {
    white-space: nowrap!important;
}

.ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.img-responsive {
    display: inline-block;
    height: inherit;
}

input[type="checkbox"] {
    margin-top: 0;
}

.index-footer {
    margin: -30px 0 0;
    height: 30px;
    width: 100%;
}

.container-index {
    margin: 20px auto;
}

#wrap > .container,
#page-heading {
    width: 100%;
    margin-left: 0;
}

#page-heading .breadcrumb {
    line-height: 1.2;
}

.navbar-inverse #horizontal-navbar .navbar-nav > li > a,
.navbar-inverse #horizontal-navbar .navbar-nav > li > a i {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-inverse #horizontal-navbar .navbar-nav > li.active > a,
.navbar-inverse #horizontal-navbar .navbar-nav > li.active > a i {
    color: #fff;
}

#horizontal-navbar .navbar-nav li.active a::before {
    content: none;
}

.navbar-brand {
    width: 215px;
}

.dl-horizontal dt {
    clear: left;
}

.navbar-nav.pull-right > li > .dropdown-menu-left {
    left: 0;
    right: auto;
}

.navbar-nav.pull-right > li > .dropdown-menu-left.arrow:before {
    right: auto;
    left: 11px;
}

#sidebar img {
    margin-right: 8px;
}

#sidebar li ul#tree {
    display: block;
}

#sidebar >li.divider:last-child {
    margin-bottom: 10px;
}

#sidebar.acc-menu > li > a {
    overflow: hidden;
}

#sidebar li a i {
    float: left;
    line-height: inherit;
}

#sidebar li a.contact span:first-child {
    max-width: 80%;
}

#sidebar li a i+span {
    float: left;
    margin-left: 28px;
    margin-top: -20px;
    margin-right: 20px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sidebar li ul {
    display: block;
}

#sidebar .select2-selection {
    min-height: 34px;
}

#sidebar ul.select2-selection__rendered {
    background: transparent !important;
    padding: 0 5px !important;
    list-style: none;
    color: #000;
    box-shadow: none;
    margin-bottom: 5px;
}

div .category-title {
    text-align: center;
}


div .extra-title {
    text-align: center;
}

#sidebar .btn i {
    color: inherit;
}


#sidebar form {
    padding-left: 20px;
    padding-right: 20px;
}

#sidebar .badge {
    left: auto;
    margin-top: -8px;
    top: 50%;
    right: 12px !important;
}

#sidebar li.hasChild > a:before,
#sidebar li.hasChild.open > a:before {
    display: none;
}

#tree li .tree-folder-content {
    padding-left: 10px;
}

#tree .tree-folder-header i,
#tree .tree-item i {
    float: left;
    margin: 8px 8px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#tree .tree-item a,
#tree .tree-folder-header a {
    cursor: pointer;
    display: block;
    margin-left: 28px;
}

#tree a:hover {
    text-decoration: none;
}

#sidebar li.promoParent:hover {
    background-color: #EF3124;
}

#sidebar li.promoParent i {
    float: left;
    display: block;
    padding: 12px 12px 0;
}

#sidebar li.promoParent a {
    padding: 10px 0;
}

.tree-loader {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 12px;
    color: #777;
    width: 40px;
    background: #DFE0E2;
    height: 20px;
    z-index: 20;
    text-align: right;
}

#select-category #tree {
    height: 306px;
    overflow-y: scroll;
}

#select-category #tree li {
    display: block;
}

#select-category #tree li > div > div {
    padding: 4px 8px;
    cursor: pointer;
}

#select-category #tree li.active > div > div {
    background: #eee;
}

#sidebar li {
    display: block;
}

#sidebar #tree li a {
    padding: 5px 40px 5px 10px;
    position: relative;
}

#sidebar #tree li a:focus {
    background-color: #D2D3D6;
    outline: none;
}

#sidebar #tree li a:focus:before,
#sidebar #tree li a:hover:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    left: -50px;
    top: 0;
    background-color: #D2D3D6;
    z-index: 0;
}

#sidebar #tree ul li a {
    padding-left: 20px;
}

#sidebar #tree ul li i {
    margin-left: 20px;
    z-index: 1;
    position: relative;
}

#sidebar #tree ul ul li a {
    padding-left: 30px;
    padding-right: 30px;
}

#sidebar #tree ul ul li i {
    margin-left: 30px;
    z-index: 1;
    position: relative;
}

#sidebar li.active i, #sidebar li.active a:hover i {
    color: inherit;
}

#sidebar ul li.active:not(.open) > div > a {
    color: #3F444C;
    font-weight: 600;
}

#sidebar .condensed a
 {
    padding: 4px 10px;
    color: #999;
}

#sidebar .condensed i {
    color: #999;
}

.sidebar-panel {
    padding: 0;
}

.btn-sidebar.active {
    color: #fff;
}

.sidebar-buttons-container {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-buttons-container a,
.sidebar-buttons-container button {
    height: 36px;
    padding: 7px 12px!important;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
}

.leftfixed {
    position: fixed;
    background: #E6E7E8;
    border: solid #D2D3D6;
    border-width: 0 1px 0 0;
    height: 140px;
    width: 230px;
    overflow: hidden;
    left: 0;
    bottom: 0px;
    -webkit-transition: margin-bottom .3s;
    transition: margin-bottom .3s;
    z-index: 1;
}

.leftfixed a {
    display: block;
    float: left;
    width: 114px;
    height: 70px;
    text-align: center;
    padding: 3px 0;
    font-size: 40px;
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.leftfixed a:hover,
.leftfixed a:focus {
    opacity: 1;
    color: #fff;
    background: rgba(79, 142, 220, 0.3);
    outline: none;
}

.leftfixed.hidden-down {
    margin-bottom: -360px;
}

.rightfixed {
    bottom: 50px;
    right: 0 !important;
    overflow: hidden;
    float: right;
    width: 40px;
    height: 100%;
    position: fixed;
    top: 0;
}

.rightfixed .rf-manager-call {
    padding-left: 50px;
    padding-right: 19px;
    line-height: 40px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 20px;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 20px;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 20px;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 20px;
    transform: rotate(-90deg);
    transform-origin: 20px;
}

.rightfixed .rf-manager-call .btn {
    font-size: 15px !important;
    -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
    -webkit-border-top: 4px !important;
     -moz-border-top: 4px !important;
          border-top: 4px !important;
    -webkit-border-bottom: 4px !important;
     -moz-border-bottom: 4px !important;
          border-bottom: 4px !important;
}

.rightfixed .rf-set-lang {
    padding-left: 0;
    margin-right: 40px;
    line-height: 40px;
    position: absolute;
    top: 5%;
}

.rightfixed .rf-fast-order {
    padding-left: 50px;
    padding-right: 19px;
    line-height: 40px;
    position: absolute;
    bottom: 20%;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 20px;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 20px;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 20px;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 20px;
    transform: rotate(-90deg);
    transform-origin: 20px;
}

.rightfixed .rf-fast-order .btn {
    font-size: 15px !important;
    -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
    -webkit-border-top: 4px !important;
     -moz-border-top: 4px !important;
          border-top: 4px !important;
    -webkit-border-bottom: 4px !important;
     -moz-border-bottom: 4px !important;
          border-bottom: 4px !important;
}

@media screen and (max-width: 768px) {
    .leftfixed {
        width: 100%;
        z-index: 1030;
    }
    #page-content {
        padding-bottom: 60px;
    }
}

.nav-header__link {
    display: inline;
    padding: 0;
}

#sidebar .fa-inverse {
    color: #D2D3D6;
}

.product-card-mainimg {
    display: block;
    text-align: center;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 10px #DDDDDD;
    padding: 6px;
}

.product-card-mainimg img,
.product-card-smallimg img {
    max-width: 100%;
}

.product-img {
    display: inline-block;
    max-width: 100px;
}

.category-img {
    display: inline-block;
    max-width: 180px;
    min-width: 180px;
    text-align: center;
}

.switchall-label {
    padding: 0 10px;
}

.checkproduct {
    float: left;
    width: 15px;
    margin-top: 30px;
}

.cartproduct {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}

.smallcart {
    height: 200px;
    overflow-y: scroll;
}

.table-cart .form-group {
    margin-bottom: 0;
}

.table-cart .product-cell {
    max-width: 250px;
}

.verticalcenter.wide {
    margin: 250px auto;
    top: 0;
    left: auto;
    right: auto;
    position: relative;
}

.verticalcenter a img.brand {
    width: 90%;
    max-width: 150px;
}

.focusedform .wide .panel {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
}

.alert-condensed {
    border-width: 0 0 1px 0;
    margin-bottom: 0px;
    padding: 4px 15px;
}

#page-heading .options {
    top: 32px;
}

.rub {
    position: relative;
    line-height: 1.42857 !important;
}

.rub:before {
    display: block;
    content: "–";
    position: absolute;
    top: 0.12em;
    left: 0;
}

b .rub:before,
strong .rub:before {
    top: 0.1em;
}

small .rub:before {
    top: 0.09em;
}

small b .rub:before,
small strong .rub:before {
    top: 0.15em;
}

.input-group .form-control.search {
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@-moz-document url-prefix() {
    .input-group .form-control.search {
        height: 44px;
    }
}

#simple-search,
#extend {
    display: none;
}

.search-box {
    position: relative;
}

.search-box .form-group {
    width: 100%;
}

#extended-search {
    position: absolute;
    color: #777;
    z-index: 1;
    top: 1px;
    right: 110px;
    padding: 8px 16px;
    border-left: 1px solid #D2D3D6;
    background-color: white;
    height: 41px;
    display: flex;
    align-items: center;
}

#extended-search:hover,
#extended-search:focus {
    text-decoration: none;
    color: #000000;
    border-left: 1px solid #CBCED0;
}

@media screen and (max-width: 767px) {
    #extended-search {
        right: 50px;
        width: 42px;
        text-align: center;
    }
}


@media screen and (max-width: 1000px) {
    .options-normal {
        display: none;
    }
    #sort-menu-button {
        cursor: pointer;
        text-align: right;
    }
    .options-small {
        display: grid !important;
        position: absolute;
        background-color: #ffffff;
        z-index: 10;
        width: 140px;
        top: calc(50% - 10px);
    }
    .option-item {
        display: none;
    }
}


.propsearch {
    margin-bottom: 0;
}

.propsearch .form-inline .form-group {
    margin-right: 10px;
}
.propsearch .form-inline div.checkbox{
    margin-right: 10px;
}

.propsearch .form-group {
    line-height: 10px;
    margin-bottom: 0 !important;
}

.inline-field h5 {
    width: 35%;
    display: inline-block;
}

.inline-field .form-control {
    width: 60%;
    display: inline-block;
}

.propsearch .col-md-3,
.propsearch .col-md-6,
.propsearch .col-md-9,
.propsearch .col-md-12 {
    padding-left: 0;
}

[class^="tree-level"] {
    display: inline-block;
    position: relative;
    height: 1em;
}

[class^="tree-level"]:after {
    content: "\f105";
    font-family: 'FontAwesome';
    text-align: center;
    position: absolute;
    width: 15px;
    height: 1em;
    right: 0;
    top: 0;
}

.tree-level-0:after {display: none;}
.tree-level-1 {padding-left: 15px;}
.tree-level-2 {padding-left: 30px;}
.tree-level-3 {padding-left: 45px;}
.tree-level-4 {padding-left: 60px;}

.alert-bottom {
    margin: 20px 0 0;
}

.editable {
    border-bottom: 1px dashed #4F8EDC;
}

.editable-unsaved {
    background-color: #FCF3D0;
}

.scrollthis {
    overflow-y: auto;
    overflow-x: hidden;
}

.endless_page_link .fa { width: 14px; }

#wrap {
    min-height: 550px;
}

#page-content {
    position: relative;
}

.error-h1 {
    z-index: 0;
    font-size: 300px;
    color: rgba(0,0,0,.05);
    margin: 0;
    margin-right: 40px;
    text-align: center;
}

.error-desc {
    position: relative;
    z-index: 2;
    text-align: center;
}

#page-heading h1 {
    line-height: 1.4;
    padding-bottom: 0;
}

h1 .editable-container {
    margin-top: 14px;
}

.contacts-table th {
    width: 100px;
}
.contacts-table td, .contacts-table th {
    border: none !important;
}
.contacts-table .btn {
    margin-top: -7px;
}

.pad-link {
    display: inline-block;
    padding: 7px 0;
}

.form-control.select2-container {
    padding: 0;
}

.fa[title] {
    cursor: pointer;
}

#accordion .panel-heading { cursor: pointer; }

.search-group {
    display: table;
    width: 100%;
}

.search-box .search-group > * {
    display: table-cell;
    vertical-align: top;
}

.search-group .input-lg {
    height: 43px;
}

@-moz-document url-prefix() {
    .search-group .input-lg {
        height: 44px;
    }
}

.search-group select {
    margin-left: -1px;
    min-width: 200px;
}

@media screen and (max-width: 768px) {
    .search-group select {
        min-width: 100px;
    }
}

.search-group .form-control {
    display: block;
    width: 100%;
}

.promo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    height: 210px;
}

.promo .promo-title {
    max-height: 62px;
    overflow: hidden;
}

.promo .btn-info {
    width: 95%;
    text-align: left;
}

.userlinks .fa {
    width : 16px;
}

.promo .promo-img {
    width: 30%;
    max-width: 180px;
}

@media screen and (max-width: 992px) {
    .promo {
        height: auto;
    }
}

.filtertree {
    list-style: none;
    padding-left: 0;
}

.filtertree .filtertree {
    padding-left: 20px;
}

.filtertree .checkbox {
    margin: 0 0 .5em;
}

.callback-form .form-group {
    max-width: 160px;
    margin-bottom: 2px;
}

.callback-form .form-control {
    padding: 2px 9px;
    height: 30px;
}

.callback-form .btn .fa {
    opacity: 1;
}

.callback-form .btn-default-alt {
    color: #fff;
}

.resetimg {
    padding: 20px !important;
    margin: 2px 2px 2px 0;
}

.radioimg {margin-left: 5px}

.radioimg > input[type=radio] {
    display:none;
}

input[type=radio] + img{
    cursor:pointer;
    border:2px solid transparent;
}

.radioimg.active img{
    border:2px solid #4F8EDC;
}

.property-group ul {
    list-style: none;
}

.property-group a {
    color: inherit;
}

.prop-spoiler {
    max-height: 140px;
    overflow: hidden;
    position: relative;
}

.prop-spoiler .showall {
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    width: 100%;
    box-shadow: 0 0 20px 20px #fff;
    background: #fff;
}

.prop-spoiler .backgroundoff {
    position: relative;
    box-shadow: none;
    background: none;
}

.prop-spoiler .showall:focus {
    outline: none;
}

.prop-spoiler.expand {
    max-height: none;
}

.properties {
    list-style: none;
    padding-left: 0;
    margin: 0;
    word-break: break-word;
}

.properties .properties li {
    padding-left: 15px;
    position: relative;
}

.properties .properties li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    text-align: center;
    content: "\f105";
    font-family: 'FontAwesome';
}

.cascade {
    margin-bottom: 8px;
}

.showcase .product {
    position: relative;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: 1px solid transparent;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    height: 300px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.showcase .product:hover {
    left: -7%;
    padding: 20px 10px 0;
    width: 114%;
    border-color: #dedede;
    box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.12);
    z-index: 100;
    height: 365px;
    margin-bottom: -35px;
}

.showcase .product .product-img {
    max-width: none;
    display: block;
    text-align: center;
}

.showcase .product .product-img img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.showcase .product .product-title {
    color: #666;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

#instantshop .price,
.showcase .product .price {
    font-size: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

#instantshop .price s,
.showcase .product .price s {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

#instantshop .price {
    text-align: left;
}

#instantshop #product-price {
    margin-left: 0;
}

.showcase .product .price + p {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.product .product-item__code {
    color: #B9B9B9;
    background: #F1F1F1;
    padding: 2px 10px;
}

.price-request-btn {
    /* для банка, чтобы текст поместился */
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.row.price-request-btn {
    width: 130px;
    float: right;
}

.row.price-request-btn .btn {
    width: 130px;
}

/** LIST CATALOG VIEW **/

.product--item-list {
    min-height: 122px;
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: 3px solid transparent;
}

.product--item-list .product-left {
    text-align: center;
}

.product--item-list.is_approximal {
    border-right: 3px solid #a3d585;
}

.product--item-list .products-count {
    min-width: 70px;
    max-width: 100px;
    margin-right: 5px;
}

.product--item-list .price-request-btn {
    margin-top: 4px;
}

.product--item-list .select {
    min-width: 180px;
    max-width: 180px;
    margin-right: 5px;
}

@media (min-width: 500px) {
    .product--item-list .product-discount {
        float: left;
        position: absolute;
        right: 340px;
    }
}

.product--item-list .product-description {
    margin-top: 10px;
    margin-bottom: 10px;
}

/** TABLE CATALOG VIEW **/

.product--item-table {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-right: 3px solid transparent;
    padding-right: 3px;
}

.product--item-table.is_approximal {
    border-right: 3px solid #a3d585;
}

.product--item-table .catalog-product-list__props {
    display: none;
}

.product--item-table:after {
    content: "";
    width: 100%;
    height: 0;
    clear: both;
}

.product--item-table .product-left,
.product--item-table .product-mid {
     float: left;
}

.product--item-table .product-right {
    float: right;
}

.product--item-table .product-img {
    display: none;
}

.product--item-table .product-left {
    width: 30px !important;
}

.product--item-table .checkproduct {margin-top: 0;float: none;position: absolute;}
.product--item-table .checkproduct .checkbox {margin: 0;}

.product--item-table .product-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.product--item-table .product-description {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product--item-table .product-item__code {
    margin: 0;
    display: inline-block;
}
.product--item-table .supplier {display: inline}
.product--item-table .supplier:before {content:"("}
.product--item-table .supplier:after {content:")"}
.product--item-table .productlists {display: none;}
.product--item-table .table-hidden {
    display: none;
}
.product--item-table .product-right {
    width: 340px;
}
.product--item-table .product-price {
    float: none;
    width: auto;
    display: inline-block;
    margin: 0;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.product--item-table .buy-btn {
    float: right;
}
.product--item-table .products-count {
    min-width: 70px;
    max-width: 100px;
    margin-right: 5px;
}

.product--item-table .price-request-btn {
    margin-top: -5px;
    margin-right: 0px;
}

.product--item-table .select {
    min-width: 180px;
    max-width: 180px;
    margin-right: 5px;
}

/** GRID CATALOG VIEW **/

.product--item-grid .panel-body {
    padding-right: 0;
}


.product--item-grid .catalog-product-list__props {
    display: none;
}

.product--item-grid {
    overflow: hidden;
    margin: 0;
    position: relative;
    border: 1px solid transparent;
    background: #fff;
    z-index: 0;
    transition: transform 200ms;
    float: left;
    width: 25%;
    left: auto;
    padding: 12px;
    border-bottom: 3px solid transparent;
}

.product--item-grid.is_approximal {
    border-bottom: 3px solid #a3d585;
}

.product--item-list.opaque,
.product--item-table.opaque,
.product--item-grid.opaque {
    opacity: 0.5;
}

@media (max-width: 1050px) {
    .product--item-grid {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .product--item-grid {
        width: 100%;
    }
}

    .product--item-grid:hover {
        border-color: #DEDEDE;
        position: relative;
        box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.12);
        z-index: 100;
        transform: scale(1.04);
    }

.product--item-grid .product-divider {display: none;}
.product--item-grid .product-left,
.product--item-grid .product-mid,
.product--item-grid .product-right {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 0;
}
.product--item-grid .product-left {
    left: 0;
    top: 0;
    padding: 0;
    width: 100% !important;
}

.product--item-grid .checkproduct {
    margin: 0;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 1;
}
.product--item-grid:hover .checkproduct {
    left: 10px;
}
.product--item-grid .checkproduct .checkbox {margin: 0;}
.product--item-grid .product-img {
    max-width: none;
    height: 180px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    width: 214px;
    margin-bottom: 30px;
}

.product--item-grid .product-img {
    position: relative;
}

.product--item-grid .product-img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product--item-grid .product-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    height: 32px;
}
.product .product-agreement{
    color: #b18791;
}

.product--item-grid .product-agreement{
    text-align: center;
}

.product--item-grid .product-title small {
    display: block;
}

.product--item-grid .product-name {
    display: block;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    margin-top: 8px;
}
.product--item-grid .product-title :hover {text-decoration: none;}
.product--item-grid .table-hidden {display: none;}
.product--item-grid .productlists {display: none;}
.product--item-grid .supplier {
    display: block;
    text-align: center;
}

.product--item-grid .product-mid .productstickers,
.product--item-grid .product-price {
    text-align: center;
    margin: 0;
    line-height: 18px;
}
.product--item-grid .product-discount {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 0;
    border-style: solid;
    border-width: 0 130px 70px 0;
    border-color: transparent #85c744 transparent transparent;
    margin-top: 0;
}
.product--item-grid .product-discount small {
    color: #fff;
    margin: 0 0 0 70px;
}
.product--item-grid .product-discount .label-success {
    background-color: transparent;
}

.product--item-grid .buy-btn {}
.product--item-grid .buy-btn > * {width: 100%;}
.product--item-grid .buy-btn > .form-group {width: 100% !important;}
.product--item-grid .fast-order {
    float: none;
    min-width: 0px;
}

.product--item-grid .product-img,
.product--item-grid .product-title,
.product--item-grid .product-title small,
.product--item-grid .supplier,
.product--item-grid .product-price,
.product--item-grid .select,
.product--item-grid .buy-btn {
    margin-left: auto;
    margin-right: auto;
}
.product--item-grid .select {
    margin-bottom: 5px;
}

.product--item-grid .buy-btn {
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.product--item-grid .price-request-btn {
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    display: none;
}

.product--item-grid:hover .price-request-btn {
    display: block;
}

.product--item-grid .buy-btn .agora__button-buy {max-width: 100%;}

.product--item-grid .product-right .fast-order input ~ .agora__button-buy,
.product--item-grid .product-right .fast-order input ~ .agora__button-buy-preorder {
    margin-top: 0;
}

.product--item-grid .product-right .fast-order input {
    min-width: 40% !important;
    max-width: 40% !important;
    width: 40% !important;
    margin: 0 auto;
    display: inline-block;
    float: left;
}

.product--item-grid .product-mid .productstickers {
    height: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-header-grid {
    display: flex;
    flex-direction: column;
    min-height: 20px;
    margin-top: -20px;
}

.product--item-grid .product-mid .product-title a i.fa-edit {
    position: absolute;
    bottom: 45px;
    left: 160px;
}

.product--item-grid .block-rating {
    text-align: center;
}


.fast-order > * {
     min-width: 100px;
     float: left;
}

.fast-order {
    float: right;
    min-width: 0px;
    display: flex;
}

.fast-order > .btn {
    margin: 0;
    display: inline-block;
}

.fast-mod-order  {
    min-width: 130px;
}

.tip {
    cursor: pointer;
}
.custom-tip{
    cursor: pointer;
}
.bootstrap-tooltip{
    cursor: pointer;
}

.tc-name {
    white-space: nowrap;
}

.nobadges .badge {
    display: none;
}

.navbar-nav {
    width: auto;
}

.navbar-nav > li > .help_container {

    width: 400px;
    z-index: 1000;
    box-shadow: 0 20px 200px 200px rgba(0,0,0,.2);
    border: 1px solid #bbb;
    border-top: none;
    padding: 10px;
}

#help_container-content {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}

.help_container-footer {
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
}

.help_container-footer label,
#help-checkbox {
    margin: 0;
}

.footer-social a.facebook:hover,
.footer-social a.facebook:focus {
    background: #4672B3;
    border-color: #4672B3;
}

.footer-social a.youtube:hover,
.footer-social a.youtube:focus {
    background: #CB322C;
    border-color: #CB322C;
}

.footer-social a.linkedin:hover,
.footer-social a.linkedin:focus {
    background: #2E8CC2;
    border-color: #2E8CC2;
}

.footer-social a.twitter:hover,
.footer-social a.twitter:focus {
    background: #099BCC;
    border-color: #099BCC;
}

.footer-social a.instagram:hover,
.footer-social a.instagram:focus {
    background: #41c74c;
    border-color: #41c74c;
}

.footer-phone {
    color: #fff;
}

.comment-user {
    color: #4F8EDC;
    padding: 12px 0;
}

.comment-body {
    position: relative;
    border: 1px solid #dedede;
    padding: 12px;
    margin-bottom: 10px;
}

.comment-body:before, .comment-body:after {
    content: "";
    position: absolute;
    left: -24px;
    top: 10px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
}

.comment-body:before {
    border-right-color: #dedede;
    z-index: 0;
}

.comment-body:after {
    border-right-color: #fff;
    z-index: 1;
    left: -23px;
}

input[type=radio].comment-rating {visibility: hidden; display:none;}
#div_id_rating label.radio-inline {
    margin-left: 0;
}
#div_id_rating label.radio-inline:not(:first-child) {
    padding-left: 10px;
}
#div_id_rating label.radio-inline:first-child {
    padding-left: 0;
}

.hovered-comment-rating {
    color: #efa131;
}

.edit-comment-form {
    display: none;
}

.comment-item {
    margin-bottom: 10px;
}

.zero-rating:hover {
    color: red;
}
.zero-rating .hovered-comment-rating {
    color: inherit;
}

.wizard ul li {
    padding-right: 10px;
    padding-left: 20px;
    min-width: 150px;
    max-width: 250px;
}

#preview .modal-lg {
    /* should correlate with settings.THUMBNAIL_OPTIONS_DICT['zoom_large'] */
    width: 1024px;
}
#preview .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 10px;
}

.nav li a {
    padding: 10px 12px;
}

.navbar-collapse {
    padding-right: 5px;
}

.related_products_block {
    background-color: white;
    margin: 0;
    margin-top: 20px;
}

        .related_products_block__inner__title {
            margin-top: 10px;
            margin-left: 10px;
        }
        .related_products_block__inner__icon {
            font-size: 10px;
        }

        .related_products_block__inner__list {
            padding-top: 5px;
            display: flex;
            flex-wrap: wrap;
        }
            a:hover {
                text-decoration: none;
            }
                .related_products_block__inner__list__item__img__wrapper {
                    position: relative;
                    display: inline-block;
                    margin: 0 auto;
                    border: 2px solid #ccc;
                    border-radius: 3px;
                    padding: 2px;
                }
                    .related_products_block__inner__list__item__img {
                        margin: 0 auto;
                        display: block;
                    }

                .related_products_block__inner__list__item__img__wrapper.active {
                    border-color: #EF3124;
                }
                .related_products_block__inner__list__item__name {
                    color: #3F444C;
                    padding: 0 5px;
                    text-align: center;
                    margin-bottom: 12px;
                }
                .related_products_block__inner__list__item__price {
                    padding: 0 5px;
                    text-align: center;
                    margin-top: 5px;
                }
                .related_products_block__inner__list__item__discount {
                    position: absolute;
                    top: 5px;
                    right: -1px;
                    color: white;
                }
                .related_products_block__inner__list__item__discount .price {
                    padding: 5px 5px 5px 10px;
                }

._mt-10 {
    margin-top: 10px !important;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

._panel-heading-custom {
    height: auto;
    padding: 0 20px;
}
    ._panel-heading-custom label {
        padding: 0 10px;
    }
    ._panel-heading__item-custom {
        padding-top: 10px;
    }
    ._panel-heading__item__text-custom {
        font-size: 12px;
        line-height: 13px;
    }

.properties-forms {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px 20px 0;
}

.modification-meta {
    background-color: #fcf3d0;
}

.toolbar .dropdown .popover{max-width: none; min-width: 500px !important;}

.dashed-panel {
    border: dashed 1px;
    padding: 5px 20px;
    display: inline-block;
    margin: 20px 0;
}

.select2.form-control {
    height: auto !important;
}

.editable-error-block {
    font-size: 16px;
}

.footer-placeholder {
    height: 61px;
}

.page-leftbar {
    height: 100%;
    width: 250px !important;
    overflow: hidden !important;
}

#page-content {
    box-shadow: none;
    margin-left: 0;
}

#page-leftbar {
    left: -250px;
    box-shadow: none;
    display: block;
}

body.sidebar-opened #page-leftbar {
    left: 0;
}

@media screen and (max-width: 768px) {
    #page-content {
        margin-left: 0;
    }
    #page-leftbar {
        display: none;
    }
}

.select2-container {
    display: block;
}
@media(max-width: 991px) {
    .verticalcenter.wide {
        left: auto;
        right: auto;
        margin: 100px auto;
    }
    .form-horizontal .radio-inline,
    .form-horizontal .checkbox-inline,
    .form-horizontal .radio-inline+.radio-inline,
    .checkbox-inline+.checkbox-inline {
        margin-left: 0;
        padding-left:0;
    }
}
@media(max-width: 900px) {
    .focusedform .wide .panel {
        width: 95%;
        max-width: 700px;
        margin: 0 auto;
        left: auto;
        right: auto;
    }
    .verticalcenter.wide {
        left: auto;
        right: auto;
        margin: 50px auto;
    }
}

@media(max-width: 767px) {
    .focusedform .wide .panel {
        width: 95%;
        max-width:95%;
        margin: 0 auto;
        left: auto;
    }
    .verticalcenter.wide {
        left: auto;
    }
}

@media (max-width: 767px) {
    #page-leftbar {
        left: -250px;
        z-index: 9999;
    }

    #page-content {
        margin-left: 0;
    }

    #sidebar > li.active > a:after {
        display: none;
    }
}

.page-leftbar-inner nav .btn.btn-default.btn-xs[data-target="#sidebar"] {
    display: none;
}

#sidebar ul, #sidebar ul li a {
    box-shadow: none;
}

#page-leftbar,
#page-content,
#sidebar {
    -webkit-transition: 250ms ease;
    transition: 250ms ease;
}

.product-rests {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
}

.product-rests-item {
    margin-bottom: 5px;
    font-weight: 600;
}

.product.product--item-grid .product-rests {
    text-align: center;
}

.product-detail .product-rests {
    margin-top: 20px;
}

.product-detail-input-size {
    width: 100px !important;
}

.page-leftbar .supplier-category-item.active i.fa {
    font-size: 16px !important;
}

.page-leftbar .supplier-category-item {}
    .page-leftbar .supplier-category-item ul li {
        background: transparent !important;
        margin-bottom: 5px;
    }
        .page-leftbar .supplier-category-item ul li a {
            background: transparent !important;
            padding: 0 10px !important;
        }
    .page-leftbar .supplier-category-item,
    .page-leftbar .supplier-category-item li {
        position: relative;
    }
    .page-leftbar .supplier-category-item a {
        padding-left: 20px !important;
        padding-right: 30px !important;
    }
    .page-leftbar .supplier-category-item i.fa {
        position: absolute;
        top: 15px;
        left: 10px;
        cursor: pointer;
        z-index: 100;
    }
    .page-leftbar .supplier-category-item i.fa.fa-folder-o {
        cursor: default;
    }
    .page-leftbar .supplier-category-item i.fa:hover {
        opacity: 0.6;
    }
    .page-leftbar .supplier-category-item i.fa.fa-folder-open ~ ul {
        display: block;
    }
    .page-leftbar .supplier-category-item i.fa.fa-folder ~ ul {
        display: none !important;
    }

    .page-leftbar .supplier-category-item ul ul {
        padding-left: 10px !important;
        background: transparent !important;
        margin-top: 5px;
    }

    .page-leftbar .supplier-category-item__list {
        padding-left: 20px !important;
        width: 250px;
        padding-bottom: 20px;
    }
        .page-leftbar .supplier-category-item__list * {
            float: none !important;
        }
        .page-leftbar .supplier-category-item__list a i.fa {
            position: absolute;
            left: 0;
        }
        .page-leftbar .supplier-category-item__list a i+span {
            margin: 0 !important;
            width: auto !important;
        }
        .page-leftbar .supplier-category-item__list i.fa {
            top: 5px;
            left: 5px;
        }

    .page-leftbar .supplier-category-item:last-child .supplier-category-item__list {
        padding-bottom: 90px !important;
    }


.category-name-hint {
    color: #aeafb1;
    font-size: 13px;
    margin-bottom: 10px;
}

.supplier-category-field .form-group {
    margin-bottom: 5px;
}

.panel-body col-md-2 a.thumbnail {
    width: 50%;
}

.banners__slider__item__image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

div.select2-container a.select2-choice {
    height: 34px;
    line-height: 34px;
}

ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
}

label > input[type="checkbox"] {
    margin-right: 5px;
}

.navbar-nav.toolbar > li > .dropdown-menu.dropdown-menu_limited-height {
    max-height: 300px;
    overflow-y: scroll;
}

.match-field {
    padding: 0 !important;
    border-color: #EF3124;
    border-bottom-color: #EF3124 !important;
    border-top-color: #EF3124 !important;
}

.match-field:first-child {
    border-left-color: #EF3124 !important;
}

.match-field:last-child {
    border-right-color: #EF3124 !important;
}

.match-field select {
    color: #fff;
    border: none !important;
    cursor: pointer;
    background-color: #EF3124 !important;
    border-radius: 0;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 2.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #EF3124, #EF3124) !important;
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0 !important;
    background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em !important;
    background-repeat: no-repeat !important;
}

option:disabled {
  color: #fff;
}

.product_sticker img {
    max-height: var(--height);
    max-width: var(--width);
}

.cart-bottom-btns {
    display: flex;
    align-items: stretch;
}

.cart-bottom-btns-container.text-left {
    float: left;
}

.cart-bottom-btns-container.text-right {
    float: right;
}

.cart-bottom-btns-container {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 880px) {
    .cart-bottom-btns-container.text-left {
        justify-content: flex-start;
    }
    .cart-bottom-btns-container.text-right {
        justify-content: flex-end;
    }
}

@media (max-width: 576px) {
    .cart-bottom-btns {
        flex-direction: column;
    }

    .cart-bottom-btns-container {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
    }
}


.cart-bottom-btns-container button {
    white-space: normal;
    margin: 2px;
}

.create-user-order .row {
    margin: 0 -10px;
}
.create-user-order .form-group {
    margin-bottom: 0;
}

.search-extend {
    position: relative;
}

.search-extend .filter-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e6e7e8;
    opacity: 0.8;
    z-index: 2;
}

.search-extend .filter-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    z-index: 3;
}

.catalog-preloader {
    display: none;
    text-align: center;
    background: white;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575 !important;
}

.panel .panel-body.catalog-product-list {
    border-top: none !important;
}

.dropdown-menu.userinfo.help.arrow {
    padding-bottom: 15px;
}

.panel-default .panel-heading {
    color: #333;
    background-color: #e6e7e8;
    border-color: #e6e7e8;
}

.registration_form {
    text-align: left;
}

.registration_form div {
    padding-bottom: 15px;
}

.consignee_input div div{
    padding-right:5px;
}

.consignee_input div label{
    margin-right:-5px;
}

.cargo-info-column {

    margin-left:20px;
}

.cargo-info-cnt {
    padding-top: 8px;
}

.cargo-info .header-info-row .hint-circle {
    margin-left: 8px;
}

.dot-order-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 20px;
    background: #fff;
}

.dot-order-table td {
    padding: 5px;
    border: 1px solid #ccc;
}

.order-history {
    margin-top: 10px;
}
.total-tb-title-col {
    width: 150px;
    font-weight: bold;
    text-align: right;
    border: none!important;
    border-right: 1px solid #ccc!important;
    background: #F7F8FA;

}

.total-tb-val-col {
    border-left: none!important;
    border-right: none!important;
    text-align: left;
    width: 150px;

}

.total-tb-currency-col {
    border-left: none!important;
    width: 150px;
}

.auto-field {
    text-align: right;
}

.dot-order-table .invisible-row td {
    border: none;
    height: 40px;
}

.dot-header-row,
.dot-total-row {
    font-weight: bold;
}

#delivery-order-cancel {
    float:left;
}

#delivery-order-edit {

    float:right;

}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding-top: 19px;
    margin: 0;
    font-size: 12px;
}

.breadcrumbs li:last-child,
.breadcrumbs li:last-child a
{
    color: #EF3124;
}

.breadcrumbs a {
    color: #827e7d;
    text-decoration: none;
}

.breadcrumbs a:after {
    content: ">";
    padding: 0px 5px 0px 5px;
    color: #827e7d;
}

.breadcrumbs li:last-child a:after {
    content: "";
    display: none;
}

.static-contacts--js a {
    padding: 10px 45px 10px 10px !important;
}
.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.cart-footer-inputs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.cart-footer-inputs .form-group {
    margin: 0;
}

.cart-footer-inputs > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
    "inputs1 inputs2 comment totals";
    width: 100%;
    grid-gap: 10px;
}

@media (max-width: 1100px) {
    .cart-footer-inputs > div {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
        "comment totals"
        "inputs1 inputs2";
    }
}

@media (max-width: 700px) {
    .cart-footer-inputs > div {
        grid-template-columns: 1fr;
        grid-template-areas:
        "totals"
        "comment"
        "inputs1"
        "inputs2";
    }
}

.cart-footer-inputs .grid-inputs1 {
    grid-area: inputs1;
}

.cart-footer-inputs .grid-inputs2 {
    grid-area: inputs2;
}

.cart-footer-inputs .grid-comment {
    grid-area: comment;
}

.cart-footer-inputs .grid-totals {
    grid-area: totals;
}

.cart-footer-inputs > div.order-terms {
    width: auto;
    position: relative;
    padding-left: 0px;
}
.cart-footer-inputs > div label {
    text-align: left!important;
    width: auto;
}
.cart-footer-items {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
}

.order-footer-totals {
    min-width: 300px;
    flex-shrink: 0;
    padding-top: 28px;
}

.cart-footer-items #div_id_transport_company > .controls {
    position: relative;
}

.cart-footer-items .form-group {
    margin-left: 0;
    margin-right: 0;
}

.cart-footer-inputs #id_comment {
    height: 220px;
}

.cart-footer .order-totals-info tbody tr td:first-child {
    font-weight: 700;
}
.order-totals-info {
    border: 1px solid #e6e7e8;
    margin-bottom: 0;
}

.cart-footer-inputs .table > tbody > tr > td {
    padding: 11px 5px 11px 5px;
}

.cart-footer-inputs .table > tbody > tr:last-child > td {
    padding: 13px 5px;
}

.btn.btn-warning.confirm {
    border-radius: 3px;
}
.add-consignee {
    display: flex;
    width: 100%;
    justify-content: flex-start!important;
    align-items: center;
}

.add-consignee div:first-child {
    width: 100%;
}

.add-consignee div:first-child label {
    padding-right: 10px;
}
.add-consignee-circle {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 29px;
}

.gray-badge {
    border-radius: 3px;
    color: #B9B9B9;
    background: #F1F1F1;
    padding: 2px 10px;
    font-size: 14px;
}

.product-data-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.product-codes-row {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e7e8;
}

.product-data-block > .product-codes-row:first-child {
    padding-top: 0px;
}

.product-data-block .available-widget {
    display: block;
    text-align: right;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e7e8;
}
#id_user-is_agree {
    margin-right: 6px;
}

.cart-footer .controls .hint-circle {
    position: absolute;
    right: 24px;
    top: 10px;
}

.popover {
    max-width: 400px;
}

.flex-center {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

@font-face {
  font-family: 'SFHelloBold';
  src: url('../../fonts/SFHello/SFHelloBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloBoldItalic';
  src: url('../../fonts/SFHello/SFHelloBoldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloLight';
  src: url('../../fonts/SFHello/SFHelloLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloLightItalic';
  src: url('../../fonts/SFHello/SFHelloLightItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloMedium';
  src: url('../../fonts/SFHello/SFHelloMedium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloMediumItalic';
  src: url('../../fonts/SFHello/SFHelloMediumItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloRegular';
  src: url('../../fonts/SFHello/SFHelloRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloRegularItalic';
  src: url('../../fonts/SFHello/SFHelloRegularItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloSemibold';
  src: url('../../fonts/SFHello/SFHelloSemibold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloSemiboldItalic';
  src: url('../../fonts/SFHello/SFHelloSemiboldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloThin';
  src: url('../../fonts/SFHello/SFHelloThin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFHelloThinItalic';
  src: url('../../fonts/SFHello/SFHelloThinItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.sidebar-property-filter-form {
    padding: 0 !important;
}

.property-filter-row {
    border: 1px solid #dcdbdb;
    border-radius: 5px;
    padding: 15px 15px 10px 25px;
    margin-bottom: 16px;
}

.property-filter__price {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.property-filter__price .property-filter-row__label {
    margin-left: 15px;
}

.property-filter__price .form-group {
    margin-bottom: 0;
    max-width: 96px;
}

.property-filter input {
    background-color: #ebedef;
    text-align: center;
    font-size: 11px;
    border: 0;
}

.property-filter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4d4d4d;
  opacity: 1; /* Firefox */
}

.property-filter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4d4d4d;
}

.property-filter input::-ms-input-placeholder { /* Microsoft Edge */
  color: #4d4d4d;
}

.property-filter input[type=number] {
    border-radius: 6px;
    height: 26px;
}

.property-filter input[type="number"]::-webkit-outer-spin-button,
.property-filter input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.property-filter input[type="number"] {
    -moz-appearance: textfield;
}

.property-filter .filtertree {
    padding: 0 !important;
    margin-top: 14px;
}

.property-filter input[type=checkbox]:before {
    border-radius: 0;
    background-color: #ebebeb;
    top: -2px;
    left: 0;
    border: none;
}

.property-filter input[type=checkbox]:checked:after {
    width: 4px;
    height: 8px;
    border: solid black;
    border-width: 0 1.5px 1.5px 0;
    top: 1px;
    left: 6px;
}

.property-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    top: 3px;
}

.property-filter .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 24px;
}

.property-filter .select2-container--default .select2-selection--single .select2-selection__placeholder  {
    color: #4d4d4d !important;
}

.property-filter .select2-selection__arrow:before {
    content: '>';
    display: inline-block;
    height: 100%;
    transform: rotate(90deg);
}

.property-filter .select2-selection__arrow b {
    display: none;
}

.select2-selection--single[aria-expanded="true"] .select2-selection__arrow:before {
    transform: rotate(270deg);
}

.select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
    right: 0 !important;
}

.property-filter .select2-container--default .select2-selection--single {
    border: 1px solid #dcdbdb;
}

.property-filter .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 11px;
}

.property-filter input[type=checkbox] {
    margin-right: 12px;
}

.property-filter-row__label {
    margin-bottom: 12px;
    font-size: 14px;
}

.property-filter__price-wrapper {
    display: flex;
    justify-content: space-evenly;
}

.property-filter__price-wrapper .form-group:first-child {
    margin-right: 10px;
}

.property-filter__buttons {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.property-filter__discard, .property-filter__submit {
    font-size: 11px;
    max-width: 96px;
    width: 100%;
    padding: 6px 8px;
}

.property-filter__submit {
    margin-right: 8px;
}

.property-filter .select2-selection {
    min-height: 38px !important;
}

.password-header {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.password-header .regform_lang {
    position: absolute;
    right: 0px;
    top: 8px;
    width: unset !important;
}

.password-header.lang-down .regform_lang {
    right: -15px;
}

@media (max-width: 768px) {
    .password-header .text-center {
        margin-right: 25px;
    }
}
