/*
    reset
*/
html, body {
    min-width: 1000px;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    cursor: default;
    font-family: sans-serif;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -o-font-smoothing:antialiased;
    width: 100%;
    height: 100%;
}

div, nav, span, p {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*
    colors
*/

/*
    fonts
*/

body {
    min-height: 100%;

}


.main-wrapper {
    position: relative;
    padding-bottom: 150px;
}

.main-wrapper .clouds {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
}

.main-wrapper .cloud {
    left: 100%;
    opacity: 0;
    position: absolute;
}

.main-wrapper .cloud.top {
    z-index: 510;
}

.main-wrapper .cloud.bottom {
    z-index: 490;
}

.block {
    width: 100%;
    float: left;
}

.menu {
    width: 100%;
    height: 115px;
    text-align: center;
}

.menu .logo {
    height: 80px;
    display: inline-block;
    width: 100%;
}

.menu .logo img {
    position: relative;
    top: 7px;
    z-index: 500;
}

.menu .items {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    z-index: 600;
    position: relative;
}

.menu .item {
    font-size: 14px;
    display: inline-flex;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    z-index: 200;
}

.menu .item a {
    color: #016938;
    text-decoration: none;
    position: relative;
}

.menu .item:hover {
    text-shadow: 1, 1, 5, rgba(1, 105, 56, .5);
}

.menu .item:hover a:after {
    opacity: 1;
}

.menu .item a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #016938;
    bottom: 7px;
    left: 0px;
    opacity: .4;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.heading {
    padding: 20px 0 0;
    margin-bottom: 30px;
    z-index: 501;
    position: relative;
}

.heading .title {
    font-size: 40px;
    color: #10255c;
    top: 7px;
    position: relative;
    left: 20px;
    font-weight: 900;
    text-align: center;
    z-index: 2;
}

.heading .container {
	position: relative;
}

.heading .logo {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 3;
}

.heading .logo img {
    vertical-align: middle;
    height: 40px;
    width: auto;
}

/*
    map
*/

#map {
    height: 300px;
    width: 100%;
    border: solid rgba(255, 255, 255, .4) 4px;
    float: left;
    z-index: 600;
}

.map-wrapper .sidebar {
    display: none;
    float: right;
    width: 100%;
    font-size: 14px;
}

.map-wrapper .sidebar .title {
    color: #8d6d3e;
    font-weight: 600;
    margin-bottom: 10px;
}

/*
    plane
*/

.plane {
    width: 100%;
    height: 340px;
    z-index: 500;
    position: relative;
    overflow: hidden;
    display: none;
}

.plane .image {
    width: 202px;
    height: 63px;
    left: -200%;
    top: 50px;
    position: absolute;
}

.plane .image img {
    display: none;
    position: absolute;
    left: -200%;
    top: 50px;
}

/*
    бортпроводник
*/

.assistant {
    position: fixed;
    bottom: 0px;
    z-index: 600;
    display: none;
}

.assistant .container {
    position: relative;
}

.assistant .text {
    position: absolute;
    left: 110px;
    top: 10px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 7px;
    border-radius: 5px;
    width: 220px;
}

.assistant .text:before {
    content: '';
    width: 1px;
    height: 1px;
    border: solid 4px transparent;
    border-right-color: rgba(255, 255, 255, .9);
    border-right-width: 10px;
    position: absolute;
    left: -14px;
    top: 15px;
}

.assistant .image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 0;
}

.assistant .image img {
    width: 50%;
    height: 50%;
}



/*
    dashboard
*/
.dashboard {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    display: none;
}
.dashboard .container {
    position: relative;
}

.dashboard .container .item {
    position: absolute;
    bottom: -35px;
    opacity: .5;
}

.dashboard .container .item.belt {
    right: 150px;
    width: 117px;
    height: 23px;
    background-size: auto;
}

.dashboard .container .item.no-smoking {
    right: 10px;
    width: 88px;
    height: 34px;
    background-size: auto;
    bottom: -40px;
}

/*

    big-plane

*/
.big-plane {
    float: left;
    width: 100%;
}

.big-plane .container {
    position: relative;
    z-index: 508;
    padding: 90px 0 100px;
}

.big-plane .image {
    text-align: center;
    position: absolute;
    left: 110px;
    top: 170px;
}

.fact {
    position: relative;
    color: #10255c;
    cursor: pointer;
    float: left;
}

.fact .title {
    font-size: 50px;
    font-weight: 800;
    color: #10255c;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

.fact .text {
    font-size: 14px;
}

.fact.fact-1 {
    width: 150px;
    left: 0px;
    z-index: 500;
    margin-right: 120px;
    margin-bottom: 100px;
}

.fact.fact-2 {
    z-index: 501;
    width: 430px;
    margin-right: 60px;
}

.fact.fact-3 {
    float: right;
    z-index: 502;
    width: 200px;
}

.fact.fact-4 {
    z-index: 502;
    width: 140px;
    margin-bottom: 100px;
    clear: left;
}

.fact.fact-5 {
    clear: left;
    left: 0px;
    z-index: 502;
    width: 140px;
    margin-bottom: 100px;
}

.fact.fact-6 {
    top: 100px;
    float: right;
    z-index: 502;
    width: 460px;
    margin-bottom: 150px;
}

.fact.fact-7 {
    z-index: 500;
    width: 460px;
    margin-bottom: 50px;
    clear: left;
}

.fact.fact-8 {
    clear: left;
    position: relative;
    z-index: 500;
    width: 460px;
    margin-bottom: 50px;
}

.fact.fact-9 {
    z-index: 500;
    width: 460px;
    float: right;
    clear: right;
}

.fact.fact-9 .title {
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 14px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c5c90+0,3d4768+100 */
    background: #4c5c90; /* Old browsers */
    background: -moz-linear-gradient(top, #4c5c90 0%, #3d4768 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4c5c90 0%,#3d4768 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4c5c90 0%,#3d4768 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5c90', endColorstr='#3d4768',GradientType=0 ); /* IE6-9 */
}

.fact.fact-9 .text {
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, .6);
    color: #10255c;
}

.fact.fact-9 .text p {
    margin-bottom: 20px;
}

.fact.fact-10 {
    clear: left;
    width: 460px;
}

.fact.fact-7 .title,
.fact.fact-8 .title,
.fact.fact-10 .title
{
    text-align: center;
}

footer {
    position: absolute;
    z-index: 600;
    background-image: url('images/slider_bg.png');
    background-repeat: repeat;
    padding: 5px 0;
    color: #fff;
    text-align: left;
    font-size: 13px;
    bottom: 0px;
    width: 100%;
}

/*
    костыли
*/
.heading .text {
    display: none;
}


.share {
    z-index: 500;
    position: relative;
    float: left;
    width: 100%;
    padding: 90px 0 0;
    text-align: center;
}


@media screen and (max-width: 668px) {
    body, html {
        min-width: 320px;
    }
    .container {
        width: 100%;
        padding: 0 10px;
    }
    
    .heading .title {
        left: 0px;
        top: 0px;
        font-size: 30px;
        text-align: left;
    }
    
    .heading .logo {
        position: relative;
        top: 0px;
        left: 0px;
        right: initial;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 13px;
    }
    
    .map-wrapper {
        display: none;
    }
}

@media screen and (max-width: 668px) {
    .big-plane .container {
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .big-plane .image {
        left: 10px;
        top: 0px;
        width: 90%;
        position: relative;
        margin-bottom: 50px;
    }
    
    .big-plane .image img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 668px) {
    .fact {

    }
    
    .fact .title {
        float: left;
        margin-right: 10px;
        font-size: 30px;
    }
    
    .fact .text {
        float: left;
    }
    
    .fact.fact-1 {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 668px) {
/*    order     */
    .big-plane .image {
        order: 10;   
    }
    .fact.fact-1 {
        order: 40;   
        margin-bottom: 30px;
    }
    .fact.fact-2 {
        order: 50;
        width: 100%;
        margin: 0 0 40px;
    }
    .fact.fact-3 {
        order: 40;
        width: 100%;
        top: 0px;
        margin-bottom: 40px;
    }
    
    .fact.fact-3 .text {
        width: 50%;    
    }
    
    .fact.fact-4 {
        order: 30;
        align-self: flex-end;
        width: 70px;
        margin: 0;
        flex: 50%;
        margin-bottom: 30px;
    }
    .fact.fact-5 {
        order: 20;   
        width: 110px;
        margin-bottom: 40px;
        align-self: flex-end;
        flex: 50%;
        margin-bottom: 30px;
    }
    .fact.fact-6 {
        order: 60;
        width: 100%;
        margin-bottom: 40px;
        top: 0px;
    }
    
    .fact.fact-6 .text {
        width: 140px;
    }
    
    .fact.fact-7 {
        order: 70; 
        width: 100%;
        margin-bottom: 40px;
    }
    .fact.fact-8 {
        order: 80;
        width: 100%;
        margin-bottom: 40px;
    }
    .fact.fact-9 {
        order: 90;
        width: 100%;
        margin-bottom: 40px;
    }
    
    .fact.fact-9 .title {
        width: 100%;
    }
    
    .fact.fact-10 {
        order: 100;
        width: 100%;
    }
    
    .fact.fact-10 .title {
        width: 100%;
        text-align: center;
    }
}


@media screen and (max-width: 668px) {
    .menu {
        height: initial;
        margin-bottom: 10px;
    }   
    
    .menu .items {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .menu .items .item {
        flex: 30%;
        display: inline-block;
    }
    
    .menu .items .item a {
        display: inline-block;
    }
}