﻿/*CRM*/

.crm-fixed {
    position: fixed;
    top: 55%;
    left: 0;
    width: 250px;
    z-index: 9;
}

    .crm-fixed a {
        position: relative;
        display: flex;
        /*width: 50px;*/
        height: 136px;
        /*background-color: #FFE600;*/
        transition: all linear 0.4s;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
        padding: 8px;
    }

    .crm-fixed .imgBtn {
        width: 250px;
    }

    .crm-fixed a span {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        margin-top: 0px;
        left: 240px;
        font-size: 13px;
        color: #fff;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: -1;
        opacity: 0;
        text-align: center;
        top: -40px;
        line-height: 17px;
        /*position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    margin-top: 0px; 
    height: 65px;
    right: -175px;
    background-color: #1E2532;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
    opacity: 0;   
    text-align: center;
    padding: 7px;
    line-height: 17px;*/
    }

    .crm-fixed a:hover span {
        right: 124px;
        opacity: 1;
    }

    .crm-fixed a span img {
        z-index: 3;
        width: 100%;
        /*z-index: 3;
    background-color: #ffcc00;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;*/
    }

@media (max-width: 992px) {
    .crm-fixed {
        width: 200px;
    }

    .crm-fixed .imgBtn {
        width: 200px;
    }

    .crm-fixed a span {           
        left: 190px;         
    }

    /*.crm-fixed picture {
        width: 122px;
        height: 135px;
    }*/
}