

.bgvideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -9999;
}

.bg-box {
    background: rgba(0, 0, 0, .01);
}

.abouts {
    color: #767676;
    font-size: 62px;
    font-weight: 700;
    /*text-shadow: 2px 2px 2px #4b4b4b,*/
    /*            1px 1px 1px #858a8a,*/
    /*            0 0 55px #000407*/
}

.text-shadow {
    text-shadow: 0 0 35px rgba(250, 250, 250, .5);
}

#box-main {
    background: rgba(234, 227, 234, .88);
    border: 1px solid rgba(158, 153, 153, 0.35);
    border-radius: 12px;
    height: 100%;
    margin: 3% 4%;
    box-shadow: 0 0 55px #c9c1c4
}

#text-salun {
    /*background: rgba(234, 227, 234, .6);*/
    font-size: 16px;
    font-family: 'Oswald', Arial, sans-serif;
}

.service img {
    height: 250px;
}

.service a {
    display: block;
    color: #767676;
    text-align: center;
    text-decoration: none;
    padding: 3px 0;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', Arial, sans-serif;
    /*text-shadow: 1px 1px 1px #1a1d20;*/
}

.bg-view img {
    border: 1px solid #383636;
    border-radius: 5px;
    height: 200px;
    margin: 35px 0;
}