.block_infoblocks {
	max-width: 1920px;
	margin: 0 auto;
}

.block_infoblocks.infoblock_has_title {
	margin-top: 100px;
}

.infoblock_title {
	text-align: center;
	line-height: 1.2;
}

.infoblock_title h2 {
	font-size: 75px;
	text-transform: uppercase;
	font-weight: 400;
}

.infoblock_title p {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 300;
}

.half_block {
	margin: 100px 0;
}

.half_block .half_flex {
	display: flex;
	align-items: center;
}

.half_block .half_text {
	width: 60%;
}

.half_block .half_text .half_text_content {
}

.half_block .half_text .half_text_inside {
	max-width: 650px;
}

.half_block .half_text .half_text_inside h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
}

.half_block .half_text .half_text_inside h2 {
	font-size: 104px;
	font-weight: 700;
	line-height: 1;
}

.half_block .half_text .half_text_inside h2 strong {
	font-weight: 800;
}

.half_block .half_text .half_text_inside h3 {
	font-size: 37px;
	font-weight: 700;
	line-height: 1.2;
	margin: 50px 0 40px;
}

.half_block .half_text .half_text_inside h1:after,
.half_block .half_text .half_text_inside h2:after {
	content: '';
	display: block;
	height: 10px;
	width: 200px;
	background: #000;
	margin: 40px 0;
}



.half_block .half_text .half_text_inside h3 strong {
	font-weight: 800;
}

.half_block .half_text .half_text_inside p {
	font-size: 21px;
	margin-bottom: 40px;
	color: var(--color3);
	line-height: 1.3;
}

.half_block .half_text .half_text_inside .button {
}

.half_block .half_text .half_text_inside .icon-text {
	display: flex;
	align-items: center;
	gap: 30px;
}

.half_block .half_text .half_text_inside .icon-text .icon-text-icon { flex-shrink: 0;}

.half_block .half_text .half_text_inside .icon-text .icon-text-icon img { height: 100px; }

.half_block .half_text .half_text_inside .icon-text .icon-text-text {

}
.half_block .half_text .half_text_inside .icon-text .icon-text-text.large-text {
	font-size: 37px;
	font-weight: 700;
	line-height: 1;
}

.half_block .half_text .half_text_inside .icons-title-flex {
	display: flex;
}

.half_block .half_text .half_text_inside .icons-title-flex .icons-title-item {
	flex-basis: 100%;
	text-align: center;
}

.half_block .half_text .half_text_inside .icons-title-flex .icons-title-item img {
	max-width: 100px;
	margin-bottom: 20px;
}

.half_block .half_text .half_text_inside .icons-title-flex .icons-title-item p {
	color: #105A2E;
	font-weight: 400;
}

.half_block .half_text .half_text_inside .image-title h3 {
	text-align: center;
	font-size: 25px;
}

.half_block .half_text .half_text_inside .image-title .image-title-image img {
	display: block;
}

.half_block .half_text .half_text_inside .image-title .image-title-image.image-half img {
	width: 50%;
}


.half_block .half_text .half_text_inside .icon-list {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.half_block .half_text .half_text_inside .icon-list li {
	display: flex;
	font-size: 28px;
	gap: 10px;
}

.half_block .half_text .half_text_inside .icon-list li i {
	list-style-type: none;
	color: red;
	font-size: 1.4em;
}


.half_block .half_image {
	width: 40%;
}

.half_block .half_image .image_container {
	position: relative;
}

.half_block .half_image .image_container:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background: #80A640;
	z-index: -1;
}

.half_block .half_image .image_container img {
	display: block;
	width: 75%;
}

.half_block .half_image .image-placeholder {
	width: 75%;
	aspect-ratio: 600 / 840;
	background-color: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}

.half_block .half_image .image-placeholder img {
	width: 50%;
	max-width: 160px;
	margin: 0 !important;
}

.half_block .half_image .image_container .gallery {
	margin: 0;
	position: relative;
}

.half_block .half_image .image_container .gallery button {
	position: absolute;
	bottom: 25px;
	background: rgb(0 0 0 / 25%);
	border: 2px solid #fff;
	display: flex;
	gap: 8px;
	color: #fff;
	font-family: inherit;
	font-size: 22px;
	border-radius: 30px;
	padding: 10px 30px;
}

.half_blocks.align_first_right .half_block:nth-child(2n-1) .half_image .image_container .gallery button,
.half_blocks.align_first_left .half_block:nth-child(2n) .half_image .image_container .gallery button {
	left: 20px;
}

.half_blocks.align_first_right .half_block:nth-child(2n) .half_image .image_container .gallery button,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_image .image_container .gallery button {
	right: 20px;
}

.half_block .half_image .image_container .gallery a {
	display: none;
}

.half_blocks.align_first_right .half_block:nth-child(2n-1) .half_image .image_container,
.half_blocks.align_first_left .half_block:nth-child(2n) .half_image .image_container {
	padding-top: 10%;
	padding-bottom: 10%;
}

.half_blocks.align_first_right .half_block:nth-child(2n-1) .half_image .image_container:after,
.half_blocks.align_first_left .half_block:nth-child(2n) .half_image .image_container:after{
	top: 0;
	bottom: 0;
	left: 30%;
	right: 0;
}

.half_blocks.align_first_right .half_block:nth-child(2n-1) .half_text .half_text_content,
.half_blocks.align_first_left .half_block:nth-child(2n) .half_text .half_text_content {
	margin-left: 100px;
	margin-right: 100px;
}


.half_blocks.align_first_right .half_block:nth-child(2n) .half_text,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_text {
	order: 2;
}

.half_blocks.align_first_right .half_block:nth-child(2n) .half_image,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_image {
	order: 1;
}

.half_blocks.align_first_right .half_block:nth-child(2n) .half_image .image_container,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_image .image_container {
	padding-top: 10%;
	padding-bottom: 10%;
}

.half_blocks.align_first_right .half_block:nth-child(2n) .half_image .image_container .image-placeholder,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_image .image_container .image-placeholder,
.half_blocks.align_first_right .half_block:nth-child(2n) .half_image .image_container img,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_image .image_container img {
	margin-left: auto;
}

.half_blocks.align_first_right .half_block:nth-child(2n) .half_image .image_container:after,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_image .image_container:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 30%;
}

.half_blocks.align_first_right .half_block:nth-child(2n) .half_text .half_text_content,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_text .half_text_content {
	margin-right: 100px;
	margin-left: 100px;
}

.half_blocks.align_first_right .half_block:nth-child(2n) .half_text .half_text_inside,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_text .half_text_inside {
	/*margin-left: auto;*/
}

.half_blocks.align_first_right .half_block:nth-child(2n) .half_text .half_text_inside p.before_title,
.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_text .half_text_inside p.before_title {
	color: var(--color1);
}





/* 1440px = under 1560px */
@media only screen and (max-width: 1559px) {
	.infoblock_title h2 {
		font-size: 68px;
	}
	.infoblock_title p {
		font-size: 44px;
	}
	.half_block .half_text .half_text_inside h2 {
		font-size: 90px;
	}
}


/* 1360px = under 1440px */
@media only screen and (max-width: 1439px) {

}


/* 1200px = under 1366px */
@media only screen and (max-width: 1359px) {
	.infoblock_title h2 {
		font-size: 62px;
	}
	.infoblock_title p {
		font-size: 40px;
	}
	.half_block .half_text .half_text_inside h2 {
		font-size: 85px;
	}
}


/* 1024px = under 1200px */
@media only screen and (max-width: 1199px) {

	.half_blocks.align_first_right .half_block:nth-child(2n) .half_text .half_text_content,
	.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_text .half_text_content,
	.half_blocks.align_first_right .half_block:nth-child(2n-1) .half_text .half_text_content,
	.half_blocks.align_first_left .half_block:nth-child(2n) .half_text .half_text_content {
		margin-left: 50px;
		margin-right: 50px;
	}
	.infoblock_title h2 {
		font-size: 56px;
	}
	.infoblock_title p {
		font-size: 36px;
	}
	.half_block .half_text .half_text_inside h2 {
		font-size: 75px;
	}


}


/* 768px = under 1024px */
@media only screen and (max-width: 1023px) {
	.half_block .half_flex {
		display: block;
	}
	.half_block .half_text {
		width: 100%;
		margin-bottom: 40px;
	}
	.half_block .half_image {
		width: 60%;
	}
	.half_blocks.align_first_right .half_block:nth-child(2n-1) .half_image,
	.half_blocks.align_first_left .half_block:nth-child(2n) .half_image {
		margin-left: auto;
	}
}


/* 640px = under 768px */
@media only screen and (max-width: 767px) {
	.block_infoblocks.infoblock_has_title {
		margin-top: 70px;
	}
	.half_block {
		margin: 70px 0;
	}
	.infoblock_title h2 {
		font-size: 42px;
	}
	.infoblock_title p {
		font-size: 28px;
	}
	.half_block .half_text .half_text_inside h1 {
		font-size: 50px;
	}
	.half_block .half_text .half_text_inside h2 {
		font-size: 60px;
	}
	.half_block .half_text .half_text_inside h3 {
		font-size: 29px;
		margin: 40px 0 30px;
	}
	.half_block .half_text .half_text_inside .icon-text {
		gap: 20px;
	}
	.half_block .half_text .half_text_inside .icon-text .icon-text-icon img {
		height: 80px;
	}
	.half_block .half_text .half_text_inside .icon-text .icon-text-text.large-text {
		font-size: 25px;
	}

	.half_block .half_image .image_container .gallery button {
		font-size: 19px;
	}
}


/* 410px = under 640px */
@media only screen and (max-width: 639px) {
	.block_infoblocks.infoblock_has_title {
		margin-top: 50px;
	}
	.half_block {
		margin: 50px 0;
	}
	.half_block .half_image {
		width: 70%;
	}
	.infoblock_title h2 {
		font-size: 34px;
	}
	.infoblock_title p {
		font-size: 22px;
	}
	.half_block .half_text .half_text_inside h1 {
		font-size: 35px;
	}
	.half_block .half_text .half_text_inside h2 {
		font-size: 45px;
	}
	.half_block .half_text .half_text_inside h3 {
		font-size: 25px;
		margin: 30px 0 20px;
	}
	.half_block .half_text .half_text_inside .icon-text {
		gap: 15px;
	}
	.half_block .half_text .half_text_inside .icon-text .icon-text-icon img {
		height: 60px;
	}
	.half_block .half_text .half_text_inside .icon-text .icon-text-text.large-text {
		font-size: 23px;
	}
	.half_blocks.align_first_right .half_block:nth-child(2n) .half_text .half_text_content,
	.half_blocks.align_first_left .half_block:nth-child(2n-1) .half_text .half_text_content,
	.half_blocks.align_first_right .half_block:nth-child(2n-1) .half_text .half_text_content,
	.half_blocks.align_first_left .half_block:nth-child(2n) .half_text .half_text_content {
		margin-left: 25px;
		margin-right: 25px;
	}
	.half_block .half_text .half_text_inside p {
		font-size: 17px;
		margin-bottom: 20px;
		line-height: 1.2;
	}

	.half_block .half_text .half_text_inside .icons-title-flex .icons-title-item img {
		max-width: 70px;
		margin-bottom: 10px;
	}

	.half_block .half_text .half_text_inside .icons-title-flex .icons-title-item p {
		font-size: 14px;
	}

	.half_block .half_image .image_container .gallery button {
		border-width: 1px;
		font-size: 17px;
		padding: 7px 20px;
	}

}

/* 360px = under 425px */
@media only screen and (max-width: 409px) {

	.block_infoblocks.infoblock_has_title {
		margin-top: 40px;
	}

	.half_block .half_text .half_text_inside .icons-title-flex .icons-title-item img {
		max-width: 60px;
		margin-bottom: 5px;
	}

	.half_block .half_text .half_text_inside .icons-title-flex .icons-title-item p {
		font-size: 13px;
	}
}


/* 320px = under 360px */
@media only screen and (max-width: 359px) {

}


@media screen and (pointer: coarse), screen and (pointer: none) {

}


/* "Menšie nadpisy" option — caps H2 at 60px on largest screens, reduces for smaller breakpoints */
.block_infoblocks.smaller_headings .infoblock_title h2 {
	font-size: 50px;
}

.block_infoblocks.smaller_headings .half_block .half_text .half_text_inside h2 {
	font-size: 60px;
}

@media only screen and (max-width: 1559px) {
	.block_infoblocks.smaller_headings .infoblock_title h2 {
		font-size: 46px;
	}
	.block_infoblocks.smaller_headings .half_block .half_text .half_text_inside h2 {
		font-size: 54px;
	}
}

@media only screen and (max-width: 1359px) {
	.block_infoblocks.smaller_headings .infoblock_title h2 {
		font-size: 42px;
	}
	.block_infoblocks.smaller_headings .half_block .half_text .half_text_inside h2 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 1199px) {
	.block_infoblocks.smaller_headings .infoblock_title h2 {
		font-size: 38px;
	}
	.block_infoblocks.smaller_headings .half_block .half_text .half_text_inside h2 {
		font-size: 46px;
	}
}

@media only screen and (max-width: 767px) {
	.block_infoblocks.smaller_headings .infoblock_title h2 {
		font-size: 30px;
	}
	.block_infoblocks.smaller_headings .half_block .half_text .half_text_inside h2 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 639px) {
	.block_infoblocks.smaller_headings .infoblock_title h2 {
		font-size: 24px;
	}
	.block_infoblocks.smaller_headings .half_block .half_text .half_text_inside h2 {
		font-size: 30px;
	}
}