body, html {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0;
	margin:0;
	height: 100%;
	font-family: Arial, san-serif;
	font-size: 18px;
}
/*************************************************************/
.left {
	float:left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #7f7f7f;
}
a:hover {
	color: #4f4f4f;
}
/*************************************************************/
#wrap {
	height: 100vh;
}

section.header {
	background-image: url(../images/header-rt.png);
    height: 900px;
    background-size: 1050px 900px;
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
}
section.header .lt {
	background-image: url('../images/header-lt.png');
	background-repeat:no-repeat;
	bottom:20px;
	left:50px;
	margin-left:50px;
	margin-top: 40px;
	width:700px;
	height:290px;
}
section.header .lt-ru {
	background-image: url('../images/header-lt-ru.png');
	background-repeat:no-repeat;
	bottom:20px;
	left:50px;
	margin-left:50px;
	margin-top: 40px;
	width:700px;
	height:290px;
}
section.header .top-line {
	padding-top:30px;
	height: 130px;
	line-height: 83px;
}
section.header .top-line .lang-bar {
	margin-left: 50px;
	
}
section.header .top-line .logo {
	padding-left: 50px;
}
section.header .top-line .navi {
	padding-right: 90px;
}
section.header .top-line .navi a {
	padding-left: 30px;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
	font-size: 20px;
}
section.header .top-line .navi a:hover {
	text-shadow: 1px 1px 5px #b163ff;
}

.form {
	width: 575px;
	padding-left: 50px;
	display: inline-block;
}

.form .item input, .form .item select  {
	margin-top: 10px;
	padding-left: 35px;
	width: 525px;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	color: #7f7f7f;
	font-size: 18px;
}
.form .item select {
	width: 562px;
}
.form .item input.username {
	background-image: url(../images/icon-user.png);
    background-repeat: no-repeat;
    background-position: 10px 14px;
}
.form .item input.password {
	background-image: url(../images/icon-password.png);
    background-repeat: no-repeat;
    background-position: 10px 14px;
}
.form .item input.email {
	background-image: url(../images/icon-email.png);
    background-repeat: no-repeat;
    background-position: 10px 16px;
}
.form .item.rules {
	height: 20px;
	line-height:20px;
	vertical-align: middle;
}
.form .item.rules span {
	color: #b27cf4;
}
.form .item.rules input[type="checkbox"] {
	height:20px;
	width: 20px;
	
}
.form input[type="submit"] {
	height: 60px;
	background: #9338f0;
	border-radius: 5px;
	width: 170px;
	border: 0px;
	color: #FFF;
	font-size: 18px;
	margin-top: 25px;
}
.line {
	border-top: 1px solid #d6d6d6;
	height: 63px;
	text-align: center;
	line-height: 63px;
	font-weight: bold;
	color: #ecdaff;
	font-size: 36px;
	background: rgb(177,99,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(177,99,255,1) 0%, rgba(115,46,185,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(177,99,255,1) 0%,rgba(115,46,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(177,99,255,1) 0%,rgba(115,46,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b163ff', endColorstr='#732eb9',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 18px 36px -10px rgba(0,0,0,0.66);
	-moz-box-shadow: 0px 18px 36px -10px rgba(0,0,0,0.66);
	box-shadow: 0px 18px 36px -10px rgba(0,0,0,0.66);
	text-shadow: 1px 3px 7px #000000;
}

section.map {
	background-image:url(../images/map-bg.png);
	min-width: 983px;
	min-height:780px;
	background-size: cover;
	/*background-position: center;*/
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

section.map div:first-child {
	color: #FFF;
    font-size: 18px;
    padding: 35px 50px;
    text-shadow: 1px 1px 5px #000;
}

section.map img {
	padding-left: 50px;
}
section.map a {
	background: #9138ed;
	color: #FFF;
	height: 65px;
	width: 175px;
	line-height: 65px;
	text-align: center;
	border-radius: 5px;
	display: block;
	margin: 10px 50px;
}
section.map div.text {
	color: #9338f0;
	font-size: 18px;
	padding: 15px 50px;
	text-shadow: 1px 1px 1px #000;
}

section.footer {
	background: #943bf1;
}

section.footer .tc {
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

section.footer .tc a {
	color: #FFF;
	font-size: 13px;
}
section.footer .tc a:hover {
	color: #e5cdff;
	font-size: 13px;
	text-decoration: underline;
}
section.footer .copyrights {
	background: #4d0a94;
	text-align: center;
	font-size: 14px;
	color: #e5cdff;
	padding: 10px;
	height: 45px;
	line-height: 45px;
	background-image: url(../images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: 50px 15px;
}
section.foto .header-text {
	padding-top:20px;
	padding-bottom:30px;
	font-size: 30px;
}

section.foto table td {
	font-size: 24px;
}

section.foto table td b {
	font-weight: normal;
	font-size: 36px;
}
.centred {
	margin:0 auto;
	min-width: 1000px;
	max-width: 1400px;
}
.calibri {
	font-family: Calibri, Arial, san-serif;
}

.chat-cont-gen {
	margin:0 auto;
	width: 550px;
	margin-bottom:100px;
}
.chat-cont-gen .header {
	height:90px;
	line-height: 90px;
	text-align:center;
	color: #efefef;
	font-size:33px;
	background: #943af1;
}
.chat-cont-gen .header b {
	font-weight: normal;
	font-size: 50px;
}
.chat-cont-gen .content {
	padding:15px;
	-webkit-box-shadow: inset 0px -10px 21px -7px rgba(0,0,0,0.56);
	-moz-box-shadow: inset 0px -10px 21px -7px rgba(0,0,0,0.56);
	box-shadow: inset 0px -10px 21px -7px rgba(0,0,0,0.56);
}
section.chat a.button {
	background: #9138ed;
	color: #FFF;
	height: 65px;
	width: 175px;
	line-height: 65px;
	text-align: center;
	border-radius: 5px;
	display: block;
}
section.chat .pagger {
	margin:0 auto;
	width: 700px;	
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
section.chat .pagger a {
	font-size:13px;
}
section.chat .pagger a:first-child {
	
		font-weight:bold;
		color:#000;
}
section.chat .item {
	margin:15px 0;
}
section.chat .item .hdr {
	height:35px;
	line-height:35px;
}
section.chat .item .txt {
	font-size:15px;
	
	border-radius:10px;
	padding: 5px 10px;
	color: #FFF;
	
}
section.chat .item.tl .txt {
	margin:0px 35px;
	background: #943af1;
}
section.chat .item.tr .txt {
	margin:0px 35px;
	background: #4f4f4f;
}

.images img {
    width: 130px;
    height: 180px;
    filter: blur(3.5px);
    margin-top:15px;
}
form .item {
    position: relative;
}
.error {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 11px;
    right: 14px;
    background: red;
    padding: 5px 8px 5px 20px;
    border-radius: 0px 4px 0px 25px;
}