#ourSites .header {
    text-align: center;
}

#ourSites .header .title {
    font-size: 40px;
}

#ourSites .header .text {
    font-size: 15px;
}
.siteTypeWrapper{
    margin-bottom: 70px;
}
.siteTypeTitle {
    font-size: 25px;
    padding: 20px 0 0 5px;
}
.site{
    padding: 5px;
}
.site .siteImg {
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

.siteCardWraper {
    display: none;
    width: 50%;
    left: 25%;
    top: 30%;
    position: fixed;
    opacity: 1;
    z-index: 4;
}

.siteCard {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 50px;
}

.siteCard .siteCloseBtn {
    position: absolute;
    right: -30px;
    top: 0;
    cursor: pointer;
    width: 20px;
}

.siteCard .title {
    font-size: 25px;
    margin-bottom: 10px;
}

.siteCard .description {
    font-size: 15px;
    margin-bottom: 10px;
}

p {
    line-height: 18px;
    margin-bottom: 10px;
}

.siteCard .link {
    display: block;
    width: 25%;
    margin: 22px 0 0 0;
    line-height: 45px;
    background: #ff3329;
    font-size: 1.1vw;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    border: 0;
    color: #fff;
}

.siteCard .link:hover {
    background: #D62929;
}

.siteCard .link {
    color: #fff;
    text-decoration: none;
}

.siteCard .link:hover {
    text-decoration: none;
}


.popupWraper {
    display: none;
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 3;
}

.siteCloseBtn {
    background: url('../images/close-button.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}
