@charset "UTF-8";


.float-slide {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 2;
}

.top400{
    top: 400px;
}

.float-left-slide{
    position: fixed;
    height: 589px;
    width: 125px;
    left: 10px;
    z-index: 2;
    background: url("../img/bar.png") no-repeat;

}

.float-right-slide{
    position: fixed;
    width: 120px;
    height: 482px;

    right: 10px;
    z-index: 2;
    background: url("../img/contact2.png") no-repeat;

}

.float-middle-slide{
    position: fixed;
    width: 800px;
    left: 150px;
    z-index: 3;
}

.float-middle-slide .licence{
    display: none;
    max-height: 700px;
    float: left;
}

@keyframes showLicence1{
    from {
        transform: translate(-400px,-200px) scale(0.1);
    }
    to {
        transform: translate(0px, 0px) scale(1);

    }
}

@keyframes showLicence2{
    from {
        transform: translate(-400px,-120px) scale(0.1);

    }
    to {
        transform: translate(0px, 0px);
    }
}

@keyframes showLicence3{
    from {
        transform: translate(-400px,-40px) scale(0.1);
    }
    to {
        transform: translate(0px, 0px) scale(1);

    }
}


@keyframes showLicence4{
    from {
        transform: translate(-400px,40px) scale(0.1);
    }
    to {
        transform: translate(0px, 0px) scale(1);

    }
}


@keyframes showLicence5{
    from {
        transform: translate(-270px,120px) scale(0.1);
    }
    to {
        transform: translate(0px, 0px) scale(1);

    }
}

@keyframes showLicence6{
    from {
        transform: translate(-270px,200px) scale(0.1);
    }
    to {
        transform: translate(0px, 0px) scale(1);

    }
}

.float-slide li {
    cursor: pointer;
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
    margin-bottom: 1px;
    list-style:none;
}

.float-slide li img {
    width: 32px;
}

.float-slide li > img {
    margin-top: 10px;
}

.float-slide li .nr {
    display: block;
    transform-origin: right top;
    transition: 0.5s;
    position: absolute;
    right: 55px;
    top: 0;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 55px;
    width: 150px;
    transform: scale(0, 0);
}

.float-slide li .nr img {
    margin-right: 5px;
}

.float-slide li:hover .nr {
    transform: scale(1, 1);
}

.float-slide li.qq {
    background-color: #c32727;
}

.float-slide li.tel {
    background-color: #048d04;
}

.float-slide li.top {
    background-color: #ccc;
}

.float-slide li.top img {
    width: 32px;
    margin-top: 6px;
}

