/*!
Theme Name: klm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: klm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

klm is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@charset "UTF-8";
html {
    font-size: 16px
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.td__main--orange {
    color: #ed9e14
}
.tab-content{
    display: none;
}
.current{
    display: inherit;
}
header.header .header-top {
    background: 0 0;
    position: relative;
    z-index: 100
}
header.header .header-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #000;
    opacity: .5
}
header.header .header-top .col-md-4 {
    padding: 0
}
@media only screen and (max-width: 768px) {
    header.header .header-top .col-md-4 {
        padding-left: 15px;
        padding-right: 15px
    }
}
header.header .header-top__item {
    height: 45px;
    color: #f7f7f7;
    padding: 10px 0
}
@media only screen and (max-width: 768px) {
    header.header .header-top__item {
        height: 35px;
        padding: 5px 0
    }
}
header.header .header-top__item img {
    padding-right: 5px
}
header.header .header-top__item span {
    font-family: Lato-Regular;
    font-size: 13px;
    color: #f7f7f7
}
header.header .header-top__item span a{
    font-family: Lato-Regular;
    font-size: 13px;
    color: #f7f7f7
}
@media only screen and (max-width: 992px) {
    header.header .header-top__item span {
        font-size: 10px
    }
}
@media only screen and (max-width: 768px) {
    header.header .header-top__item span {
        display: none
    }
}
header.header .header-top__item .top__item--red {
    color: #ed9e14
}
.header-bottom {
    background-color: transparent
}
.header-bottom .navbar {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg);
    border: 0;
    background: #ed9e14;
    border-right: 6px solid #fff
}
@media only screen and (max-width: 768px) {
    .header-bottom .navbar {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
        position: absolute;
        z-index: 10;
        width: 95%
    }
}
.header-bottom .navbar .navbar-toggle {
    border-color: transparent
}
.header-bottom .navbar .navbar-toggle .icon-bar {
    background-color: #fff
}
.header-bottom .navbar .navbar-toggle:focus {
    background-color: transparent
}
.header-bottom .navbar .navbar-toggle:hover {
    background-color: #ed9e14;
    -webkit-border-radius: 0;
    border-radius: 0
}
.header-bottom .navbar .navbar-toggle:hover .icon-bar {
    background-color: #fff
}
.header-bottom .navbar .navbar-toggle:focus {
    background-color: #ed9e14;
    -webkit-border-radius: 0;
    border-radius: 0
}
.header-bottom .navbar .navbar-toggle:visited {
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0
}
.header-bottom .navbar .navbar-toggle:active {
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0
}
.header-bottom .navbar-brand {
    padding: 8px 25px 8px 8px;
    background: #fff
}
.header-bottom .navbar-brand:hover {
    background: #fff
}
.header-bottom .navbar-brand img {
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg)
}
@media only screen and (max-width: 768px) {
    .header-bottom .navbar-brand img {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
.header-bottom .navbar-right {
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg);
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px
}
@media only screen and (max-width: 992px) {
    .header-bottom .navbar-right {
        font-size: 10px
    }
}
@media only screen and (max-width: 768px) {
    .header-bottom .navbar-right {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
        font-size: 14px
    }
}
.header-bottom .navbar-right li {
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg);
    -webkit-transition: .3s ease;
    transition: .3s ease
}
@media only screen and (max-width: 768px) {
    .header-bottom .navbar-right li {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
.header-bottom .navbar-right li:hover {
    color: #383838;
    background-color: #fff
}
.header-bottom .navbar-right li a {
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg);
    background: 0 0;
    color: #fff
}
@media only screen and (max-width: 768px) {
    .header-bottom .navbar-right li a {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
.header-bottom .navbar-right li.active {
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg);
    background-color: #fff
}
@media only screen and (max-width: 768px) {
    .header-bottom .navbar-right li.active {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
.header-bottom .navbar-right li.current_page_item {
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg);
    background-color: #fff;
    color: #000;
}
.header-bottom .navbar-right li.current_page_item a{
    color: #000;
}
@media only screen and (max-width: 768px) {
    .header-bottom .navbar-right li.current_page_item {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
        color: #000;
    }
}
.header-bottom .navbar-right li.active a {
    color: #383838
}
.header-bottom .navbar-nav .active a {
    background-color: transparent
}
.header-bottom .navbar-nav .active a:hover {
    background-color: transparent
}
.header-bottom .nav__language {
    margin: 7px 0 7px 7px
}
.header-bottom .nav__language li {
    border: 2px solid #fff
}
.header-bottom .nav__language li.current-lang{
        transform: skew(-35deg);
    background-color: #fff;
    color: #000;
}
.header-bottom .nav__language li.current-lang a{
    color: #000;
}
@media only screen and (max-width: 768px) {
    .header-bottom .nav__language li {
        border: 1px solid #fff;
        margin-bottom: 5px;
        width: 30%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        margin-right: 5px;
        margin-left: 5px
    }
    .header-bottom .nav__language li:last-child {
        margin-right: 0
    }
    .header-bottom .nav__language li.current-lang{
        transform: skew(0deg);
    }
}
.header-bottom .nav__language li:first-child {
    border-right: none
}
.header-bottom .nav__language li:last-child {
    display: none;
}
@media only screen and (max-width: 768px) {
    .header-bottom .nav__language li:first-child {
        border-right: 1px solid #fff
    }
}
.header-bottom .nav__language li:nth-child(2) {
    /*border-right: none*/
}
@media only screen and (max-width: 768px) {
    .header-bottom .nav__language li:nth-child(2) {
        border-right: 1px solid #fff
    }
}
.header-bottom .nav__language li a {
    padding: 5px 10px
}
section.hero {
    background: url(assets/img/main-bg.png);
    background-size: cover;
    background-position: center;
    max-height: 100%;
    margin-top: -95px;
    background-color: #ed9e14
}
section.hero .hero__content {
    padding: 155px 0 70px;
}
@media only screen and (max-width: 1200px) {
    section.hero .hero__content {
        padding: 135px 0 15px;
    }
}
@media only screen and (max-width: 992px) {
    section.hero .hero__content {
        padding: 150px 0 150px
    }
}
@media only screen and (max-width: 768px) {
    section.hero .hero__content {
        padding: 200px 0 100px
    }
}
section.hero .hero__content .hero__car {
    max-width: 100%;
    margin-top: 25px
}
@media only screen and (max-width: 1200px) {
    section.hero .hero__content .hero__car {
        margin-top: 50px
    }
}
@media only screen and (max-width: 992px) {
    section.hero .hero__content .hero__car {
        display: none
    }
}
section.hero .hero__content .hero__title {
    color: #fff;
    text-transform: uppercase;
    font-family: Lato-Black;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 50px
}
@media only screen and (max-width: 1200px) {
    section.hero .hero__content .hero__title {
        font-size: 2.75rem;
        margin: 0 0 25px
    }
}
@media only screen and (max-width: 768px) {
    section.hero .hero__content .hero__title {
        font-size: 2.5rem
    }
}
section.hero .hero__content .hero__desc {
    font-size: 1.125rem;
    color: #fff;
    font-family: Lato-Light;
    margin: 0 0 50px
}
@media only screen and (max-width: 1200px) {
    section.hero .hero__content .hero__desc {
        font-size: 1rem;
        margin: 0 0 25px
    }
}
button.explore {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 190px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    text-align: left
}
button.explore:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 70%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.explore:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.explore:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.explore:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.explore:hover:after {
    left: 100%;
    width: 70%
}
button.explore:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.explore:hover .icon-right.after:before {
    left: -100px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.explore .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
button.explore .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.explore .icon-right.after:after {
    left: -250px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.explore .icon-right.after:before {
    content: 'В каталог';
    position: absolute;
    left: -250px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}
button.explore-en {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 190px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    text-align: left
}
button.explore-en:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 70%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.explore-en:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.explore-en:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.explore-en:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.explore-en:hover:after {
    left: 100%;
    width: 70%
}
button.explore-en:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.explore-en:hover .icon-right.after:before {
    left: -105px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.explore-en .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
button.explore-en .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.explore-en .icon-right.after:after {
    left: -250px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.explore-en .icon-right.after:before {
    content: 'In catalog';
    position: absolute;
    left: -250px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}
.form__btn-ua {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 273px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
    text-align: left;
    position: absolute;
    left: 50px;
    bottom: 45px;
    z-index: 10
}
@media only screen and (max-width: 768px) {
    .form__btn-ua {
        left: 12px
    }
}
.form__btn-ua:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 80%;
    background: #292929;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
.form__btn-ua:before:hover {
    background: #fff
}
.form__btn-ua:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
.form__btn-ua:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
.form__btn-ua:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
.form__btn-ua:hover:after {
    left: 100%;
    width: 70%
}
.form__btn-ua:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
.form__btn-ua:hover .icon-right.after:before {
    left: -195px;
    left-top: 25px;
    opacity: 1;
    color: #ed9e14
}
.form__btn-ua .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
.form__btn-ua .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
.form__btn-ua .icon-right.after:after {
    left: 0;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
.form__btn-ua .icon-right.after:before {
    content: 'НАПИСАТИ ДИРЕКТОРУ';
    position: absolute;
    left: -450px;
    width: 200px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}

.form__btn-ru {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 273px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
    text-align: left;
    position: absolute;
    left: 50px;
    bottom: 45px;
    z-index: 10
}
@media only screen and (max-width: 768px) {
    .form__btn-ru {
        left: 12px
    }
}
.form__btn-ru:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 80%;
    background: #292929;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
.form__btn-ru:before:hover {
    background: #fff
}
.form__btn-ru:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
.form__btn-ru:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
.form__btn-ru:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
.form__btn-ru:hover:after {
    left: 100%;
    width: 70%
}
.form__btn-ru:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
.form__btn-ru:hover .icon-right.after:before {
    left: -195px;
    left-top: 25px;
    opacity: 1;
    color: #ed9e14
}
.form__btn-ru .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
.form__btn-ru .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
.form__btn-ru .icon-right.after:after {
    left: 0;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
.form__btn-ru .icon-right.after:before {
    content: 'НАПИСАТЬ ДИРЕКТОРУ';
    position: absolute;
    left: -450px;
    width: 200px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}
.form__btn-en {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 273px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
    text-align: left;
    position: absolute;
    left: 50px;
    bottom: 45px;
    z-index: 10
}
@media only screen and (max-width: 768px) {
    .form__btn-en {
        left: 12px
    }
}
.form__btn-en:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 80%;
    background: #292929;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
.form__btn-en:before:hover {
    background: #fff
}
.form__btn-en:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
.form__btn-en:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
.form__btn-en:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
.form__btn-en:hover:after {
    left: 100%;
    width: 70%
}
.form__btn-en:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
.form__btn-en:hover .icon-right.after:before {
    left: -180px;
    opacity: 1;
    color: #ed9e14
}
.form__btn-en .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
.form__btn-en .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
.form__btn-en .icon-right.after:after {
    left: 0;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
.form__btn-en .icon-right.after:before {
    content: 'WRITE TO DIRECTOR';
    position: absolute;
    left: -450px;
    width: 200px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}
.const__btn {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: #292929;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 70%;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    z-index: 10;
    display: block;
    margin: 0 auto;
}
.const__btn1 {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: #292929;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 100%;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    z-index: 10;
    display: block;
    margin: 0 auto;
}


.middle {
    margin-top: -45px;
    position: relative
}
.middle:after {
    content: '';
    position: absolute;
    display: block;
    width: 45%;
    height: 5px;
    right: 150px;
    bottom: -20px;
    background: #e8e8e8
}
.middle .middle__content .col-md-3 {
    padding: 0
}
.middle .middle__content .middle__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    background: #ed9e14;
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg);
    padding: 15px
}
.middle .middle__content .middle__item--darkness {
    background: #dc9211
}
@media only screen and (max-width: 768px) {
    .middle .middle__content .middle__item {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
.middle .middle__content .middle__item .middle__icon {
    max-width: 100%;
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg);
    padding-right: 15px;
}
@media only screen and (max-width: 1200px) {
    .middle .middle__content .middle__item .middle__icon {
        max-width: 25%
    }
}
@media only screen and (max-width: 768px) {
    .middle .middle__content .middle__item .middle__icon {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
.middle .middle__content .middle__item span {
    color: #fff;
    font-size: 12px;
    font-family: Lato-Regular;
    text-transform: uppercase;
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg)
    padding-left: 15px;
}
@media only screen and (max-width: 1200px) {
    .middle .middle__content .middle__item span {
        font-size: 10px
    }
}
@media only screen and (max-width: 768px) {
    .middle .middle__content .middle__item span {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
        font-size: 12px
    }
}
section.advantages {
    margin-top: -45px;
    margin-bottom: 70px
}
section.advantages .advantages__block {
    margin-top: 140px
}
@media only screen and (max-width: 992px) {
    section.advantages .advantages__block:last-child {
        margin-top: 50px
    }
}
section.advantages .advantages__block .advantages__image {
    max-width: 100%
}
section.advantages .advantages__block .advantages__header {
    color: #ed9e14;
    text-transform: uppercase;
    font-size: 3rem;
    font-family: Lato-Bold;
    margin-bottom: 15px;
    line-height: 1
}
section.advantages .advantages__block .advantages__subheader {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lato-Semibold;
    font-size: 1.5rem
}
section.advantages .advantages__block .advantages__content {
    font-size: 1rem;
    font-family: Lato-Light;
    margin: 0
}
section.advantages .advantages__block .explore {
    margin-top: 50px;
    -webkit-box-shadow: 10px 10px 5px 0 #e3e3e3;
    box-shadow: 10px 10px 5px 0 #e3e3e3
}
section.advantages .advantages__block .explore-en {
    margin-top: 50px;
    -webkit-box-shadow: 10px 10px 5px 0 #e3e3e3;
    box-shadow: 10px 10px 5px 0 #e3e3e3
}
.divider {
    width: 25px;
    height: 4px;
    background: #ed9e14;
    margin: 30px 0 30px
}
section.technique {
    background-image: url(assets/img/technique-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
section.technique img {
    max-width: 90%;
    margin-top: 50px
}
@media only screen and (max-width: 992px) {
    section.technique img {
        margin-top: 0
    }
}
section.technique .technique__header {
    text-transform: uppercase;
    font-family: Lato-Heavy;
    font-size: 1.875rem;
    margin-top: 50px
}
section.technique .technique__header span {
    color: #fff
}
section.technique .technique__content {
    font-family: Lato-Light;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 30px
}
@media only screen and (max-width: 992px) {
    section.technique .technique__content {
        margin-bottom: 10px
    }
}
section.technique .technique__block {
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (max-width: 992px) {
    section.technique .technique__block {
        height: 270px
    }
}
.divider--white {
    background: #fff;
    margin: 25px 0 25px
}
@media only screen and (max-width: 992px) {
    section.weoffers {
        padding-bottom: 50px
    }
}
section.weoffers .weoffers__header {
    font-size: 2.25rem;
    text-transform: uppercase;
    font-family: Lato-Heavy;
    margin-top: 100px;
    margin-bottom: 15px
}
@media only screen and (max-width: 992px) {
    section.weoffers .weoffers__header {
        margin-top: 50px
    }
}
section.weoffers .weoffers__header span {
    color: #ed9e14
}
section.weoffers .weoffers__desc {
    font-size: 1.125rem;
    font-family: Lato-Light
}
section.weoffers .weoffers__item {
    margin-top: 85px;
    margin-bottom: 85px;
    height: 95px;
    border: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (max-width: 768px) {
    section.weoffers .weoffers__item {
        border: 2px solid #e8e8e8;
        width: 90%;
        margin: 25px auto
    }
}
section.weoffers .weoffers__item div {
    margin-left: 20px
}
section.weoffers .weoffers__item h4 {
    font-size: 14px;
    font-family: Lato-Black;
    text-transform: uppercase
}
section.weoffers .weoffers__item p {
    font-family: Lato-Heavy;
    text-transform: uppercase;
    color: #cacaca;
    font-size: 12px
}
section.requirements {
    background: url(assets/img/bg-2.png) no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
    position: relative
}
section.requirements .forklift__left {
    position: absolute;
    bottom: 0;
    left: 0
}
@media only screen and (max-width: 1200px) {
    section.requirements .forklift__left {
        display: none
    }
}
section.requirements .forklift__right {
    position: absolute;
    bottom: 0;
    right: 0
}
@media only screen and (max-width: 1200px) {
    section.requirements .forklift__right {
        display: none
    }
}
section.requirements .requirements__header {
    font-size: 2.25rem;
    text-transform: uppercase;
    font-family: Lato-Heavy;
    margin-top: 100px;
    margin-bottom: 15px;
    color: #ed9e14
}
@media only screen and (max-width: 1200px) {
    section.requirements .requirements__header {
        margin-top: 50px
    }
}
section.requirements .requirements__header span {
    color: #fff
}
section.requirements .requirements__desc {
    font-size: 1.125rem;
    font-family: Lato-Light;
    color: #fff;
    margin-bottom: 70px
}
section.requirements .requirements__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    position: relative;
    z-index: 10
}
@media only screen and (max-width: 1200px) {
    section.requirements .requirements__item {
        margin-top: 0;
        margin-bottom: 40px
    }
}
@media only screen and (max-width: 992px) {
    section.requirements .requirements__item {
        margin-bottom: 50px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}
section.requirements .requirements__item img {
    margin-right: 20px
}
section.requirements .requirements__item h4 {
    text-transform: uppercase;
    font-family: Lato-Heavy;
    color: #fff;
    font-size: 1.125rem
}
section.requirements .requirements__item p {
    color: #ed9e14;
    font-family: Lato-Light;
    font-size: 1rem
}
section.requirements .requirements__item div {
    width: 320px;
    text-align: right
}
section.requirements .requirements__item .requirements__item--left {
    margin-left: 70px
}
@media only screen and (max-width: 1200px) {
    section.requirements .requirements__item .requirements__item--left {
        width: 100%;
        margin-right: 20px;
        margin-left: 0
    }
}
@media only screen and (max-width: 992px) {
    section.requirements .requirements__item .requirements__item--left {
        margin-left: 0
    }
}
section.requirements .requirements__item--right img {
    margin-left: 20px
}
section.requirements .requirements__item--right div {
    text-align: left;
    margin-right: 70px
}
@media only screen and (max-width: 1200px) {
    section.requirements .requirements__item--right div {
        width: 100%;
        margin-right: 0
    }
}
section.cooperations {
    margin-bottom: 0px
}
@media only screen and (max-width: 992px) {
    section.cooperations {
        margin-bottom: 50px
    }
}
section.cooperations .cooperations__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px
}
@media only screen and (max-width: 992px) {
    section.cooperations .cooperations__block {
        margin-bottom: 50px
    }
}
section.cooperations .cooperations__head {
    background: url(assets/img/four.png) center no-repeat
}
@media only screen and (max-width: 992px) {
    section.cooperations .cooperations__head {
        background: url(assets/img/four.png) center 30px no-repeat
    }
}
section.cooperations .cooperations__head .cooperations__header {
    font-size: 2.25rem;
    text-transform: uppercase;
    font-family: Lato-Heavy;
    margin-top: 100px;
    margin-bottom: 15px;
    color: #212121
}
@media only screen and (max-width: 992px) {
    section.cooperations .cooperations__head .cooperations__header {
        margin-top: 50px
    }
}
@media only screen and (max-width: 480px) {
    section.cooperations .cooperations__head .cooperations__header {
        font-size: 2rem
    }
}
section.cooperations .cooperations__head .cooperations__desc {
    font-size: 1.125rem;
    font-family: Lato-Light;
    color: #212121;
    margin-bottom: 70px
}
section.cooperations .item__number {
    font-size: 60px;
    font-family: Lato-Black;
    display: block;
    color: #e5e5e5;
    height: 100px;
    float: left
}
section.cooperations .cooperations__item {
    margin-left: 20px;
    height: 180px;
    border-bottom: 2px solid #ed9e14
}
@media only screen and (max-width: 992px) {
    section.cooperations .cooperations__item {
        height: 160px
    }
}
section.cooperations .cooperations__item h3 {
    font-family: Lato-Black;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 15px
}
section.cooperations .cooperations__item p {
    font-family: Lato-Light;
    font-size: 1rem
}
section.cooperations .divider__c-t {
    background: #ed9e14;
    width: 12px;
    height: 2px;
    margin-bottom: 15px
}
section.manufactures {
    background: url(assets/img/bg-3.png) no-repeat;
    background-size: cover
}
section.manufactures .manufactures__header {
    font-family: Lato-Heavy;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.25rem;
    margin-top: 60px
}
section.manufactures .manufactures__subheader {
    font-family: Lato-Bold;
    text-transform: uppercase;
    color: #ed9e14;
    font-size: 1.3rem
}
section.manufactures .manufactures__brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (max-width: 1200px) {
    section.manufactures .manufactures__brands img {
        max-width: 100%
    }
}
section.manufactures .manufactures__brands:last-child {
    margin-left: 20px
}
@media only screen and (max-width: 1200px) {
    section.manufactures .manufactures__brands:last-child {
        margin-left: 0
    }
}
section.map {
    height: 600px;
    position: relative!important
}
.map__form {
    height: 406px;
    width: 406px;
    background: url(assets/img/form-bg.png);
    z-index: 1000;
    position: relative;
    top: -500px
}
@media only screen and (max-width: 768px) {
    .map__form {
        width: 300px;
        height: 400px
    }
}
.map__form .map__header {
    background: url(assets/img/map_header-bg.png);
    height: 56px;
    width: 270px;
    position: absolute;
    position: relative;
    left: -68px;
    top: 45px
}
@media only screen and (max-width: 768px) {
    .map__form .map__header {
        left: 0
    }
}
.map__form .map__header h3 {
    font-family: Lato-Bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #131313;
    position: absolute;
    left: 35%;
    bottom: 15%
}
.map__form .map__content {
    position: absolute;
    top: 120px;
    left: 50px
}
.map__form .map__content h4 {
    text-transform: uppercase;
    font-family: Lato-Bold;
    color: #131313;
    font-size: 1rem;
    border-left: 4px solid #fff;
    padding-left: 5px
}
.map__form .map__content address {
    text-transform: uppercase;
    font-family: Lato-Bold;
    color: #131313;
    font-size: 1rem;
    padding-left: 9px
}
footer {
    width: 100%;
    background-color: #1c1d1d;
    position: relative;
    margin-top: -406px
}
footer.top0 {
    margin-top: 0
}
footer .flogo {
    display: block;
    margin: 140px auto
}
@media only screen and (max-width: 768px) {
    footer .flogo {
        margin: 80px 0 80px
    }
}
footer h5 {
    color: #ed9e14;
    text-transform: uppercase;
    margin: 90px 0 30px
}
@media only screen and (max-width: 768px) {
    footer h5 {
        margin: 50px 0 20px
    }
}
footer ul li {
    line-height: 30px;
    font-family: Lato-Light;
    color: #626262;
    font-size: 1rem;

}
footer ul li a {
    font-family: Lato-Light;
    color: #626262;
    font-size: 1rem;
}
footer ul li a:hover {
    color: #f3d237;
    text-decoration: none
}
footer .last li {
    line-height: 42px
}
footer .last li .footer__cont-img {
    margin-right: 15px
}
footer .last li:hover {
    color: #f3d237
}
footer .powered {
    height: 55px;
    background: #18191a;
    margin-top: 40px;
    width: 100%;
    color: #626262;
}
footer .powered .onr span a{
    color: #626262;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    footer .powered {
        height: 110px;
        text-align: center
    }
}
footer .powered .onl {
    float: left;
    font-family: Lato-Light;
    font-size: 18px;
    padding-top: 17px
}

@media only screen and (max-width: 768px) {
    footer .powered .onl {
        float: none
    }
}
footer .powered .onr {
    float: right;
    font-family: Lato-Light;
    font-size: 18px;
    padding-top: 12px
}
@media only screen and (max-width: 768px) {
    footer .powered .onr {
        float: none
    }
}
footer .powered .onr .hover {
    display: none
}
footer .powered .onr:hover .nohover {
    display: none
}
footer .powered .onr:hover .hover {
    display: inline-block
}
section.catalog__hero {
    background: url(assets/img/catalog-bg.png);
    background-size: cover;
    background-position: center;
    margin-top: -100px;
    height: 235px;
    background-color: #ed9e14
}
@media only screen and (max-width: 768px) {
    section.catalog__hero {
        height: 300px
    }
}
section.catalog__hero .catalog__content {
    margin-top: 115px
}
@media only screen and (max-width: 768px) {
    section.catalog__hero .catalog__content {
        margin-top: 155px
    }
}
section.catalog__hero .catalog__content .catalog__title {
    font-family: Lato-Bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.875rem
}
section.catalog__hero .catalog__content .catalog__breadcrumb {
    background-color: transparent;
    color: #fff;
}
.breadcrumb{
    color: #fff;
}
.breadcrumb span {
    color: #ed9e14;
}
.breadcrumb span>a {
    text-decoration: none;
}
section.catalog__hero .catalog__content .catalog__breadcrumb li {
    font-size: .875rem;
    color: #ed9e14
}
section.catalog__hero .catalog__content .catalog__breadcrumb li a {
    font-size: .875rem;
    color: #ed9e14
}

section.catalog__products {
    padding-bottom: 50px
}
section.catalog__products .catalog__tabs {
    margin: 60px 0 10px
}
@media only screen and (max-width: 768px) {
    section.catalog__products .catalog__tabs {
        margin: 10px 0
    }
}
section.catalog__products .catalog__tabs-item {
    height: 55px;
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    -webkit-transition: .3s;
    transition: .3s
}
@media only screen and (max-width: 768px) {
    section.catalog__products .catalog__tabs-item {
        margin-top: 30px;
        height: 80px;
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
@media only screen and (max-width: 530px) {
    section.catalog__products .catalog__tabs-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
section.catalog__products .catalog__tabs-item img {
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg);
    width: 15%
}
@media only screen and (max-width: 768px) {
    section.catalog__products .catalog__tabs-item img {
        max-width: 10%;
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
@media only screen and (max-width: 400px) {
    section.catalog__products .catalog__tabs-item img {
        display: none
    }
}
section.catalog__products .catalog__tabs-item a  {
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg);
    font-family: Lato-Black;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 20px;
    text-align: center;
    color: #ed9e14;
}
section.catalog__products .catalog__tabs-item a.active{
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    section.catalog__products .catalog__tabs-item a {
        font-size: 12px
    }
}
@media only screen and (max-width: 768px) {
    section.catalog__products .catalog__tabs-item a {
        font-size: 14px;
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
        padding-left: 10px
    }
}
@media only screen and (max-width: 530px) {
    section.catalog__products .catalog__tabs-item a {
        padding-top: 10px
    }
}
@media only screen and (max-width: 400px) {
    section.catalog__products .catalog__tabs-item a {
        padding: 0
    }
}
section.catalog__products .catalog__tabs-item:hover {
    background-color: #ed9e14;
    color: #fff;
    cursor: pointer
}
section.catalog__products .catalog__tabs-item:hover a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
section.catalog__products .catalog__tabs-item:hover img {
    -webkit-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%)
}
section.catalog__products .catalog__tabs-item.active {
    background-color: #ed9e14;
    color: #fff;
    cursor: pointer
}
}
section.catalog__products .catalog__tabs-item a.active {
    color: #fff;
}
section.catalog__products .catalog__tabs-item.active img {
    -webkit-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%)
}
section.catalog__products .catalog__products .catalog__products-item {
    width: 265px;
    margin: 50px auto ;
        height: 600px;
}
@media only screen and (max-width: 1200px) {
    section.catalog__products .catalog__products .catalog__products-item {
        width: 225px
    }
}
@media only screen and (max-width: 992px) {
    section.catalog__products .catalog__products .catalog__products-item {
        width: 250px
    }
}
section.catalog__products .catalog__products .catalog__products-item .product__image {
    overflow: hidden;
    width: 265px;
    max-height: 265px;
}
@media only screen and (max-width: 1200px) {
    section.catalog__products .catalog__products .catalog__products-item .product__image {
        width: 225px
    }
}
@media only screen and (max-width: 992px) {
    section.catalog__products .catalog__products .catalog__products-item .product__image {
        width: 250px
    }
}
section.catalog__products .catalog__products .catalog__products-item .product__image img {
    max-width: 100%;
    -webkit-transition: 10s ease;
    transition: 10s ease
}
section.catalog__products .catalog__products .catalog__products-item .product__image:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
section.catalog__products .catalog__products .catalog__products-item .product__desc {
    width: 200px;
    border-top: 4px solid #ed9e14;
    margin: -25px auto 60px;
    position: relative;
    z-index: 10;
    background-color: #fff
}
section.catalog__products .catalog__products .catalog__products-item .product__desc .product__title {
    font-family: Lato-Black;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}
section.catalog__products .catalog__products .catalog__products-item .product__desc .product__subtitle {
    font-family: Lato-Black;
    text-transform: uppercase;
    font-size: 12px;
    color: #ed9e14;
    text-align: center
}
section.catalog__products .catalog__products .catalog__products-item .product__desc .product__char {
    margin-bottom: 30px;
    padding-left: 25px
}
section.catalog__products .catalog__products .catalog__products-item .product__desc .product__char li {
    font-family: Lato-Regular;
    font-size: 14px;
    color: #333
}
section.catalog__products .catalog__products .catalog__products-item .product__desc .product__char li span {
    color: #ed9e14
}
section.catalog__products .catalog__products .catalog__products-item .product__desc .product__price {
    font-family: Lato-Heavy;
    font-size: 1.875rem;
    color: #212121;
    text-align: center
}
section.catalog__products .catalog__products .catalog__products-item .product__desc .product__price .currency {
    opacity: .8
}

button.catalog-ua {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 180px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    text-align: left;
    margin: 0 auto
}
button.catalog-ua:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 75%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.catalog-ua:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.catalog-ua:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.catalog-ua:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.catalog-ua:hover:after {
    left: 100%;
    width: 70%
}
button.catalog-ua:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.catalog-ua:hover .icon-right.after:before {
    left: -110px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.catalog-ua .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
button.catalog-ua .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.catalog-ua .icon-right.after:after {
    left: -250px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.catalog-ua .icon-right.after:before {
    content: 'ДЕТАЛЬНІШЕ';
    position: absolute;
    left: -250px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}

button.catalog-ru {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 180px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    text-align: left;
    margin: 0 auto
}
button.catalog-ru:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 75%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.catalog-ru:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.catalog-ru:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.catalog-ru:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.catalog-ru:hover:after {
    left: 100%;
    width: 70%
}
button.catalog-ru:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.catalog-ru:hover .icon-right.after:before {
    left: -105px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.catalog-ru .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
button.catalog-ru .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.catalog-ru .icon-right.after:after {
    left: -250px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.catalog-ru .icon-right.after:before {
    content: 'Подробнее';
    position: absolute;
    left: -250px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}

button.catalog-en {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 180px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    text-align: left;
    margin: 0 auto
}
button.catalog-en:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 75%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.catalog-en:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.catalog-en:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.catalog-en:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.catalog-en:hover:after {
    left: 100%;
    width: 70%
}
button.catalog-en:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.catalog-en:hover .icon-right.after:before {
    left: -85px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.catalog-en .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
button.catalog-en .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.catalog-en .icon-right.after:after {
    left: -250px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.catalog-en .icon-right.after:before {
    content: 'DETAILED';
    position: absolute;
    left: -250px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}


.paginat {
    padding-left: 0;
    padding-left-border-radius: 4px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;    
}
.paginat li {
    display: inline
}
.paginat a {
    display: inline
}
.paginat .page-numbers {
     position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ed9e14;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ed9e14;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 5px; 
}
.paginat .page-numbers.current{
    color: #fff;
    text-decoration: none;
    background-color: #ed9e14;
    border: 1px solid #ed9e14
}
.paginat .page-numbers:hover{
    color: #fff;
    text-decoration: none;
    background-color: #ed9e14;
    border: 1px solid #ed9e14
}
.paginat li a {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ed9e14;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ed9e14;
    -webkit-transition: .3s;
    transition: .3s
}
.paginat li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ed9e14;
    border: 1px solid #ed9e14
}
.paginat li:first-child {
    padding-right: 5px
}
section.spare-desc {
    padding-bottom: 100px
}
@media only screen and (max-width: 768px) {
    section.spare-desc {
        padding-bottom: 0
    }
}
section.spare-desc img {
    max-width: 100%;
    margin-top: 100px
}
@media only screen and (max-width: 768px) {
    section.spare-desc img {
        margin: 0 0 0
    }
}
section.spare-desc .spare-desc__header {
    text-transform: uppercase;
    font-family: Lato-Heavy;
    font-size: 1.875rem;
    margin-top: 50px
}
section.spare-desc .spare-desc__header span {
    color: #fff
}
section.spare-desc .spare-desc__content {
    font-family: Lato-Light;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 30px
}
@media only screen and (max-width: 992px) {
    section.spare-desc .spare-desc__content {
        margin-bottom: 10px
    }
}
section.spare-desc .spare-desc__block {
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (max-width: 992px) {
    section.spare-desc .spare-desc__block {
        height: 270px
    }
}
section.spare-types {
    padding-bottom: 50px
}
section.spare-types .spare-types__header {
    text-transform: uppercase;
    font-family: Lato-Heavy;
    font-size: 1.875rem;
    margin-bottom: 25px
}
section.spare-types .spare-types__header span {
    color: #ed9e14
}
section.spare-types p {
    font-family: Lato-Light;
    font-size: 1rem
}
section.spare-types .types__item {
    height: 50px;
    margin: 60px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (max-width: 992px) {
    section.spare-types .types__item {
        margin: 30px 0
    }
}
section.spare-types .types__item span {
    font-size: 1rem;
    font-family: Lato-Light;
    line-height: 1.5;
    display: block;
    text-align: left;
    margin-left: 20px
}
section.spare-types .types__item img {
    float: left;
    display: block;
    padding-right: 20px
}
@media only screen and (max-width: 992px) {
    section.spare-types .types__item img {
        padding-right: 10px
    }
}
section.spare-sales {
    background: url(assets/img/main-bg.png);
    background-size: cover;
    background-position: center;
    max-height: 100%;
    background-color: #ed9e14;
    padding-bottom: 30px
}
section.spare-sales .sales__header {
    color: #ed9e14;
    font-family: Lato-Heavy;
    font-size: 30px;
    text-transform: uppercase;
    margin: 60px 0 20px
}
section.spare-sales .sales__subheader {
    color: #fff;
    font-family: Lato-Medium;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 60px
}
section.spare-sales .subheaderin {
    color: #fff;
    font-family: Lato-Medium;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 60px;
    line-height: 18px
}
section.spare-sales p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 60px;
    font-family: Lato-Light;
    border-left: 2px solid #ed9e14;
    padding-left: 10px
}
section.spare-sales .types__item {
    height: 60px;
    margin: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (max-width: 992px) {
    section.spare-sales .types__item {
        margin: 20px 0
    }
}
section.spare-sales .types__item span {
    font-size: 1rem;
    font-family: Lato-Light;
    line-height: 1.5;
    display: block;
    color: #fff;
    text-align: left;
    margin-left: 20px
}
section.spare-sales .types__item img {
    float: left;
    display: block;
    padding-right: 1px
}
@media only screen and (max-width: 992px) {
    section.spare-sales .types__item img {
        padding-right: 10px
    }
}
section.consultation {
    background: url(assets/img/send-form-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #ed9e14;
    position: relative;
    min-height: 438px
}
section.consultation .consultation__header {
    font-family: Lato-Bold;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0
}
section.consultation .consultation__subheader {
    font-family: Lato-Bold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 40px
}
section.consultation .klm__master {
    position: absolute;
    max-width: 100%;
    z-index: 10;
    top: -50px
}
@media only screen and (max-width: 992px) {
    section.consultation .klm__master {
        display: none
    }
}
section.consultation form input[type=text] {
    font-family: Lato-Light;
    font-size: 14px;
    display: block;
    width: 100%;
    background: 0 0;
    border: 1px solid #fff;
    outline: 0;
    margin-bottom: 20px;
    height: 50px;
    color: #fff;
    padding-left: 40px;
    background: url(assets/img/form2i.png) no-repeat 9px center
}
section.consultation form input[type=text]::-webkit-input-placeholder {
    color: #fff
}
section.consultation form input[type=text]::-moz-placeholder {
    color: #fff
}
section.consultation form input[type=text]:-ms-input-placeholder {
    color: #fff
}
section.consultation form input[type=text]::placeholder {
    color: #fff
}
section.consultation form input[type=tel] {
    font-family: Lato-Light;
    font-size: 14px;
    display: block;
    width: 100%;
    padding-left: 40px;
    background: 0 0;
    border: 1px solid #fff;
    outline: 0;
    margin-bottom: 20px;
    height: 50px;
    color: #fff;
    background: url(assets/img/form1i.png) no-repeat 12px center
}
section.consultation form input[type=tel]::-webkit-input-placeholder {
    color: #fff
}
section.consultation form input[type=tel]::-moz-placeholder {
    color: #fff
}
section.consultation form input[type=tel]:-ms-input-placeholder {
    color: #fff
}
section.consultation form input[type=tel]::placeholder {
    color: #fff
}
section.contacts__address {
    background: url(assets/img/contact-bg.png);
    background-size: cover;
    background-position: center;
    min-height: 145px;
    background-color: #ed9e14;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
section.contacts__address .contacts__item {
    border-right: 1px solid #c1c1c1;
    text-align: center;
    font-family: Lato-Light;
    font-size: 1rem;
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
section.contacts__address .contacts__item a {
    color: inherit;
}
@media only screen and (max-width: 1200px) {
    section.contacts__address .contacts__item {
        height: 130px
    }
}
@media only screen and (max-width: 992px) {
    section.contacts__address .contacts__item {
        height: 100px;
        margin: 40px 0
    }
}
@media only screen and (max-width: 768px) {
    section.contacts__address .contacts__item {
        padding-right: 20px
    }
}
@media only screen and (max-width: 470px) {
    section.contacts__address .contacts__item {
        height: 135px
    }
}
section.contacts__address .contacts__item:nth-child(3) {
    border-right: none
}
section.contacts__address .contacts__item h4 {
    height: 20px;
    line-height: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}
section.contacts__address .contacts__item h4 img {
    padding-right: 10px;
    padding-bottom: 2px
}
section.contacts__address .contacts__item address {
    text-align: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}
section.contacts__form {
    padding-bottom: 60px
}
section.contacts__form .contacts__header h2 {
    font-size: 36px;
    font-family: Lato-Heavy;
    text-transform: uppercase;
    margin: 60px 0 20px
}
section.contacts__form .contacts__header h2 span {
    color: #ed9e14
}
section.contacts__form .contacts__header p {
    font-family: Lato-Light;
    font-size: 18px;
    margin-bottom: 40px
}
section.contacts__form form input {
    height: 50px;
    width: 95%;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 solid transparent;
    padding-left: 40px;
    outline: 0;
    font-family: Lato-Light;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    position: relative;
}
section.contacts__form form input::-webkit-input-placeholder {
    color: #393939
}
section.contacts__form form input::-moz-placeholder {
    color: #393939
}
section.contacts__form form input:-ms-input-placeholder {
    color: #393939
}
section.contacts__form form input::placeholder {
    color: #393939
}
section.contacts__form form input[type=text] {
    background: #f0f0f0 url(assets/img/cnt-4.png) no-repeat 10px center
}
section.contacts__form form input[type=tel] {
    background: #f0f0f0 url(assets/img/cnt-3.png) no-repeat 10px center
}
section.contacts__form form input[type=email] {
    background: #f0f0f0 url(assets/img/cnt-1.png) no-repeat 10px center
}
section.contacts__form form textarea {
    display: block;
    height: 115px;
    width: 95%;
    border: 0 solid transparent;
    background-color: #f0f0f0;
    background: #f0f0f0 url(assets/img/cnt-2.png) no-repeat 10px 10px;
    padding-left: 40px;
    padding-top: 7px;
    font-family: Lato-Light;
    font-size: 14px;
    resize: none;
    margin: 0 auto
}
input.submit-form {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    color: #fff !important;
    outline: 0;
    border: none;
    height: 50px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    background: #292929;
    text-align: center;
    display: block;
    transition: .3s;
    font-weight: bold;
}
input.submit-form:hover{
    background: #ed9e14
}
span.wpcf7-not-valid-tip{
    text-align: center;
    font-family: Lato-Regular;
    font-size: 14px;
}

div.wpcf7-response-output{
    display: none !important;
}
.about-centre__header {
    text-transform: uppercase;
    margin: 60px 0 25px;
    font-size: 24px;
    font-family: Lato-Heavy
}
.about-centre .divider {
    margin: 0 auto 25px
}
.about-centre .content {
    font-size: 1rem;
    font-family: Lato-Light;
    line-height: 1.5
}
.about-centre__list:last-child {
    margin-bottom: 60px
}
.about-centre__list ul {
    list-style: none;
    font-size: 1rem;
    font-family: Lato-Light
}
.about-centre__list ul li {
    margin-bottom: 10px
}
.about-centre__list ul li:before {
    content: '+';
    padding-right: 10px;
    color: #ed9e14;
    font-size: 20px;
    font-weight: 700
}
.about-centre__list h5 {
    text-transform: uppercase;
    font-family: Lato-Heavy;
    font-size: 20px;
    margin-top: 50px
}
.about-centre__list h5:before {
    content: '';
    color: #ed9e14;
    font-size: 28px;
    padding-right: 10px
}
.about-centre__list .first:before {
    content: '01'
}
.about-centre__list .second:before {
    content: '02'
}
.about-centre__list .third:before {
    content: '03'
}
.about-centre__list .fourth:before {
    content: '04'
}
.about-centre__list .fiveth:before {
    content: '05'
}
.about-centre__list .sixth:before {
    content: '06'
}
button.repair {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    outline: 0;
    border: none;
    height: 50px;
    width: 270px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    text-align: left;
    margin: 25px 0 -10px;
}
button.repair:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 70%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.repair:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.repair:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.repair:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.repair:hover:after {
    left: 100%;
    width: 70%
}
button.repair:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.repair:hover .icon-right.after:before {
    left: -215px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.repair .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
button.repair .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.repair .icon-right.after:after {
    left: -270px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.repair .icon-right.after:before {
    content: 'Замовити Ремонт';
    position: absolute;
    left: -560px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}
button.repair-ru {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    outline: 0;
    border: none;
    height: 50px;
    width: 270px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    text-align: left;
    margin: 25px 0 -10px;
}
button.repair-ru:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 70%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.repair-ru:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.repair-ru:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.repair-ru:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.repair-ru:hover:after {
    left: 100%;
    width: 70%
}
button.repair-ru:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.repair-ru:hover .icon-right.after:before {
    left: -175px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.repair-ru .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
button.repair-ru .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.repair-ru .icon-right.after:after {
    left: -270px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.repair-ru .icon-right.after:before {
    content: 'Заказать ремонт';
    position: absolute;
    left: -560px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}
button.repair-en {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    outline: 0;
    border: none;
    height: 50px;
    width: 270px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    text-align: left;
    margin: 25px 0 -10px;
}
button.repair-en:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 70%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.repair-en:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.repair-en:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.repair-en:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.repair-en:hover:after {
    left: 100%;
    width: 70%
}
button.repair-en:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.repair-en:hover .icon-right.after:before {
    left: -150px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.repair-en .icon-right {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ed9e14
}
button.repair-en .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.repair-en .icon-right.after:after {
    left: -270px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.repair-en .icon-right.after:before {
    content: 'Order Repair';
    position: absolute;
    left: -560px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}
.mb-50 {
    margin-bottom: 50px
}
.owl-dots {
    margin: 30px auto 0;
    width: 100%;
    text-align: center
}
.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
    margin-left: 10px
}
.owl-dots .owl-dot:first-child {
    margin-left: 0
}
.owl-dots .active {
    background: #ed9e14
}
.owl-nav {
    position: relative;
    font-size: 1.2rem;
    color: #b7b7b7
}
.owl-nav .disabled {
    opacity: .5
}
.owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: -200px
}
.owl-nav .owl-prev:hover {
    color: #ed9e14
}
.owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: -200px
}
.owl-nav .owl-next:hover {
    color: #ffeb3e
}
.carousel-centre {
    height: 100%;
    margin-top: 60px
}
.carousel-centre .testimonial__header {
    text-transform: uppercase;
    text-align: center;
    color: #ed9e14;
    font-family: Lato-Heavy;
    font-size: 24px;
    margin-bottom: 15px
}
.carousel-centre .carousel__item {
    width: 180px;
    height: 270px;
    margin: 0 auto
}
.carousel-centre .carousel__item img {
    margin: 0 auto
}
.product__description {
    margin: 60px 0
}
.product__title {
    text-transform: uppercase;
    font-size: 18px;
    font-family: Lato-Black;
    margin-bottom: 30px
}
.product__title span {
    color: #ed9e14
}
.product__char {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 25px 0
}
.product__char li {
    position: relative;
    padding-left: 10px;
    font-family: Lato-Regular;
    font-size: 14px
}
.product__char li:before {
    content: '';
    position: relative;
    display: inline-block;
    height: 10px;
    left: 0;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #d7d7d7;
    margin-right: 10px
}
.product__char .info {
    color: #ed9e14
}
.product__price {
    color: #ed9e14;
    font-size: 18px;
    font-family: Lato-Semibold
}
.product__price .digit {
    font-family: Lato-Heavy;
    font-size: 28px;
    color: #212121
}
.product__price .currency {
    color: #535353;
    font-family: Lato-Heavy;
    font-size: 28px
}
.mt-60 {
    margin-top: 60px
}
.mt-60 img {
    max-width: 100%
}
.slider-nav {
    margin: 20px auto;
    text-align: center
}
.slider-nav img {
    max-width: 90%;
    margin: 0 auto
}
button.product-ua {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 155px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    display: block;
    padding-right: 55px;
    margin-bottom: 25px
}
button.product-ua:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 80%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.product-ua:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.product-ua:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.product-ua:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.product-ua:hover:after {
    left: 100%;
    width: 70%
}
button.product-ua:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.product-ua:hover .icon-right.after:before {
    left: -102px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.product-ua .icon-right {
    position: absolute;
    top: 0;
    right: 8px;
    color: #ed9e14
}
button.product-ua .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.product-ua .icon-right.after:after {
    left: -270px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.product-ua .icon-right.after:before {
    content: 'Замовити';
    position: absolute;
    left: -560px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}

button.product-en {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 155px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    display: block;
    padding-right: 50px;

    margin-bottom: 25px
}
button.product-en:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 80%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.product-en:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.product-en:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.product-en:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.product-en:hover:after {
    left: 100%;
    width: 70%
}
button.product-en:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.product-en:hover .icon-right.after:before {
    left: -80px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.product-en .icon-right {
    position: absolute;
    top: 0;
    right: 8px;
    color: #ed9e14
}
button.product-en .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.product-en .icon-right.after:after {
    left: -270px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.product-en .icon-right.after:before {
    content: 'Order';
    position: absolute;
    left: -560px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}


button.product-ru {
    font-family: Lato-Regular, monospace;
    letter-spacing: 1px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
    position: relative;
    outline: 0;
    border: none;
    height: 50px;
    width: 155px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .1s .23s ease-out all;
    transition: .1s .23s ease-out all;
    overflow: hidden;
    text-transform: uppercase;
    background: #292929;
    text-align: center;
    padding-right: 55px;
    margin-bottom: 25px
}
button.product-ru:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 80%;
    background: #ed9e14;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all
}
button.product-ru:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 0;
    height: 100%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all
}
button.product-ru:hover {
    cursor: pointer;
    color: transparent;
    background: #292929
}
button.product-ru:hover:before {
    left: 100%;
    width: 25%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}
button.product-ru:hover:after {
    left: 100%;
    width: 70%
}
button.product-ru:hover .icon-right.after:after {
    left: 0;
    color: #ed9e14;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all
}
button.product-ru:hover .icon-right.after:before {
    left: -95px;
    left-top: 25px;
    opacity: 1;
    color: #fff
}
button.product-ru .icon-right {
    position: absolute;
    top: 0;
    right: 8px;
    color: #ed9e14
}
button.product-ru .icon-right:after {
    font-family: FontAwesome;
    content: '\2192';
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 23px;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0)
}
button.product-ru .icon-right.after:after {
    left: -270px;
    color: #000;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color
}
button.product-ru .icon-right.after:before {
    content: 'Заказать';
    position: absolute;
    left: -560px;
    top: 15px;
    opacity: 1;
    color: #ed9e14;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all
}




.rent-text-center {
    margin-bottom: 50px
}
.rent-text-center .content {
    font-size: 1rem;
    font-family: Lato-Light;
    line-height: 1.5
}
.rent-text-center .divider {
    margin: 0 auto 25px
}
.rent__header {
    text-transform: uppercase;
    margin: 50px 0 25px;
    font-size: 24px;
    font-family: Lato-Heavy;
    text-align: center
}
.rent__header span {
    color: #ed9e14
}
.rent__header--sub {
    font-family: Lato-Light;
    text-align: center;
    font-size: 18px;
    margin-top: -10px
}
.rent__header--sub p {
    font-family: Lato-Light
}
.rent-consultation {
    margin-bottom: 150px
}
.rent__form {
    background: url(assets/img/rent-bg-1.png);
    background-position: center bottom;
    background-size: cover;
    position: relative;
    height: 350px
}
.rent__form .form__wrap {
    background: url(assets/img/rent-bg-form.png);
    width: 390px;
    height: 410px;
    position: absolute;
    left: 50%;
    top: -140px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}
@media only screen and (max-width: 413px) {
    .rent__form .form__wrap {
        width: 310px
    }
}
.rent__form .form__wrap h3 {
    text-transform: uppercase;
    color: #fff;
    margin: 40px 0 40px;
    font-family: Lato-Heavy;
    font-size: 28px
}
.rent__form .form__wrap input[type=text] {
    font-family: Lato-Light;
    font-size: 14px;
    display: block;
    width: 70%;
    background: 0 0;
    border: 1px solid #fff;
    outline: 0;
    margin-bottom: 50px;
    height: 50px;
    color: #fff;
    padding-left: 40px;
    background: url(assets/img/form2i.png) no-repeat 9px center;
    margin: 0 auto 25px
}
@media only screen and (max-width: 413px) {
    .rent__form .form__wrap input[type=text] {
        width: 90%
    }
}
.rent__form .form__wrap input[type=text]::-webkit-input-placeholder {
    color: #fff
}
.rent__form .form__wrap input[type=text]::-moz-placeholder {
    color: #fff
}
.rent__form .form__wrap input[type=text]:-ms-input-placeholder {
    color: #fff
}
.rent__form .form__wrap input[type=text]::placeholder {
    color: #fff
}
.rent__form .form__wrap input[type=tel] {
    font-family: Lato-Light;
    font-size: 14px;
    display: block;
    width: 70%;
    padding-left: 40px;
    background: 0 0;
    border: 1px solid #fff;
    outline: 0;
    height: 50px;
    color: #fff;
    background: url(assets/img/form1i.png) no-repeat 12px center;
    margin: 0 auto 25px
}
@media only screen and (max-width: 413px) {
    .rent__form .form__wrap input[type=tel] {
        width: 90%
    }
}
.rent__form .form__wrap input[type=tel]::-webkit-input-placeholder {
    color: #fff
}
.rent__form .form__wrap input[type=tel]::-moz-placeholder {
    color: #fff
}
.rent__form .form__wrap input[type=tel]:-ms-input-placeholder {
    color: #fff
}
.rent__form .form__wrap input[type=tel]::placeholder {
    color: #fff
}
.rent__form .bottom__p {
    position: absolute;
    color: #fff;
    margin: 25px 0 25px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Lato-Heavy;
    font-size: 18px
}
@media only screen and (max-width: 320px) {
    .rent__form .bottom__p {
        margin: 10px 0 10px;
        font-size: 16px
    }
}
.rent__form .forklift__left {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-115%);
    -ms-transform: translateX(-115%);
    transform: translateX(-115%)
}
@media only screen and (max-width: 1200px) {
    .rent__form .forklift__left {
        max-width: 40%;
        -webkit-transform: translateX(-125%);
        -ms-transform: translateX(-125%);
        transform: translateX(-125%)
    }
}
@media only screen and (max-width: 992px) {
    .rent__form .forklift__left {
        max-width: 30%;
        -webkit-transform: translateX(-155%);
        -ms-transform: translateX(-155%);
        transform: translateX(-155%)
    }
}
@media only screen and (max-width: 768px) {
    .rent__form .forklift__left {
        display: none
    }
}
.rent__form .forklift__right {
    position: absolute;
    bottom: 30px;
    right: 50%;
    -webkit-transform: translateX(115%);
    -ms-transform: translateX(115%);
    transform: translateX(115%)
}
@media only screen and (max-width: 1200px) {
    .rent__form .forklift__right {
        max-width: 40%;
        -webkit-transform: translateX(125%);
        -ms-transform: translateX(125%);
        transform: translateX(125%)
    }
}
@media only screen and (max-width: 992px) {
    .rent__form .forklift__right {
        max-width: 30%;
        -webkit-transform: translateX(155%);
        -ms-transform: translateX(155%);
        transform: translateX(155%)
    }
}
@media only screen and (max-width: 768px) {
    .rent__form .forklift__right {
        display: none
    }
}
.rent__cooperations {
    background: url(assets/img/rent-bg-2.png);
    background-position: center bottom;
    background-size: cover;
    position: relative;
    height: 100%
}
.rent__cooperations .rent-cooperations__header {
    position: relative;
    padding: 35%
}
@media only screen and (max-width: 992px) {
    .rent__cooperations .rent-cooperations__header {
        padding: 5% 40%
    }
}
@media only screen and (max-width: 650px) {
    .rent__cooperations .rent-cooperations__header {
        padding: 5% 0
    }
}
.rent__cooperations .rent-cooperations__header h1 {
    font-size: 30px;
    font-family: Lato-Heavy;
    text-transform: uppercase
}
.rent__cooperations .rent-cooperations__header h1 span {
    color: #ed9e14;
    font-size: 38px
}
.rent__cooperations .rent-cooperations__header .divider {
    margin: 0 0 20px
}
.rent__cooperations .rent-cooperations__list {
    counter-reset: section
}
@media only screen and (max-width: 992px) {
    .rent__cooperations .rent-cooperations__list {
        margin: 0 auto;
        display: block
    }
}
.rent__cooperations .rent-cooperations__list li {
    font-family: Lato-Light;
    font-size: 16px;
    margin-bottom: 40px;
    list-style: none;
    position: relative
}
.rent__cooperations .rent-cooperations__list li strong {
    font-size: 18px;
    font-family: Lato-Heavy;
    text-transform: uppercase;
}
.rent__cooperations .rent-cooperations__list li:first-child {
    margin-top: 60px
}
.rent__cooperations .rent-cooperations__list li:last-child {
    margin-bottom: 60px
}
.rent__cooperations .rent-cooperations__list li:before {
    counter-increment: section;
    content: counters(section, "", decimal-leading-zero) "";
    position: absolute;
    left: -50px;
    top: -5px;
    color: #ed9e14;
    font-size: 36px;
    font-family: Lato-Heavy
}
.rent-schem {
    background: url(assets/img/rent-bg-2.png);
    background-position: center bottom;
    background-size: cover;
    position: relative;
    counter-reset: section
}
@media only screen and (max-width: 992px) {
    .rent-schem {
        padding-left: 5%
    }
}
@media only screen and (max-width: 400px) {
    .rent-schem {
        padding-left: 10%
    }
}
.rent-schem__item {
    font-family: Lato-Light;
    font-size: 18px;
    list-style: none;
    border: 5px solid #e1e1e1;
    position: relative;
    height: 120px;
    margin: 40px 0 40px;
    width: 90%;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .25);
    -webkit-transition: .3s all;
    transition: .3s all
}
@media only screen and (max-width: 1200px) {
    .rent-schem__item {
        -webkit-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
        transform: skew(-25deg)
    }
}
@media only screen and (max-width: 992px) {
    .rent-schem__item {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
        margin: 40px auto 80px
    }
}
@media only screen and (max-width: 400px) {
    .rent-schem__item {
        height: 140px
    }
}
.rent-schem__item:hover {
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .25);
    -webkit-transform: skew(-35deg) translateY(-1%);
    -ms-transform: skew(-35deg) translateY(-1%);
    transform: skew(-35deg) translateY(-1%)
}
@media only screen and (max-width: 1200px) {
    .rent-schem__item:hover {
        -webkit-transform: skew(-25deg) translateY(-1%);
        -ms-transform: skew(-25deg) translateY(-1%);
        transform: skew(-25deg) translateY(-1%)
    }
}
@media only screen and (max-width: 992px) {
    .rent-schem__item:hover {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
.rent-schem__item:after {
    content: '->';
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg);
    position: absolute;
    color: #ccc;
    font-size: 36px;
    font-family: Lato-Heavy;
    top: -50px
}
@media only screen and (max-width: 992px) {
    .rent-schem__item:after {
        -webkit-transform: skew(0) rotate(90deg);
        -ms-transform: skew(0) rotate(90deg);
        transform: skew(0) rotate(90deg);
        top: 100px;
        left: -50px
    }
}
.rent-schem__item:before {
    counter-increment: section;
    content: counters(section, "", decimal-leading-zero) "";
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg);
    position: absolute;
    color: #ed9e14;
    font-size: 36px;
    font-family: Lato-Heavy;
    top: -50px;
    left: -50px
}
@media only screen and (max-width: 1200px) {
    .rent-schem__item:before {
        -webkit-transform: skew(25deg);
        -ms-transform: skew(25deg);
        transform: skew(25deg)
    }
}
@media only screen and (max-width: 992px) {
    .rent-schem__item:before {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}
.rent-schem__item img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%) skew(35deg);
    -ms-transform: translateY(-50%) skew(35deg);
    transform: translateY(-50%) skew(35deg)
}
@media only screen and (max-width: 1200px) {
    .rent-schem__item img {
        -webkit-transform: skew(25deg) translateY(-50%);
        -ms-transform: skew(25deg) translateY(-50%);
        transform: skew(25deg) translateY(-50%);
        left: -25px
    }
}
@media only screen and (max-width: 992px) {
    .rent-schem__item img {
        -webkit-transform: skew(0) translateY(-50%);
        -ms-transform: skew(0) translateY(-50%);
        transform: skew(0) translateY(-50%)
    }
}
.rent-schem__item span {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 40px;
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg)
}
@media only screen and (max-width: 1200px) {
    .rent-schem__item span {
        -webkit-transform: skew(25deg);
        -ms-transform: skew(25deg);
        transform: skew(25deg)
    }
}
@media only screen and (max-width: 992px) {
    .rent-schem__item span {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0);
        padding-left: 55px
    }
}
@media only screen and (max-width: 992px) {
    .rent-schem__item.last:after {
        display: none
    }
}
.rent-schem .shem {
    text-align: left
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #ed9e14;
    color: #fff;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    opacity: 0;
    background: #fff;
    color: #ed9e14;
    border: 1px solid #ed9e14
}
#back-to-top:hover {
    background: #ed9e14;
    color: #fff
}
#back-to-top.show {
    opacity: 1
}
.modal-dialog{
    margin-top: 10%;
    width: 320px;
}
.modal-content{
    background: #ed9e14;
    border-radius: 0px;]
}
.modal-header{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    font-family: "Lato-Regular", monospace;
    border-bottom: none;
    padding: 25px 15px 15px;
}
.modal-header .close{
    color: #fff;
    opacity: 0.8;
}
.modal-header .close:focus, .modal-header .close:hover{
    color: #fff;
    opacity: 1;
}
.modal-body form input[type=text]{
    font-family: Lato-Light;
    font-size: 14px;
    display: block;
    width: 100%;
    background: 0 0;
    border: 1px solid #fff;
    outline: 0;
    margin-bottom: 20px;
    height: 50px;
    color: #fff;
    padding-left: 40px;
    background: url(assets/img/form2i.png) no-repeat 9px center;
}
.modal-body form input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.modal-body form input[type=text]::-moz-placeholder {
    color: #fff;
}
.modal-body form input[type=text]:-ms-input-placeholder {
    color: #fff;
}
.modal-body form input[type=text]::placeholder {
    color: #fff;
}
.modal-body form input[type=tel] {
    font-family: Lato-Light;
    font-size: 14px;
    display: block;
    width: 100%;
    padding-left: 40px;
    background: 0 0;
    border: 1px solid #fff;
    outline: 0;
    margin-bottom: 20px;
    height: 50px;
    color: #fff;
    background: url(assets/img/form1i.png) no-repeat 12px center;
}
.modal-body form input[type=tel]::-webkit-input-placeholder {
    color: #fff;
}
.modal-body form input[type=tel]::-moz-placeholder {
    color: #fff;
}
.modal-body form input[type=tel]:-ms-input-placeholder {
    color: #fff;
}
.modal-body form input[type=tel]::placeholder {
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    .md-hidden {
        display: none
    }
}
.oh{
    overflow: hidden;
}
@media only screen and (max-width: 992px) {
    .sm-hidden {
        display: none
    }
}
@media only screen and (max-width: 768px) {
    .animated {
        -webkit-transition-property: none!important;
        transition-property: none!important;
        -ms-transform: none!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-animation: none!important;
        animation: none!important
    }
}
@media only screen and (max-width: 480px) {
    .hidden-xxs {
        display: none
    }
}
.map-title{
    padding: 10px 10px 15px;
}
.m-header{
    text-align: center;
    font-size: 28px;
    color:  #ed9e14;
    text-transform: uppercase;
    font-family: "Lato-Regular";
    margin-bottom: 15px;
}
.m-title{
    text-align: center;
    font-size: 18px;
    font-family: "Lato-Regular";
    margin-bottom: 15px;
}
.m-tel{
    text-align: center;
}
.m-tel a{
    font-size: 16px;
    letter-spacing: 1px;
    color: #ed9e14;
}
.modal-body{
    padding: 0 15px;
}
@media only screen and (min-width: 1600px){
section.hero .hero__content {
    padding: 155px 0 70px;
}


}
@media only screen and (max-width: 450px){
section.advantages .advantages__block .advantages__header{
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 320px){
    section.advantages .advantages__block .advantages__header{
        font-size: 2.5rem;
    }
    section.manufactures .manufactures__header{
        font-size: 2rem;
    }
    section.manufactures .manufactures__subheader{
        font-size: 1.2rem;
    }
    section.requirements .requirements__header{
        font-size: 2rem;
    }
    section.advantages .advantages__block .advantages__header{
        font-size: 2rem;
    }

}

.top-item-address{
    padding: 5px 0 !important;
    line-height: 1.1;
}
.top-item-address img {
    /*padding-top: 5px;*/
}

@media only screen and (min-width: 768px){
    .top-item-address{
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 991px){
    .top-item-address img {
    padding-top: 0px;
}
}