a:hover {
    color: #005698 !important;
}

.bottom-space-2 {
    margin-bottom: 2rem;
}

.feature-box h3 {
    font-size: 1rem;
    font-weight: bold;
}

.color-inherit {
    color: inherit;
}

    .color-inherit:hover {
        color: inherit !important;
        text-decoration: none;
    }

.feature-box {
    padding: .5rem;
    height: 215px;
}

#showcase h1 {
    font-size: 2.5rem;
}

#showcase h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #fe881e;
}

#call-back {
    background-color: #27a599;
    width: 100%;
    position: relative;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
}

    #call-back h3 {
        font-size: 2.5rem;
    }

.testimonials {
    margin-top: 0;
    padding-top: 60px;
}

    .testimonials h1 {
        color: #fff;
    }

#info {
    padding: 1rem;
}

#article,
#default {
    padding: 90px 20px 20px 20px;
    font-family: 'Open Sans', sans-serif;
}

    #article h1 {
        font-size: 35px;
        font-weight: bold;
    }

    #article p,
    #info p {
        text-align: justify;
    }

        #article p img.float-left,
        #info p img.float-left {
            margin-right: 1em;
        }

        #article p img.float-right,
        #info p img.float-right {
            margin-left: 1em;
        }


nav a {
    margin-right: 0;
}


.breadcrumb {
    background-color: white;
    padding: 0;
}

    .breadcrumb .breadcrumb-item a {
        color: #2c7dbc;
    }

    .breadcrumb .breadcrumb-item.active {
        color: black;
    }

        .breadcrumb .breadcrumb-item.active a {
            color: black;
            text-transform: none;
            font-size: .9rem;
        }

    .breadcrumb .breadcrumb-item a:hover {
        text-decoration: none;
    }

#price {
    padding: 1rem;
    text-align: center;
}

    #price .item {
        max-width: 1000px;
        margin: auto;
        padding: 1rem 0;
    }

        #price .item .caption {
            font-weight: bold;
            margin-bottom: 0;
        }

        #price .item .desc {
            font-style: italic;
        }

    #price h3 {
        font-weight: bold;
    }

    #price .caption {
        font-style: italic;
    }

    #price table thead {
        background-color: #7cccc5;
    }

    #price table > tbody > tr > td:hover {
        background-color: #afb4b9;
        cursor: pointer;
    }

    #price table > colgroup > col.hover {
        background-color: rgba(0,0,0,.075);
    }

#our-work {
    padding: 1rem;
    text-align: center;
}

    #our-work h2 {
        font-weight: bold;
    }



div.dropdown-menu {
    background-image: linear-gradient(-140deg, #2c7dbc 15%, #7cccc5 70%);
}

.dropdown-item {
    color: white;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

/*.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}*/
.navbar-nav .dropdown-menu {
    margin: 0;
}

.accordion.left-menu {
    padding: 90px 5px 20px 5px;
}

.left-menu .card-header {
    padding: 0;
}

    .left-menu .card-header:hover {
        background-image: linear-gradient(-140deg, #2c7dbc 15%, #7cccc5 70%);
    }

        .left-menu .card-header:hover a {
            color: #fff;
        }

.left-menu .list-group-item a:hover,
.left-menu .list-group-item.active a {
    background-image: linear-gradient(-140deg, #2c7dbc 15%, #7cccc5 70%);
    color: #fff;
}

.left-menu .btn-link {
    color: #2c7dbc;
    white-space: inherit;
    text-align: left;
    width: 100%;
}

    .left-menu .btn-link.collapsed {
        background-image: linear-gradient(-140deg, #2c7dbc 15%, #7cccc5 70%);
    }

.left-menu .card.main {
    margin: 5px 0;
}

.left-menu a:hover {
    text-decoration: none;
}

.left-menu .list-group-item {
    display: contents;
}

    .left-menu .list-group-item a {
        padding: .30rem 1.25rem;
        border-bottom: 1px solid rgba(0,0,0,.125);
        color: #2c7dbc;
    }

        .left-menu .list-group-item a:hover {
            color: #fff;
        }

.left-menu .btn.btn-link {
    text-decoration: none;
    background-image: linear-gradient(-140deg, #2c7dbc 15%, #7cccc5 70%);
    color: #fff;
}

    .left-menu .btn.btn-link.collapsed {
        background-image: none;
        color: #2c7dbc;
    }

        .left-menu .btn.btn-link.collapsed:hover {
            color: #fff;
        }

.product-list a {
    color: black;
}

    .product-list a:hover {
        text-decoration: none;
    }

.wa-mediabox-overlay {
    z-index: 1030 !important;
}

.button-tab {
    background-color: #2c7dbc;
    color: white;
    text-align: center;
    padding: 10px;
}

    .button-tab:hover {
        background-color: #18354c;
        text-decoration: none;
    }

    .button-tab h3 {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .button-tab:hover:before {
        border-width: 0px 35px 35px 0;
    }

.logo {
    font-size: 2rem;
    color: white;
    font-weight: bold;
}

    .logo:hover {
        text-decoration: none;
        color: #2c7dbc;
    }

footer {
    padding: 60px 0 10px 0;
}

.footer__box {
    padding-top: 60px;
}

#testimonials {
    padding-top: 30px;
    padding-bottom: 0px;
}

    #testimonials .cd-author {
        text-align: right;
    }

        #testimonials .cd-author li {
            font-size: 1.2rem !important;
            font-style: italic;
        }

#contact .text-danger {
    font-size: .7rem;
    padding-top: .5rem;
}

#privacy-policy {
    text-align: justify;
}

    #privacy-policy h4 {
        color: #2c7dbc;
        font-weight: bold;
    }

    #privacy-policy b {
        color: #2c7dbc;
    }

    #privacy-policy a {
        font-weight: bold;
    }

    #privacy-policy li {
        padding: .5rem 0;
    }

h3.header-2rem {
    font-size: 2rem;
    font-weight: bold;
}

#portfolio {
    padding-top: 50px;
}

    #portfolio .show {
        padding-top: 5rem;
    }

    #portfolio .grid figure {
        width: 340px;
        height: 250px;
    }

.page404 + footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}

#block-uslugi h3 {
    color: black;
}

#block-uslugi a:hover {
    text-decoration: none;
}
 /*===============================================*/
@media (min-width:576px) {
    #default.container {
        width: 540px;
    }
}

@media (min-width:768px) {
    #default.container {
        width: 720px
    }
}

@media (min-width:992px) {
    #default.container {
        width: 960px
    }
}

@media (min-width: 1200px) {
    #default.container {
        width: 1140px
    }
}

@media only screen and (min-width: 768px) {
    .cd-testimonials p {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials p {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}
