@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);*/
/*html, body, html * {*/
/*    font-family: 'Roboto', sans-serif;*/
/*}*/

.nav-link {
    color: rgb(124, 124, 124);
    /*font-family: "Roboto";*/
}

.nav-link:hover {
    color: #5b4295;
    /*background-color: rgb(250, 250, 250);*/
}

a {
    text-decoration: none;
}

.logo {
    min-width: 100px;
}

/*.banner-wrap {*/
/*    !*background-color: #33ff33;*!*/
/*    !*background: no-repeat url(../img/image.png);*!*/
/*    height: 600px;*/
/*    background-position: center;*/

/*}*/

body {
    color: rgb(124, 124, 124);
    /*font-family: "Roboto";*/
    line-height: 120%;
}

h1, h2 {
    color: rgb(124, 124, 124);
}

h1 {
    padding-top: 100px;
}

h2 {
    padding-top: 50px;
    margin-bottom: 20px;
}

.vl {
    border-right: 1px solid rgb(124, 124, 124);
}

.vll {
    border-left: 1px solid rgb(124, 124, 124);

}

.text-center {
    text-align: center;
}

.pl {
    padding-left: 20px;
    /*padding-top: 20px;*/
}


main {
    margin-top: 30px;
}

.description {
    font-size: 0.9em;
    padding-top: 10px;
    line-height: 110%;

}

.slogan-title {
    color: #5b4295;
}

.slogan {
    height: 50px;
    color: #5b4295;
}

footer {
    font-size: 0.8em;
}

body {
    background: no-repeat url(../img/45_skos.png);
    background-position: bottom;

}

main {
    font-size: 1.2em;
}

.violet {
    color: #5b4295;
}


.hr {
    display: block;
    height:2px;
    border-width:1px;
    background-color:#5b4295;
    margin-bottom: 40px;
}

.ibucklet {
    position: relative;
    left: 200px;

}

/*.flash-bucklet {*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*    width: 30%;*/
/*    left: 510px;*/
/*    top: 15em;*/
/*}*/

.map {
    max-width: 100%;
    /*height: auto;*/
    margin-bottom: 50px;
    margin-top: 30px;
}

.spec {
    margin-bottom: 20px;
    font-size: 0.8em;
}

.spec>.row{
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .slogan {
        height: 100px;
    }
    .slogan-title {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .vl {
        border-right: 0px;
    }
    .slogan-title {
        height: 30px;
    }
    .slogan {
        height: 20px;
    }
}

@media (max-width: 672px) {
    .flash {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    a .slogan {
        min-height: 40px;
    }
}

@media (max-width: 450px) {
    main {
        font-size: 1em;
    }
}

.button {
    background-color: #5b4295;
    border: 1px solid lightgray;
    border-radius: 33px;
    color: #fff;
    padding: 15px 30px 15px 30px;
    max-width: 145px;
    text-align: center;
    margin-top: 140px;
}

.button:hover{
    border: 1px solid #5b4295;
}

/*@media (max-width: 672px) {*/
/*    .button {*/
/*        margin-left: 20px;*/
/*    }*/
/*}*/

.button a {
    color: #fff;
    text-decoration: none;
}

.products .products-description {
    min-height: 192px;
}