html.js .loader {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
html.js .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}
.input_user {
    width: 20%;
    height: 30px;
    margin: 0 0 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 30px;
    text-indent: 10px;
}
.article
{
	margin: 15px 0 15px;
    border: 5px solid transparent;
    border-left: 1px solid #aaa;
}
.article__title
{
    display: inline-block;
    margin-left: 20px;
}
.article__title h2 {
    font-family: HelveticaNeueCyrThin, sans-serif;
}
.article__title h2 {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    font-size: 20px;
    text-transform: uppercase;
}
.article__title a {
	color: #1887ad;
	text-decoration: none;
}
.article__title a:hover {
	color: #666;

}
.aticle__text {
	margin-left: 20px;
}

.about__title h1, .articles__title h1, .equipment__title h1, .footer__phone, .production__title h1 {
    font-family: HelveticaNeueCyrThin, sans-serif;
}
.equipment__item-button input {
    border: 0px;
}
.equipment {
    max-width: 92%;
}
.in_stock {
    color: #5fef5f;
    font-family: HelveticaNeueCyrThin, sans-serif;
    border: 1px solid #51ef41;
    margin-top: 20px;
    text-align: center;
    border-radius: 2px;
}

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination span.active {
    background-color: #1887ad;
    color: white;
    border: 1px solid #1887ad;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.page_right {
    position: absolute;
    right: 0px;
}
