* {
    margin: 0;
    padding: 0;
    font-family: MyHelvetica;
    fo2nt-family: Calibri;
   }


@font-face {
    font-family: 'MyHelvetica';
    font-style: normal;
    font-weight: normal;
    sr2c: local('Helvetica'), url('Helvetica.woff') format('woff');
    src: url('Helvetica.woff') format('woff');
    }

.loginbtn{
  margin-left: 10px; 
  border-radius: 25px;
  border: 1px solid #333333;
  font-family: Helvetica;
  font-size: 24px;
  width: 150px;
  height: 50px;
  padding-left: 35px;
  background-color: #D4E7F5;
  color: #00243B;
  background-image: url('user.png');
  background-repeat: no-repeat;
  background-position: 12px 10px;
  }

.loginbtn:hover{
  background-image: url('user_hover.png');
  background-color: #005293;
  background-position: 13px 10px;
  color: #FFFFFF;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
  border: 0;
  }

.topmenu{
  f2ont-size: 1.2vw;
  font-size: 21px;
  co2lor: #00243B;
  text-transform: uppercase;
  font-family: MyHelvetica;
  font-weight: normal;
  }

.topmenu a{color: #00243B; margin-right: 35px; display: block; float: left;  margin-top: 5px;
  margin-bottom: 5px;
}
.topmenu a:link{text-decoration: none;}
.topmenu a:visited{text-decoration: none;}
.topmenu a:hover{text-decoration: underline;}
.topmenu a:active{text-decoration: underline;}

.content{
  color: #00243B;
  }

table tr td{
  color: #00243B;
  }

.content .navline{
  margin-top: 50px; 
  margin-bottom: 50px;
  font-size: 14px;
  color: #2E2E2E;
  }

.content .navline a{color: #2E2E2E;}
.content .navline a:link{text-decoration: none;}
.content .navline a:visited{text-decoration: none;}
.content .navline a:hover{text-decoration: underline;}
.content .navline a:active{text-decoration: underline;}

.content h1{
  text-transform: uppercase;
  color: #00243B;
  font-size: 32px;
  fon2t-size: 2.2vw;
  margin-top: 0px;
  margin-bottom: 20px;
  }

.content h2{
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: -20px;
  padding-left: 20px;
  b2ackground-color: #007E8A;
  b2ackground-image:linear-gradient(to right, #007E8A, white);
  c2olor: #FFFFFF;
  }

.content a{color: #0086DB;}
.content a:link{text-decoration: underline;}
.content a:visited{text-decoration: underline;}
.content a:hover{text-decoration: none;}
.content a:active{text-decoration: none;}

.content p{margin-bottom: 10px; color: #00243B;}

.content input{
  border: 1px solid #007E8A;
  padding: 2px;
  }

.content .mytable{
  border: 1px solid #555555;
  }
.content .mytable td{
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
  padding: 3px;
  }
.content .mytableheader td{
  text-align: center;
  border-top: 0px;
  background-color: #adced1;c6dee0;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  }


.content .mybutton{
  border-radius: 10px;
  font-size:16px;
  height: 35px;
  background-color: #106bbf;
  color: #FFFFFF;
  bac2kground-image: url('user.png');
  bac2kground-repeat: no-repeat;
  bac2kground-position: 12px 10px;
  }

.content .mybutton:hover{
  b2ackground-image: url('user_hover.png');
  background-color: #005293;
  b2ackground-position: 13px 10px;
  co2lor: #FFFFFF;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
  border: 0;
  }

.cont2ent .mybutton{
  background-color: #007E8A;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  }

.larustable{
  border: 1px solid #555555;
  }
.larustable td{
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
  padding: 3px;
  }
.larustableheader td{
  text-align: center;
  border-top: 0px;
  background-color: #adced1;c6dee0;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  }

@font-face { 
    font-family: "rouble";
    src: url("rouble.otf") format("opentype");
}
.rub { font-family: "rouble"; }


.flightinfotable{
  border-spacing: 0px 3px;
  }

.flightinfotable td{
  padding: 10px 0px 10px 0px;
  }

.flightinfotable tr td { border-bottom: 1px solid #DDDDDD;}
.flightinfotable tr:last-child td { border:0px;}


/* Контейнер для кнопки */
.css-modal-target-container {
    height: 60px;
    display:flex;
    align-items:center;
    justify-content:center;
}
/* Кнопка для открытия */
.css-modal-open {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer;
    border: 2px solid #BFE2FF;
    overflow: hidden;
    z-index: 1;    
}
.css-modal-open:hover,
.css-modal-open:active,
.css-modal-open:focus {
    color: #FFF;
}
.css-modal-open:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #2D6B9F;
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index: -1;
}
.css-modal-open:hover:before,
.css-modal-open:active:before,
.css-modal-open:focus:before {
    transform: translateX(0);
}
 
/* Контейнер, который затемняет страницу */
.css-modal-target {
    display: none;
}
.css-modal-target:target {
    display:flex;
    align-items:center;
    justify-content:center;    
    z-index: 4;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: bg 0.5s ease;
    background: rgba(51, 122, 183, 0.7);
}
 
/* Модальное окно */
.css-modal-target .cmt {
    font-family: Verdana, sans-serif;  
    font-size: 16px;
    padding: 20px;
    width: 80%;
    z-index: 8;
    max-width: 600px;
    max-height: 70%;
    transition: 0.5s;
    border: 6px solid #BFE2FF;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    text-align: center;
    overflow: auto;
    animation: scale 0.5s ease;
}
 
/* Кнопка с крестиком закрывающая окно */
.css-modal-close {
    position: relative;
    display: block;
}
.css-modal-close:after {
    content: "";
    width: 50px;
    height: 50px;
    border: 6px solid #BFE2FF;
    border-radius: 12px;
    position: fixed;
    z-index: 10;
    top: 20px;
    right: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23337AB7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    background-color: #FFF;
    background-size: cover;
    animation: move 0.5s ease;
}
.css-modal-close:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    content: "";
    cursor: default;
}
 
/* Анимации */
@keyframes scale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes move {
    0% {
        right: -80px;
    }
    100% {
        right: 20px;
    }
}
@keyframes bg {
    0% {
        background: rgba(51, 122, 183, 0);
    }
    100% {
        background: rgba(51, 122, 183, 0.7);
    }
}
