
.button-call, .phone-tel, #header-logo{
    display:initial;
}

.upper-menu-phone, .icon, #icon-dk, nav, .services-menu, .footer-ccman, .footer-menu, .computer-tel{
    display:none;
}


.button-boka, .button-call{
    margin-left:10px;
}

.mobile-menu{
    width:70%;
    height:auto;
    position:fixed;
    margin-top:50px;
    z-index:2;
    display:none;
    background-color:#000;
    opacity:0.95;
    right:0;
    overflow:visible;
}

#mobile-menu-button{
    display:initial;
    float:right;
}

#mobile-menu-button:hover{
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.mobile-menu ul{
    list-style:none;
    text-decoration:none;
    text-align:right;
    padding-right:20px;
    float:right;
}

.mobile-menu ul ul{
    padding-right:-10px;
    float:right;
}

.mobile-menu ul ul li a{
    font-size:1em;
    line-height:30px;
}

.mobile-menu ul li a{
    text-decoration:none;
    color:#fff;
    font-size:1.5em;
    font-family:roboto;
    line-height:40px;
}

.mobile-menu ul li a:hover{
    color:#e6e6e6;
}

.mobile-menu-ccman{
    width:30%;
    min-height:320px;
    background-image:url(../images/ccman_white.png);
    background-size:contain;
    background-repeat:no-repeat;
    float:left;
    padding:20px;
}

.contacts-container{
    margin:0 auto;
    padding-top:10px;
}

.contacts-container h1{
    text-align:center;
}

.contacts{
    margin:0;
    width:auto;
    height:auto;
}

.contacts .pic{
    width:110px;
    height:110px;
    border-radius:60px;
    margin:30px auto 0 auto;
    float:initial;
}

.contacts .text{
    text-align:center;
    width:90%;
    margin:0 auto;
    float:initial;
}

.services-list-container{
    width:auto;
}

.services-list-container .pic{
    margin:0 auto;
    float:initial;
}

.services-list-text-container{
    padding:20px;
    width:auto;
    text-align:center;
}

.bean{
    display:none;
}

.book-form{
    width:80%;
}






