/* CSS JMJ-SECTIONS */

* {
	box-sizing: border-box;
}

.sections {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*flex-direction: column;*/
	justify-content: space-between;
	padding: 0 30px 0 30px;
	/*max-width: 1140px;*/
	margin-left: auto;
	margin-right: auto;
}
.sections .h2 {
	/*margin-top: 3.5vw;*/
	margin-top: 30px;
	/*margin-bottom: 30px;*/
	border-top: 1px solid #D6D6D6;
	position: relative;
	display: flex;
	justify-content: center;
}
.sections .h2 h2 {
	font-family: 'Gilroy-bold';
	/*font-size: 2.5vw;*/
	font-size: 20px;
	/*text-align: center;*/
	text-transform: none;
	position: relative;
	/*top: -1.5vw;*/
	top: -11px;
	background: #fff;
	padding-right: 1.2vw;
	padding-left: 1.2vw;
}
/*.sections .desktop {
	display: none;
}*/

.sections .section.size,
.sections .section {
	width: 100%;
	position: relative;
/*	height: 31vw;*/
}

.sections img {
	width: 100%;
	/*height: 100%;*/
}

.sections .info {
	/*text-align: center;*/
	/*align-items: center;*/
	/*justify-content: initial;*/
	/*top: 5vw;*/
	position: relative;
	height: auto;
	padding: 0;
	/*padding: 0 2vw 0 2vw;*/
	align-items: center;

}

.sections .h2 {
	width: 100%;
}
.sections .info h2 {
	width: 100%;
	/*font-size: 2.5vw;*/
	font-size: 20px;
	color: #000;
	text-shadow: initial;
	text-transform: initial;
	font-weight: normal;
	font-family: 'Gilroy-medium';
	letter-spacing: initial;
	text-align: center;
	padding: 2vw;
}

.sections .info .desc p {
	font-size: 3.7vw;
	line-height: 3.7vw;
	text-shadow: initial;
	color: initial;
}
/*.sections .section-body {*/
.sections .section > a {
	position: relative;
	/*width: 30%;*/
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	/*border: 1px solid #A3A3A3;*/
	border-radius: 5px;
	box-shadow: 0 0 15px rgb(0, 0, 0, .13);
	padding: 3px;
}
.sections .section.size > a {
	justify-content: flex-start;
}
.section-slides a img,
.sections .section > a img {
	transition: all 0.6s;
}
.sections .section-categories {
	position: relative;
	/*width: 70%;*/
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.section {
	width: 100%;
	display: flex;
	align-items: stretch;
	margin-bottom: 30px;
	flex-direction: column;
}
.section .section-categories a,
.section .category {
	display: flex;
	width: 25%;
	align-items: center;
    flex-direction: column;
    /*padding: 1.5vw;*/
    padding: 15px;
    border-radius: 3px;
    transition: all 0.3s;
    color: #000;
}
.section .section-categories a {
	/*width: 25%;*/
	width: 50%;
}
.section .section-categories a .category {
	width: initial;
	padding: 0;
}
.sections .section > a .section-body h2 {
	transition: all 0.6s;
}
.sections .section > a:hover .section-body h2,
.section .section-categories a .category:hover {
	transition: all 0.3s;
	color: #00aeef;
	/*box-shadow: 0 0 15px rgb(0, 174, 239, .5);*/
}
.section .section-body img {
	/*padding: 1.4vw;*/
	padding: 20px;
}
.section.size .section-body img {
	padding: 6vw 8vw 8vw;
}
.section .section-categories a .category img {
	transition: all 0.6s;
}
.section-slides a:hover img,
.sections .section > a:hover img,
.section .section-categories a .category:hover img {
	transition: all 0.6s;
	transform: scale(1.1) rotate(2deg);
}
.section .category .category-info {
	/*margin-top: 1.5vw;*/
	margin-top: 10px;
	font-family: 'Gilroy-bold';
	/*font-size: 1.4vw;*/
	font-size: 14px;
	text-align: center;
}
.sections .categories img {
	max-width: 150px;
	
}
.section-slides {
	padding: 15px 15px 25px 15px;
}
.section-slides .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 25px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(0, 0, 0, .13);
}
.section-slides .slider-prev,
.section-slides .slider-next {
	color: #008CC0;
	font-size: 8vw;
	top: 46.5%;
    transform: translateY(-46.5%);
}

.section-slides .slider-prev {
	left: 0;
}
.section-slides .slider-next {
	right: 0;
}
.section-slides:hover .slider-prev,
.section-slides:hover .slider-next {
	opacity: 1;
}
.section-slides .swiper-pagination-bullet-active {
	background: #008CC0;
	opacity: 0.6;
}
.section-slides .swiper-pagination {
	bottom: 0;
}
.section-slides .info h2 {
	padding: 0 0 20px 0;
}
.section-slides .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

@media (min-width: 380px) {
	.section-slides {
		padding: 3vw 3vw 5.5vw 3vw;
	}
	.section-slides .swiper-slide {
    	padding: 3.5vw;
	}
	.section-slides .info h2 {
		padding: 0 0 3vw 0;
	}
	.section-slides .swiper-pagination-bullet {
		width: 2.5vw;
		height: 2.5vw;
	}
	.section-slides .slider-prev,
	.section-slides .slider-next {
		font-size: 6vw;
	}
}

@media (min-width: 480px) {
	.section-slides .swiper-slide {
    	padding: 2.5vw;
	}
	.section .section-categories a {
		width: 33%;
	}
	.section .section-body img {
		padding: 30px;
	}
	.section-slides .info h2 {
		padding: 0 0 2vw 0;
	}
	.section-slides .slider-prev,
	.section-slides .slider-next {
		font-size: 4.5vw;
	}
}

@media (min-width: 640px) {
	.section-slides .swiper-slide {
    	padding: 2vw;
	}
	.section .section-categories a {
		width: 25%;
	}
	.section .section-body img {
		padding: 40px;
	}
	.section-slides .slider-prev,
	.section-slides .slider-next {
		font-size: 3.5vw;
	}
}

@media (min-width: 768px) {
	.section .category .category-info {
		margin-top: 1.5vw;
	}
	.sections .h2 {
		margin-top: 3.5vw;
	}
	.sections .info h2,
	.sections .h2 h2 {
		font-size: 2.5vw;
	}
	.section-slides .info h2 {
		font-size: 2vw;
	}
	/*.section-slides .swiper-slide {
	    padding: 2.5vw;
	}*/
	.section-slides .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
	}
	.section-slides {
		padding: 2.7vw 2.7vw 4.5vw 2.7vw;
	}
	.sections .h2 h2 {
		top: -1.5vw;
	}
	.section .category .category-info {
		font-size: 1.4vw;
	}
	.sections .mobile {
		display: none;
	}
	.sections .desktop {
		display: inline-block;
	}
	.section {
		flex-direction: row;
	}
	.sections .section > a {
		width: 30%;
	}
	.sections .section-categories {
		width: 70%;
		margin-top: 0;
	}
	.section .section-categories a {
    	padding: 1.5vw;
	}
	.section .section-body img {
		padding: 1.4vw;
	}
	.section.size .section-body img {
		padding: 1vw 2vw 2vw;
	}
	.section .section-body {
		text-align: center;
	}
	/*.section .section-categories a {
		width: 33%;
	}*/
	/*.sections .section {
		width: 50%;
	}*/
	/*.sections .info h2 {
		font-size: 3.1vw;
	}*/
	.sections .info .desc p {
		font-size: 1.8vw;
		line-height: 1.8vw;
		text-align: center;
	}
	.section.size img {
		max-width: 25vw;
	}
	.section.size a {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.section .section-categories a {
		width: 20%;
	}
	.section .category .category-info {
		font-size: 1.3vw;
	}
	.section-slides .info h2 {
		font-size: 1.6vw;
	}
	.section-slides {
		padding: 2vw 2vw 3.5vw 2vw;
	}
	.section-slides .swiper-slide {
    	padding: 1.5vw;
	}
	.section-slides .slider-prev,
	.section-slides .slider-next {
		font-size: 2.7vw;
	}
}