@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

body {
    margin:0;
    font-family: "Roboto Slab", serif;
    font-size: 14pt;
}

body,p, h1, h2, h3 {
	line-height: 150%;
}

h2 {
	text-align: center;
	margin-top: 0;
}

a {
	color:#3E517A;
	text-decoration: none;
	border-bottom: 1px solid #A1C084;
}

.first {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('../../content/images/i.jpeg');
    background-position: 50% 30%;;
    background-size: cover;
    flex-direction: column;
    
}

.page1 {
	margin: 0 auto;
	width:calc(96% - 70px);
	max-width: 1400px;
	padding:35px;
}

.hello {
    width:calc(90% - 40px);
    padding:20px;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.45);
    backdrop-filter:blur(5px);
    border-radius:30px;
    text-align: center;
	font-size: 17pt;
    
}

.first a {
    color:black;
    text-decoration: none;
    }

.hello2 {
    width:fit-content;
    padding:20px;
    margin-bottom: 40px;
    background-color: rgba(255,255,255,0.45);
    backdrop-filter:blur(5px);
    border-radius:50px;
    text-align: center;
}

.hello3 {
    width:fit-content;
    padding:15px 25px;
    margin-bottom: 40px;
	margin:0 auto;
    background-color: #777069;
	background-color: #ec9d1f;
    backdrop-filter:blur(5px);
    border-radius:50px;
    text-align: center;
	
	box-shadow: 0px 0px 10px 0px rgba(168, 168, 168, 1);
}

a.buttontg {
	color:white;
	text-decoration: none;
}

.contacts .block {
    flex-direction: column;
    display:flex;
    gap:10px;
    position: fixed;
    bottom:30px;
    align-items: flex-start;
    right: 10px;
}

.contacts a {
    color:black;
    text-decoration: none;
    background-color: rgba(255,255,255,0.45);
    backdrop-filter:blur(5px);
    padding:10px;
    border-radius: 50%;
    height:30px;
    
/*    -webkit-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);*/
    box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
    }

.contacts img {
    width:30px;
    height:30px;
}

.center {
    text-align: center;
}

.bordered {
    padding:30px;
    width:fit-content;
    margin:1em auto;
    border-radius: 10px;
    
    box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
}

.rotate90 {
    transform: rotate(-90deg);
}

.questions {
	display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.questions div {
	padding:20px;
	box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
	border-radius: 10px;
	width:250px;
}

.questions div>p:first-child {
	text-align: center;
	font-weight:bold;
}

span.marked {
	font-style: normal;
    border-radius: 1em 0 1em 0;
    text-shadow: 1px 1px 1px #fff;
    background-image: linear-gradient(-100deg, rgba(178, 234, 185, 0.15), rgba(178, 234, 185, 0.8) 100%, rgba(178, 234, 185, 0.25));
}

.map {
	margin-top:0px;
}

table {
	margin:0 auto;
	width:fit-content;
	border-collapse: collapse;
	
	max-width: 100%;
    overflow-x: auto;
    display: block;
}

th {
	padding:10px;
	background-color:white;
	text-align: center;
	border:1px solid;
}

td {
	padding:10px;
	background-color:white;
	text-align: center;
	border:1px solid;
}

tr:nth-child(odd)>td {
	/*background-color: #ededed;*/
}

tr:nth-child(even)>td {
	background-color: #efefef;
}

@media screen and (max-width:700px) {
	
	.more {
		display: none;
	}
	
	.first {
		justify-content: flex-end;
	}
	
	.hello {
		margin-bottom: 30px;
	}
	
}

.contacts span {
	display:none;
}

.content .block {
	margin: 0 auto;
    width: calc(96% - 70px);
    max-width: 1400px;
    padding: 35px;
}

.content_1_html .block, .content_7_html .block {
	max-width: unset;
	padding:unset;
	width:unset;
}

.content > div {
	background: linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
}

div.programm {
	position: relative;
}

div.new {
	position: absolute;
	top:-10px;
	left:-10px;
	padding:3px 10px;
	border-radius:5px;
	background-color: #D63230;
	color:white;
	white-space: nowrap;
	width:fit-content;
}