*{margin: 0;padding: 0;}

[place] {float: left;width: 100%;background: #21262e;font-family: "Lato";}
[center] {margin: 0 calc((100% - 990px) / 2);width: 990px;}
[center] [row] {float: left;padding: 15px;width: 100%;}
[center] [row] [col-2]{float: left;margin-right: 10px;width: calc(50% - 5px);}
[center] [row] [col-2]:last-of-type{margin-right: 0;}

.w.control [row] {
    height: 40px;
}

.w.control .lang-list {
    float: left;
    padding: 0;
    margin: 4px 0 0;
    width: 100%;
    list-style: none;
    text-transform: uppercase;
    font-size: 10px;
}

.w.control .lang-list [lang] {
    float: left;
    margin-right: 25px;
    color: #8c8d90;
    text-decoration: none;
    transition: color 200ms ease;
}

.w.control .lang-list [lang]:hover {
    color: white;
}

.w.control .lang-list [lang][current] {
    color: white;
}

.w.control .lang-list [lang][close]:hover {
    color: #8c8d90;
    cursor: default;
}

.w.control [test] {
    float: right;
    margin: 1px 0 0 20px;
    color: #8c8d90;
}

.w.control [age_old] {
    float: right;
    padding: 2px 8px;
    margin: 0 0 0 20px;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    border-radius: 100px;
    background: white;
    color: black;
}

.w.control [media] {
    float: right;
    margin: 0 0 0;
    padding: 0;
    height: 20px;
    width: 280px;
    list-style: none;
}

.w.control [media] li {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}

.w.control [media] li a {
    display: inline-block;
    background: url('/img/icons.png') 0 0 no-repeat;
}

.w.control [media] [rss] {
    margin-top: 4px;
    width: 12px;
    height: 12px;
    background-position: 0 0;
}

.w.control [media] [facebook] {
    margin-top: 3px;
    width: 7px;
    height: 12px;
    background-position: -20px 0;
}

.w.control [media] [twitter] {
    margin-top: 4px;
    width: 13px;
    height: 12px;
    background-position: -40px 0;
}

.w.control [media] [googleplus] {
    display: none;
    width: 14px;
    height: 12px;
    background-position: -60px 0;
}

.w.control [media] [vk] {
    margin-top: 5px;
    width: 9px;
    height: 12px;
    background-position: -80px 0;
}

.w.control [media] [telegram] {
    margin-top: 3px;
    width: 15px;
    height: 15px;
    background: url('/img/tg.svg') no-repeat center center / contain;
}

.w.control [media] [youtube] {
    display: none;
    width: 16px;
    height: 12px;
    background-position: -100px 0;
}

.w.control [media] [instagram] {
    display: none;
    width: 12px;
    height: 12px;
    background-position: -120px 0;
}

.w.control [media] [pinterest] {
    display: none;
    width: 10px;
    height: 13px;
    background-position: -140px 0;
}

.w.control .search .field {
    margin-top: 2px;
    padding: 0 10px;
    height: 16px;
    width: 100px;
    border: 0;
    background: #6d7786;
    border-radius: 45px;
    color: #fff;
    outline: none;
}

.w.control .search .button {
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.pre-header [media] li a {position:relative;top:3px;}

[place="topNews"] {background-color: #262c34;}
[place="topNews"] [center] {min-height: 500px;background: red;}
[place="topNews"] [presidency]{float: left;margin-right: 10px;width: 190px;height: 341px;}
[place="topNews"] [news]{float: left;width: 750px;height: 355px;}

