/**
 * section_slides
 * @version	2.0
 * @release	17-01-2022
 * @author	msolowski Marcin Sołowski
 * @website	http://msolowski.pl
 */

.section_slides.background_none .slide
{
	background-color: var(--root_color_light);
}

.section_slides .slide
{
	background: white;
	height: auto;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.section_slides .slide .number
{
	transition: var(--global_transition);
}

.section_slides.effect_hover .slide:hover .number
{
	transform: translateY(-20%);
}

.section_slides .slide.swiper-slide
{
	opacity: 0.4;
}

.section_slides .slide.swiper-slide-visible
{
	opacity: 1;
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}