/*меню Наши сайты*/
.oursites {
	z-index: 1000;
	list-style: none;
	margin: 0;
	padding: 0;

}
.oursites a {
	display: block; 
}
.oursites a:hover {
	background: rgba(0,0,0,.05);
}
@media (min-width: 768px) and (min-height: 580px) {
	.oursites {
		width: 99px;
/*		padding: 21px 0;*/
/*		position: fixed;*/
		position: absolute;
		margin-top: calc(1.5rem + 1px);
		right: 5px;
/*		top: calc(50% - 231px);*/
/*		top: calc(50% - 210px);*/
		box-shadow: 0 0 0 1px #339CD1, 20px 0 0 -15px #1A2451; 
		background: linear-gradient(45deg, #339CD1, #339CD1 15px, transparent 15px), linear-gradient(-135deg, #339CD1, #339CD1 15px, transparent 15px), #fff;
	}
	.oursites img {
/*		height: 60px;*/
		height: 90px;
		padding: 4px 4px 4px 8px;
	}
}
@media (max-width: 767.98px), (max-height: 579.98px) {
	.oursites {
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		background: #fff;
		box-shadow: 0 2px 10px rgba(0,0,0,.3);
	}
	.oursites img {
		height: 60px;
		padding: 5px;
	}
	.backtotop {margin-bottom: 60px;}

/*
	@media (max-width: 359.98px) {
		.oursites img {
			height: 40px;
			padding: 5px 0;
		}
		.backtotop {margin-bottom: 40px;}
	}
*/


	@media (min-width: 360px) and (max-width: 575.98px) {
		.oursites img {
			height: 44px;
			padding: 5px 4px;
		}
		.backtotop {margin-bottom: 44px;}
	}

	@media (max-width: 359.98px), (max-height: 579.98px) {
		.oursites img {
			height: 44px;
			padding: 5px 4px;
		}
		.backtotop {margin-bottom: 44px;}
	}
}