@import url("https://fonts.googleapis.com/css?family=Exo+2:400,700&subset=cyrillic");
/* 29LTBukra */
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-hairline.OTF) format('opentype');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-thin.OTF) format('opentype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-extra-light.OTF) format('opentype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-light.OTF) format('opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-regular.OTF) format('opentype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-medium.OTF) format('opentype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-semi-bold.OTF) format('opentype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-bold.OTF) format('opentype');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-black.OTF) format('opentype');
    font-weight: 900;
    font-style: normal
}

body {
    font-family: '29ltbukra', sans-serif !important;
    font-weight: 500;
}

/* html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
*/
body {
    /*font-family: 'Exo 2', sans-serif;*/
    line-height: 1.5;
}

.wrapper {
    margin: 0 auto;
    padding: 0 12% 50px;
    width: 100%;
    padding-right: 0px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

article {
    border: none;
    position: relative;
    /* max-width: 980px; */
<!-- margin: 100 px auto;
--> padding: 0px !important;
    margin: 0px !important;
}

.timeline__nav {
    position: fixed;
    z-index: 99;
    top: 40px;
    -webkit-transition: top .3s ease-out;
    transition: top .3s ease-out;
    width: 135px;
    background: #F2F2F2;
    color: #0057A2;
    margin-top: 2px;
}

.timeline__nav ul {
    list-style: none;
    list-style-position: inside;
}

.timeline__nav ul li {
    /*       margin: 25px 0; */
    padding-left: 0;
    list-style-type: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    /*font-family: 'Montserrat', sans-serif;*/
    padding-bottom: 17px;;
}

.timeline__nav ul li.active {
    font-weight: bold;
    color: #f94125;
    border-bottom: 1px dotted transparent;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.timeline__nav ul li:hover {
    color: #000;
}

.orange {
    background: #757881 !important;
    color: #fff;
}

.table {
    color: #555;
    font-size: 14px;
}

.table td {
    width: 17%;
    text-align: center;
    padding: 13px 0px 0px 0px;
    font-size: 16px;
}

.flight_links {
    text-decoration: none;
    color: #000;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 480px) {
    .head_table {
        margin-top: 15px;
    }

    .timeline__nav {
        width: 49px !important;
    }
}

@media (max-width: 750px) {
    .timeline__nav {
        width: 85px;
    }

    #mainnav-mobi ul > li > a {
        height: auto;
    }
}

#mainnav-mobi ul li {
    clear: both;
}