@import url('https://fonts.googleapis.com/css?family=Boogaloo&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

html {
	font-size: 62.5%;
	font-family: 'Boogaloo', cursive;
}
@media only screen and (max-width: 75em) {
	html {
		font-size: 56.25%;
	}
}
@media only screen and (max-width: 56.25em) {
	html {
		font-size: 50%;
	}
}
@media only screen and (min-width: 112.5em) {
	html {
		font-size: 75%;
	}
}
.ar
{
	direction: ltr;
}
.rus,.cy
{
	font-family: 'PT Sans', sans-serif;
}

body {
	box-sizing: border-box;
	padding: 0;
	background: #fff;
}

ul,li 
{
	font-size:1.6rem;
}

p{
	font-size: 1.6rem;
	margin-bottom:1rem;
}
@media only screen and (max-width: 56.25em) {
	body {
		padding: 0;
		font-size: 1.8rem;
	}
}
table
{
	width:100%;
	font-size:1.5rem;
}
.container {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
}
@media only screen and (max-width: 56.25em) {
	.container {
		margin: 0 auto;
		width: 100%;
	}
}
@media only screen and (max-width: 37.5em) {
	.container {
		width: 100%;
	}
}
img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}
.header
{
	background-color:#b0aebf;
}
.text-center {
	text-align: center;
}
.main-logo {
	max-width: 90%;
	animation-duration: 1.5s;
	animation-iteration-count: forwards;
}
.main-logo-sml {
	width: 100%;
	max-width: 32rem;
}
.intro {
	text-transform: uppercase;
	font-weight: 700;
}
.line {
	margin: 2rem 0;
	border: 0;
	height: 1px;
	background-color: #75238c
}
.flag {
	transition: all 0.4s;
	border-radius:25px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, .75);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, .75);
}
.flag:hover {
	transform: translateY(-0.5rem);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, .75);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, .75);
}
.content {
	max-width: 960px;
	margin: 0 auto;
}
.panel {
	background: #fff;
	padding: 1.6rem;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
.panel {
	margin-top: 2rem;
}
.footer
{
	color: #fff;
	background-color:#b0aebf;
	left: 0;
	line-height: 15px;
	padding-bottom:5px;
	position: absolute;
	text-align: center;
	width: 100%;
	position:fixed;
	z-index:100;
	bottom:0;
}
header {
	padding: 2rem 0;
}
.margin-bottom-2 {
	margin-bottom: 2rem;
}
.margin-1 {
	margin: 1rem 0;
}
.no-top-margin {
	margin-top: 0;
}
.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	text-align: center;
}
.navigation li {
	display: inline-block;
}

.navigation li a {
	display: block;
	color: white;
	font-size: 2rem;
	text-align: center;
	padding: 1.4rem 1.6rem;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	background-color: #333;
	transition: all 0.5s;
}
.navigation li a:hover {
	background-color: #b357a8;
	color: #333;
}
@media only screen and (max-width: 56.25em) {
	.navigation li a  {
		padding: .5rem .5rem;
		font-size:1.8rem;
	}
	.navigation {
		padding:1rem 0;
	}

}
@media only screen and (max-width:400px)
{
	.navigation li a 
	{
		padding: .25rem .25rem;
		font-size:1.5rem;
	}
}
.question {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-top: 1rem;
	border-radius: .5rem;
	font-size: 1.8rem;
	font-family: 'Boogaloo', cursive;
}

.active {
	background-color: #b357a8;
	color: #333;
}
@media only screen and (min-width: 56.25em) {

	.question:hover {
		background-color: #b357a8;
		color: #333;
	}

}
.answer {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.answer p {
	padding: 1rem;
}

@media only screen and (max-width: 56.25em) {
	.panel > p {
		padding: 1rem;
	}
}

.form input {
	display: inline-block;
}
.inputField {
	padding: 1rem;
	/* border: 0; */
}
.button {
	background: #b357a8;
	color: #fff;
	padding: .5rem 3rem;
	font-size:1.7rem;
	border: 2px solid #b357a8;
	border-radius:15px;
	font-family: 'Boogaloo', cursive;
}


.bottom-margin
{
	margin-bottom:150px;
}
#back-top {
    font-size: 4rem;
    padding: 0;
    margin:0;
}
.nselect
{
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
/*ANIMATIONS*/
.bounce
{
    animation-name: bounce;
}
@keyframes bounce
{
    0%
    {
    	transform: scale(1,1)      
    	translateY(-1000px);
    }
    30%
    {
    	transform: scale(1.1,.9)      
    	translateY(0);
    }
    50%
    {
    	transform: scale(1,1)      
    	translateY(-30px);
    }
    70%
    {
    	transform: scale(1.05,.95)      
    	translateY(0);
    }
    90%
    {
    	transform: scale(1,1)      
    	translateY(-10px);
    }
    100%
    {
    	transform: scale(1,1)      
    	translateY(0);
    }
}