
.each-cat {
    margin: 2px;
    padding: 3px;
    display: inline-block;
}

.categories-v2 {
    max-width: 350px;
}

.categories-v2 .categories {
    position: relative;
    display: table;
    width: 100%;
    background: #eee;
    color: #232323;
    text-transform: uppercase;
    padding: 0 15px 0 65px;
    height: 56px;
    margin: 5px 0;
    /*border-left: 2px solid #eee;*/
    text-decoration: none;
}

a.each-cat.active {
    background-color: #f4700e;
    color: #fff;
}

.middle-nav {
    padding-left: 10px;
}

.third-nav {
    padding-left: 25px;
}

#hcalc table td {
    vertical-align: top;
}

#hcalc .container .h-results td {
    font-size: 11pt;
    padding: 3px 10px;
}

#hcalc {
    margin-bottom: 20px;
}

.categories-v2 img,
.sub-categories img {
    max-width: 68px;
    display: none;
}

.main-catalog {
    padding-bottom: 60px;
}

.categories-v2 .categories span {
    display: table-cell;
    vertical-align: middle;
}

.categories-v2 .categories:hover {
    background: #f4700e;
    color: #fff;
}

.categories-v2 .categories.active > span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-left: 15px solid #f4700e;
    border-bottom: 28px solid transparent;
}

.categories-v2 .categories:hover > span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-left: 15px solid #f4700e;
    border-bottom: 28px solid transparent;
}

.main-catalog {
    margin-top: 0;
}

.listing-recommendations a {
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #232323;
    display: block;
    position: relative;
    margin: 15px 15px;
    padding: 30px 0;
    height: 180px;
    box-shadow: inset 5px 5px 110px rgba(0, 0, 0, 0.1);
    border: none;
    width: 46%;
    float: left;
    position: relative;
    min-height: 1px;
}

.listing-recommendations a span {
    display: block;
    border-left: 4px solid #f4700e;
    padding-left: 25px;
    max-width: 220px;
    height: 46px;
}

.listing-recommendations a img {
    position: absolute;
    display: block;
    top: 5%;
    right: 10px;
    /*height: 90%;*/
    max-height: 90%;
    height: auto;
    max-width: 185px;
    vertical-align: middle;

}

.blocks-box {
    background: url(/static/img/orange-ff.png?99f1b9bb1c9c) top center #f4700e;
}

.item .info {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30pt;
    padding: 50px;
    position: absolute;
    text-decoration: none;
    top: 100px;
    left: 100px;
}

.item .info:after {
    background: url('/static/img/slider-arrow.png') no-repeat center center #555;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
}

.item .info:hover:after {
    background-color: #fa6f06;
}


.categories-v2 .sub-categories {
    display: block;
    color: #232323;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin: 0 0 0 -2px;
    border-left: 2px solid transparent;
    text-decoration: none;
}

.categories-v2 .sub-categories img {
    display: none;
}

.categories-v2 .sub-categories:hover {
    background: #eee;
    border-color: #f4700e;
}

a.sub-categories.active {
    font-weight: 500;
    background: #eee;
    color: #232323;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin: 0 0 0 -2px;
    border-left: 2px solid #f4700e;
    text-decoration: none;
}

a.third-nav img {
    display: none;
}

.categories-v2 .sub-categories:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #f4700e;
    content: "\f105";
    font-size: 12px;
    position: absolute;
    left: 6px;
    margin-top: 4px;
}

.categories-v2 .third-nav:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #f4700e;
    content: "\f105";
    font-size: 12px;
    position: absolute;
    left: 20px;
    margin-top: 4px;
}


.content strong {
    font-size: 30px;
    font-weight: 400;
}

.order-block {
    float: left !important;
    margin-left: 15px;
}

.content h1, .content .h1 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.content ol > li:before {
    position: absolute;
    content: counter(customlistcounter);
    counter-increment: customlistcounter;
    left: 0;
    background: #f4700e;
    padding: 2px;
    width: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.content ol {
    position: relative;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
    counter-reset: customlistcounter;
    padding-left: 20px;
    margin-top: 0;
}

.content ol li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.content {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.sub-menu {
    position: relative;
    border-left: 2px solid #eee;
    /* padding: 15px 0; */
    margin: -5px 0 0 0;
    list-style: none;
}

.nav .have-children .has-child:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #f4700e;
    content: "\f107";
    font-size: 16px;
    position: absolute;
    right: -18px;
    top: 7px;
}

.content .calc .caption {
    border-bottom: 1px solid #ddd;
    position: relative;
    background: #eee;
    color: #777;
    font-size: 17pt;
    margin: 0 !important;
    padding: 15px 0 13px 20px !important;
    text-transform: uppercase;
}

.calc .container .h-results th {
    color: #fa6f06;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
}

.calc {
    background: #fff;
    display: none;
    position: fixed;
    width: 900px;
    height: 600px;
    max-height: 90%;
    min-height: 250px;
    z-index: 10002;
    top: 43.5px !important;
}

#gcalc {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.no-children {
    margin-right: 0px !important;
}

a.active {
    border-color: #f4700e !important;
}

.no-child:before {
    content: "" !important;
}

.nav.navbar-nav.child-nav {
    position: absolute;
    background: #fafafa;
    padding: 20px 0 40px 25px;
    overflow: hidden;
    top: 70px;
    margin-left: -20px;
    min-width: 300px;
    list-style: none;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);

}

#shadow {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

#gcalc .container {
    overflow-y: auto;
    max-width: 100%;
}

.get-req table tr td input[type=text],
.get-req table tr td label {
    display: none;
}

@media (min-width: 1200px) {
    .calc .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.calc .container .h-results tbody > tr:nth-child(2n+1) {
    background: #eee;
}

#hcalc .calc .container .h-results td {
    font-size: 11pt;
    text-align: left;
    padding: 3px 10px;
}

.calc .container .h-results tr > td:nth-child(2) {
    text-align: center;
}

#hcalc .container {
    overflow-y: auto;
    color: #555;
    width: 100%;
    height: 300px;
}

.hide {
    display: none;
}

.calc .container > section {
    padding: 4px 15px;
    position: relative;
    display: block;
}

.calc .h-results {
    width: 400px;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.calc .container .ct-cost {
    color: #777;
    font-size: 11pt;
    position: absolute;
    text-align: center;
    width: 256px;
    top: 15px;
    right: 40px;
}

.calc .cost-value {
    color: #000;
    font-size: 15pt;
}

.calc input[type=number] {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #777;
    font-size: 11pt;
    outline: none !important;
    padding: 5px 10px;
    transition: box-shadow 0.1s linear;
    width: 62px !important;
}

.calc .container .ct-result {
    border-top: 1px solid #ccc;
    font-size: 11pt;
    margin-top: 10px;
    padding-top: 10px;
}

.calc .container .result-value {
    color: #fa6f06;
    font-size: 15pt;
}

.calc .container .get-req {
    background: #eee;
    font-size: 11pt;
    padding: 10px;
    position: absolute;
    top: 129px;
    right: 40px;
}

.calc input[type="hidden" i] {
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
    display: none;
}

.calc label {
    cursor: pointer;
}

.calc .container .get-req input[type="text"] {
    width: 162px;
    -webkit-transition: box-shadow 0.1s linear;
    -moz-transition: box-shadow 0.1s linear;
    -ms-transition: box-shadow 0.1s linear;
    -o-transition: box-shadow 0.1s linear;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #777;
    font-size: 11pt;
    outline: none !important;
    padding: 3px 10px;
    vertical-align: -webkit-baseline-middle;
}

td {
    display: table-cell;
    vertical-align: inherit;
}

.calc table {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.calc input[type=submit] {
    background: linear-gradient(to top, #ececeb, #fdfdfe);
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 11pt;
    padding: 3px 20px;
    vertical-align: -webkit-baseline-middle;
    text-decoration: none !important;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.get-req td {
    display: table-cell;
    vertical-align: bottom;
    text-align: -webkit-center
}

.calc .container .get-req input[type=text]:focus {
    border: 1px solid #fa6f06;
    box-shadow: 0 0 4px #fa6f06;
}

.calc .inputs {
    background: #eee;
    border-top: 1px solid #ddd;
    color: #777;
    bottom: 0;
    left: 0;
    width: 100%;
}

.calc .inputs table {
    width: 100%;
    padding: 15px;
}

#get-gcalc {
    background: none;
    border: 1px solid #f4700e;
    border-radius: 25px;
    color: #f4700e;
    text-transform: uppercase;
    text-shadow: none;
    padding: 12px 18px 12px 18px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: none;
    min-width: 135px;
}

#get-gcalc:hover {
    box-shadow: none;
    background: #f4700e;
    color: #fff;
    border-color: #f4700e;
}

.calc .close {
    background: url(/static/img/calc-close.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    top: 12px;
    right: 20px;
    width: 24px;
    height: 24px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.inputs td {
    vertical-align: middle;
}

.inputs label {
    margin: 0;
    font-weight: normal;
}

.calc .inputs .c-vals {
    cursor: pointer;
}

.calc .inputs .c-val.current {
    border-color: #fa6f06 !important;
    color: #fa6f06;
}

.calc .inputs .c-val {
    border-bottom: 4px solid transparent;
    color: #777;
    display: inline-block;
    font-size: 15pt;
    margin-right: -4px;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    width: 40px;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -ms-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
}

.calc .inputs .c-val:hover {
    border-color: #bbb;
}

#calc-phv {
    color: #777;
    font-size: 15pt;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: top;
}

.modal-container {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: auto;
    position: relative;
    margin: 10px;
    padding: 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: 'DINPro';
}

@media (min-width: 768px) {
    .modal-container {
        width: 600px;
        margin: 0;
    / / original / / margin: 30 px auto;
    }
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}


.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hiddeme {
    display: none;
}

.red {
    border-color: #ff3900 !important;
}

p.red {
    color: #ff3900 !important;
}

p.green {
    color: #08a908;
}

.regions-contacts .regions-contacts-items span {
    vertical-align: 7px;
    margin-left: 30px;
    min-width: 180px;
}

.categories-v2 a[href="/category/scaffolding"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.categories-v2 a[href="/category/generators"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e902";
}

.categories-v2 a[href="/category/compressor-equipment"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e903";
}

.categories-v2 a[href="/category/gruzopasazhirskie-mast-lifts-and-cranes"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e930";
}

.categories-v2 a[href="/category/mobile-fence"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e906";
}

.categories-v2 a[href="/category/modular-space"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
}

.categories-v2 a[href="/category/heaters-and-dehumidifiers"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e905";
}

.categories-v2 a[href="/category/equipment-for-work-in-concrete"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92e";
}

.categories-v2 a[href="/category/equipment-for-ramming"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92a";
}

.categories-v2 a[href="/category/svet-machta"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e90a";
}

.categories-v2 a[href="/category/forklifts"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e931";
}

.categories-v2 a[href="/category/lifts"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92c";
}

.categories-v2 a[href="/category/pump-for-pumping-water"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e933";
}

.categories-v2 a[href="/category/work-platforms"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e901";
}

.categories-v2 a[href="/category/hand-tools"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e904";
}

.categories-v2 a[href="/category/construction-scaffolding"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.categories-v2 a[href="/category/grinding-machines"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92f";
}

.categories-v2 a[href="/category/excavators"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e932";
}

.content h1 img {
    display: none;
}

.categories-v2 a[href="/en/category/scaffolding"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.categories-v2 a[href="/en/category/generators"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e902";
}

.categories-v2 a[href="/en/category/compressor-equipment"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e903";
}

.categories-v2 a[href="/en/category/gruzopasazhirskie-mast-lifts-and-cranes"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e930";
}

.categories-v2 a[href="/en/category/mobile-fence"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e906";
}

.categories-v2 a[href="/en/category/modular-space"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
}

.categories-v2 a[href="/en/category/heaters-and-dehumidifiers"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e905";
}

.categories-v2 a[href="/en/category/equipment-for-work-in-concrete"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92e";
}

.categories-v2 a[href="/en/category/equipment-for-ramming"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92a";
}

.categories-v2 a[href="/en/category/svet-machta"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e90a";
}

.categories-v2 a[href="/en/category/forklifts"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e931";
}

.categories-v2 a[href="/en/category/lifts"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92c";
}

.categories-v2 a[href="/en/category/pump-for-pumping-water"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e933";
}

.categories-v2 a[href="/en/category/work-platforms"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e901";
}

.categories-v2 a[href="/en/category/hand-tools"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e904";
}

.categories-v2 a[href="/en/category/construction-scaffolding"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.categories-v2 a[href="/en/category/grinding-machines"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92f";
}

.categories-v2 a[href="/en/category/excavators"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e932";
}


.categories-v2 a[href="/ua/category/scaffolding"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.categories-v2 a[href="/ua/category/generators"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e902";
}

.categories-v2 a[href="/ua/category/compressor-equipment"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e903";
}

.categories-v2 a[href="/ua/category/gruzopasazhirskie-mast-lifts-and-cranes"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e930";
}

.categories-v2 a[href="/ua/category/mobile-fence"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e906";
}

.categories-v2 a[href="/ua/category/modular-space"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
}

.categories-v2 a[href="/ua/category/heaters-and-dehumidifiers"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e905";
}

.categories-v2 a[href="/ua/category/equipment-for-work-in-concrete"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92e";
}

.categories-v2 a[href="/ua/category/equipment-for-ramming"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92a";
}

.categories-v2 a[href="/ua/category/svet-machta"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e90a";
}

.categories-v2 a[href="/ua/category/forklifts"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e931";
}

.categories-v2 a[href="/ua/category/lifts"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92c";
}

.categories-v2 a[href="/ua/category/pump-for-pumping-water"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e933";
}

.categories-v2 a[href="/ua/category/work-platforms"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e901";
}

.categories-v2 a[href="/ua/category/hand-tools"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e904";
}

.categories-v2 a[href="/ua/category/construction-scaffolding"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.categories-v2 a[href="/ua/category/grinding-machines"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92f";
}

.categories-v2 a[href="/ua/category/excavators"]:before {
    display: block;
    position: absolute;
    left: 8px;
    line-height: 56px;
    font-size: 38px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e932";
}

.product-item {
    padding: 15px;
    border: 3px solid #eee;
    margin-bottom: 15px;
    font-size: 14px;
    display: flex;
}

table.prod-list {
    margin: 15px 0;
    width: 100%;
}

.product-item h3 {
    margin-top: -5px;
    margin-bottom: 5px;
    color: #f4700e;
    font-size: 24px;
    font-weight: 500;
}

.product-item-img img {
    max-width: 100%;
    max-height: 200px;
}

.item.product-item td[class*="col-"] {
    position: relative;
    display: block;
    float: left;
}

.product-item-img {
    text-align: center;
}

.product-item .prices-block:nth-child(2) {
    border-top: 1px solid #eee;
    padding-top: 8px;
}

.product-item .price-text {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.product-item .prices-block {
    margin-bottom: 15px;
}

div.prices-container .order-block {
    float: none !important;
    margin-left: 0;
}

.blocks-container .block-item img {
    display: none;
}

.product-description #desc strong {
    font-size: 16px;
    font-weight: 500;
}

.scaff-imgs {
    display: none;
}

.regions-contacts .regions-contacts-items {
    padding: 7px 0;
}

.geography-map .region-markers #mark-1 {
    top: 92px;
    left: 245px;
}

.geography-map .region-markers #mark-2 {
    top: 257px;
    left: 244px;
}

.geography-map:before {
    top: 84px;
    left: 115px;
}

.advantage-icon img {
    width: 10%;
    display: block;
    position: absolute;
    top: 170px;
}

#gcalc .h-results {
    width: 100%;
}

#gcalc #cg-tbc > tr > td:first-child, .calc .cg-val {
    font-size: 15pt;
}

#gcalc .h-results td {
    padding: 3px 10px;
    font-weight: 400;
}

#gcalc .cg-center {
    margin: 10px auto;
    text-align: center;
}

#gcalc label {
    font-weight: 400;
    display: inline;
}

#gcalc .container .h-results th {
    font-weight: 500;
}

#gcalc #cg-tbc input[type=text] {
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #777;
    font-size: 11pt;
    outline: none !important;
    padding: 5px 10px;
    -webkit-transition: box-shadow 0.1s linear;
    -moz-transition: box-shadow 0.1s linear;
    -ms-transition: box-shadow 0.1s linear;
    -o-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
}

#gcalc input[type=text]:focus {
    border: 1px solid #fa6f06 !important;
    box-shadow: 0 0 4px #fa6f06;
}

#gcalc .cg-center .button {
    background: url(/static/img/button.png) repeat-x top left #e7e7e7;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 11pt;
    font-weight: 400;
    padding: 5px 20px;
    text-decoration: none !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.prices-container-product .per-period p {
    font-weight: 400;
}

.prices-container-product .prices-block {
    text-align: center;
}

.categories-v2 .selling-category .categories {
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    text-align: right;
}

.selling-category .product-item .price-text {
    font-weight: 700;
    font-size: 24px;
}

.selling-category table.prod-list {
    width: 100%;
}

.selling-category .order-block .btn {
    font-size: 14px;
}

.product-item .product-image {
    margin-left: -15px;
}

.product-item .product-title {
    margin-right: 15px;
}

.no-image {
    width: 75%;
}

.sale-of-equipment {
    margin-top: 10px;
}

.locale_ru .blocks-container a[href="/category/scaffolding/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.locale_ru .blocks-container a[href="/category/generators/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e902";
}

.locale_ru .blocks-container a[href="/category/compressor-equipment/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e903";
}

.locale_ru .blocks-container a[href="/category/gruzopasazhirskie-mast-lifts-and-cranes/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e930";
}

.locale_ru .blocks-container a[href="/category/mobile-fence/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e906";
}

.locale_ru .blocks-container a[href="/category/modular-space/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
}

.locale_ru .blocks-container a[href="/category/heaters-and-dehumidifiers/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e905";
}

.locale_ru .blocks-container a[href="/category/equipment-for-work-in-concrete/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92e";
}

.locale_ru .blocks-container a[href="/category/equipment-for-ramming/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92a";
}

.locale_ru .blocks-container a[href="/category/svet-machta/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e90a";
}

.locale_ru .blocks-container a[href="/category/forklifts/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e931";
}

.locale_ru .blocks-container a[href="/category/lifts/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92c";
}

.locale_ru .blocks-container a[href="/category/pump-for-pumping-water/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e933";
}

.locale_ru .blocks-container a[href="/category/work-platforms/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e901";
}

.locale_ru .blocks-container a[href="/category/hand-tools/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e904";
}

.locale_ru .blocks-container a[href="/category/construction-scaffolding/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.locale_ru .blocks-container a[href="/category/grinding-machines/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92f";
}

.locale_ru .blocks-container a[href="/category/excavators/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e932";
}

.locale_en .blocks-container a[href="/category/scaffolding/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.locale_en .blocks-container a[href="/category/generators/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e902";
}

.locale_en .blocks-container a[href="/category/compressor-equipment/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e903";
}

.locale_en .blocks-container a[href="/category/gruzopasazhirskie-mast-lifts-and-cranes/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e930";
}

.locale_en .blocks-container a[href="/category/mobile-fence/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e906";
}

.locale_en .blocks-container a[href="/category/modular-space/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
}

.locale_en .blocks-container a[href="/category/heaters-and-dehumidifiers/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e905";
}

.locale_en .blocks-container a[href="/category/equipment-for-work-in-concrete/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92e";
}

.locale_en .blocks-container a[href="/category/equipment-for-ramming/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92a";
}

.locale_en .blocks-container a[href="/category/svet-machta/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e90a";
}

.locale_en .blocks-container a[href="/category/forklifts/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e931";
}

.locale_en .blocks-container a[href="/category/lifts/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92c";
}

.locale_en .blocks-container a[href="/category/pump-for-pumping-water/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e933";
}

.locale_en .blocks-container a[href="/category/work-platforms/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e901";
}

.locale_en .blocks-container a[href="/category/hand-tools/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e904";
}

.locale_en .blocks-container a[href="/category/construction-scaffolding/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.locale_en .blocks-container a[href="/category/grinding-machines/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92f";
}

.locale_en .blocks-container a[href="/category/excavators/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e932";
}

.locale_ua .blocks-container a[href="/category/scaffolding/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.locale_ua .blocks-container a[href="/category/generators/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e902";
}

.locale_ua .blocks-container a[href="/category/compressor-equipment/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e903";
}

.locale_ua .blocks-container a[href="/category/gruzopasazhirskie-mast-lifts-and-cranes/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e930";
}

.locale_ua .blocks-container a[href="/category/mobile-fence/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e906";
}

.locale_ua .blocks-container a[href="/category/modular-space/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
}

.locale_ua .blocks-container a[href="/category/heaters-and-dehumidifiers/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e905";
}

.locale_ua .blocks-container a[href="/category/equipment-for-work-in-concrete/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92e";
}

.locale_ua .blocks-container a[href="/category/equipment-for-ramming/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92e";
}

.locale_ua .blocks-container a[href="/category/svet-machta/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e90a";
}

.locale_ua .blocks-container a[href="/category/forklifts/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e931";
}

.locale_ua .blocks-container a[href="/category/lifts/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92c";
}

.locale_ua .blocks-container a[href="/category/pump-for-pumping-water/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e933";
}

.locale_ua .blocks-container a[href="/category/work-platforms/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e901";
}

.locale_ua .blocks-container a[href="/category/hand-tools/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e904";
}

.locale_ua .blocks-container a[href="/category/construction-scaffolding/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
}

.locale_ua .blocks-container a[href="/category/grinding-machines/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e92f";
}

.locale_ua .blocks-container a[href="/category/excavators/"]:before {
    display: block;
    line-height: 56px;
    font-size: 46px;
    content: attr(data-icon);
    font-family: "novarent-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e932";
}

.blocks-container .panel-1 a:hover,
.blocks-container .panel-5 a:hover,
.blocks-container .panel-9 a:hover,
.blocks-container .panel-13 a:hover,
.blocks-container .panel-17 a:hover {
    background: #969696;
    color: #ffffff;
    transition: all 0.4s;
}

.blocks-container .panel-2 a:hover,
.blocks-container .panel-6 a:hover,
.blocks-container .panel-10 a:hover,
.blocks-container .panel-14 a:hover,
.blocks-container .panel-18 a:hover {
    background: #ff9d54;
    color: #ffffff;
    transition: all 0.4s;
}

.blocks-container .panel-3 a:hover,
.blocks-container .panel-7 a:hover,
.blocks-container .panel-11 a:hover,
.blocks-container .panel-15 a:hover {
    background: #e0e0e0;
    color: #2b2a29;
    transition: all 0.4s;
}

.blocks-container .panel-4 a:hover,
.blocks-container .panel-8 a:hover,
.blocks-container .panel-12 a:hover,
.blocks-container .panel-16 a:hover {
    background: #ffffff;
    color: #2b2a29;
    transition: all 0.4s;
}

.geography h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    margin-top: 77px;
    margin-bottom: 20px;
}

.swiper-container {
    height: 300px;
    width: 100%;
}

.map-region .geography-map:before {
    display: none;
}

.map-region .geography-map {
    float: none;
    display: table;
    position: relative;
    margin: 0 auto;
}

.map-show-block {
    padding: 11px 15px;
    border: 3px solid #e8e8e8;
    background: url(/static/img/gray-ff-50.png?99f1b9bb1c9c) #fbfbfb;
    margin: 15px 0 20px 0;
}

.map-show-block .btn.btn-default .map-show:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 5px;
    line-height: 14px;
    margin-top: 3px;
    font-size: 24px;
    float: right;
}

.map-show-block .btn.btn-default .map-hide:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f106";
    margin-left: 5px;
    line-height: 14px;
    margin-top: 1px;
    font-size: 24px;
    float: right;
}

.swiper-slide {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-container-vertical .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.info-office .contact-office strong {
    display: inline-block;
    margin-bottom: 5px;
    color: #f4700e;
}

.history .caption {
    border-bottom: 1px solid #ddd;
    margin: 0px 0 10px;
    padding: 10px 0;
    position: relative;
}

.main-news-title {
    line-height: 1em;
    font-size: 27px;
    font-weight: 400;
}

.news-content strong {
    font-size: 16px;
    font-weight: bold;
}

.news-content h2 {
    font-size: 30px;
    font-weight: 400;
}

.news-content.news-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.advantages h2, .main-news h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

ul.nav.navbar-nav.child-nav .no-children a:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 8px 0 5px;
    color: #f4700e;
    content: "\f105";
    font-size: 12px;
    position: absolute;
    left: 18px;
    margin-top: 5px;
}

.navbar-nav {
    padding-left: 53px;
}

ul.nav.navbar-nav.child-nav:before {
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    right: 0;
    left: 22px;
    bottom: 22px;
    border-left: 4px solid #e2e2e2;
    border-bottom: 4px solid #e2e2e2;
}

ul.nav.navbar-nav.child-nav:after {
    position: absolute;
    content: " ";
    display: block;
    top: 15px;
    right: 0;
    left: 0;
    bottom: 35px;
    z-index: 2;
    background: #fafafa;
}

.navbar-default .navbar-nav.child-nav > li {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0 0 0 -25px;
    width: 300px;
}

.navbar-default .navbar-nav.child-nav > li > a {
    display: block;
    padding: 5px 40px 7px 40px;
    color: #2b2a29;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
}

.navbar-default .navbar-nav.child-nav > li > a:hover {
    background: #f4700e;
    color: #fff;
}

.navbar-default .navbar-nav.child-nav > li > a:hover:before {
    background: #f4700e;
    color: #fff;
}





