.recreation-title {
    margin-bottom: 0;
}

.first-block {
    padding: 60px 80px;
    background: #edf2fc left top no-repeat;
    overflow: hidden;
    width: 100%;
}

.first-block .social-buttons {
    width: 50px;
    margin: -8px 1.5%;
    position: absolute;
    right: 0;
    z-index: 10;
}

.first-block .social-buttons .social {
    margin: 0 0 25px 0;
    transition: opacity, 0.6s;
    opacity: 0.5;
}

.first-block .social-buttons .social:hover {
    margin: 0 0 25px 0;
    opacity: 1;
}

.first-block p, .pictures-block p, .people-block p{
    margin: 0;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 25px;
    color: #75899d;
    text-align: center;
    padding: 0 10px;
}

.first-block ul li {
    margin: 0;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 25px;
    color: #75899d; 
    padding: 0 10px;
}

.first-block .img-row {
    width: 1012px;
    padding-top: 40px;
    margin: 0 auto;
}

.first-block .img-row img {
    border: 4px solid #4a667f;
    padding: 4px;
    border-radius: 50%;
    height: 270px;
    width: 270px;
    display: block;
    margin: 0 auto;
}

.first-block .img-row p, .pictures-block .img-row p {
    color: #75899d;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 30px 0 0 0;
}

.pictures-block {
    padding: 60px;
    background: #fff;
    width: 100%;
}

.pictures-block .img-row {
    padding-top: 40px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.pictures-block .img-row img {
    display: inline-block;
    border: 4px solid #4a667f;
    padding: 4px;
    border-radius: 50%;
}

.pictures-block .img-row p {
    display: block;
    margin: 30px auto 40px auto;
}

.pictures-block .img-row .col-sm-3, .pictures-block .img-row .col-sm-4, .pictures-block .img-row .col-sm-6,
.pictures-block .img-row .col-sm-12 {
    text-align: center;
}

.pictures-block .col-sm-3 {
    min-height: 380px;
}

.people-block {
    height: 500px;
    padding: 60px;
    background: #edf2fc left top no-repeat;
    width: 100%;
}

.people-block .img-row {
    width: 800px;
    padding-top: 40px;
    margin: 0 auto;
}

.people-block .img-row img {
    border: 4px solid #4a667f;
    padding: 4px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: block;
    margin: 0 auto;
}

.people-block .img-row p {
    width: 200px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    font-family: 'CenturyGothicRegular', sans-serif;
    text-transform: uppercase;
}

.people-block .img-row p.name {
    text-decoration: underline;
    margin-top: 25px;
}

.gallery-block p {
    margin-top: 40px;
}

.gallery-block .gallery-photo {
    margin-top: 40px;
    display: inline-block;
    vertical-align: middle;
    height: 615px;
    margin-bottom: 90px;
}

.gallery-block {
    text-align: center;
    padding-top: 0;
}

.gallery-block .instagram-arrow {
    margin-top: 300px;
}

.contacts {
    padding: 65px 0 40px 65px;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    background-size: cover;
    background-position: center;
    background-color: gray;
    width: 100%;
}

.contacts-line {
    margin-bottom: 25px;
}

.contacts-line .contacts-features {
    margin-left: 115px;
}

.contacts-line .contacts-features .contacts-features-feature {
    margin: 15px 0;
}

.contacts-features-feature-icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.contacts-line .contacts-features .contacts-features-feature span {
    vertical-align: super;
    margin-left: 30px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
}

.contacts-line a {
    color: #fff;
}

section.contacts .contacts-line div.phone-wrapper {
    display: inline;
}

section.gallery-block-mobile {
    display: none;
}