* {
	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-color: #43423E;
    background-image: url(images/background.png);
    background-repeat: no-repeat;
	background-position: -200px -200px;
    background-size: 1100px;
}

.main-col {
	display: flex;
	justify-content: center;
}

.main-block {
	max-width: 600px;
}

.main-block h1 {
	color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 7px;
}
.form-block {
	border-radius: 30px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
	padding: 15px;
	background-color: #43423E;
	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: #e31e24;
	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/logo.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 35px;
    background-position-y: 60px;
}

.text-block p {
	padding: 0;
	margin: 5px 0;
	font-style: italic;
	font-size: 18px;
}
.text-block .city {
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}
.text-block .red {
	color: #e31e24;
}
.text-block .text-title {
	text-transform: uppercase;
	font-weight: bold;
}

.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: #e31e24;
  font-weight: bold;
  margin-left: -1em;
}
.text-block hr {
	color: #e31e24;
	opacity: 1;
}
.text-block .end {
	color: #ccc;
	font-size: 16px;
}

.logo {
	max-width: 400px;
	margin: 20px auto 30px;
}

.text-bottom p {
	margin: 10px;
}
.time-label {
	margin-top: 10px;
}

@media (max-width: 768px) {
	body {
	    background-position: -180px -180px;
    	background-size: 550px;
	}
	.logo {
	    max-width: 250px;
	    margin: 60px 0 20px auto;
	}
	.main-block h1 {
	    font-size: 22px;
	    text-align: left;
	    display: block;
	    width: 100%;
	    padding-left: 7px;
	}
	.text-block {
		background: none;
	}
	
}
