* {
	outline: none !important;
	line-height: 1.2em;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	width: 100%;
	min-width: 320px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
img {
	max-width: 100%;
}

a {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

a,
a:hover {
	text-decoration: none;
}

main input,
main button,
main textarea,
main select,
main option {
	box-shadow: none;
	text-shadow: none;
	border: none;
	font-style: normal;
	font-weight: normal;
	outline: none;
}


/* FORM */

body {
    background-image: url(assets/images/background.jpg?v=1);
    background-repeat: repeat;
    background-position: top center;
}

.main-col {
	display: flex;
	justify-content: center;
}

.main-block {
	max-width: 600px;
}
.main-block .top-block {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.main-block .top-block .tech {
	max-width: 350px;
}
.main-block .top-block .logo {
	max-height: 230px;
}
.main-block h1 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: end;
	text-align: left;
}
.main-block h1 img {
    max-width: 150px;
    margin-left: 15px;
    position: relative;
    top: 3px;
}
.form-block {
	border-radius: 30px;
	box-shadow: 0 0 10px 5px rgba(17, 106, 162, 1);
	padding: 15px;
	background-color: #000;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 18px;
}
form {
	padding: 0 7px;
}
form input {
	width: 100%;
	margin: 5px 0 15px;
	padding: 5px 10px;
}
form select {
	display: block;
    padding: 5px 10px;
    margin: 5px 0 0;
    width: 100%;
}
form .policy {
	font-size: 12px;
	line-height: 14px;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
form .policy input {
	width: auto;
    display: inline;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    background-color: rgb(234 236 235);
}
.submit {
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 15px;
	background-color: #1ab4f4;
	width: auto;
	margin: 0 auto;
	display: block;
}
.success {
	display: none;
    text-align: center;
    padding: 15px 0 0;
    font-size: 36px;
    font-weight: bold;
}


.text-block {
	margin-top: 30px;
	padding: 15px;
	color: #fff;
	background-image: url(assets/images/star.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 55px;
    background-position-y: 60px;
}

.text-block p {
	padding: 0;
	margin: 5px 0;
	font-style: italic;
	font-size: 18px;
	background-color: #000;
    display: inline-block;
    padding-right: 20px;
}
.text-block .city {
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	background-color: #000;
    display: inline-block;
}
.text-block .text {
	padding-right: 20px;
}
.text-block .red {
	color: #1ab4f4;
}
.text-block .text-title {
}

.text-block  ul {
  list-style: none;
}

.text-block ul li {
	font-style: italic;
	padding: 5px 0;
}
.text-block ul li::before {
  content: "\2022";
  display: inline-block;
  width: 15px;
  color: #1ab4f4;
  font-weight: bold;
  margin-left: -1em;
}
.text-block hr {
	color: #1ab4f4;
	opacity: 1;
}
.text-block .end {
	color: #ccc;
	font-size: 16px;
}



@media (max-width: 992px) {
	.main-block h1 {
		font-size: 24px;
	}
	.main-block .top-block {
		margin: 30px 15px;
	}
	.main-block .top-block .tech {
		max-width: 240px;
	}
	.main-block .top-block .logo {
		max-height: 190px;
	}
	.text-block .city {
		font-size: 22px;
	}
}
