@charset "UTF-8";

@font-face {
    font-family: 'Lato';
    src: url("../fonts/new/Lato-Regular.eot");
    src: url("../fonts/new/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-Regular.woff2") format("woff2"), url("../fonts/new/Lato-Regular.woff") format("woff"), url("../fonts/new/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/new/Lato-Bold.eot");
    src: url("../fonts/new/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-Bold.woff2") format("woff2"), url("../fonts/new/Lato-Bold.woff") format("woff"), url("../fonts/new/Lato-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/new/Lato-Light.eot");
    src: url("../fonts/new/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-Light.woff2") format("woff2"), url("../fonts/new/Lato-Light.woff") format("woff"), url("../fonts/new/Lato-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'LatoLight';
    src: url("../fonts/new/Lato-Light.eot");
    src: url("../fonts/new/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-Light.woff2") format("woff2"), url("../fonts/new/Lato-Light.woff") format("woff"), url("../fonts/new/Lato-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/new/Lato-Black.eot");
    src: url("../fonts/new/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-Black.woff2") format("woff2"), url("../fonts/new/Lato-Black.woff") format("woff"), url("../fonts/new/Lato-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBlack';
    src: url("../fonts/new/Lato-Black.eot");
    src: url("../fonts/new/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-Black.woff2") format("woff2"), url("../fonts/new/Lato-Black.woff") format("woff"), url("../fonts/new/Lato-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/new/Lato-Semibold.eot");
    src: url("../fonts/new/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-Semibold.woff2") format("woff2"), url("../fonts/new/Lato-Semibold.woff") format("woff"), url("../fonts/new/Lato-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'LatoSemibold';
    src: url("../fonts/new/Lato-Semibold.eot");
    src: url("../fonts/new/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-Semibold.woff2") format("woff2"), url("../fonts/new/Lato-Semibold.woff") format("woff"), url("../fonts/new/Lato-Semibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/new/Lato-SemiboldItalic.eot");
    src: url("../fonts/new/Lato-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-SemiboldItalic.woff2") format("woff2"), url("../fonts/new/Lato-SemiboldItalic.woff") format("woff"), url("../fonts/new/Lato-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'LatoSemiboldItalic';
    src: url("../fonts/new/Lato-SemiboldItalic.eot");
    src: url("../fonts/new/Lato-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/new/Lato-SemiboldItalic.woff2") format("woff2"), url("../fonts/new/Lato-SemiboldItalic.woff") format("woff"), url("../fonts/new/Lato-SemiboldItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/new/FontAwesome.eot");
    src: url("../fonts/new/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/new/FontAwesome.woff2") format("woff2"), url("../fonts/new/FontAwesome.woff") format("woff"), url("../fonts/new/FontAwesome.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

input,
textarea,
button,
select {
    outline: none;
    vertical-align: middle;
}

input[type="submit"] {
    cursor: pointer;
}

input.form-email-b {
    display: none;
}

input.form-url-b {
    display: none;
}

input[type="text"],
input[type="mail"],
textarea {
    width: 100%;
    line-height: 35px;
    padding: 0 12px;
    border: 1px solid #999999;
    border-radius: 4px;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    font: 16px/21px Lato;
}

button strong,
button span {
    transition: all .3s ease 0s;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.fl_n {
    float: none;
}

.disp_bl {
    display: block;
}

.disp_n {
    display: none;
}

.disp_ib {
    display: inline-block;
}

.clear {
    clear: both;
}

.w100 {
    width: 100%;
}

.fs_i {
    font-style: italic;
}

.ta_c {
    text-align: center;
}

.ta_j {
    text-align: justify;
}

.ta_r {
    text-align: right;
}

.ta_l {
    text-align: left;
}

.materials_block_info .materials_block_title {
    width: 750px;
}

.posRel {
    position: relative;
}

.posAbs {
    position: absolute;
}

.posFix {
    position: fixed;
}

button {
    background: transparent;
    border: 0;
    overflow: visible;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: auto;
}

html,
body {
    margin: 0;
    height: 100%;
    font-family: Lato;
}

body {
    min-width: 320px;
}

.site {
    position: relative;
    min-height: 100%;
}

.main_width {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}

.row:after {
    width: 100%;
    display: table;
    content: "";
    line-height: 0;
}

.footer_wrapper .row:before,
.footer_wrapper .row:after,
.nav_wrapper .row:before,
.nav_wrapper .row:after {
    clear: both;
    width: 100%;
    display: table;
    content: "";
    line-height: 0;
}

.btn {
    font: 16px/37px Lato;
    color: #fff;
    display: inline-block;
    background: #05905d;
    border-radius: 4px;
    text-align: center;
    border: none;
    padding: 0 15px;
}

.btn-red:hover {

}

.btn-red {
    cursor: pointer;
    font: 16px/37px Lato;
    color: #fff;
    background: #ff0000;
    border-radius: 4px;
    text-align: center;
    border: none;
    float: left;
    padding: 0 5px;
    width: 150px;
    display: block;
    margin: 0 auto;
}

.sort-bottom-filter input {
    display: inline-block !important;
    vertical-align: top !important;
    margin: 10px 10px !important;
    float: none !important;
    width: 200px !important;

}

.sort-bottom-filter {
    position: relative;
    text-align: center;
}

/*header*/

.header_wrapper {
    background: #24263f;
}

.header {
    height: 270px;
}

.logo {
    top: 40px;
    left: -23px;
}

.header_nav {
    top: 40px;
    z-index: 100;
    left: 230px;
}

.header_nav span {
    font: 16px "Lato";
    color: #6fc3ff;
}

.all_cities li,
.jcarousel ul li,
.menu ul li,
.footer_cities ul li,
.header_nav li {
    margin: 0;
}

.header_nav li:before {
    display: none;
}

.header_nav ul li a {
    color: #fff;
}

.header_phone {
    background: #fff url(../images/phone_bg.png) right no-repeat;
    padding: 32px;
    top: 0px;
    left: 420px;
    width: 470px;
}

.header_phone p {
    color: #666666;
    margin-top: 0px;
    margin-bottom: 10px;
}

.header_phone a.tel {
    font: 32px/32px LatoSemibold;
    color: #05905d;
}

.header_phone a.phone_button {
    float: right;
    width: 150px;
    margin: -3px 0 0 25px;
}

.call_request .call_request_title {
    font: 24px/24px LatoSemibold;
    margin: 0px 0px 30px;
    color: #05905d;
}

.call_request {
    padding: 30px;
    top: 0px;
    left: 0;
    background: #fff;
    width: 470px;
    z-index: 2;
    box-shadow: 0px 1px 5px #7d7b7b;
}

.call_request label {
    color: #666666;
    margin: 0 0 5px 10px;
    display: inline-block;
}

.call_request input[type="text"] {
    margin-bottom: 15px;
}

.call_request input[type="submit"] {
    width: 110px;
    margin-top: 10px;
}

.main_info {
    color: #ffffff;
    right: 0;
    top: 0;
    width: 180px;
}

.cities {
    padding-top: 45px;
    padding-bottom: 15px;
    border-bottom: 2px solid #47a2e6;
}

.cities p {
    font: 16px/10px LatoLight;
}

.cities a.show_link {
    color: #fff;
    font: 20px/16px LatoSemibold;
    border-bottom: 1px dashed #fff;
    padding-bottom: 3px;
}

.cities .all_cities {
    background: #fff;
    z-index: 400;
    padding: 30px;
    top: 0px;
    right: -30px;
    width: 250px;
}

.cities .all_cities a {
    font: 20px/30px LatoSemibold;
    color: #848484;
}

.cities .all_cities a.selected {
    color: #05905d;
}

a.close {
    background: url(../images/close.png) center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.main_comtacts {
    padding-top: 15px;
}

.main_comtacts a {
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    padding-left: 25px;
}

.main_comtacts a.phone_link {
    background: url(../images/phone_link.png) left no-repeat;
}

.main_comtacts a.mail_link {
    background: url(../images/mail_link.png) left no-repeat;
}

.main_comtacts a.mail_link span {
    border-bottom: 1px dashed #fff;
}

.search {
    width: 835px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    top: 170px;
    left: 55px;
    padding: 5px 8px 5px 12px;
}

.search input[type="text"] {
    background: transparent;
    border: none;
    color: #fff;
    font: 16px/26px Lato;
    width: 95%;
}

.search input[type="submit"] {
    background: url(../images/search.png) center no-repeat;
    width: 26px;
    line-height: 26px;
    float: right;
    border: none;
}

.nav_wrapper {
    left: 0px;
    top: 245px;
    z-index: 1;
}

.nav {
    width: 1300px;
    margin: 0 auto;
    background: #05905d;
    padding: 5px 28px 2px;
}

.nav li:before {
    display: none;
}

.nav ul li {
    float: left;
    position: relative;
    margin: 0;
    height: 40px;
}

.nav ul li a {
    font: 14px/37px LatoSemibold;
    color: #fff;
    display: block;
    padding: 0 9px;
}

.nav ul li a.selected {
    background: #046944;
}

.nav ul li:hover a {
    background: #046944;
}

.nav ul li:hover > .menu {
    display: block;
}

.menu .main_width {
    width: auto;
}

.menu {
    background: #046944;
    top: 37px;
    width: auto;
    left: -15px;
    right: -15px;
    padding: 15px;
}

.has-drop-more > .menu .menu {
    right: 100%;
    left: auto;
    min-width: 200px;
    top: -15px;
}

.has-drop-more:hover:after {
    top: 16px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.has-drop-more:after {
    content: '';
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 12px;
    right: 7px;
}

.nav ul .has-drop-more > a {
    padding: 0 22px 0 9px;
}

.has-drop-more > .menu {
    left: auto;
    min-width: 300px;
}

.menu ul {
    margin: 0 0 5px;
}

.menu ul:last-child {
    border: none;
}

.menu ul li {
    float: none;
    height: 45px;
}

.menu ul li a {
    font: 15px/40px Lato;
}

/*index*/

.page_wrapper {
    padding-top: 75px;
}

.main_slider {
    position: relative;
}

.catalog_item {
    width: 265px;
    border: 1px solid #f2f2f2;
    text-align: center;
    margin-right: 15px;
    padding: 15px 15px 0px 15px;
    position: relative;
    border-radius: 2px;
}

.catalog_item_name {
    padding-top: 10px;
    font: 15px/35px LatoSemibold;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.catalog_item_name a {
    color: #000000;
}

.catalog_item_price {
    color: #05905d;
    font: 14px/31px LatoSemibold;
    padding-top: 7px;
    border-top: 1px solid #f2f2f2;
}

.catalog_item_price span {
    font: 24px/31px LatoBlack;
}

.catalog_item_desc > div {
    display: table-row;
}

.catalog_item_desc {
    text-align: left;
    font: 13px/16px Lato;
    padding-bottom: 10px;
    display: table;
}

.catalog_item_desc label {
    color: #666666;
    display: table-cell;
    padding-right: 10px;
}

.catalog_item .self_production_flag {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    color: #fff;
    text-align: center;
    z-index: 5;
    background: #6d9abd;
    font: 12px/14px LatoSemibold;
    width: 90px;
    padding: 3px 0;
}

.catalog_item .show_more {
    display: block;
    background: #f2f2f2;
    color: #0b5791;
    font: 14px/30px LatoSemibold;
    margin: 0 -15px 0 -15px;
    border-radius: 0 0 2px 2px;
}

.catalog_item .show_more:hover {
    color: #fff;
    background: #505960;
}

.index_block_wrapper {
    background: #f7f7f7;
    position: relative;
    z-index: 11;
    padding-bottom: 100px;
    margin-top: 95px;
}

.index_info_block {
    background: #e6e6e6 url(../images/index_info_block.png) top center no-repeat;
    overflow: hidden;
    padding: 95px 0 251px;
}

.index_info_block_in {
    font: 16px/24px Lato;
}

/*.index_info_block_in div {
    width: 50%;
    display: table-cell;
    vertical-align: bottom;
    color: #666666;
    font: 16px/24px Lato;
}

.index_info_block_in div:first-child {
    padding-right: 20px;
}*/

.index_info_block div h1 {
    margin-bottom: 45px;
    font: 40px/46px LatoSemibold;
}

.compressors_types {
    width: 800px;
    margin: -165px auto -165px;
    border: 7px solid #05905d;
    padding: 30px;
    background: #fff;
    z-index: 1;
}

.content_info_block .compressors_types {
    width: 100%;
    padding: 30px 80px;
    margin: 35px auto 0;
}

.compressors_types_img {
    background: url(../images/compressor.png) top center no-repeat;
    width: 345px;
    height: 285px;
    top: -35px;
    left: -50px;
}

.compressors_types_text {
    padding: 20px 0 50px 290px;
}

.compressors_types_text h3 {
    margin-bottom: 35px;
}

.compressors_types_text p {
    color: #666666;
    font: 16px/22px Lato;
}

.compressors_types_sort li:before {
    display: none;
}

.compressors_types_sort li {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.compressors_types_sort {
    position: relative;
}

.compressors_types_sort li a.compressors_types_sort_link {
    font: 14px/16px LatoSemibold;
    color: #0b5791;
    border-bottom: 1px dashed #0b5791;
}

.compressors_types_sort li a.compressors_types_sort_link.container_open {
    color: #05905d;
    border-bottom: none;
    position: relative;
}

.compressors_types_sort li a.compressors_types_sort_link.container_open:after {
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid #05905d;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 8px;
}

.compressors_types_info {
    position: absolute;
    color: #fff;
    background: #05905d;
    border-radius: 4px;
    padding: 25px;
    width: 1054px;
    left: -170px;
    margin-top: 8px;
    z-index: 1;
}

.compressors_types_info a.close.compressors_types_close {
    background: url(../images/close_2.png) center no-repeat;
    top: -25px;
    right: -25px;
}

.compressors_types_info .type_title {
    font: 16px/18px LatoSemibold;
    margin-bottom: 20px;
}

.compressors_types_info ul {
    margin: 0 0 20px;
    overflow: hidden;
}

.compressors_types_info .type_title a {
    color: #fff;
    font-weight: 700;
}

.compressors_types_info .compressors_types_info_block {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.compressors_types_info .compressors_types_info_block:last-child {
    margin-bottom: 0;
}

.compressors_types_info ul li a {
    font: 14px/18px Lato;
    color: #fff;
}

.index_materials_block {
    padding-top: 244px;
    z-index: 0;
}

.index_materials_block h2 {
    margin-bottom: 45px;
}

.materials_block {
    width: 545px;
    height: 85px;
    background: #fefcea;
    background: linear-gradient(to right, #23263f, #383c5f);
    float: left;
    margin-bottom: 25px;
    position: relative;
    border-radius: 1px;
}

.materials_block:nth-child(odd) {
    margin-right: 25px;
}

.materials_block .materials_block_ico {
    display: table-cell;
    width: 85px;
    height: 85px;
    vertical-align: middle;
    text-align: center;
}

.materials_block .materials_block_ico span {
    display: inline-block;
    color: #fff;
    background: #cccccc;
    border-radius: 50%;
    width: 55px;
    text-align: center;
    font: 32px/55px LatoSemibold;
}

.materials_block .materials_block_title a:hover {
    text-decoration: underline;
}

.materials_block .materials_block_title a {
    color: inherit;
}

.materials_block .materials_block_title {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font: 16px/55px LatoSemibold;
}

a {
    color: #0b5791;
}

.materials_block .materials_block_title a.show_link {
    border-bottom: 1px dashed #fff;
    color: #fff;
}

.materials_block_info .materials_block_ico,
.materials_block_info .materials_block_title {
    padding-top: 15px;
    vertical-align: top;
}

.materials_block_info {
    position: absolute;
    color: #fff;
    background: #05905d;
    border-radius: 4px;
    padding: 10px;
    top: -10px;
    left: -10px;
    width: 565px;
    z-index: 1;
}

.materials_block_info a.close.materials_block_close {
    background: url(../images/close_2.png) center no-repeat;
    top: -10px;
    right: -10px;
}

.materials_block_info_tab {
    font: 14px/24px Lato;
    width: 100%;
}

.materials_block_info_tab td {
    width: 33.3%;
    text-align: left;
    vertical-align: top;
    padding: 0 7px 12px 0;
}

.materials_block_info_tab td a {
    color: #fff;
    border-bottom: none;
}

.materials_block_info_tab td a:hover {
    border-bottom: 1px dashed #fff;
}

.content_info_block .materials_block {
    width: 405px;
}

.content_info_block .materials_block_info {
    width: 420px;
}

/*compressors*/

.compressors_class h2 {
    width: 330px;
    float: left;
}

.compressors_class a.btn {
    position: absolute;
    top: 30px;
    left: 350px;
}

.compressors_list_text div {
    display: table-cell;
    vertical-align: middle;
}

.compressors_list_text .btn {
    float: right;
}

.compressors_list_tab {
    margin-top: 25px;
}

.compressors_jcarousel_wrapper {
    height: 320px;
    width: 835px;
}

.compressors_jcarousel {
    width: 835px;
    height: 260px;
    overflow: hidden;
}

.compressors_jcarousel ul {
    width: 20000em;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.compressors_jcarousel ul li {
    list-style: none;
    height: 65px;
    width: 835px;
    border-top: 1px solid #e6e6e6;
}

.compressors_item {
    width: 100%;
    padding: 5px 20px;
}

.compressors_list_title {
    background: #e6e6e6;
    padding: 0 20px;
}

.compressors_list_title > div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font: 14px/16px LatoSemibold;
}

.compressors_list_title a:hover {
    color: #05905d;
}

.compressors_list_title a {
    color: inherit;
    line-height: 16px;
    position: relative;
    display: inline-block;
}

.compressors_item_type {
    font-size: 13px;
    line-height: 19px;
    color: #058f5d;
}

.compressors_list_title span {
    position: relative;
    cursor: pointer;
}

.compressors_list_title .dasd:after {
    border-bottom: 8px solid #05905d;
    border-top: none;
}

.compressors_list_title .asd:after {
    content: '';
    border: 5px solid transparent;
    border-top: 9px solid #05905d;
    position: absolute;
    right: -15px;
    top: 4px;
}

.compressors_item > div {
    display: table-cell;
    vertical-align: middle;
    height: 55px;
    text-align: center;
}

.cell_1 {
    width: 220px;
    vertical-align: top;
}

.cell_2 {
    width: 170px;
}

.cell_3 {
    width: 185px;
}

.cell_4 {
    width: 125px;
}

.cell_5 {
    width: 95px;
}

.compressors_item .compressors_item_name {
    position: relative;
    text-align: left;
}

.compressors_item .compressors_item_name a {
    font: 15px/16px LatoSemibold;
    color: #000;
}

.compressors_item .compressors_item_name .compressors_item_type a {
    font: 13px/16px Lato;
    color: #05905d;
}

.compressors_item .compressors_item_name span {
    font: 13px/16px Lato;
    color: #666666;
    display: block;
}

.compressors_item_image {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 3px 2px 1px #e6e6e6;
    z-index: 1;
    top: -53px;
    left: -190px;
}

.compressors_item_image:after {
    content: '';
    background: url(../images/compressors_item_image.png) center no-repeat;
    position: absolute;
    right: -9px;
    top: 70px;
    width: 10px;
    height: 20px;
}

.compressors_item :hover .compressors_item_image {
    display: block;
}

.compressors_item .compressors_item_price {
    color: #05905d;
    font: 16px/16px Lato;
}

.compressors_item .compressors_item_price span {
    /*font: 16px/16px LatoBlack;*/
    font: 16px/16px Lato;
    font-weight: 700;
}

.compressors_jcarousel_controls {
    text-align: center;
    display: table;
    margin: 10px auto;
}

.compressors_jcarousel-next,
.compressors_jcarousel-prev {
    display: table-cell;
    width: 20px;
    height: 20px;
}

.compressors_jcarousel-next {
    background: url(../images/jcarousel-next_small.png) center no-repeat;
}

.compressors_jcarousel-prev {
    background: url(../images/jcarousel-prev_small.png) center no-repeat;
}

.jcarousel-pagination a {
    font: 14px/16px LatoSemibold;
    color: #666666;
    margin: 0 5px;
}

.jcarousel-pagination a.active {
    font: 14px/16px LatoBlack;
    color: #05905d;
}

/*compressors_detail*/

.manufacturer {
    max-width: 640px;
    margin-bottom: 35px;
}

.manufacturer div {
    display: table-cell;
    vertical-align: middle;
}

.manufacturer_logo img {
    max-width: 260px;
    max-height: 100px;
    min-width: 100px;
}

.manufacturer div.manufacturer_name {
    font: 20px/24px Lato;
    color: #666666;
    padding-left: 15px;
}

.manufacturer div.manufacturer_name span {
    font-size: 14px;
    display: block;
}

.comm_request_form {
    width: 400px;
    padding: 30px 30px 15px 30px;
    box-shadow: 0px 3px 2px 1px #e6e6e6;
    position: absolute;
    background: #fff;
    z-index: 1;
    left: 160px;
    top: 35px;
}

.comm_request_form label {
    color: #666666;
    margin: 0 0 5px 10px;
    display: inline-block;
}

.comm_request_form input {
    margin-bottom: 15px;
}

.comm_request_form textarea {
    resize: none;
    margin-bottom: 15px;
    line-height: 20px;
}

.comm_request_form a.close {
    top: -30px;
    right: -30px;
}

.test_number {
    background: #ec0339;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    top: 29px;
    left: 350px;
    width: 185px;
}

.test_number:before {
    content: '';
    border: 6px solid transparent;
    border-right: 6px solid #ec0339;
    position: absolute;
    top: 8px;
    left: -12px;
}

.content_detail_links {
    top: 0;
    right: 0;
}

.content_detail_links a.topcompare {
    font: 16px/18px Lato;
    color: #0b5791;
    background: url(../images/addtocompare.png) left no-repeat;
    padding-left: 20px;
    display: block;
    margin-top: 10px;
}

.content_detail_links {
    width: 185px;
}

.content_detail_links .remove-in-compare a {
    font: 16px/18px Lato;
    color: #0b5791;
    background: url(../images/close.png) left no-repeat;
    padding-left: 20px;
    display: block;
    margin-top: 10px;
}

.content_detail_links .remove-in-compare,
.content_detail_links span.add-compare,
.content_detail_links span.in-compare {
    display: block;
    width: 100%;
    padding: 0;
}

.content_detail_links span {
    color: #05905d;
    display: inline-block;
    font-size: 14px;
    padding-left: 22px;
}

.content_detai_price {
    color: #05905d;
    font: 18px/32px LatoSemibold;
    float: left;
    margin-right: 35px;
}

.content_detai_price span {
    font: 32px/32px LatoBlack;
}

.content_detai_comment {
    font: 14px/18px Lato;
    color: #666666;
    margin-top: 15px;
}

.content_info_tabs .tabs__caption {
    margin-bottom: 35px;
}

.content_info_tabs .tabs__caption li {
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.content_info_tabs .tabs__caption li span {
    color: #0b5791;
    font: 16px/20px LatoSemibold;
    border-bottom: 1px dashed #0b5791;
}

.content_info_tabs .tabs__caption li.active span {
    color: #05905d;
    border-bottom: none;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.tabs__content.table table tr td {
    font: 16px/16px Lato;
    color: #05905d;
    position: relative;
}

.tabs__content.table table tr.table_title td {
    text-align: center;
    font: 14px/16px LatoSemibold;
    background: #e6e6e6;
    color: #000000;
}

.tabs__content.table .spareparts table thead td {
    font: 14px/16px LatoSemibold;
    background: #e6e6e6;
    color: #000000;
}

.tabs__content.table .spareparts table thead td a {
    color: #000000;
}

.tabs__content.table .spareparts table td {
    font: 15px/16px Lato;
    color: #666666;
    padding: 5px 0 5px 15px;
}

.tabs__content.table table tr td.parameter {
    font: 15px/16px Lato;
    color: #555555;
    width: 410px;
}

.tabs__content.table a.learnmore {
    display: inline-block;
    color: #0b5791;
    font: 14px/37px LatoSemibold;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
}

.tabs__content.table .spareparts .request_form {
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.tabs__content.table .spareparts .request_form .spare-form {
    width: 525px;
}

.tabs__content.table .spareparts .request_form .fl_l {
    width: 240px;
}

.tabs__content.table .spareparts .request_form .fl_r {
    width: 270px;
}

.tabs__content.table .spareparts .request_form textarea {
    height: 190px;
}

/*about*/

.requisites h2 span {
    margin-right: 20px;
}

.map_block {
    margin-top: 20px;
}

.map_block h3 {
    color: #505960;
}

.map_block ul li:before {
    display: none;
}

.map_block ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 35px;
}

.map_block ul li a {
    font: 16px/22px LatoSemibold;
    color: #0b5791;
    border-bottom: 1px dashed #0b5791;
}

.map_block ul li.selected a {
    border-bottom: none;
    color: #05905d;
}

.address {
    margin-bottom: 20px;
}

.address label {
    display: block;
    font: 16px/22px LatoSemibold;
}

.address a {
    color: #0b5791;
}

/*delivery*/

.delivery_info {
    margin-bottom: 35px;
}

.delivery_info h4 {
    margin-bottom: 5px;
    color: #505960;
}

.delivery_info_ico,
.delivery_info_text {
    display: table-cell;
}

.delivery_info_ico {
    width: 100px;
    vertical-align: top;
    padding-top: 15px;
}

.delivery_info_text {
    width: 790px;
}

/*search*/

.search_results_page {
    margin-bottom: 40px;
}

.search_results {
    margin-bottom: 35px;
}

.search_results li:before {
    display: none;
}

.search_results li {
    margin-bottom: 10px;
}

.search_results li a {
    color: #0b5791;
}

/*compare_list*/

.compare_list .compare_item {
    float: left;
    margin-left: 13px;
    margin-right: 0px;
    margin-bottom: 15px;
    height: 275px;
}

.compare_item_image img {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.compare_item_image {
    /*height: 140px;*/
    width: 233px;
    height: 118px;
    position: relative;
}

a.ask_price {
    display: block;
    background: #f2f2f2;
    color: #0b5791;
    font: 14px/30px LatoSemibold;
    margin: 0 -15px -5px -15px;
    border-radius: 0 0 2px 2px;
}

a.ask_price:hover,
a.ask_price.selected {
    color: #fff;
    background: #505960;
}

a.deletefromcompare {
    background: url(../images/close.png) center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
}

.compare_list .left_sidebar {
    padding-top: 75px;
}

a.compare_link {
    display: block;
    font: 16px/18px Lato;
    color: #0b5791;
    margin-top: 15px;
}

a.compare_link.selected {
    font-weight: bold;
    color: #05905d;
}

.compare_tab {
    margin-top: 35px;
}

.compare_tab.table table.compare_tab_title {
    border: 5px solid #505960;
}

.compare_tab.table table.compare_tab_title td {
    color: #fff;
    font: 15px/16px LatoSemibold;
    background: #505960;
    border-top: none;
    padding: 5px 20px 5px 0;
}

.compare_tab.table table.compare_tab_title td.parameter {
    padding-left: 20px;
}

.compare_tab.table table {
    border-top: none;
}

.compare_tab.table table tr.table_title td {
    text-align: center;
    font: 14px/16px LatoSemibold;
    background: #e6e6e6;
    color: #000000;
}

.compare_tab.table table tr td {
    font: 15px/16px Lato;
    color: #05905d;
}

.compare_tab.table table tr td.parameter {
    font: 15px/16px Lato;
    color: #555555;
    width: 310px;
}

.compare_tab.table table.compare_tab_title tr td.parameter.parameter ul li {
    float: left;
    margin-right: 5px;
}

.compare_tab.table table.compare_tab_title tr td.parameter.parameter ul li a {
    background: #fff;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.compare_tab.table table.compare_tab_title tr td.parameter.parameter ul li a.active {
    background: #05905d;
    border: 4px solid #fff;
}

.request_form {
    width: 550px;
    margin: 35px auto 95px;
}

.request_form_text {
    width: 290px;
    float: left;
    font: 14px/20px Lato;
    color: #666666;
    padding-top: 25px;
}

.request_form .spare-form {
    width: 240px;
    float: right;
}

.request_form label {
    color: #666666;
    margin: 0 0 5px 10px;
    display: inline-block;
}

.request_form input[type="text"],
.request_form input[type="mail"] {
    margin-bottom: 15px;
}

/*compare_tab_params*/

.compare_tab_2 {
    border-bottom: 5px solid #e6e6e6;
}

.compare_tab_2.table table.compare_tab_params {
    width: 312px;
    border: 0px;
    float: left;
}

.compare_tab_2.table table.compare_tab_params td {
    color: #555555;
    white-space: nowrap;
    height: 37px;
    border-left: 5px solid #e6e6e6;
}

.compare_tab_2.table table.compare_tab_params .controls {
    background: #505960;
    border-left: 5px solid #505960;
}

.compare_tab_item_items:after {
    content: '';
    right: 0;
    left: -10px;
    top: 0;
    height: 52px;
    display: inline-block;
    background: #505960;
    position: absolute;
}

.compare_tab_item_items {
    float: none;
    overflow: hidden;
    border-right: 5px solid #e6e6e6;
    position: relative;
}

.compare_tab_item_items table.compare_tab_item {
    border: 0px;
    width: 100%;
}

.compare_tab_item_items table.compare_tab_item thead td {
    background: #505960;
    color: #fff;
}

.compare_tab_item_items table.compare_tab_item td {
    height: 37px;
}

.compare_tab_item_items table.compare_tab_item td:first-child {
    padding-left: 0px;
}

.compare_tab_2 .table_title {
    text-align: center;
    font: 14px/37px LatoSemibold;
    background: #e6e6e6;
    color: #000000;
    width: 100%;
    left: 0;
}

.compare_tab_2 .table_title.table_title_1 {
    top: 37px;
}

.compare_tab_2 .table_title.table_title_2 {
    top: 222px;
}

.compare_tab_2 .table_title.table_title_3 {
    top: 408px;
}

.compare_tab_2 .table_title.table_title_4 {
    top: 593px;
}

/*services*/

.services {
    margin-top: 65px;
}

.services h2 {
    margin-bottom: 35px;
}

h2 a {
    font: 40px/46px LatoSemibold;
    margin: 0px;
    padding: 0px;
    color: #0b5791;
}

.services .left_content {
    margin-bottom: 15px;
}

.services p {
    line-height: 25px;
}

.services .sidebar {
    padding-top: 10px;
}

.services .sidebar_menu {
    padding: 5px 20px;
    border-left: 1px solid #cccccc;
}

.services_info {
    margin-bottom: 35px;
}

.services_info h4 {
    margin-bottom: 5px;
    color: #505960;
}

.services_info_text {
    max-width: 790px;
}

.service_center {
    padding: 20px;
    background: #f7f7f7;
    position: relative;
}

.service_center label {
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
    color: #666666;
}

.service_center_city {
    font: 20px/22px LatoSemibold;
    color: #0b5791;
    border-bottom: 1px dashed #0b5791;
}

.service_center .all_cities {
    background: #fff;
    padding: 30px;
    top: 0px;
    right: -10px;
    width: 250px;
    z-index: 2;
}

.service_center .all_cities a {
    font: 20px/30px LatoSemibold;
    color: #848484;
}

.service_center .all_cities a.selected {
    color: #05905d;
}

.service_center_phone {
    margin-top: 25px;
    padding-left: 25px;
    background: url(../images/phone_ico.png) left no-repeat;
    font: 16px/18px Lato;
    color: #333333;
}

.service_center_mail {
    margin-top: 10px;
    padding-left: 25px;
    background: url(../images/mail_ico.png) left no-repeat;
    display: inline-block;
}

.service_center_mail span {
    font: 16px/18px Lato;
    color: #0b5791;
    border-bottom: 1px dashed #0b5791;
}

.comm_request_form form > p,
.call_request form > p,
.service_center form > p {
    font: 16px/25px Lato;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    background: #05905d;
    border-radius: 4px;
    padding: 5px;
}

.service_center form {
    width: 190px;
    text-align: center;
    margin-top: 20px;
}

.service_center form label {
    color: #333333;
    font: 16px/18px LatoSemibold;
}

.service_center form input[type="text"] {
    margin-bottom: 20px;
}

/*spareparts*/

.content_info_block.spareparts {
    margin-bottom: 95px;
}

.spareparts h2 {
    color: #0b5791;
    margin-bottom: 35px;
}

.spareparts .materials_block {
    width: 100%;
}

.spareparts .materials_block_info {
    width: 855px;
}

/*powerplant*/

.powerplant p a, .js-sandblasting p a {
    color: #0b5791;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 25px;
}

a.powerplant_show {
    font: 24px/28px LatoSemibold;
    color: #0b5791;
    border-bottom: 1px dashed #0b5791;
    margin-bottom: 25px;
    display: inline-block;
}

a.powerplant_show.container_open {
    color: #505960;
    border-bottom: 1px dashed #505960;
}

.powerplant, .js-sandblasting {
    margin-bottom: 35px;
}

.powerplant_tab a:hover {
    color: #05905d;
    position: relative;
    border-bottom: 1px solid transparent;
}

.powerplant_tab a {
    font: 15px/18px LatoSemibold;
    color: #0b5791;
    border-bottom: 1px dashed #0b5791;
}

.powerplant_tab thead td a {
    border: none !important;
    color: #000;
}

.powerplant_tab thead td a,
.powerplant_tab thead td {
    font: 14px/16px LatoSemibold;
}

.powerplant_tab thead td span {
    position: relative;
    cursor: pointer;
}

.powerplant_tab td {
    font-size: 14px;
}

.has-arr:after {
    border: 5px solid transparent;
    content: '';
    position: absolute;
    /*right: -7px;*/
    /*  top: 50%;
  transform: translateY(-50%);*/
    margin: 4px 0 0 7px;
}

.has-arr {
    padding-right: 7px;
    position: relative;
}

.desc:after {
    border-bottom: 9px solid #05905d;
    border-top: none;
}

.asc:after {
    border-top: 9px solid #05905d;
}

.powerplant_tab .powerplant_item_name:hover .compressors_item_image {
    display: block;
}

.powerplant_tab .powerplant_item_name {
    font: 15px/16px LatoSemibold;
    position: relative;
    color: #000;
}

.powerplant_tab .powerplant_item_name .powerplant_item_type {
    font: 13px/16px Lato;
    color: #05905d;
}

.powerplant_tab .powerplant_item_name span {
    font: 13px/16px Lato;
    color: #666666;
    display: block;
}

.powerplant_tab .powerplant_item_price {
    color: #05905d;
    font: 16px/16px Lato;
}

.powerplant_tab .powerplant_item_price span {
    font: 700 16px/16px Lato;
}

/*404*/

.page_404 {
    color: #505960;
    font: 24px/28px LatoSemibold;
    margin-bottom: 60px;
}

.page_404 a {
    color: #0b5791;
    font: 24px/28px LatoSemibold;
}

.page_404 span {
    color: #ec0339;
    font: 16px/54px LatoSemibold;
    position: absolute;
    top: -85px;
    left: 300px;
}

/*inset*/

.pagenavigation {
    font: 13px/18px Lato;
    margin-bottom: 15px;
    color: #666666;
}

.pagenavigation a {
    font: 13px/18px Lato;
    color: #0b5791;
}

.page p {
    color: #666666;
}

.left_content a {
    color: #0b5791;
}

.left_content {
    width: 740px;
    font: 16px/22px Lato;
    color: #666;
    margin-bottom: 35px;
}

.right_sidebar {
    width: 320px;
}

.left_sidebar {
    width: 240px;
}

.right_content {
    color: #666666;
    padding: 0 0 0 285px;
    width: auto !important;
    float: none !important;
}

.right_sidebar h4 {
    color: #505960;
}

a.download {
    font: 14px/18px LatoSemibold;
    color: #0b5791;
    background: url(../images/download.png) left no-repeat;
    padding-left: 20px;
    display: inline-block;
}

a.toprint {
    font: 16px/18px Lato;
    color: #0b5791;
    background: url(../images/toprint.png) left no-repeat;
    padding-left: 20px;
    display: inline-block;
}

p.lh30 {
    line-height: 30px;
}

.sidebar {
    padding-top: 35px;
}

.sidebar_menu li:before {
    display: none;
}

.sidebar_menu li {
    margin-bottom: 10px;
}

.sidebar_menu li a {
    color: #0b5791;
}

.advertising_text {
    font: 16px/20px LatoSemiboldItalic;
}

.table table {
    border: 5px solid #e6e6e6;
}

.table table thead td {
    background: #e6e6e6;
}

.table table td {
    padding: 10px 18px 10px 0;
}

.table table td:first-child {
    padding-left: 20px;
}

.table table tbody td {
    color: #666666;
    border-top: 1px solid #e6e6e6;
}

.table table tbody tr:first-child td {
    border-top: none !important;
}

.content_info_block {
    margin-top: 40px;
    margin-bottom: 55px;
    font: 16px/22px Lato;
    color: #666666;
}

.content_info_block a.download {
    display: table-cell;
    font: 14px/46px LatoSemibold;
}

.content_info_block h2 {
    margin-bottom: 30px;
}

.content_info_block_pictures img {
    margin-right: 20px;
}

span.comment {
    display: inline-block;
    padding-left: 15px;
    color: #666666;
    font: 14px/20px Lato;
    margin-top: 20px;
}

.checkbox {
    display: none;
}

.checkbox_custom {
    width: 15px;
    height: 15px;
    border: 1px solid #05905d;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.checkbox:checked + .checkbox_custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #05905d;
    border-radius: 50%;
}

.quantity a {
    background: #05905d;
    color: #fff;
    display: inline-block;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    margin-top: 4px;
    float: left;
}

.quantity input {
    width: 40px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    float: left;
    margin: 0 5px;
}

/*default_info*/

.dop_info_block {
    padding: 95px 0;
    position: relative;
    z-index: 10;
    border-bottom: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
}

.dop_info_block p {
    color: #666666;
}

.facts_block {
    display: table;
    margin: 15px 70px 0 25px;
    table-layout: fixed;
    min-height: 80px;
}

.facts_block_left {
    background: #f7f7f7;
    width: 250px;
    vertical-align: middle;
    display: table-cell;
}

.facts_block_left:before {
    content: '';
    border: 40px solid transparent;
    border-left: 40px solid #05905d;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.facts_block_right {
    background: #e6e6e6;
    vertical-align: middle;
    width: 260px;
    display: table-cell;
}

.facts_block_right:before {
    content: '';
    border: 40px solid transparent;
    border-left: 40px solid #f7f7f7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.facts_block_right:after {
    content: '';
    border: 40px solid transparent;
    border-left: 40px solid #e6e6e6;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}

.facts_block ul {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
}

.facts_block ul li {
    font: 15px/16px Lato;
    color: #666666;
    margin: 10px 0;
    position: relative;
    padding-left: 15px;
}

.facts_block ul li:before {
    font: 10px FontAwesome;
    content: '\f068';
    position: absolute;
    color: #05905d;
    left: 0;
}

.dop_info_block table td a {
    display: block;
    margin: 15px 0 0 15px;
    color: #0b5791;
    font: 16px/18px LatoSemibold;
}

.dop_info_tab_title {
    display: table-cell;
    width: 320px;
    vertical-align: top;
}

.dop_info_tab_td {
    display: table-cell;
    width: 900px;
}

.facts_block {
    width: 500px;
    float: left;
}

.dop_info_tab_link {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    padding-top: 15px;
}

.dop_info_tab_link a {
    display: block;
    margin: 15px 0 0 15px;
    color: #0b5791;
    font: 16px/18px LatoSemibold;
}

.more_info_block {
    padding: 95px 0 0;
}

.more_info_block div {
    width: 50%;
    display: table-cell;
    vertical-align: bottom;
    color: #666666;
    font: 16px/24px Lato;
}

.more_info_block div:first-child {
    padding-right: 20px;
}

.more_info_block div h2 {
    margin-bottom: 45px;
}

.dealers_slider {
    width: 1024px;
    margin: 45px auto;
    border: 7px solid #05905d;
    padding: 30px;
}

.dealers_slider .dealers_slider_title {
    font: 24px/24px LatoSemibold;
    text-align: left;
    width: 160px;
    margin-bottom: 0;
    float: left;
    color: #05905d;
}

.jcarousel_wrapper {
    height: 60px;
    width: 725px;
    float: right;
}

.jcarousel {
    width: 700px;
    overflow: hidden;
}

.jcarousel li:before {
    display: none;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.jcarousel img {
    max-height: 72px;
}

.jcarousel ul li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    width: 175px;
}

ol {
    padding: 0;
    list-style: none;
}

ol li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

ol li:before {
    color: #05905d !important;
    width: 20px;
    display: inline-block;
    content: counter(step-counter) ".";
}

ul li:before {
    content: '— ';
}

li {
    margin-bottom: 10px;
}

blockquote > *,
blockquote {
    color: #05905d !important;
    font: 700 16px/22px Lato;
    font-style: italic;
    font-size: 16px;
    margin: 10px 0;
}

blockquote {
    padding: 14px 85px 14px 85px;
    border-left: 4px solid #05905d;
}

.jcarousel-next,
.jcarousel-prev {
    position: absolute;
    cursor: pointer;
    top: 20px;
    display: inline-block;
    width: 18px;
    height: 35px;
}

.jcarousel-next {
    right: 0px;
    background: url(../images/jcarousel-next.png) center no-repeat;
}

.jcarousel-prev {
    left: -30px;
    background: url(../images/jcarousel-prev.png) center no-repeat;
}

.compare_slider {
    width: 1024px;
    margin: 0 auto 95px;
    position: relative;
}

.compare_slider_content {
    width: 834px;
    float: left;
}

.compare_item {
    width: 265px;
    border: 1px solid #f2f2f2;
    text-align: center;
    margin-right: 15px;
    padding: 15px 15px 5px 15px;
    position: relative;
    border-radius: 2px;
}

.compare_item_name {
    padding-top: 10px;
    font: 15px/35px LatoSemibold;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.compare_item_name a {
    color: #000000;
}

.compare_item_price {
    color: #05905d;
    font: 14px/28px LatoSemibold;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
}

.compare_item_price span {
    font: 24px/16px LatoBlack;
}

.compare_item a.addtocompare {
    position: absolute;
    background: url(../images/addtocompare.png) center no-repeat;
    display: inline-block;
    width: 15px;
    height: 18px;
    top: 5px;
    left: 5px;
}

.compare_slider_nav {
    float: right;
    width: 165px;
    padding-top: 55px;
}

.compare_slider_nav_title {
    font: 24px/16px LatoSemibold;
    color: #505960;
}

.compare_slider_nav_info {
    padding-top: 65px;
    color: #666666;
    font: 16px/18px Lato;
}

.compare_slider_nav_info span {
    font: 16px/18px LatoBlack;
}

.compare_slider_nav_info a.tocompare {
    margin-top: 15px;
}

/*footer*/

.footer_wrapper {
    background: #252741;
    padding-bottom: 20px;
}

.footer_cities_wrapper {
    margin-top: -15px;
}

.footer_cities {
    width: 1300px;
    margin: 0 auto;
    background: #05905d;
}

.footer_cities ul li:before {
    display: none;
}

.footer_cities ul li {
    float: left;
    font: 16px/30px LatoSemibold;
    color: #fff;
    width: 160px;
}

.footer div {
    float: left;
    width: 160px;
    margin-top: 10px;
}

.footer p {
    font: 12px/16px Lato;
    color: #fff;
}

.owl-carousel:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    width: 100%;
}

.owl-carousel .owl-wrapper {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controlls .owl-buttons,
.owl-controlls .owl-page {
    cursor: pointer;
}

.owl-controlls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.grabbing {
    cursor: move;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.compare_slider_content .owl-controlls {
    position: absolute;
    right: 0px;
    width: 165px;
    top: 100px;
}

.owl-page {
    width: 15px;
    height: 15px;
    border: 4px solid #05905d;
    background: #05905d;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    transition: .3s all ease;
    margin-right: 7px;
}

.owl-page.active,
.owl-page:hover {
    background: #fff;
}

.product-preview .main-image {
    margin: 0 5px 5px;
}

.product-preview > a {
    /* width: 100%;*/
    float: left;
    width: 33.3%;
    padding: 5px;
}

.product-preview {
    overflow: hidden;
    margin: 0 -5px;
}

.product-preview img {
    width: 100%;
    height: auto;
}

.menu ul li a {
    padding: 9px 0 10px;
    line-height: 1.25;
}

.menu ul li {
    height: auto;
}

.compressors_nocarousel li:before,
.content_info_tabs .tabs__caption li:before {
    display: none;
}

.content_info_block li {
    font: 16px/22px Lato;
    color: #666;
}

.ms-pagination {
    text-align: center;
}

.ms-pagination .pages {
    display: inline-block;
}

.pages div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -2px;
}

.pages div a {
    width: 20px;
    height: 20px;
    font-size: 0;
    color: transparent;
    display: inline-block;
    vertical-align: top;
    background: url(../images/jcarousel-next_small.png) center no-repeat;
}

.pages div:first-child a {
    background: url(../images/jcarousel-prev_small.png) center no-repeat;
}

.pages a {
    font: 14px/16px LatoSemibold;
    color: #666666;
    margin: 0 5px;
    vertical-align: top;
}

.pages span {
    color: #05905d;
    font: 14px/16px LatoSemibold;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

.owl-carousel .owl-wrapper {
    display: block !important;
}

.catalog_item_image img {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.catalog_item_image {
    width: 233px;
    height: 118px;
    position: relative;
}

.compare_item .is-added {
    position: absolute;
    top: 0;
    right: 0;
}

.compare_item .is-added a {
    background: url(../images/close.png) center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: auto;
    top: -10px;
    right: -10px;
}

.compare_slider_content .owl-carousel {
    padding-top: 10px;
}

.read-more {
    display: none;
    padding: 1px 0 !important;
}

.compressor-filters input[type="submit"],
.show-full-filter,
.show-full-text {
    font: 16px/37px Lato;
    color: #fff;
    background: #05905d;
    border-radius: 4px;
    text-align: center;
    border: none;
    padding: 0 5px;
    width: 200px;
    display: block;
    margin: 10px auto;
}

.show-full-filter {
    width: 350px;
}

.compare_tab_item_items .slick-list {
    padding: 0;
}

input.error {
    border: 1px solid red;
}

.service_center.to-fixed {
    position: fixed;
    top: 35px;
    left: 0;
    width: 240px;
}

.catalog-preview-list {
    overflow: hidden;
    margin: 0 -1%;
}

.catalog-preview .name {
    height: 43px;
    display: table-cell;
    vertical-align: middle;
}

.catalog-preview img {
    max-width: 90%;
    position: absolute;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-preview .preview {
    width: 100%;
    position: relative;
    height: 215px;
    display: block;
    margin: 0 0 7px;
    border-bottom: 1px solid #f2f2f2;
}

.catalog-preview {
    float: left;
    width: 31.3%;
    padding: 15px 15px 10px;
    margin: 0 1% 1%;
    color: #000000;
    cursor: pointer;
    font: 16px/21px Lato;
    border: 1px solid #f2f2f2;
}

.all_cities li:before {
    display: none;
}

.compressor-filters .checkbox_custom {
    float: left;
    margin: 0 20px 0 0;
}

.compressor-filters span {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.compressor-filters label {
    font: 15px/16px Lato;
    color: #666666;
    padding: 5px 0 5px 0;
    margin: 5px 0;
    display: block;
    overflow: hidden;
}

.radio-column-item:nth-child(3n+1) {
    clear: left;
}

.radio-column {
    overflow: hidden;
}

.radio-column-item {
    float: left;
    width: 30.3%;
    margin: 0 3% 0 0;
}

.comm_request_form textarea,
.comm_request_form input,
.request_form input[type="text"],
.request_form input[type="mail"],
.tabs__content.table .spareparts .request_form textarea {
    font-family: Lato;
}

.comm_request_form textarea {
    line-height: 1.25;
    padding: 10px 12px;
}

.content_info_block .compressors_types--new {
    padding: 30px 0;
}

.compressors_types_sort2 li:before {
    display: none;
}

.compressors_types_sort2 li {
    padding: 0 80px;
}

.compressors_types_sort2 .level1 a:hover {
    color: #05905d;
}

.compressors_types_sort2 .level1 > a:after {
    display: inline-block;
    background: none;
    width: auto;
    padding: 0;
    top: 0;
    content: '';
    margin: 3px 0 0 5px;
    bottom: auto;
    right: 0;
    left: auto;
    height: auto;
    vertical-align: middle;
    border: 5px solid transparent;
    border-top: 9px solid #05905d;
}

.compressors_types_sort2 .compressors_types_info a:hover {
    color: #fff;
    text-decoration: underline;
}

.compressors_types_sort2 .posRel {
    overflow: hidden;
}

.compressors_types_sort2 .preview img {
    width: 100%;
    height: auto;
}

.compressors_types_sort2 .preview {
    float: left;
    margin: 0 30px 0 0;
    width: 250px;
    height: 250px;
}

.compressors_types_sort2 .center {
    overflow: hidden;
}

.compressors_types_sort2 .compressors_types_info li:last-child {
    border-right: none;
}

.compressors_types_sort2 .compressors_types_info li {
    padding: 0 20px 0 0;
    display: inline-block;
    float: none;
    margin: 0 20px 5px 0;
    vertical-align: top;
    border-right: 1px solid #fff;
}

.compressors_types_sort2 .compressors_types_info {
    position: static;
    padding-bottom: 0;
    width: auto;
    margin: 15px -80px 0;
    border-radius: 0;
}

.compressors_types_sort2 .compressors_types_info_block:last-child {
    border: none;
}

.compressors_types_sort2 .compressors_types_info_block {
    padding-bottom: 20px;
    overflow: hidden;
}

.selected-city.open-drop {
    border-radius: 4px 4px 0 0;
}

.selected-city {
    display: block;
    font-size: 16px;
    width: 100%;
    line-height: 35px;
    padding: 0 12px;
    color: #000;
    border: 1px solid #999999;
    border-radius: 4px;
}

.quantity input,
.service_center form input[type="text"],
.comm_request_form input[type="text"],
.comm_request_form input[type="mail"],
.comm_request_form textarea,
.request_form input[type="text"],
.request_form input[type="mail"],
.request_form textarea,
.call_request input[type="text"],
.call_request input[type="mail"],
.call_request textarea {
    font-size: 16px;
    margin-bottom: 15px;
}

.all_cities .selected {
    color: #0b5791;
}

.all_cities a:hover {
    color: #0b5791;
}

.all_cities a {
    padding: 0 12px;
    transition: none;
    line-height: 1.25;
    color: #000;
}

.all_cities {
    z-index: 2;
    width: auto;
    background: #fff;
    border: 1px solid #999999;
    overflow: auto;
    min-height: 5px;
    margin: -5px 0 0 !important;
    padding-top: 4px;
    border-top: none;
    left: 30px;
    right: 30px;
    box-sizing: border-box;
}

.call_request .all_cities {
    max-height: 150px;
}

.errorText,
.spare-form i {
    color: red;
}

.spare-form input[name="phone"] {
    font-family: system-ui;
}

.spare-form .errorText {
    display: block;
    font-size: 12px;
    color: red;
    margin: -19px 0 -19px 10px;
    position: relative;
    top: 4px;
}

.request_form span {
    font-weight: 700;
}

.hide-form .errorText {
    top: -15px;
}

.form-item .errorText {
    position: absolute;
    bottom: 0;
    top: auto;
    margin: 0 0 0 10px;
}

.form-item {
    position: relative;
}

.burger {
    width: 25px;
    height: 19px;
    margin: 0 10px 0 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 5;
}

.burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 8px 0 0;
    border-radius: 2px;
    display: block;
    transition: transform .2s ease-out;
}

.burger span:first-child {
    margin-top: 0;
}

.burger span:last-child {
    margin-top: 16px;
}

.nav-icon {
    display: none;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background: #05905d;
    font: 15px/19px LatoSemibold;
}

.nav-icon.open {
    z-index: 100;
}

.nav-icon.open .burger span {
    opacity: 0;
    top: 2px;
    margin: 6px 0 0;
}

.nav-icon.open .burger span:first-child {
    opacity: 1;
    transform: rotate(45deg);
}

.nav-icon.open .burger span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
}

.mobile-title {
    color: #555555;
    display: none;
    font-size: 12px;
}

.sidebar.only-mobile {
    display: none;
}

.table-head-line thead td {
    white-space: nowrap;
}

.nav .header_nav {
    position: static;
    display: none;
}

.mobile-check {
    display: none !important;
}

.powerplant_item_price {
    white-space: nowrap;
}

.compressor-filters .radio-column > label {
    float: left;
    padding: 0 15px 0 0;
}

.compressor-filters .radio-column {
    overflow: hidden;
}

.compressor-filters .caption {
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 10px;
}

/*!Ion.RangeSlider, 2.3.0, В© Denis Ineshin, 2010 - 2018, IonDen.com, Build date: 2018-12-11 23:23:51*/

.irs {
    font: 12px Arial, sans-serif;
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: .4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs--flat {
    height: 40px;
}

.irs--flat.irs-with-grid {
    height: 60px;
}

.irs--flat .irs-line {
    background: #e1e4e9;
    top: 25px;
    height: 12px;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    background: #ed5565;
    top: 25px;
    height: 12px;
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
    background: #e1e4e9;
    height: 1px;
    bottom: 16px;
}

.irs--flat .irs-handle {
    background: transparent;
    top: 22px;
    width: 16px;
    height: 18px;
}

.irs--flat .irs-handle > i:first-child {
    background: #da4453;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    background: #e1e4e9;
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background: #ed5565;
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
    background: #e1e4e9;
}

.irs--flat .irs-grid-text {
    color: #999;
}

.irs--big {
    height: 55px;
}

.irs--big.irs-with-grid {
    height: 70px;
}

.irs--big .irs-line {
    background: white;
    top: 33px;
    height: 12px;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px;
}

.irs--big .irs-bar {
    background: #92bce0;
    top: 33px;
    height: 12px;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
    background: rgba(66, 139, 202, 0.5);
    height: 1px;
    bottom: 16px;
}

.irs--big .irs-handle {
    background: #cbcfd5;
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    background: #939ba7;
    border-color: rgba(0, 0, 0, 0.45);
    background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
    background: #9f9f9f;
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    background: #428bca;
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px;
}

.irs--big .irs-grid-pol {
    background: #428bca;
}

.irs--big .irs-grid-text {
    color: #428bca;
}

.irs--modern {
    height: 55px;
}

.irs--modern.irs-with-grid {
    height: 55px;
}

.irs--modern .irs-line {
    background: #d1d6e0;
    top: 25px;
    height: 5px;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
    background: rgba(209, 214, 224, 0.5);
    height: 1px;
    bottom: 21px;
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
    border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
    border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    background: #d1d6e0;
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    background: #20b426;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}

.irs--modern .irs-grid {
    height: 25px;
}

.irs--modern .irs-grid-pol {
    background: #dedede;
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1;
}

.irs--sharp.irs-with-grid {
    height: 57px;
}

.irs--sharp .irs-line {
    background: black;
    top: 30px;
    height: 2px;
    border-radius: 2px;
}

.irs--sharp .irs-bar {
    background: #ee22fa;
    top: 30px;
    height: 2px;
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
    bottom: 21px;
}

.irs--sharp .irs-handle {
    background: #a804b2;
    top: 25px;
    width: 10px;
    height: 10px;
}

.irs--sharp .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    background: #a804b2;
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    background: #a804b2;
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    color: white;
    border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
    height: 25px;
}

.irs--sharp .irs-grid-pol {
    background: #dedede;
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--round {
    height: 50px;
}

.irs--round.irs-with-grid {
    height: 65px;
}

.irs--round .irs-line {
    background: #dee4ec;
    top: 36px;
    height: 4px;
    border-radius: 4px;
}

.irs--round .irs-bar {
    background: #006cfa;
    top: 36px;
    height: 4px;
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
    background: rgba(222, 228, 236, 0.5);
    height: 4px;
    bottom: 21px;
}

.irs--round .irs-handle {
    background: white;
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background: #006cfa;
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    color: white;
    border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa;
}

.irs--round .irs-grid {
    height: 25px;
}

.irs--round .irs-grid-pol {
    background: #dedede;
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--square {
    height: 50px;
}

.irs--square.irs-with-grid {
    height: 60px;
}

.irs--square .irs-line {
    background: #dedede;
    top: 31px;
    height: 4px;
}

.irs--square .irs-bar {
    background: black;
    top: 31px;
    height: 4px;
}

.irs--square .irs-shadow {
    background: #dedede;
    height: 2px;
    bottom: 21px;
}

.irs--square .irs-handle {
    background: white;
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    background: black;
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    color: white;
}

.irs--square .irs-grid {
    height: 25px;
}

.irs--square .irs-grid-pol {
    background: #dedede;
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
}

.select2-hidden-accessible {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

.select2-container {
    z-index: 10000;
}

.select2-search--dropdown {
    display: none !important;
}

.select2 {
    display: block;
    text-align: left;
    width: 100% !important;
}

.select2-selection {
    display: block;
    position: relative;
    border: 1px solid #05905d;
    height: 37px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.select2-selection__rendered {
    line-height: 35px;
    padding: 0 45px 0 17px;
    display: block;
    color: #7f7f7f;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    background: #05905d;
    height: 100%;
}

.select2-selection__arrow b {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.select2-container--open .select2-selection__arrow b {
    border-bottom: 5px solid #fff;
    border-top: none;
}

.select2-dropdown {
    border: 1px solid #05905d;
    display: block;
    box-sizing: border-box;
    border-top: none;
    background: #ffffff;
}

.select2-results__option {
    line-height: 1.5em;
    color: #333;
    margin: 0;
    cursor: pointer;
    padding: 5px 17px;
}

.select2-results__option:hover,
.select2-results__option[aria-selected="true"] {
    color: #05905d;
}

.select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 4px 4px;
}

.select2-container--open.select2-container--default.select2-container--below .select2-selection {
    border-radius: 4px 4px 0 0;
}

.range-in {
    padding: 7px 0 5px;
}

.range-in span {
    overflow: visible;
}

.range-in .irs-to,
.range-in .irs-from {
    display: none !important;
}

.range-in .irs-max,
.range-in .irs-min {
    color: #333;
    top: -7px;
    font-size: 14px;
    line-height: 1;
    background: none;
    padding: 0;
    border: none;
    visibility: visible !important;
}

.range-in .irs-line {
    background: #d1d1d1;
    height: 5px;
    border: none;
    padding: 0;
    border-radius: 0;
}

.range-in .irs-bar {
    background: #52ac62;
    height: 5px;
    border: none;
}

.range-in .irs-handle {
    background: #414141;
    width: 20px;
    height: 20px;
    border-radius: 1px;
    border: none;
    top: 18px;
    box-shadow: none;
}

.range-in .irs-handle i {
    display: none !important;
}

.range-field label {
    float: left;
    margin: 0 20px 0 0;
    line-height: 1.25;
}

.range-field input {
    font-size: 16px;
    line-height: 35px;
    padding: 0 12px;
    margin: 5px 0 0;
    border: 1px solid #999999;
    border-radius: 4px;
}

.has-border-bottom span {
    border-bottom: 1px dashed #05905d;
    display: inline-block;
    padding-bottom: 1px;
}

.has-border-bottom span:hover {
    border-bottom: 1px solid #05905d;
}

.has-border-bottom .checkbox_custom {
    padding: 0;
    border: 1px solid #05905d !important;
}

.drop-select {
    overflow: hidden;
    clear: both;
    display: none;
}

img:not([src]) {
    visibility: hidden;
}

.mobile-carousel a {
    border-left: none !important;
    border-right: none !important;
}

.polit .checkbox_wrap {
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    display: block;
}

.polit .checkbox_custom {
    margin: 3px 8px 0 0;
    float: left;
}

.polit a:hover {
    text-decoration: none;
}

.polit a {
    text-decoration: underline;
}

.polit {
    text-align: left;
    padding: 10px 0;
}

.service_center .polit a,
.service_center .polit span {
    font-size: 15px;
}

.spare-filter span,
.spare-filter a {
    margin: 0 10px 0 0;
}

.spare-filter a:hover {
    color: #05905d;
}


.social_help p {
}

.social_help p {
    color: #05905d;
    font-size: 20px;
    overflow: hidden;
    margin: 0;

    line-height: 30px;
}

.social_help img {
    display: block;
}

.social_help a {
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 10px 0 0;
}

.social_help {
    overflow: hidden;
    padding: 30px 0 0;
}


.contacts-list__in .column {
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.contact-group-item div {
    font-weight: 700;
    color: #333;
    margin-left: 1px;
    min-height: 41px;
    box-sizing: border-box;
    padding: 9px 10px 10px 29px;
    background: #f4f9f7;
    border-bottom: 1px solid #e6e6e6;
}

.contact-group-item a {
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    color: #05905d;
    text-decoration: underline;
    min-height: 41px;
    box-sizing: border-box;
    padding: 9px 0 10px 29px;
}

.contact-group-item a:hover {
    text-decoration: none;
}

.contact-group-item .active {
    background: #05905d;
    text-decoration: none;
    color: #fff;
}

.contacts-list__in {
    column-count: 4;
    column-gap: 0;
    column-rule: 1px solid #e5e5e5;
}

.contacts-list__in .column {
    display: inline !important;
    float: none !important;
}

.contacts-list__in .column {
    border-top: 1px solid #e6e6e6;
    border-left: none;
    margin: 0;
    border-right: none;
}

.popup-address {
    display: none;
    width: 1200px;
}

.footer_cities ul {
    max-height: 30px;
    display: block;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.footer_cities .btn:after {
    content: '';
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 12px;
    right: 50%;
    width: auto !important;
    height: auto;
}

.footer_cities.open .btn:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.footer_cities.open ul {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

.footer_cities .btn {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
}

.footer_cities {
    position: relative;
    padding-bottom: 30px;
}

.footer-nav-column div {
    min-width: 200px;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    width: auto;
}

.footer-nav-column {
    overflow: hidden;
}


.footer-nav-column > div:nth-child(4n+1) {
    clear: left;
}

.footer-nav-column > div {
    float: left;
    width: 25%;
}

.footer-nav-item li:before {
    line-height: 20px;
}

.footer-nav-item li a {
    font-size: 14px;
    line-height: 20px;
}

.footer .policy a:hover,
.footer-nav-item a:hover {
    text-decoration: underline;
}

.footer .policy a {
    color: #fff;
}

.footer .policy {
    float: right;
    width: auto;
    clear: right;
}

.footer {
    overflow: hidden;
}


.footer-nav-item li:before, .footer-nav-item a, .footer_cities a {
    font: 16px/30px LatoSemibold;
    color: #fff;
}

.footer-nav-item li a {
    font-size: 14px;
    line-height: 20px;
}

.footer .policy a,
.footer-nav-item > a {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    line-height: 23px;
}

@media screen and (min-width: 1301px) {
    .powerplant_tab thead td a {
        white-space: nowrap;
    }

    .table table td {
        padding-right: 20px;
    }

    .has-arr:after {
        margin: 4px 0 0 7px;
    }
}

@media (max-width: 1300px) {
    .materials_block_info .materials_block_title {
        width: 575px;
    }

    .catalog-preview {
        padding: 10px;
    }

    h2 {
        font: 36px/42px LatoSemibold;
    }

    a {
        font: 14px/16px Lato;
    }

    .logo {
        left: -10px;
    }

    .header_nav {
        left: 215px;
    }

    .header_phone {
        padding: 30px 15px;
        left: 360px;
        width: 440px;
    }

    .call_request {
        width: 440px;
    }

    .main_info {
        width: 155px;
    }

    .cities .all_cities {
        right: -37px;
        width: 200px;
        padding: 15px;
    }

    .search {
        width: 745px;
    }

    .main_width {
        width: 970px;
    }

    .nav {
        width: 1160px;
        max-width: 100%;
        padding: 5px 0 2px;
    }

    .nav ul li a {
        font: 13px/37px LatoSemibold;
        padding: 0 6px;
    }

    .menu {
        padding: 15px 15px 5px;
        top: 36px;
    }

    .menu ul {
        padding: 0 !important;
    }

    .menu ul li {
        margin: 10px 0;
    }

    .menu ul li a {
        line-height: 1.25;
    }

    .nav ul {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0 auto;
    }

    .catalog_item {
        width: 240px;
    }

    .compressors_types_info {
        width: 970px;
        left: -122px;
    }

    .dop_info_tab_title {
        display: block;
        width: 100%;
    }

    .facts_block {
        margin-left: 0px;
    }

    .content_info_block .materials_block {
        width: 100%;
    }

    .content_info_block .materials_block_info {
        width: 100%;
        left: 0px;
    }

    .variants .materials_block {
        width: 325px;
    }

    .dealers_slider {
        width: 970px;
    }

    .dealers_slider .dealers_slider_title {
        font: 20px/24px LatoSemibold;
    }

    .compare_slider {
        width: 970px;
    }

    .compare_slider_nav {
        width: 165px;
    }

    .compare_slider_content .owl-controlls {
        width: 120px;
    }

    .footer_cities {
        width: 100%;
    }

    .footer_cities ul li {
        font: 15px/30px LatoSemibold;
        width: 137px;
    }

    .footer div {
        width: 137px;
    }

    .footer p {
        font: 11px/16px Lato;
        padding-right: 5px;
    }

    .left_content,
    .right_content {
        width: 680px;
    }

    .right_sidebar {
        width: 270px;
    }

    .compare_tab_item_items {
        width: 655px;
    }

    .compare_tab_2.table table.compare_tab_params {
        width: 315px;
    }

    .compare_tab.table table tr td {
        font-size: 14px;
    }

    .index_materials_block .materials_block {
        width: 470px;
    }

    .index_materials_block .materials_block_info {
        width: 490px;
    }

    .right_content .compressors_types_info {
        width: 720px;
        left: -110px;
    }

    .compressors_types_sort2 .preview {
        width: 200px;
        height: 200px;
    }

    .compressors_types_sort2 .compressors_types_info {
        width: auto !important;
    }

    .right_content .main_slider {
        width: 680px;
    }

    .right_content .main_slider .catalog_item {
        width: 225px;
    }

    .right_content .main_slider .catalog_item_image {
        height: 120px;
    }

    .comm_request_form {
        left: 126px;
    }

    .compressors_jcarousel_wrapper,
    .compressors_jcarousel ul li {
        width: 680px;
    }

    .compressors_jcarousel {
        width: 680px;
    }

    .compressors_item > div {
        font-size: 14px;
    }

    .compressors_item .compressors_item_price {
        font-size: 14px;
        white-space: nowrap;
    }

    .content_info_tabs .tabs__caption li {
        margin-right: 15px;
    }

    .content_info_tabs .tabs__caption li span {
        font-size: 14px;
    }

    .manufacturer {
        max-width: 470px;
    }

    .compressors_list_title a {
        padding-right: 20px;
    }

    .left_content {
        overflow: hidden;
    }

    .service_center.to-fixed {
        /*transform: translateX(-322px) !important;*/
        /*margin-left: -485px;*/
    }

    .compressors_types_sort2 .compressors_types_info li {
        padding: 0 10px 0 0;
        margin: 0 10px 5px 0;
    }

    .tabs__content.table .spareparts .request_form .spare-form {
        float: none;
        width: auto;
        overflow: hidden;
    }

    .tabs__content.table .spareparts .request_form .spare-form .btn {
        width: 100%;
    }

    .tabs__content.table .spareparts .request_form .fl_r {
        width: 50%;
    }

    .tabs__content.table .spareparts .request_form .fl_l {
        width: 45%;
    }

    .request_form_text {
        width: 200px;
        margin: 0 10px 0 0;
    }

    .manufacturer {
        padding-right: 180px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .compare_slider {
        position: relative;
        padding: 0 200px 0 0;
    }

    .compare_slider_nav {
        position: absolute;
        top: 0;
        right: 0;
    }

    .compare_slider_content {
        width: 100%;
    }

    .compare_list .compare_item {
        width: 31.3%;
        margin: 0 1% 2%;
    }

    .table table td {
        padding: 10px 15px 10px 0;
    }

    .table table td:first-child {
        padding-left: 15px;
    }

    .table--col4 .powerplant_tab .powerplant_item_name .powerplant_item_type {
        font-size: 12px;
    }

    .table--col4 td {
        font-size: 14px;
    }

    .table--col4 .col4 {
        padding-right: 10px;
    }

    .table--col4 thead td {
        padding: 10px 15px 10px 0;
    }

    .table--col4 thead td a {
        font-size: 13px;
    }

    .powerplant_tab .powerplant_item_price span {
        font-size: 13px;
    }

    .has-arr:after {
        margin: 5px 8px 0 2px;
    }

    .powerplant_tab a {
        font-size: 13px;
    }

    .popup-address {
        width: 800px;
        margin-bottom: 100px;
    }


    .contacts-list__in {
        column-count: 3;
    }
}

@media screen and (max-width: 1000px) {
    .right_content .main_slider {
        width: 100%;
    }

    .main_width {
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
    }

    .logo {
        left: 15px;
    }

    .header_nav {
        top: 0;
        padding: 10px 0;
        left: 15px;
    }

    .header_nav li {
        float: left;
        margin: 0 10px 0 0;
    }

    .main_info {
        top: 0;
        padding-left: 252px;
        width: auto;
        left: 0;
        right: 340px;
    }

    .main_info:after {
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 2px solid #47a2e6;
        display: inline-block;
        position: absolute;
    }

    .cities {
        padding-bottom: 38px;
    }

    .header_phone {
        right: 0;
        width: 340px;
        left: auto;
        padding: 20px 15px 15px;
    }

    .header_phone a.phone_button {
        display: block;
        float: none;
        margin: 10px 0 0;
    }

    .main_comtacts {
        position: absolute;
        padding: 0;
        bottom: 11px;
        margin-right: -15px;
        left: 109px;
    }

    .main_comtacts a {
        margin-right: 13px;
    }

    .search {
        box-sizing: border-box;
        width: auto;
        left: 20px;
        right: 20px;
    }

    .call_request {
        left: auto;
        right: 0;
    }

    .nav ul li:hover > .menu {
        display: none;
    }

    .nav ul li a.selected {
        text-decoration: underline;
        background: transparent;
    }

    .nav {
        display: none;
        padding: 0;
    }

    .nav ul {
        padding: 0;
    }

    .nav li {
        display: block;
        float: none;
        width: 100%;
        height: auto !important;
        border-top: 1px solid #fff;
    }

    .nav a {
        padding: 5px 10px;
    }

    .nav .main_width {
        padding: 0;
    }

    .nav .menu {
        position: static;
        padding: 0;
    }

    .nav .menu.open {
        display: block !important;
    }

    .nav .menu ul li {
        margin: 0;
        padding: 10px 0;
    }

    .nav.open {
        display: block;
    }

    .nav .has-drop.open {
        background: #046944;
    }

    .nav .has-drop.open > a:after {
        border-top: none;
        border-bottom: 5px solid #fff;
    }

    .nav .has-drop > a:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        position: relative;
        top: -1px;
        margin: 0 0 0 10px;
        border-top: 5px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .nav-icon {
        display: block;
    }

    .page_wrapper {
        padding: 40px 0 0;
    }

    .big_title {
        margin: 0 0 20px;
    }

    .compressors_types {
        width: auto;
        margin: -215px 20px 30px 20px;
    }

    .compressors_types_img {
        width: 300px;
        background-size: contain;
        top: 5px;
        left: -20px;
        height: 285px;
    }

    .compressors_types_text {
        padding: 0 0 15px 245px;
    }

    .index_materials_block .materials_block {
        width: 48%;
        margin: 0 1% 2%;
    }

    .index_materials_block .row {
        margin: 0 -1% 0;
    }

    .index_materials_block h2 {
        margin: 0 0 20px;
    }

    .index_materials_block .materials_block_title {
        line-height: 1.25;
        padding: 0 15px 0 0;
    }

    .index_block_wrapper {
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .dop_info_block {
        padding: 30px 0;
    }

    .facts_block ul li:before {
        top: 3px;
    }

    .more_info_block {
        padding: 30px 20px;
    }

    .more_info_block div h2 {
        margin: 0 0 20px;
    }

    .footer_cities ul li {
        width: auto;
        margin: 0 37px 0 0;
    }

    .footer div {
        width: 25%;
        box-sizing: border-box;
        padding: 0 20px 0 0;
    }

    .dealers_slider {
        width: 100%;
    }

    .jcarousel_wrapper {
        position: absolute;
        left: 245px;
        right: 35px;
        box-sizing: border-box;
        padding: 0 30px 0 0;
        width: auto;
    }

    .jcarousel {
        width: 100%;
    }

    .compressors_types_info {
        width: 100%;
        left: 0;
    }

    .compressors_types_info_block ul {
        /*display: none;*/
    }

    .compressors_types_info .type_title a {
        width: 250px;
    }

    .left_content {
        width: 100%;
        margin: 0;
    }

    .right_sidebar {
        width: 100%;
        padding: 0;
    }

    .row-contacts {
        overflow: hidden;
        clear: both;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .row-contacts .sidebar {
        padding: 0;
    }

    .row-contacts .yamap {
        width: 100% !important;
    }

    .row-contacts .address {
        display: inline-block;
        vertical-align: top;
        width: 40%;
    }

    .services-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .services-row .right_sidebar {
        margin-bottom: 20px;
    }

    .services {
        margin-top: 0;
    }

    .services h2 {
        margin-bottom: 25px;
    }

    .row-catalog > .left_sidebar {
        width: 200px;
    }

    .row-catalog > .right_content {
        width: auto;
        float: none;
        padding: 0 0 0 220px;
    }

    .service_center {
        padding: 15px 10px;
    }

    .service_center form {
        width: 100%;
    }

    .content_info_block {
        margin: 30px 0;
    }

    .content_info_block .compressors_types {
        margin-top: 0;
    }

    .variants .materials_block {
        width: 48%;
        margin: 0 2% 2% 0;
    }

    .service_center.to-fixed {
        width: 200px;
    }

    .compressors_types_sort2 li {
        padding: 0 40px;
    }

    .compressors_types_sort2 .compressors_types_info {
        margin-left: -40px;
        margin-right: -40px;
    }

    .compressors_types_sort2 .preview {
        height: auto;
    }

    .compressors_types_sort2 .preview img {
        height: 150px;
        width: auto;
    }

    .compressors_types_sort2 .center {
        overflow: visible;
    }

    .compressors_types_sort2 ul {
        display: block;
        padding: 20px 0 0;
        clear: both;
    }

    .compressors_types_sort2 li {
        display: block;
        border: none;
    }

    .compressors_types_info .type_title {
        display: -ms-flexbox;
        display: flex;
        height: 150px;
        margin: 0;
        -ms-flex-align: center;
        align-items: center;
    }

    .catalog-preview {
        width: 48%;
        box-sizing: border-box;
        margin: 0 1% 2%;
    }

    .table-wrap {
        width: 100%;
        overflow-y: auto;
        margin: 0 0 10px;
    }

    .table-wrap .compressors_item {
        overflow: hidden;
        clear: both;
        padding-left: 0;
        padding-right: 0;
    }

    .table-wrap .compressors_item > div {
        float: left;
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
        padding: 0 10px 0 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .table-wrap li:first-child {
        border-top: none;
    }

    .table-wrap li {
        border-top: 1px solid #e6e6e6;
    }

    .table-wrap ul {
        margin: 0 0 20px;
        box-sizing: border-box;
        padding: 0 20px;
        border: 1px solid #e6e6e6;
    }

    .table-wrap .cell_1 {
        width: 67%;
    }

    .table-wrap .cell_3,
    .table-wrap .cell_5,
    .table-wrap .cell_4,
    .table-wrap .cell_2 {
        width: 33%;
    }

    .table-wrap .cell_4,
    .table-wrap .cell_5,
    .table-wrap .cell_3 {
        height: 32px;
    }

    .table-wrap .compressors_list_title {
        background: none;
        padding: 0;
    }

    .table-wrap .compressors_list_title div {
        display: block;
        width: 33.3%;
        float: left;
    }

    .compressors_item:hover .compressors_item_image {
        display: none;
    }

    .radio-column-item {
        width: 45%;
    }

    .radio-column-item:nth-child(3n+1) {
        clear: none;
    }

    .radio-column-item:nth-child(2n+1) {
        clear: left;
    }

    .request_form {
        margin: 20px 0 0;
        width: 100%;
    }

    .request_form_text {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 0 10px;
    }

    .manufacturer_logo img {
        max-width: 150px;
    }

    .compare_tab_item_items {
        overflow: hidden;
        float: none;
        width: auto;
    }

    .compare_tab_2.table table.compare_tab_params {
        width: 250px;
    }

    .compare_list .left_sidebar {
        float: none;
        padding: 20px 0 0;
        width: 100%;
    }

    .compare_list .right_content {
        padding: 30px 0 0;
        width: 100%;
        clear: both;
        float: none;
    }

    .compare_slider {
        width: 100%;
    }

    .request_form .spare-form {
        float: none;
        margin: 0 auto 20px;
    }

    .index_info_block_wrapper .compressors_types_info_block ul,
    .index_info_block_wrapper .compressors_types_info .type_title {
        display: block;
        height: auto;
    }

    .index_info_block_wrapper .compressors_types_info .type_title {
        margin-bottom: 10px;
    }

    .materials_block:nth-child(even) .materials_block_info {
        right: -10px;
        left: auto;
    }

    .services-row2 {
        display: block;
    }

    .services-row2 .right_content {
        width: auto;
        overflow: hidden;
        float: none;
    }

    .services-row2 .left_sidebar {
        float: left;
    }

    .compressors_item_image {
        display: none !important;
    }

    .service_center .all_cities {
        right: 0;
        left: 0;
        width: auto;
    }

    .catalog_item_desc {
        font-size: 14px;
    }

    .site {
        overflow: hidden;
    }

    .compressors_nocarousel {
        clear: both;
        overflow: hidden;
    }

    .compressors_nocarousel .mobile-title {
        font-size: 11px;
        display: block;
        margin-bottom: 5px;
    }

    .compressors_item > div {
        height: 83px;
        margin-bottom: 10px;
    }

    .table-wrap .compressors_list_title {
        margin: 0 0 20px;
        overflow: hidden;
        margin-right: -2%;
    }

    .table-wrap .compressors_list_title div {
        width: 48%;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        margin: 5px 2% 5px 0;
        height: auto;
        padding: 0;
    }

    .table-wrap .compressors_list_title div a {
        display: block;
        padding: 10px 5px;
    }

    .desc:after {
        border-bottom: 9px solid #05905d;
        border-top: none;
        margin-top: 3px;
    }

    .table-wrap .cell_4,
    .table-wrap .cell_2,
    .table-wrap .cell_5,
    .table-wrap .cell_3 {
        width: 25%;
        height: 32px;
        position: static;
        line-height: 1.25;
    }

    .table-wrap .cell_1 {
        width: 100%;
    }

    .table-wrap .cell_1 .mobile-title {
        margin: 0;
    }

    .materials_block_info_tab tr {
        display: inline;
    }

    .materials_block_info_tab td {
        float: left;
        display: block;
        width: 50%;
    }

    .materials_block_info .materials_block_ico {
        padding-top: 0 !important;
    }

    .materials_block_info .materials_block_title a {
        margin-bottom: 10px;
        display: inline-block;
    }

    .footer_cities_wrapper {
        display: none;
    }

    .table-style3 tbody,
    .table-style3 thead,
    .table-style3 tr,
    .table-style3 table {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .table-style3 table {
        border: none;
    }

    .table-style3 tbody {
        border: 5px solid #e6e6e6;
    }

    .table-style3 tr {
        border-top: 1px solid #e6e6e6 !important;
        padding: 0 0 10px 0;
        position: relative;
    }

    .table-style3 td {
        float: left;
        border: none !important;
        display: block;
        padding: 10px 10px 0 !important;
        clear: left;
        width: 100%;
    }

    .table-style3 td:first-child {
        padding: 10px 33.3% 0 10px !important;
    }

    .table-style3 td:last-child {
        position: absolute;
        padding: 10px !important;
        top: 0;
        right: 0;
        width: 33.3%;
    }

    .table-style3 thead {
        display: block;
        background: #fff;
        margin: 0 0 10px;
    }

    .table-style3 thead tr {
        border: none !important;
        padding: 0;
    }

    .table-style3 thead td {
        position: relative !important;
        width: 100% !important;
        background: #fff !important;
        border: 1px solid #e6e6e6 !important;
        margin: 5px 0;
        padding: 0 !important;
    }

    .table-style3 thead td:last-child,
    .table-style3 thead td:first-child {
        padding: 0 !important;
    }

    .table-style3 thead td a {
        padding: 5px !important;
        display: block;
    }

    .table-style3 .first-col4 {
        padding-right: 50% !important;
    }

    .table-style3 .price-col4 {
        width: 50% !important;
    }

    .table-style3 .col3 {
        width: 33.3% !important;
    }

    .table-style3 .col3 + .col3 {
        clear: none;
    }

    .table-style3 .col3 + .col3:nth-child(4n+1) {
        clear: left;
    }

    .table-style3 .col4 {
        width: 50%;
    }

    .table-style3 .col4 + .col4 {
        clear: none;
    }

    .table-style3 .col4:nth-child(3n+1) {
        clear: left;
    }

    .table-style3 .mobile-title {
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
    }


    .compressors_types_sort--new .compressors_types_info {
        width: auto !important;
    }

    .popup-address {
        width: 700px;
    }


    .contacts-list__in {
        column-count: 2;
    }

    .footer-nav-column > div {
        width: 50%;
    }

    .footer-nav-column > div:nth-child(odd) {
        clear: left;
    }
}

@media screen and (max-width: 768px) {
    .page_wrapper {
        padding-top: 45px;
    }

    .main_comtacts {
        margin: 0;
    }

    .mobile-title {
        display: block;
    }

    .manufacturer_logo img {
        max-width: 260px;
    }

    .title_h1,
    h1 {
        font-size: 32px;
        line-height: 1.25;
        margin: 0 0 25px;
    }

    .title_h3,
    h3 {
        margin: 0 0 25px;
        font-size: 28px;
    }

    .title_h2,
    h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .title_h5,
    h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .header_nav {
        display: none;
    }

    .header_phone {
        display: none;
        left: 0;
        width: auto;
        padding: 5px 15px;
    }

    .header_phone p {
        float: left;
        line-height: 20px;
        margin: 0 10px 5px 0;
    }

    .header_phone a.tel {
        float: left;
        display: block;
        clear: left;
        line-height: 30px;
        font-size: 20px;
    }

    .header_phone a.phone_button {
        line-height: 30px;
        width: 140px;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        float: right;
    }

    .main_info {
        position: static;
        padding: 0;
    }

    .logo {
        position: static;
        display: block;
        width: 205px;
        margin: 10px auto;
    }

    .cities {
        padding: 0 0 10px;
    }

    .cities:after {
        content: '';
        display: block;
        overflow: hidden;
        clear: both;
    }

    .cities p {
        float: left;
        margin: 4px 0 4px;
        font-size: 15px;
    }

    .cities a.show_link {
        font-size: 17px;
        float: right;
    }

    .main_width {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search {
        padding-left: 0;
        top: 135px;
    }

    .search input[type="text"] {
        padding-right: 45px;
        width: 100%;
    }

    .search input[type="submit"] {
        position: absolute;
        top: 2px;
        right: 7px;
    }

    .header {
        height: 215px;
    }

    .main_comtacts {
        overflow: hidden;
        right: 10px;
        left: 10px;
    }

    .main_comtacts a {
        padding-left: 20px;
        margin: 0;
        float: right;
    }

    .main_comtacts a:first-child {
        float: left;
    }

    .cities .all_cities {
        right: 0;
        position: fixed;
        top: 0;
        left: auto;
    }

    .nav_wrapper {
        top: 213px;
        z-index: 100;
    }

    .main_slider .slick-dots,
    .main_slider .owl-controlls {
        top: auto;
        bottom: 0;
        height: 19px;
        overflow: hidden;
        right: 0;
        text-align: center;
        left: 0;
    }

    .main_slider .slick-dots li,
    .main_slider .owl-controlls li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .main_slider .slick-slider {
        padding-bottom: 30px;
    }

    .catalog_item_image {
        margin: 0 auto;
    }

    .index_block_wrapper {
        margin-top: 10px;
    }

    .catalog_item {
        margin-right: 0;
    }

    .index_info_block {
        padding: 30px 0;
    }

    .index_info_block div h1 {
        font-size: 30px;
        line-height: 1.25;
        margin: 0 0 25px;
    }

    .compressors_types {
        margin: 20px 15px;
        padding: 15px;
    }

    .compressors_types_img {
        position: static;
        width: 236px;
        height: 200px;
        margin: 0 auto;
    }

    .compressors_types_text {
        margin: 0 0 5px;
        padding: 0;
    }

    .compressors_types_text h3 {
        margin-bottom: 25px;
    }

    .index_materials_block .materials_block {
        width: 98%;
    }

    .facts_block {
        display: block;
        box-sizing: border-box;
        width: 100%;
    }

    .facts_block_right,
    .facts_block_left {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        min-height: 80px;
        -ms-flex-align: center;
        align-items: center;
    }

    .facts_block_right:after {
        display: none;
    }

    .dop_info_tab_td {
        width: 100%;
        display: block;
    }

    .facts_block ul li {
        padding-right: 5px;
    }

    .dop_info_tab_link a {
        margin: 0;
    }

    .more_info_block div {
        display: block;
        padding: 0 !important;
        width: 100%;
    }

    blockquote {
        padding: 14px 15px;
        border-left: 4px solid #05905d;
    }

    .custom-table {
        display: block;
        overflow: hidden;
        overflow-x: auto;
        width: 100% !important;
        height: auto !important;
    }

    .custom-table tbody {
        min-width: 600px;
        display: table;
    }

    .dealers_slider {
        margin: 0 0 40px;
        width: 100%;
        padding: 10px;
    }

    .dealers_slider .jcarousel_wrapper {
        position: static;
    }

    .dealers_slider .jcarousel-next,
    .dealers_slider .jcarousel-prev {
        display: none;
    }

    .dealers_slider .dealers_slider_title {
        float: none;
        width: 100%;
        text-align: center;
    }

    .dealers_slider .jcarousel_wrapper {
        width: 100%;
        float: none;
        padding: 0;
    }

    .dealers_slider .jcarousel_wrapper img {
        max-height: 55px;
    }

    .jcarousel ul li {
        width: 140px;
    }

    .footer div {
        width: 50%;
    }

    .footer div:nth-child(odd) {
        clear: left;
    }

    .pagenavigation {
        margin: 20px 0 15px;
    }

    .content_info_block a.download {
        display: block;
        overflow: hidden;
        clear: both;
    }

    .row-contacts {
        margin: 0 0 20px;
    }

    .row-contacts .address {
        width: 100%;
    }

    .row-contacts p {
        margin: 5px 0;
    }

    .map_block ul li {
        margin-bottom: 10px;
    }

    .table-list tbody {
        display: block;
        width: 100%;
        min-width: 1px;
    }

    .table-list tr {
        display: block;
        width: 100%;
    }

    .table-list table td {
        width: 100%;
        display: block;
    }

    .row-catalog > .left_sidebar {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    .row-catalog > .right_content {
        padding: 0;
    }

    .service_center {
        position: relative !important;
        margin-top: 0 !important;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 20px;
    }

    .compressors_types_sort2 .preview {
        width: 100%;
        float: none;
    }

    .compressors_types_sort2 .preview img {
        width: 100%;
        height: auto;
    }

    .compressors_types_sort2 .preview li {
        text-align: center;
    }

    .compressors_types_sort2 .compressors_types_info ul {
        text-align: center;
    }

    .compressors_types_sort2 .compressors_types_info li {
        text-align: center;
        display: block;
        border: none;
        padding: 0 5px;
        margin: 0 0 5px;
    }

    .compressors_types_info .type_title {
        text-align: center;
        display: block;
        height: auto;
    }

    .compressors_types_sort2 li {
        padding: 0 15px;
    }

    .compressors_types_sort2 .compressors_types_info {
        margin-left: -15px;
        margin-right: -15px;
    }

    .variants .materials_block {
        width: 100%;
        margin: 0 0 15px;
    }

    .content_info_block .compressors_types--new {
        padding: 0 0 10px;
    }

    .slick-dots button,
    .owl-page {
        box-sizing: border-box;
        width: 10px;
        border-width: 3px;
        margin: 0 3px;
        height: 10px;
    }

    .catalog-preview {
        width: 98%;
    }

    .catalog-preview .name {
        display: block;
        text-align: center;
        height: auto;
    }

    .table-wrap .compressors_item .cell_1 {
        width: 100%;
    }

    .table-wrap .compressors_item .cell_2,
    .table-wrap .compressors_item .cell_3,
    .table-wrap .compressors_item .cell_4,
    .table-wrap .compressors_item .cell_5 {
        width: 50%;
        height: 32px;
    }

    .service_center.to-fixed {
        width: 100%;
    }

    .powerplant_show + .table-mobile {
        display: none;
    }

    .table-mobile {
        display: block;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .table-mobile table {
        width: 768px;
    }

    .table-mobile--filter {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .table-mobile--filter table {
        min-width: 290px;
        width: 100%;
    }

    .index_materials_block .materials_block_info {
        width: auto;
        left: 0;
        right: 0;
    }

    .materials_block_info .materials_block_ico {
        display: none;
    }

    .materials_block_info_tab a {
        font-size: 12px;
        line-height: 14px;
    }

    .materials_block_info_tab td {
        line-height: 16px;
        padding: 0 3px 5px 0;
    }

    .materials_block_info .materials_block_title {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        display: block;
    }

    .content_info_block .title_h2,
    .content_info_block h2 {
        margin: 0 0 20px;
        display: inline-block;
    }

    .content_info_block.spareparts {
        margin-bottom: 20px;
    }

    .product-preview img {
        max-height: 300px;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .sidebar h4 {
        text-align: center;
    }

    .tabs__content.table .spareparts .request_form .btn {
        margin-top: 10px;
    }

    .tabs__content.table .spareparts .request_form .fl_r,
    .tabs__content.table .spareparts .request_form .fl_l {
        width: 100%;
    }

    .comm_request_form {
        left: 0;
        width: 100%;
    }

    .manufacturer {
        padding: 0;
        clear: both;
        max-width: 100%;
    }

    .content_detail_links {
        position: static;
        float: right;
        margin: 0 0 20px;
    }

    .manufacturer div {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    .manufacturer div.manufacturer_name {
        padding: 0;
    }

    .show_link_2 {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .compare_tab_params {
        display: none;
    }

    .compare_tab_item_items {
        border-right: 3px solid #e6e6e6;
        border-left: 3px solid #e6e6e6;
    }

    .compare-item {
        width: 250px;
        border-right: 1px solid #e6e6e6;
        box-sizing: border-box;
    }

    .compare_tab_item_items table.compare_tab_item td:first-child {
        padding-left: 5px;
        padding-right: 5px;
    }

    .compare_list .compare_item {
        width: 100%;
        margin: 0 0 15px;
        height: auto;
    }

    .request_form .spare-form {
        float: none;
        width: 100%;
    }

    .compare_slider {
        padding: 100px 0 50px;
        margin: 0 -5px;
    }

    .compare_slider .compare_item {
        margin: 5px;
    }

    .compare_slider_nav {
        padding: 0;
        list-style-type: lower-roman;
        right: 0;
        width: 100%;
    }

    .compare_slider_nav_info {
        padding: 10px 0 0;
    }

    .compare_slider_nav_info a.tocompare {
        display: block;
    }

    .compare_slider_content .slick-dots {
        top: auto;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .compare_slider_content .slick-dots li {
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .compare-item [data-title="start-title"] {
        display: none;
    }

    .compare_tab_item_items:after {
        display: none;
    }

    .index_info_block_wrapper .compressors_types_info_block ul {
        display: none;
    }

    .materials_block:nth-child(even) .materials_block_info {
        left: 0;
        right: 0;
    }

    .compressors_types_sort li {
        float: none;
    }

    .materials_block .materials_block_title {
        line-height: 1.25;
    }

    .dop_info_tab_td > .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .dop_info_tab_link {
        display: block;
        padding-top: 30px;
        height: auto;
    }

    .footer_cities {
        display: none;
    }

    .jcarousel ul li {
        width: calc(100vw - 50px);
    }

    .sidebar.only-mobile {
        display: block;
    }

    .sidebar.only-mobile img {
        display: block;
        margin: 0 auto;
    }

    .sidebar.hide-mobile {
        display: none;
    }

    .table-mobile-characteristic table {
        width: 100% !important;
    }

    .table-mobile-characteristic td {
        border: none !important;
        display: block;
        width: 100% !important;
        padding: 5px 20px !important;
    }

    .table-mobile-characteristic tr {
        padding: 5px 0;
        display: block !important;
        border-top: 1px solid #e6e6e6;
    }

    .table-mobile-characteristic .table_title {
        padding: 0;
    }

    .compressors_types_sort2 .preview img {
        width: 226px;
        margin: 0 auto;
        height: auto;
        display: block;
    }

    .table-wrap .compressors_list_title div {
        width: 100%;
    }

    .table-wrap .compressors_item .cell_2,
    .table-wrap .compressors_item .cell_3,
    .table-wrap .compressors_item .cell_5,
    .table-wrap .compressors_item .cell_4 {
        display: block;
        line-height: 1.25;
        height: auto;
        text-align: left;
    }

    .table-wrap .compressors_list_title {
        overflow: hidden;
        margin: 0 0 20px;
    }

    .nav .header_nav {
        display: block;
    }

    .table-equip .quantity {
        width: 90px;
        overflow: hidden;
    }

    .table-equip .quantity input {
        margin-bottom: 0 !important;
    }

    .table-equip .hide-mobile {
        display: none;
    }

    .table-equip .mobile-check {
        display: block !important;
    }

    .table-equip table,
    .table-equip tbody {
        display: block;
    }

    .table-equip thead {
        display: block;
        background: #e6e6e6;
    }

    .table-equip thead td:first-child {
        display: none;
    }

    .table-equip tr {
        overflow: hidden;
        display: block;
        position: relative;
        padding: 0 100px 0 0;
        border: 1px solid #e6e6e6;
    }

    .table-equip td {
        padding: 8px 10px !important;
        display: block;
        overflow: hidden;
        border: none !important;
    }

    .table-equip td:nth-child(3) {
        display: none !important;
    }

    .table-equip td:first-child {
        line-height: 0 !important;
        width: 28px;
        padding-right: 0 !important;
        float: left;
        box-sizing: border-box;
        font-size: 0 !important;
        color: transparent !important;
    }

    .table-equip td:last-child {
        width: 110px;
        position: absolute !important;
        top: 0;
        right: 0;
    }

    .table-equip td.table-cancel {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .table-column3 table {
        width: 100%;
        border: none;
    }

    .table-column3 thead,
    .table-column3 tbody,
    .table-column3 tr {
        display: block;
        overflow: hidden;
    }

    .table-column3 tbody {
        border: 5px solid #e6e6e6;
    }

    .table-column3 tr {
        border-top: 1px solid #e6e6e6;
    }

    .table-column3 td {
        padding-right: 15px !important;
        width: 30%;
        float: left;
        border: none !important;
        box-sizing: border-box;
    }

    .table-column3 td:first-child {
        padding-left: 10px !important;
        width: 70%;
    }

    .table-column3 td:last-child {
        padding-left: 10px !important;
        width: 30%;
    }

    .table-column3 thead {
        display: block;
        background: #fff;
        margin: 0 0 10px;
    }

    .table-column3 thead tr {
        border: none;
    }

    .table-column3 thead td {
        width: 100% !important;
        position: relative !important;
        background: #fff !important;
        border: 1px solid #e6e6e6 !important;
        margin: 5px 0;
        padding: 5px !important;
    }

    .table-column3 thead td:last-child,
    .table-column3 thead td:first-child {
        padding: 5px !important;
    }

    .powerplant_item_price span {
        white-space: nowrap;
    }

    a.powerplant_show {
        display: inline;
    }

    a.powerplant_show + .powerplant_tab {
        padding-top: 25px;
    }

    .range-field label {
        width: 100%;
        margin: 0 0 10px;
    }

    .range-field label input {
        width: 100%;
    }

    .show-full-filter {
        width: 100%;
        font-size: 15px;
    }

    .sort-bottom-filter .btn-red {
        bottom: 0;
        top: auto;
        left: 50%;
        margin-left: -75px;
    }

    .sort-bottom-filter {
        padding-bottom: 39px;
    }

    .sort-bottom-filter {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .compressors_types_sort--new .compressors_types_info ul {
        padding: 0 0 15px;
    }

    .compressors_types_sort--new .compressors_types_info a {
        font-weight: 700;
    }

    .compressors_types_sort--new .compressors_types_info li {
        border-bottom: 1px solid #fff;
        padding: 0 0 10px;
        margin: 0 0 10px;
        color: #fff;
    }

    .compressors_types_sort--new .compressors_types_info {
        left: 0 !important;
        text-align: center;
        right: 0;
    }

    .compressors_types_info .compressors_types_info_block {
        border: none;
    }

    .compressors_types_info .type_title > ul {
        border-top: 1px solid #fff;
        margin-top: 10px !important;
        padding-top: 10px;
    }

    .compressors_types_info {
        padding-bottom: 10px;
    }


    .compressors_item .compressors_item_image:after {
        display: none;
    }

    .compressors_item .compressors_item_image img {
        width: 75px;
        height: 55px;
        object-fit: contain;
    }

    .compressors_item .compressors_item_image {
        display: block !important;
        left: auto;
        right: -20px;
        top: -5px;
    }

    .table-wrap .compressors_item:after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
        overflow: hidden;
    }

    .table-wrap .compressors_item {
        overflow: visible;
    }

    .table-wrap .compressors_item .cell_1 {
        padding-right: 120px;
    }


    .popup-address {
        width: 280px;
    }


    .contacts-list__in {
        column-count: 1;
    }

    .footer div:nth-child(odd) {
        clear: left;
    }

    .footer-nav-column > div {
        width: 100%;
        clear: both;
    }

    .footer div {
        width: 100%;
    }

    .table-style3 .compressors_item_image img{
        width: 75px;
        height: 55px;
        object-fit: contain;
    }
    .table-style3 .compressors_item_image:after{
        display: none;
    }
    .table-style3 .powerplant_item_name {
        position: static;
    }
    .table-style3 td {
        padding-right: 105px;
    }
    .table-style3 .compressors_item_image {
        display: block !important;
        left: auto;
        box-shadow: 0px 3px 8px 3px #e6e6e6;
        right: -20px;
        top: 52px;
    }
}
