section.globalMainElementsAll .contextGlobal .rightContent .contentMain{
    display:flex;
    flex-direction: column;
    align-items: center;
}




section.globalMainElementsAll .contextGlobal .rightContent .contentMain .pagesLine{
	width:90%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .pagesLine .butn{
	padding: 0 10px;
	height: 45px;
	display: flex;
    justify-content: center;
    align-items: center;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .pagesLine .butn:hover a{transition: 0.3s;background-color: #2f304c;color: #fff;}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .pagesLine .butn a{
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.3s;
    text-align: center;
    color: #2f304c;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .pagesLine .butn.activ a{background-color: #E16130;color: #fff;}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .pagesLine .butn.activ:hover a{transition: 0.3s;background-color: #2f304c;color: #fff;}






section.globalMainElementsAll .contextGlobal .rightContent .contentMain .info_box{width: calc(90% - 10px);margin-top: 30px;}



