#holder {
	width: 100% !important;
}

@font-face {
    font-family: Dusha;
    src: url(../fonts/dusha-regular.woff);
}

#content {
	position: relative;
	overflow: hidden;
	
	padding-top: 65px;

	background-image: url(../img/background.png), url(../img/background-light.png), url(../img/background-light-inverted.png);
	background-repeat: repeat, no-repeat, no-repeat;
	background-position: 0 0, 0px 0px, -50px 0;
	background-blend-mode: hard-light;
/*
	animation-duration: 4s;
	animation-name: moveLight;
	animation-iteration-count: infinite;
	animation-direction: alternate;
*/
}

@media (min-width: 768px) {
	@keyframes moveLight {
		from {
			background-position-y: 0,-50px,0px;
		}
		to {
			background-position-y: 0,40px,100px;
		}
	}
}

/*#content:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0; right: 0;
	
	background-image: url(../img/background-light.png);
	background-position: 100px -50px;
	background-repeat: no-repeat;
	background-size: 100%;

	animation-duration: 4s;
	animation-name: rotateLight;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}*/

@media (max-width: 480px) {
	
	#content:before {
		animation-name: rotateLight-sm;
		background-position: 0px 0px;

	}
}

@keyframes rotateLight {
	from {
		background-position: 70px -70px;
	}

	to {
		background-position: 160px -20px;
	}
}

@keyframes rotateLight-sm {
	from{
		transform: rotate(0deg);
		top: -5px; right: -16px;
	}
	to{
		transform: rotate(-45deg);
		top: -40px; right: -400px;
	}
}


.maxwidth-wrapper {
	margin: auto;
	width: 100%;
	max-width: 800px;
	padding: 0 5%;
	
	position: relative;
	z-index: 5;
}

.page-wrapper {
	position: relative;
	padding: 100px 0;
	/*min-height: 1100px;*/
	
	text-align: center;
}


#content.has-footer .page-wrapper {
	padding-bottom: 150px;
}

.page-title {
	padding: 0 2.5%;
	margin-bottom: 40px;
}

.page-title h1 {
	font-family: Dusha, sans-serif;
	line-height: 1.1em;
	font-size: 32px;
	color: white;
	
	margin-bottom: 15px;
}

.page-title p {
	font-family: "Open Sans", sans-serif;
	line-height: 1.5em;
	font-weight: 300;
	font-size: 18px;
	color: white;
}

* { box-sizing: border-box; }

.noselect * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/* HEADER */


#header {
	display: flex;
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	width: 100%;
	height: 185px;
	
	background-image: url(../img/header.svg#header);
	background-repeat: no-repeat;
	background-size: 100% 185px;
	
	align-items: flex-start;
	justify-content: space-between;
	
	padding: 10px 2.5%;
}

#header .logo-link img {
	width: 100%;
}

#header a {
	font-family: Dusha, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #0f427c;
}

#header a:hover {
	color: #e30613;
}

@media (max-width: 768px) {
	#header .logo-link {
		max-width: 15%;
	}
}
@media (max-width: 425px) {
	#header .logo-link {
		max-width: 100%;
		width: 60px;
	}
}


/* FOOTER */


#footer-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	padding: 10px;
}

#legal-fb .gostam > div{
	margin-top: 15px;
}


/* PAGE FOOTER */


#page-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	
	position: absolute;
	z-index: 50;
	left: 0; right: 0;
	bottom: 0;
	
	pointer-events: none;
}

#page-footer img:first-child {
	max-width: 70%;
}
#page-footer img:last-child {
	max-width: 30%;
}


/* PAGE HEADER */


#page-header {
	height: 300px;
	position: absolute;
	left: 0; right: 0;
	top: 0;
}


/* BUTTONS */


.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	position: relative;

	width: 272px;
	height: 82px;
	
	padding-top: 5px;
	padding-bottom: 17px;
	
	background-image: url(../img/button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	user-select: none;
	cursor: pointer;
}
.button:hover,
.button.active {
	background-position: -272px 0;
}

.button span {
	font-family: Dusha, sans-serif;
	white-space: nowrap;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}

.button.text-button {	
	height: 54px;
}
.button.text-button:hover {
	font-size: 0;
}
.button.text-button:hover::after {
	content: attr(hText);
	
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	
	font-size: 28px;
}

.button svg {
	position: absolute;
	width: 40px; height: 40px;
	top: 0; bottom: 0;
	left: 0; right: 0;
	margin: auto;
	
	animation: load 1s linear infinite;
	
	display: none;
}

.button.loading {
	background: none;
	pointer-events: none;
}

.button.loading span {
	display: none;
}

.button.loading svg {
	display: block;
}

@keyframes load {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* DROPDOWN */


.list {
	display: block;
	position: relative;
	z-index: 50;
	width: 100%;
	background-color: transparent;
}

.list .toggler:checked + div > .list-head img {
	transform: rotate(180deg);
}

.list .toggler:checked + div > .list-body {
	display: block;
}

.list-head {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	background-color: #fff;
	border: 2px solid #fff;
	
	color: #000;
	
	cursor: pointer;
}

.list .toggler:checked + div > .list-head {
	box-shadow: 0 0 rgba(0, 0, 0, 0.25);
}

.list-body {
	display: none;
	position: absolute;
	width: 100%;
	
	border-top: none;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	
	color: #000;
}

.list-body label {
	display: block;
}

.list-body label span {
	position: relative;
	width: 100%; 
	height: 40px;
	padding: 0 10px;
	
	display: flex;
	align-items: center;
	justify-content: flex-start;
	
	cursor: pointer;
}

.list-body input + span:hover,
.list-body input:checked + span {
	background-image: linear-gradient(to right, rgb(181,169,126) 0%, rgb(240,228,185) 100%);
	color: #fff;
}

.list input {
	display: none;
}