
.standard-body .fixed .background {
	width: 1140px;
	max-width: none;
}

@media (min-width:1098px) and (max-width:1270px) {
	/*.responsive .standard-body .full-width .container {
		width: 1058px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 968px;
	}*/
	
	.responsive .main-fixed,
	.responsive .fixed-body-2-2,
	.responsive .standard-body .fixed2 .background {
		width: 1058px;
	}
}

@media (max-width:1055px) {
.copyright .right {
    position: static;
}
.copyright .left span {
    margin-top: -25px;
}
.copyright .right span {
    position: absolute;
    left: 217px;
    top: 40px;
}
}
@media (max-width:1055px) {
.copyright .left img {
    margin-right: 16px;
}
.copyright .right span {
    left: 188px;
}
}
@media (max-width: 802px) {
.copyright .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.copyright .left, .copyright .right {
    justify-content: center;
}
.copyright .left img {
    margin-right: 0;
	margin-bottom: 15px;
}
.copyright .right span {
    position: inherit;
	margin-bottom: 25px;
	line-height: 1;
}
}	
@media (max-width:768px) {
	.responsive .standard-body .full-width .container {
		width: auto;
	}
	
	.responsive .standard-body .fixed .background {
		width: auto;
	}
	
	.responsive .main-fixed,
	.responsive .fixed-body-2-2,
	.responsive .standard-body .fixed2 .background {
		width: auto;
	}
}