@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

:root{
	--font-family:'Lato';
	--color-font:#000;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

[v-cloak] {
	display: none;
}

img{
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}

body{
    line-height: 1.1em;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: var(--color-font);
}

a{
	text-decoration: none;
}

html, body{
	display: block;
	width: 100%;
	height: 100%;
}

#app{
	position: relative;
	height: 100%;
	margin: 0 auto;
	min-width: 50px;
}

#app[v-cloak]{
	background: url("/img/spiner.svg") no-repeat center;
}

.content{
	width: 100%;
	height: 100vh;
	max-width: 480px;
	margin: 0 auto;
}

.homepage-top{
	height: 60vh;
	position: relative;
	margin-bottom: 70px;
}

.homepage-bottom{
	position: relative;
}

.homepage-block{
	position: absolute;
    width: 100%;
    bottom: -20px;
}

.homepage-image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.error-page{
	height: 100vh;
	position: relative;
}

.error-image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.error-block{
	padding: 0 10px;
	position: absolute;
    width: 100%;
	top: 65%;
	transform: translateY(-50%);
}

.error-text{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 1.1em;
	text-align: center;
}

.event-date{
	padding: 8px 22px;
	background-color: #E6E3F2;
	border-radius: 10px;
	margin-bottom: 1rem;
}

.event-date-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;

}

.event-date-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.event-date-item-value{
	font-size: 20px;
	color: #3E4190;
	font-weight: 800;
}

.event-date-item-name{
	font-size: 16px;
	color: #D3468F;
	font-weight: 600;
}

.homepage-logo{
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
}

.homepage-logo img {
	height: 100%;
	max-height: 100%;
}

.homepage-content{
	padding: 0 22px;
}

.homepage-content-text{
	margin-bottom: 2rem;
}

.homepage-content-title{
	font-size: 28px;
	font-weight: 700;
	color: #2E3066;
	line-height: 1.1em;
	margin-bottom: 6px;
	text-shadow: 0px 1px 4px #2f336c33;
}

.homepage-content-subtitle{
	font-size: 18px;
	font-weight: 500;
	color: #7E85B3;
	line-height: 1.1em;
}

.homepage-links{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}


.homepage-link{
	padding: 14px 5px;
	display: block;
	text-align: center;
	border-radius: 11px;
	width: 100%;
	max-width: 100%;
	background-color: #2F356D;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

.event-top{
	position: relative;
	margin-bottom: 14px;
	padding: 56px 0 20px 0;
	min-height: 150px;
	height: auto;
	overflow: hidden;
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.event-top-content{
	background-color: #eff2f626;
    width: 100%;
    padding: 10px;
}

.event-top-text{
	font-size: 26px;
	font-weight: 600;
	color: #D3468F;
	line-height: 1.1em;
}

.event-top-title{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1em;
}

.event-body{
	padding: 0 10px;
	padding-bottom: 1rem;
}

.event-block-title{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;

}

.event-block-title-line{
	width: 100%;
	height: 2px;
	background-image: linear-gradient(90deg, #000, #000 45%, transparent 45%, transparent 100%);
	background-size: 12px 2px;
	border: none;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.event-block-title span {
	font-size: 20px;
    font-weight: 700;
    color: #292A4A;
    line-height: 1em;
    text-transform: uppercase;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 6px;
}

.event-block-wrapper{
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.event-block-wrapper.--gap-1{
	gap: 7px;
}

.event-block-wrapper.--gap-2{
	gap: 20px;
}

.event-section{
	padding: 10px;
	border-radius: 10px;
	background-color: #E9E6F5;
}

.event-section-title{
	padding: 2px 15px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(110deg, rgba(167,60,115,1) 0%, rgba(74,76,146,1) 100%);
	line-height: 1.1em;
	border-radius: 7px;
	margin-bottom: 7px;
}

.event-section-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.event-section-item{
	padding: 5px;
	width: 100%;
	background-color: #fff;
	border-radius: 9px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	align-items: center;
	justify-content: center;
}

.event-section-item:first-child{
	max-width: 140px;
}

.event-section-item-value{
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	color: #6D4581;
}

.event-section-item-name{
	font-size: 17px;
	font-weight: 500;
	line-height: 1em;
	color: #292A4A;
}

.event-box-header{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.event-box-header.--blue .event-box-header-item{
	background-color: #3E4190;
}

.event-box-header.--pink .event-box-header-item{
	background-color: #D3468F;
}

.event-box-header.--grey .event-box-header-item{
	background-color: #CFD1DF;
	color: #2E3066;
}

.event-box-header-item{
    border-radius: 7px;
    padding: 3px 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1em;
}

.event-box-header-item:nth-child(2){
	width: 100%;
}

.event-box-content{
	background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px #0000003d;
    padding: 1rem;
}

.event-box-content-row:not(:last-child){
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #B0B0B0;
}

.event-box-content-row-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 7px;
}

.event-box-content-row-title span{
	font-size: 17px;
	font-weight: 400;
	color: #6D4581;
	display: block;
	line-height: 1em;
}

.event-box-content-row-text{
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 700;
}

.event-box-content-row:last-child .event-box-content-row-text{
	font-weight: 600;
	color: #292A4A;
}

