::-moz-selection{background: #E4E4E4;color: #000;text-shadow:none}::selection{background:#E4E4E4;color:#000;text-shadow:none}

/* Fonts */

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto/Roboto-MediumItalic.woff') format('woff'),
        url('fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto/Roboto-Italic.woff') format('woff'),
        url('fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto/Roboto-BoldItalic.woff') format('woff'),
        url('fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto/Roboto-LightItalic.woff') format('woff'),
        url('fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


/* Common style */

{
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  background: #ccc;
  padding: 0;
  margin: 0;
}


body {
	background: url('../img/body_bg.jpg') no-repeat top center; 
	background-size: cover;
	color: #fff;
	font-family: 'Roboto', tahoma;
	font-size: 24px;
	line-height: 150%;
	padding: 0;
	margin: 0;	
	width: 100%;
	min-height: 100vh;
	font-style: italic;
}

a {
	color: #f4819f;
	text-decoration: underline;
	transition: color 0.5s linear;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

a:hover, a:focus {
	color: #555555;
	text-decoration: none;
	transition: color 0.5s linear;
}

.img_bg img {
	max-width: 100%;
	height: auto;
}

.logo img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', tahoma;
}

h1 {
	border-bottom: none;
	color: #8d8daa;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
}

.container {
	margin: 0 auto;
	max-width: 780px;
	padding: 0 15px;
}



.main {
	text-align: center;
	padding-top: 0;
	position: relative;
	z-index: 9;
}

.phone a {
	color: #E9D3CB;
	text-decoration:underline;
}

.phone a:hover, .phone a:active, .phone a:focus {
	color: #fff;
	text-decoration:none;	
}

.logo {
	padding: 30px 0;
}

p {
	margin: 0 0 25px 0;
}

.phone {
	font-size: 30px;
	font-weight: bold;
}

.circles{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;	
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -250px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 3s;
    animation-duration: 17s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 10s;
    animation-duration: 11s;
}


.circles li:nth-child(11){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 8s;
}

.circles li:nth-child(12){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(13){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(14){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 2s;
}

.circles li:nth-child(15){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(16){
    left: 45%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}


.circles li:nth-child(17){
    left: 35%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(18){
    left: 60%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 13s;
}

.circles li:nth-child(19){
    left: 75%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(20){
    left: 35%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(21){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(22){
    left: 45%;
    width: 60px;
    height: 60px;
    animation-delay: 2s;
    animation-duration: 12s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.message li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}



/* Mobile */
@media (min-width: 1800px) {}

@media (min-width: 1401px) and (max-width: 1700px) {}

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 992px) and (max-width: 1199px) {
	



}


@media (min-width: 768px) and (max-width: 991px) {
	
	
}

@media (max-width: 991px) {
	
	
	
}

@media (max-width: 767px) {

.main {
	padding-top: 20px;
}

body {
	font-size: 18px;
	line-height: 140%;
}

.phone {
	font-size: 26px;
}

.message {
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0;
}



.logo img {
	max-width: 220px;
	height: auto;
	width: 100%;
}

p {
	margin: 0 0 20px 0;
}

}

@media (max-width: 600px){
	
	
	
}

@media (max-width: 540px) {
	
	
	
}

@media (max-width: 479px) {

.main {
	padding-top: 0;
}

}

@media (max-width: 400px) {
	
	
}


@media (max-width: 379px) {
	
	
}


/* Cookie_not */ 
#cookie_not {
	display: none;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: #fbfefd;
	border-radius: 3px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 999;
}

#cookie_not p {
	margin: 0;
	text-align: left;
	color: inherit;
	width: 80%;
	float: left;
}

.button.cookie_pr {
	background-color: #8e8ead;
	border: none;
	color: #fff;
	text-decoration: none;
	padding: 11px 22px;
	cursor: pointer;
	border-radius: 3px;
	transition: all .1s linear;
	float: right;
}

.button.cookie_pr:hover {
	opacity: .7;
}

@media (min-width: 767px){
	#cookie_not.prshow{
	display: block;
	}
	.cookie_pr{
	margin: 0 0 0 25px;
	}
}

@media (max-width: 767px){
	#cookie_not.prshow{
	display: block;
	text-align: left;
	}
	.cookie_pr{
	margin: 10px 0 0 0;
	}
	.button.cookie_pr {
	margin: 10px auto 0;
	}

	#cookie_not p {
		width: 100%;
		float: none;
	}
	.button.cookie_pr {
		float: none;
		margin: 10px 0 10px;
		display: block;
	}
}
/* /Cookie_not */

