@font-face {
  font-family: "Roboto Condensed";
  src: url("/style/fonts/RobotoCondensed-Regular.eot");
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url("/style/fonts/RobotoCondensed-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/style/fonts/RobotoCondensed-Regular.woff") format("woff"),
    url("/style/fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("/style/fonts/RobotoCondensed-BoldItalic.eot");
  src: local("Roboto Condensed Bold Italic"),
    local("RobotoCondensed-BoldItalic"),
    url("/style/fonts/RobotoCondensed-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/style/fonts/RobotoCondensed-BoldItalic.woff") format("woff"),
    url("/style/fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("/style/fonts/RobotoCondensed-Bold.eot");
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
    url("/style/fonts/RobotoCondensed-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/style/fonts/RobotoCondensed-Bold.woff") format("woff"),
    url("/style/fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("/style/fonts/RobotoCondensed-LightItalic.eot");
  src: local("Roboto Condensed Light Italic"),
    local("RobotoCondensed-LightItalic"),
    url("/style/fonts/RobotoCondensed-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/style/fonts/RobotoCondensed-LightItalic.woff") format("woff"),
    url("/style/fonts/RobotoCondensed-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("/style/fonts/RobotoCondensed-Italic.eot");
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"),
    url("/style/fonts/RobotoCondensed-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("/style/fonts/RobotoCondensed-Italic.woff") format("woff"),
    url("/style/fonts/RobotoCondensed-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("/style/fonts/RobotoCondensed-Light.eot");
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"),
    url("/style/fonts/RobotoCondensed-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/style/fonts/RobotoCondensed-Light.woff") format("woff"),
    url("/style/fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

body,
html {
  /*color: #262681;*/
  font-family: "Roboto Condensed", sans-serif;
  background-color: #fff;
  background-image: url(/style/img/bg.jpg);
  /*background-image: url(/style/img/plane_sky.jpg);*/
  background-repeat: repeat;
  background-position: left bottom;
  background-attachment: fixed;
}

@media only screen and (max-width: 1366px) {
  body,
  html {
    font-size: 0.9em !important;
  }

  table.main {
    width: 95%;
  }

  .emailimg {
    background-image: url("/data/images/email_address_s.png");
    background-size: cover;
    width: 75px;
    height: 17px;
    margin: 2px;
    float: left;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1400px) {
  body,
  html {
    font-size: 0.95em !important;
  }

  table.main {
    width: 97%;
  }

  .emailimg {
    background-image: url("/data/images/email_address_s.png");
    background-size: cover;
    width: 75px;
    height: 17px;
    margin: 2px;
    float: left;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  body,
  html {
    font-size: 1em !important;
  }

  table.main {
    width: 90%;
  }

  .emailimg {
    background-image: url("/data/images/email_address_n.png");
    background-size: cover;
    width: 88px;
    height: 19px;
    margin: 2px;
    float: left;
  }
}

@media only screen and (min-width: 1920px) {
  body,
  html {
    font-size: 1.02em !important;
  }

  table.main {
    width: 80%;
  }

  .emailimg {
    background-image: url("/data/images/email_address_n.png");
    background-size: cover;
    width: 88px;
    height: 19px;
    margin: 2px;
    float: left;
  }
}

.warning {
  color: #cc0000;
}

span.date {
  color: #444;
}

td#menu {
  vertical-align: middle;
  height: 25px;
  color: #ffffff;
  background-color: #668ab3;
}

td#menu a {
  color: #fff;
}

td#menu a:hover {
  color: #cc0000;
  text-decoration: none;
}

table.iteminfo {
  border-color: #262681;
  border-style: dotted;
  border-width: 1px;
  width: 100%;
}

table.iteminfo td {
  border-color: #262681;
  border-style: dotted;
  border-width: 1px;
}

table.iteminfo th {
  border-style: solid;
  border-width: 1px;
  color: #262681;
}

table td {
  vertical-align: top;
}

table .header {
  width: 100%;
  border: 0;
}

@media only screen and (min-width: 1280px) {
  table td.left {
    padding: 0px 10px 0px 5px;
    width: 300px;
  }
}

@media only screen and (min-width: 1440px) {
  table td.left {
    padding: 0px 10px 0px 5px;
    width: 400px;
  }
}

table td.right {
  padding: 0px 5px 0px 10px;
}

img {
  border: 0px;
}

#Main {
  width: 100%;
  border-bottom-color: #ffffff;
  height: 100%;
  vertical-align: top;
}

#MainContent {
  width: 800px;
}

a {
  color: #262681;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #cc0000;
  text-decoration: none;
}

h1 {
  font-size: 160%;
  color: #262681;
}

h2 {
  font-size: 140%;
  color: #262681;
}

h3 {
  font-size: 120%;
  color: #262681;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 105%;
}

h6 {
  font-size: 90%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

ul {
  margin: 5px;
  padding: 5px;
  list-style: decimal outside;
  text-align: left;
}

ul li {
  margin-left: 3px;
  list-style: url(img/pointer.gif);
  color: #444;
  font-style: normal;
}

a.news {
  font-size: 1.1em;
}

input {
  margin-bottom: 4px;
}

th {
  color: #2a75c5;
  vertical-align: middle;
  vertical-align: middle;
  padding: 2px 5px 2px 5px;
}

#leftcolumn {
  color: #ffffff;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 2px;
  vertical-align: top;
}

#leftcolumn a {
  color: #262681;
}

#leftcolumn a:hover {
  color: #ff0000;
}

#rightcolumn {
  width: 150px;
  color: #ffffff;
  padding-left: 2px;
  padding-top: 10px;
  vertical-align: top;
}

#rightcolumn a {
  /*color: #091d3a;*/
  color: #262681;
}

#rightcolumn a:hover {
  color: #ff0000;
  text-decoration: none;
}

#centercolumn {
  background-image: url(/style/img/Sheet-C.png);
}

.head {
  font-size: 100%;
}

.footer {
  text-align: center;
  font-weight: normal;
  color: #262681;
  text-decoration: none;
}

.footer a {
  text-decoration: none;
  font-weight: normal;
  color: #262681;
}

.footer a:hover {
  color: #cc0000;
  text-decoration: none;
}

@media only screen and (min-width: 1366px) {
  .footer div#mainb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 30px;
  }

  .footer div#donateru {
    height: 45px;
    width: 130px;
    position: absolute;
    left: 55%;
    transform: translate(-45%);
    background-image: url("/style/img/donate_ru_m.png");
    margin: -5px;
  }
}

@media only screen and (max-width: 1366px) {
  .footer div#mainb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 20px;
  }

  .footer div#donateru {
    height: 35px;
    width: 101px;
    position: absolute;
    left: 55%;
    transform: translate(-45%);
    background-image: url("/style/img/donate_ru_s.png");
    margin: -5px;
  }
}

@media only screen and (min-width: 1366px) {
  .footer div#mainb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 30px;
  }

  .footer div#donateen {
    height: 45px;
    width: 130px;
    position: absolute;
    left: 55%;
    transform: translate(-45%);
    background-image: url("/style/img/donate_en_m.png");
    margin: -5px;
  }
}

@media only screen and (max-width: 1366px) {
  .footer div#mainb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 20px;
  }

  .footer div#donateen {
    height: 35px;
    width: 101px;
    position: absolute;
    left: 55%;
    transform: translate(-45%);
    background-image: url("/style/img/donate_en_s.png");
    margin: -5px;
  }
}

.footer div#f_left {
  float: left;
}

.footer div#f_right {
  float: right;
}

select {
  margin-bottom: 4px;
  border-color: #b0d1f2;
  border-style: solid;
  border-width: thin;
}

textarea {
  font-size: 9pt;
}

.center-box-l {
  background-image: url(/style/img/Sheet-VL.png);
  background-repeat: repeat-y;
  background-position: right;
  width: 25px;
}

.center-box-r {
  background-image: url(/style/img/Sheet-VR.png);
  background-repeat: repeat-y;
  width: 25px;
  background-position: left;
}

.center-box-tl {
  background-image: url(/style/img/Sheet-TL.png);
  background-repeat: no-repeat;
  text-align: right;
  height: 25px;
  width: 25px;
  background-position: bottom right;
}

.center-box-tc {
  background-image: url(/style/img/Sheet-HT.png);
  background-repeat: repeat-x;
  text-align: right;
  background-position: bottom;
  height: 25px;
}

.center-box-tr {
  background-image: url(/style/img/Sheet-TR.png);
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  background-position: bottom left;
}

.center-box-bl {
  background-image: url(/style/img/Sheet-BL.png);
  background-repeat: no-repeat;
  height: 25px;
  background-position: right top;
  width: 25px;
}

.center-box-bc {
  background-image: url(/style/img/Sheet-HB.png);
  background-repeat: repeat-x;
  height: 25px;
  background-position: top;
}

.center-box-br {
  background-image: url(/style/img/Sheet-BR.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 25px;
  width: 25px;
}

.center-box-t,
.center-box-b {
  width: 96%;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #b0d1f2;
  outline: 1px solid #b0d1f2;
  background-color: #f4faff;
}

input[type="text"],
input[type="password"],
textarea {
  margin: 2px 0px;
  padding-left: 0.2em;
  background-color: #fff;
  border: solid 2px #b0d1f2;
}

input[type="submit"],
input[type="button"] {
  color: #ffffff;
  border: hidden;
  text-transform: uppercase;
  /*font-size: 85%;*/
  height: 30px;
  font-weight: bold;
  background-color: #668ab3;
  cursor: pointer;
}

/* ================= RES MENU ================= */
ul.res_menu_class {
  padding: 0;
  margin: 5px 5px;
  width: 180px;
  border-right: inset 1px;
}

ul#right-ul {
  margin-left: 10px;
}

ul.res_menu_class li#no_url {
  padding: 0;
  margin: 0px;
  list-style: none;
  font-weight: bold;
  color: #262681;
}

ul.res_menu_class li#no_url a {
  color: #262681;
}

ul.res_menu_class li#no_url a:hover {
  color: #cc0000;
}

ul.res_menu_class li#url {
  margin-left: 20px;
  list-style: circle;
  font-style: normal;
}

ul.res_menu_class li#url a {
  color: #262681;
  font-weight: normal;
}

ul.res_menu_class li#url a:hover {
  color: #cc0000;
  font-weight: bold;
}

ul.res_menu_class li#item a {
  font-weight: normal;
}

ul.res_menu_class li#item a:hover {
  font-weight: bold;
  color: #cc0000;
}

ul#res_menu li#no_url.collapsed {
  padding-left: 10px;
  padding-bottom: 5px;
  cursor: pointer;
  background: url("/style/img/collapsed.gif") left 6px no-repeat;
}

ul#res_menu li#no_url.collapsed a {
  color: #262681;
}

ul#res_menu li#no_url.collapsed a:hover {
  color: #cc0000;
}

ul#res_menu li#no_url.expanded {
  padding-left: 10px;
  cursor: pointer;
  background: url("/style/img/expanded.gif") left 6px no-repeat;
  color: #cc0000;
}

.boxshadow {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.red {
  color: #cc0000;
}

.blue {
  color: #262681;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.italic {
  font-style: italic;
}

.position-middle {
  vertical-align: middle;
}

#blink {
  -webkit-animation: blink 2.5s linear infinite;
  animation: blink 2.5s linear infinite;
}

img#top {
  z-index: 999;
  position: relative;
}

@-webkit-keyframes blink {
  0% {
    color: rgba(204, 0, 0, 1);
  }

  30% {
    color: rgba(204, 0, 0, 0);
  }

  100% {
    color: rgba(204, 0, 0, 1);
  }
}

@keyframes blink {
  0% {
    color: rgba(204, 0, 0, 1);
  }

  30% {
    color: rgba(204, 0, 0, 0);
  }

  100% {
    color: rgba(204, 0, 0, 1);
  }
}

.text-shadow {
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 20px;
}

.b-popup {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.96);
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.b-popup .b-popup-content {
  text-align: center;
  margin: auto;
  width: 50%;
  background-color: #d3e4f3;
  border-radius: 5px;
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  left: 25%;
  top: 25%;
  padding: 2em 0 2em 0;
}
