*{
    padding: 0;
    margin: 0;

}
html,body{
    height: 100%;
}
@font-face{
	font-family: Ubuntu; 
    src: url('../fonts/Ubuntu-R-webfont.eot');
    src: local("☺"), url('../fonts/Ubuntu-RI.ttf'),
         url('../fonts/Ubuntu-R-webfont.woff') format('woff'),
        url('../fonts/Ubuntu-R-webfont.svg#ubuntubold') format('svg'); 
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: Ubuntu; 
    src: url('../fonts/Ubuntu-RI-webfont.eot');
    src: local("☺"), url('../fonts/Ubuntu-RI.ttf'),
         url('../fonts/Ubuntu-RI-webfont.woff') format('woff'),
        url('../fonts/Ubuntu-RI-webfont.svg#ubuntubold') format('svg');
	font-style: italic;
	font-weight: normal;
}
@font-face{
	font-family: Ubuntu; 
    src: url('../fonts/Ubuntu-MI-webfont.eot');
    src: local("☺"), url('../fonts/Ubuntu-MI.ttf'),
         url('../fonts/Ubuntu-MI-webfont.woff') format('woff'),
        url('../fonts/Ubuntu-MI-webfont.svg#ubuntubold') format('svg');
	font-style: italic;
	font-weight: medium;
}
@font-face{
	font-family: Ubuntu; 
    src: url('../fonts/Ubuntu-M-webfont.eot');
    src: local("☺"), url('../fonts/Ubuntu-M.ttf'),
         url('../fonts/Ubuntu-M-webfont.woff') format('woff'),
        url('../fonts/Ubuntu-M-webfont.svg#ubuntubold') format('svg');
	font-style: normal;
	font-weight: medium;
}
@font-face{
	font-family: Ubuntu; 
    src: url('../fonts/Ubuntu-LI-webfont.eot');
    src: local("☺"), url('../fonts/Ubuntu-LI.ttf'),
         url('../fonts/Ubuntu-LI-webfont.woff') format('woff'),
        url('../fonts/Ubuntu-LI-webfont.svg#ubuntubold') format('svg');
	font-style: italic;
	font-weight: light;
}
@font-face{
	font-family: Ubuntu; 
    src: url('../fonts/Ubuntu-L-webfont.eot');
    src: local("☺"), url('../fonts/Ubuntu-L.ttf'),
         url('../fonts/Ubuntu-L-webfont.woff') format('woff'),
        url('../fonts/Ubuntu-L-webfont.svg#ubuntubold') format('svg');
	font-style: normal;
	font-weight: light;
}

@font-face{
	font-family: Ubuntu; 
    src: url('../fonts/Ubuntu-BI-webfont.eot');
    src: local("☺"), url('../fonts/Ubuntu-BI.ttf'),
         url('../fonts/Ubuntu-BI-webfont.woff') format('woff'),
        url('../fonts/Ubuntu-BI-webfont.svg#ubuntubold') format('svg');
	font-style: italic;
	font-weight: bold;
}
@font-face{
	font-family: Ubuntu; 
	src: url('../fonts/Ubuntu-B-webfont.eot'),
    src: local("☺"), url('../fonts/Ubuntu-B.ttf'),
         url('../fonts/Ubuntu-B-webfont.woff') format('woff'),
        url('../fonts/Ubuntu-B-webfont.svg#ubuntubold') format('svg');
	font-style: normal;
	font-weight: bold;
}
@font-face{
	font-family: Ubuntu Mono; 
    src: url('../fonts/UbuntuMono-R-webfont.eot');
    src: local("☺"), url('../fonts/UbuntuMono-R.ttf'),
         url('../fonts/UbuntuMono-R-webfont.woff') format('woff'),
         url('../fonts/UbuntuMono-R-webfont.svg#ubuntu_monobold_italic') format('svg');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: Ubuntu Mono; 
    src: url('../fonts/UbuntuMono-BI-webfont.eot');
    src: local("☺"), url('../fonts/UbuntuMono-RI.ttf'),
         url('../fonts/UbuntuMono-RI-webfont.woff') format('woff'),
         url('../fonts/UbuntuMono-RI-webfont.svg#ubuntu_monobold_italic') format('svg');
	font-style: italic;
	font-weight: normal;
}
@font-face{
	font-family: Ubuntu Mono; 
    src: url('../fonts/UbuntuMono-BI-webfont.eot');
    src: local("☺"), url('../fonts/UbuntuMono-BI.ttf'),
         url('../fonts/UbuntuMono-BI-webfont.woff') format('woff'),
         url('../fonts/UbuntuMono-BI-webfont.svg#ubuntu_monobold_italic') format('svg');
	font-style: italic;
	font-weight: bold;
}
@font-face{
	font-family: Ubuntu Mono; 
	src: url('../fonts/UbuntuMono-BI-webfont.eot');
    src: local("☺"), url('../fonts/UbuntuMono-B.ttf'),
         url('../fonts/UbuntuMono-B-webfont.woff') format('woff'),
         url('../fonts/UbuntuMono-B-webfont.svg#ubuntu_monobold_italic') format('svg');
	font-style: normal;
	font-weight: bold;
}
@font-face{
	font-family: Ubuntu Condensed; 
    src: url('../fonts/Ubuntu-B-webfont.eot');
    src: local("☺"), url('../fonts/Ubuntu-C.ttf'),
         url('../fonts/Ubuntu-C-webfont.woff') format('woff'),
        url('../fonts/Ubuntu-C-webfont.svg#ubuntubold') format('svg');
	font-style: normal;
	font-weight: normal;
}
ul{
    list-style: outside none none;
}
content{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0 0 20px;
}
.center-wrapper{
    margin: 0 auto;
    width: 1200px;
}
.margin-content {
    margin-top: 120px;
}
.margin-content-inner-site{
    margin-top: 150px;

}

header{
    background: linear-gradient(bottom, #f1f4f8, #ffffff)  #EEEEEE;
    background: -webkit-linear-gradient(bottom, #f1f4f8, #ffffff);
    background: -moz-linear-gradient(bottom, #f1f4f8, #ffffff);
    background: -ms-linear-gradient(bottom, #f1f4f8, #ffffff);
    background: -o-linear-gradient(bottom, #f1f4f8, #ffffff);
    height: 88px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    position: fixed;
    width:100%;
    top:0;
    z-index: 2;
	background-color: #f1f4f8;
}
header:before{
     content:"";
     display:block;
     /*height: 7px;
     background: #05488c;*/
     border-bottom: 1px solid #e7f2fe;
}
#logo, #logo>a{
    display: inline-block;
    width: 202px;
    height: 70px;
    padding-top: 3px;
    padding-right: 22px;
}
#logo{
    margin: 5px 0;
}
#main-menu{
    list-style: outside none none;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    margin-left: 50px;
	position: relative;
    padding-top: 10px;
}
#main-menu>li{
    display: inline-block;
    height: 100%;
    margin-right: 32px;
    position: relative;
    text-align: center;
    width: auto;
}
#main-menu>li>a {
    text-decoration: none;
    color: #636363;
    text-transform: uppercase;
    #font-size: 15px;
    font-weight: bold;
    display:block;
    height: 100%;
	position: relative;
	width: auto;
}
#main-menu>li>a:hover, .top-menu-active>a{
    color: #05488c !important;
}
#main-menu>li>a:hover:before, .top-menu-active>a:before{
	content: "";
	background: #05488c;
	width: 100%;
	height: 3px;
	display: block;
	top: -32px;
	position: absolute;
}

#search{
    display: inline-block;
    height: 80px;
    vertical-align: middle;
    margin-top: -7px;
    line-height: 1px;
}
#search-area{
    height: 30px;
    width: 158px;
    background:  #e5e8ec;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.06) inset;
    border-color: #ccced0 transparent #fcfdfe #ccced0;
    border-width: 1px;
    border-style: solid;
    color: #898989;
    font-style: italic;
    padding-left: 5px;
    box-sizing: border-box;
	vertical-align: top;
}
#search input[type="submit"] {
    background: url("../i/sprite-icon.png") 70px -4px, linear-gradient(bottom, #e8e8e8, #fff);
    background: url("../i/sprite-icon.png") 70px -4px, -webkit-linear-gradient(bottom, #e8e8e8, #fff);
    background: url("../i/sprite-icon.png") 70px -4px, -moz-linear-gradient(bottom, #e8e8e8, #fff);
    background: url("../i/sprite-icon.png") 70px -4px, -ms-linear-gradient(bottom, #e8e8e8, #fff);
    background: url("../i/sprite-icon.png") 70px -4px, -o-linear-gradient(bottom, #e8e8e8, #fff);
	background: url("../i/sprite-icon.png") 70px -4px;
    border-color: #e6e6e6 #dadde1 #fcfdfe rgba(211, 212, 212, 0.1);
    border-width: 1px;
    border-style: solid;
    width: 33px;
    height: 30px;
    margin-left: -5px;
    vertical-align: middle;
    /*box-sizing: border-box;
    float: right; */
}
#search input[type="submit"]:hover{
    background: url("../i/sprite-icon.png") 9px 7px,  #fff;

    border-color: #e6e6e6 #dadde1 #fcfdfe rgba(211, 212, 212, 0.1);
}
#search_query{
	display: block;
	background: #fff;
	width: 186px;
	height: auto;
	font: 12px/14px "Arial";
	color: #636363;
	z-index: 3;
	border: 1px solid #e2e6ec;
	 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/********************Index slider styles BEGIN********************/
#index-slider {
    display: block;
    width: 1200px;
    height: 551px;
}
#index-slider .wrapper {
    display: block;
    width: 1198px;
    /*border: 1px solid rgba(274,247,247, 0.5);*/
    height: 542px;
    box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5);
	position:relative;
}
/* view slider root */
#index-slider .view-slider {
    width: 1198px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
/* view slider list */
#index-slider .view-slider ul {
    width: 20000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* view slider list item */
#index-slider .view-slider ul li {
    height: 543px;
	width: 1198px;
    display: block;
    vertical-align: top;
    float: left;
	position: relative;
}

#index-slider .view-slider .slide-text {
    position: absolute;
    top: 400px;
    max-width: 518px;
    word-wrap: break-word;
    vertical-align: middle;
    border-bottom: 100px solid rgba(2,57,114,0.9);
    border-right: 50px solid transparent;
    height: 0;
    z-index: 1;
}
#index-slider .view-slider .slide-text > p:before {
    /*background: none repeat scroll 0 0 #fff;*/
    content: "";
    display: block;
    float: left;
    height: 100px;
    width: 2px;
    margin-left: 2px;
    margin-right: 20px;
}
#index-slider .view-slider .slide-text > p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    word-wrap: break-word;
    display: inline;
    position: relative;
    top:24px;
}

#index-slider .navigation {
	position: absolute;
	bottom: 10px;
	right: 15px;
}
#index-slider .navigation>ul {

}
#index-slider .navigation ul li {
	display: inline-block;
	margin-right: 2px;
}
#index-slider .navigation ul li a {
    display: block;
    width: 18px;
    height: 8px;
	position:relative;
	background: #fff;
	border: 1px solid #f3f3f3;
}

#index-slider .navigation ul li a.active {
	background: #0056ae;
}



/********************Index slider styles END********************/



/*box-content*/
.style-box{
    background: #fff;
    border: 1px solid #ececec;
    border-bottom: 3px solid #dedddc;
    font: 13px/18px "Ubuntu";
    color: #000;
  }
/*end box-content */
/*о компании*/
.wrapper-index-main-text{
    display: inline-block;
    width: 620px;
    height: 380px;
    overflow: hidden;
    margin: 20px 20px 20px 0;
    padding: 30px 40px;
    overflow: hidden;
}
.wrapper-index-main-text p{
    text-indent: 20px;
}
.title-text, h1{
    text-transform: uppercase;
    color: #05488c;
    font-size: 20px;
    font-weight: bold;
}
.index-main-text{
    text-align: justify;
    margin: 20px 0;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learn-more {
    background: none repeat scroll 0 0 #6d9fd1;
    color: #fff;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    width: 119px;
    font-size: 12px;
}
.learn-more:hover{
    background: #05488c;
}
/*новости*/
.wrapper-index-news-list {
    display: inline-block;
    width: 394px;
    height: 380px;
    padding: 30px 40px;
    vertical-align: top;
    margin-top: 20px;
    overflow: hidden;
    word-wrap: break-word
}
.index-pre-article {
    margin-top: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    max-height: 92px;
    overflow: hidden;
    word-wrap: break-word;

}
.index-pre-article:last-child{
    border: none;
    padding: 0;
}
.index-pre-article-data{
    display: inline-block;
    width: 92px;
    height: 39px;
    background: #0056ae;
    color: #fff;
    vertical-align: top;
    text-align: center;
 }
.index-pre-article-data>p{
    color: #fff;
    line-height: 13px;
    font-size: 12px;
    padding: 7px;
}
.index-pre-article-data:after{
    border-color: #003973 #fff #fff #003973;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    margin-left: 80px;
    margin-top: -13px;
    top: -12px;
    width: 0;
    display: block;
}
.index-pre-article>a{
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: bold 13px/14px "Ubuntu";
    max-height: 48px;
    margin-left: 9px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 287px;
}
.index-pre-article>a:hover{
    color: #05488c;
    text-decoration: underline;
}
.wrapper-index-news-list>.title-text{
    font-size: 18px;
}
.index-pre-article>p{
    color: #636363;
    font: 13px/15px "Ubuntu";
    margin-left: 105px;
    max-height: 48px;
    overflow: hidden;
}
/*footer*/
footer, footer a{
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
footer{
display: block;}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}
/*контакты*/
.line{
    /*border-top: 1px solid #ebebeb;*/
    text-align: center;
}
h1{
    font-size: 18px;
    /*background: #fff;*/
    padding: 0 36px;
    display: inline-block;
    margin-top: -10px;
    vertical-align: top;
    line-height: 20px;
}
.breadcrumbs, .breadcrumbs a {
    color: #636363;
    text-align: center;
    font: 13px/16px "Ubuntu";

}
.breadcrumbs{
	margin-bottom: 20px;
}
.breadcrumbs a:hover{
    color: #05488c;
}
.wrapper-list-contact{
    padding: 30px;
    margin-top: 20px;
}
.list-contact-item{
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    width: 40%;
}
.bold-blue-line{
    border-top: 18px solid #05488c;
    margin-bottom: 25px;
}
.bold-blue-line>p{
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    float: left;
    margin-left: 47px;
    margin-top: -18px;
    padding: 0 9px;
    color: #000;
    font: 18px;
    font-weight: normal;
}
.title-contact-item{
    font-weight: bold;
    text-transform:  uppercase;
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
}
.phone:before{
     content: "";
     background: url("../i/sprite-icon.png") no-repeat scroll  7px -29px;
     width: 45px;
     height: 65px;
     border: 1px solid #f1f4f8;
     float: left;
     display: block;
     margin-right: 11px;

 }
.flag:before{
    content: "";
    background: url("../i/sprite-icon.png") no-repeat scroll  -80px -29px;
    width: 45px;
    height: 65px;
    border: 1px solid #f1f4f8;
    float: left;
    display: block;
    margin-right: 11px;

}
.e-mail:before{
    content: "";
    background: url("../i/sprite-icon.png") no-repeat scroll  -37px -29px;
    width: 45px;
    height: 65px;
    border: 1px solid #f1f4f8;
    float: left;
    display: block;
    margin-right: 11px;

}
.wrapper-contact-item{
    font-weight: bold;
    text-transform:  uppercase;
    color: #3d6a99;
    font-size: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f4f8;
    line-height: 21px;
}
.wrapper-contact-item:last-child{
    border: none;
}
.adress-text {
    font-size: 14px !important;
    font-weight: normal;
    text-transform: none;
}
.clear{
    clear: both;
	height: 0;
}
.contact {
    display: block;
    margin-left: 58px;
}
.map {
    display: inline-block;
}
/*end contact*/

.content-wrapper {
    display: table;
    height: 100%;
    background: #fff;
    border-bottom: 3px solid #dedddc;
    margin: 10px 0 30px;
    padding: 10px 30px 20px;
	font-size: 0;
	line-height: 1;
}
figure{
    display: inline-block;
    padding: 20px;
    border: 1px solid #f1f4f8;
    width: 270px;
    height: 336px;
    color: #636363;
    line-height: 13px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 12px;
	vertical-align: top;
	box-sizing: border-box;
}
figure:nth-child(4n){
    margin-right: 0px;

}
.title-goods-figure{
    color: #0056ae;
    display: table-cell;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: middle;
    width: 229px;
    word-wrap: break-word;
    line-height: 15px;
	text-decoration:none;
}
.title-goods-figure:hover{
	text-decoration: underline;
}
figure p{
    height: 50px;
    width: 229px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    line-height: 13px;
}
figure img {
	max-width: 229px;
	height: 149px;
	overflow: hidden;
	display: block;
    margin: 0 auto;
}
figure>.learn-more {
    margin-top: 15px;
}
/*aside nav*/
.aside-nav{
    display:inline-block;
    /*float: left;*/
    width: 269px;
    margin-right: 20px;
}
.link-upload{
    background: none repeat scroll 0 0 #05488c;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 27px;
    margin-bottom: 10px;
    padding: 13px 13px 13px 0;
    cursor: pointer;
    text-decoration: none;
}
.link-upload:before{
    background: url("../i/sprite-icon.png") no-repeat scroll -20px 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 23px;
    margin-right: 10px;
    text-align: left;
    vertical-align: middle;
    width: 42px;
    float: left;
}
.link-upload:hover:before{
    background: url("../i/sprite-icon.png") no-repeat scroll -62px 0 rgba(0, 0, 0, 0);
}
.link-upload:hover{
    color: #6d9fd1;
}
.aside-nav>ul{
    border-right: 1px solid #f1f4f8;
    margin-top: 25px;
}
.aside-nav>ul>li{
    display: block;
    width: 95%;
    height: 50px;
    border-bottom: 1px solid #f1f4f8;
}
.aside-nav>ul>li>a{
    display: inline-block;
    color: #05488c;
    text-decoration: none;
    font-size: 15px;
    /*line-height: 40px;*/
    height: 40px;
    padding-top: 16px;
 }
.aside-nav>ul>li>a:before{
   background: url("../i/sprite-icon.png") repeat scroll -117px -8px rgba(0, 0, 0, 0);
    content: "";
    display: block;
    float: left;
    height: 7px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    top: 4px;
    width: 4px;
}
.aside-nav>ul>li>a:hover{
    text-decoration: underline;
}
.aside-nav>ul>li:last-child{
    border: none;
}
/*ent aside nav*/
/*good-see*/
.content-good-see{
    display: inline-block;
    vertical-align: top;
    width: 836px;
    text-align: justify;
	font: 13px/18px "Ubuntu";
	overflow:hidden;
}
.content-good-see>p{
    /*text-indent: 20px;*/
}
.image-good-see>img {
    margin-right: 11px;
}
.image-good-see>a{
	text-decoration: none
}
.image-good-see>img:last-child {
    margin-right: 0px;
}
.title-content{
    font-size: 15px;
    margin: 25px 0;
    font-weight: bold;
    text-indent: 0px !important;
}
.content-good-see ul, .servises-box ul{
    margin: 20px 10px;

}
.content-good-see ul li, .servises-box ul li{
    line-height: 25px;
    vertical-align: middle;
    background: url("../i/list-style.png")left center no-repeat;
    padding-left: 20px;
}

article{
    padding: 25px 30px;
    height: 192px;
    overflow: hidden;
    margin: 15px 0;
}
article>img{
    float: left;
    margin-right: 30px;
}
article>p{
    vertical-align: top;
    font-size: 14px;
    color: #454545;
    margin-bottom: 20px;
    text-align: justify;

}

.title-new{
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
	color: #000;
}
.date-news{
    color: #0056ae;
    font-size: 12px;
    margin: 10px 0;
}
article .title-new:hover{
    color: #05488c;
    text-decoration: underline;
}
.content_style ul{
    margin-left: 515px;
    list-style: inherit;
}
/*news-see*/
.new-see{
    text-align: justify;
	font: 13px/18px "Ubuntu";
}
.new-see>img, .portfolio-box>img, .servises-box>img{
    float: left;
    margin: 0 30px 20px 0;
}
.portfolio-box>img{
    margin-bottom: 0px;
}
.new-see>.title-new{
    font: bold 16px/18px "Ubuntu";
}
/*.new-see>.title-new:hover{
    color: inherit;
    text-decoration:none
}*/
.portfolio-box, .servises-box{
    padding: 30px;
    margin-bottom: 20px;

}
.portfolio-box:first-child, .servises-box:first-child{
    margin-top: 30px;
}
/*.portfolio-box>img*/
.box-text{
    display: inline-block;
    float: right;
    width: 606px;
}

.portfolio-box p, .servises-box p{
    font-size: 14px;
    /*color: #454545;*/
    /*text-align: justify;*/
    line-height: 18px;
}
.portfolio-box>div>p{
    float: right;
    text-align: justify;
    width: 639px;
}
.portfolio-box>.title-new, .servises-box>.title-new {
   font-size: 15px;
   margin-bottom: 22px;
    color: #000;
}

/*root*/
.portfolio-slider {
    width: 479px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
/*list*/
.portfolio-slider ul {
    width: 20000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio-slider ul img{
	height: 360px;
	overflow: hidden;
}
/*list element*/
.jcarousel li {
    float: left;
}

.portfolio-preview {
    float:left;
    background: #eff5fa;
    width: 478px;
    height: 92px;
    margin-top: 20px;
    text-align: center;

}
.wrapper-portfolio-preview {
    width: 415px;
    display: block;
    float:left;
    overflow: hidden;
    position: relative;
}
.portfolio-preview ul {
    margin: 7px 0 0 0;
    height: 79px;
    width: 2000px;
    float: left;
    font-size: 0;
    position: relative;
    list-style: none;
    padding: 0;
}
.portfolio-preview li {
    display: block;
    margin: 2px 5px;
    height: 73px;
    float: left;
}
.portfolio-preview li a {
    display: block;
    height: 73px;
    width: 100%;
}
.portfolio-preview .previous, .portfolio-preview .next {
    display: block;
    float: left;
    width: 25px;
    height: 100%;
    background: url("../i/sprite-icon.png")no-repeat -128px 30px;
    margin-right: 7px;
}
.portfolio-preview .next {
    float: right;
    background: url("../i/sprite-icon.png")no-repeat -154px 30px;
    margin-right: 0;
}
.portfolio-preview .previous:hover {
    background: url("../i/sprite-icon.png")no-repeat -128px -33px;
}
.portfolio-preview .next:hover {
    background: url("../i/sprite-icon.png")no-repeat -154px -33px;

}

.portfolio-preview ul li a.active {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
}
.servises-box{
    margin: 20px 0;
	width: 100%;
}
.servises-box>.title-new {
    color: #05488c;
}
.servises-box>div {
    margin-left: 500px;
}

.search-result {
    width: 548px;
    height: 172px;
    padding: 20px;
    overflow: hidden;
    display: inline-block;
    margin: 20px 20px 0 0;
}
.search-result:nth-child(2n) {
    margin-right: 0px;
}
.search-result img {
    float:left;
    margin-right: 20px;
}
.search-result .title-new {
    font-size: 13px;
    line-height: 18px;
}
.search-result>div {
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #454545;
    font-size: 13px;
    line-height: 16px;
    margin: 15px 0 22px;
}

.search-result .link {
    font-size: 12px;
    color: #0056ae;
    margin-left: 20px;
}
.search-result .link:hover {
    text-decoration: none;
}




.paginator, .paginator a {
    color: #636363;
    font: 13px/16px "Ubuntu";
}

.paginator ul {
    display: inline;
}

.paginator li {
    width: 10px;
    display: inline;
}

.paginator{
	margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.paginator a:hover{
    color: #05488c;
}
