body{
    font-family: 'Roboto',Arial,sans-serif;
}

.me-1{
    margin-right: 1rem;
}
.me-2{
    margin-right: 2rem;
}
.telegram-fixed-button{
    width: 72px;
    height: 72px;
    display: block;    
    position: fixed;
    bottom: 80px;
    right: 40px;
    cursor: pointer;
    z-index: 9001;
    -webkit-animation: shake 7s infinite alternate;
    animation: shake 7s infinite alternate;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    
}
.telegram-fixed-button .icon-telegram{
    background-image: url(/images/icon-telegram.svg); 
    background-size: cover;
    background-repeat: no-repeat; 
    display:block; 
    width: 72px; 
    height: 72px;
    padding: 0;
    filter: grayscale(1);
}
.telegram-fixed-button .icon-telegram:hover{
    filter: grayscale(0);
}




#top-menu{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-direction: row; 
    flex-wrap: wrap; 
    color: #626262; 
    font-size: 15px;
    position: absolute;
    z-index: 6;
    margin: auto;
    width: 100%;
    height: 5.5rem;
    
}
#top-menu div{
    margin: 0 2rem;
}
#top-menu .link-telegram, .footer-fon .item .link-telegram{
    display: flex;
    align-items: center; 
}
#top-menu .icon-telegram, .footer-fon .item .icon-telegram{
    width: 1.75rem;
    height: 1.75rem;
    filter: grayscale(1);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

#top-menu .icon-telegram:hover, .footer-fon .item .icon-telegram:hover{    
    filter: grayscale(0);
}

.footer-fon{
    background-image: url('/images/meds3865-6664-4934-b838-393931636139__-__resize__20x__fon.png');
    background-size: cover;
    display: flex;  
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: auto;     
    padding: 2rem;
}

.footer-fon .footer{
    max-width: 1220px;
    width: 100%;
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}

.footer-logo{
    background-image: url('/images/meds6637-3563-4861-a561-636333306466__logo_header.svg');
    background-repeat: no-repeat;
    width: 100%;
    height: 3rem;
    margin-top: 0;
    margin-bottom: 2rem;
}

.footer-fon .footer-column1,
.footer-fon .footer-column2,
.footer-fon .footer-column3{
    margin-bottom: 2rem!important;
}
 

.footer-fon .footer-column2{
    display: flex;
    flex-direction: column;
}


.footer-fon .item{
    margin-bottom: 0.5rem;    
}


.footer-fon .item a:not(.link-telegram), .footer-fon .item p{
    color: #9d9d9d !important;
    font-size: 18px;
    font-family: 'SourceSansPro', Arial, sans-serif;    
    line-height: 1.4; 
    font-weight: 300;   
}
.footer-fon .item a:not(.link-telegram){
    text-decoration: underline !important;
}


@media screen and (max-width: 1199px) {
    #top-menu{
    max-width: 959px;
    height: 3rem;
    top: 1rem;
    }
    #top-menu div{
        margin: 0 0.5rem;
    }
    .footer-fon .footer{
        max-width: 900px;
    }
}

@media screen and (max-width: 959px) {
    #top-menu{
    top: 1rem;    
    max-width: 900px;
    flex-direction: column;
    flex-wrap: nowrap;
    }
    #top-menu div{
        margin: 0.2rem 0;
    }
    .footer-fon{
        flex-direction: column;
    }
    .footer-fon .footer{
        max-width: 639px;
    }
    
}

@media screen and (max-width: 639px) {
    #top-menu{
    max-width: 600px;
    flex-direction: row;
    flex-wrap: wrap;
    top: 4rem; 
    z-index: 30;
    }
    #top-menu div{
        margin: 0 0.5rem;
    }

    .footer-fon .footer{
        max-width: 479px;
    }
    
}

@media screen and (max-width: 479px) {
    #top-menu{
    max-width: 400px;
    }
    .footer-fon .footer{
        max-width: 400px;
    }
}

.d-none{
    display: none !important;
}