/*
Общее
 */

.main-page-headers{
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}

/*
Программное обеспечение
 */

#po-block{
	padding-top: 15px;
	margin-bottom: 30px;
}

.po-block__container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2rem;
}

.po-block__item{
	flex: 0 0 43%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: white;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	padding: 2rem 2rem;
	margin-bottom: 2rem;
}

.po-block__item .po-item__section:first-child{
	text-align: center;
	border-right: 1px dashed #889298;
	padding-right: 0.5rem;
	flex: 0 0 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.po-block__item .po-item__section:last-child{
	display: flex;
	flex-direction: column;
	flex: 0 0 49%;
}

.po-block__item .po-item__section:last-child p{
	flex: 1;
}

.po-item__header{
	font-size: 28px;
	font-weight: 700;
	color: #444444;
	margin-bottom: 1rem;
}

.po-item__description{
	font-weight: bolder;
	color: #889298;
}

.po-item__link{
	margin-top: 1rem;
}

.po-item__image{
	width: 70px;
	height: 70px;
	margin-bottom: 1rem;
}

/*
Новости и порядок заказа
*/
#news-and-rules{margin-bottom: 50px;}

#news-and-rules .ci-button{
	float: right;
	box-sizing: border-box;
	width: 125px;
	height: 38px;
	font-size: 16px;
	line-height: 26px;
	padding-top: 5px;
}

#main-page-news-title{
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-left: 122px;
}


/*
Другие проекты
*/

#other-sites{margin: 56px auto;}

#other-sites-table{
	width: 100%;
	margin: 45px auto 0;
	background-color: #f9f9f9;
}

.other-sites-table-cell{
	padding: 40px 4% 90px 8%;
	position: relative;
	width: 50%;
}

.other-sites-table-title{
	color: #444444;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 10px;
}

.other-sites-table-description{line-height: 25px;}

.other-sites-table-button-block{
	position: absolute;
	bottom: 0;
	height: 76px;
	text-align: right;
	right: 0;
	padding-right: 10%;
}

.other-sites-table-button-block .ci-button{
	width: 140px;
}

#other-sites-table-uc{
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

#other-sites-table-main{
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

.other-sites-table-icon{
	position: absolute;
	left: 6%;
}

#other-sites-table-uc-logo{
	background: url("/upload/pics/egais/index/other-uc-new.png") no-repeat top center;
	width: 40px;
	height: 28px;
	top: 40px;
}

#other-sites-table-740-logo {
	background: url('/upload/pics/egais/index/other-740.png') no-repeat top center;
	width: 37px;
	height: 37px;
	top: 40px;
}

#other-sites-table-markirovka-logo{
	background: url("/upload/pics/egais/index/other-markirovka.png") no-repeat top center;
	width: 37px;
	height: 37px;
	top: 40px;
}

#other-sites-table-main-logo{
	background: url("/upload/pics/egais/index/other-projects-new.png") no-repeat top center;
	width: 37px;
	height: 37px;
	top: 40px;
}

/*
О компании
*/

#about-company{margin: 50px auto;}
#about-company-title{margin: 50px auto 22px;}

#about-company-detail-button-block{
	text-align: right;
	margin: 22px 0 37px;
}

#about-company-detail-button{width: 260px;}

.about-block__container{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 2rem;
}

.about-block__logo{
	flex: 0 0 72px;
	margin-right: 1rem;
}

/*
Подвал
 */

#page-bottom-dialog{display: none;}