@charset "utf-8";
body{
	background: url(../icons/triangulated-back.svg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.content{
	justify-content: center;
	align-items: center;
	background: #00000090;
	backdrop-filter: blur(10px) hue-rotate(-30deg);
}

.pageContent{
	background: #44444444;
	outline: 2000px solid #00000045;
	color: #ebebec;
	box-shadow: unset;
	border: unset;
}

.wp-block-pullquote {
	font-size: var(--fs-header);
}

.wp-block-pullquote {
	width: fit-content ;
	margin: 0 auto;
	padding-top: 0;
	color: rgb(235 235 236);
	font-weight: 300;
	font-style: normal;
}

.wp-block-pullquote cite, figcaption {
	display: block ;
	width: 100% ;
	font-size: var(--fs-standart) ;
}

.wp-block-pullquote cite a, figcaption a {
	color: var(--color-secondaryB);
	font-style: normal;
	float: right;
}

.pageContent img{
	height: auto;
	width: auto;
	background: url(../icons/hideout.svg), #ffffff;
	background-size: 24px 24px;
	background-position: center;
	object-fit: contain;
}

.wp-block-file{
	box-shadow: 7px -1px 10px 0px rgb(235 235 236 / 25%);
}

.wp-block-file.minimal {
	box-shadow: none;
}

.wp-block-file.minimal a {
	color: var(--color-secondaryB);
}

.sl-intro{
	max-width: 635px;
	text-align: justify;
	text-indent: -12px;
	padding-left: 12px;
	color: var(--color-secondaryB);
	font-size: var(--fs-header);
	font-weight: lighter;
}

.standart-list {
	padding: 0px 5px 0 13px;
	max-width: 640px;
}

.standart-list li {
	text-indent: -12px;
}

.standart-list a {
	color: var(--color-secondaryB);
}

.standart-list li::before {
	width: 8px;
	height: 1px;
	margin-right: 4px;
}

.term::after {
	color: var(--color-secondaryB);
}

.sub-qualifications .wp-block-file a{
	color: var(--color-secondaryA);
    text-shadow: 0 0 8px #2196f378;
}

@media screen and (max-width: 480px){
	.feedback-page .pageContent{
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 420px){
	.content form
	{
	    border-radius: 0 0 12px 12px;
	}
}

@media screen and (max-width: 420px){
	.feedback-page .pageContent{
		padding-left: 0;
		padding-right: 0;
	} 
}