@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
         url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCyr-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
         url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype'),
         url('../fonts/HelveticaNeueCyr-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

*,*:before,*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: #000;
    background-color: #1C2939;
    background-repeat: no-repeat;
    background-image: url('../images/main_bg.jpg');
    background-position: right top; 
    background-size: 840px 1230px;
}

body p {
    margin-bottom: 0px;    
}

a {
    color: inherit;
}

.wrapper {
    width: 100%;
    min-width: 820px;
    position: relative;
}

.block {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.wrapper_header {
    background: #E6E8E9;
    color: #141d29;
    padding: 20px 55px;
}

.wrapper_header .call {
    float: right;
    font-size: 20px;
    line-height: 24px;
    color: #a38a62;
}

.wrapper_header .nav {
    float: left;
}

.wrapper_header .nav li {
    display: inline-block;
    margin-left: 30px;
}

.wrapper_header .nav li.first {
    margin-left: 0px;
}

.wrapper_header .nav li a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

.wrapper_header .nav li.active a {
    border-bottom: 4px solid #141d29;
}

.main {
    padding: 100px 0px;
    color: #fff;
}

.wrapper_footer {
    position: fixed;
    left: 0px;
    bottom: 0px;  
    background: #141D29;
    color: #9EA2A7;
}

.footer {
    padding: 15px 0px; 
}

.footer .copyright {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}

.main h1 {
    font-size: 73px;
    font-weight: 700;
    color: #A48A5F;
    text-transform: uppercase;
}

.main .title {
    margin-bottom: 40px;
}

.main .info h2 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 40px;
}

.main .info h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 700;
}

.main .info ol {
    padding-left: 26px;
}

.main .info ol li,
.main .info ul li,
.main .info p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.main .title h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #A48A5F;
    text-transform: uppercase;
}

.main .search {
    margin-bottom: 50px;
}

.main .search h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.main .search .sep {
    width: 32px;
    height: 5px;
    background: #A48A5F;
    margin-bottom: 25px;
}

.main .search .edit {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 20px 0 0;
    border: none;
    outline: 0;   
    padding: 9px 10px;
    color: #5C5C5C;
    font-size: 18px;
    line-height: 21px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    background-color: #fff!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 220px;
}

.main .search .button {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;   
    padding: 9px 10px;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    text-transform: uppercase;
    background-color: #A48A5F!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 191px;
}

.main .search .button:hover {
    opacity: 0.8;
}

.main .title,
.main .search,
.main .info {
    padding-left: 50px;
    padding-right: 50px;
}

.main .results p {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
}

.main .results table {
    display: block;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 80px;
    border-collapse: separate;
}

.main .results table td {  
    padding: 15px 20px;
    width: 50%; 
    border: 1px solid #fff; 
    border-top: none;  
    border-left: none;
}

.main .results table tr:nth-child(1) td {
    border-top: 1px solid #fff;
}

.main .results table tr td:nth-child(1) {
    border-left: 1px solid #fff;
}

.main .results table tr:nth-child(1) td:nth-child(1) {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.main .results table tr:nth-child(1) td:nth-last-child(1) {
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.main .results table tr:nth-last-child(1) td:nth-child(1) {
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.main .results table tr:nth-last-child(1) td:nth-last-child(1) {
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
