
body{
    margin:0;
    font-family: 'Poppins', sans-serif;
    box-sizing:border-box;

}

.container{
    margin:0 auto;
    box-sizing: border-box;
    text-align:left;
	position:relative;
}

.container1170{
    max-width:1170px;
}
.container:after, .clear:after{
    clear:both;
    display:table;
    content:"";
}

.videoWrap{
	position:absolute;
	top:0;
	right:0;
	left:0;
	margin:0 auto;
	z-index:2;
	width:100%;
	background:url('img/bg.jpg') no-repeat top center;
	background-size:100% auto;
	max-width:1920px;
}

#myVideo {
    position:relative;
    right: 0;
    top: 0;
    min-height: 100%;
	min-width:100%;
	z-index:1;
}



.page{
    position: relative;
    width: 100%;
	top:0;
	z-index:5;
}

header{
	height:590px; /*890px; */
}
.policy header{
	height:auto;
}

.logo{
	background:#fff;
    text-align:center;
    clear:both;
	float:left;
}
.logo a{
    display:block;
	padding:15px 50px;
}
.policy .logo{
	float:none;
}

.headerSloganWrap{
	padding-top:80px;
	clear:both;
}
.headerSloganBig{
	font-size:44px;
	text-align:center;
	line-height:120%;
	color:#fff;
	padding-bottom:35px;
}
.headerSloganBig span{
	font-size:55px;
}
.headerSloganSmall{
	font-size:18px;
	color:#fff;
	text-align:center;
}


.content{
	clear:both;
	margin-top:430px;
}
.policy .content{
	margin-top:0;
}

.columnRight{
	float:right;
	width:370px;
	margin-left:30px;
	margin-top:0px;
	background:#EC0578;
	padding:30px;
	box-sizing:border-box;
	position:relative;
	z-index:10;
}

.formDescription{
	font-size: 26px;
	text-align:center;
	color:#fff;
	line-height:120%;
}
.formDescription span{
	font-weight:bold;
}
.formDescriptionSecond{
	font-size:16px; 
	padding-top:25px;
	color:#fff;
	line-height:150%;
	text-align:center;
	padding-bottom:35px;
}
.formDescriptionSecond span{
	font-weight:bold;
}

form.formSend{
    padding:0;
    text-align: center;
}

input[type="text"], input[type="email"], select{
    border:none;
    background:#fff;
    line-height:50px;
	height:50px;
    margin-bottom:12px;
    width:100%;
    padding:0 10px;
    box-sizing:border-box;
    font-size:16px;
    color:#B17ABE;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(160,162,159,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(160,162,159,1);
    box-shadow: 0px 0px 5px 0px rgba(160,162,159,1);
	-webkit-appearance:none;
}

.checkWrap{
    text-align:left;
    color:#fff;
    font-size:11px;
    padding-bottom:20px;
}
.checkWrap a{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    display:block;
}
input.check{
    float:left;
    margin:2px 3px 0 0;
}

form.formSend input[type="submit"]{
    border:none;
    background: #7E3590;
    width:240px;
    line-height:60px;
    margin:0 auto;
    font-size:26px;
    padding:0;
    cursor:pointer;
	color:#fff;
	border-radius:30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(160,162,159,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(160,162,159,1);
    box-shadow: 0px 0px 5px 0px rgba(160,162,159,1);
	-webkit-appearance:none;
}




.success{
    padding: 30px;
    text-align: center;
    font-size: 24px;
	color:#fff;
}


.columnLeft{
	
	padding-right:400px;
	min-height:720px;
	position:relative;
	z-index:7;
}
.bg{
	background:url('img/centerBgg.png') no-repeat bottom center;
	width:803px;
	height:544px;
	position:absolute;
	top: 175px;
    right: 180px;
	z-index:4;
}


.leftContactWrap{
	font-size:14px;
	color:#fff;
	text-align:left;
	line-height:200%;
	margin-top:-130px;
	padding-right:120px;
	background:url('img/arrow.png') no-repeat right top;
	height:130px;
}

.leftDescription{
	padding-top:110px;
	font-size:16px;
	color:#B17ABE;
	font-weight:300;
	padding-right:145px;
}
.dark{
	color:#7E3590;
	font-size:18px;
	font-weight:400;
}
.pink{
	color:#EC0578;
	font-size:18px;
	font-weight:400;
}



footer{
    padding-top:50px;
    box-sizing:border-box;
}

.footerDescTop{
	
}
.footerDescBig{
	color:#7E3590;
	text-align:center;
	font-size:26px;
}
.footerDescBig span{
	font-weight:bold;
}
.footerDescSmall{
	color:#7E3590;
	font-size:20px;
	text-align:center;
}
.footerPhone{
	padding-top:20px;
	color:#EC0578;
	font-size:36px;
	text-align:center;
}
.footerPhone a{
	color:#EC0578;
	font-size:36px;
	font-weight:bold;
	text-decoration:none;
}
.footerMail{
	padding-top:0;
	color:#7E3590;
	font-size:20px;
	text-align:center;
}
.footerMail a{
	color:#7E3590;
	font-size:20px;
	text-decoration:none;
}	
.copyright{
	font-size:12px;
	color:#B17ABE;
	padding-top:40px;
	text-align:center;
	font-weight:300;
}

.hiddenTop, .logoHidden{
	display:none;
}

.googleLeft {
    position: absolute;
    top: 95px;
    left: 1px;
    z-index: 9999999;
}


.cookiesArea{background: #fff; height: 100px}
/*-----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1760px){
	.content{margin-top:330px;}
}
@media screen and (max-width: 1575px){
	.content{margin-top:230px;}
}
@media screen and (max-width: 1400px){
	.content{margin-top:130px;}
}
@media screen and (max-width: 1220px){
	.content{margin-top:30px;}
}
@media screen and (max-width: 1200px){
    .leftDescription{padding-left:15px;}
}
@media screen and (max-width: 1050px){
	.headerSloganWrap{padding-top:30px;}
	
	header{height:530px;}
}
@media screen and (max-width: 980px) {
    .leftContactWrap.hiddenTop{display:block; color:#B17ABE; text-align:center; padding-right:0; padding-top:30px; margin-top:30px; height:auto; background:url('img/arrowDown.png') no-repeat bottom center; padding-bottom:110px;}
	.leftContactWrap.hiddenBottom{display:none;}
	.columnRight{width:320px; float:none; margin:20px auto 0 auto;}
	.leftDescription{padding:15px 15px 0 15px;}
	.columnLeft{padding:0; min-height:100px;}
	.bg{position:static; width:100%; background: url('img/centerBgg.png') no-repeat bottom right;}
	#myVideo{display:block; width:100%;}
	.videoWrap{height:auto;}
	.content{margin-top:0;}
	
}
@media screen and (max-width: 850px){
	.logoHidden{display:block; text-align:center;}
	.videoWrap{position:static}
	#myVideo{top:0; width:100%;}
	.logo{display:none;}
	header{height:auto;}
	.headerSloganBig, .headerSloganSmall{color:#7E3590;}
	.headerSloganWrap{padding-top:30px;}
}
@media screen and (max-width: 840px){
	.cookiesArea{height:125px;}
}
@media screen and (max-width: 640px){
	.cookiesArea{height:145px;}
}
@media screen and (max-width: 520px) {
	.headerSloganBig{font-size:36px;}
	.headerSloganBig span{font-size:40px; font-weight:bold;}
	.logo{width:100%; text-align:center;}
	.logo a{padding:15px 0;}
	.bg{background: url('img/centerBgg2.png') no-repeat center bottom;}
}
@media screen and (max-width: 515px){
	.cookiesArea{height:165px;}
}
@media screen and (max-width: 440px){
	.cookiesArea{height:188px;}
	.footerMail a{font-size:15px;}
}
@media screen and (max-width: 400px){
	.headerSloganBig{font-size:30px;}
	.headerSloganBig span{font-size:32px;}
}
@media screen and (max-width: 380px){
	.cookiesArea{height:210px;}
}
@media screen and (max-width: 345px){
	.cookiesArea{height:230px;}
}

















