﻿div.top-menu {
    background-color: white;
    width: 1262px; 
    height: 578px;
    margin: auto; 
    z-index: 2000;
}

.top-menu .top {
    height: 122px;
    text-align: left;
}

.top-menu .top .close {
    float: right;
    padding-top: 29px;
    padding-right: 29px;
}

.top-menu .top .search {
    display: inline-block;
    width: 569px;
    height: 52px;
    padding-left: 42px;
}

.top-menu .top input[type=text] {
    width: 448px;
    height: 52px;
    display: inline-block;
    font-size: 12px; 
    font-weight: 900; 
    font-style: italic;
    border: none;
    letter-spacing: 2px;
    outline: none;
    background-origin: padding-box;
    background: url('/images/top-menu-search.png') no-repeat;
    padding-left: 40px;

}

.top-menu .top .search input[type=submit] {
    width: 81px;
    height: 52px;
    display: inline;
    background: url('/images/top-menu-search-submit.png') no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 1px;
}

.top-menu .top .return {
    display: inline-block;
    background: url('/images/top-menu-return.png');
    width: 258px;
    height: 52px;
    text-decoration: none;
    background-origin: padding-box;
    font-size: 32px;
    margin-left: 56px;
}

.top-menu .top .return:hover {
    background: url('/images/top-menu-return-hover.png');
}


.top-menu .top .social {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.top-menu .top .social.facebook {
    margin-left: 50px;
    background: url('/images/share-facebook.png') no-repeat;
}

.top-menu .top .social.facebook:hover {
    background: url('/images/share-facebook-hover.png');
}

.top-menu .top .social.vk {
    margin-left: 20px;
    background: url('/images/share-vk.png') no-repeat;
}

.top-menu .top .social.vk:hover {
    background: url('/images/share-vk-hover.png');
}

.top-menu .top .social.twitter {
    margin-left: 25px;
    background: url('/images/share-twitter.png') no-repeat;
}

.top-menu .top .social.twitter:hover {
    background: url('/images/share-twitter-hover.png');
}

.top-menu .top .social.instagram {
    margin-left: 25px;
    background: url('/images/share-instagram.png') no-repeat;
}


.top-menu .column {
    width: 314px;
    height: 382px;
    border-left: 1px solid #E4E4E4;
    float: left;
    text-align: left;
    letter-spacing: -0.2px;
}

.top-menu .column:first-child {
    border-left: none;
}

.top-menu .column a {
    display: inline-block;
    color: black;
    text-decoration: none;
    font-weight: 700;
}

.top-menu .column a:hover {
    color: #F48500;
}

.top-menu .column a.item {
    padding-top: 20px;
    padding-left: 42px;
    font-size: 33px;
    line-height: 34px;
    letter-spacing: -1px;
}

.top-menu .column a.sub-item {
    display: inline-block;
    padding-top: 15px;
    padding-left: 42px;
    font-size: 18px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 260px;
}

.top-menu .column a.sub-item.first {
    padding-top: 19px;
}

.top-menu .bottom {
    text-align: left;
    padding-left: 44px;
    padding-top: 30px;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
}
