body {
    background: #d5e7df url(../images/background.jpg) top center;
    margin: 0;
    padding: 0;
    font: 14px 'Myriad Pro', Arial;
    color: #000;
}
h1 {
    font-family: 'resagokrregular';
    font-size: 100px;
    color: #2f6b25;
    margin: 80px 0 0 0;
}
.opisanie {
    margin-top: 80px;
}
.quotes {
    width: 1400px;
    height: 650px;
    position: relative;
    margin: 0 auto;
    background: url(../images/roza.png) no-repeat center top;
}
.quote {
    background: url(../images/quote.png) no-repeat left top;
    padding: 34px 0 0 40px;
    width: 300px;
}
.left {
    position: absolute;
    left: 0;
    height: 200px;
}
.right {
    position: absolute;
    right: 0;
    height: 200px;
}
.top {
    top: 30px;
}
.middle {
    top: 200px;
}
.bottom {
    bottom: 30px;
}
.in {
    position: relative;
    top: 30px;
}
.in a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    width: 230px;
    text-align: center;
    display: block;
    padding: 16px 2px;
    background-color: #3c962e;
    border-radius: 3px;
    position: relative;
    z-index: 2px;
}
.in a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    background-color: #1a6812;
    padding: 2px;
    widows: 100%;
    width: 230px;
    border-radius: 0 0 3px 3px;
}

.contacts {
    margin-bottom: 100px;
}