/*
Стили только для главной страницы
*/
main h2{
	font-size: 22px;
}

#middle-big-line{
    position: relative;
}

#middle-tabs-block{
	text-align: right;
	margin-bottom: 517px;
}

#main-page-top-left{
    float:left;
    width:33.77%;
    padding: 38px 0;
}

#main-page-top-right{
    margin-left: 33.77%;
    padding: 38px 0;
}

#main-page-top-right .content-block{
    margin-left: 2.52%;
}

#order-rules-detail-link-block{
    margin-top: 24px;
}

.order-rules-step{
    margin-top: 27px;
    padding-bottom: 31px;
    border-bottom: 1px dashed #808a91;
    font-size: 16px;
}

.order-rules-step:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}

.order-rules-step-name{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 17px;
}

.order-rules-step-name .ci-checked-circle{
    margin: -4px 0 0 13px;
}

#other-projects{
    height: 226px;
    overflow-y: hidden;
}

.other-project-block-left{
    float: left;
    margin-left: 23px;
    width: 31px;
    height: 37px;
}

.other-project-block-right{
    margin-left: 88px;
}

.other-project-block{
    height: 95px;
    margin-top: 25px;
}

.other-project-block:first-of-type{
    border-bottom: 1px solid #eaeaea;
}

#other-project-block-logo-740{
    background: url('/local/templates/torgi2016/images/main-other-projects-icon.png') no-repeat top left;
}

#other-project-block-logo-egais{
    margin-top: -10px;
    background: url('/local/templates/torgi2016/images/main-other-projects-icon.png') no-repeat -31px top;
}

.other-project-title{
    font-size: 18px;
    color: #c53045;
    margin-bottom: 10px;
}

.other-project-block .ci-button{
    float:right;
}

.other-project-description{
    line-height: 17px;
}

#main-page-uc-info{
    background-color: #fbfbfb;
}

#main-page-uc-info-title{
    height: 85px;
    line-height: 85px;
    border-bottom: 1px solid #eaeaea;
}

#main-page-uc-info-title .ci-button{
    float: right;
    margin-top: 30px;
}

#main-page-uc-info-details{
    margin-bottom: 40px;
}

.main-page-uc-info-details-block{
    float: left;
    display: inline-block;
    height: 104px;
    width: 50%;
    margin: 40px 0;
}

.main-page-uc-info-details-block-logo{
    width: 102px;
    height: 102px;
    border: 2px solid #848586;
    border-radius: 102px;
    float: left;
}

.main-page-uc-info-details-block-description{
    display: table-cell;
    vertical-align: middle;
    height: 102px;
    padding: 0 30px;
    line-height: 19px;
    font-size: 16px;
}

#main-page-uc-info-create{
    margin: 26px 0 0 27px;
    width: 49px;
    height: 47px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') top left;
}

#main-page-uc-info-build{
    margin: 27px 0 0 28px;
    width: 46px;
    height: 45px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') -50px top;
}

#main-page-uc-info-filial{
    margin: 24px 0 0 9px;
    width: 82px;
    height: 47px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') -97px top;
}

#main-page-uc-info-license{
    margin: 23px 0 0 32px;
    width: 40px;
    height: 53px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') -180px top;
}

#main-page-uc-info-security{
    margin: 23px 0 0 28px;
    width: 50px;
    height: 57px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') -221px top;
}

#main-page-uc-info-trusted{
    margin: 24px 0 0 35px;
    width: 39px;
    height: 54px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') -272px top;
}

#main-page-uc-info-very-trusted{
    margin: 27px 0 0 28px;
    width: 47px;
    height: 44px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') -312px top;
}

#main-page-uc-info-mmvb{
    margin: 24px 0 0 25px;
    width: 55px;
    height: 45px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') -360px top;
}

#main-page-uc-info-aetp{
    margin: 26px 0 0 21px;
    width: 58px;
    height: 49px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') -416px top;
}

#main-page-uc-info-partners{
    margin: 18px 0 0 15px;
    width: 76px;
    height: 67px;
    background: url('/local/templates/torgi2016/images/main-uc-info-icon.png') -475px top;
}

/** Сервисы для вашего бизнеса **/
.services-for-business-container{
    padding-top: 30px;
}

.services-for-business, .service-for-business{
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.services-for-business{
    margin-left: 109px;
}

.service-for-business{
    background: #fbfbfb;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 480px;
}

.service-for-business:nth-child(even){
    margin-left: 30px;
}

.service-background-image{
    width: 156px;
    height: 216px;
}

.service-text{
    padding: 15px;
}

#kontur-zakupki{
    background: url("/upload/pics/torgi/index/kontur-zakupki.png");
}

#edo-s-etp{
    background: url("/upload/pics/torgi/index/edo-s-etp.png");
}

.custom-header{
    text-align: center;
}
/** Сервисы для вашего бизнеса **/

/** Другие проекты **/
#other-sites{
    background: #fbfbfb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#other-sites-title{
    padding-top: 30px;
}

#other-sites-table{
    margin: 30px auto;
}

.other-sites-table-body{
    margin-left: 30px;
    position: relative;
}

.other-sites-table-container{
    padding: 30px;
    display: flex;
    flex-direction: row;
}
#other-sites-table-uc-logo{
    background: url("/local/templates/torgi2016/images/torgi-index-sprite.png") no-repeat -40px top;
    width: 40px;
    height: 40px;
}

#other-sites-table-egais-logo{
    background: url("/local/templates/torgi2016/images/torgi-index-sprite.png") no-repeat 0 top;
    width: 40px;
    height: 40px;
}

#other-sites-table-markirovka-logo{
    background: url("/local/templates/torgi2016/images/torgi-index-sprite.png") no-repeat -40px top;
    width: 40px;
    height: 40px;
}

#other-sites-table-main-logo{
    background: url("/local/templates/torgi2016/images/torgi-index-sprite.png") no-repeat 0 top;
    width: 40px;
    height: 40px;
}

.other-sites-table-button-block{
    position: absolute;
    bottom: -30px;
}
/** Другие проекты **/