/*
Theme Name: Gadest
Theme URI: http://www.gadest.cz
Author: Tomas Potesil
Author URI: http://www.potesil.com
Version: 1.0
*/

/*!
* Default
*/

body {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #d8d8d8;
	border-top: 6px solid #e10000;
	font-family: "sole-sans-variable", sans-serif;
	font-variation-settings: "wdth" 600, "wght" 500;
}

	body.tax-kategorie {
		background-color: #FFF;
	}

@media (max-width: 991px) {

	body {
		padding-top: 63px;
		border-top: 0;
	}

}

/*!
* Titles
*/

h1 {
	font-size: 2.125rem;
	text-transform: uppercase;
	font-variation-settings: "wdth" 100, "wght" 700;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 3.125rem;
	font-variation-settings: "wdth" 125, "wght" 700;
	margin-bottom: 60px;
}

h1.title {
	text-align: center;
	text-transform: uppercase;
	font-size: 3.125rem;
	font-variation-settings: "wdth" 125, "wght" 700;
	margin-bottom: 50px;
}

h1.title.blue {
	color: #194b85;
	font-variation-settings: "wdth" 125, "wght" 500;
	margin-bottom: 40px;
}

	h1.title.blue span {
		font-variation-settings: "wdth" 125, "wght" 700;
	}

body.blog h1.title,
body.page-template-thanks h1.title {
	font-variation-settings: "wdth" 125, "wght" 700;
	margin-top: 40px;
	margin-bottom: 40px;
}

strong {
	font-variation-settings: "wdth" 100, "wght" 700;
}

.btn-primary {
	border: 0;
	border-radius: 0;
	background-color: #dd0000;
	text-transform: uppercase;
	color: #FFF;
	font-size: 0.875rem;
	padding: 11px 25px;
}

	.btn-primary:hover {
		background-color: #194b85;
	}

	.btn.disabled,
	.btn:disabled,
	fieldset:disabled .btn {
		background-color: #dd0000;
	}

	.btn-primary i {
		margin-left: 5px;
		font-size: 1.25rem;
		vertical-align: text-bottom;
	}

.btn-center {
	display: block;
	margin: 0 auto;
}

.form-control {
	border-radius: 0;
}

.wpcf7-list-item {
	margin-left: 5px !important;
}

.wpcf7-form input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0; height: 0;
}

.wpcf7-form .wpcf7-list-item-label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	user-select: none;
}

.wpcf7-form .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 50%; left: 0;
	transform: translateY(-50%);
	width: 20px; height: 20px;
	border: 2px solid #ececec;
	background-color: transparent;
	transition: all 0.2s ease;
}

	.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
		background-color: #194b85;
		border-color: #194b85;
	}

	.wpcf7-form .wpcf7-list-item-label::after {
		content: "";
		position: absolute;
		display: none;
		top: 10px; left: 7px;
		width: 6px; height: 12px;
		border: solid white;
		border-width: 0 2px 2px 0;
		transform: translateY(-50%) rotate(45deg);
	}

	.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
		display: block;
	}

.wpcf7-not-valid-tip {
	font-size: 0.875rem !important;
	margin-top: 5px;
}

@media (max-width: 991px) {

	h1.title {
		font-size: 2.5rem;
	}

}

@media (max-width: 767px) {

	h1.title {
		font-size: 2rem;
	}

}

/*!
* Header
*/

header {
	background-color: #194b85;
}

	.header-container {
		background-color: rgba(0, 0, 0, 0.5);
	}

	nav.navbar {
		padding: 0;
		text-transform: uppercase;
		font-size: 0.975rem;
		font-variation-settings: "wdth" 600, "wght" 600;
	}

		.navbar-light .navbar-nav .nav-link {
			color: #FFF;
			position: relative;
			padding-right: 15px;
			padding-left: 15px;
		}

		.nav-link:focus-visible {
			box-shadow: none;
		}

		.dropdown-toggle::after {
			border: 0;
		}

		.dropdown-item:focus,
		.dropdown-item:hover {
			background-color: transparent;
			  -webkit-text-fill-color: #194b85;
			-webkit-text-stroke-width: 0.5px;
			-webkit-text-stroke-color: #194b85;
			color: #194b85;
		}

		.dropdown-item.active,
		.dropdown-item:active {
			background-color: transparent;
			  -webkit-text-fill-color: #194b85;
			-webkit-text-stroke-width: 0.5px;
			-webkit-text-stroke-color: #194b85;
			color: #194b85;
		}

	div.logos {
		margin-top: -6px;
		margin-right: 37px;
		height: 96px;
		display: flex;
	}

		div.logos div.hangcha,
		div.logos div.logo {
			display: flex;
			justify-content: center;
			align-items: center;
			padding-right: 30px;
			padding-left: 30px;
			position: relative;
		}

			div.logos div.hangcha {
				background-color: #FFF;
				padding-right: 60px;
			}

				div.hangcha div.triangle-left {
					position: absolute;
					top: 0; left: -30px;
					width: 0; height: 0;
					border-left: 30px solid transparent;
					border-bottom: 96px solid #FFFF;
				}

				div.logos div.hangcha img {
					max-width: 100px; width: 100%;
					height: auto;
				}

			div.logos div.logo {
				background-color: #194b85;
			}

				div.logo div.triangle-left {
					position: absolute;
					top: 0; left: -30px;
					width: 0; height: 0;
					border-left: 30px solid transparent;
					border-bottom: 96px solid #194b85;
				}

				div.logo div.triangle-right {
					position: absolute;
					top: 0; right: -30px;
					width: 0;
					height: 0;
					border-right: 30px solid transparent;
					border-top: 96px solid #194b85;
				}

				div.logos div.logo img {
					max-width: 126px; width: 100%;
					height: auto;
				}

header .dropdown-menu {
	border-radius: 0;
	border: 0;
	text-transform: none;
	font-variation-settings: "wdth" 500, "wght" 400;
	font-size: 0.875rem;
	padding: 30px 30px 20px 30px;
}

	header .dropdown-menu[data-bs-popper] {
		top: 65px;
	}

		header .dropdown-menu[data-bs-popper]::before {
			content: "\f107";
			font-family: "Font Awesome 6 Pro";
			font-weight: 900;
			position: absolute;
			top: 0; left: 50%;
			transform: translateX(-50%);
			color: #dd0000;
			font-size: 1.5rem;
			line-height: 1;
		}

	header .dropdown-menu a {
		color: #194b85;
		padding: 5px;
	}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
	box-shadow: none;
}

.mobile-navbar-container {
    position: fixed;
    top: 63px; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 10;
    overflow: scroll;
}

	.navbar-container .navbar-nav {
		position: absolute;
		top: 65px; left: 65px;
	}

@media (max-width: 1400px) {

	nav.navbar {
		font-size: 0.875rem;
	}

	.header-container {
		padding-left: 50px;
	}

	.navbar-toggler {
		border: 0;
	}

	.header-container .container {
		max-width: none;
	}

	div.logos div.hangcha,
	div.logos div.logo {
		padding-right: 15px;
		padding-left: 15px;
	}

	div.logos div.hangcha {
		padding-right: 45px;
	}

	div.logos div.hangcha img {
		max-width: 80px;
	}

	div.logos div.logo img {
		max-width: 100px;
	}

}

@media (max-width: 1140px) {

	div.logos div.logo {
		padding-right: 0;
	}

	nav.navbar {
		font-size: 0.75rem;
	}

	div.logos {
		height: 63px;
	}

}

@media (max-width: 1040px) {

	.header-container {
		padding-left: 20px;
	}

}

@media (max-width: 996px) {

	.navbar-light .navbar-nav .nav-link {
		padding-right: 14px;
		padding-left: 14px;
	}

}

@media (min-width: 992px) {

	.nav-item.dropdown {
		position: relative;
	}

	.nav-item.dropdown .dropdown-menu {
		left: 50%;
		transform: translateX(-50%);
	}

	.nav-item:not(:last-child) .nav-link::after {
			content: "";
			width: 1px; height: 27px;
			position: absolute;
			top: 50%; transform: translateY(-50%);
			right: 0;
			vertical-align: middle;
			background-color: #FFF;
		}

	.navbar-light .navbar-nav .nav-link.active span::after,
	.navbar-light .navbar-nav .nav-link:hover span::after,
	.navbar-light .navbar-nav .nav-link.show span::after {
		content: "";
		width: calc(100% - 30px); height: 5px;
		background-color: #e10000;
		position: absolute;
		bottom: 0; left: 50%;
		transform: translateX(-50%);
	}

}

@media (max-width: 991px) {

	header.header {
		position: fixed;
		top: 0; left: 0;
		width: 100%;
		z-index: 10;
		border-top: 6px solid #e10000;
	}

	.navbar-container .dropdown-menu {
		border: 0;
		background-color: transparent;
		white-space: normal;
		word-break: break-word;
		max-width: 300px;
	}

	.dropdown-item {
		white-space: normal;
	}

	div.hangcha div.triangle-left {
		border-left: 19.7px solid transparent;
		border-bottom: 63px solid #FFFF;
		left: -19.7px;
	}

	div.logo div.triangle-left {
		border-left: 19.7px solid transparent;
		border-bottom: 63px solid #194b85;
		left: -19.7px;
	}

	div.logo div.triangle-right {
		border-right: 19.7px solid transparent;
		border-top: 63px solid #194b85;
		right: -19.7px;
	}

}

/*!
* Slideshow
*/

section.slideshow {
	height: 537px;
	position: relative;
	color: #FFF;
	overflow: hidden;
}

	section.slideshow .container {
		position: relative;
		height: 100%;
	}

	section.slideshow .slideshow-container {
		color: #194b85;
		font-size: 1.375rem;
		padding-top: 82px;
		margin-left: -100px;
		position: relative;
		z-index: 5;
	}

		section.slideshow h1 {
			max-width: 365px; width: 100%;
			margin-bottom: 20px;
			line-height: 1;
		}

		section.slideshow p {
			max-width: 550px; width: 100%;
			font-size: 0.75rem;
			line-height: 1.5;
		}

		section.slideshow a.btn {
			margin-top: 20px;
		}

	section.slideshow::after,
	section.slideshow::before {
		content: "";
		position: absolute;
		top: 0; left: 50%;
		transform: translateX(-50%);
		width: 100%; height: 636px;
		background: url(img/b_slideshow.png);
		mix-blend-mode: multiply;
		background-repeat: no-repeat;
		background-position: center center;
	}

		section.slideshow::before {
			z-index: 4;
		}

div.rectangle-blue {
	width: calc(100% - 340px); height: 100%;
	background-color: #194b85;
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
}
	div.rectangle-blue::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -190px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 318px solid transparent;
		border-bottom: 318px solid transparent;
		border-left: 190px solid #194b85;
	}

div.rectangle-white {
	width: calc(300% - 340px); height: 444px;
	background-color: #FfF;
	position: absolute;
	top: 50%; left: 470px;
	transform: translateY(-50%);
	z-index: 2;
}

	div.rectangle-white::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -130px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 222px solid transparent;
		border-bottom: 222px solid transparent;
		border-right: 130px solid #fff;
	}

div.rectangle-red,
div.rectangle-bluee {
	width: 300%; height: 444px;
	background-color: #dd0000;
	position: absolute;
	top: 50%; left: -120px;
	transform: translateY(-50%) scale(0.8);
	z-index: 1;
}

	div.rectangle-red::before,
	div.rectangle-bluee::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -130px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 222px solid transparent;
		border-bottom: 222px solid transparent;
		border-right: 130px solid #dd0000;
	}

	div.rectangle-bluee {
		background-color: #194b85;
		left: 0;
	}

		div.rectangle-bluee::before {
			border-right: 130px solid #194b85;
		}

div.down {
	color: #FFF;
	font-size: 1.5rem;
	position: absolute;
	bottom: 4px; left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.swiper-button-prev {
	color: #FFF;
}

.swiper-button-next {
	color: #194b85;
}

.custom-prev, .custom-next {
	font-size: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	color: #FFF;
	cursor: pointer;
	opacity: 1;
}

.custom-prev:hover,
.custom-next:hover {
	opacity: 1;
}

.custom-prev {
	left: 0;
}

.custom-next {
	right: 0;
	color: #194b85;
}

@media (max-width: 1395px) {

	body.page-template-default div.rectangle-white {
		left: 280px;
	}

	div.rectangle-bluee {
		left: -138px;
	}

}

@media (max-width: 1199px) {

	body.page-template-default div.rectangle-white {
		left: 280px;
	}

	body.page-template-default div.rectangle-bluee {
		left: -74px;
	}

}

@media (max-width: 1140px) {

	section.slideshow .slideshow-container {
		padding-top: 95px;
		margin-left: 0;
	}

}

@media (max-width: 1199px) {

	section.slideshow {
		height: 487px;
	}

	div.rectangle-white,
	div.rectangle-red,
	div.rectangle-bluee {
		height: 384px;
	}

		div.rectangle-white::before {
			border-top: 192px solid transparent;
			border-bottom: 192px solid transparent;
		}

	div.rectangle-red::before,
	div.rectangle-bluee::before {
		border-top: 192px solid transparent;
		border-bottom: 192px solid transparent;
	}

}

@media (max-width: 991px) {

	section.slideshow {
		height: 356px;
		z-index: 9;
	}

		section.slideshow .slideshow-container {
			padding-top: 57px;
		}

		section.slideshow h1 {
			font-size: 1.875rem;
		}

		section.slideshow p {
			max-width: 300px;
		}

	div.rectangle-white,
	div.rectangle-red,
	div.rectangle-bluee {
		height: 278px;
	}

		div.rectangle-white::before {
			border-top: 139px solid transparent;
			border-bottom: 139px solid transparent;
		}

		div.rectangle-red::before,
		div.rectangle-bluee::before {
			border-top: 139px solid transparent;
			border-bottom: 139px solid transparent;
		}

	div.rectangle-white {
		left: 152px;
	}

	div.rectangle-blue {
		width: 100%;
	}

	div.down {
		display: none;
	}

	body.page-template-default div.rectangle-white {
		left: 60px;
	}

	body.page-template-default div.rectangle-bluee {
		left: -222px;
	}

}

@media (max-width: 767px) {

	div.rectangle-white {
		left: 98px;
	}

	section.slideshow h1 {
		margin-bottom: 10px;
	}

	section.slideshow p {
		margin-bottom: 0;
		max-width: 220px;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	section.slideshow a.btn {
		font-size: 0.75rem;
	}

	section.slideshow .slideshow-container {
		padding-top: 75px;
	}

}

@media (max-width: 515px) {

	section.slideshow h1 {
		font-size: 1.25rem;
		line-height: 1.2;
		display: flex;
		align-items: center;
		text-wrap: balance;
	}

}

@media (max-width: 480px) {

	div.rectangle-white {
		left: 198px;
	}

	div.rectangle-red,
	div.rectangle-bluee {
		left: 10px;
	}

}

/*!
* News
*/

section.news {
	padding-top: 45px;
}

	body.blog section.news {
		padding-top: 0;
		padding-bottom: 40px;
	}

div.newsSwiper {
	padding-bottom: 55px;
}

	.swiper-pagination-bullet {
		width: 48px; height: 4px;
		background-color: #FFF;
		border-radius: 0;
		opacity: 1;
	}

		.swiper-pagination-bullet-active,
		.swiper-pagination-bullet:hover {
			background-color: #dd0000;
		}

div.new-prev {
	max-width: 260px; width: 100%;
	height: 260px;
	margin: 0 auto;
	padding: 30px;
	text-align: left;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background-color: #282828;
}

	div.new-prev img {
		width: 100%; height: 100%;
		object-fit: cover;
		opacity: 0.58;
		position: absolute;
		top: 0; left: 0;
	}

	div.new-prev h2 {
		font-size: 1.5rem;
		font-variation-settings: "wdth" 125, "wght" 600;
		text-align: left;
		margin: 0;
		margin-bottom: 12px;
		line-height: 1;
	}

	div.excerpt {
		position: absolute;
		top: 30px; left: 30px;
		width: calc(100% - 60px); height: calc(100% - 60px);
 		font-size: 0.75rem;
		color: #FFF;
		z-index: 1;
	}

	div.new-prev a {
		color: #FFF;
		text-decoration: none;
	}

	div.new-prev a.more {
		text-decoration: underline;
		font-size: 0.875rem;
		text-transform: uppercase;
		position: absolute;
		bottom: 0;
	}

		div.new-prev a:hover.more {
			text-decoration: none;
		}

@media (min-width: 1400px) {

	section.news .container,
	section.contact-form .container,
	section.newsletter .container {
		max-width: 1120px;
	}

}

@media (min-width: 1400px) {

	section.gallery .container {
		max-width: 940px;
	}

}

@media (max-width: 767px) {

	section.news .container {
		padding-right: 0;
		padding-left: 0;
	}

	.newsSwiper .swiper-slide {
		width: 70%;
		transition: opacity 0.3s ease;
		opacity: 0.5;
	}

	.newsSwiper .swiper-slide-active {
		opacity: 1;
	}

	.newsSwiper {
		overflow: hidden;
	}

}

/*!
* Newsletter
*/

section.newsletter {
	padding-top: 46px;
	margin: 40px auto;
	width: 100%; height: 222px;
	position: relative;
	overflow: hidden;
}

	section.newsletter .container {
		padding-left: 100px;
		z-index: 2;
		position: relative;
	}

	section.newsletter h1 {
		font-size: 2.25rem;
		text-align: left;
		line-height: 1;
	}

		section.newsletter h1.blue {
			margin-bottom: 15px;
			position: relative;
			z-index: 2;
		}

		section.newsletter h1 span {
			display: block;
		}

section.newsletter form {
	position: relative;
	z-index: 4;
}

section.newsletter div.input-group {
	max-width: 378px; width: 100%;
}

section.newsletter input[type="email"] {
	background-color: #dbdbdb;
	border: 0;
	font-size: 0.875rem;
}

	section.newsletter input::placeholder {
		color: #323232;
		opacity: 1;
		text-transform: uppercase;
		font-variation-settings: "wdth" 600, "wght" 500;
	}

	section.newsletter input.form-control:focus,
	section.newsletter input.form-control:active {
		box-shadow: none;
	}

	section.newsletter img {
		position: absolute;
		bottom: -138px; right: -60px;
		z-index: 3;
	}

	.wpcf7 .input-group {
		display: flex;
	}

div.white-arrow {
	width: 300%; height: 170px;
	background-color: #FFF;
	position: absolute;
	top: 50%; left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

	div.white-arrow::after {
		content: "";
		position: absolute;
		top: 0; left: -49px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 85px 49px 85px 0;
		border-color: transparent #FFFFFF transparent transparent;
		transform: rotate(0deg);
	}
	
div.gray-arrow {
	width: calc(100% - 370px); height: 222px;
	background-color: #323232;
	position: absolute;
	top: 0; left: 0;
}

	div.gray-arrow::after {
		content: "";
		position: absolute;
		top: 0; right: -64px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 111px 0 111px 64px;
		border-color: transparent transparent transparent #323232;
		transform: rotate(0deg);
	}

@media (max-width: 991px) {

	section.newsletter .container {
		padding-left: 30px;
	}

	section.newsletter img {
		width: 400px; height: 400px;
		object-fit: contain;
		right: -160px;
		bottom: -111px;
	}

	div.gray-arrow {
		width: 100%;
	}

}

@media (max-width: 767px) {

	section.newsletter h1 {
		font-size: 1.6875rem;
	}

	section.newsletter img {
		width: 300px; height: 300px;
		right: -137px; bottom: -90px;
	}

}

@media (max-width: 515px) {

	section.newsletter .container {
		padding-left: 80px;
	}

	section.newsletter input {
		font-size: 0.625rem;
	}

	div.white-arrow {
		left: 60px;
	}

	section.newsletter img {
		right: -150px;
	}

}

/*!
* Contact form
*/

section.contact-form {
	position: relative;
	color: #194b85;
	padding-bottom: 120px;
}

	body:not(.home) section.contact-form {
		background-color: #bfbfbf;
		padding-top: 70px;
	}

	body.single-produkt section.contact-form {
		background-color: #d8d8d8;
	}

section.contact-form a {
	color: #194b85;
}

	section.contact-form a:hover {
		text-decoration: none;
	}

section.contact-form .form-group:not(:last-child) {
	margin-bottom: 40px;
	position: relative;
}

	section.contact-form i {
		position: absolute;
		top: 6px; left: 5px;
		color: #FFF;
		font-size: 1.25rem;
		opacity: 0.5;
	}

section.contact-form .form-control {
	color: #194b85;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #b6b6b6;
	padding-left: 36px;
}

	section.contact-form textarea.form-control {
		background-color: #FFF;
		border-bottom: 0;
		border: 2px solid #FFF;
		padding: 10px;
	}

section.contact-form input.form-control:focus,
section.contact-form input.form-control:active {
	box-shadow: none;
	border-bottom: 2px solid #194b85;
}

	section.contact-form textarea.form-control:focus,
	section.contact-form textarea.form-control:active {
		box-shadow: none;
		border: 2px solid #194b85;
	}

section.contact-form .form-control::placeholder {
	font-variation-settings: "wdth" 600, "wght" 500;
	color: #194b85;
	opacity: 1;
}

section.contact-form p {
	font-size: 0.875rem;
}

section.contact-form .form-group.text {
	margin-bottom: 10px;
}

@media (max-width: 767px) {

	section.contact-form .row .col-md-6:nth-child(2) {
		margin-top: 20px;
	}

}

/*!
* Page
*/

section.headline {
	width: 100%; height: 535px;
	color: #194b85;
	font-size: 1.5625rem;
	background-color: #194b85;
	position: relative;
	overflow: hidden;
}

	section.headline .container {
		position: relative;
		height: 100%;
	}

	section.headline h1 {
		font-size: 2.8125rem;
		text-align: left;
		border-bottom: 5px solid #e10000;
		margin-bottom: 15px;
		padding-bottom: 5px;
		display: table;
	}

		body.single section.headline h1 {
			font-size: 2rem;
		}

article {
	max-width: 950px; width: 100%;
	margin: 75px auto;
	font-size: 1.25rem;
	color: #194b85;
	text-align: left;
}

	article a {
		color: #dd0000;
	}

		article a:hover {
			text-decoration: none;
		}

	article h2 {
		font-size: 2rem;
		margin-bottom: 40px;
	}

		article h2:not(:first-child) {
			margin-top: 40px;
		}

	article img {
		border-radius: 20px;
	}

	body.page-template-thanks article {
		margin-top: 0;
	}

div.col-image {
	text-align: center;
}

div.anotation {
	position: absolute;
	top: 50%; left: 55%;
	transform: translate(-50%, -50%);
	z-index: 3;
	max-width: 500px; width: 100%;
}

@media (max-width: 1199px) {

	section.headline {
		height: 435px;
	}

}

@media (max-width: 991px) {

	section.headline {
		z-index: 9;
	}


	body.page-template-default section.headline {
		height: 335px;
	}

	div.anotation {
		font-size: 1.5rem;
		line-height: 1.2;
	}

	section.headline h1 {
		font-size: 2rem;
	}

	article {
		font-size: 1.125rem;
		padding-right: 15px;
		padding-left: 15px;
	}

}

@media (max-width: 767px) {

	section.headline h1 {
		font-size: 1.75rem;
	}

	div.anotation {
		font-size: 1.25rem;
		max-width: calc(100% - 100px);
	}

	div.col-image {
		margin-bottom: 40px;
	}

}

/*!
* Category
*/

div.category-headline {
	background: linear-gradient(to bottom,  #0c2542 0%,#194b85 100%);
	height: 309px;
	overflow: hidden;
}

	div.category-headline .container {
		position: relative;
	}

	div.category-headline img {
		width: 268px; height: 205px;
		object-fit: contain;
	}

	div.category-headline h1.title {
		font-size: 2.5rem;
		text-align: left;
		margin: 0;
		position: relative;
		padding-left: 44px;
	}

		div.category-headline h1.title::before {
			content: "";
			width: 2px; height: 120px;
			background-color: #194b85;
			position: absolute;
			top: 50%; left: 0;
			transform: translateY(-50%);
		}

		div.category-headline h1.title::first-line {
			font-variation-settings: "wdth" 100, "wght" 700;
		}

.wrapper {
	display: flex;
	align-items: center;
	gap: 55px;
	background-color: #FFF;
	height: 279px;
	position: relative;
	padding-left: 24px;
	margin-left: -24px;
	z-index: 1;
}

	.wrapper::before {
		content: "";
		position: absolute;
		top: 0; left: -162px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0px 162px 279px 0;
		border-color: transparent #FFFFFF transparent transparent;
		transform: rotate(0deg);
	}

	.wrapper::after {
		content: "";
		position: absolute;
		top: 0; right: -100%;
		width: 100%;
		height: 279px;
		background-color: #FFF;
	}

	.red-arrow {
		width: 230px; height: 230px;
		background-color: #dd0000;
		position: absolute;
		top: 0; left: -67px;
	}

		.red-arrow::before {
			content: "";
			position: absolute;
			top: 0; left: -134px;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 0px 134px 230px 0;
			border-color: transparent #dd0000 transparent transparent;
			transform: rotate(0deg);
		}

section.products {
	margin-top: 90px;
	margin-bottom: 90px;
}

.product-col {
	text-align: center;
	color: #194b85;
	line-height: 1.4;
}

	.product-col a {
		color: #194b85;
		text-decoration: none;
		transition: color .25s;
		display: block;
	}

		.product-col a:hover {
			color: #dd0000;
			transition: color .25s;
		}

	.product-col img {
		width: 180px; height: 135px;
		object-fit: contain;
	}

span.rada {
	font-variation-settings: "wdth" 125, "wght" 700;
	display: block;
}

span.nosnost {
	display: block;
}

@media (max-width: 991px) {

	div.category-headline {
		z-index: 9;
		position: relative;
	}

	div.category-headline h1.title {
		font-size: 2rem;
	}

}

@media (max-width: 767px) {

	.wrapper {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		padding-top: 20px;
	}

	div.category-headline h1.title::before {
		content: none;
	}

	div.category-headline img {
		width: 150px; height: 150px;
	}

	div.category-headline h1.title {
		padding-left: 0;
		text-align: center;
		font-size: 1.5rem;
	}

}

/*!
* Product
*/

div.main-image  {
	z-index: 9;
	position: relative;
}

div.main-image img {
	width: 100%; height: auto;
}

div.parameters-preview {
	font-size: 2.1875rem;
	color: #194b85;
	overflow: hidden;
}

	div.parameters-preview .parameters {
		background-color: #FFF;
		padding-top: 90px;
		padding-bottom: 58px;
		padding-left: 120px;
		margin-left: -120px;
		position: relative;
	}

		div.parameters-preview div.parameters::before {
			content: "";
			position: absolute;
			top: 0; left: -100px;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 0 100px 232px 0;
			border-color: transparent #FFFFFF transparent transparent;
			transform: rotate(0deg);
		}

		div.parameters-preview div.parameters::after {
			content: "";
			position: absolute;
			top: 0; right: -200%;
			width: 200%;
			height: 232px;
			background-color: #FFF;
		}

.parameters ul {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	line-height: 1.2;
}

	.parameters ul li:nth-child(1) {
		flex: 3;
	}

	.parameters ul li:nth-child(2) {
		flex: 5;
		position: relative;
	}

		.parameters ul li:nth-child(2)::before,
		.parameters ul li:nth-child(2)::after {
			content: "";
			width: 2px; height: 74px;
			background-color: #194b85;
			position: absolute;
			top: 50%; left: -85px;
			transform: translateY(-50%);
		}

			.parameters ul li:nth-child(2)::after {
				left: auto; right: 0;
			}

	.parameters ul li:nth-child(3) {
		flex: 3;
	}

li.rada span {
	font-size: 3.125rem;
	font-variation-settings: "wdth" 125, "wght" 700;
	text-transform: uppercase;
}

li.nosnost span {
	display: block;
	text-transform: lowercase;
}

div.product-info {
	font-size: 1.5625rem;
	color: #194b85;
	height: 440px;
	overflow: hidden;
}

	div.product-info ul {
		width: calc(100% - 60px);
		margin-bottom: 0;
	}

	div.product-info li {
		line-height: 1.3;
		padding: 21px 0 18px 0;
	}

	div.product-info li:not(:last-child) {
		border-bottom: 2px solid #b6b6b6;
	}

	div.product-info li span {
		font-variation-settings: "wdth" 125, "wght" 700;
		text-transform: uppercase;
		display: block;
	}

	div.product-info .container {
		max-width: 1100px; width: 100%;
		height: 100%;
	}

		div.product-info .row {
			background-color: #FFF;
			height: 100%;
			position: relative;
		}

			div.product-info .row::before {
				content: "";
				width: 200%; height: 440px;
				background-color: #FFF;
				position: absolute;
				top: 0; left: -200%;
			}

			div.product-info .row::after {
				content: "";
				position: absolute;
				top: 0; right: -127px;
				width: 0px;
				height: 0px;
				border-style: solid;
				border-width: 220px 0 220px 127px;
				border-color: transparent transparent transparent #FFFFFF;
				transform: rotate(0deg);
			}

	div.product-info img {
		width: 440px; height: 440px;
		object-fit: contain;
	}

section.gallery {
	padding-top: 505px;
	margin-top: -415px;
	background-color: #bfbfbf;
	padding-bottom: 40px;
}

div.image {
	max-width: 256px; width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.2;
	font-variation-settings: "wdth" 125, "wght" 600;
}

	div.image img {
		border-radius: 20px;
		margin-bottom: 25px;
	}

	div.image p {
		margin: 0;
	}

@media (max-width: 1455px) {

	div.parameters-preview {
		font-size: 2rem;
	}

	div.parameters-preview .parameters {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}

@media (max-width: 1235px) {

	li.rada span {
		font-size: 2.5rem;
	}

}

@media (max-width: 991px) {

	div.main-image {
		z-index: 9;
		position: relative;
	}

	div.parameters-preview {
		font-size: 1.5rem;
	}

	li.rada span {
		font-size: 2rem;
	}

	.parameters ul li:nth-child(2)::before,
	.parameters ul li:nth-child(2)::after {
		content: none;
	}

	div.product-info img {
		width: 350px; height: 350px;
		display: table;
		margin: 0 auto;
	}

	div.product-info {
		font-size: 1.25rem;
	}

}

@media (max-width: 767px) {

	div.product-info {
		height: auto;
	}

	div.product-info .row {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}

@media (max-width: 590px) {

	div.parameters-preview {
		background-color: #FFF;
	}

	div.parameters-preview .parameters {
		margin-left: auto;
		padding-left: 0;
	}

	.parameters ul {
		flex-direction: column;
		align-items: flex-start;
		justify-content: left;
		gap: 10px;
	}

	div.parameters-preview div.parameters::before,
	div.parameters-preview div.parameters::after {
		content: none;
	}

}

/*!
* Footer
*/

footer {
	background-color: #323232;
	color: #FFF;
	padding: 75px 0;
	font-size: 1.25rem;
	font-variation-settings: "wdth" 100, "wght" 500;
}

	footer a,
	footer a:hover {
		color: #FFF;
		text-decoration: none;
	}

footer ul {
	margin: 0; padding: 0;
	margin-left: 70px;
}

	footer ul li {
		padding-left: 40px;
		position: relative;
	}

		footer ul li:not(:last-child) {
			margin-bottom: 15px;
		}

	footer i {
		position: absolute;
		top: 50%; transform: translateY(-50%);
		left: 0;
		font-size: 1.25rem;
	}

div.contacts span {
	font-size: 1.875rem;
	line-height: 1.2;
	margin-left: 70px;
	margin-bottom: 20px;
	display: block;
}

li.socials a {
	margin-left: 10px;
}

@media (min-width: 992px) {

	div.billing-mobile {
		display: none;
	}

}

@media (max-width: 991px) {

	footer {
		font-size: 1rem;
	}

	footer h2 {
		font-size: 2rem;
	}

	div.contacts span {
		font-size: 1.25rem;
	}

	div.contacts .border-end {
		border-right: 0 !important;
	}

	div.billing-mobile {
		margin-top: 40px;
	}

	div.billing-desktop {
		display: none;
	}

}

@media (max-width: 767px) {

	footer {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	footer h2 {
		margin-bottom: 32px;
	}

	div.contacts span,
	footer ul {
		margin-left: 0;
	}

	div.contacts .border-end {
		padding-left: 40px;
	}

}

@media (max-width: 515px) {

	footer {
		font-size: 0.8125rem;
	}

	div.contacts .border-end {
		padding-left: 30px;
	}

}

/*!
* Map
*/

section.map {
	border-bottom: 10px solid #323232;
	position: relative;
}

div.rectangle-top {
	width: calc(100% - 260px); height: 46px;
	background-color: #194b85;
	position: absolute;
	bottom: 0; right: 0;
	z-index: 1;
}

	div.rectangle-top::before {
		content: "";
		position: absolute;
		top: 0; left: -27px;
		width: 0px; height: 0px;
		border-style: solid;
		border-width: 0 0 46px 27px;
		border-color: transparent transparent #194B85 transparent;
		transform: rotate(0deg);
	}

div.rectangle-bottom {
	width: calc(100% - 425px); height: 46px;
	background-color: #194b85;
	position: absolute;
	bottom: 0; left: 0;
	z-index: 1;
	text-align: center;
	color: #FFF;
	padding-top: 14px;
	font-size: 0.875rem;
}

	div.rectangle-bottom::after {
		content: "";
		position: absolute;
		top: 0; right: -27px;
		width: 0px; height: 0px;
		border-style: solid;
		border-width: 46px 0 0 27px;
		border-color: transparent transparent transparent #194B85;
	}

	div.rectangle-bottom a {
		color: #FFF;
		text-decoration: none;
	}

		div.rectangle-bottom a:hover {
			text-decoration: underline;
		}

	div.rectangle-bottom ul {
		margin: 0;
		position: absolute;
		left: calc(50% + 212.5px);
		transform: translateX(-50%);
	}

		div.rectangle-bottom ul li:not(:last-child)::after {
			content: "";
			display: inline-block;
			vertical-align: middle;
			margin: 0 68px;
			width: 2px; height: 20px;
			background-color: #d5d5d5;
		}

@media (max-width: 767px) {

	div.rectangle-top {
		width: calc(100% - 7%);
	}

}

@media (max-width: 991px) {

	div.rectangle-bottom {
		width: calc(100% - 7%);
	}

	div.rectangle-bottom ul {
		left: 50%;
	}

}