@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v47-latin-regular.eot');
	src: url('../fonts/roboto-v47-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v47-latin-regular.woff') format('woff'), url('../fonts/roboto-v47-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v47-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v47-latin-500.eot');
	src: url('../fonts/roboto-v47-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-500.woff2') format('woff2'), url('../fonts/roboto-v47-latin-500.woff') format('woff'), url('../fonts/roboto-v47-latin-500.ttf') format('truetype'), url('../fonts/roboto-v47-latin-500.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v47-latin-700.eot');
	src: url('../fonts/roboto-v47-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v47-latin-700.woff2') format('woff2'), url('../fonts/roboto-v47-latin-700.woff') format('woff'), url('../fonts/roboto-v47-latin-700.ttf') format('truetype'), url('../fonts/roboto-v47-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #333;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 400
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 1160px;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

h1 {
	font-size: 34px;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	margin: 0 0 .375rem;
}

h1 + p {
	font-size: 20px;
}

h2 {
	font-size: 16px;
	margin: 0 0 .625rem
}

h3 {
	font-size: 30px;
    margin: 0 0 1rem
}

h4 {
	font-size: 22px;
	margin: 0 0 .375rem
}

h5 {
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	margin: 0 0 2rem
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.color {
	color: #0a5ae1
}

.color a:hover {
	text-decoration: underline
}

p {
	/*margin: 0 0 0.775rem;*/
}

span {
	white-space: nowrap
}

strong {
	font-weight: 600
}

ul {
	list-style: none;
	margin: 0 0 0rem;
	padding: 0;
}

ul li {
	padding: 0 0 .375rem 2rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.125rem;
	font-size: 1.375em;
	line-height: 1;
	font-family: "Arial", sans-serif
}

.list {
	margin: 0 0 3rem
}

.list_big {
	margin: 0 0 5rem
}

header {
	position: relative
}

.img_top {
	display: block
}

header p {
	color: #fff;
	text-align: center
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-bottom-right-radius: 6px
}

.box_top {
	position: absolute;
	top: 40%;
	left: 40%;
	transform: translate(-40%);
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.button_top {
	background-color: rgba(239, 239, 239, 0.9);
	padding: 1rem;
	position: absolute;
	bottom: 0;
	width: 100%
}

.details i {
	width: 1.25rem
}

a.apply_top {
	background: #3258DF;
	color: #fff;
	display: block;
	width: fit-content;
	padding: .625rem 1rem;
	border-radius: .25rem;
	margin: 0 auto;
	text-align: center
}

a.apply_top:hover {
	background: #629721;
}

.main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1rem 1rem 0
}

.margin {
	margin: 0 0 2.5rem
}

.margin_big {
	margin: 0 0 5rem
}

.details {
	margin: 2rem auto
}

.kontakt_person {
	position: relative;
	border-bottom: solid 1px #efefef;
	margin: 0 0 2rem
}

.gray_bottom {
	background: #E8E8E8;
	padding: 1.25rem 1.25rem 1.25rem 11.562rem;
	top: 0;
	z-index: 1
}

.gray_bottom p {
	margin: 0
}

.pers {
	border-radius: .625rem;
	z-index: 10;
	margin: 1.25rem;
	position: absolute
}

.white {
	padding: 1.25rem 1.25rem 4rem 11.562rem;
	position: relative;
	z-index: 1;
}

.white i {
	width: 2.5rem
}

.white div {
	margin: 0 0 1rem
}

.green {
	background: #3258DF;
	color: #fff;
	padding: 2rem;
}

.green h5 {
	text-align: center
}

a.apply_bottom {
	display: block;
	background: #FFFFFF;
	color: #333;
	padding: .625rem 1rem;
	width: fit-content;
	margin: 0 auto;
	border-radius: .25rem;
	text-align: center
}

a.apply_bottom:hover {
	color: #3258DF
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 45%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1rem
}

footer p {
	margin: 0
}

footer i:hover {
	transition: all 0.1s linear 0.1s;
	color: #3258DF
}

@media only screen and (max-width: 1159px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}

	h5,
	.margin,
	.gray,
	.kontakt_person {
		margin: 0 0 1rem
	}

	ul li {
		padding: 0 0 0 1.5rem
	}

	ul li:before {
		margin-left: -1.125rem;
	}

	.list {
		margin: 0 0 1rem
	}

	.list_big {
		margin: 0 0 1.5rem
	}

	.logo {
		width: 35%
	}

	.main,
	.gray,
	.green,
	footer {
		padding: 1rem;
	}

	.gray {
		column-gap: 1.25rem;
	}

	.details {
		margin: 1rem auto
	}

	.gray_bottom,
	.white {
		padding: 1rem 1rem 1rem 10.937rem;
	}

	.pers {
		margin: 1rem;
	}

	.white i {
		width: 1.875rem
	}

	.margin {
		margin: 0 0 1rem
	}

	.margin_big {
		margin: 0 0 1.5rem
	}
}

@media only screen and (max-width: 1010px) {
	.box_top {
		top: 35%
	}

	h1,
	h5 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 840px) {
	.main {
		padding: 0 1rem
	}

	h1,
	h5 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 1.25rem;
	}

	h3,
	h4 {
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 750px) {
	.box_top {
		position: static;
		left: 0;
		transform: translate(0);
		width: 100%;
		padding: 1rem 1rem 0
	}

	h1,
	header p {
		color: #333
	}
    h3 {margin: 0 0 6px}

	.button_top {
		bottom: 22.6%;
		position: static
	}
}

@media only screen and (max-width: 700px) {
	.gray {
		flex-direction: column;
		gap: 1rem;
		align-items: flex-start
	}

	.gray p {
		margin: 0
	}

	.kontakt_person {
		position: relative
	}
}

@media only screen and (max-width: 550px) {
	.gray {
		align-items: center
	}

	.main > h2:last-of-type,
	.gray h3,
	.gray p,
	.gray h3,
	.details p,
	.center,
	h4,
	.gray_bottom p,
	.white div {
		text-align: center
	}

	.kontakt_person {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.gray_bottom {
		padding: 1rem;
	}

	.pers {
		position: static
	}

	.white {
		padding: 1rem;
	}
}

@media only screen and (max-width: 500px) {
	#wrapper {
		padding: 0
	}

	.logo {
		position: static;
		width: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 auto 1rem;
	}

	a.apply_top,
	a.apply_bottom {
		width: 100%
	}

	h3 {
		text-align: center;
		margin: 0
	}
}
