
@media (max-width: 484px) {
    .top-banner .content h1 {
        font-size: 24px;
    }
}
.navbar {
    margin-bottom: 0;
    padding-top: 25px;
}
.navbar-default {
    background-color: white;
    border-color: transparent;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Montserrat'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.navbar-default .navbar-nav>li>a:hover {
    text-decoration: underline!important;
}

.top-banner {
    position: relative;
    height: 400px;
    margin-top: 50px;
    background-image: url('../img/p/001_obl.jpg');
    background-position: center;
    background-size: cover;
}
.top-banner .content {
    position: absolute;
    padding: 50px;
    background: rgba(255,255,255,0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-banner .content h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.top-banner .content h1 span {
    color: #04a900;
}
.block-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-1 .col-md-3 {
    padding-bottom: 40px;
}
.block-1 .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    text-align: center;
}
.block-1 .price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.block-2 {
    background-color: #efd6ac;
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-2 .col-md-4 {
    padding-bottom: 40px;
}
.block-2 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.block-2 h1 span {
    color: #04a900;
}
.block-2 .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    margin-top: 15px;
}
.block-2 .price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.block-3 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-3 .col-md-4 {
    padding-bottom: 40px;
}
.block-3 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.block-3 h1 span {
    color: #04a900;
}

.block-3 .title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    margin-top: 15px;
}
.block-3 .price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.block-4 {
    position: relative;
    color: #ffffff;
    background-color: #04a900;
}

.block-4 .content {
    padding: 30px 50px 30px 50px;
}

.block-4 .content img {
    margin-bottom: 20px;
}
.block-4 .content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.block-5 .col-md-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-5 .col-md-6 {
    padding-top: 60px;
    padding-bottom: 50px;
}

.block-5 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 20px;
}
.block-5 h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
}

.block-6 {
    background-color: #333333;
    padding: 40px;
    color: #ffffff;
}

.block-6 h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    margin-right: 20px;
}
.block-6 img {
    text-align: center;
    margin-top: -10px;
    margin-right: 15px;
    width: 35px;
}

@media (max-width: 484px) {
    .block-6 h3 {
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .block-6 img {
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }
}



.block-7 .col-md-3,
.block-7 .col-md-6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.block-7 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 20px;
}
.block-7 h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.block-7 h5.work-time {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}
.block-7 h5.work-time-2 {
    margin: 0;
}
.block-7 iframe {
    width: 100%;
    height: 215px;
}


.footer {
    background-color: #04a900;
    padding-top: 10px;
    padding-bottom: 30px;
}