@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  outline: none;
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  outline: none; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
  *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

body, html {
  margin: 0;
  min-height: 100%;
  padding: 0;
  height: auto;
  font-family: 'PT Sans Narrow', sans-serif;
  overflow-x: hidden; }

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, abbr {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

#wrapper, body, html {
  height: auto; }

.header-top, body {
  background: #000; }

.header-top .logo, #mcb, #wrapper {
  margin: 0 auto; }

.h1, .h2, h1, h2, ol, p, ul {
  color: #1b2a35; }

h1, h2 {
  margin: 0 .4em; }

.h1, .h2, h1, h2, p {
  text-align: center; }

.h1, .h2 {
  display: block; }

.h1 {
  font-size: 20px;
  padding: 20px 0; }

p {
  text-align: justify; }

input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
  color: transparent !important; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.col {
  margin: 20px; }

#wrapper {
  background-image: url(../img/pattern.jpg);
  position: relative;
  width: 100%; }

.accent {
  background: url("../img/accent.png") repeat-x;
  display: inline-block;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  color: #eff384 !important;
  padding: 15px 20px; }

.header-top {
  height: 295px;
  width: 100%; }
  .header-top .logo {
    background: url(../img/logo.png) center no-repeat #000;
    position: relative;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 90%;
    height: 218px;
    bottom: -17px;
    z-index: 30; }
  .header-top .underLine {
    background-image: url(../img/underLine.png);
    height: 103px;
    position: relative; }
  .header-top .underLogo {
    position: relative;
    margin: 0 auto; }
    .header-top .underLogo::after, .header-top .underLogo::before {
      display: block;
      content: "";
      width: 112px;
      height: 81px;
      position: absolute;
      top: 0; }

#middle {
  position: relative;
  z-index: 50; }

.header-top .underLogo::before {
  background: url(../img/underlineLogoLeft.jpg) no-repeat;
  left: 0; }

.header-top .underLogo::after {
  background: url(../img/underlineLogoRight.jpg) no-repeat;
  right: 0; }

.header-top .underLogo .title-wrap {
  width: 100%;
  height: 81px;
  background: url(../img/underlineLogoRepeatInner.png); }

.header-top .underLogo .top-title h1 {
  color: #fff;
  font-weight: 400;
  font-family: Tahoma;
  font-size: 16px;
  padding: 25px 0 0;
  text-align: center;
  text-shadow: 0 1px 0 #00008b; }

.header-top .underLogo .top-title h2 {
  color: #fff;
  font-weight: 400;
  font-family: Tahoma;
  font-size: 16px;
  padding: 25px 0 0;
  text-align: center;
  text-shadow: 0 1px 0 #00008b;
  padding: 7px; }

.frame {
  background: url("../img/mcb.png") center center repeat-y;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  min-height: 230px;
  width: 100%;
  position: relative;
  top: -19px;
  z-index: 20;
  padding: 25px; }
  .frame::after, .frame::before {
    width: 100px;
    z-index: 10;
    content: "";
    display: block; }
  .frame::after {
    height: 100%;
    position: absolute;
    top: 0; }
  .frame::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/border_left.png);
    left: -74px; }
  .frame::after {
    background: url(../img/border_right.png);
    right: -87px; }
  .frame-wrapper {
    position: relative; }
  .frame-top {
    background: url(../img/midleBorder.jpg);
    height: 26px;
    top: 7px;
    z-index: 50;
    position: relative;
    width: 100%; }
    .frame-top::after {
      display: block;
      content: "";
      width: 26px;
      height: 26px;
      position: absolute;
      top: 0;
      z-index: 10; }
    .frame-top::before {
      display: block;
      content: "";
      width: 26px;
      height: 26px;
      position: absolute;
      top: 0;
      z-index: 10;
      background: url(../img/top_left_corner.png) no-repeat;
      left: 0; }
    .frame-top::after {
      background: url(../img/top_right_corner.png);
      right: -13px; }
  .frame-bottom {
    top: -19px;
    background: url("../img/bottom_repeat.png");
    position: relative;
    display: block;
    height: 50px;
    z-index: 50;
    margin: 0 13px 0 26px; }
    .frame-bottom::after, .frame-bottom::before {
      height: 100%;
      position: absolute;
      top: 0; }
    .frame-bottom::before {
      background: url(../img/bottom_left_corner.png) no-repeat;
      left: -100px; }
    .frame-bottom::after {
      background: url(../img/bottom_right_corner.png) no-repeat;
      right: -100px; }
    .frame-bottom::after, .frame-bottom::before {
      width: 100px;
      z-index: 10;
      content: "";
      display: block; }

.info-box {
  background: url(../img/panel_main.png) repeat-x;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  padding: 0 5px;
  height: 237px;
  max-width: 500px;
  margin: 35px auto;
  position: relative;
  position: relative; }
  .info-box .list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #e6e6e6; }
    .info-box .list-wrapper ul {
      margin: 5px;
      color: #ee6e66e; }
    .info-box .list-wrapper li {
      margin-top: 5px;
      font-weight: bold; }
  .info-box header {
    padding: 0;
    margin: 0; }
  .info-box .head {
    text-transform: uppercase;
    color: #FFF;
    line-height: 35px;
    font-size: 24px;
    padding: 10px 0 25px 0;
    display: block; }
  .info-box:before, .info-box:after {
    display: block;
    content: '';
    position: absolute;
    top: 0; }
  .info-box:before {
    width: 35px;
    background: url("../img/panel_left.png") no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    height: 237px;
    left: -35px; }
  .info-box:after {
    width: 35px;
    height: 237px;
    right: -35px;
    background: url("../img/panel_right.png") no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }

.settings {
  background: #172236;
  padding: 25px;
  display: block;
    display-content: '';
    display-clear: both;
    display-height: 0; }
  .settings .head {
    color: #eff384;
    font-size: 24px;
    padding-bottom: 30px; }
  .settings-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .settings p {
    color: #FFF;
    margin-top: 5px; }
  .settings-img {
    display: block;
    padding: 30px 50px; }

.footer, .footer-top {
  position: relative;
  width: 100%; }

.footer {
  background-image: url(../img/footer_line.png);
  background-position: center 11px;
  background-repeat: repeat-x;
  min-height: 200px;
  top: -70px; }
  .footer-top {
    background-image: url(../img/info_bottom.png);
    -webkit-background-size: 100% 129px;
            background-size: 100% 129px;
    color: #fff;
    font-family: Tahoma;
    font-size: 15px;
    height: 126px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 1px 0 #00008b;
    top: 59px;
    z-index: 999; }
  .footer-menu {
    color: #FFF;
    font-size: 14px;
    background-color: #000;
    text-align: center;
    padding: 90px 0; }
    .footer-menu a {
      color: #FFF;
      padding: 5px;
      text-decoration: none; }
      .footer-menu a:hover {
        color: #CCC;
        text-decoration: underline; }

.article {
  font-size: 16px;
  padding: 25px; }
  .article p {
    padding: 10px 0; }
  .article ul {
    padding-left: 50px; }
    .article ul li {
      list-style-type: circle;
      padding-bottom: 5px; }
  .article h1 {
    font-weight: bold;
    font-size: 18px; }
  .article h2 {
    font-size: 17px;
    font-weight: bold; }

.clear {
  clear: both; }

.panel {
  background: url(../img/downloadPanel.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 300px;
  height: 300px;
  margin: 0 auto;
  max-width: 289px;
  padding: 0 35px;
  position: relative; }
  .panel-title {
    font-size: 19px;
    margin: 0;
    padding: 25px 0 40px 0;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px #0C212B;
    font-weight: 400; }
    .panel-title span {
      color: #000; }
  .panel label {
    color: #1B2A35;
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    margin: 0;
    /*text-shadow: 0 1px #B7E1FF;*/
    padding: 4px 0; }
    .panel label:first-child {
      background: url(../img/line.png) center bottom no-repeat; }
  .panel input {
    outline: none; }
  .panel input[type=text] {
    font-size: 14px;
    color: #000;
    display: block;
    height: 40px;
    margin: 4px auto;
    width: 100%;
    padding: 0 15px;
    font-weight: 400;
    background: rgba(240, 240, 240, 0.9); }

.code .button {
  margin-top: 25px; }

.button {
  color: #1B2A35;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 1px #89CBFF;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  min-width: 208px;
  max-width: 236px;
  position: relative;
  background: url(../img/button_download.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  height: 54px;
  line-height: 54px;
  margin: 5px auto 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .button span {
    height: 39px;
    padding: 7px 40px 0 0; }
  .button:hover {
    background-image: url(../img/button_download_hov.png); }

h3 {
  text-align: center;
  color: #1b2a35;
  margin: 0; }

.title {
  font: 22px/100% Tahoma,Geneva,sans-serif;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 400; }

.error-form {
  border: 2px solid red; }

.b-popup {
  width: 100%;
  display: none;
  min-height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  top: 0px; }
  .b-popup.open {
    display: block; }
  .b-popup .b-popup-content {
    margin: 10% auto 0px auto;
    width: 400px;
    z-index: 1000;
    position: relative;
    background: #83a4c3;
    background: -webkit-linear-gradient(left, #83a4c3 0%, #8eacc7 50%, #83a4c3 100%);
    background: -webkit-gradient(linear, left top, right top, from(#83a4c3), color-stop(50%, #8eacc7), to(#83a4c3));
    background: -o-linear-gradient(left, #83a4c3 0%, #8eacc7 50%, #83a4c3 100%);
    background: linear-gradient(to right, #83a4c3 0%, #8eacc7 50%, #83a4c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83a4c3', endColorstr='#83a4c3',GradientType=1 );
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px #000;
            box-shadow: 0px 0px 10px #000; }
    .b-popup .b-popup-content .downloadPanel {
      width: 100%;
      padding-top: 8px; }
    .b-popup .b-popup-content .title {
      margin-bottom: 20px;
      padding-top: 30px; }
    .b-popup .b-popup-content label {
      font-size: 17px;
      font-weight: bold;
      margin-left: 130px;
      margin-top: 5px;
      cursor: pointer; }
    .b-popup .b-popup-content .notice {
      padding-top: 15px;
      font-size: 14px; }
    .b-popup .b-popup-content input {
      outline: none; }

.form-controler {
  position: relative; }

.contacts {
  border-top: 2px solid #CCC;
  text-align: center; }
  .contacts h2 {
    font-size: 20px;
    color: #eff384;
    padding: 15px; }
  .contacts p {
    text-align: center; }

.formsended {
  min-height: 350px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .formsended h1 {
    font-size: 25px;
    padding: 15px; }
  .formsended p {
    font-size: 23px;
    text-align: center;
    padding-bottom: 15px; }

.tooltip {
  position: absolute;
  z-index: 999;
  left: -9999px;
  background-color: #dedede;
  padding: 5px;
  border: 1px solid #fff;
  width: 250px; }
  .tooltip p {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #222;
    padding: 2px 7px; }

.tooltip-icon {
  position: absolute;
  right: 25px;
  top: 13px;
  border: 2px solid #697D96;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #697D96;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .tooltip-icon:hover {
    color: #697D96;
    opacity: .9; }

.error-text {
  bottom: 12px;
  width: 120px;
  left: 50%;
  margin-left: -40px;
  color: rgba(255, 255, 255, 0.9);
  position: absolute; }

@media screen and (max-width: 1024px) {
  .frame {
    padding: 25px 12px 25px 25px; }
    .frame-wrapper {
      left: -7px; } }

@media screen and (max-width: 460px) {
  /**/
  .header-top .logo {
    width: 75%; }
  .frame {
    padding: 25px 12px 25px 25px; }
    .frame-wrapper {
      left: -7px; }
  .info-box {
    max-width: 80%;
    height: 360px;
    margin-top: 0; }
    .info-box .head {
      display: block;
      font-size: 20px;
      padding-top: 32px; }
    .info-box::after, .info-box::before {
      height: 360px; }
  .settings-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .settings-img {
    padding: 30px;
    margin: 0 auto; }
  .col {
    margin: 5px; } }

@media screen and (max-width: 320px) {
  /**/
  .info-box .head {
    font-size: 18px; } }

.form__radio{
  padding: 0 5px 4px;
  width: 218px;
  display: flex;
  justify-content: space-around;
}