@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic,latin-ext);
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 {
  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; }

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 {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

.col-xs-12 {
  float: left;
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

@media print {
  .visible-print-block {
    display: block !important; } }

@media print {
  .visible-print-inline {
    display: inline !important; } }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

body, html {
  margin: 0;
  min-height: 100%;
  padding: 0;
  height: auto;
  overflow-x: hidden; }

html {
  min-width: 100%; }

body {
  font-family: 'Roboto Condensed', sans-serif; }

.send, a {
  border: none; }

.d-wrap, body, html {
  height: auto; }

header, body {
  background-color: #000; }

header .logo, .d-in-block, .d-wrap {
  margin: 0 auto; }

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

#loadBtnLink, #loadMoreLink, .navi a, a {
  text-decoration: none; }

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

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

.h1, .h2 {
  display: block; }

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

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin: 0; }

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

.under-form-text {
  color: #FFF;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative; }
  .under-form-text:after {
    display: block;
    content: '';
    height: 100px;
    width: 64px;
    position: absolute;
    top: -80px;
    left: 0;
    background: url("../img/arr.png") no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }

.akcia__img {
  max-width: 70%;
  display: block;
  margin: 0 auto; }

.d-wrap {
  background-image: url(../img/bg.jpg);
  position: relative;
  width: 100%; }

.logo {
  position: relative;
  z-index: 30; }
  .logo video {
    width: 100%; }

header {
  width: 100%; }
  header .phone {
    color: #FFF;
    font-weight: bold;
    padding-top: 2px;
    font-size: 15px; }
  header .line-bg {
    background-image: url(../img/ul.png);
    height: 103px;
    position: relative; }
  header .logo-bg {
    position: relative;
    margin: 0 auto; }
    header .logo-bg::before {
      background: url(../img/ulll.png) no-repeat;
      left: 0;
      z-index: 700; }
    header .logo-bg::after {
      background: url(../img/ullr.png) no-repeat;
      right: 0;
      z-index: 700; }
    header .logo-bg .wr-title {
      width: 100%;
      height: 81px;
      background: url(../img/uli.png);
      position: relative; }
      header .logo-bg .wr-title h1 {
        color: #fff;
        font-weight: 400;
        font-family: Tahoma;
        position: relative;
        z-index: 900;
        font-size: 16px;
        padding: 25px 0 0;
        text-align: center;
        text-shadow: 0 1px 0 #00008b; }
      header .logo-bg .wr-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; }
    header .logo-bg::after, header .logo-bg::before {
      display: block;
      content: "";
      width: 112px;
      height: 81px;
      position: absolute;
      top: 0; }

.d-block, .d-top-block {
  position: relative;
  z-index: 50; }

.d-top-block {
  background: url(../img/center.jpg);
  height: 26px;
  top: 7px;
  width: 100%; }
  .d-top-block::after {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    z-index: 10; }
  .d-top-block::before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    z-index: 10;
    background: url(../img/tlc.png) no-repeat;
    left: 0; }
  .d-top-block::after {
    background: url(../img/trc.png);
    right: -13px; }

.d-in-block {
  background-image: url(../img/ibb.png);
  background-position: center center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: repeat-y;
  min-height: 230px;
  width: 100%;
  position: relative;
  top: -19px;
  z-index: 20;
  padding: 25px; }
  .d-in-block::after {
    height: 100%;
    position: absolute;
    top: 0; }
  .d-in-block::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/borl.png);
    left: -74px; }
  .d-in-block::after {
    background: url(../img/borr.png);
    right: -87px; }
  .d-in-block::after, .d-in-block::before {
    width: 100px;
    z-index: 10;
    content: "";
    display: block; }

.d-bottom-block {
  top: -19px;
  height: 50px;
  background: url(../img/br.png);
  position: relative;
  margin: 0 13px 0 26px; }
  .d-bottom-block::before {
    background: url(../img/blc.png) no-repeat;
    left: -100px; }
  .d-bottom-block::after {
    background: url(../img/brc.png) no-repeat;
    right: -100px; }
  .d-bottom-block::after, .d-bottom-block::before {
    width: 100px;
    z-index: 10;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0; }

.d-codes {
  color: #1b2a35;
  margin: 0 auto;
  border: none;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif; }
  .d-codes .title {
    padding-top: 15px;
    padding-bottom: 5px; }
  .d-codes ul {
    list-style-type: none;
    padding: 0;
    font-size: 16px; }

.d-payments-block {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .d-payments-block::after {
    display: block;
    content: "";
    clear: both;
    height: 0; }
  .d-payments-block .title {
    padding-top: 25px; }
  .d-payments-block article {
    margin-top: 15px; }
    .d-payments-block article img {
      text-align: center;
      display: block;
      margin: 0 auto; }

.info {
  margin-top: 30px; }
  .info-list {
    list-style-type: none; }
    .info-list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 25px;
      font-size: 18px;
      font-weight: bold; }
    .info-list img {
      width: 50px;
      margin-right: 15px; }
  .info-img img {
    max-width: 100%; }

.d-content {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 30px;
  background: #182237;
  font-size: 16px;
  color: #d6d6d6;
  position: relative; }
  .d-content:before {
    display: block;
    content: "";
    width: 100%;
    height: 35px;
    background: url(../img/line_bg.png); }
  .d-content p {
    text-align: justify; }

footer {
  background-image: url(../img/bg_footer_line.png);
  background-position: center 11px;
  background-repeat: repeat-x;
  min-height: 200px;
  top: -70px; }
  footer, footer .footer-bg {
    position: relative;
    width: 100%; }
  footer .footer-bg {
    background-image: url(../img/bottom_line.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; }
  footer .copyright {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #000;
    text-align: center;
    padding: 90px 0;
    line-height: 18px; }
    footer .copyright a {
      color: #FFF;
      text-decoration: underline; }
      footer .copyright a:hover {
        color: #3E497D; }

.normal-color, .d-color {
  text-shadow: 0 2px #0C212B;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif; }

.normal-color {
  color: #FFF; }

.menu {
  list-style: none;
  padding-left: 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .menu li {
    font-family: 'Roboto Condensed', sans-serif,sans-serif;
    border-bottom: 1px solid #D4D7D6; }
    .menu li, .menu li a {
      position: relative; }
    .menu li:before {
      top: -webkit-calc(50% - 5px);
      top: calc(50% - 5px);
      background: #254B7E;
      left: -22px;
      width: 10px;
      height: 10px;
      -webkit-transition: .5s linear;
      -o-transition: .5s linear;
      transition: .5s linear; }
    .menu li:after {
      bottom: 6px;
      left: -20px;
      width: 6px;
      height: 6px;
      background: #4A7ABD; }
    .menu li:hover:before {
      background: #76CDDF; }
  .menu a {
    color: #ddd;
    display: block;
    padding: 5px 0; }
    .menu a:before {
      position: absolute;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      content: ""; }
  .menu li:after, .menu li:before {
    position: absolute;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    content: ""; }
  .menu a:hover {
    color: #76CDDF;
    text-decoration: underline; }
  .menu a:before {
    left: -20px;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #4A7ABD; }
  .menu li:last-child {
    border-bottom: none; }
  .menu .active {
    color: #FFF7A2; }

.clear {
  clear: both; }

.order-block input[name='name'] {
  margin-top: 53px; }

.order-block input[name='tel'] {
  margin-top: 15px; }

.order-block,
.download-block {
  background-image: url(../img/panel.png);
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 310px;
  margin: 0 auto;
  width: 289px; }
  .order-block .f-title,
  .download-block .f-title {
    font-size: 17px;
    margin: 0;
    padding: 25px 0 0 20px;
    text-transform: uppercase;
    text-align: center; }
  .order-block .send,
  .download-block .send {
    top: 10px;
    height: 44px;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }

.radio-btn {
  margin: 0;
  padding: 45px 0 0; }
  .radio-btn input[type='radio'] {
    outline: none;
    margin-right: 7px; }
  .radio-btn label {
    color: #1B2A35;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 1px #B7E1FF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 50px;
    padding: 0 5px 6px;
    width: 218px; }

.line {
  background: url("../img/line.png") no-repeat;
  height: 3px;
  background-position: center; }

input[type='text'] {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #000;
  display: block;
  width: 200px;
  height: 40px;
  margin: 3px auto;
  padding: 0 15px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.9); }

input[name='name'] {
  margin: 40px auto 0; }

.link a, .send span {
  color: #1B2A35;
  font-size: 19px;
  font-weight: 400;
  text-shadow: 0 1px #89CBFF;
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  text-align: center; }

.link, .send {
  text-transform: uppercase;
  width: 201px;
  clear: both;
  position: relative; }

.link, .send, .first {
  background-repeat: no-repeat; }

.send {
  display: block;
  background-image: url(../img/btn.png);
  height: 54px;
  margin: 0 auto;
  top: 23px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .send span {
    height: 39px;
    padding: 7px 40px 0 0; }
  .send:hover {
    background-image: url(../img/btn_hov.png); }

.link {
  background-image: url(../img/btn.png);
  height: 54px;
  margin: 0 auto;
  top: -5px; }
  .link a {
    height: 39px;
    padding: 15px 40px 0 0; }
  .link:hover {
    background-image: url(../img/btn_hov.png); }

.first {
  background-image: url(../img/line.png);
  background-position: center bottom; }

.download-small .d-color {
  color: #B6FFA5; }

.download-big .d-color {
  color: #FFF7A2; }

.send-form .d-color {
  color: #9DD7FF; }

.size {
  font-size: 16px; }

.form-block {
  height: 100%;
  position: relative; }
  .form-block .navCats {
    background: url(../img/heading/category-back.png) no-repeat rgba(0, 0, 0, 0.5);
    height: 107px;
    width: 112px;
    cursor: pointer;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .form-block .line, .form-block .navCatStr {
    display: block;
    width: 100%;
    float: left;
    content: "";
    height: 112px; }
    .form-block .line::after, .form-block .navCatStr::after {
      display: block;
      content: "";
      clear: both;
      height: 0; }
    .form-block .line.item-1, .form-block .navCatStr.item-1 {
      background: url(../img/item-1.png) 107px center no-repeat; }
    .form-block .line.item-2, .form-block .navCatStr.item-2 {
      background: url(../img/item-2.png) 107px center no-repeat; }
    .form-block .line.item-3, .form-block .navCatStr.item-3 {
      background: url(../img/item-3.png) 107px center no-repeat; }
  .form-block .icon-1::before {
    background: url(../img/heading/category-pict-table.png) center 15px no-repeat; }
  .form-block .icon-2::before {
    background: url(../img/heading/category-pict-slots.png) center 30px no-repeat; }
  .form-block .icon-3::before {
    background: url(../img/heading/category-pict-short-games.png) center 30px no-repeat; }

.breadcrumbs div {
  margin: 0 5px 25px;
  display: inline-block; }

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

.text_block {
  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-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: 100%;
  position: relative; }
  .text_block__title, .text_block__subtitle {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300;
    text-shadow: 0 2px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px; }
  .text_block__title {
    font-size: 25px;
    font-weight: bold; }
  .text_block__subtitle {
    margin-top: 40px;
    font-size: 20px; }
  .text_block__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFBA9;
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    height: 40px; }
    .text_block__button span {
      display: block;
      padding: 0 10px; }
    .text_block__button:before {
      display: block;
      content: "<<<";
      -webkit-animation: move-left .6s linear alternate infinite;
              animation: move-left .6s linear alternate infinite; }
    .text_block__button:after {
      display: block;
      content: ">>>";
      -webkit-animation: move-right .6s linear alternate infinite;
              animation: move-right .6s linear alternate infinite; }

@-webkit-keyframes move-left {
  100% {
    -webkit-transform: translateX(-15px); } }

@keyframes move-left {
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px); } }

@-webkit-keyframes move-right {
  100% {
    -webkit-transform: translateX(15px); } }

@keyframes move-right {
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px); } }

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  #mob {
    display: none; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .logo {
    width: 100%; }
  .order-block {
    width: 255px; }
    .order-block .f-title {
      font-size: 14px;
      padding-left: 0; }
  .download-block {
    width: 220px; }
    .download-block .send {
      width: 165px; }
    .download-block .line {
      width: 150px;
      margin: 0 auto; }
  .radio-btn label {
    font-size: 14px; }
  input[type="text"] {
    max-width: 75%; }
  .akcia__img {
    max-width: 100%;
    margin: 0; }
  .text_block {
    padding: 25px 0; }
    .text_block__button {
      display: none; }
  .form-block .line {
    float: none; }
  .video iframe {
    height: 200px !important; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
  #mobile {
    display: none; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
.video img{
  height: 300px;
  width: 100%;
}