* {
	margin:0;
	padding:0;
	outline: none;
}

html, body {
	background: url(../img/block_c1.jpg) no-repeat center center fixed;
	width: 100%;
	height: 736px;
	color: #ffffff;
	    width: 100%;
	            -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

a {
	text-decoration: none;
	color: #000000;
}


/* Адаптивность */
/* Смартфоны */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 
} 

/* Планшеты */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}


.wrapp {
	max-width: 960px;
	margin: 0 auto;
	
	position: relative;
	z-index: 0;
}

.wrapp:after {
	content: '.';
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	position: relative;
}

.cl:after {
	content: '.';
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	position: relative;
}

.btn{
	background-color: rgb(255 209 37);
	border:1px solid #fc930b;
	border-radius: 10px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-family: 'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	cursor: pointer;
	margin: auto;
	}
	
	.btn:hover, .btn:focus, .btn:active {
		background-color: rgb(229 183 12);
		}

.woman{
	padding-top: 136px;
	background: url(../img/woman.png) center no-repeat;
	max-width: 902px;
	height: 535px;	
	margin: 0 auto;
}
.block_c1 h2{
    color: #ffffff;
    font-size: 64px;
    margin-top: -40px;
    margin-left: 28px;
    font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    padding-bottom: 65px;
}
.block_c1 .pos{
	margin-left: 47px;
}
.block_c1 .pos .sale_man {
	font-size: 27px;
    line-height: 36px;
    margin-bottom: 40px;
    font-family: 'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
.block_c1 .pos p b{
	color:#ffc402;
	font-size: 36px;
	line-height: 29px;
	font-family: 'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	 padding-top: 23px;
}
@media screen and (max-width: 768px) {
	.woman {
		background-image: none;
	}
	.block_c1 .pos{
	margin-left: 28px;
	}
	.block_c1 h2 {
		padding-bottom: 25px;
	}
	.block_c1 .pos .sale_man {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px) {
	.block_c1 h2 {
		font-size: 50px;
	}
	.block_c1 .pos .sale_man {
		font-size: 24px;
	}
}
@media screen and (max-width: 520px) {
	.block_c1 h2 {
		font-size: 40px;
	}
	.block_c1 .pos .sale_man {
		font-size: 20px;
	}
}
@media screen and (max-width: 380px) {
	.block_c1 h2 {
		font-size: 35px;
	}
	.block_c1 .pos .sale_man {
		font-size: 16px;
	}
}
