/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

:root {
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/

::-moz-selection {
	background: #d8f8fc;
	text-shadow: none;
}

::selection {
	background: #d8f8fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1rem 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

:root {
	--font-family-inter: "Inter", serif;
	--font-family-everett: "Everett", serif;

	--letter-spacing-everett-medium-font: 0.1em;
	--letter-spacing-everett-small-font: 0.05em;
	--letter-spacing-everett-xs-font: 0.01em;

	--font-size-base: 16px;

	--font-size-s: 0.6875rem; /* 11px */
	--font-size-s-2: 0.8125rem; /* 13px */
	--font-size-b: 1.125rem; /* 18px */
	--font-size-b-2: 1.25rem; /* 20px */
	--font-size-b-3: 1.5625rem; /* 25px */
	--font-size-b-4: 1.875rem; /* 30px */
	--font-size-xl: 2.5rem; /* 40px */
	--font-size-xl-2: 3.125rem; /* 50px */
	--font-size-g: 5rem; /* 80px */
	--font-size-g-2: 4.375rem; /* 70px */
	--font-size-g-3: 6.875rem; /* 110px */
	--font-size-g-4: 7.8rem; /* 125px */
	--font-size-g-5: 11.25rem; /* 180px */

	--font-weight-bold: 700;
	--font-weight-book: 500;
	--font-weight-regular: 400;
	--font-weight-light: 300;

	--width-page: 3440px;
	--width-text: 1200px;
	--width-min: 320px;

	--width-button: 540px;

	--color-foreground: #000000;
	--color-foreground-inverse: #FFFFFF;
	--color-background: #FFFFFF;
	--color-background-inverse: #000000;
	--color-gray: rgb(87, 87, 87);
	--color-light-gray: rgb(127, 127, 127);
	--color-dark-gray: #333333;

	--margin-g: 350px;
	--margin-big-2: 250px;
	--margin-big-3: 290px;
	--margin-big: 150px;
	--margin-l: 100px;
	--margin-s: 40px;
	--margin-t: 30px;

	--padding-big: 175px;
	--padding-mid: 90px;
	--padding-sm: 65px;

	--aspect-ratio-image-sdt: 550 / 650;
	--aspect-ratio-image-sm: 550 / 610;
	--aspect-ratio-image-xs: 550 / 500;
	--aspect-ratio-image-xxs: 550 / 420;
}

body.scheme-black {
	--color-foreground: #FFFFFF;
	--color-background: #000000;
	--color-foreground-inverse: #000000;
	--color-background-inverse: #FFFFFF;
}

@font-face {
	font-family: Everett;
	font-weight: 400;
	src: url('fonts/twk-everett/TWKEverett-Regular.ttf') format("truetype");
	src: url('fonts/twk-everett/TWKEverett-Regular.woff2') format("woff2");
}

@font-face {
	font-family: Everett;
	font-weight: 500;
	src: url('fonts/twk-everett/TWKEverett-Book.ttf') format("truetype");
	src: url('fonts/twk-everett/TWKEverett-Book.woff2') format("woff2");
}

@font-face {
	font-family: Everett;
	font-weight: 300;
	src: url('fonts/twk-everett/TWKEverett-Light.ttf') format("truetype");
	src: url('fonts/twk-everett/TWKEverett-Light.woff2') format("woff2");
}

@media screen and (max-width: 1600px) {
	:root {
		--font-size-b-2: 1.125rem; /* 18px */
		--font-size-b-3: 1.25rem; /* 20px */
		--font-size-b-4: 1.5625rem; /* 25px */
		--font-size-xl: 2.5rem; /* 40px */
		--font-size-xl-2: 2.5rem; /* 40px */
		--font-size-g: 3.75rem; /* 60px */
		--font-size-g-2: 3.75rem; /* 60px */
		--font-size-g-3: 5rem; /* 80px */
		--font-size-g-4: 6.25rem; /* 100px */
		--font-size-g-5: 9.375rem; /* 150px */

		--margin-g: 250px;
		--margin-big-2: 150px;

		--padding-big: 90px;
		--padding-mid: 90px;
	}
}

@media screen and (max-width: 1440px) {
	:root {
		--padding-big: 65px;
		--padding-mid: 65px;
		--padding-sm: 65px;

		--margin-g: 100px;
		--margin-big: 100px;
		--margin-big-2: 100px;
		--margin-l: 60px;
	}
}

@media screen and (max-width: 1200px) {
	:root {
		--font-size-b: 1rem; /* 16px */
		--font-size-b-2: 1.125rem; /* 18px */
		--font-size-b-3: 1.25rem; /* 20px */
		--font-size-b-4: 1.5625rem; /* 25px */
		--font-size-xl: 1.5625rem; /* 25px */
		--font-size-xl-2: 1.875rem; /* 30px */
		--font-size-g: 2.5rem; /* 40px */
		--font-size-g-2: 3.125rem; /* 50px */
		--font-size-g-3: 3.75rem; /* 60px */
		--font-size-g-4: 3.75rem; /* 60px */
		--font-size-g-5: 3.75rem; /* 60px */

		--margin-g: 50px;
		--margin-big: 50px;
		--margin-big-2: 50px;
		--margin-l: 40px;
		--margin-s: 40px;
		--margin-t: 20px;

		--padding-big: 40px;
		--padding-mid: 40px;
		--padding-sm: 40px;
	}
}

@media screen and (max-width: 500px) {
	:root {
		--padding-big: 20px;
		--padding-mid: 20px;
		--padding-sm: 20px;
	}
}

@media screen and (max-width: 780px) {
	:root {
		--width-button: 1000px;
	}
}

body, html {
	font-family: var(--font-family-inter);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-regular);

	font-optical-sizing: auto;
	font-style: normal;
	text-shadow: none;
	font-variation-settings: "wdth" 100;

	background-color: #ffffff;
	color: #000000;

	scroll-behavior: smooth;
}

body {
	width: 100%;
	min-width: var(--width-min);
	background-color: var(--color-background);
	color: var(--color-foreground);
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

button, input, select, textarea {
	font-family: var(--font-family-inter);
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}

a:hover {
	color: var(--color-light-gray);
}

/* --- project --- */

.content {
	width: 100%;
	margin: 0 auto;
	max-width: var(--width-page);
	min-width: var(--width-min);
	box-sizing: border-box;
	background-color: var(--color-background);
}

.content.content-text {
	max-width: var(--width-text);
}

.content.content-inverse {
	display: block flow-root;
	background-color: var(--color-background-inverse);
	color: var(--color-foreground-inverse);
}

.content.content-rel {
	position: relative;
}

.content .content {
	min-width: 0;
}

.content.content-padded {
	padding-left: var(--padding-sm);
	padding-right: var(--padding-sm);
}

.content.content-padded-big {
	padding-left: var(--padding-big);
	padding-right: var(--padding-big);
}

.content-whole {
	max-width: 100%;
}

/* helpers */

.before, .after {
	display: block;
	position: absolute;
	content: "";
}

.mbg {
	margin-bottom: var(--margin-g) !important;
}

.mbb-2 {
	margin-bottom: var(--margin-big-2) !important;
}

.mbb-3 {
	margin-bottom: var(--margin-big-3) !important;
}

.mbb {
	margin-bottom: var(--margin-big) !important;
}

.mbl {
	margin-bottom: var(--margin-l) !important;
}

.mbm {
	margin-bottom: var(--padding-sm) !important;
}

.mbs {
	margin-bottom: var(--margin-s) !important;
}

.mbt {
	margin-bottom: var(--margin-t) !important;
}

.text-small {
	font-size: var(--font-size-s-2);
}

.text-center {
	text-align: center;
}

/* titles */

.title {
	display: block;
	font-family: var(--font-family-everett);
	font-weight: var(--font-weight-regular);
	margin-top: 0;
	margin-bottom: 1em;
	line-height: normal;
}

.title.title-gray {
	color: var(--color-light-gray);
}

.title-sm {
	font-size: var(--font-size-b-4);
}

.title-main {
	font-size: var(--font-size-xl);
}

.title-large {
	font-size: var(--font-size-xl-2);
}

.title-big {
	font-size: var(--font-size-g);
	margin-bottom: 0.3em;
	line-height: 1.1em;
}

.title-big-2 {
	font-size: var(--font-size-g-2);
	margin-bottom: 0.5em;
	line-height: 1.14em;
}

.title-g {
	font-size: var(--font-size-g-3);
}

.title-g-2 {
	font-size: var(--font-size-g-2);
	line-height: 1.14em;
}

.title-g-4 {
	font-size: var(--font-size-g-4);
}

.title .subtitle {
	display: block;
	font-size: var(--font-size-b-4);
	font-weight: var(--font-weight-regular);
	padding-top: 0.2em;
}

@media screen and (max-width: 1200px) {
	.title-g {
		font-size: var(--font-size-g);
	}
}

@media screen and (max-width: 500px) {
	.title .subtitle {
		font-size: var(--font-size-b-3);
		padding-top: 0;
	}
}

/* buttons */

.button, .button.aos-animate {
	display: inline-block;
	font-family: var(--font-family-everett);
	letter-spacing: var(--letter-spacing-everett-xs-font);
	font-size: var(--font-size-b-2);
	padding: 0.5em 0;
	position: relative;
	transition-property: opacity, transform, color;
}

@property --left-side {
	syntax: '<length>';
	inherits: false;
	initial-value: 20px;
}

@property --whole-line {
	syntax: '<percentage>';
	inherits: false;
	initial-value: 0%;
}

.button.button-line-bottom {
	width: 100%;
	max-width: var(--width-button);

	--left-side: 15px;
	--left-side-base: 15px;
	--whole-line: 0%;
	--bottom-line: 2px;
	--width-line: 100vw;
	--color-line: var(--color-foreground);
	--time-line-transition: 0.8s;
	--transition-button: opacity 0.8s ease, transform 0.8s ease, --left-side 0.5s ease-in-out, --whole-line var(--time-line-transition) ease-in;

	border-image: linear-gradient(to right, transparent 0, transparent var(--left-side), var(--color-line) var(--left-side), var(--color-line) var(--whole-line), transparent var(--whole-line), transparent 100%) 0 0 1 0 / 0 0 1px 0 / 0 var(--width-line) var(--bottom-line) var(--left-side-base);
}

.button.button-line-bottom.button-line-bottom-size {
	--width-line: 1;
	--time-line-transition: 0.3s;
}

.button.button-line-bottom:hover {
	--left-side: 0;
}

.button.button-line-bottom.button-line-bottom-opened:hover {
	--left-side: var(--left-side-base);
}

.button.button-line-bottom[data-aos^="fade"] {
	transition: var(--transition-button);
}

.button.button-line-bottom.aos-animate,
.button.button-line-bottom.button-line-bottom-opened {
	--whole-line: 100%;
}

.button.button-line-bottom.button-line-bottom-left,
.tile-row:nth-of-type(2n) .button.button-line-bottom
{
	border-image: linear-gradient(to left, transparent 0, transparent var(--left-side), var(--color-line) var(--left-side), var(--color-line) var(--whole-line), transparent var(--whole-line), transparent 100%) 0 0 1 0 / 0 0 1px 0 / 0 var(--left-side-base) var(--bottom-line) var(--width-line);
}

.button.button-inverse.button-line-bottom
{
	--color-line: var(--color-foreground-inverse);
}

.button.button-line-bottom-inline {
	white-space: nowrap;
	font-size: var(--font-size-b-2);
	width: auto;
}

.button.button-line-bottom.button-line-bottom-inline:hover {
	--left-side: var(--left-side-base);
}

.button.button-line-right {
	width: 80%;
	max-width: 680px;
	padding: 0;
}

.button-line-right-inner {
	display: inline-block;
	padding: 0.5em 0;
	background-color: var(--color-background);
	position: relative;
	z-index: 2;
}

.content-inverse .button-line-right-inner {
	background-color: var(--color-background-inverse);
}

.button.button-line-right:after {
	display: block;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: var(--color-foreground);
	z-index: 1;
}

.content-inverse .button.button-line-right:after {
	background-color: var(--color-foreground-inverse);
}

.button-sq {
	display: inline-block;
	font-size: var(--font-size-b-3);
	font-weight: var(--font-weight-book);
	background-color: var(--color-background-inverse);
	color: var(--color-foreground-inverse);
	text-transform: uppercase;
	border: none;
	text-align: center;
	padding: 0.44em 1em;
	transition: opacity 0.3s ease, color 0.3s ease;
}

.button-sq:hover {
	opacity: 0.8;
	color: var(--color-foreground-inverse);
}

.button-sq.button-sq-long {
	white-space: nowrap;
	font-size: var(--font-size-b-2);
	text-transform: none;
	padding: 0.95em 3.75em;
	font-weight: var(--font-weight-regular);
}

.button-sq.button-inverse {
	background-color: var(--color-background);
	color: var(--color-foreground);
}

.button-sq.button-inverse:hover {
	color: var(--color-foreground);
}

.buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2.5rem;
}

.buttons.buttons-center {
	justify-content: center;
}

.buttons.buttons-right {
	justify-content: flex-end;
	align-items: flex-start;
}

@media screen and (max-width: 780px) {
	.button.button-line-right {
		width: 100%;
		max-width: none;
		padding: 0;
	}
}

@media screen and (max-width: 420px) {
	.button-line-right-inner {
		width: 50%;
	}
}

/* header */

.main-header {
	--height-header-part: 38.3px;
}

.main-header .content {
	text-align: center;
}

.page-tools {
	height: var(--height-header-part);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 1.3rem;
}

.lang-link {
	font-family: var(--font-family-everett);
	letter-spacing: var(--letter-spacing-everett-small-font);
	color: var(--color-light-gray);
	display: inline-block;
	line-height: var(--height-header-part);
	font-size: var(--font-size-s-2);
	text-transform: uppercase;
}

.lang-link:hover {
	color: var(--color-foreground);
}

.scheme-black .lang-link {
	color: var(--color-foreground);
}

.scheme-black .lang-link:hover {
	color: var(--color-light-gray);
}

.page-tools-icon {
	width: 20px;
	height: 15px;
}

.page-tools-icon .svg-icon {
	position: relative;
	top: -2px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	fill: var(--color-light-gray);
	transition: fill 0.3s ease;
}

.page-tools-icon:hover .svg-icon {
	fill: var(--color-foreground);
}

.scheme-black .page-tools-icon .svg-icon {
	fill: var(--color-foreground);
}

.scheme-black .page-tools-icon:hover .svg-icon {
	fill: var(--color-light-gray);
}

.logo-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: var(--height-header-part);
	padding-bottom: calc(var(--height-header-part) * 2);
}

.main-logo {
	width: 50%;
	max-width: 385px;
}

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

.section-link {
	font-family: var(--font-family-everett);
	letter-spacing: var(--letter-spacing-everett-small-font);
	font-size: var(--font-size-b-3);
	text-transform: uppercase;
	color: var(--color-foreground);
	width: 25%;
	text-align: left;
}

.section-link:hover span {
	transition: color 0.3s ease;
}

.section-link:last-child {
	text-align: right;
}

.section-link:hover span {
	color: var(--color-light-gray);
}

.developers-sm {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	--width-dev-logo-gap: 50px;

	column-gap: var(--width-dev-logo-gap);
	height: var(--width-dev-logo-gap);
}

.developers-sm .developer-logo-image {
	width: calc(var(--width-dev-logo-gap) * 2);
	height: var(--width-dev-logo-gap);
}

.developers-sm .developer-logo {
	position: relative;
}

.developers-sm .developer-logo:after {
	display: block;
	position: absolute;
	content: "";
	top: 0;
	right: calc(var(--width-dev-logo-gap) / -2);
	width: 2px;
	height: 100%;
	background-color: var(--color-foreground);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.developers-sm.aos-animate .developer-logo:after {
	opacity: 1;
}

.developers-sm .developer-logo:last-of-type:after {
	display: none;
}

.developers-changer {
	--width-dev-logo-gap: 60px;

	position: absolute;
	right: var(--padding-big);
	bottom: 0;
	z-index: 5;
	margin: 0 var(--padding-mid) var(--padding-sm) 0;
}

.developers-sm.developers-changer .developer-logo:after {
	background-color: #ffffff;
}

@media screen and (max-width: 1440px) {
	.main-header {
		--height-header-part: 35px;
	}
}

@media screen and (max-width: 1100px) {
	.developers-changer {
		--width-dev-logo-gap: 50px;
	}
}

@media screen and (max-width: 960px) {
	.logo-line {
		flex-wrap: wrap;
		padding: 0;
		overflow: hidden;
	}

	.main-logo {
		width: 100%;
		max-width: none;
		order: 1;
		padding: 35px 0;
	}

	.main-logo-image {
		width: 50%;
		max-width: 265px;
	}

	.section-link {
		position: relative;
		z-index: 2;
		width: 40%;
		text-align: center;
		font-size: var(--font-size-base);
		font-weight: var(--font-weight-regular);
		background-color: var(--color-background);
		color: var(--color-light-gray);
		box-sizing: border-box;
		padding: 0 0 1.5em 0;
	}

	.section-link span {
		display: block;
		background-color: var(--color-background);
		position: relative;
		z-index: 3;
	}

	.section-link:hover span {
		color: var(--color-foreground);
	}

	.section-link.active span {
		color: var(--color-foreground);
	}

	.section-link:first-of-type {
		order: 2;
		text-align: left;
	}

	.section-link:first-of-type:before {
		display: block;
		position: absolute;
		content: "";
		top: 11px;
		left: 0;
		width: 100vw;
		height: 1px;
		background-color: var(--color-foreground);
		z-index: 1;
		opacity: 0;
		transition: opacity 0.3s ease;
		transition-delay: 1.7s;
	}

	.section-link.aos-animate:first-of-type:before {
		opacity: 1;
		transition-delay: 1.7s;
	}

	.section-link:last-of-type {
		order: 3;
		text-align: right;
	}

	.page-tools {
		position: absolute;
		top: 31px;
		right: var(--padding-sm);
		z-index: 5;
	}

	.developers-changer {
		position: absolute;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 780px) {
	.page-tools {
		top: 4px;
		gap: 0.4rem;
	}

	.page-tools-icon {
		width: 16px;
		height: 13px;
	}

	.page-tools-icon .svg-icon {
		top: -3px;
	}
}

@media screen and (max-width: 580px) {
	.section-link {
		font-size: var(--font-size-s-2);
	}
}

@media screen and (max-width: 500px) {
	.main-header .content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.page-tools {
		right: 1em;
	}

	.section-link:first-of-type span {
		padding-left: 1em;
	}

	.section-link:last-of-type span {
		padding-right: 1em;
	}
}

@media screen and (max-width: 420px) {
	.section-link:first-of-type:before {
		display: none;
	}

	.section-link {
		width: 50%;
	}
}

/* prolinacka */

.changer-title {
	font-family: var(--font-family-everett);
	letter-spacing: var(--letter-spacing-everett-medium-font);
	font-size: clamp(var(--font-size-xl-2), 5.3vw, var(--font-size-g-4));
	color: #ffffff;
	white-space: nowrap;
	position: absolute;
	bottom: 2.1em;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	z-index: 5;
}

.scheme-white .changer-title {
	padding-left: var(--padding-big);
	padding-right: var(--padding-big);
}

@media screen and (max-width: 960px) {
	.changer-title {
		bottom: 150px;
	}
}


@media screen and (max-width: 500px) {
	.changer-title {
		font-size: var(--font-size-xl-2);
		white-space: normal;
		padding: 0 var(--padding-sm);
		box-sizing: border-box;
	}
}


/* text sides */

.text-sides {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4rem;
	font-size: var(--font-size-b);
	line-height: 1.9444em;
}

.content.content-inverse.text-sides {
	display: flex;
}

.text-left {
	width: calc(57% - 2rem);
}

.text-logo {
	width: 80%;
	max-width: 587px;
}

.text-left-inner {
	max-width: 840px;
}

.text-right {
	width: calc(43% - 2rem);
}

.text-sides .buttons-right .button-line-bottom:after {
	width: calc(100% + var(--padding-big));
	transition-delay: 0.1s;
}

@media screen and (max-width: 960px) {
	.text-sides {
		column-gap: 2rem;
	}

	.text-left {
		width: calc(50% - 1rem);
	}

	.text-right {
		width: calc(50% - 1rem);
	}
}

@media screen and (max-width: 780px) {
	.text-left {
		width: 100%;
	}

	.text-left-inner {
		max-width: none;
		margin-top: 0.5em;
		margin-bottom: 3em;
	}

	.text-right {
		width: 100%;
	}

	.text-blank {
		display: none;
	}

	.text-right .button {
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 500px) {
	.text-logo.mbt {
		margin-bottom: 0 !important;
	}

	.text-left .title {
		margin-bottom: 1em !important;
	}

	.text-sides {
		font-size: var(--font-size-base);
		line-height: 1.6em;
	}
}

/* text on image */

.text-on-image {
	position: relative;
	padding-right: var(--padding-big);
	overflow: hidden;
}

.text-on-image-image {
	width: 100%;
	height: auto;
}

.text-on-image-text {
	font-family: var(--font-family-everett);
	letter-spacing: var(--letter-spacing-everett-xs-font);
	font-size: var(--font-size-xl-2);
	font-weight: var(--font-weight-regular);
	position: absolute;
	top: 1.8em;
	left: var(--padding-big);
	color: #ffffff;
}

@media screen and (max-width: 780px) {
	.text-on-image {
		padding-right: 0;
		aspect-ratio: var(--aspect-ratio-image-sdt);
	}

	.text-on-image-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	.text-on-image-text {
		top: 1em;
		margin-top: 0;
		padding-right: var(--padding-sm);
	}
}

/* scroll title */

.scroll-title {
	font-family: var(--font-family-everett);
	letter-spacing: var(--letter-spacing-everett-xs-font);
	font-size: var(--font-size-g-5);
	font-weight: var(--font-weight-book);
	position: relative;
	width: 100%;
	height: 1.3888em; /* 250 */
	margin: 0.47em 0 0.52em 0;
	overflow: hidden;
}

.scroll-title-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 1.3888em; /* 250 */
	padding: 0 calc(var(--padding-big) - 0.1em); /* lko neni az ke kraji */
	white-space: nowrap;
}

.scroll-title-logo {
	width: 410px;
	margin: var(--padding-sm) 0 0 var(--padding-big);
}

@media screen and (min-width: 3440px) {
	.scroll-title {
		width: calc(var(--width-page) + (100vw - var(--width-page)) / 2);
		left: calc(50% - var(--width-page) / 2);
	}
}

@media screen and (max-width: 780px) {
	.scroll-title {
		margin: 0;
		padding: 1em var(--padding-sm);
		height: auto;
		box-sizing: border-box;
	}

	.scroll-title-inner {
		display: inline;
		position: static;
		white-space: normal;
		padding: 0;
	}

	.scroll-title-logo {
		width: 100%;
		max-width: 250px;
		margin-top: 45px;
		margin-bottom: 200px;
	}
}

@media screen and (max-width: 500px) {
	.scroll-title {
		font-size: var(--font-size-g);
	}
}

/* third images */

.thirds-images {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	column-gap: var(--padding-mid);
	padding: 0 var(--padding-mid);
	font-size: var(--font-size-b);
	line-height: 1.9444em;
	overflow: hidden;
	--shift-thirds: 27.7vw;
}

.thirds-part {
	width: calc(33.3333% - ((var(--padding-mid) / 3) * 2));
}

.two-thirds-part {
	width: calc(66.6666% - var(--padding-mid) / 3);
}

.thirds-image-container {
	aspect-ratio: 888 / 687;
	margin-bottom: var(--shift-thirds);
}

.thirds-image-wrapper {
	position: relative;
	transition: transform 1.5s ease;
}

.thirds-image-title {
	box-sizing: border-box;
	font-family: var(--font-family-everett);
	letter-spacing: var(--letter-spacing-everett-xs-font);
	font-size: var(--font-size-b-2);
	font-weight: var(--font-weight-light);
	line-height: normal;
	margin: 0;
	padding: 0.5em;
}

.thirds-images .thirds-image-wrapper {
	transform: translateY(var(--shift-thirds));
}

.thirds-images.thirds-images-shifted .thirds-image-wrapper {
	transform: translateY(0);
}

.thirds-images .thirds-image-wrapper.thirds-image-wrapper-bottom {
	transform: translateY(0);
}

.thirds-images.thirds-images-shifted .thirds-image-wrapper.thirds-image-wrapper-bottom {
	transform: translateY(var(--shift-thirds));
}

.thirds-images-slogan {
	position: relative;
	top: calc(var(--shift-thirds) * -1);
	padding-top: var(--padding-mid);
}

.thirds-images .button.button-line-right::after {
	width: calc(100% + var(--padding-sm));
}

@media screen and (min-width: 3440px) {
	.thirds-images {
		--shift-thirds: 500px;
	}
}

.thirds-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.thirds-images-text {
	padding: calc(var(--margin-l) * 2) 0;
}

.thirds-images-text-innner {
	max-width: 870px;
}

.thirds-images-text .button {
	position: absolute;
	right: 0;
	width: calc(((100vw - (var(--padding-mid) * 2)) / 3) + var(--padding-mid) / 3);
	max-width: none;
}

.whole-image {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 780px) {
	.thirds-images {
		flex-direction: column;
		column-gap: 0;
		padding: 0;
		font-size: var(--font-size-base);

		--shift-thirds: 0;
	}

	.thirds-part {
		width: 100%
	}

	.two-thirds-part {
		width: 100%;
	}

	.thirds-image-container {
		aspect-ratio: var(--aspect-ratio-image-sm);
	}

	.thirds-image-title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-shadow: 0 0 8px #000000;
		font-size: var(--font-size-g);
		padding-left: var(--padding-sm);
		padding-right: var(--padding-sm);
	}

	.thirds-images-text-innner {
		display: flex;
		flex-direction: column-reverse;
		padding-left: var(--padding-sm);
		padding-right: var(--padding-sm);
	}

	.thirds-images-slogan {
		order: 1;
		padding-left: var(--padding-sm);
		padding-right: var(--padding-sm);
		padding-top: 6em;
		width: 30%;
		min-width: 230px;
	}

	.thirds-images-text {
		order: 2;
		padding: 0;
	}

	.thirds-images-text .button {
		position: static;
		width: inherit;
		margin-left: auto;
		margin-top: 2em;
	}

	.whole-image {
		aspect-ratio: var(--aspect-ratio-image-xs);
		object-fit: cover;
		object-position: center center;
	}

	.what-more .scroll-title {
		padding-top: 2.5em;
		padding-bottom: 0.5em;
	}
}

@media screen and (max-width: 520px) {
	.thirds-image-title {
		font-size: calc(var(--font-size-b-4) - 2px);
	}
}

/* buildings descs */

.buildings-descs {
	position: relative;
}

.buildings-descs-title {
	--width-title-side: 115px;

	font-family: var(--font-family-everett);
	letter-spacing: var(--letter-spacing-everett-xs-font);
	font-size: var(--font-size-xl-2);
	position: absolute;
	background-color: transparent;
	color: #FFFFFF;
	padding: 0;
	text-shadow: 0 0 5px #000000;
	width: 1px;
	height: 1px;
}

.buildings-descs-title:hover {
	color: #ffffff;
	opacity: 0.85;
}

.buildings-descs-title-inner {
	display: block;
	position: relative;
	width: 5.7em;
	height: 1em;
	line-height: 1em;
	padding-bottom: 0.4em;
}

.buildings-descs-title-inner:before {
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #FFFFFF;
}

.buildings-descs-title-resi {
	top: 44.3%;
	left: 56.4%;
	text-align: right;
}

.buildings-descs-title-resi .buildings-descs-title-inner {
	transform: translateY(-100%);
	padding-left: var(--width-title-side);
}

.buildings-descs-title-resi .buildings-descs-title-inner:before {
	left: auto;
	right: 0;
}

.buildings-descs-title-office {
	top: 48.42%;
	left: 33.64%;
}

.buildings-descs-title-office .buildings-descs-title-inner {
	padding-right: var(--width-title-side);
	transform: translate(-100%, -100%);
}

.buildings-descs-title-office .buildings-descs-title-inner:before {
	left: auto;
	right: 0;
}

@media screen and (max-width: 1980px) {
	.buildings-descs-title-inner:before {
		height: 3px;
	}
}

@media screen and (max-width: 1350px) {
	.buildings-descs-title {
		--width-title-side: 40px;
	}

	.buildings-descs-title-inner:before {
		height: 2px;
	}
}

@media screen and (max-width: 980px) {
	.buildings-descs-title {
		font-size: var(--font-size-b-3);
	}
}

@media screen and (max-width: 780px) {
	.buildings-descs-title {
		--width-title-side: 20px;
	}

	.buildings-descs-title-resi {
		left: 60.4%;
	}

	.buildings-descs-title-office {
		top: 48.52%;
		left: 23.5%;
	}
}

@media screen and (max-width: 620px) {
	.buildings-descs-title-inner:before {
		height: 1px;
	}

	.buildings-descs-title-office {
		top: 46.22%;
		left: 33.8%;
	}
}

@media screen and (max-width: 480px) {
	.buildings-descs-title {
		--width-title-side: 5px;
	}

	.buildings-descs-title {
		font-size: var(--font-size-base);
	}
}

/* webcam */

.webcam-images {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: var(--padding-sm);
}

.webcam-link {
	width: calc(50% - (var(--padding-sm) / 2));
}

.webcam-image {
	width: 100%;
}

/* social */

.social-icons {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.main-nav .social-icons {
	display: none;
}

.social-icons a {
	width: 25px;
	height: 25px;
}

.social-icons a.icon-small {
	width: 22px;
	height: 22px;
}

.social-icons a:hover {
	opacity: 0.8;
}

.social-icons img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* preliminterest */

.side-form-container {
	position: relative;
	padding-left: var(--padding-big);
	box-sizing: border-box;
}

.side-form-container.side-form-container-card {
	padding-left: 0;
	padding-top: var(--padding-sm);
}

.side-form {
	position: absolute;
	width: 100%;
	max-width: calc(var(--width-button) + var(--padding-big));
	top: calc(var(--padding-sm) * -1);
	right: calc(var(--padding-big) * -1);
	background-color: var(--color-background-inverse);
	color: var(--color-foreground-inverse);
	padding: var(--padding-sm) 0 var(--padding-sm) var(--padding-sm);
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	transition-delay: 0.1s;
}

.side-form-2 {
	right: 40%;
	width: 100%;
	top: 0;
}

@media screen and (max-width: 2200px) {
	.side-form-2 {
		right: 20%;
	}
}

@media screen and (max-width: 1620px) {
	.side-form-2 {
		right: 0;
	}
}

.side-form-2::after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	border-width: 0 0 0 100vw;
	border-style: solid;
	border-color: transparent;
	border-image: linear-gradient(to right, var(--color-background-inverse) 0%, var(--color-background-inverse) 100%) 1;
}

.side-form-2 .button.button-line-bottom {
	max-width: none;
	width: calc(100% - var(--padding-sm));
	text-align: right;
}

@media screen and (max-width: 1200px) {
	.side-form-container-card-2 {
		width: 50%;
	}
}

@media screen and (max-width: 800px) {
	.side-form-container-card-2 {
		width: 100%;
	}
}

.side-form-3 {
	box-shadow: 0 0 15px rgba(255,255,255,0.3);
}

.scheme-black .side-form-3 {
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.side-form-open-1 .side-form-1, .side-form-open-2 .side-form-2, .side-form-open-3 .side-form-3, .side-form.side-form-opened {
	pointer-events: auto;
	opacity: 1;
}

.side-form strong.button {
	font-weight: var(--font-weight-regular);
	margin-bottom: var(--padding-sm);
}

.side-form .recaptcha-container.absolute {
	bottom: 120px;
}

.side-form .recaptcha-wait, .bottom-form .recaptcha-wait {
	color: var(--color-foreground);
}

.scheme-black .side-form .recaptcha-wait {
	color: var(--color-foreground-inverse);
}

.side-form-close {
	--width-side-form-close: 50px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: var(--width-side-form-close);
	line-height: 0;
	width: var(--width-side-form-close);
	height: var(--width-side-form-close);
	background-color: transparent;
	border: none;
	color: inherit;
	z-index: 1;
}

@media screen and (max-width: 780px) {
	.side-form-container {
		padding-left: 0;
	}
}

@media screen and (max-width: 500px) {
	.side-form-2 .side-form-close {
		right: auto;
		left: var(--padding-sm);
	}
}



@media screen and (max-width: 440px) {
	.side-form {
		width: calc(100% + var(--padding-sm));
		max-width: none;
		right: auto;
		left: calc(var(--padding-sm) * -1);
	}
}

/* single form */

.single-form {
	width: 100%;
	max-width: calc(435px + var(--padding-sm));
	padding-right: var(--padding-sm);
	box-sizing: border-box;
	font-size: var(--font-size-b);

	--margin-single-form: 2em;
}

.side-form-2 .single-form {
	padding-right: var(--padding-sm);
	margin-left: auto;
}

.single-form input[type=text], .single-form select, .single-form textarea {
	padding: 0.8333em 1.5em;
	width: 100%;
	margin-bottom: var(--margin-single-form);
	background-color: var(--color-dark-gray);
	border: none;
	color: var(--color-foreground-inverse);
	box-sizing: border-box;
}

.scheme-black .single-form input[type=text], .scheme-black .single-form select, .scheme-black .single-form textarea {
	background-color: var(--color-light-gray);
	color: var(--color-foreground);
}

.single-form select {
	color: rgba(255,255,255,0.6);
}

.single-form select:has(:checked) {
	color: rgba(255,255,255,1);
}

.single-form select:has([value=""]:checked) {
	color: rgba(255,255,255,0.6);
}

.single-form option {
	color: rgba(255,255,255,1);
}

.single-form textarea { height: 5.6em; }

.single-form .agree-container {
	margin-bottom: var(--margin-single-form);
}

.single-form input[type=checkbox], .single-form input[type=radio] {
	appearance: none;
	width: 0.83em;
	height: 0.83em;
	margin-bottom: 0;
	line-height: normal;
	margin-right: 0.5em;
	border: 1px solid var(--color-foreground-inverse);
	box-sizing: border-box;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.single-form input[type=radio] {
	border-radius: 1000px;
}

.single-form input[type=checkbox]:checked, .single-form input[type=radio]:checked {
	background-color: var(--color-foreground-inverse);
}

.single-form .checkbox br {
	display: none;
}

.single-form .checkboxlist {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.single-form .checkboxlist .main-label {
	width: 100%;
	margin: 0 0 1em 0;
}

.single-form .checkboxlist label {
	margin: 0 1em 0.5em 0;
	width: calc(33.3333% - 1em);
	white-space: nowrap;
}

.single-form .agree-container a {
	color: var(--color-light-gray);
}

.single-form .agree-container a:hover {
	color: var(--color-foreground-inverse);
}

.single-form .button-sq {
	width: 100%;
	display: block;
	margin-bottom: 0.5em;
}

.single-form .text-small {
	margin-bottom: 0;
}

.single-form ::placeholder { opacity: 0.6; color: var(--color-foreground-inverse); font-style: italic; }
.scheme-black .single-form ::placeholder { color: var(--color-foreground); }

.bottom-registration {
	width: 56%;
	padding-left: var(--padding-big);
	box-sizing: border-box;
	font-size: var(--font-size-b-2);
	line-height: 2em;
}

.single-form-cols {
	--gap: 34px;
	--gap-half: calc(var(--gap) / 2);

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: var(--gap);
	max-width: none;
	padding-right: 0;
}

.single-form-cols input[type=text],
.single-form-cols select,
.single-form-cols .agree-container,
.single-form-cols .submit-group {
	width: calc(50% - var(--gap-half));
}

.single-form-cols .agree-container {
	line-height: normal;
}

.single-form-cols .agree-container .checkbox {
	margin-bottom: 0.5em;
}

.bottom-registration .button.button-line-bottom {
	max-width: none;
	margin-bottom: 2.5em;
}

.single-form-cols .checkboxlist {
	width: 100%;
}

.single-form-cols .checkboxlist label {
	width: auto;
}

.single-form-cols .submit-group {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	justify-content: flex-end;
}

.single-form-cols .submit-group .text-small {
	width: calc(50% + var(--gap-half));
	text-align: right;
	padding-right: var(--gap);
	box-sizing: border-box;
}

.single-form-cols .button-sq.button-inverse {
	max-width: 350px;
	background-color: var(--color-background);
	color: var(--color-foreground);
}

.single-form-cols ul.error {
	width: 100%;
}

@media screen and (max-width: 1380px) {
	.bottom-registration {
		width: 100%;
		max-width: 1000px;
		padding-left: var(--padding-sm);
		padding-right: var(--padding-sm);
	}
}

@media screen and (max-width: 720px) {
	.single-form-cols input[type=text],
	.single-form-cols select,
	.single-form-cols .agree-container,
	.single-form-cols .submit-group {
		width: 100%;
	}

	.single-form-cols .submit-group {
		flex-direction: column;
		align-items: flex-end;
	}

	.single-form-cols .submit-group .text-small {
		width: 100%;
		text-align: right;
		padding-right: 0;
	}
}

@media screen and (max-width: 500px) {
	.bottom-registration {
		font-size: var(--font-size-base);
		line-height: 1.6em;
	}
}

/* footer */

.main-footer {
	padding: var(--padding-sm) 0 0 0;
	overflow: hidden;
}

.main-footer .title-large {
	margin-bottom: 0.9em;
}

.main-footer .title-sm {
	margin-bottom: 1.9em;
}

.footer-row {
	display: flex;
	justify-content: space-between;
}

.footer-row.footer-row-mid {
	padding-bottom: 3em;
}

.footer-row.footer-row-bottom {
	border-top: 1px solid var(--color-foreground);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.footer-contact {
	line-height: 1.55em;
}

.footer-contact-parts {
	display: flex;
	column-gap: var(--margin-l);
}

.footer-bottom-part-credit {
	display: flex;
	align-items: center;
}

.footer-bottom-part {
	width: 33.3333%;
}

.footer-bottom-part.footer-bottom-part-copy {
	text-align: right;
}

.footer-bottom-part .social-icons {
	justify-content: flex-end;
}

.seller {
	margin-bottom: 1em;
}

.footer-slogan-logo {
	position: relative;
	width: 100%;
	text-align: right;
}

.footer-slogan-logo:after {
	display: block;
	position: absolute;
	content: "";
	top: 60%;
	left: 0;
	height: 1px;
	width: 0;
	background-color: var(--color-foreground);
	z-index: 1;
	transition: width 2s ease;
}

.footer-slogan-logo.aos-animate:after {
	width: 100%;
}

.footer-slogan-logo-inner {
	position: relative;
	display: inline-block;
	width: 50%;
	max-width: 520px;
	border-left: clamp(20px, 3.16vw, 60px) var(--color-background) solid;
	background-color: var(--color-background);
	z-index: 2;
}

.footer-slogan-logo-image {
	width: 100%;
	height: auto;
	z-index: 2;
}

.footer-contact {
	padding-top: 1em;
}

.footer-contact-logos .developers-sm {
	justify-content: flex-end;
}

.footer-contact-mobile {
	display: none;
}

@media screen and (max-width: 1320px) {
	.main-footer {
		display: flex;
		flex-direction: column;
	}

	.footer-slogan {
		order: 1;
	}

	.footer-row-top {
		order: 2;
	}

	.footer-row-mid {
		order: 3;
	}

	.footer-row-bottom {
		order: 4;
	}

	.footer-slogan {
		display: flex;
		flex-direction: column;
	}

	.footer-slogan-logo {
		order: 1;
	}

	.footer-slogan-logo.aos-animate:after {
		display: none;
	}

	.footer-slogan-logo-inner {
		display: block;
		width: 100%;
		max-width: 460px;
		border-left: none;
		background-color: transparent;
		margin-bottom: 2.5rem;
	}

	.footer-row-mid {
		display: flex;
		flex-direction: column;
	}

	.footer-row-mid .footer-contact-legal {
		order: 1;
		margin-bottom: 2em;
	}

	.footer-bottom-part-copy {
		order: 2;
	}

	.footer-row-bottom {
		display: flex;
		flex-direction: column;
	}

	.footer-bottom-part {
		width: 100%;
	}

	.footer-bottom-part-social {
		order: 1;
		margin-bottom: 3.125em;
	}

	.footer-bottom-part.footer-contact-logos {
		order: 2;
		margin-bottom: 3.125em;
	}

	.footer-contact-logos .developers-sm {
		justify-content: center;
	}

	.footer-bottom-part-credit {
		order: 3;
		justify-content: center;
		margin-bottom: 3.125em;
	}

	.footer-bottom-part .social-icons {
		justify-content: center;
	}
}

@media screen and (max-width: 700px) {
	.footer-row-top {
		flex-direction: column;
	}

	.footer-row-top .footer-contact:first-of-type {
		padding-bottom: 6.5em;
	}

	.footer-row-top .footer-contact:last-of-type {
		text-align: left;
		padding-bottom: 1em;
	}

	.footer-contact-title {
		display: flex;
		flex-direction: column;
	}

	.footer-contact-title .title-large {
		order: 2;
		font-size: var(--font-size-g);
	}

	.footer-contact-title .title-sm {
		order: 1;
		margin-bottom: 0.2em;
		font-size: var(--font-size-xl-2);
	}

	.footer-contact-logos .developers-sm {
		--width-dev-logo-gap: 100px;
		justify-content: flex-start;
	}

	.footer-contact-logos .developer-logo-image {
		width: calc(43vw - var(--padding-sm) - (var(--width-dev-logo-gap) / 2));
		max-width: 180px;
		min-width: 95px;
		height: auto;
	}

	.footer-contact-legal {
		width: 100%;
		line-height: 1.875em;
		text-align: left;
	}

	.footer-contact-legal .sep {
		display: none;
	}

	.footer-contact-legal a {
		display: block;
	}

	.footer-bottom-part .social-icons {
		justify-content: left;
		align-items: center;
	}

	.social-icons a {
		width: 45px;
		height: 45px;
	}

	.footer-bottom-part .social-icons a.icon-small {
		width: 32px;
		height: 32px;
	}

	.footer-bottom-part .social-icons {
		gap: 30px;
	}

	.footer-bottom-part-credit {
		justify-content: flex-start;
	}

	.footer-bottom-part-credit {
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 580px) {
	.footer-contact-parts {
		flex-direction: column;
		row-gap: 2em;
	}

	.footer-contact-mobile {
		display: block;
	}

	.footer-contact-desktop {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.footer-slogan-logo-inner {
		margin-bottom: 0.5em;
	}

	.footer-contact-legal, .footer-bottom-part-copy {
		font-size: var(--font-size-s-2);
	}

	.footer-bottom-part .social-icons {
		justify-content: center;
	}

	.footer-bottom-part-credit {
		justify-content: center;
		text-align: center;
		font-size: var(--font-size-s-2);
	}
}

@media screen and (max-width: 460px) {
	.footer-bottom-part-credit {
		flex-wrap: wrap;
	}

	.footer-bottom-part-credit span {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.footer-contact-logos .developers-sm {
		--width-dev-logo-gap: 50px;

		justify-content: center;
	}
}

/* preload */

#preloader-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 100;
	background-image: url("../img/loader.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 150px 150px;
}

/* flashes */

figure.flashes {
	position: fixed;
	width: 370px;
	padding: 15px;
	top: 333px;
	left: 50%;
	margin-left: -200px;
	background-color: #019C9E;
	color: #ffffff;
	font-weight: bold;
	z-index: 12;
	border: 1px solid #ffffff;
}

/* recaptcha */

.recaptcha-container {
	display: none;
	position: absolute;
	padding: 10px;
	border-radius: 4px;
	overflow: hidden;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.8);
	background-color: rgba(255, 255, 255, 0.9);
}

.recaptcha-wait {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.recaptcha-wait span {
	display: inline-block;
	padding-right: 25px;
	background-image: url("../img/loader-dots.svg");
	background-position: 100% 75%;
	background-repeat: no-repeat;
	background-size: 20px;
}

.recaptcha-container.absolute {
	display: block;
}

/* paginator */

.pagination {
	text-align: center;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
	display: inline;
}

.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination a:hover, .pagination .active a {
	background-color: #f5f5f5;
}

.pagination .active a {
	color: #999999;
	cursor: default;
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
}

.pagination li:first-child a {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	border-radius: 0 3px 3px 0;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

/* errors default */

ul.error, ul.flashes {
	display: block;
	background-color: #ee630f;
	color: #ffffff;
	padding: 0;
	margin: 1rem 0rem;
}

ul.flashes {
	background-color: #a7a7a7;
}

ul.error li, ul.flashes li {
	padding: 5px 10px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

ul.flashes .error {
	background-color: #ee630f;
}

/* popups */

.fix-content {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	overflow-y: auto;
}

.fix-content.showed {
	display: block;
}

.over-content {
	width: calc(100% - 40px);
	max-width: 30rem;
	padding: 2rem;
	box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close {
	position: absolute;
	right: 0;
	top: 0;
	width: 2rem;
	height: 2rem;
	line-height: 1.8rem;
	text-align: center;
	border-radius: 1000px;
	color: #000000;
	text-decoration: none;
	margin: -0.75rem -0.75rem 0 0;
	background-color: #ffffff;
	box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.27);
	font-size: 1.5rem;
}

/* chyby v poupuech */

.fix-content ul.error, .fix-content ul.flashes {
	background-color: transparent;
	color: #000000;
}

.fix-content ul.flashes {
	font-size: 18px;
	padding: 0.5em;
}

ul.flashes .error {
	background-color: #ee630f;
}

/* - - - */

a[href^="error:"] {
	background: red;
	color: white;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

div.center {
	text-align: center;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}
