.slider-wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 30px;
}
.slider-wrapper__bg-block {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    top: 0;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    width: 100%;
    height: 100%;

}
.hi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;

    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}
span {
    color: #ff0;
    cursor: pointer;
    text-decoration: underline;
}

em {
    font-style: normal;
}
em.hidden {
    display: none;
}

.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.9;
}
.screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 1;

    margin: auto;

    opacity: 0;
    transition: opacity .5s;
}
.screen.active {
    opacity: 1;
}
.home-wrapper {
    min-height: 600px;
}
body .home-wrapper {
    /*background: #fff;*/
}
body .navbar-brand {
    height: 80px;
}
body .navbar-default .navbar-brand {
    margin-top: 0;
}
body #features {
    padding-bottom: 130px;
}

#contact-form.custom-price-form input.contact-input:focus,
#contact-form.custom-price-form textarea.contact-commnent:focus {
    border-color: #757575;
}
.text-center {
    text-align: center;
}
.text-center img {
    display: inline;
}
.custom-opt-block ul.features-list-dark li {
    float: none;
}
body .story-block .story-text h4 {
    min-height: 50px;
}
#navbar-collapse-02 .phone {
    padding: 27px;
}
#navbar-collapse-02 .phone a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.phone.xs-show {
    display: none;
}
body #home_wrapper {
    padding-bottom: 60px;
}
@media (max-width: 990px) {
    .opaque button.navbar-toggle {
        display: block;
    }
}
button.navbar-toggle {
    display: none;
}
@media (max-width: 990px) {
    .navbar-collapse .phone {
        width: 100%;
        text-align: center;
    }
    .phone {
        display: none;
    }
    .phone.xs-show {
        display: block;
    }
}
@media (max-width: 1176px) {
    h1.home-title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 480px) {
    .story-block .story-image {
        display: none;
    }
    .story-block .story-text {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 340px) {
    h1.home-title {
        font-size: 20px;
        line-height: 28px;
    }
    p.home-subtitle {
        font-size: 16px;
        line-height: 27px;
    }
}

body .home-wrapper {
    background: url(../images/bg_top.jpg) no-repeat;
    background-size: cover;
}
body .story-block .story-image img {
    width: auto;
    border: none;
    border-radius: unset;
}
body .blog-item-inner {
    border: none;
}
body .blog-item {
    border: 1px solid #e5e5e5;
}
body .blog-item .popup-gallery {
    top: 20px;
    left: 27px;
}
body .blog-item .popup-wrapper .popup-gallery {
    min-height: 113px;
}
body .blog-item .popup-wrapper .popup-gallery img {
    width: 72px;
}
body .popup-gallery:hover img {
    opacity: 1;
}
.section-dark#contact {
    background: url(../images/16.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    /*padding-bottom: 230px;*/
}
body .footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*background: none;*/
    background: url("../images/17.jpg") no-repeat;
    background-size: cover;
    border-top: 1px solid #fff;
}
.section-dark#contact p {
    color: #fff;
}
.section-dark#contact input.contact-input,
.section-dark#contact textarea {
    color: #fff;
    border: 1px solid #fff;
}
body .testimonials-info {
    margin: 0 auto;
    width: 110px;
    display: block;
    padding: 0;
    border: none;
}
body .testimonials-info img {
    float: none;
    border: none;
}
body .testimonials-text {
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
body .section-testimonials {
    background: url("../images/8.jpg") no-repeat;
    background-size: cover;
}
body input.contact-submit {
    border: 2px solid #331bab;
    background-color: #331bab;
}
body input.contact-submit:hover {
    border: 2px solid #331bab;
    color: #331bab;
}
body #price-list input.contact-input {
    border: 1px solid #331bab;
}
body #contact input.contact-submit:hover {
    border: 2px solid #fff;
    color: #fff;
}
body .partners-item {
    border: none;
}
body #partners .section-white {
    padding-top: 40px;
}
body .statistics {
    color: #fff;
    font-size: 20px;
    padding: 20px 0 40px;
}
body .statistics .numb {
    font-size: 50px;
    font-weight: bold;
}
body .statistics-item {
    padding: 15px 0;
}
body .partners-wrapper .partners-item-custom {
    text-align: center;
}
body .partners-wrapper .partners-item-custom img {
    display: inline-block;
}
body .team-section#team {
    background: url('../images/map_bg.jpeg') no-repeat;
    background-size: cover;
}