body{
    font-family: 'Montserrat', sans-serif !important;
}

h3{
    color: #FFF !important;
}

.clear {
    clear:both;
}

.slider__text.solid-background {
    display: none;
}
.wrap__section--frame {
    background: transparent;
}
.wide-col {
    float: left;
    display: block;
    margin-right: 2.58345%;
    width: 100%;
}
.wrap__section{
  background: url(/storage/app/media/bg-footer.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
}

h1, h2, h3, h4, h5 {
    color:#035E8B !important;
}

p {
    font-family: 'Montserrat', sans-serif;
}

.wrap__offer .form__title, .wrap__offer .form__name{
    color:#fff !important;
}

#box-staff {
    width:48%;
    padding:8px;
    float:left;
    background:#dad9de;
    border:1px solid #ccc;
    margin:5px;
    min-height:365px;
}
.decor-section .narrow-col {
    background: #BCBCBC;
}
.decor-section:before {
    background: #FFF;
}
.slider__text.solid-background {
    border-bottom: 2px solid #f18d77;
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.6);
}
.wrap__offer .form {
    margin: 0 0 85px;
    padding: 30px 0 36px;
    color: #ffffff;
    background: #6F6E74;
    position: relative;
}
.home-layout .testimonials__title, .home-layout .testimonials__caption {
    text-align: center;
}
.home-layout .testimonials__item {
    padding: 18px 24px 24px;
    background-color: rgba(17, 17, 17, 0.05);
    border-radius: 34px;
}
.home-layout .testimonials__content {
    font-size: 24px;
    font-style: normal;
}
.home-layout .testimonials__content:before {
    left: 0;
    color: #068b88;
}
.wrap__featuredblocks--inner.wrap-item__inner {
    max-width: 1300px;
}
.wrap__offer .form__caption {
    color: #fff !important;
}

/* ------------- media ------------ */
@media(min-width: 1024px) {
    .wrap__featuredblocks .featuredblock__item {
        width: 18%;
    }
}
@media(min-width: 768px) {
    .narrow-col .staff__title, .narrow-col .staff-member__text {
        text-align: center;
    }
    .narrow-col .staff-member__image-wrapper, .narrow-col .staff-member__image {
        margin: 0 auto 17px;
    }
}
@media (max-width:767px) {
    #box-staff {
        width:100%;
    }    
    .navigation:not(.mm-menu) .navigation__list > .navigation__item.active > a {
        background: #BCBCBC;
    }
    .slider__text {
        min-height: unset !important;
    }
    .wrap__offer .form {
        padding-left: 15px;
        padding-right: 15px;
    }
    a {
        text-decoration: underline;
        color: #BCBCBC;
    }
}

/***********/

a[href^="tel"], a[href^="fax"] {
    cursor: default;
    pointer-events: auto;
    text-decoration: auto;
}
