.license_block * {
	box-sizing: border-box;
}
.license_block {
	padding: 100px 0 55px;
}
.license_block_head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.h2-style .license_block_head h2 {
	margin-bottom: 0;
}
.licence_slider_nav {
	display: flex;
}
.licence_slider_nav_item {
	width: 32px;
	height: 32px;
	border: 2px solid #D1F42A;
	background-repeat: no-repeat;
	background-position: center;
}
.licence-swiper-button-prev {
	background-image: url("/local/templates/gersa/img/arrow_left.svg");
}
.licence-swiper-button-next {
	background-image: url("/local/templates/gersa/img/arrow_right.svg");
	margin-left: 15px;
}

.license_block .swipper-wrapper {
	align-items: stretch;
}

.license_block .swiper-slide {
	background-color: #01363D;
	padding: 15px 50px;
	height: auto;
}

.license_block .swiper-slide img {
	max-height: 100%;
}
.license_block .swiper-slide:nth-child(odd) {
	background-color: #D1F42A;
}
.license_block .swiper-slide .swiper-slide--item {
	text-align: center;
	position: relative;
	height: 100%;
}
.license-download-btn {
	display: block;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	background-color: #D1F42A;
	background-image: url("/local/templates/gersa/img/file.svg");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

@media screen and (max-width: 650px) {
	.license_block {
		padding: 45px 0 0;
	}
}

.license_block__show_more {
	text-align: center;
	margin-top: 45px;
}