body {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-top: 0;
}
h2,h3,h4,h5,h6{
    color: #0097A7;
}
h1{
    font-size: 32px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
}
ol{
    list-type-style: decimal;
    padding-left: 20px;

}
ul {
      list-style: none;
}
.wrap,header,footer{
        padding: 25px 0;
}
.airport {
    background: #B2DFDB;
}
.airport ul{
    list-style-type: disc;
}
.airport img{
    max-width: 555px;
    max-height: 546px;
    padding-bottom: 20px;
      width: 100%;
  height: auto;
}
.pobeda{
     width: 100%;
  height: auto;
  max-width: 457px;
  max-height: 250px;
  padding-bottom: 20px;
  
}

.styl{
   padding: 0;
}
.lamp{
   float: left;
   padding: 0 20px 5px 0;
}
p{
    margin-bottom: 15px;
}
.strong{
    font-weight: bold;
}
.blue{
    background: #03A9F4;
    color: #fff;
}
.grey{
     background: #f3f3f3;
}
hr.air-jet,
hr.smile,
hr.plane,
hr.love,
hr.ques{
    margin: 25px auto 30px;
    padding: 0;
    max-width: 300px;
    border: 0;
    border-top: solid 4px;
    text-align: center;
}

hr.smile:after {
    content: "\f118";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.smile{
    border-color: #fff;
}
hr.smile:after {
    color: #fff;
    background-color: #03A9F4;
}
hr.air-jet:after {
    content: "\f0fb";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.air-jet{
    border-color: #fff;
}
hr.air-jet:after {
    color: #fff;
    background-color: #B2DFDB;
}
hr.plane:after {
    content: "\f072\f072\f072";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.plane{
    border-color: #00BCD4;
}
hr.plane:after {
    color: #00BCD4;
    background-color: #f3f3f3;
}
hr.love:after {
    content: "\f004";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.love{
    border-color: #0097A7;
}
hr.love:after {
    color: #0097A7;
    background-color: #fff;
}
hr.ques:after {
    content: "\f128 \f128 \f128";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.ques{
    border-color: #00BCD4;
}
hr.ques:after {
    color: #00BCD4;
    background-color: #f3f3f3;
}
@media (max-width: 768px){
    .airport .col-xs-12 img, script{
    margin: 0 auto;
    padding-bottom: 15px;
}
}
.white{
     background-color: #fff;
}
.white table>tbody>tr>td{
    padding: 8px;
}
.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #00BCD4;
}
footer {
    color: #fff;
    background: #0097A7;
}
.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}