
/* default */
.gallery .col {
	margin-bottom: 30px;
}

.hidden {
    display: none !important;
}
.white {
    color: #fff;
}
.zapis {
    color: #18150c;
    background: #EFE1CC url(../images/cbbf2.png) top center;
}
img {
    max-width: 100%;
}

body {
    background: #000 url("../images/star-black.gif") repeat center center;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.2em;
}
.content {
    background: url("../images/bg-var1-transp.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
body,div,p,span,section,h1,h2,h3 {
    line-height: 1.2em;
}
.top-title {
    margin-top: 30px;
    margin-bottom: 5px;
}
.title {
    margin-bottom: 30px;
}
.help-title {
    margin-top: 60px;
}
.phone {
    margin-top: 10px;
    cursor: pointer;
}
.phone a {
    display: block;
    cursor: pointer;
}
.uslugi-title {
    margin-top: 70px;
    margin-bottom: 30px;
}
.uslugi .item {
    /*background-color: rgba(225,195,130, 0.3);*/
    background-color: rgba(27, 19, 15, 0.5);
    box-shadow: 0 0 30px 0px rgba(229,195,113, 0.3);
    margin-bottom: 30px;
    min-height: 296px;
}
.uslugi .item .img {
    width: 100%;
    height: 160px;
}
.uslugi .item .text {
    padding: 10px;
}
.uslugi .item .text h3 {
    margin: 20px 0;
}
.main-photo {
    margin-bottom: 20px;
}
.preimushestva {
    padding: 30px 20px;
    background: #2d2d29;
}
.otzyvy {
    margin-top: 70px;
}
.otzyv-title {
    margin-bottom: 30px;
}
.otzyv {
    position: relative;
    padding: 20px 20px 20px 40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}
.otzyv:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/sve4a.gif") no-repeat 0 0;
    background-size: cover;
    width: 40px;
    height: 40px;
}
.otzyv-form {
    position: relative;
    padding: 80px 40px 50px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.otzyv-form:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    background: url("../images/sve4a.gif") no-repeat 0 0;
    margin-left: -20px;
    background-size: cover;
    width: 40px;
    height: 40px;
}

#addReview {
    max-width: 650px;
    margin: 15px auto 50px;
}

.footer {
    border-top: 2px solid #ad7c48;
    padding-bottom: 40px;
}
.footer-logo {
    margin: 40px auto 20px;
    width: 400px;
    max-width: 60%;
}
.footer .help-title {
    max-width: 400px;
    margin: 0 auto 10px;
}
.button {
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .help-title {
        margin-top: 30px;
    }
    .uslugi-title {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .otzyvy {
        margin-top: 30px;
    }
    .otzyv-title {
        margin-bottom: 10px;
    }
    .footer-logo {
        margin: 40px auto 20px;
        width: 400px;
        max-width: 80%;
    }
    .footer .help-title {
        max-width: 80%;
    }
}