﻿body {
    direction: ltr;
   
    font-family: Tahoma, Geneva, sans-serif;
    
}
.titleSec
{
    font-family:Tahoma;
}
.langBox
{
    float:right;
}
.addressPage
{
    float:left;
}
.addressPage a
{
    float:left;
    margin-right:0px !important
}
.addressPage a::after {
    padding-left: 4px;
}
.boxAbout
{
    float:left;
}
.lastNewsBox
{
    float:right;
}
.imgBox
{
    float:left;
}
.bx-l-about
{
    float:right;
}
.titleBox h2, .titleBox h3
{
    float:left;
}
.bx-l-nw
{
    float:right;
}
.dateBox
{
    right:auto;
    left:6px;
}
.titlePage
{
    right:auto;
    left:0px;
}
.topLinkHolder {
    width: 325px;
    height: 92px;
    position: absolute;
    top: 0;
    right: 190px;
    left:unset;
    z-index: 10000;
    padding-top: 24px;
}
.light1 {
    left: -170px;
    right:unset;
}
.logo1 {
    left: 15px;
    right:unset;
}
.telegramBox {
    right: 190px;
    left:unset;
}

@media only screen and (max-width: 539px) {
    .telegramBox {
        left:190px !important;
        right:unset !important;
    }
}