/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body, html {
	padding:  0px;
	margin:  0px;
	width: 100%;
	height:  100%;
}

.social-share {
	margin-top:  50px;
	margin-left: 20px;
}

.clear {
	clear: both;
}

#page {
	width: 1200px;
	margin: 0 auto;

	.introduction {
		height: 600px;
		position: relative;
		
		div {
			position: absolute;
			
			a {
				color: #363ab6;
			}
		}
	}
	
	.container {
		height: 1100px;
		width: 1000px;
		margin-left: 100px;
		position: relative;
	
		.cadres {
			.image {
				display: none;
				float: left;
				
				img {
					display: block;
				}
			}
		}
		
		.dialogs {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 1000px;
			height: 1100px;
		
			.dialog {
				width: 1000px;
				height: 1100px;
				position: absolute;
				display: none;
			}
		}
	}
	
	.continue {
		text-align: center;
		font-family: PTSerif-Italic;
		font-size: 18px;
		line-height: 22px;
		padding: 50px 0px;
	}
}