#qmEditor,
#qmEditorClosed {
    height: 28px;
    font-family: Helvetica, Arial, sans-serif !important;
    top: 0;
    left: 0;
    padding: 4px 3px 3px 3px;
    position: fixed;
    width: 100%;
    line-height: 1;
    z-index: 9999;
    background: #657587 url(images/tinylogo.png) no-repeat -2px 3px;
    text-align: left;
    opacity: 0.5;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    top: -28px;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

#qmEditor *:focus,
#qmEditor *:active {
    outline: none !important;
}
/* ================================================ */
/*	SLIDER Client begin*/
/* ================================================ */
#client_slider ul li {
	background: none;
	background-color: #FFF;
	-webkit-box-shadow: 0px 1px 2px 0px #b7b7b7;
	-moz-box-shadow: 0px 1px 2px 0px #b7b7b7;
	box-shadow: 0px 1px 2px 0px #b7b7b7;
	width: 132px;
}
#client_slider {
	margin-top:-40px;
	border-top: 2px dotted #999;
	border-bottom:2px dotted #999;
}
.jcarousel-direction-rtl {
	direction: rtl;
}
#client_slider h4 {
	margin: 5px 0 5px 0;
}
#client_slider .jcarousel-container {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
#client_slider .jcarousel-item {
	    width: 105px;
    height: 100px;
    line-height: 100px;
text-align:center;
}
#client_slider .jcarousel-item img {
vertical-align:middle;
margin-left: -10px;
}
#client_slider .jcarousel-container-horizontal {
	/*width: 435px;*/ /* Именить ширину слайдеа */
	padding: 8px 26px 20px;
	margin: 0 auto;
}
#client_slider .jcarousel-item-horizontal {
	margin-left: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 7px;
}
#client_slider .jcarousel-next-horizontal {
	position: absolute;
	top: 42px;
	right: 0;
	margin-right: 3px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(../images/blog-arrows.jpg.png) no-repeat top right !important;
}

#client_slider .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(../images/blog-arrows.jpg.png) !important;
}



#client_slider .jcarousel-prev-horizontal {
	position: absolute;
	top: 42px;
	left: 0;
	margin-left: 3px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(../images/blog-arrows.jpg.png) no-repeat top left !important;
}
#client_slider .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(../images/blog-arrows.jpg.png)  !important;
}


.kl_title {
    font-size: 16px;
    font-weight: bold;
	text-align:left;
	padding:4px 16px;
	/*line-height: 1.4em;*/
	 border-bottom: 2px dotted #999999;
}
.klll  .d-carousel ul li {
	background: none;
    box-shadow: none;
}
.klll .d-carousel .jcarousel-prev-horizontal, .klll .d-carousel .jcarousel-next-horizontal {
	top:39px;
}
.ftg {
	display:table-cell;
	vertical-align:middle;
	width: 132px;
	height:110px;
}
.ftg img {
	padding:5px;
	background:#fff;
}
.klll.klll_main {
	border-bottom: 2px dotted #999999;
	margin-top:15px;
}
.d-carousel .jcarousel-container-horizontal {
	padding-bottom:10px !important;
}
#clinet_carousel .jcarousel-prev,
#clinet_carousel .jcarousel-next {
	border:1px solid #F00;
	background: transparent url(../images/blog-arrows.jpg.png) no-repeat top left !important;
}
/* SLIDER Client end */

#qmEditor img {
    border: 0;
}

#qmEditor a {
    display: inline;
}

.qmEdit span {
    background: transparent url(images/save.png) no-repeat left center;
    padding-left: 20px;
}

#qmEditorClosed {
    display: none;
    width: 40px !important;
    cursor: pointer !important;
}

#qmClose {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

#qmLogoClose {
    display: block;
    float: left;
    height: 28px;
    width: 40px;
    margin-top: -6px;
    margin-right: 5px;
    text-decoration: none !important;
    border: 0 !important;
    background: transparent url(images/transparent.gif) repeat;
}

#qmEditor:hover,
#qmEditorClosed:hover {
    opacity: 1;
    -ms-filter: "" !important;
    filter: none !important;
    top: 0px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}


/* Action buttons based on MODx Carbon Theme */

#qmEditor ul {
    /* .actionButtons --> #qmEditor */
    margin: 0;
    padding: 7px 10px 0px 0px;
}

#qmEditor li {
    /* .actionButtons --> #qmEditor */
    display: inline;
    list-style-type: none;
    margin-right: 6px;
    margin-top: 6px;
    padding: 0;
}

#qmEditor .qmButton {
    color: #3b454f;
    font-weight: bold;
    font-size: 12px;
    background: #c7ced2 url(images/button-gradient.png) repeat-x 0px -6px;
    padding: 4px 6px;
    white-space: nowrap;
    vertical-align: top;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-text-shadow: 0 1px 1px #fff;
    -moz-text-shadow: 0 1px 1px #fff;
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #8ea4be;
    outline: none;
}

#qmEditor .qmButton img {
    vertical-align: top;
    margin-top: -2px;
    border: 0;
}

#qmEditor .qmButton:hover {
    background-position: bottom left;
    -webkit-box-shadow: 0 0 10px #b8c7d6;
    -moz-box-shadow: 0 0 10px #b8c7d6;
    box-shadow: 0 0 10px #b8c7d6;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
}

#qmEditor .qmButton:active {
    background-color: #92aac4;
    background-position: bottom left;
    -webkit-box-shadow: 0 0 10px #b8c7d6;
    -moz-box-shadow: 0 0 10px #b8c7d6;
    box-shadow: 0 0 10px #b8c7d6;
}


/********** MY STYLE ************/

div.over {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    /*background:url(../img/head-pol.png) 0 145px repeat-x;*/
}

#header div.addr {
    font-family: "play-regular";
    position: relative;
    top: 3px;
    font-size: 14px;
}

div.coin-slider {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px #666666;
    width: 1000px;
}

#slider {
    background: url(../img/slide-shadow.png) 50% 100% no-repeat;
    padding-bottom: 20px;
    width: 1000px;
}

div#top_menu {
    z-index: 55;
    position: absolute;
    top: 85px;
}

div#top_menu div.item-m {
    font-family: "play-regular";
    position: relative;
}

div#top_menu div.item-m:hover,
div#top_menu div.menu_active {
    background: #104b7d;
}

div#top_menu div.item-m ul {
    position: absolute;
    z-index: 200;
    width: 100%;
    background: #104b7d;
    padding: 0 0 0;
    list-style: none;
    top: -999em;
    left: 0;
}

div#top_menu div.item-m:hover ul {
    top: 46px;
}

div#top_menu div.item-m ul li {
    position: relative;
    z-index: 200;
    font-size: 14px;
    background: url(../img/circ.png) 10px 17px no-repeat #104b7d;
    padding: 10px 10px 10px 22px;
    width: 230px;
    box-shadow: 0 5px 5px #333333;
}

div#top_menu div.item-m ul li+li {
    padding: 0 10px 10px 22px;
    background: url(../img/circ.png) 10px 7px no-repeat #104b7d;
}

div#top_menu div.item-m ul li a {
    color: #a2d4ff;
    text-decoration: none;
}

div#top_menu div.item-m ul li a:hover {
    text-decoration: underline;
}

.cs-Main11 {
    -webkit-border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0 0;
    -khtml-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.cs-Main17 {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -khtml-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.cs-Main41 {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -khtml-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

.cs-Main47 {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -khtml-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

div.float-r {
    float: right !important;
    margin-right: 0 !important;
    width: 280px !important;
    margin-left: 20px !important;
    margin-top: 20px !important;
}

div.new-left-side {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

#content {
    width: 990px; min-width:990px; max-width:990px;
}

#postavshik_informer {
    margin-bottom: 15px;
    margin-left: 2px;
}

#postavshik_informer img {
    width: 272px;
}

.header_icons {
    position: absolute;
    font-size: 0;
    left:389px;
    top: 24px;
}

.block-news-all {
    border-radius: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(227, 227, 227) 0%, rgb(248, 248, 248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227, 227, 227) 0%, rgb(248, 248, 248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227, 227, 227) 0%, rgb(248, 248, 248) 100%);
    box-shadow: 1px 1.732px 8px 0px rgba(0, 0, 0, 0.21);
    width: 248px;
    padding: 15px 10px 15px 10px;
    margin-bottom: 20px;
    margin-left: 3px;
}

#block-news-uni .but-news a {
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none !important;
}

#block-news-uni .but-news a:hover {
    color: #FF0000 !important;
    font-weight: bold;
    font-size: 10pt;
}

.block-news-all .but-news {
    background: url(../images/bg_podrobnee.png) no-repeat;
    width: 85px;
    height: 22px;
    text-align: center;
    margin: 5px 0 0 5px;
    margin-left: 14px;
}

table.gall td {
    padding-bottom: 5px;
}

.gallery-table {
    margin: 1.5em auto;
    text-align: center;
}

.gallery-table td {
    padding: 10px;
}

#tell_perezvon {
    position: relative;
}

#tell_perezvon .tell_perezvon_phone {
    position: relative;
    top: 9px;
}

#tell_perezvon:hover,
#tell_perezvon:hover span {
    font-size: 20px !important;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

#tell_perezvon:hover {
    background: url(../img/tel.png) 0 14px no-repeat;
}

#perezvon a {
    margin-right: 6px;
    position: relative;
    left: 10px;
}

#tell_perezvon:hover a {
    left: 3px;
}

#tell_perezvon #perezvon {
    width: 100%;
}

#tell_perezvon:hover #perezvon {
    text-align: center;
    margin: 10px auto 0;
    font-size: 14px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.tell_perezvon_contain {
    width: 40px;
    min-height: 40px;
    position: absolute;
    background: url('../img/truba.png') no-repeat center center;
    left: -4px;
    top: 10px;
}

#tell_perezvon:hover .tell_perezvon_contain {
    top: 0px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

#logo {
    overflow: hidden;
    width: 350px;
    height: 96px;
    /*    margin-top: 5px;*/
    position: relative;
    top: -20px;
}

#logo a {
    position: absolute;
    height: 96px;
}

#main_all #top_menu .m10 .tm2 a {
    background: none;
}

#main_all #top_menu .m10 .tm2 a {
    background: none;
}

#main_all #top_menu .m10 {
    display: none;
}

#right_side #seacrh-form {
    border-radius: 2px;
  background-image: -moz-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(248,248,248) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(248,248,248) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(248,248,248) 100%);
  box-shadow: 1px 1.732px 8px 0px rgba(0, 0, 0, 0.21);
  padding: 8px;
    margin-bottom: 20px;
    width: 255px;
}
    
#right_side #seacrh-form .ya-site-form__input-text {
    padding: 3px;
    border: 1px solid #ccc;
    border-color: #ccc !important;
    font-family: "play-regular";
}    

#right_side #seacrh-form .ya-site-form__submit {
  background-image: -moz-linear-gradient( 90deg, rgb(10,56,95) 0%, rgb(33,113,181) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(10,56,95) 0%, rgb(33,113,181) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(10,56,95) 0%, rgb(33,113,181) 100%);
  padding: 4px 13px;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 13px;
    border: none;
    cursor: pointer;
}

#right_side #seacrh-form .ya-site-form__submit:hover {
 color: red !important;
}

#ya-site-results {
   background: url(../img/bg.png) repeat !important;
   font-family: "play-regular" !important;
} 

#ya-site-results div {
  font-family: "play-regular" !important;
}  

/*новая главная*/

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
#home-page {
    width: 690px;
}

#home-links {
    margin: 0 auto 25px;
    text-align: center;
}

#home-page .home-page-head {
    font-family: "play-regular";
    font-size: 25px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#home-page #success-obj-block .success-obj-block-head,
#home-page #large-scale-projects-block .large-scale-projects-head {
    font-family: "play-regular";
    font-size: 32px;
    text-align: center;
    line-height: 1;
    margin-top: 30px;
}

#home-page #large-scale-projects-block {
    text-align: center;
    
}

#home-page #large-scale-projects-block .large-scale-projects {
    display: block;
    width:30%;
    font-family: "play-regular";
    background-image: -moz-linear-gradient( 90deg, rgb(10,56,95) 0%, rgb(33,113,181) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(10,56,95) 0%, rgb(33,113,181) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(10,56,95) 0%, rgb(33,113,181) 100%);
    padding: 8px 13px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 17px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

#home-page #large-scale-projects-block .large-scale-projects:hover {
    color: red !important;
}

#home-page #home-links .home-link {
   color: #FFFFFF !important; 
   font-family: "play-regular";
display: inline-block;
    padding: 11px 13px 3px;
    width: 30%;
    font-weight: bold;
    font-size: 19px;
    background-image: -moz-linear-gradient( 90deg, rgb(10,56,95) 0%, rgb(33,113,181) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(10,56,95) 0%, rgb(33,113,181) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(10,56,95) 0%, rgb(33,113,181) 100%);
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none !important;
    height: 33px;
}

#home-page #home-links .home-link:hover {
    color: red !important;
    text-decoration: underline;
}

.hr-bg-mini {
    width: 100%;
    height: 3px;
    background: url('../img/bg_h3_mini.png') repeat center center;
    margin-bottom: 10px; margin-top:10px; margin-bottom:10px;
    display: block;
}

.slider-head {
    font-family: "play-regular";
    font-size: 20px;
    text-align: left;
}

#we-best .we-best-link {
    font-size: 25px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

#we-best {
    margin-top: 50px;
    
}

#home-page-comics img {
        width: 50%;
    display: inline-block;
}

#home-page-comics {
    margin-top: 35px;
}

#home-page-comics .home-page-comics-head {
    font-family: "play-regular";
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0;
}

#home-page .row-button {
    border-radius: 7px;
    background-image: -moz-linear-gradient( 90deg, rgb(17, 78, 129) 0%, rgb(34, 110, 175) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(17, 78, 129) 0%, rgb(34, 110, 175) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(17, 78, 129) 0%, rgb(34, 110, 175) 100%);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 682px;
    height: 109px;
    cursor: pointer;
    display: block;
    text-decoration: none !important;
    margin-bottom: 20px;
}

#home-page .row-button:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

#home-page .row-button:hover {
    border-radius: 7px;
    background-image: -moz-linear-gradient( 90deg, rgb(17, 78, 129) 100%, rgb(34, 110, 175) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(17, 78, 129) 100%, rgb(34, 110, 175) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(17, 78, 129) 100%, rgb(34, 110, 175) 100%);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.row-button-text {
    font-size: 24px;
    font-family: "Play";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-decoration: none !important;
    padding-top: 40px;
    padding-left: 155px;
}

.row-button-img-100 {
    position: absolute;
    top: 20px;
    left: 15px;
}

.row-button-img-map {
    position: absolute;
    top: 20px;
    left: 15px;
}

.row-button-img-auto {
    position: absolute;
    top: 13px;
    left: 24px
}

.row-button-img-n1 {
    position: absolute;
    top: 13px;
    left: 43px
}

.link-img-item {
    float: left;
    width: 128px;
    height: 131px;
    border-radius: 7px;
    display: block;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

.link-img-item:before {
    content: '';
    width: 128px;
    height: 131px;
    border-radius: 7px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 1000;
}

.link-img-item:hover:before {
    content: '';
    width: 128px;
    height: 131px;
    border-radius: 7px;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}

.link-img-row {
    height: 152px;
}

#home-page .link-img-row .link-img-item p {
    font-size: 18px;
    font-family: "Play";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    z-index: 1700;
}

#home-page .link-img-row .link-img-item:hover p {
    text-decoration: underline;
}

.item-zavod {
    background: url(../images/img-zavod.jpg) no-repeat center center;
}

.item-dorogi {
    background: url(../images/img-dorogi.jpg) no-repeat center center;
}

.item-sklad {
    background: url(../images/img-sklad.jpg) no-repeat center center;
}

.item-kotteg {
    background: url(../images/img-cottedg.jpg) no-repeat center center;
}

.item-project {
    background: url(../images/img-project.jpg) no-repeat center center;
}
