body {
    font-family: "Houschka Pro";
    font-weight: 100;
    font-style: normal;
    font-size: 12px;
    margin:0;
    padding:0;
    line-height: 1.4;
    color: #000000;
}

.card-body {
    padding: 2rem;
}

@font-face {
    font-family: Houschka Pro; /* Имя шрифта */
    src: url(../fonts/HouschkaPro-Light.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Calibri; /* Имя шрифта */
    src: url(../fonts/calibrib.ttf); /* Путь к файлу со шрифтом */
}

.header-top {
    text-align: right;
    /*border-bottom: 1px solid black;*/
    padding: 5px 0;
    margin-bottom: 10px;
}

h6, h5, h4, h3, h2, h1, button, a, span, p {
    font-family: "Houschka Pro";
}
a {
    color: slategrey;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: rgba(0,0,0,.7);
    text-decoration: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
.p {
    margin-bottom: 0px;
}

.header-top a {
    color: slategrey;
    text-decoration: none;
    margin-left: 10px;
}
.header-top a:hover {
    color: rgba(0,0,0,.7);
    text-decoration: none;
}

.header-top a:first-child {
    margin-left: 15px;
}

.header-top a.active-language {
    color: #000000!important;
}

.header-about-list li{
    border: none;
    padding: 0px 0;
    text-align: right;
    color: #000000;
}

.dropdown-toggle {
    text-transform: uppercase;
}

.kv-nav {
    padding: 22px 0px 5px 0px;
    border-bottom: 1px solid black;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgba(0, 0, 0, .1)
}

.boldtitle {
    font-size: 18px!important;
    color: #000000!important;
    font-family: Calibri;
}

main .container h2 {
    font-size: 16px;
    color: rgba(0,0,0,.7);
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 15px;
    margin-bottom: 15px;
}

main .container p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
}
main .container li {
    font-size: 15px;
    color: #000000;
}

.kv-nav a{
    text-decoration: none;
    color: rgba(0,0,0,.7);
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 0px 5px 40px;
}

.jumbotron {
    margin-bottom: 15px;
}

#home-slider {
    width: 100%;
}

.carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.kv-container-about-us {
    background: transparent;
    padding: 20px 0 0;
}

.kv-container-about-us .list-group {
}

.kv-container-about-us .list-group p {
    font-size: 16px;
}

.kv-container-about-us .list-group li{
    border: none;
    padding: 0;
    margin-left: 20px;
    position: relative;
    font-size: 13px;
    color: rgba(0,0,0,.7);
}

.kv-container-about-us .list-group li:before {
    position: absolute;
    content: '\2022';
    top: 0;
    left: -15px;
}

#design {
    border-top: 1px solid rgba(0,0,0,.7);
    border-bottom: 1px solid black;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.sec-pad {
    padding-top: 15px;
}

.container-wrap {
    overflow: hidden;
}

.padding-top {
padding-top: 50px;
}

#design > .row {
    justify-content: center;
}

.slider__item .text {
    color: slategrey;
}
.img-wrap {
    margin-bottom: 60px;
}

.work-wrap {
    display: flex;
    flex-direction: column;
}
.about-us {
    margin-left: 15px;
}
#design .row .col-3 {
    text-align: center;
}

#design .card-title {
    font-size: 16px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/*#design .row .col-4 img{*/
/*    width: 80% !important;*/
/*}*/

#design .design-links {
    color: rgba(89, 175, 48, 0) !important;
    display: block;
}


#portfolio .design-links {
    color: rgba(89, 175, 48, 0) !important;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.description {
    padding-top: 10px;
    text-align: center;
}

.serv {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 12px 12px 12px 12px;
}
.prop {
    padding: 20px 20px 20px 20px;
}

.prod {
    padding: 10px 20px 10px 10px;
}

.prodaligne {
    justify-content: center;
}
.kv-ico {
   margin-bottom: 25px;
   width: 50px;
   height: 50px;
}

.kv-clients {
    width: 90%;
}
.clients-logo {
    height: 60px;
    padding: 10px 0px 20px 0px;
}
.suppliers {

}

.kv-footer {
    padding: 20px 0 0;
}

.footer-list-group {
    padding: 0;
    list-style: none;
    text-align: right;
}
.footer-list-group ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0px;
}
.copyright {
}

hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #B5B5B5;
}

.footer-list-group a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.footer-list-group a:hover {
    color: rgba(0,0,0,.7);
    text-decoration: none;
}

.header-middle {
    align-items: center;
}

.tablinks {
    color: slategrey;
}

.devider-top {
    border-top: 1px solid rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.devider-bottom {
    border-bottom: 1px solid rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

footer {
    color: #fff;
    margin-top: 30px;
}

footer p {
    margin-bottom: 3px;
}

footer .messangers {
    font-size: 30px;
}

footer .messangers i {
    padding-right: 5px;
}

.anchor {
    display: none;
}

.hide-portfolio {
    display: none;
}

.show-portfolio {
    display: flex !important;
}

#hide-porfolio {
    display: none;
}

.portfolio-buttons {
    display: flex;
    margin: 0 auto 20px auto;
    border-color: #212529;
    background: #ffffff;
    padding: 5px 50px;
    color: rgba(0,0,0,.7);
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio-buttons:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.btn-outline-primary {
    color: #000000;
    border-color: #000000;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.dropdown-toggle.btn:after {
    display: none;
}
.image-caption p {
    font-size: 14px;
    line-height: 1.68em;
}
.image-caption p a {
    color: rgba(0,0,0,.7);
    text-decoration: none;
}
.image-caption p a:hover {
    color: #000000;
    text-decoration: underline;
}
.btn {
    font-size: 13px;
}

.btn:focus, .btn.focus {
box-shadow: none;
}

@media (min-width: 768px) {
    #design .col-md-3 {
        -ms-flex: 0 0 33% !important;
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }
}


@media screen and (max-width: 767px){
    .logo {
        width: 60%;
        height: auto;
    }
    .copyright {
        text-align: center;
    }

    .header-middle {
        margin-bottom: 15px;
    }

    .header-about-list li.list-group-item{
        font-size: 12px;
    }

    .kv-nav {
        display: none;
    }

    .tab-content > .active {
        display: block;
        padding-left: 25px;
    }

    .header-top {
        text-align: left;
    }

    #burger {
        padding: 5px 5px 20px 20px !important;
        background: dimgray;
        color: #fff;
    }

    .anchor {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        left: 15px;
        bottom: 15px;
        z-index: 1;
    }
}

@media screen and (max-width: 575px){
    .kv-footer,
    .footer-list-group {
        text-align: center;
    }
}