header {
    background: url("../images/bg_top.jpg") no-repeat top center;
    min-height: 416px;
}

.logo {
    padding-top: 100px;
}

.phone a{
    padding-top: 20px;
    font-size:3rem;
    color: #fff;
}

.homes {
    padding:30px 0;
}

.homes:nth-child(odd) {
    background-color: #f2f0f1;
}

.home__item h3 {
    text-align: center;
    border-bottom:2px solid #2C7C91;
    margin-bottom:30px;
    padding-bottom:10px;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgb(0, 0, 0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

.photos__item img {
    height: 450px;
    object-fit: cover;
    border-radius: 7px 7px 0 0 ;
}

footer {
    padding:20px 0;
}

.rslides_nav {
    display: none;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .phone a{
        font-size:2rem;
    }

    .rslides_tabs {
        display: none;
    }
}