html{
	scroll-behavior: smooth;
}
#pheader{
	width: 100%;
	min-height: 95vh;
	background-image: linear-gradient(90deg, RGBA(255,239,243,0.95) 60%, RGBA(255,255,255,0.3)), url("/files/00371/img/yI5e8Jhl7To-min 1-min.jpg");
	background-size: cover;
	background-position: center left;
	display: flex;
}
#back{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	background: white;
	z-index: 500;
	display: flex;
}
#back a{
	box-sizing: border-box;
	width: max-content;
	padding: 0.4em 1.4em;
	border-radius: 100vw;
	background: #A0576A;
	color: white;
	text-decoration: none;
	margin: auto;
	cursor: pointer;
}
#pheader .container{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	height: max-content;
}
#pheader h1{
	font-size: 72px;
	color: black;
	text-align: left;
	width: 60%;
}
#pheader h1 span{
	color: #A0576A;
}
#pheader p{
	font-size: 28px;
	color: black;
	opacity: 0.6;
	width: 70%;
	margin-top: 12px;
}
#pheader .pbtn{
	transition: 0.7s scale;
	display: block;
	box-sizing: border-box;
	width: max-content;
	padding: 0.4em 1.4em;
	border-radius: 100vw;
	background: #A0576A;
	color: white;
	text-decoration: none;
	margin-top: 12px;
	font-size: 24px;
}
#pheader .pbtn:hover, #pheader .pbtn:focus{
	text-decoration: none;
	scale: 1.1;
	
}
#about{
	width: 100%;
	height: max-content;
	padding-top: 64px;
	padding-bottom: 64px;
	background: white;
	display: flex;
}
#about .container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	max-width: 1300px;
	height: max-content;
	margin: auto;
}
#about .container::before, #about .container::after{
	display: none;
}
#about .col{
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow-wrap: break-word;
}
#about .col .align{
	display: block;
	width: 100%;
	margin: auto;
}
#about .col svg{
	margin: auto;
}
#about h2{
	font-size: 48px;
	word-wrap: break-word;
    box-sizing: border-box;
}
#about span{
	display: block;
	font-size: 18px;
	text-align: justify;
	width: 100%;
	word-wrap: break-word;
    box-sizing: border-box;
}
#about .subcols{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
	margin-top: 24px;
}
#about .subcols .subcol{
	box-sizing: border-box;
	padding: 12px 24px;
	border: 1px RGBA(0,0,0,0.08) solid;
	border-radius: 12px;
	text-align: left;
}
#about .subcols .subcol span:first-child{
	font-size: 14px;
	color: black;
	opacity: 0.6;
	text-align: left;
}
#about .subcols .subcol span{
	font-size: 16px;
	color: #A0576A;
	text-align: left;
}
#about .subcols .subcol span b{
	font-size: 24px;
}
.animate-element {
    opacity: 0;
    transform: scale(0.3);
    filter: blur(10px);
    transform-origin: center;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animate-element.visible {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}
.animate-element.visible:hover{
	transform: scale(1.1);
}
.animate-element:nth-child(1) {
    transition-delay: 0s;
}

.animate-element:nth-child(2) {
    transition-delay: 0.2s;
}

.animate-element:nth-child(3) {
    transition-delay: 0.4s;
}
#adv{
	width: 100%;
	padding-top: 96px;
	padding-bottom: 96px;
}
#adv .container{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display: flex;
	flex-direction: column;
}
#adv h2{
	font-size: 48px;
	text-align: center;
}
#adv h2 span{
	color: #A0576A;
}
#adv .container > p{
	font-size: 20px;
	width: 70%;
	margin: auto;
	text-align: center;
	opacity: 0.75;
}
#adv .cols{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 6px;
	margin-top: 36px;
}
#adv .cols .col{
	display: flex;
	flex-direction: column;
	background: white;
	border: 1px RGBA(0,0,0,0.08) solid;
	box-sizing: border-box;
	padding: 12px 24px;
	border-radius: 12px;
	opacity: 0;
	scale: 1;
	transition: 0.7s scale,opacity;
}
@keyframes pp {
    from {
        opacity: 0;
        scale: 0;
    }
    to {
        opacity: 1;
        scale: 1;
    }
}
#adv .cols .col.active{
	opacity: 1;
	animation: pp 0.3s linear forwards;
}
#adv .cols .col svg{
	width: 48px;
	height: 48px;
	margin: auto;
}
#adv .cols .col span{
	margin: auto;
	text-align: center;
	margin-top: 6px;
}
#specs{
	width: 100%;
	display: flex;
	background: white;
	padding-top: 96px;
	padding-bottom: 96px;
}
#specs h2{
	font-size: 48px;
	margin-bottom: 16px;
}
#specs .container{
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
#specs .splide__slide{
	background: #A0576A;
	box-sizing: border-box;
	padding: 12px;
	border-radius: 20px;
	height: 450px;
	display: flex;
	position: relative;
	background-size: cover;
	background-position: center;
}
#specs .splide__slide span{
	color: black;
	position: absolute;
	right: 12px;
	top: 12px;
	box-sizing: border-box;
	padding: 0.15em 1em;
	border-radius: 100vw;
	background-color: RGBA(255,255,255,0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
#specs .splide__slide span.red{
	background: #A0576A;
	color: white;
}
#specs .splide__slide h3{
	margin: auto;
	margin-bottom: 24px;
	text-align: center;
	color: white;
}
#prof{
	width: 100%;
	display: flex;
	background: #A0576A;
}
#prof .container{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#prof .container .col{
	background: #A0576A;
	display: flex;
	flex-direction: column;
}
#prof .container .col.b span{
	font-size: 24px;
	margin: auto;
	text-align: center;
	width: 70%;
	color: white;
	opacity: 0.8;
}
#prof .container .col.b{
	display: flex;
}
#prof .container .col.b .align{
	margin: auto;
	display: flex;
	flex-direction: column;
}
#prof .container .col.b img{
	width: 216px;
	margin: auto;
	margin-top: 16px;
}
#prof .container .col.a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s scale;
}
#prof .container .col.a img:hover{
	scale: 1.05;
}
#prof .container::before, #prof .container::after{
	display: none;
}
#open{
	padding-top: 128px;
	padding-bottom: 128px;
}
#open h3{
	font-size: 36px;
	margin: auto;
	width: 100%;
	text-align: center;
}
#open .cards{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 24px;
	grid-gap: 12px;
}
#open .cards .card{
	background-color: white;
	border: 1px RGBA(0,0,0,0.08) solid;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 36px 24px;
	padding-bottom: 48px;
	position: relative;
	display: flex;
	flex-direction: column;
}
#open .cards .card .date{
	opacity: 1;
	margin: auto;
}
#open .cards .card .time{
	font-weight: 700;
	font-size: 52px;
	color: #a0576a;
	margin: auto;
	margin-top: 0px;
}
#open .cards .card .place{
	color: #a0576a;
	font-size: 18px;
	margin: auto;
	margin-top: 6px;
}
#open .cards .card .otv{
	opacity: 0.5;
	position: absolute;
	right: 12px;
	bottom: 12px;
}
#open .cards .card .note{
	color: brown;
	margin: auto;
}
.card.current {
  /* можно совместить с твоими стилями карточки */
  outline: 2px solid rgba(76, 175, 80, 0.65);
  outline-offset: 3px;
  animation: current 1.4s ease-in-out infinite;
  position: relative;
}

@keyframes current {
  0% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.35);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
  }
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}
@media screen and (max-width: 1000px){
	#open .cards{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 1300px){
	#pheader{
		background-image: linear-gradient(45deg, RGBA(255,239,243,0.95) 60%, RGBA(255,255,255,0.3)), url("/files/00371/img/yI5e8Jhl7To-min 1-min.jpg");
	}
	#pheader h1{
		font-size: 48px;
		margin: auto;
		text-align: center;
		width: 100%;
	}
	#pheader p{
		margin: auto;
		text-align: center;
		width: 100%;
	}
	#pheader a{
		margin: auto;
	}
	#about .container{
		grid-template-columns: 1fr;
		grid-gap: 36px;
	}
	#about .subcols{
		grid-template-columns: 1fr;
	}
	#about .cols .col{
		min-width: 0;
	}
	#about h2{
		font-size: 32px;
	}
	#adv h2{
		font-size: 32px;
	}
	#adv .cols{
		grid-template-columns: 1fr 1fr;
	}
	#specs h2{
		font-size: 32px;
		text-align: center;
		margin: auto;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 500px){
	#about svg{
		width: 80%;
	}
	#adv .cols{
		grid-template-columns: 1fr;
	}
}