/*
Theme Name: Site4all
Author: site4all
Author URI: http://www.site4all.ru/
Version: 1.0.10
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400&amp;subset=cyrillic);

@font-face {
    font-family: "GothamPro";
    src: url("webfonts/GothamProRegular.eot");
    src: url("webfonts/GothamProRegular.eot?#iefix")format("embedded-opentype"),
    url("webfonts/GothamProRegular.woff") format("woff"),
    url("webfonts/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "GothamPro";
    src: url("webfonts/GothamProItalic.eot");
    src: url("webfonts/GothamProItalic.eot?#iefix")format("embedded-opentype"),
    url("webfonts/GothamProItalic.woff") format("woff"),
    url("webfonts/GothamProItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "GothamPro";
    src: url("webfonts/GothamProLight.eot");
    src: url("webfonts/GothamProLight.eot?#iefix")format("embedded-opentype"),
    url("webfonts/GothamProLight.woff") format("woff"),
    url("webfonts/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "GothamPro";
    src: url("webfonts/GothamProMedium.eot");
    src: url("webfonts/GothamProMedium.eot?#iefix")format("embedded-opentype"),
    url("webfonts/GothamProMedium.woff") format("woff"),
    url("webfonts/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "GothamPro";
    src: url("webfonts/GothamProBold.eot");
    src: url("webfonts/GothamProBold.eot?#iefix")format("embedded-opentype"),
    url("webfonts/GothamProBold.woff") format("woff"),
    url("webfonts/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "GothamPro";
    src: url("webfonts/GothamProBlack.eot");
    src: url("webfonts/GothamProBlack.eot?#iefix")format("embedded-opentype"),
    url("webfonts/GothamProBlack.woff") format("woff"),
    url("webfonts/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

/* wordpress */

.text_block ol, .text_block  ul {
    margin-bottom: 18px;
}

.alignnone {
    margin: 0 20px;
}
.aligncenter, div.aligncenter {
    margin: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 0 20px 30px;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 0 20px;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

body, html {
    height: 100%;
    min-height: 100%;
    min-width: 320px;
}

body {
    background: #f7f7f7;
    font-size: 14px;
    font-family: "GothamPro",sans-serif;
    font-weight: 400;
    color: #0f0f0f;
    overflow-y: scroll;
}

input, textarea, select, a, .slick-slide, button {
    outline: none !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input, textarea, select {
    font-family: "GothamPro",sans-serif;
    font-weight: 400;
}

input[type=number] {
    -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: none;
    margin: 0;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

ul,ol,h1,h2,h3,h4,ul,ol,blockquote,p {
    margin: 0 0 20px;
}

.label {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    text-align: inherit;
    white-space: inherit;
}

#page_wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    z-index: 1;
    padding-top: 110px;
}

#page_wrapper.white-bg {
    background: #fff;
}

.container {
    position: relative;
}

.ui-datepicker .ui-datepicker-next:hover {
    right: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px;
    top: 2px;
}

/* header */

.empty-offers .hide_if_empty {
    display: none !important;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    padding: 20px 0 14px;
    background: #fff;
    z-index: 3;
    backface-visibility: hidden;
}

#header .container {
    padding-left: 385px;
}

#header .logo {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 323px;
    height: 41px;
    background: url('./images/logo.png') center no-repeat;
    background-size: contain;
}

#header .city {
    position: absolute;
    left: 15px;
    top: 50px;
}

#header .city a {
	color: inherit;
	text-decoration: underline;
}

#header .city a:hover {
	text-decoration: none;
}

#header .top {
    position: relative;
    height: 34px;
    margin-bottom: 10px;
}

#header .search_form {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 310px;
}

.search_form {
    position: relative;
}

.search_input {
    width: 100%;
    height: 34px;
    border: 1px solid #c8c8c8;
    padding: 0 38px 0 18px;
    font-family: "GothamPro",sans-serif;
    font-weight: 300;
}

.search_btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 32px;
    text-align: center;
    background: #fff;
}

.search_btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 2;
}

.search_btn i {
    position: relative;
    line-height: 34px;
    z-index: 1;
}

#header .phone {
    position: absolute;
    top: 0;
    right: 210px;
    display: inline-block;
    color: #000;
    line-height: 34px;
}
#header .phone.top-10 {
    top: -10px;
}
#header .email{
    position: absolute;
    top: 15px;
    right: 210px;
    display: inline-block;
    color: #000;
    line-height: 34px;
}
#header .phone .code {
    font-weight: 500;
}

#header .phone .tel {
    font-size: 25px;
    font-weight: 900;
}

#header .callback_link {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 190px;
    line-height: 34px;
    background: #d70007;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

#header .menu-main-menu-container {
    margin: 0 -10px;
}

#header .main_menu {
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
}

#header .main_menu li {
    display: table-cell;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

#header .main_menu li:first-child {
    text-align: left;
}

#header .main_menu li:last-child {
    text-align: right;
}

#header .main_menu li a {
    display: inline-block;
    color: #000;
	font-size: 13px;
    line-height: 32px;
    padding: 0 10px;
}

.menu_link {
    display: none;
    position: absolute;
    top: 2px;
    right: 15px;
    width: 26px;
    cursor: pointer;
}

.menu_link .line {
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 2px;
    margin-bottom: 4px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.menu_link:hover .line {
    background: #d70007;
}

.menu_link .line:last-child {
    margin-bottom: 0;
}

#header .serv_custom, #header .category_custom {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

#header .serv_custom.active, #header .category_custom.active {
    position: relative;
    z-index: 20;
    background: #fe7904;
}

#header .serv_custom a, #header .category_custom a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

#header .serv_custom.active a, #header .category_custom.active a {
    color: #fff;
}

#serv_menu, #category_menu {
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
    background: #fff;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    padding: 35px 40px 60px;
    z-index: 20;
}

#serv_menu ul, #category_menu ul {
    list-style: none;
    padding: 0;
}

#serv_menu ul li, #category_menu ul li {
    margin-bottom: 30px;
}

#serv_menu ul li a, #category_menu ul li a {
    color: #000;
    display: flex;
    align-items: center;
}
#serv_menu ul li a img,#category_menu ul li a img{
    width:36px;
    margin-right:5px;
}

#serv_menu ul li a:hover, #category_menu ul li a:hover {
    text-decoration: underline;
}

#header .menu_bg, #header .menu_bg2 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 10;
}

#footer .menu_bg {
    position: absolute;
}

/* front-page */

#mp_slider {
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
    visibility: hidden;
}

#mp_slider.slick-initialized {
    visibility: visible;
}

#mp_slider .item_wrap {
    padding-bottom: 50px;
}

#mp_slider .item {
    position: relative;
    color: #fff;
}

#mp_slider .item .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}

#mp_slider .container {
    z-index: 2;
    min-height: 380px;
    padding: 70px 15px;
}

#mp_slider .content {
	position: relative;
    max-width: 560px;
	z-index: 2;
}

#mp_slider .title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
    text-transform: uppercase;
}

#mp_slider .text {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
    text-transform: uppercase;
}

#mp_slider .image {
    position: absolute;
    bottom: -50px;
    right: 15px;
    max-height: 380px;
    max-width: 660px;
	z-index: 1;
}

#mp_advantages {
    position: relative;
    background: url('./images/mp_advantages_bg.png') center top repeat-y;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    margin-top: -50px;
    z-index: 1;
}

#mp_advantages .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#mp_advantages .wrapper .column {
    padding: 60px 15px 15px;
}

#mp_advantages .item_1 {
    background: #f0b10b;
}

#mp_advantages .item_2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1a20a+0,f1a20a+100 */
    background: #f1a20a; /* Old browsers */
    background: -moz-linear-gradient(left, #f1a20a 0%, #f1a20a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f1a20a 0%,#f1a20a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f1a20a 0%,#f1a20a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1a20a', endColorstr='#f1a20a',GradientType=1 ); /* IE6-9 */
}

#mp_advantages .item_3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1910a+0,f1910a+100 */
    background: #f1910a; /* Old browsers */
    background: -moz-linear-gradient(left, #f1910a 0%, #f1910a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f1910a 0%,#f1910a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f1910a 0%,#f1910a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1910a', endColorstr='#f1910a',GradientType=1 ); /* IE6-9 */
}

#mp_advantages .item_4 {
    background: #ed860d;
}

#mp_advantages .block {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}

#mp_advantages .block .icon, #mp_advantages .block .text {
    display: table-cell;
    vertical-align: middle;
}

#mp_advantages .icon img {
    max-width: 78px;
    max-height: 60px;
    width: auto;
    height: auto;
}

#mp_advantages .block .text {
    padding-left: 15px;
}

#mp_catalog {
    margin-top: 45px;
    text-align: center;
}

#mp_catalog .block_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#mp_catalog .list .item {
    margin-bottom: 30px;
}

#mp_catalog .list .photo {
    display: block;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}

#mp_catalog .list .photo.empty {
    position: relative;
    background: #f7f7f7;
}

#mp_catalog .list .photo.empty .placeholder {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#mp_catalog .list .title {
	min-height: 36px;
	line-height: 18px;
}

#mp_catalog .list .title a {
	display: inline-block;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
	line-height: 18px;
}

#mp_catalog .list .price {
    margin-top: 15px;
    color: #474747;
    font-weight: 300;
}

#mp_catalog #catalog .item {
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.07);
}

#mp_catalog .links {
    margin-top: 20px;
    font-size: 0;
}

#mp_catalog .links a {
    display: inline-block;
    border: 1px solid #000;
    width: auto;
    font-size: 14px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
    padding: 0 20px;
    text-transform: uppercase;
    margin: 0 15px;
}

#promotions.slider {
    margin-bottom: 40px;
}

#promotions.slider .link {
    margin-top: 10px;
    text-align: right;
}

#promotions.slider .link a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

#promotions.slider .link a i {
    position: relative;
    top: -2px;
    font-size: 12px;
    margin-left: 10px;
}

.promo_slider {
    visibility: hidden;
    margin-top: 45px;
}

.promo_slider.slick-initialized {
    visibility: visible;
}

.promo_slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}

.promo_slider .slick-prev {
    left: 10px;
}

.promo_slider .slick-next {
    right: 10px;
}

#mp_services {
    padding: 60px 0 44px;
    margin-top: 45px;
}

#mp_services .title {
    font-size: 35px;
    line-height: 42px;
    font-weight: 900;
    text-transform: uppercase;
}

#mp_services .services {
    background: #fff;
    padding: 30px 50px 35px;
    text-align: center;
}

#mp_services .list {
    padding: 0;
    list-style: none;
    text-align: left;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 0;
}

#mp_services .list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

#mp_services .list li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 20px;
}

#mp_services .list li a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #252525;
}

#mp_services .all {
    display: inline-block;
    border: 1px solid #000;
    width: 222px;
    font-size: 14px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase;
}

#mp_catalog .main_categories {
    margin-top: 0;
}

#mp_services .all i, #mp_catalog .all i {
    margin-left: 20px;
}

#mp_catalog .main_categories i {
    margin-right: 20px;
}

#mp_partnership {
    margin-top: 35px;
}

#mp_partnership .block_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#mp_partnership .about .text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

#mp_partnership .about .link {
    display: block;
    text-align: center;
    padding: 20px;
    color: #fff;
    background: #d3020a;
}

#mp_partnership .about .link span {
    display: block;
    font-size: 12px;
}

#mp_partnership .about .link .large {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

#mp_partnership .stimulus {
    margin-top: 30px;
}

#mp_partnership .bordered .line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e5e5e5;
}

#mp_partnership .advantages .line {
    right: 0;
}

#mp_partnership .reviews .line {
    left: -1px;
}

#mp_partnership .column {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

#mp_partnership .advantages .title, #mp_partnership .reviews .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

#mp_partnership .advantages .list {
    padding-left: 15px;
}

#mp_partnership .advantages .item {
    position: relative;
    border-left: 1px solid #fdd3be;
    font-size: 12px;
    padding: 4px 0 15px 28px;
    min-height: 26px;
}

#mp_partnership .advantages .item:last-child {
    border-color: transparent;
    padding-bottom: 0;
}

#mp_partnership .advantages .number {
    position: absolute;
    top: 0;
    left: -12px;
    width: 25px;
    line-height: 25px;
    border-radius: 100%;
    color: #fff;
    background: #eb8710;
    text-align: center;
}

#mp_partnership .reviews {
    padding-left: 30px;
}

#mp_partnership .reviews .title {
    margin-bottom: 35px;
}

#mp_partnership .review_slider {
    visibility: hidden;
    font-size: 12px;
    padding-bottom: 55px;
}

#mp_partnership .review_slider.slick-initialized {
    visibility: visible;
}

#mp_partnership .review_slider .slick-arrow {
    display: block;
    width: 34px;
    line-height: 32px;
    border: 1px solid #c1c1c1;
    color: #c1c1c1;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    cursor: pointer;
}

#mp_partnership .review_slider .slick-arrow:hover {
    border-color: #e8830d;
    color: #e8830d;
}

#mp_partnership .review_slider .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.3;
    border-color: #c1c1c1;
    color: #c1c1c1;
}

#mp_partnership .review_slider .slick-prev {
    left: 0;
}

#mp_partnership .review_slider .slick-next {
    left: 52px;
}

#mp_partnership .reviews .date {
    color: #7f7f7f;
    margin-bottom: 10px;
}

#mp_partnership .reviews .author {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

#mp_partnership .reviews .video_link {
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 0 10px;
    color: #fff;
    background: #e8830d;
    border-radius: 4px;
    margin-top: 18px;
}

#mp_partnership .reviews .video_link i {
    font-size: 8px;
    margin-right: 6px;
}

/* pages */

.breadcrumbs {
    background: #f7f7f7;
}

#breadcrumbs {
    padding: 12px 0;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #666;
}

#breadcrumbs a {
    color: #666;
}

#page_header {
    position: relative;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 35px;
}

#page_header .bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    opacity: 0.6;
    z-index: 1;
}

#page_header .container {
    z-index: 2;
    vertical-align: middle;
    padding: 20px 15px;
}

#page_header h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0;
}

#page_header .subtitle {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}

.page_title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}

#text_page h1 {
    text-align: left;
}

.text_styles {
    font-size: 12px;
    line-height: 20px;
}

.text_styles p {
    margin: 0 0 20px;
    color: #4c4c4c;
}

.text_styles p strong {
    color: #0f0f0f;
}

.text_styles ul, .text_styles ol {
    margin: 0 0 20px;
    color: #4c4c4c;
}

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

.text_styles ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.text_styles ul li:last-child {
    margin-bottom: 0;
}

.text_styles ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #5a5958;
    border-radius: 100%;
}

.text_styles blockquote {
    margin-left: 15px;
    border-left: 4px solid #5a5958;
    padding: 5px 0 5px 15px;
    font-weight: 700;
    color: #5a5958;
}

.text_styles p:last-child, .text_styles ul:last-child, .text_styles ol:last-child {
    margin-bottom: 0;
}
.text_styles table tr:first-of-type{
    background-color: #ffd8ad;
}
.text_styles table tr:nth-child(2n){
    background-color: #ffffff;
}
.text_styles table td{
    padding: 10px 15px;
    font-size: 14px; 
}
.ya-share2 {
    text-align: center;
    font-size: 0;
}

.ya-share2 ul li {
    padding: 0;
}

.ya-share2 ul li:before {
    display: none;
}

.ya-share2__badge {
    border-radius: 100% !important;
    background: #d2d3d5 !important;
}

.ya-share2__item_service_vkontakte:hover .ya-share2__badge {
    background: #48729e !important;
}

.ya-share2__item_service_facebook:hover .ya-share2__badge {
    background: #3b5998 !important;
}

.ya-share2__item_service_odnoklassniki:hover .ya-share2__badge {
    background: #eb722e !important;
}

.ya-share2__item_service_gplus:hover .ya-share2__badge {
    background: #dc4e41 !important;
}

.ya-share2__item_service_twitter:hover .ya-share2__badge {
    background: #00aced !important;
}

.ya-share2__icon {
    width: 32px !important;
    height: 32px !important;
}

#with_sidebar {
    font-size: 0;
    padding-top: 15px;
    margin-bottom: 25px;
}

#with_sidebar .sidebar, #with_sidebar .content {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

#with_sidebar .sidebar {
    width: 290px;
    padding-right: 30px;
}

#with_sidebar .sidebar .menu {
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    margin-bottom: 25px;
}

#with_sidebar .sidebar .menu li {
    border-bottom: 1px solid #e8e8e8;
}

#with_sidebar .sidebar .menu li:last-child {
    border-bottom: none;
}

#with_sidebar .sidebar .menu a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    font-size: 12px;
}

#with_sidebar .sidebar .menu > li >  a {
    padding-right: 30px;
}

#with_sidebar .sidebar .menu li.has_children >  a:after {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
    display: block;
    width: 8px;
    height: 5px;
    content: '';
    background: url('./images/menu_ico.png') no-repeat;
}

#with_sidebar .sidebar .menu li.has_children.current-cat-parent  >  a:after {
    transform: rotate(180deg);
}

#with_sidebar .sidebar .menu li.current-cat > a {
    background: #ececec;
}

#with_sidebar .sidebar .menu li ul {
    display: none;
    padding: 0;
    list-style: none;
}

#with_sidebar .sidebar .menu li.current-cat-parent ul {
    display: block;
}

#with_sidebar .sidebar .menu li ul a {
    padding: 10px 15px 10px 30px;
    background: #f7f7f7;
}

#with_sidebar .sidebar li.current-cat-parent > a {
    background: #f7f7f7;
}

.sidebar_banners {
    visibility: hidden;
    max-width: 290px;
}

.sidebar_banners.slick-initialized {
    visibility: visible;
}

.sidebar_banners .slick-slide {
	height: auto;
}

.sidebar_banners img {
	display: block;
    width: 100%;
	height: auto;
}

#with_sidebar .content {
    width: 820px;
}

#with_sidebar .content h1 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 15px;
}

/* catalog */


#catalog .text_styles {
    color: #4a4a4a;
}

#catalog .info {
    margin-bottom: 20px;
}

#catalog .item_wrap {
    margin-bottom: 30px;
}

#single_service #catalog .item_wrap {
    margin: 15px 0;
}

#single_service #catalog .item_wrap.hidden {
    display: none;
}

#catalog .item {
    position: relative;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    padding: 15px 15px;
}

#catalog .item.machine {
    padding-bottom: 70px;
}

#catalog .item .photo {
    display: block;
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
}

#catalog .item .photo.empty {
    position: relative;
    background: #f7f7f7;
}

#catalog .item .photo.empty .placeholder {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#catalog .item .title {
	min-height: 36px;
}

#catalog .item .title a {
	display: inline-block;
	line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

#catalog .item .characteristics {
    margin-top: 25px;
    font-size: 12px;
    line-height: 16px;
}

#catalog .item .characteristics .row {
    margin-bottom: 5px;
}

#catalog .item .characteristics .row:last-child {
    margin-bottom: 0;
}

#catalog .item .characteristics .i_label {
    text-align: left;
}

#catalog .item .characteristics .i_value {
    text-align: right;
}

#catalog .item .price {
    margin-top: 15px;
    font-weight: 500;
}

#catalog .item .order_machinery {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -95px;
    display: block;
    width: 190px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #d70007;
}

#catalog .load_more_wrap {
    text-align: center;
}

#catalog .banner {
    background: url('./images/banner_bg.jpg') center no-repeat;
    background-size: cover;
    padding: 20px 30px;
    text-align: center;
    margin-top: 25px;
    margin-bottom:25px;
}

#catalog .banner .title {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

#catalog .banner a {
    display: inline-block;
    width: 260px;
    font-size: 20px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    background: #d70007;
    text-transform: uppercase;
}

#single .advantages, #single .description {
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    padding: 15px;
}

#single .main {
    margin-bottom: 25px;
}

#single .main .main_photo {
    width: 100%;
    height: 380px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
}

#single .main .main_photo.empty {
    position: relative;
    background: #f7f7f7;
    border: 15px solid #fff;
}

#single .main .main_photo.empty .placeholder {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#single .main .main_photo .large_slider {
    visibility: hidden;
}

#single .main .main_photo .large_slider.slick-initialized {
    visibility: visible;
}

#single .main .main_photo .large_slider .item {
    position: relative;
    height: 380px;
}

#single .main .gallery {
    visibility: hidden;
    margin: 10px 0 0;
}

#single .main .gallery.slick-initialized {
    visibility: visible;
}

#single .main .gallery .item {
    position: relative;
    height: 70px;
}

#single .main .gallery .item .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2;
}

#single .main .gallery .item.slick-current .bg {
    opacity: 0;
}

#single #machinery_slider .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: #d70007;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
}

#single #machinery_slider .icon i {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    margin-left: 3px;
}

#single .main .characteristics {
    font-size: 12px;
    color: #474747;
    margin-bottom: 20px;
}

#single .main .characteristics .row {
    margin-bottom: 10px;
}

#single .main .characteristics .row:last-child {
    margin-bottom: 0;
}

#single .main .characteristics .i_value {
    text-align: right;
}

#single .main .descr_link {
    display: inline-block;
    margin-bottom: 30px;
}

#single .main .descr_link {
    font-size: 12px;
    color: #7d7d7d;
}

#single .main .descr_link span {
    text-decoration: underline;
}

#single .main .descr_link:hover span {
    text-decoration: none;
}

#single .main .descr_link i {
    margin-left: 15px;
}

#single .main .price {
    font-weight: 500;
    margin-bottom: 50px;
}

#single .main .price span {
    font-size: 30px;
}

#single .main .order_machinery {
    display: block;
    width: 240px;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #d70007;
}

#single .advantages {
    margin-bottom: 30px;
}

#single .advantages .title, #single .description .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

#single .advantages .a_item {
    margin: 15px 0;
    overflow: hidden;
}

#single .advantages .icon {
    position: relative;
    float: left;
    width: 68px;
    height: 68px;
    background: url('./images/red_border.png') center no-repeat;
    background-size: contain;
}

#single .advantages .icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}

#single .advantages .text {
    padding-left: 20px;
    padding-top: 5px;
    overflow: hidden;
}

#single #catalog {
    margin-top: 20px;
}

#single #catalog .block_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

#single .also_slider {
    margin: 0 -15px;
    visibility: hidden;
}

#single .also_slider.slick-initialized {
    visibility: visible;
}

#single .also_slider .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid #2e2e2d;
    color: #2e2e2d;
    border-radius: 100%;
    z-index: 2;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
}

#single .also_slider .slick-prev {
    left: 0;
}

#single .also_slider .slick-next {
    right: 0;
}

#single .also_slider .slick-arrow i {
    font-size: 16px;
    line-height: 30px;
}

#single .also_slider .slick-arrow:hover {
    background: #e8830d;
    border-color: #e8830d;
    color: #fff;
}

#single .also_slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 0;
    padding: 0 0 5px;
}

#single .also_slider .slick-track:before,
#single .also_slider .slick-track:after {
    display: none;
}

#single #catalog .item_wrap {
    display: flex !important;
    flex-wrap: wrap;
    vertical-align: top;
    padding: 0 15px;
    margin: 0;
    height: auto;
}

#single #catalog .item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
}

#single #catalog .item .title {
    font-size: 14px;
}

.responsive_banner {
    margin-top: 20px;
    visibility: hidden;
}

.responsive_banner.slick-initialized {
    visibility: visible;
}

.responsive_banner .slick-slide {
	height: auto;
}

.responsive_banner img, #single .responsive_banner a {
    display: block;
    width: 100%;
    height: auto;
}

/* rent */

#rent .about .information {
    max-width: 920px;
    margin: 0 auto 40px;
    text-align: center;
}

#rent .categories {
    text-align: center;
}

#rent .categories .block_title {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    max-width: 720px;
    margin: 0 auto 40px;
}

#rent .categories .list {
    text-align: left;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 0;
    margin: 0 0 55px;
    list-style: none;
}

#rent .categories .list li {
    margin-bottom: 25px;
}

#rent .categories .list a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

#rent .categories .list a:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
}

#rent .categories .info p {
    margin: 0;
    color: #79747a;
}

#rent .categories .info strong {
    color: #000;
}

#rent .reasons {
    margin: 30px 0 60px;
    padding: 60px 0 30px;
    text-align: center;
    color: #fff;
}

#rent .reasons .block_title {
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}

#rent .reasons .item {
    margin-bottom: 30px;
}

#rent .reasons .icon {
    position: relative;
    width: 86px;
    height: 86px;
    margin: 0 auto 15px;
    background: url('./images/red_border.png') center no-repeat;
    background-size: contain;
}

#rent .reasons .icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
}

#rent .reasons .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#rent .reasons .text {
    font-weight: 300;
}

#rent .scheme {
    margin-bottom: 30px;
}

#rent .scheme .block_title {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 70px;
    text-align: center;
}

#rent .scheme .list {
    margin: 0 -15px;
    font-size: 0;
}

#rent .scheme .list .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}

#rent .scheme .list .item .arrow {
    position: absolute;
    top: 24px;
    right: -95px;
    width: 191px;
    height: 9px;
    background: url('./images/long_arrow.png') right center no-repeat;
}

#rent .scheme .list .item:last-child .arrow, #rent .scheme .list .item:nth-child(4) .arrow {
    display: none;
}

#rent .scheme .list .number {
    width: 56px;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
    font-weight: 300;
    border: 2px solid #fe7c05;
    border-radius: 100%;
    margin: 0 auto 30px;
}

#rent .scheme .list .text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

#rent .advantages {
    text-align: center;
}

#rent .advantages .block_title {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 70px;
    text-align: center;
}

#rent .advantages {
    margin-bottom: 30px;
}

#rent .advantages .row {
    max-width: 980px;
    margin: 0 auto;
}

#rent .advantages .icon {
    position: relative;
    display: block;
    width: 80px;
    height: 60px;
    margin: 0 auto 40px;
}

#rent .advantages .icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

#rent .advantages .text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

#rent .profit {
    margin-top: 70px;
    padding: 40px 0;
}

#rent .profit .both .line {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #dad9d8;
}

#rent .profit .left {
    position: relative;
    padding-right: 60px;
}

#rent .profit .left .line {
    right: -1px;
}

#rent .profit .right {
    position: relative;
    padding-left: 60px;
    text-align: center;
}

#rent .profit .right .line {
    left: 0;
}

#rent .profit .title {
    font-size: 25px;
    line-height: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#rent .content {
    font-size: 16px;
    font-weight: 300;
}

#rent .partners {
    font-size: 0;
    margin: 0 -15px;
    text-align: left;
}

#rent .partners .item {
    padding-bottom: 10px;
    text-align: center;
}

#rent .partners .item img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* services */

#services .list .item_wrap {
    margin-bottom: 30px;
}

#services .list .item {
    display: block;
    position: relative;
    height: 100%;
    border: 1px solid #c5bec5;
    padding: 15px 15px 65px;
    text-align: center;
}

#services .list .icon {
    display: block;
    position: relative;
    width: 86px;
    height: 86px;
    background: url('./images/service_border.png') no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}

#services .list .icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

#services .list .title {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

#services .list .service_order {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    font-size: 12px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
}

#services .list .service_order span {
    position: relative;
    display: inline-block;
}

#services .list .service_order i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -20px;
    margin-left: 5px;
    line-height: 12px;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

#services .list .service_order:hover i {
    right: -25px;
}

#services .information {
    margin-top: 20px;
}

#services .banner {
    padding: 35px 40px;
    text-align: center;
    margin-top: 50px;
}

#services .banner .text {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    font-weight: 300;
    margin-bottom: 10px;
}

#services .banner .phone {
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    margin-left: 5px;
    white-space: nowrap;
    font-weight: 300;
}

#services .banner .phone .code {
    font-size: 20px;
}

#services .banner .phone .tel {
    font-size: 26px;
    font-weight: 900;
}

#fast_order {
    margin-top: 35px;
}

#fast_order .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#fast_order .subtitle {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

#fast_order form {
    margin-top: 25px;
}

#fast_order form .form_input {
    width: 100%;
    height: 36px;
    padding: 0 15px;
    border: none;
    background: #eaeaea;
    font-size: 12px;
    color: #000;
}

#fast_order form input[type=submit] {
    width: 100%;
    height: 36px;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #d5010a;
    text-transform: uppercase;
    cursor: pointer;
}

#fast_order .other {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #000;
    margin-top: 30px;
}

#fast_order .icon {
    display: inline-block;
    width: 38px;
    line-height: 34px;
    border: 2px solid #d5010a;
    color: #d5010a;
    border-radius: 100%;
    margin-right: 10px;
}

#fast_order .other .phone {
    color: #000;
}

#fast_order .other .phone .icon {
	display: none;
}

#fast_order .other .tel {
    font-size: 32px;
    font-weight: 900;
    color: #d5010a;
}

#single_service .service_order {
    display: inline-block;
    border: none;
    padding: 0 60px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    background: #d5010a;
    text-transform: uppercase;
    margin-top: 20px;
}

#single_service .service_gallery {
    margin-top: 55px;
    visibility: hidden;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
}

#single_service .service_gallery.slick-initialized {
    visibility: visible;
}

#single_service .service_gallery .item {
    display: block;
    height: 218px;
}

#single_service .service_gallery .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid #2e2e2d;
    color: #2e2e2d;
    border-radius: 100%;
    z-index: 2;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
}

#single_service .service_gallery .slick-arrow.slick-disabled {
    display: none !important;
}

#single_service .service_gallery .slick-prev {
    left: 7px;
}

#single_service .service_gallery .slick-next {
    right: 7px;
}

#single_service .service_gallery .slick-arrow i {
    font-size: 16px;
    line-height: 30px;
}

#single_service .service_gallery .slick-arrow:hover {
    background: #e8830d;
    border-color: #e8830d;
    color: #fff;
}

#single_service .banner {
    margin-top: 35px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    text-align: center;
    padding: 40px 15px 50px;
}

#single_service .banner .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

#single_service .banner .list {
    margin: 0 -15px;
    font-size: 0;
}

#single_service .banner .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 30px;
}

#single_service .banner .icon {
    width: 58px;
    border: 2px solid #d5010a;
    border-radius: 100%;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 54px;
    font-weight: 500;
    color: #d5010a;
}

#single_service .video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 35px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
}

#single_service .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#single_service .machinery {
    margin-top: 50px;
}

#single_service .machinery .block_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

#single_service #catalog {
    padding-top: 0;
}

#single_service .show_more_wrap {
    text-align: center;
    margin-top: 15px;
}

#single_service .show_more {
    position: relative;
    display: inline-block;
    width: 190px;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 32px;
    color: #000 !important;
    text-transform: uppercase;
}

/* promotions */

#promotions .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
}

#promotions .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 140px;
    margin: 0 0 10px;
    font-size: 0;
}
#promotions.catalog_promo .item{
    margin: 0;
    padding: 0;
}

#promotions.slider .item {
    margin: 0;
}

#promotions .item .column {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#promotions .item .left {
    width: 455px;
    max-width: 455px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 30px 150px 30px 40px;
}
#promotions.catalog_promo .item .left{
    max-width: 40%;
    padding: 30px 140px 30px 25px;
    font-size: 24px;
}

#promotions .item .right {
    position: relative;
    width: 655px;
    padding: 30px 180px 30px 150px;
}
#promotions.catalog_promo .item .right{
    max-width: 60%;
    padding: 30px 140px 30px 140px;
}

#promotions .item .right .text {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}
#promotions.catalog_promo .item .right .text{
    font-size: 24px;
}

#promotions .item .right strong {
    font-size: 70px;
}

#promotions .item .image {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    right: -145px;
    height: 160px;
    width: 290px;
}
#promotions.catalog_promo .item .image{
    margin-top: -70px;
    right: -130px;
    height: 145px;
    width: 230px;
}

#promotions .item .more {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 40px;
    display: block;
    width: 130px;
    font-size: 12px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
}

/* news */

#news_list {
    overflow: hidden;
    font-size: 0;
    margin: 0 -15px;
}

#news_list .grid-sizer {
    width: 33.333%;
}

#news_list .item_wrap {
    position: relative;
    display: inline-block;
    padding: 0 15px 30px;
    width: 33.333%;
}

#news_list .item, #other_news .item {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
}

#news_list .item img, #other_news .item img {
    display: block;
    width: 100%;
}

#news_list .item .content, #other_news .item .content {
    background: #fff;
    padding: 15px;
}

#news_list .item .title, #other_news .item .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

#news_list .item .text, #other_news .item .text {
    font-size: 12px;
    margin-top: 15px;
    color: #4c4c4c;
}

#news_list .item .date, #other_news .item .date {
    margin-top: 15px;
    font-size: 10px;
    color: #000;
}

#news_list .item .date i, #other_news .item i {
    margin-right: 5px;
}

#news .l_more_wrap {
    text-align: center;
}

#news .load_more {
    font-size: 14px;
}

#single_news {
    padding-top: 15px;
}

#single_news .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #5d5c5c;
    margin-bottom: 10px;
}

#single_news h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1c1a1a;
    margin: 0 0 20px;
}

#single_news .date i {
    margin-right: 5px;
}

#single_news .content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    font-size: 12px;
}

#single_news .content img {
    max-width: 100%;
}

#single_news .content .main_img {
    display: block;
    margin-bottom: 20px;
}

#other_news {
    margin-top: 40px;
}

#other_news .block_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

#other_news .item {
    height: 100%;
    background: #fff;
}

/* reviews */

#reviews {
    text-align: right;
}

#reviews .add_review {
    display: inline-block;
    width: 190px;
    font-size: 12px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #d70007;
    text-align: center;
}

#reviews .list {
    text-align: left;
    margin-top: 28px;
}

#reviews .item {
    margin-bottom: 15px;
}

#reviews .review {
    background: #fff;
    padding: 15px 25px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
}

#reviews .author {
    margin-bottom: 12px;
    font-size: 12px;
}

#reviews .author .name {
    margin-right: 12px;
    font-weight: 700;
    color: #130217;
}

#reviews .author .date i {
    margin-right: 5px;
}

#reviews .video_link {
    position: relative;
    display: block;
    width: 130px;
    height: 100px;
    margin-bottom: 20px;
}

#reviews .video_link .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background: #000;
    opacity: 0.2;
}

#reviews .video_link .icon {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ff0000;
    z-index: 2;
    color: #fff;
    text-align: center;
}

#reviews .video_link .icon i {
    font-size: 20px;
    line-height: 40px;
    margin-left: 4px;
}

#reviews .answer {
    padding: 15px 25px;
    background: #fafafa;
    margin: 15px 0 0 50px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    color: #4c4c4c;
}

#reviews .text {
    font-size: 12px;
    color: #4c4c4c;
}

#reviews .text p {
    margin: 0 0 20px;
}

#reviews .text p:last-child {
    margin-bottom: 0;
}

#reviews .links {
    margin-top: 32px;
    text-align: center;
    font-size: 0;
}

#reviews .links a {
    margin: 0 11px;
}

.load_more {
    position: relative;
    display: inline-block;
    width: 190px;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 32px;
    color: #000 !important;
    text-align: center;
    text-transform: uppercase;
}

.load_more i {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 14px;
    line-height: 32px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1800ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1800ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.load_more.load i {
    display: block;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#reviews .banner {
    padding: 35px 40px;
    text-align: center;
    margin-top: 36px;
}

#reviews .banner .text {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    font-weight: 300;
    margin-bottom: 10px;
}

#reviews .banner .phone {
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    margin-left: 5px;
    white-space: nowrap;
    font-weight: 300;
}

#reviews .banner .phone .code {
    font-size: 20px;
}

#reviews .banner .phone .tel {
    font-size: 26px;
    font-weight: 900;
}

/* partnership */

#partnership {
    background: #fff;
}

#partnership .short_info {
    max-width: 860px;
    margin: 0 auto 40px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

#partnership .block_title {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 46px;
}

#partnership .advantages {
    margin-bottom: 30px;
}

#partnership .advantages .list, #partnership .steps .list {
    font-size: 0;
}

#partnership .advantages .item, #partnership .steps .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    text-align: center;
    margin: 14px 0;
}

#partnership .advantages .icon {
    position: relative;
    width: 86px;
    height: 86px;
    margin: 0 auto 32px;
    border: 2px solid #fe7b05;
    border-radius: 100%;
}

#partnership .advantages .icon img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

#partnership .advantages .title, #partnership .steps .title {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

#partnership .steps {
    margin-bottom: 66px;
}

#partnership .steps .icon {
    width: 56px;
    margin: 0 auto 28px;
    border: 2px solid #fe7b05;
    border-radius: 100%;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
}

#partnership .order_banner, #rent .order_banner, #single .order_banner {
    position: relative;
    padding: 30px 460px 30px 40px;
    margin-bottom: 60px;
}

#partnership .order_banner.bottom {
    margin-bottom: 0;
}

#partnership .order_banner .text, #rent .order_banner .text, #single .order_banner .text {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    font-weight: 300;
}

#partnership .order_banner .partnership_link, #rent .order_banner .partnership_link, #single .order_banner .partnership_link {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    right: 50px;
    display: block;
    width: 300px;
    line-height: 54px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #d70007;
}

#rent .order_banner .partnership_link, #single .order_banner .partnership_link {
    width: 340px;
}

#partnership .order_banner .phone, #rent .order_banner .phone, #single .order_banner .phone {
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    margin-left: 5px;
    white-space: nowrap;
    font-weight: 300;
}

#partnership .order_banner .phone .code, #rent .order_banner .phone .code, #single .order_banner .code {
    font-size: 20px;
}

#partnership .order_banner .phone .tel, #rent .order_banner .phone .tel, #single .order_banner .tel {
    font-size: 26px;
    font-weight: 900;
}

#partnership .order_banner .ili {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 390px;
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    font-weight: 300;
}

#partnership .commission_banner {
    position: relative;
    padding: 30px 320px 30px 40px;
    margin-bottom: 60px;
}

#partnership .commission_banner .text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

#partnership .commission_banner .phone {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 60px;
    display: inline-block;
    color: #040404;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

#partnership .commission_banner .phone .code {
    font-size: 20px;
    font-weight: 300;
}

#partnership .commission_banner .phone .tel {
    font-size: 26px;
    font-weight: 900;
}

#partnership .content {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin-bottom: 55px;
}

#partnership .content h2 {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 25px;
}

#partnership .content p {
    margin: 0 0 20px;
}

#partnership .content p:last-child {
    margin-bottom: 0;
}

/* contacts */

#contacts .column {
    margin-bottom: 25px;
}

#contacts .department {
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
}

#contacts .photo {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);

}

#contacts .info {
    padding: 20px;
    border-top: 4px solid #f7f7f7;
}

#contacts .item {
    position: relative;
    margin-bottom: 22px;
    padding-left: 40px;
    font-size: 12px;
    color: #130217;
}

#contacts .item:last-child {
    margin-bottom: 0;
}

#contacts .department i {
    position: absolute;
    top: 0;
    left: 0;
    color: #d70007;
    font-size: 16px;
}

#contacts .block {
    margin-bottom: 15px;
}

#contacts .block:last-child {
    margin-bottom: 0;
}

#contacts .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#contacts .value {
    font-weight: 300;
    margin-bottom: 5px;
    color: #4c4c4c;
}

#contacts .value:last-child {
    margin-bottom: 0;
}

#contacts a {
    color: #4c4c4c;
}

#map {
    height: 500px;
    margin-bottom: 30px;
}

#contacts .pdf_link {
    display: inline-block;
    background: #d5010a;
    color: #fff;
    line-height: 38px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 12px 0 8px;
}

#contacts .pdf_link i {
    margin-right: 12px;
    font-size: 18px;
    font-weight: lighter;
}

/* search */

#search .search_form {
    max-width: 600px;
    margin-bottom: 40px;
}

#search .item {
    margin-bottom: 10px;
}

#search .item a {
    color: #000;
    font-weight: 300;
    text-decoration: underline;
}

#search .item a:hover {
    text-decoration: none;
}

#search .load_more_wrap {
    text-align: center;
    margin-top: 20px;
}

#search .nothing_found {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}

/* 404 */

#page_404 {
    padding: 40px 15px;
    text-align: center;
}

#page_404 .large {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    color: #ccc;
    margin-bottom: 10px;
}

#page_404 h1 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 22px;
}

#page_404 .info {
    max-width: 500px;
    margin: 0 auto;
    font-size: 12px;
}

#page_404 .usefull {
    margin-top: 40px;
}

#page_404 .usefull .text {
    max-width: 340px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto 20px;
}

#page_404 .links {
    font-size: 0;
}

#page_404 .links a {
    display: inline-block;
    width: 190px;
    margin: 0 20px;
    font-size: 12px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

#page_404 .links .rental_link {
    background: #d70007;
}

#page_404 .links .service_link {
    background: #fe7904;
}

/* footer */

#footer {
    position: relative;
    z-index: 2;
}

#footer.white-bg {
    background: #fff;
}

#footer .container {
    overflow: hidden;
    padding: 40px 15px 20px;
}

#footer .main {
    float: left;
    width: 760px;
}

#footer .menu-footer-menu-container {
    margin: 0 -10px;
}

#footer .footer_menu {
    display: table;
    padding: 0;
    margin: 0 0 22px;
    width: 100%;
}

#footer .footer_menu li {
    display: table-cell;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 0 10px;
    text-align: center;
}

#footer .footer_menu li:first-child {
    text-align: left;
}

#footer .footer_menu li:last-child {
    text-align: right;
}

#footer .footer_menu li a {
    color: #444444;
}

#footer .info_wrap {
    overflow: hidden;
    margin-bottom: 30px;
}

#footer .info {
    float: left;
    width: 500px;
    font-size: 0;
}

#footer .info .copyright, #footer .info .phone, #footer .info .open, #footer .info .email {
    font-size: 12px;
    color: #130217;
}

#footer .info .copyright {
    text-transform: uppercase;
    margin-right: 35px;
}

#footer .info .email, #footer .info .phone {
    color: #130217;
    margin-right: 35px;
}

#footer .links {
    text-align: right;
    font-size: 0;
}

#footer .links a {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #444444;
    text-decoration: underline;
    margin-left: 22px;
}

#footer .links a:hover {
    text-decoration: none;
}

#footer .links a:first-child {
    margin-left: 0;
}

#footer .socials {
    font-size: 0;
    margin-bottom: 25px;
}

#footer .socials a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    /*background: #c9c9c9;*/
    color: #fff;
    text-align: center;
    margin-right: 4px;
	margin-bottom: 4px;
}
#footer .socials a svg{
    width:100%;
    height:100%;
}
#footer .socials a:last-child {
    margin-right: 0;
}

#footer .socials i {
    position: relative;
    line-height: 36px;
    vertical-align: middle;
    z-index: 2;
}

#footer .socials a .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/*#footer .socials a:hover .bg {
    opacity: 1;
}*/

#footer .important {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
}

#footer .development {
    text-align: right;
    color: #130217;
}

#footer .development span {
    display: inline-block;
    position: relative;
    padding-bottom: 26px;
}

#footer .development img {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* modals */

body.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-backdrop {
    background: #1c1b1a;
}

.menu-opened .modal-backdrop {
    background: #ed860d;
}

.modal-backdrop.show {
    opacity: 0.83;
}

.menu-opened .modal-backdrop.show {
    opacity: 1;
}

#mobile_menu {
    padding-right: 0!important;
}

#mobile_menu .modal-dialog {
    height: 100%;
    max-width: none;
    margin: 0;
}

#mobile_menu .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    background: #ed860d;
}

#mobile_menu .modal-body {
    padding: 50px;
}

#mobile_menu .close_menu {
    position: absolute;
    top: 28px;
    right: 25px;
    width: 41px;
    height: 40px;
    cursor: pointer;
    background: url('./images/close_menu.png') no-repeat;
    background-size: contain;
}

#mobile_menu .mobile_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
}

#mobile_menu .mobile_menu li {
    margin-bottom: 8px;
}

#mobile_menu .mobile_menu li:last-child {
    margin-bottom: 0;
}

#mobile_menu .mobile_menu a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
}

#mobile_menu .links {
    margin-top: 15px;
}

#mobile_menu .links a {
    display: block;
    width: 160px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    line-height: 46px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    margin-bottom: 15px;
}

#mobile_menu .links a:last-child {
    margin-bottom: 0;
}

#review_modal .modal-dialog, #callback_modal .modal-dialog, #machinery_modal .modal-dialog {
    max-width: 556px;
}

#review_modal .modal-content, #callback_modal .modal-content, #machinery_modal .modal-content, #service_modal .modal-content {
    border: none;
    border-radius: 0;
}

#review_modal .modal-body, #callback_modal .modal-body, #machinery_modal .modal-body, #service_modal .modal-body {
    padding: 35px 95px 45px;
}

#review_modal .title, #callback_modal .title, #machinery_modal .title, #service_modal .title, #modal-city-picker .title {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.close_modal {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('./images/close_modal.png') no-repeat;
    background-size: contain;
}

.inputs {
    font-size: 0;
}

.modal_form .line {
    margin-bottom: 15px;
}

.inputs .city {
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    border: none;
    font-size: 0;
}

.modal_form .form_input {
    background: #eaeaea;
    width: 100%;
    height: 36px;
    border: none;
    font-size: 12px;
    color: #130217;
    padding: 0 15px;
}

.modal_form textarea {
    display: block;
    background: #eaeaea;
    border: none;
    width: 100%;
    height: 206px;
    resize: none;
    padding: 8px 15px;
    font-size: 12px;
    color: #130217;
}

.modal_form .error_msg,
#fast_order .error_msg{
    display: none;
    font-size: 12px;
    color: #ff000b;
    padding-bottom: 15px;
}

.modal_form .custom-checkbox {
    display: inline-block;
    color: #130217;
    margin-bottom: 0;
}

#callback_modal .date_line .text {
    font-size: 12px;
    margin-bottom: 10px;
}

#callback_modal .date_line input {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

#callback_modal .date_line .date .text {
    text-align: left;
}

#callback_modal .date_line .time .text {
    text-align: right;
}

#callback_modal .date_line .date .wrap {
    max-width: 120px;
}

#callback_modal .date_line .time .hour {
    position: relative;
}

#callback_modal .date_line .time .sep {
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    width: 30px;
    text-align: center;
}

#callback_modal .time {
	text-align: right;
}

#callback_modal .delivery_time {
	max-width: 100px;
}

#machinery_modal .large_title, #service_modal .large_title {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    color: #454545;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

#machinery_modal .filled {
    margin: 20px 0 22px;
}

#machinery_modal .image {
    margin-bottom: 15px;
}

#machinery_modal .image img {
    display: block;
    height: 120px;
    width: auto;
    margin: 0 auto;
}

#machinery_modal .machinery_title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

#machinery_modal .empty {
    margin-bottom: 15px;
}

#machinery_modal .time {
    margin-bottom: 15px;
}

#machinery_modal .time .row:first-child {
    margin-bottom: 8px;
}

#machinery_modal .time .text {
    width: 195px !important;
    font-size: 12px;
}

#machinery_modal .time .value input {
    width: 70px;
}

#service_modal .modal-dialog {
    max-width: 940px;
}

#service_modal .text {
    font-size: 12px;
    text-align: right;
}

#service_modal .line .columns input {
    text-align: center;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox span {
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 12px;
    padding-left: 25px;
    -moz-user-select: none;
    user-select: none;
}

.custom-checkbox span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    background: url('./images/checkboxes.png') 0 0 no-repeat;
    cursor: pointer;
}

.custom-checkbox input:checked  + span:before {
    background-position: -12px 0 ;
}

.custom-checkbox a {
    color: #252b33;
    text-decoration: underline;
}

.custom-checkbox a:hover {
    text-decoration: none;
}

.modal_form input[type=submit] {
    background: #d5010a;
    width: 100%;
    height: 38px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: none;
    margin-top: 15px;
    cursor: pointer;
}

.success {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -145px;
    width: 310px;
    background: #fff;
    padding: 15px;
    text-align: center;
    z-index: 2000;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

.loading .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background: #fff;
    z-index: 1;
}

.loading img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    z-index: 2;
}

/* responsive */

@media (max-width: 1199px) {

    #header .container {
        padding-left: 210px;
        z-index: 1;
    }

    #header .logo {
        top: 0;
        width: 260px;
        height: 34px;
        z-index: 2;
    }

    #header .top {
        width: 735px;
    }

    #header .search_form {
        left: 90px;
        width: 270px;
    }

    #header .phone {
        right: 190px;
    }
    #header .email{
        right: 190px;
        font-size: 13px;
    }
    #header .phone .tel {
        font-size: 20px;
    }

    #header .callback_link {
        width: 170px;
    }

    #mp_slider .content {
        max-width: 420px;
    }

    #rent .categories .list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    #rent .scheme .list .item .arrow {
        right: -81px;
        width: 161px;
    }

    #single #catalog .item .title {
        font-size: 12px;
    }

    #catalog .item .photo {
        height: 130px;
    }

    #with_sidebar .content {
        width: 640px;
    }

    #single .main .main_photo, #single .main .main_photo .large_slider .item {
        height: 260px;
    }

    #promotions .item .left {
        width: 425px;
        font-size: 20px;
        line-height: 26px;
        padding-right: 130px;
    }
    #promotions.catalog_promo .item .left{
        font-size: 18px;
    }

    #promotions .item .right {
        width: 505px;
        padding-left: 130px;
        padding-right: 40px;
    }
    #promotions.catalog_promo .item .right{
        padding: 30px 80px 30px 130px;
    }

    #promotions .item .image {
        margin-top: -70px;
        right: -125px;
        height: 140px;
        width: 250px;
    }

    #promotions .item .right .text {
        font-size: 24px;
        text-align: center;
        width: 100%;
    }

    #promotions .item .right strong {
        font-size: 40px;
    }

    #promotions .item .more {
        position: static;
        margin: 10px auto 0;
    }

    #reviews .banner .text {
        font-size: 18px;
    }

    #partnership .advantages .title, #partnership .steps .title {
        font-size: 14px;
    }

    #partnership .order_banner {
        padding: 30px 400px 30px 30px;
    }

    #partnership .order_banner .text {
        font-size: 22px;
    }

    #partnership .order_banner .phone .code {
        font-size: 16px;
    }

    #partnership .order_banner .phone .tel {
        font-size: 22px;
    }

    #partnership .order_banner .partnership_link {
        margin-top: -23px;
        right: 30px;
        width: 250px;
        line-height: 46px;
        font-size: 16px;
    }

    #partnership .order_banner .ili {
        right: 314px;
        font-size: 22px;
    }

    #partnership .commission_banner .text {
        font-size: 17px;
        line-height: 24px;
    }

    #partnership .commission_banner .phone .code {
        font-size: 16px;
    }

    #partnership .commission_banner .phone .tel {
        font-size: 24px;
    }

    #footer .main {
        width: 100%;
    }

    #footer .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #footer .socials, #footer .important {
        -webkit-box-flex: 0;
        max-width: 50%;
        margin-bottom: 0;
    }

    #footer .important {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
		padding-top: 6px;
    }

    #footer .important span {
        display: inline-block;
        vertical-align: top;
    }

    #footer .socials {
        padding-right: 55px;
    }

    #footer .development {
        text-align: left;
    }

}

@media (max-width: 991px) {

    #page_wrapper {
        padding-top: 112px;
    }

    #header {
        height: 130px;
    }

    #header .container {
        padding-left: 310px;
    }

    #header .search_form {
        position: relative;
        left: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    #header .top {
        width: auto;
        height: auto;
        margin-bottom: 0;
        text-align: right;
        padding: 0 50px 34px 0;
    }

    #header .phone {
        height: 34px;
        left: 0;
        top: 44px;
        right: initial;
        font-size: 12px;
    }
    #header .email {
        top: 70px;
        right: initial;  
        font-size: 12px;
        left: 0;
    }
    #header .callback_link {
        top: 44px;
        right: 50px;
    }

    #header .info {
        display: none;
    }

    .menu_link {
        display: block;
    }

    #mp_slider .container {
        min-height: 290px;
        padding: 40px 15px;
    }

    #mp_slider .content {
        max-width: 370px;
    }

    #mp_slider .title, #mp_slider .text {
        font-size: 30px;
        line-height: 40px;
    }

    #mp_slider .image {
        max-width: 440px;
        bottom: -20px;
    }

    #mp_advantages .wrapper .column {
        padding-top: 30px;
    }

    #mp_advantages .block, #mp_advantages .block .icon, #mp_advantages .block .text {
        display: block;
    }

    #mp_advantages .block .icon {
        position: relative;
        height: 60px;
        margin-bottom: 10px;
    }

    #mp_advantages .block .icon img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #mp_advantages .block .text {
        padding-left: 0;
        text-align: center;
        line-height: 16px;
    }

    #mp_catalog .block_title {
        max-width: 500px;
        margin: 0 auto 30px;
    }
	
	#mp_catalog .mobile-hidden {
		display: none!important;
	}

    .promo_slider {
        margin: 45px -15px 0;
    }

    #mp_services {
        padding: 30px 0 35px;
    }

    #mp_services .title {
        margin-bottom: 20px;
    }

    #mp_partnership .column {
        padding: 0 15px;
    }

    #mp_partnership .bordered .line {
        display: none;
    }

    #mp_partnership .advantages {
        margin-bottom: 30px;
    }

    #mp_partnership .reviews {
        padding-left: 15px;
    }

    #mp_partnership .reviews .title {
        margin-bottom: 20px;
    }

    #rent .scheme .list .item {
        width: 50%;
    }

    #rent .scheme .list .item .arrow {
        right: -95px;
        width: 191px;
    }

    #rent .scheme .list .item:nth-child(2) .arrow {
        display: none;
    }

    #rent .order_banner, #single .order_banner {
        padding: 30px 290px 30px 30px;
    }

    #rent .order_banner .text, #single .order_banner .text {
        font-size: 22px;
    }

    #rent .order_banner .phone .code, #single .order_banner .phone .code {
        font-size: 16px;
    }

    #rent .order_banner .phone .tel, #single .order_banner .phone .tel {
        font-size: 22px;
    }

    #rent .order_banner .partnership_link, #single .order_banner .partnership_link {
        margin-top: -23px;
        right: 30px;
        width: 250px;
        line-height: 46px;
        font-size: 16px;
    }

    #rent .profit .left {
        padding-right: 40px;
    }

    #rent .profit .right {
        padding-left: 40px;
    }

    #with_sidebar .sidebar {
        display: none;
    }

    #with_sidebar .content {
        width: 100%;
    }

    #single .main {
        margin-bottom: 30px;
    }

    #single .main .main_photo, #single .main .main_photo .large_slider .item {
        height: 260px;
    }

    #single .main .left {
        margin-top: 25px;
    }

    #single .main .descr_link, #single .main .price {
        margin-bottom: 25px;
    }

    #single .also_slider .slick-prev {
        left: 20px;
    }

    #single .also_slider .slick-next {
        right: 20px;
    }

    #single_service .service_gallery {
        margin-top: 30px;
    }

    #single_service .service_gallery .item {
        height: 170px;
    }

    #single_service .banner .item {
        width: 50%;
    }

    #single_service .show_more_wrap {
        margin-bottom: 15px;
    }

    .promo_slider .slick-prev {
        left: 5px;
    }

    .promo_slider .slick-next {
        right: 5px;
    }

    #promotions .item {
        min-height: 110px;
    }

    #promotions .item .left {
        width: 40%;
        font-size: 16px;
        line-height: 20px;
        padding: 15px 100px 15px 30px;
    }

    #promotions .item .image {
        margin-top: -65px;
        right: -100px;
        height: 130px;
        width: 200px;
    }

    #promotions .item .right {
        padding: 15px 30px 15px 100px;
        width: 60%;
    }

    #promotions .item .right .text {
        font-size: 20px;
    }

    #promotions .item .right strong {
        font-size: 30px;
    }

    #news_list .grid-sizer {
        width: 50%;
    }

    #news_list .item_wrap {
        width: 50%;
    }

    #single_news .content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    #other_news .column_3 {
        display: none;
    }

    #reviews .banner {
        padding: 20px 15px;
    }

    #partnership .advantages, #partnership .steps {
        margin-bottom: 16px;
    }

    #partnership .advantages .list, #partnership .steps .list {
        margin: 0 -15px;
    }

    #partnership .order_banner {
        margin: 0 -15px 50px;
        padding: 15px 280px 15px 15px;
    }

    #partnership .order_banner .partnership_link {
        right: 15px;
    }

    #partnership .order_banner .ili {
        display: none;
    }

    #partnership .commission_banner {
        margin: 0 -15px 40px;
        padding: 20px 15px;
    }

    #partnership .commission_banner .text {
        display: block;
    }

    #partnership .commission_banner .phone {
        position: static;
        margin: 0;
    }

    #footer .footer_menu li {
        font-size: 13px;
    }

    #footer .info {
        width: 100%;
        margin-bottom: 10px;
    }

    #footer .links {
        display: block;
        text-align: left;
    }
	
	#footer .important {
		padding-top: 0;
	}

    #service_modal .text {
        text-align: left;
        margin-bottom: 5px;
    }

}

@media (max-width: 767px) {

    .container {
        max-width: none;
    }

    #page_wrapper {
        padding-top: 150px;
    }

    #header {
        padding: 20px 0 14px;
        height: 150px;
    }

    #header .container {
        padding-left: 15px;
    }

    #header .logo {
        position: static;
        width: 240px;
        height: 31px;
        margin-bottom: 10px;
    }
	
	#header .city {
		position: static;
		left: auto;
		top: auto;
		float: left;
		line-height: 34px;
        position: relative;
        margin-bottom: -34px;
	}

    #header .top {
        padding: 0;
        text-align: right;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    #header .phone {
        position: static;
        font-size: 12px;
		vertical-align: middle;
		margin-right: 15px;
        position: relative;
        top: initial;
        right: initial;
        left: initial;
        margin-left: auto;
        width: auto;
    }
     #header .phone.top-10 {
        top:0;
     }
    #header .email {
        top: initial;
        right: initial;
        left: initial;
        position: relative;
        margin-right: 15px;
        width: auto;
        margin-left: 0;
    }
    #header .phone .tel {
        font-size: 16px;
    }

    #header .search_form {
        margin-bottom: 0;
		margin-top: 7px;
        width: 100%;
    }

    #header .callback_link {
        position: static;
		width: 120px;
		font-size: 9px;
		vertical-align: middle;
		margin-left: 5px;
    }

    #mp_slider {
        /*background: #f1910a;*/
    }

	#mp_slider .item_wrap {
		padding-bottom: 30px;
	}
	
    #mp_slider .container {
        min-height: 260px;
        padding: 30px 15px 140px;
    }

    #mp_slider .content {
        max-width: none;
    }

    #mp_slider .title, #mp_slider .text {
        font-size: 24px;
        line-height: 30px;
    }

    #mp_slider .image {
        left: 0;
        right: 0;
        bottom: -30px;
        max-height: 170px;
        max-width: 290px;
        margin: auto;
    }

    #mp_advantages {
		display: none;
        background: #f1910a;
        padding: 30px 0 15px;
    }

    #mp_advantages .item_1, #mp_advantages .item_2, #mp_advantages .item_3, #mp_advantages .item_4 {
        width: 100% !important;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1910a+0,f1910a+100 */
        background: #f1910a; /* Old browsers */
        background: -moz-linear-gradient(left, #f1910a 0%, #f1910a 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #f1910a 0%,#f1910a 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #f1910a 0%,#f1910a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1910a', endColorstr='#f1910a',GradientType=1 ); /* IE6-9 */
    }

    #mp_advantages .wrapper .column {
        display: block;
        padding: 0;
    }

    #mp_advantages .wrapper .column {
        margin-bottom: 10px;
    }

    #mp_advantages .wrapper .column:last-child {
        margin-bottom: 0;
    }

    #mp_advantages .block {
        display: table;
    }

    #mp_advantages .block .icon, #mp_advantages .block .text {
        display: table-cell;
    }

    #mp_advantages .block .icon {
        width: 60px;
    }

    #mp_advantages .block .icon img {
        position: static;
        max-width: 60px;
        max-height: 40px;
    }

    #mp_advantages .block .text {
        text-align: left;
        padding-left: 15px;
    }

    #mp_catalog {
        margin-top: 25px;
    }

    #mp_catalog .block_title {
        font-size: 20px;
        line-height: 26px;
    }

    #mp_catalog .list .item {
        margin-bottom: 15px;
    }

    #mp_catalog .list .photo {
        height: 120px;
    }

    #mp_catalog .title {
        font-size: 12px;
    }

    #mp_catalog .list .price {
        font-size: 12px;
        font-weight: 400;
    }

    #mp_catalog .links a {
        width: 100%;
        line-height: 36px;
        margin: 0;
    }

    #mp_catalog .links a:first-child {
        margin-bottom: 10px;
    }

    #mp_services {
        padding: 20px 0 25px;
    }

    #mp_services .title {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    #mp_services .services {
        padding: 20px 15px;
    }

    #mp_services .list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        margin-bottom: 0;
    }

    #mp_services .list li i {
        line-height: 16px;
    }

    #mp_services .list li a {
        font-size: 12px;
        line-height: 16px;
    }

    #mp_services .all {
        line-height: 36px;
    }

    #mp_catalog .main_categories {
        margin-top: 20px;
    }

    #mp_partnership .block_title {
        font-size: 20px;
        line-height: 26px;
    }

    #mp_partnership .about .text {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    #mp_partnership .about .link {
        max-width: 260px;
        margin: 0 auto;
    }

    #mp_partnership .advantages .title, #mp_partnership .reviews .title {
        font-size: 18px;
        line-height: 22px;
    }

    #breadcrumbs {
        display: none;
    }

    #page_header {
        height: 120px;
        margin-bottom: 20px;
    }

    #page_header h1, .page_title {
        font-size: 20px;
        line-height: 26px;
    }

    #page_header .subtitle {
        font-size: 14px;
        font-weight: 400;
    }

    #catalog .item_wrap {
        margin-bottom: 15px;
    }
	/*
	#catalog .item .title {
		min-height: 0;
	}
*/
    #catalog .banner {
        padding: 15px;
        margin: 20px -15px 20px;
    }

    #catalog .banner .title {
        font-size: 20px;
    }

    #catalog .banner a {
        font-size: 14px;
        line-height: 36px;
    }

    #single .main .main_photo, #single .main .main_photo .large_slider .item {
        height: 260px;
    }

    .responsive_banner {
        width: 260px;
        margin: 15px auto 0;
    }

    #rent .about .information {
        margin-bottom: 25px;
    }

    #rent .categories .block_title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #rent .categories .list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        margin-bottom: 10px;
    }

    #rent .categories .list li {
        text-align: left;
        margin-bottom: 5px;
    }

    #rent .categories .info {
        font-size: 12px;
    }

    #rent .reasons {
        padding: 30px 0 10px;
        margin-bottom: 30px;
    }

    #rent .reasons .block_title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #rent .reasons .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

    #rent .reasons .icon img {
        max-width: 36px;
        max-height: 36px;
    }

    #rent .reasons .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #rent .reasons .text {
        font-size: 12px;
        font-weight: 400;
    }

    #rent .scheme .list .item .arrow {
        top: 18px;
        right: -51px;
        width: 100px;
    }

    #rent .scheme {
        margin-bottom: 0;
    }

    #rent .scheme .block_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #rent .scheme .list .item {
        margin-bottom: 20px;
    }

    #rent .scheme .list .number {
        width: 46px;
        font-size: 20px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    #rent .scheme .list .text {
        font-size: 12px;
        line-height: 18px;
    }

    #rent .order_banner, #single .order_banner {
        margin: 0 -15px 28px;
        padding: 15px;
    }

    #rent .order_banner .text, #single .order_banner .text {
        font-size: 20px;
        line-height: 26px;
    }

    #rent .order_banner .partnership_link, #single .order_banner .partnership_link {
        position: static;
        margin: 20px 0 0;
        width: 100%;
    }

    #rent .advantages .block_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #rent .advantages .item {
        margin-bottom: 10px;
    }

    #rent .advantages .icon {
        margin-bottom: 15px;
    }

    #rent .advantages .text {
        font-size: 14px;
    }

    #rent .profit {
        margin-top: 20px;
    }

    #rent .profit .both .line {
        display: none;
    }

    #rent .profit .left, #rent .profit .right {
        padding: 0 15px;
    }

    #rent .profit .left {
        margin-bottom: 20px;
    }

    #rent .profit .right {
        text-align: left;
    }

    #rent .profit .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    #rent .content {
        font-size: 12px;
        font-weight: 400;
    }

    #rent .partners .item {
        text-align: left;
    }

    #services .list .item_wrap {
        margin-bottom: 15px;
    }

    #services .list .icon {
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
    }

    #services .list .icon img {
        max-width: 34px;
        max-height: 34px;
    }

    #services .list .title {
        font-size: 12px;
    }

    #services .banner {
        margin: 25px -15px 0;
        padding: 15px;
    }

    #services .banner .text {
        font-size: 18px;
    }

    #single_service .machinery {
        margin-top: 30px;
    }

    #single_service #catalog .item_wrap {
        margin: 0 0 15px;
    }

    #fast_order {
        margin-top: 25px;
    }

    #fast_order .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    #fast_order .subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    #fast_order form {
        margin-top: 10px;
    }

    #fast_order form .item {
        margin-bottom: 10px;
    }

    #fast_order form .item:last-child {
        margin-bottom: 0;
    }

    #fast_order .other {
        font-size: 14px;
        margin-top: 20px;
    }

    #fast_order .icon {
		display: none;
        width: 28px;
        line-height: 24px;
        margin-right: 5px;
    }

	#fast_order .other .phone:before {
		content: '';
		display: block;
	}
	
    #fast_order .other .phone {
        white-space: nowrap;
    }
	
	#fast_order .other .phone .icon {
		position: relative;
		top: -6px;
		display: inline-block;
	}

    #fast_order .other .tel {
        font-size: 26px;
    }

    #promotions .item {
        display: block;
        width: auto;
        max-width: none;
        margin: 0 -15px 20px;
        height: auto;
    }

    #promotions .item .column {
        position: relative;
        display: block;
    }

    #promotions .item .left, #promotions .item .right {
        width: 100%;
        max-width: none;
        padding: 15px 30px;
        text-align: center;
    }
    #promotions.catalog_promo .item .left, #promotions.catalog_promo .item .right{
        max-width: 100%;
        padding: 15px 30px;
    }

    #promotions .item .left,#promotions.catalog_promo .item .left{
        padding-bottom: 90px;
        font-size: 20px;
        line-height: 26px;
    }


    #promotions .item .right,#promotions.catalog_promo .item .right {
        padding-top: 50px;
    }

    #promotions .item .right .text,#promotions.catalog_promo .item .right .text{
        font-size: 24px;
    }

    #promotions .item .right strong {
        font-size: 40px;
    }

    #promotions .item .image,#promotions.catalog_promo .item .image {
        width: 220px;
        height: 120px;
        top: auto;
        left: 50%;
        right: auto;
        bottom: -40px;
        margin: 0 0 0 -110px;
    }

    #single_news h1 {
        font-size: 20px;
        line-height: 26px;
    }

    #other_news .col-12 {
        margin-bottom: 15px;
    }

    #other_news .col-12:last-child {
        margin-bottom: 0;
    }

    #reviews .review {
        padding: 15px;
    }

    #reviews .author .name {
        display: block;
        margin: 0 0 5px;
    }

    #reviews .answer {
        margin-left: 25px;
    }

    #reviews .banner {
        margin: 25px -15px 0;
        padding: 15px;
    }

    #reviews .links a {
        display: block;
        width: auto;
        margin: 0;
    }

    #reviews .links .load_more {
        margin-bottom: 15px;
    }

    #partnership .short_info {
        margin-bottom: 20px;
    }

    #partnership .block_title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    #partnership .advantages .item, #partnership .steps .item {
        width: 50%;
    }

    #partnership .advantages .icon {
        margin-bottom: 15px;
    }

    #partnership .order_banner {
        padding: 15px;
        margin-bottom: 28px;
    }

    #partnership .order_banner .text {
        font-size: 20px;
        line-height: 26px;
    }

    #partnership .order_banner .partnership_link {
        position: static;
        margin: 20px 0 0;
        width: 100%;
    }

    #partnership .steps .icon {
        margin-bottom: 15px;
    }

    #partnership .commission_banner {
        margin-bottom: 25px;
    }

    #partnership .commission_banner .text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #partnership .content {
        margin-bottom: 30px;
    }

    #partnership .content h2 {
        font-size: 20px;
        text-align: center;
    }

    #contacts .column {
        padding: 0;
    }

    #contacts .info {
        padding: 15px;
    }

    #contacts .item {
        padding-left: 25px;
        font-size: 11px;
    }

    #map {
        height: 320px;
    }

    #contacts .pdf_link {
        line-height: 34px;
        font-size: 12px;
    }

    #contacts .pdf_link i {
        font-size: 16px;
    }

    #page_404 .links a {
        width: 100%;
        margin: 0;
    }

    #page_404 .links .rental_link {
        margin-bottom: 15px;
    }

    #footer .container {
        padding: 30px 15px 20px;
    }

    #footer .menu-footer-menu-container {
        display: none;
    }

    #footer .info_wrap {
        margin-bottom: 15px;
    }

    #footer .info .copyright, #footer .info .open {
        display: block;
        margin-right: 0;
    }

    #footer .info .copyright, #footer .info .phone {
        margin-right: 0;
        margin-bottom: 5px;
    }

    #footer .bottom {
        display: block;
        flex-wrap: nowrap;
    }

    #footer .socials, #footer .important {
        padding-right: 0;
        max-width: none;
    }

    #footer .socials {
        margin-bottom: 15px;
    }

    #footer .important {
        display: block;
        flex-direction: inherit;
    }

    #mobile_menu .close_menu {
        top: 15px;
        right: 15px;
        width: 26px;
        height: 26px;
    }

    #mobile_menu .modal-body {
        padding: 40px 15px;
    }

    .close_modal {
        top: 15px;
        right: 15px;
        width: 16px;
        height: 16px;
    }

    #review_modal .modal-body, #callback_modal .modal-body, #service_modal .modal-body, #machinery_modal .modal-body {
        padding: 30px 15px 20px;
    }

    #review_modal .title, #callback_modal .title, #service_modal .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #machinery_modal .large_title, #service_modal .large_title {
        font-size: 36px;
        line-height: 36px;
    }

    #callback_modal .date_line .time {
        margin-top: 10px;
    }

    #callback_modal .date_line .time .text {
        text-align: left;
    }

    #callback_modal .date_line .time .wrap {
        max-width: 160px;
    }

    #service_modal .text {
        margin-bottom: 0;
    }

    #service_modal .line .row .col-12 {
        margin-bottom: 10px;
    }

    #service_modal .line .row .col-12:last-child {
        margin-bottom: 0;
    }

    #service_modal .line .columns .row {
        margin-bottom: 10px;
    }

    #service_modal .line .columns .col-12:last-child .row {
        margin-bottom: 0;
    }

    .modal_form .line {
        margin-bottom: 10px;
    }

    .modal_form .error_msg,
    #fast_order .error_msg{
        font-size: 10px;
        padding-bottom: 10px;
    }

    .custom-checkbox span {
        font-size: 10px;
    }
	
	#callback_modal .time {
		text-align: left;
	}

}
@media (max-width: 630px) {
    #page_wrapper {
        padding-top: 170px;
    }
    #header {
        height: 184px;
    }
    #header .city{
        position: static;
        left: auto;
        top: auto;
        text-align: left;
        float: none;
        margin-bottom: 0;
    }
    #header .phone.top-10 {    
        margin-left: 0;
        top:-10px;
    }
     #header .email {
        top: 10px;
        left: 0;
        position: absolute;
    }
}
@media (max-width: 540px) {
    #page_wrapper {
        padding-top: 170px;
    }
	#header {
		height: 184px;
	}
	/*#header .city {
		position: static;
		left: auto;
		top: auto;
		text-align: center;
		float: none;
        margin-bottom: 0;
	}*/
    #header .callback_link{
        width: 105px;
    }
    #header .phone{
        margin-left: 0;
        display: table;
        align-items: center;
        justify-content: flex-start;
        max-width: calc(100% - 110px);
        margin-right: 0;
    }
	#header .phone span{
        display: table-cell;
        line-height: 95%;
        width: auto;
        vertical-align: middle;
    }
    #header .phone .tel{
        padding-left: 3px;
    }
    #news_list .item_wrap {
        width: 100%;
    }
	
	#catalog .list {
		margin-right: -10px;
		margin-left: -10px;
	}
	
	#catalog .item_wrap {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
	
	#catalog .item {
		padding: 5px;
	}
	
	#mp_catalog .list .item {
		margin-bottom: 10px;
	}
	
	#catalog .item.machine {
		padding-bottom: 50px;
	}
	
	#catalog .item .photo {
		margin-bottom: 10px;
	}
	
	#catalog .item .title a {
		font-size: 11px;
	}
	
	#catalog .item .price {
		font-size: 11px;
		margin-top: 10px;
	}
	
	#catalog .item .order_machinery {
		width: auto;
		right: 5px;
		left: 5px;
		bottom: 5px;
		margin: auto;
	}
	
}

@media (max-width: 440px) {

    #single_service .banner {
        padding: 20px 15px 30px;
    }

    #single_service .banner .item {
        width: 100%;
    }

    #single_service .banner .item:last-child {
        margin-bottom: 0;
    }

    #single_service .banner .icon {
        width: 40px;
        margin: 0 auto 10px;
        font-size: 16px;
        line-height: 36px;
    }

    #single_service .banner .title {
        font-size: 16px;
        margin-bottom: 30px;
    }

}


/** **/

#fast_order .icon i{
    line-height: 2;
}
#with_sidebar .links{
    display: none;
}
#mp_partnership .about{
	position: relative;
}
#mp_partnership .about::after{
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -30px;
	left: 0;
	border-bottom: 1px solid #e5e5e5; 
}
#mp_slider{
	position: relative;
}
#mp_slider .slick-arrow{
	position: absolute;
	top: 40%;
	z-index: 10;
	cursor: pointer;
}
#mp_slider .slick-prev{
	left: 10px;
}
#mp_slider .slick-next{
	right: 10px;
}
#mp_slider .slick-arrow i{
	color: #ffffff;
}
#rent .reasons .block_title,
#rent .reasons .title,
#rent .reasons .text{
	color: #000000;
}
#rent .categories .list li a:hover{
	text-decoration: underline !important;
}

#mp_partnership .stimulus .column .button_more .bMore{
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 0 10px;
    color: #fff;
    background: #e8830d;
    border-radius: 4px;
    margin-top: 18px;
}

@media (max-width: 992px){
    #with_sidebar .links {
        display: block;
        margin-bottom: 20px;
        font-size: 0;
    }
		#mp_partnership .about::after{
				bottom: -15px;
		}
    #with_sidebar .links a {
        width: 120px !important;
        display: inline-block;
        border: 1px solid #000;
        width: auto;
        font-size: 14px;
        line-height: 46px;
        font-weight: 500;
        color: #000;
        padding: 0 20px;
        text-transform: uppercase;
    }
    #with_sidebar .links a i{
        margin-right: 10px;
    }
}
@media (max-width: 768px){
    #fast_order .icon,
    #fast_order .other .phone .icon{
        width: 34px ;
    }
    #with_sidebar .links{
        margin-bottom: 10px;
    }
    #with_sidebar .links a {
        width: 100% !important;
        text-align: center;
        line-height: 36px;
        margin: 0;
    }
    #with_sidebar .links a i{
        margin-right: 20px;
    }
}
@media (max-width: 650px){
    .responsive_banner{
        display: none !important;
    }
    #fast_order .subtitle{
        display: none;
    }
    #catalog .item.machine{
        text-align: center;
    }
    #catalog .item .characteristics .i_label{
        text-align: center;
    }
    #rent .about .information{
        display: none;
    }
    #single_service .machinery .block_title{
        text-align: center;
    }
}
@media (max-width: 475px){
    #partnership .order_banner,
    #partnership .commission_banner,
    #rent .order_banner{
        text-align: center;
    }

}
@media (max-width: 375px){
    #single .description .title{
        font-size: 18px;
    }
    #mp_slider .text{
        font-size: 20px;
    }
}
@media (max-width: 320px){
    #single .description .title{
        font-size: 16px;
    }   
}

/************/
/* Animation */
/************/

.hidden{
    opacity: 0;
}
.visible{
    opacity: 1;
}
/* slider frony-page */
#mp_slider .image,
#mp_slider .content{
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;  
}

/* image transport */
#mp_catalog .list .photo{
    transition: transform .4s .3s;
}
#mp_catalog .list .photo:hover{
    transform: scale(1.1);
}

/* link services*/
#mp_services .list li{
    transition: opacity .3s;
}
#mp_services .list li:hover{
    opacity: .5;
}
/* button*/
#mp_services .all,
#mp_catalog .links .all,
#promotions .item .more,
#promotions.slider .link a,
#fast_order form input[type=submit],
#mp_partnership .about .link,
#header .callback_link,
#mp_partnership .reviews .video_link,
#mp_partnership .stimulus .column .button_more .bMore,
#catalog .banner a,
#catalog .item .order_machinery,
.modal_form input[type=submit],
#partnership .order_banner .partnership_link,
#rent .order_banner .partnership_link,
#single .order_banner .partnership_link,
#single .main .order_machinery,
#services .list .service_order,
#single_service .service_order,
#reviews .add_review,
#with_sidebar .links a{
    transition: all .3s;
}
/* white button */
#mp_services .all:hover,
#mp_catalog .links .all:hover,
#promotions.slider .link a:hover,
#services .list .service_order:hover,
#with_sidebar .links:hover a{
    border-color: #d70007;
    color: #d70007;
}
#promotions .item .more:hover{
    border-color: #000;
    color: #000;
}

/* red button */

#fast_order form input[type=submit]:hover,
#mp_partnership .about .link:hover,
#header .callback_link:hover,
#catalog .banner a:hover,
#catalog .item .order_machinery:hover,
.modal_form input[type=submit]:hover,
#partnership .order_banner .partnership_link:hover,
#rent .order_banner .partnership_link:hover,
#single .order_banner .partnership_link:hover,
#single .main .order_machinery:hover,
#single_service .service_order:hover,
#reviews .add_review:hover{
    background: rgba(215, 0, 7, 0.7);
}

/* orange button */

#mp_partnership .reviews .video_link:hover,
#mp_partnership .stimulus .column .button_more .bMore:hover{
    background: rgba(232, 131, 13, .7);
} 

/* catalog minicart */
#catalog .item{
    transition: all .3s;
}
#catalog .item:hover{
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3); 
            box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
}
/* catalog sidebar */
#with_sidebar .sidebar .menu li{
    transition: .3s;
}
#with_sidebar .sidebar .menu li:hover a{
    background: #f2f2f2;
}
/* services minicart*/
#services .list .item{
    transition: all .3s;
}
#services .list .item:hover{
    background: #f7efe8;
}
/* services single */
#single_service .service_gallery .animate_singleService{
    overflow: hidden;
}
#single_service .service_gallery .animate_singleService .item{
    transition: all .3s;
}
#single_service .service_gallery .animate_singleService:hover .item{
        transform: scale(1.1);
} 
/* action */
#promotions .item{
    transition: all .3s;
}
#promotions .item:hover{
    transform: translateY(-5px);
    box-shadow: 2px 2px 4px 0  rgba(0, 0, 0, 0.5);

}
#fast_order .error_msg{
    padding: 15px 0;
}
.section-title{
    font-size: 25px;
  font-weight: 900;
  margin-bottom: 15px;
}
#cookie-dental {
  height: auto;
  width: 782px;
  position: fixed;
  bottom: 50px;
  left: calc(50% - 391px);
  z-index: 10001;
  padding: 10px;
  display: inline-flex;
    padding: 16px 28px 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background:#eb8710;
    color:#ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    box-shadow:0px 4px 12px rgba(0, 0, 0, 0.05);
}
#cookie-dental a{
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline !important;
}
@media(max-width:991px){
    #cookie-dental {
        width: calc(100% - 40px);
        left: 20px;
    }
}
@media(max-width:821px){
    #cookie-dental button.popup-submit {
        margin: 15px auto 0;
    }
    #cookie-dental .popup-content.info {
        justify-content: center;
    }
}
@media(max-width:767px){
    #cookie-dental {
        width: 290px;
        bottom: 30px;
        left: calc(50% - 145px);
        padding: 16px 22px 16px 12px;;
    }
    #cookie-dental button{
        top: 3px;
        right: 3px;
    }
    #footer .info {   
        display: flex;
        flex-direction: column;
    }
    #footer .info .email, #footer .info .phone { 
        margin-bottom: 5px;
    }
}
#cookie-dental button.popup-submit{
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background-color:#fff;
    border: none;
    font-size: 12px;
    color: #0f0f0f;
    font-weight: 400;
    transform: translateX(0) rotate(0deg);
    transition: 0.6s;
    cursor: pointer;
    padding:5px 15px;
}
#cookie-dental button.popup-submit:hover{
    opacity:0.8;
}
#popup-text{
    width: fit-content;
  position: relative;
  padding-right: 20px;
}
#popup-text p{margin:0}
#cookie-dental .popup-content.info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#cookie-dental {
  padding: 16px 24px 16px 24px !important;
}
@media (max-width: 767px) {
  #cookie-dental {
    padding: 16px 12px 16px 12px !important;
  }
}
.recaptha-error{
    font-size:13px;color:red;
}
.mgo-number{
    white-space: nowrap;
  font-size: 18px;
  font-weight: 900;
}
#fast_order .other .phone.mgo-number{
    color:#d5010a;
}
#partnership .commission_banner .phone.mgo-number,
#partnership .order_banner .phone.mgo-number,
#rent .order_banner .phone.mgo-number, 
#single .order_banner .phone.mgo-number,
#reviews .banner .phone.mgo-number{
    font-weight: 900;
    font-size: 22px;
}
#contacts a.mgo-number {
  font-size: inherit;
  font-weight: inherit;
}