/* Add here all your css styles (customizations) */
.g-rating {
    margin-left: 1px;
    margin-right: 3px;
    position: relative;
    font-size: 16px;
    z-index: 1;
}

/* Messengers */

.facebook {
    background-color: #0084ff;
    color: #0084ff;
}

.instagram {
    background-color: #bc2a8d;
    color: #bc2a8d;
}

.whatsapp {
    background-color: #25D366;
    color: #25D366;
}

.viber {
    background-color: #59267c;
    color: #59267c;
}

.telegram {
    background-color: #0088cc;
    color: #0088cc;
}

.vk {
    background-color: #4c75a3;
    color: #4c75a3;
}

.inset-shadow {
  box-shadow: inset 0 0 5px 1px rgba(45, 45, 45, 0.7);
}
.special-number {
    font-size: 120px;
    letter-spacing: -0.05em !important;
    line-height: 120px;
    font-family: 'Roboto Condensed', serif !important;
}
.special-number-line {
    font-size: 26px !important;
    line-height: 26px;
    padding-top: 10px !important;
}
@media (min-width: 992px) and (max-width: 1199.98px), (min-width: 576px) and (max-width: 767.98px) {
    .special-number {
        font-size: 90px !important;
        line-height: 120px !important;
    }
    .special-number-line {
        font-size: 22px !important;
        line-height: 22px !important;
        padding-top: 8px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .special-number {
        font-size: 75px !important;
    }
    .special-number-line {
        font-size: 18px !important;
        line-height: 18px !important;
        padding-top: 4px !important;
    }
}
@media (max-width: 575.98px){
    .special-number {
        font-size: 75px !important;
        line-height: 75px !important;
    }
    .special-number-line {
        font-size: 20px !important;
        line-height: 20px !important;
        padding-top: 4px !important;
    }
    .top-menu {
        font-size: 10px !important;
       /*line-height: 16px !important;
        font-weight: 300 !*/;
    }
}