/*stylelint-disable selector-list-comma-newline-after */
body {
    background: url("img/s1200.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.container {
    background-color: white;
    /*background: rgba(205, 214, 219, .4);!*изменить это*!*/
}

.banner2 {
    background: url("img/12.jpg") repeat;
}

.banner {
    background: url("img/Layer.png") no-repeat;
    width: auto;
    height: auto;
    background-size: 100% 100px;
    font: Arial;
    color: #fff;
    font-size: 22px;
    min-height:100px;
}

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
}

.blog-header-logo:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.mobile-scroller {

    display: none;
}

.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }

    .phones {
        font-size: 20px;
        height: 28px;
    }

}

.btn {
    background-color: #42a1b1;
    border-color: #42a1b1;
}

.phones {
    font-size: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .banner {
        background-color: #ec1c24;
        background-image: none;


    }

    .d-velcom-none {
        display: none;
    }

    .btn {
        background-color: #42a1b1;
        border-color: #42a1b1;
    }

    .nav-scroller {
        display: none;
    }

    aside {
        display: none;
    }

    .mobile-scroller {
        display: flex;
        justify-content: flex-end;
        background: url("img/label.png") no-repeat;
        background-size: 300px 300px;
        background-position-x: -25px;
    }

    .mobile-scroller a {
        margin: 5px;
    }
}

.plitka .img-thumbnail {
    box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.53) inset;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: 200px;
    vertical-align: middle;

}

.footer-menu {
    color: #fff;
    background: url("img/works/thumbs/IMG_20180821_141855.jpg") no-repeat;
    background-size: cover;
    border: 1px solid #42a1b1;

    /*background-position-y: ;*/
}

.footer-menu-1 {
    color: #fff;
    background: url("img/images1.jpg") no-repeat;
    background-size: cover;

    border: 1px solid #42a1b1;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .btn {
    background-color: #42a1b1;
    border-color: #42a1b1;

}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.rounded-1 {
    border-radius: 5px;
    background: #0078c9;
    opacity: 0.7;
}

.stretched-link {
    color: white;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.price-table td {
    border: 2px dotted black;
    padding: 5px;
    min-width: 50px;
}

.main-price-table {
    background-size: cover !important;
    width: 200px;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/*
 * Blog name and description
 */
.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}

.blog-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination > .btn {
    border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
    margin-bottom: 4rem;
}

.blog-sidebar {
    padding-top: 600px;
}

.stretched-link {
    baground-color: #0078c9;
    padding: 5px;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

/*
 * Footer
 */
.blog-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

.vertical-scroller {
    flex-direction: column;
}

.btn-main {
    color: #fff;
    background-color: #f1991d;
    border-color: #f0a30e;
}

.btn-main:hover {
    color: #fff;
    background-color: #ffa31e;
    border-color: #ffac0e;
}

.btn-main:focus, .btn-main.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-main.disabled, .btn-main:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active,
.show > .btn-main.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-main.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.t-main, .tr-bg-color {
    color: #fff;
    font-size: 20px;

}

.t-main td {
    padding: 3px;
}

.spacer {
    background-color: white;
    padding: 5px;
}

.spacer td {
    padding: 5px;
}

.tr-bg-color {
    background-color: #4fb1c9;
}

.tr-color {
    color: black;
}