:root {
--main: #0072BC;
--orange:#F65445;
--white: rgb(240, 239, 237);
--darkgreen:#0E1C1A;
--lightgreen:#3B7564;
}

.form-success {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(16, 36, 33, 0.807);
	z-index: 9999999;
	padding: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 30px
}

.form-success--wrapper {
	background: white;
	padding: 40px;
}

.form-success--wrapper h3 {
	font-size: 40px;
}

@font-face {
	font-family: 'metron';
	src: url("/fonts/metron-book.woff") format("woff"),url("/fonts/metron-book.ttf") format("truetype"),url("/fonts/metron-book.svg#metron_bookregular") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'metron';
	src: url("/fonts/metron.woff") format("woff"),url("/fonts/metron.ttf") format("truetype"),url("/fonts/metron.svg") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'metron';
	src: url("/fonts/metron-book-bold.woff") format("woff"),url("/fonts/metron-book-bold.ttf") format("truetype"),url("/fonts/metron-book-bold.svg#metron_bookbold") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'metron';
	src: url("/fonts/metron-bold.woff") format("woff"),url("/fonts/metron-bold.ttf") format("truetype"),url("/fonts/metron-bold.svg#metron-bold") format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, #footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, claim, hero {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
#footer, header, hgroup, menu, nav, section, claim, hero {
  display: block;
}
html, body {
  height: 100%;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
ol, ul {
  /* list-style: none; */
}

ul,ol {
  padding: 15px;
  padding-left: 23px;
  padding-bottom: 1em;
  padding-top: 0.5em;
}
::marker {
}
.popis h2,
.popis h3  {
	/* padding-top: 1em; */
}
.popis h3  {
	padding-bottom: 0.5em;
}

ul li, ol li {
	padding-bottom: 6px;
	padding-left: 2px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-sortable, .ui-sortable li, .ui-sortable h3 {
  zoom:1;
}
a {
  color: #000000;
  text-decoration: none;
}

html,
  body {
	height: auto;
  }
/******************************/


section#form {
	background: white;
	padding: 50px;
	border-radius: 24px;
	box-shadow: 0px 10px 50px #006ab526;
	max-width: 1084px;
	margin: auto;
	position: relative;
	z-index: 99;
}

body {
	background: #0169b4;
}
body {
	padding-left: 30px;
	padding-right: 30px;
	/* padding: 0; */
}
.logo {
	padding: 30px;
	width: 100%;
	max-width: 1559px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 66px;
	position: relative;
	z-index: 99;
	padding-left: 0;
	padding-right: 0;
}

.form-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.left-col {
	width: 50%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.right-col {
	width: 50%;
	max-width: 466px;
}

body {
	font-family: 'metron', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: -0.002em;
	color: var(--main);
}

h2 {
	font-size: 32px;
	line-height: 1.05;
	padding-bottom: 22px;
	max-width: 415px;
}

.perex {
	line-height: 130%;
	max-width: 390px;
}

.perex p {
	margin-block-end: 1em;
}

.left-col-bottom img {
	max-width: 100%;
	height: auto;
}

.right-title {
	font-weight: bold;
	max-width: 370px;
	padding-bottom: 51px;
	line-height: 1.2;
}

input[type="submit"] {
	background: #f65445;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 100px;
	width: 253px;
	max-width: 100%;
	padding: 19px;
	transition: all ease 0.5s;
	color: white;
	border: none;
	font-weight: bold;
	font-family: inherit;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #006ab5;
}

::placeholder {
	color: #006ab5;
	opacity: 0.5;
}

input[type="text"],input[type="email"] {
	border: 1px solid #006ab5;
	width: 100%;
	box-sizing: border-box;
	padding: 13px;
	background: transparent;
	color: #006ab5;
	width: 100%;
	margin-bottom: 13px;
	font-size: 16px;
	font-family: inherit;
}

input#field-601 {
	padding: 0;
	margin-top: 0;
	top: 1px;
	position: relative;
}

.input.radio {
	display: inline-block;
	margin-bottom: 16px;
	width: 47%;
}

.input.radio label {
	padding: 14px;
	border: 1px solid #006ab5;
	display: block;
	width: 100%;
	text-align: center;
	color: black;
	border-radius: 60px;
	padding-right: 20px;
}

input#field-602 {
	padding: 0;
	margin-top: 0;
	top: 1px;
	position: relative;
}

input#field-611 {
	padding: 0;
	margin-top: 0;
	top: 1px;
	position: relative;
}

input#field-612 {
	padding: 0;
	margin-top: 0;
	top: 1px;
	position: relative;
	margin.le: 0;
}

.submit {
	padding-top: 30px;
}
.input label {
	margin-bottom: 7px;
	display: block;
	color: #006ab5;
}

.input {
	padding-bottom: 14px;
}

.radios {
	display: flex;
	gap: 5.5%;
	flex-wrap: wrap;
}

.radios:nth-child(2) .input:nth-child(2) label {
	border-color: #f65445;
}
.radios:nth-child(5) .input:nth-child(3) label {
	border-color: #f65445;
}

.radios-title {
	width: 100%;
	padding-bottom: 15px;
	padding-top: 12px;
}
label[for="field-601"].picked,
label[for="field-611"].picked {
	background: #006ab3;
	color: white;
}
label.picked input {

accent-color: #ffffff;
}

label[for="field-602"].picked,
label[for="field-612"].picked {
	background: #f65445;
	color: white;
}


.input.radio label {
	cursor: pointer;
}

section#form {
	margin-bottom: 100px;
}

body {
	padding-bottom: 10px;
}
.input.radio label:hover {
	background: whitesmoke;
}
.input.radio label.picked:hover {
	background: #006ab5;
}

.input.radio label[for="field-602"].picked:hover,
.input.radio label[for="field-612"].picked:hover {
	background: #f65445;
}

.input.radio label {
	transition: all ease 0.5s;
}

body:before {
	content: '';
	background: url(/templates/static/60/vec_l.svg);
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	mask: linear-gradient(0deg, #00000000, #000000, black 80%);
	z-index: -1;
	height: 57vh;
	background-size: auto 100%;
}

body:after {
	content: '';
	background: url(/templates/static/60/vec_r.svg);
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	mask: linear-gradient(0deg, #00000000, #000000, black 80%);
	height: 65.2vh;
	background-size: auto 100%;
}


.images {
	max-width: 1500px;
	margin: auto;
	display: flex;
	/* justify-content: space-between; */
}

.image4 {width: 121px;}

.image8 {
	width: 19.3%;
}

.image7 {
	width: 9.6%;
}

.image1 {
	width: 20%;
}

.image2 {
	width: 13.6%;
}

.image5 {
	width: 21.3%;
}

.image3 {
	/* width: 10%; */
}

.images {
	display: none;
}

.sky {
	position: absolute;
	top: 6px;
	padding: 30px;
	left: 0;
	margin: auto;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.sky {}

.sky img {
	max-width: 100%;
}

.sky img {
	/* min-width: 1200px; */
	/* transform: translateX(-23%); */
}

@media (max-width:950px){
	.left-col {
		width: 40%;
	}
	
	.right-col {
		max-width: 100%;
		width: 60%;
	}
}
@media (max-width:811px){
.input.radio label {
	transition: all ease 0.5s;
	/* white-space: nowrap; */
	padding: 14px 5px;
}
.input.radio {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.radios {
	padding-bottom: 10px;
}
}

@media (max-width:700px){

.input.radio {
	width: 47%;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.radios {
	padding-bottom: 10px;
}
.form-wrap {
	display: flex;
	flex-direction: column;
}

.left-col {
	width: 100%;
}

.right-col {
	width: 100%;
	margin-top: 60px;
}

section#form {
	padding: 30px;
}
.logo {
	padding-top: 30px;
	padding-bottom: 30px;
}

}