.site .content .top{
	min-height: 100px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 90%);
}

.site .content .top .logoName{
	width: 460px;
	height: 100%;
	background-image: url(/imgs/logo-new_55.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0px 15px 0px 15px;
}

.site .content .center{
	text-align: center;
}

.site .content .center h1.title{
	padding: 10px 0px 10px 0px;
}


.site .content .center .tma-slider{
	max-height: calc(100% - 67px);
	max-width: 1024px;
}

.site .content .center .alexandra, .site .content .center .sofiya, .site .content .center .valeriya{
	position: relative;
	min-width: 593px;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 90%;
	background-size: contain;
	text-align: center;
}
.site .content .center .alexandra .artist, .site .content .center .sofiya .artist, .site .content .center .valeriya .artist{
	position: absolute;
	display: inline-block;
    left: 50%;
	bottom: 0px;
    transform: translate(-50%, 0);
	font-size: 1.8em;
	white-space: nowrap;
	background-color: #a200c2;
	padding: 20px;
    width: 80%;
	border: 1px solid #FFF;
	border-radius: 25px;
	box-shadow: 0 0 10px #FFF;
}


.site .content .center .alexandra{
	background-image: url(/about/imgs/alexandra_2026.png);
}
.site .content .center .sofiya{
	background-image: url(/about/imgs/sofiya_2026.png);
}
.site .content .center .valeriya{
	background-image: url(/about/imgs/valeriya_2026.png);
}


.bottom-text{
	max-width: 1024px;
	margin: auto;
	padding: 20px;
}

@media screen and (max-width: 593px) {
	.site .content .center .alexandra, .site .content .center .sofiya, .site .content .center .valeriya{
		min-width: 100%;
	}
}

@media screen and (max-width: 414px) {
	
	.site .content .top{
		display: none;
	}
	
	.site .content .center h1.title {
		padding: 40px 0px 10px 0px;
		font-size: 2.5em;
	}
	
	.site .content .center .tma-slider{
		max-height: calc(100% - 105px);
	}
	
	.site .content .center .alexandra{
		min-width: 100%;
	}
	.site .content .center .sofiya{
		min-width: 100%;
	}
	.site .content .center .valeriya{
		min-width: 100%;
	}
	
	.site .content .center .alexandra .artist, .site .content .center .sofiya .artist, .site .content .center .valeriya .artist{
		font-size: 1.5em;
		width: 90%;
	}
}