.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.display {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.clear {
  clear: both;
}
.image-with-border {
  border: 1px solid #009FDA;
  padding: 5px;
  background: none;
}
.shield {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 1px;
  background: #009FDA;
  color: white;
  font-weight: bold;
  height: 18px;
  margin-right: 5px;
  padding: 0 4px 0 5px;
  position: relative;
  font-size: 11px;
  line-height: 17px;
  font-family: 'Arial', sans-serif;
}
.colored-button {
  background-color: #009FDA;
  background: -webkit-linear-gradient(top, bottom, #27c5ff, #008cc1);
  background: -moz-linear-gradient(top, #27c5ff, #008cc1);
  background: -o-linear-gradient(top, #27c5ff, #008cc1);
  background: -ms-linear-gradient(top, #27c5ff, #008cc1);
  border: 1px solid #009FDA;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
}
.colored-button:hover {
  background: #009FDA;
  border: 1px solid #009FDA;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
.colored-button:focus {
  outline: medium none;
}
.input-type-submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #009FDA;
  background: -webkit-linear-gradient(top, bottom, #27c5ff, #008cc1);
  background: -moz-linear-gradient(top, #27c5ff, #008cc1);
  background: -o-linear-gradient(top, #27c5ff, #008cc1);
  background: -ms-linear-gradient(top, #27c5ff, #008cc1);
  border: 1px solid #009FDA;
  text-align: center;
  color: #fff;
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  height: 32px;
  line-height: 0;
  margin-top: 11px;
  padding: 0 10px 0 11px;
}
.input-type-submit:hover {
  background: #009FDA;
  border: 1px solid #009FDA;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
.input-type-submit:focus {
  outline: medium none;
}
.input-type-file {
  position: relative;
  width: 261px;
  display: inline-block;
}
.input-type-file .name_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  background: #fff;
  border: 1px solid #009FDA;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  height: 24px;
  line-height: 23px;
  margin: 0 -2px 0 0;
  overflow: hidden;
  padding: 0 3px 0 4px;
  position: relative;
  right: 0;
  width: 190px;
}
.input-type-file .send_file {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 27px;
  width: 60px;
}
.input-type-file .send_file .button_f {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #009FDA;
  background: -webkit-linear-gradient(top, bottom, #27c5ff, #008cc1);
  background: -moz-linear-gradient(top, #27c5ff, #008cc1);
  background: -o-linear-gradient(top, #27c5ff, #008cc1);
  background: -ms-linear-gradient(top, #27c5ff, #008cc1);
  -moz-user-select: none;
  cursor: default;
  width: auto;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  border: 1px solid #009FDA;
  color: #fff;
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  width: 60px;
}
.input-type-file .send_file .button_f:hover {
  background: #009FDA;
  border: 1px solid #009FDA;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  color: white;
}
.input-type-file .send_file .button_f:focus {
  outline: medium none;
}
.input-type-file .send_file .button_f div {
  text-align: center;
  padding: 3px 0 0 1px;
}
.input-type-file .send_file .button_f .file_type {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 150% !important;
  height: 100px;
  margin-left: -410px;
  top: -30px;
  width: 600px;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  html.show-mobile-menu {
    overflow: hidden;
  }
  body {
    padding-top: 50px;
  }
  .wrap_all > header > div {
    background: url('/images/header.jpg') no-repeat right bottom;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .wrap_all > header > div > span {
    float: none;
    padding: 8px 0 0;
  }
  .wrap_all > header > div > a {
    position: static;
  }
  .wrap_all > header > nav {
    display: none;
  }
  .wrap_all > div.wrap_main > div.content_container {
    width: 100%;
  }
  .wrap_all > div.wrap_main > div.content_container > article {
    width: 100%;
    max-width: 980px;
    box-sizing: border-box;
    margin: auto;
    padding: 0 10px 20px;
  }
  .wrap_all > div.wrap_main > div.content_container.no_aside > article {
    box-sizing: border-box;
    margin: auto;
    padding: 0 10px 20px;
  }
  .wrap_all > div.wrap_main > div.clear_footer {
    display: none;
  }
  .wrap_all > div.wrap_main > aside {
    display: none;
  }
  .plus__item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .plus__item:last-of-type {
    margin-right: 0;
  }
  .plus__img {
    background-size: contain;
  }
  .top-panel {
    position: fixed;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    width: calc(100% - 30px);
    background: #065cb1;
    z-index: 100;
    top: 0;
    border-bottom: 2px solid #009FDA;
  }
  .top-panel.active:before {
    content: '';
    display: block;
    width: 100vw;
    height: calc(100vh - 49px);
    position: absolute;
    top: 50px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mobile-menu {
    display: flex;
  }
  .mobile-menu.active {
    transform: translateX(0);
    transition: transform .3s;
  }
  .mobile-menu__switch {
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #009FDA;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .mobile-menu__switch span {
    width: 24px;
    height: 4px;
    margin-bottom: 4px;
    display: block;
    background-color: #fff;
  }
  .mobile-menu__switch span:last-of-type {
    margin-bottom: 0;
  }
  footer {
    margin: 0 !important;
    height: initial !important;
  }
  footer > ul {
    display: none;
  }
  footer > div {
    height: initial;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer > div > span {
    height: initial;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 15px;
  }
  footer > div > span small {
    margin-right: auto;
    line-height: 1.4;
    text-align: left;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  footer > div > span span {
    line-height: 1.4;
    height: initial;
    padding-bottom: 5px;
    text-align: left;
  }
  footer > div > span span:first-of-type {
    margin-right: auto;
    float: none;
    padding-right: 10px;
  }
  footer > div > span span:last-of-type {
    float: none;
    padding-bottom: 10px;
  }
  footer > div div {
    margin-top: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .wrap_all > section > div.image {
    height: initial;
    padding-bottom: 37%;
    background-size: cover;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  footer > div {
    max-width: 470px;
    margin: auto;
  }
  footer > div > span {
    flex-direction: column;
  }
  footer > div > span small {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }
  footer > div > span span {
    text-align: center;
  }
  footer > div > span span:first-of-type {
    margin-right: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .plus__list {
    flex-direction: column;
  }
  .plus__item {
    width: 100%;
    margin-right: 0;
    display: flex;
    margin-bottom: 20px;
  }
  .plus__img-w {
    width: 100px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .plus__content {
    width: 100%;
    padding-left: 20px;
    text-align: left;
  }
  .plus__content p:first-of-type {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 520px) {
  .wrap_all > header > div {
    background: url('/images/header.jpg') no-repeat center bottom;
    flex-direction: column-reverse;
    align-items: center;
    padding: 15px 10px 15px;
  }
  .wrap_all > header > div > span {
    width: initial;
    text-align: center;
  }
  .content-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-img a img {
    float: none !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    width: 80px;
  }
  .content-img_big a img {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .form-table td.label {
    width: 105px !important;
  }
}
@media screen and (max-width: 414px) {
  .form-table tbody {
    display: block;
  }
  .form-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .form-table td.input {
    width: 100%;
  }
  .wysiwyg p > img {
    width: 100% !important;
    height: initial !important;
    margin: auto !important;
    margin-bottom: 10px !important;
  }
}
