
@media (min-width: 200px) and (max-width: 700px)
{

		.swiper-button-next
				{
				width: 25px;
				height: 25px;
				background-color: rgba(0, 0, 0, 0.5);
				border-radius: 50%;
				color: white;
				display: flex;
				align-items: center;
				justify-content: center;
				cursor: pointer;
				transition: background-color 0.3s ease;
				z-index: 10;

				}
		.swiper-button-next-2,
		.swiper-button-prev {	  
				width: 25px;
				height: 25px;
				background-color: rgba(0, 0, 0, 0.5);
				border-radius: 50%;
				color: white;
				display: flex;
				align-items: center;
				justify-content: center;
				cursor: pointer;
				transition: background-color 0.3s ease;
				z-index: 10;
				}

		.swiper-button-prev::after {
					font-family: 'Courier New', Courier, monospace;
			content: '<';
			font-size: 10px;
			/*font-weight: bold;*/
			color: white; /* цвет стрелки */
			}
		.swiper-button-next::after {
				font-family: 'Courier New', Courier, monospace;  
			content: '>';
			font-size: 10px;
			font-weight: bold;
			color: white; /* цвет стрелки */

			}


}

@media (min-width: 700px) and (max-width: 5000px)
{
				.swiper-button-next
				{
				width: 30px;
				height: 30px;
				background-color: rgba(0, 0, 0, 0.5);
				border-radius: 50%;
				color: white;
				display: flex;
				align-items: center;
				justify-content: center;
				cursor: pointer;
				transition: background-color 0.3s ease;
				z-index: 10;

				}
				.swiper-button-next-2,
				.swiper-button-prev {	  
				width: 30px;
				height: 30px;
				background-color: rgba(0, 0, 0, 0.5);
				border-radius: 50%;
				color: white;
				display: flex;
				align-items: center;
				justify-content: center;
				cursor: pointer;
				transition: background-color 0.3s ease;
				z-index: 10;
				}

				.swiper-button-prev::after {
					font-family: 'Courier New', Courier, monospace;
			content: '<';
			font-size: 15px;
			/*font-weight: bold;*/
			color: white; /* цвет стрелки */
			}
			.swiper-button-next::after {
				font-family: 'Courier New', Courier, monospace;  
			content: '>';
			font-size: 15px;
			font-weight: bold;
			color: white; /* цвет стрелки */

			}
}

