* {
	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: #21252E;
    background-image: url(assets/images/matrix.png);
    background-repeat: repeat-x;
    background-position: top center;
}

.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: center;
}
.form-block {
	border-radius: 30px;
	box-shadow: 0 0 10px 5px rgba(17, 106, 162, 1);
	padding: 15px;
	background-color: #21252E;
	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;
}





.popup-seminar {
	display: none;
	font-family: "Montserrat", sans-serif;
    background-color: #21252E;
    position: fixed;
    width: 900px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    padding: 30px 30px 25px;
    background-image: url(/seminar/images/background.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 600px;
    background-position-y: -40px;
    background-position-x: 325px;
    border: 1px #e31e24 solid;
    letter-spacing: 1px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}
.popup-seminar .head {
	display: flex;
}
.popup-seminar .logo img {
	max-width: 240px;
}

.popup-seminar .list {
    margin-left: 130px;
    border-left: 2px #f00 solid;
    position: relative;
    top: -30px;
    padding-top: 40px;
}
.popup-seminar .cross {
	color: #ab2c30;
    text-align: right;
    font-size: 34px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
.popup-seminar ul {
	margin: 0 0 10px;
    padding: 0 0 0 32px;
}
.popup-seminar ul li {
	list-style: none;
	font-size: 20px;
}
.popup-seminar ul li::before {
	content: "\2022";
    display: inline-block;
    width: 15px;
    color: #e31e24;
    font-weight: bold;
    margin-left: -1em;
    font-size: 40px;
    position: relative;
    top: 6px;
    padding-right: 25px;
}

.popup-seminar .title {
	font-size: 40px;
	font-weight: bold;
	margin-top: 20px;
}
.popup-seminar .city {
	margin-top: 50px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
}
.popup-seminar .body {
    background-image: url(/seminar/images/logo.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
    background-position-y: 50px;
}
.popup-seminar p {
	margin: 5px 0;
	font-style: italic;
	font-size: 20px;
}
.popup-seminar .body .right a {
	color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 133px 0 0 130px;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popup-seminar .body .right a span {
	font-size: 20px;
	font-style: italic;
}
.popup-seminar hr {
	opacity: 1;
    margin-top: 40px;
    border-top: 2px #e31e24 solid;
}
.popup-seminar .end {
	text-align: center;
    margin: 20px 0 0;
	font-style: italic;
	font-size: 16px;
}
.popup-seminar .mobile-button {
	display: none;
}

@media (max-width: 992px) {
	.popup-seminar {
		width: 100%;
        height: 100vh;
        background-image: none;
        border-radius: 0;
        border: none;
        position: fixed;
        top: 0;
        transform: none;
        left: 0;
        overflow-y: auto;
        padding: 30px 30px 80px;
	}
	.popup-seminar .head {
		flex-direction: column;
	}
	.popup-seminar .list {
		border: none;
		position: inherit;
		top: 0;
		margin: 0;
		padding-top: 10px;
	}
	.popup-seminar .title {
		text-align: center;
		margin-top: 10px;
	}
	.popup-seminar .title span {
		display: block;
	}
	.popup-seminar a.mobile-button {
		display: table;
        background: #e31e24;
        padding: 10px 70px;
        font-size: 30px;
        color: #fff;
        text-align: center;
        margin: 25px auto 0;
        border-radius: 15px;
        font-weight: bold;
	}
	.popup-seminar .mobile-button span {
		font-size: 20px;
		font-style: italic;
		display: block;
	}
	.popup-seminar .body {
		background: none;
	}
	.popup-seminar .city {
		margin-top: 30px;
	}
	.popup-seminar .right {
		display: none;
	}
}

