.first h1 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}
.first{
	color: #55785B;
	background-color: #DAD1BD;
	padding: 160px 0 80px 0;
}
.first h1,
.first p{
	max-width: 945px;
	color: #55785B;
}

.or {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}
.or.blue{
	background-color: #3A7ECE;
}
.or.red{
	background-color: #CE3A3A;
}
.zones{
	font-size: 18px;
	line-height: 32px;
	color: #000;
}

.zones {
    margin-top: 60px;
}
.zones .text {
    position: relative;
    margin-top: -10px;
    margin-left: 52px;
    max-width: 277px;
}
.asdv {
    max-width: 945px;
    font-size: 22px;
    line-height: 40px;
}
.static-content{
	padding-top: 325px;
}

.m-945{
	max-width: 945px;
}

@media (max-width: 992px){
	.static-content {
		padding-top: 120px;
	}
	.static-content h1 {
		margin-top: 40px;
		margin-bottom: -20px;
	}
	.asdv {
		font-size: 15px;
		line-height: 27px;
	}
}

.landscape .zones.portrait{
	display: none;
}
.portrait .zones.landscape{
	display: none;
}

.zones.portrait .text {
    font-size: 10px;
    line-height: 18px;
    margin-left: 17px;
    max-width: 117px;
    width: calc(100% - 32px);
}
.zones.portrait .or{
	width: 15px;
	height: 15px;
}
.zones.portrait {
    margin: -54px 0 0 0;
    height: 40px;
}

.qoute {
    margin: 121px auto 44px auto;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    max-width: 592px;
    /* margin: 0 auto; */
    color: #000;
}
.qoute label {
    display: block;
    margin-top: 3em;
}
@media (max-width: 768px){
	.qoute {
		font-size: 19px;
		line-height: 31px;
		margin: 40px auto 0 auto;
	}
}