/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input:not([type=checkbox]),input:not([type=radio]),textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
body{
	background: #000;
	font-size: 16px;
	font-family: sans-serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}
a{
	transition: .5s;
}
.wrap{
    width: 100%;
    max-width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    background: url(../images/bg-image.jpg) no-repeat center 0;
    background-attachment: fixed;
}
.txt-none{
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
/*--------------------------------
Contents
--------------------------------*/
.catch{
    width: 100%;
    height: 400px;
    background: url(../images/catch.png) no-repeat right 0;
}

.section-entry{
    width: 580px;
    margin: 0 80px 0 auto;
}
.heading{
    width: 100%;
    height: 80px;
    position: relative;
    border-bottom: 2px solid #bb4365;
}
.h-entry{
    width: 100%;
    height: 100%;
    background: url(../images/h-entry.png) no-repeat 0 center;
}
.title-logo{
    width: 150px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.logo-3ban{
    background: url(../images/logo-3ban.png) no-repeat right center;
}
.logo-4ban{
    background: url(../images/logo-4ban.png) no-repeat right center;
}
.logo-5ban{
    background: url(../images/logo-5ban.png) no-repeat right center;
}
.logo-6ban{
    background: url(../images/logo-6ban.png) no-repeat right center;
}
.logo-7ban{
    background: url(../images/logo-7ban.png) no-repeat right center;
}
.logo-8ban{
    background: url(../images/logo-8ban.png) no-repeat right center;
}

/*--------------------------------
aside
--------------------------------*/
.support{
    width: 300px;
    max-height: 98vh;
    padding: 0 0 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
    overflow: auto;
}
.h3-s{
    line-height: 40px;
    text-align: center;
    background: #bb4365;
    color: #fff;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.h3-s::before{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/faq-icon.png) no-repeat center center,#c96984;
}
.close-head{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
}
.js-inner{
    padding: 10px;
}
.thum{
    width: 60px;
    height: 60px;
    float: left;
}
.p-a{
    min-height: 60px;
    margin: 0 0 10px 70px;
    padding: 10px;
    background: #e0e0e0;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    position: relative;
}
.p-a::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    left: -20px;
    border: 10px solid transparent;
    border-right: 15px solid #e0e0e0;
}
.q{
    margin: 0 0 10px;
    padding: 15px 25px;
    color: #bb4365;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border: 2px solid #bb4365;
    background: url(../images/faq-q.png) no-repeat left 10px center,url(../images/faq-arrow.png) no-repeat right 10px center;
    cursor: pointer;
    transition: all .3s;
}
.q:hover{
    opacity: .7;
}
.close-bottom{
    padding: 5px;
    display: block;
    color: #bb4365;
    font-size: 12px;
    text-align: center;
}
/*--------------------------------
Form
--------------------------------*/

.entry-outer{
    width: 580px;
}
.entry-form{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.form{
    background: none;
    padding: 10px;
}
.form section{
	margin: 0;
	padding: 10px 0;
}
.form-head{
	padding: 5px 0;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #c70728;
}
.form-head h3{
	padding: 0 5px 0 0;
	font-size: 18px;
	line-height: 20px;
	flex-shrink: 1;
}
.form-head p{
	font-size: 11px;
}
.form fieldset{
	padding: 10px 0 0 0;
	position: relative;
}
.form fieldset label{
	width: 220px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	background: #bb4365;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	
}
.form fieldset p{
	padding: 0 0 0 230px;
	line-height: 40px;
}
.form fieldset p span{font-family:sans-serif;}
.form-desc{
	padding: 5px 0 0 230px;
	flex-basis: 100%;
	flex-shrink: 0;
	flex-grow: 1;
	font-size: 12px;
}
.form fieldset p.msg{
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #ddd;
}
.msg a{
	color: #ef6e92;
}
.form .error{
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
	background: #ffe5e5;
	color: #f33;
	flex-shrink: 0;
}
.form input[type="text"],
.form input[type="password"],
.form textarea,.form select{
	margin: 0;
	padding: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	border: 0;
	background: #eaeaea;
	-webkit-appearance: none;
	border-radius: 0;
}
.form textarea{
	height: 120px;
}
.form select{
	background: url(../images/icon_select.png) no-repeat right #eaeaea;
	background-size:25px;
}
.form .second-select{
	margin: 1px 0 0 0;
}
.form input[type="radio"]{
	width: 30px;
	height: 30px;
	border: 3px solid #fff;
	border-radius: 50%;
}
.form input[type="radio"]:checked{
	background: #bb4365;
}
.regular-radio{
	display: flex;
	align-items: center;
}
.regular-radio span{
	padding: 0 10px 0 5px;
	display: block;
}
.entry_btn{margin:0;padding:20px 0;clear:both;text-align:center;}
.entry_btn p{margin:0 0 20px 0;padding:20px;line-height:20px;font-size:14px;background:#f0f0f0;color:#333;text-align:left;}
.entry_btn p a{color:#bb4365;}
.form p a{color:#bb4365;}

.entry_btn button{
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, #bb4365 0%,#a23a58 100%);
	display: block;
	overflow: hidden;
	box-shadow: 0 4px 0 #6e273b;
	transform:translate3d(0,0,0);
	transition: .3s;
}
.entry_btn button:hover{
	background: linear-gradient(to bottom, #a23a57 0%,#a23a57 100%);
	box-shadow: 0 0 0 rgba(204,0,0,0);
	transform:translate3d(0,4px,0)
}

.entry_btn button span{
	height: 100px;
	line-height: 100px;
	display: block;
	font-size: 36px;
	letter-spacing: 5px;
	text-align: center;
	color: #fff;
}

.general .important{
	margin: 10px 0;
	padding: 10px;
	border:1px dotted #f00;
	background:rgba(255,0,0,.1);
}
.important span{
	color: #f00;
	font-size: 110%;
}
.h3{
    padding:10px;
    color:#ed9bb2;
    line-height:30px;
}
.p{
    margin: 10px;
    line-height: 28px;
    font-size: 14px;
}
#popup{padding:10px;background:#f0f0f0;}
#popup article{padding:0;background:#fff;}
#popup article header{padding:0;}
#popup article header h1{padding:0 10px;height:50px;line-height:50px;background:#bb4365;color:#fff;font-size:16px;}
#popup article h3{padding:10px;color:#bb4365;line-height:30px;}
#popup article p{padding:10px;line-height:18px;color:#666;} 

/*--------------------------------
Footer
--------------------------------*/
.footer{
    text-align: center;
    padding: 10px;
}
.footer small{
	line-height: 20px;
}

#pr{
	padding: 10px 0;
	text-align: right;
}

/* mother */
#mother{
    width: 270px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#mother h1{
    width: 100%;
    height: 100%;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    background-position: right center;
}
/* campaign */
.campaign h4 {border:0; font-size:14px; color:#000; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#000; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; color:#aaa; padding:0;}
.campaign strong {font-weight:bold; color:#f00;}
.camMenu { margin-bottom:10px;padding-left:20px;}
.camMenu dt { font-weight:bold; font-size:16px; margin:5px 0;}
.camMenu dt:before{content:"Бе"; color:#714769;}
.camMenu dd {margin-bottom:10px;}
.camMenu table {border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}

#campaign_btn,
#campaign_btn_entry {
	position: absolute;
	top: 10px;
	right: 10px; 
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
