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

section.footer .DownContent{margin: 0 0 77px 0;}




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 .basket_box{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0 0;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content{
	width: 90%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content .table_names{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	color: #2f304c;
	border: 1px solid #2f304c;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content .table_names .name{
	width: 60%;
	display: flex;
	align-items: center;
	border-right: 1px solid #2f304c;
	padding: 8px 0 8px 8px;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content .table_names .core{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #2f304c;
	padding: 8px 0;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content .table_names .price{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0;
}

section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content .table_lines{
	width: 100%;
	margin: 20px 0 0 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content .table_lines .line{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	color: #2f304c;
	border: 1px solid #2f304c;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content .table_lines .line .name{
	width: 60%;
	display: flex;
	align-items: center;
	border-right: 1px solid #2f304c;
	padding: 8px 0 8px 8px;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content .table_lines .line .core{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #2f304c;
	padding: 8px 0;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box .content .table_lines .line .price{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0;
}




















section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #5C729B;
	position: fixed;
	left: 0;
	bottom: 0;
	border-top: 2px solid #E16130;
	z-index: 99;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content{
	width: 90%;
	max-width: 1267px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 15px 0;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .text_main{
	text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px 0 0;
}

section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .butn{
	text-align: center;
	text-transform: uppercase;
	background-color: #E16130;
	font-family: "Montserrat", Sans-serif;
	width: 184px;
	height: 45px;
	color: #fff;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .butn:hover{transition: 0.3s;color: #2f304c;background-color: #fff;}

@keyframes rotate {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .butn.activ{transition: 0.3s;width: 104px;}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .butn.activ .krug{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	position: relative;
	background-color: #2f304c;
	position: absolute;
	justify-self: flex-start;
	padding: 5px;
	animation: rotate 2s linear infinite;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .butn.activ .krug:after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	background-color: #E16130;
}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .butn.activ{cursor: default;}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .butn.activ .text{display: none;}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .butn.activ:hover .krug{transition: 0.3s;background-color: #E16130;}
section.globalMainElementsAll .contextGlobal .rightContent .contentMain .basket_box_result .content .butn.activ:hover .krug:after{transition: 0.3s;background-color: #2f304c;}














@media (max-width: 1279px){
    section.globalMainElementsAll .contextGlobal .rightContent .contentMain .pagesLine{
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
}


