														/*base style*/
.project_cont {z-index: 20 !important;}

#wrapper {
	position: relative;
	z-index: 1;
}

#wrapper, #wrapper div {
	box-sizing: content-box;
}

#wrapper p {font-size: 16px;}

.text_column h2,.text_bg h2, .colors h2, .color_position h2, .text_column p, .text_bg p, .icons p {
	color: #fff;
}

.icons p {
	text-align: center;
}

.btn {
	float: left;
	margin-right: 35px;
	display: inline-block;
	width: 167px;
    height: 52px;
    cursor: pointer;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease; 
 		 -o-transition: all 0.4s ease; 
}

	.btn span {
		position: absolute;
		width: 167px;
		height: 52px;
		opacity: 0; 
		-webkit-transition: all 0.4s ease;
   		   -moz-transition: all 0.4s ease; 
     		 -o-transition: all 0.4s ease; 
	}
		.btn span:hover {
			opacity: 1;
		}

	.google_play {background: url(../images/apps/qwigra/google_play.png) no-repeat;}

	    .google_play span {
	        background: url(../images/apps/qwigra/google_play.png) no-repeat;
	    }/*Временно не работает, нужна картинка*/
	       
	.appstore {background: url(../images/apps/qwigra/appstore.png) no-repeat;}

	    .appstore span {background: url(../images/apps/qwigra/appstore_hover.png) no-repeat;}
	    
	    .appstore span.h-blue {background: url(../images/apps/qwigra/appstore_hover_blue.png) no-repeat;}

.disabled {pointer-events: none;}

.text_bg {
	border: 7px solid #fff;
	-webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
	-webkit-column-break-after: always;
	-moz-column-break-after: always;
	column-break-after: always;
	width: 390px;
	min-height: 400px;
	padding: 60px;
	position: absolute;
}

	.text_bg h2, .text_column h2, .color_position h2 {
		font-size: 32px
	}
	
	.text_bg h2 {
		margin-bottom: 50px;
	}
	
	.color_position p {
		font-weight: bold;
		font-size: 32px !important;
    	color: #fff;
	}
.p_cell {
	color: #fff;
	font-family: "Segoe UI Semilight", sans-serif;
	font-size: 16px;

}

.h2_cell {
	color: #fff;
	font-family: "HelveticaNeueCyr Thin", sans-serif;
	font-size: 62px;
}
.h2_cell_head {
	font-size: 32px;
}

.h-title {
	color: #000;
	font-size: 16px;
}
.video {
	position: absolute;
	border: 7px solid #fff;
	top: 0;
	width: auto;
	height: 400px;
}
			
												/*End base style*/
												/*header_top*/


.header_top {
	position: relative;
	background-color: #f7ad94;
	height: 1015px;
}

header {
	position: absolute;
	left: 0;
	right: 0;
	top: -120px;
	background: transparent url(../images/apps/qwigra/qwigra_bg.png) no-repeat center top;
	margin: 0 auto;
	width: 1235px;
}

.container {
	position: relative;
	height: 1135px;
}

.text_column {
    -webkit-column-count:2;
    -webkit-column-gap: 2em;
    -moz-column-count:2;
    -moz-column-gap: 2em;
    column-count:2;
    column-gap: 2em;
    text-align: left;  
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
}

    .text_column div:nth-child(1) {
        -webkit-column-break-after: always;
        -moz-column-break-after: always;
        column-break-after: always;
    }
		.text_column div:first-child p {
			margin-bottom: 20px;
		}
		
		.text_column h2 {
			margin-bottom: 20px;
		}
		.text_column a {
			display: block;	
		}


													/*End header_top*/
													/*first_step*/
.first_step {
	min-width: 1235px;
	background: #e7707b url(../images/apps/qwigra/bg_1.jpg) no-repeat top center;
}

.bg_1 {
	margin: 0 auto;
	height: 910px;
	width: 1235px;
	position: relative;
}

.text_bg_1 {
	background: #e7707b;
	top: 200px;
	left: 0;
	box-shadow: -35px 0 76px rgba(185,88,97,0.65)
}

.video_bg_1 {
	left: none;
	top: 200px;
	right: 0;
}
	
												/*End first_step*/
												/*second_step*/
.second_step {
	background-color: #c66b84;
}

.bg_2 {
	background: #c66b84 url(../images/apps/qwigra/bg_2.jpg) no-repeat top center;
	margin: 0 auto;
	height: 1802px;
	width: 1235px;
	position: relative;
}

.text_bg_2 {
	background: #c66b84;
	top: 200px;
	right: 0;
	box-shadow: 35px 35px 76px rgba(152,79,99,0.65)
}

.video_bg_2 {
	top: 200px;
	left: 0;
}

.icons {
	list-style: none;
	position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    font-size: 0;
}


.icons li {
    list-style: none;
    display: inline-block;
    margin: 0 105px;
	font-size: 16px;
}

.icons li:last-child {
    margin-right: 0;    
}

.icons li:nth-child(2) {
	margin: 0 auto;
}

.icons li:nth-child(2) img {
	   margin-bottom: -100px;;
}

.icons li:last-child img{
    margin-bottom: 32px;    
}
											/*End second_step*/
												/*colors_wrapper*/
.colors_wrapper {
	position: relative;
	background: #fff;
	margin: 155px auto;
}

.color_1, .color_2, .color_3, .color_4, .color_5 {
	width: 50%;
	height: 155px;

}

.color_1 {
	background: #f7ad94;
}

.color_2 {
	background: #e7707b;
}

.color_3 {
	background: #c66b84;
}

.color_4 {
	background: #6b5a7b;
}

.color_5 {
	background: #315a7b;
}

.colors_h2 {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1235px;
    height: 100%;
    margin: auto;
}

	.colors_h2>div:last-child h2, .color_position p, .final_stage h2, .h-title {
		text-align: center;
		line-height: 155px;
	}

.img_qwigra, .color_position {
	height: 155px;
	float: left;
	width: 50%;
	position: relative;
}

	.img_qwigra img {
		position:absolute;
		margin:auto;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}

												/*End colors_wrapper*/
												/*qwigra*/

.qwigra {
	min-width: 1235px;
	background: linear-gradient(-45deg, #315a7b 20%, #6b5a7b 20%, #6b5a7b 40%, #c66b84 40%, #c66b84 60%, #e7707b 60%, #e7707b 80%, #f7ad94 80%);
}
.bg_3 {
	margin: 0 auto;
	width: 1235px;
	height: 670px;
	position: relative;

}
	.bg_3 img {
		position:absolute;
		margin:auto;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
												/*End qwigra*/
												/*third stage*/
.third_stage {
	background: linear-gradient(30deg, #315a7b 28%, #6b5a7b 28%, #6b5a7b 100%);
	min-width: 1235px;
	position: relative;
	z-index: 20;
}

.bg_padding {
	padding-bottom: 355px;
	background: url(../images/apps/qwigra/phone.png) no-repeat right -50px;
}

.bg_4 {
	background: url(../images/apps/qwigra/screens_phone.png) no-repeat center 935px,
	url(../images/apps/qwigra/screens.png) no-repeat center bottom;
	max-width: 1920px;
	margin: 0 auto;
}

.content_4 {
	position: relative;
	z-index: 3;
	margin: 0 auto;
	height: 3900px;
	width: 1235px;
}
	.content_4>p {
		color: #fff;
		/*font-size: 16px;
		font-weight: normal;*/
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 2069px;
		right: 0;
		left: 0;
		height: 30px;
		text-align: center;
		line-height: 30px;
		padding: 0 18% 0 15%;
	}
		
		.content_4 > p:last-child {
			bottom: 369px;
		}

.text_content_4 {
	background: transparent;
	top: 200px;
	left: 0;
	box-shadow: 35px 35px 76px rgba(82,67,96,0.65)
}

.video_bg_4 {
	top: 200px;
	right: 0;
}

											/*End third stage*/
.fourth_stage {
	min-width: 1235px;
	background: #315a7b url(../images/apps/qwigra/hand.png) no-repeat right 1500px;
}

.image_bg_5 {
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/apps/qwigra/imac1.gif) no-repeat top left;
}

.bg_5 {
	position: relative;
	margin: 0 auto;
	width: 1235px;
	height: 2300px;
}

.text_bg_5 {
	background: #315a7b;
	top: -200px;
	left: 0;
	z-index: 20;
	box-shadow: -35px 0 76px rgba(34,66,92,0.65)
}

.video_bg_5 {
	z-index: 20;
	top: -200px;
	right: 0;
}

table {
	position: absolute;
	top: 610px;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	border:none;
	
}

table td {
	border: none;
	padding: 65px 0;
	text-align: center;
}

table .td_left {
	float:left;
}

table .td_right {
	float: right;
}

table p {
	margin-top: 20px;
}

.footer_img {
	border: 7px solid #fff;
	position: absolute;
	bottom: 310px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 90px 85px 40px;
	border-radius: 240px;
}

.footer_img img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
    padding-left: 80px;
}

.footer_position {
	width: 30%;
	margin: 0 35% 0 35%;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 200px;
}

.footer_position>a>div{
	float: right;
	margin-right: 0;
}

.footer_position>a:first-child>div{
	float: left;
}

											/*End third stage*/