/*!  techData styles */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  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;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  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;
  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;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.375;
  color: #c0c8ce;
  background-color: #003d71;
  min-width: 320px;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff url(../img/bg.jpg) center top repeat;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

a:hover, a:focus {
  color: #c0c8ce;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline-color: rgba(0, 0, 0, 0.2);
  outline-offset: -2px;
}

img {
  vertical-align: middle;

}

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

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.1;
  color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

p {
  margin: 0 0 12px;
}

strong {
  font-weight: 700;
}

.list-unstyled {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.jumbo {
  position: relative;
  background-color: #03112b;
  color: #fff;
  text-align: center;
}

.jumbo-caption {
  padding: 0 15px 15px;
  margin-top: -60px;
}

.jumbo-title {
  text-shadow: 1px 1px 3px #000;
}

.jumbo-text {
  max-width: 580px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .jumbo-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
  }
  .jumbo-title {
    font-size: 46px;
  }
  .jumbo-text {
    width: 712px;
    max-width: 5000px;
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .jumbo-caption {
    position: absolute;
    padding: 0 30px 60px;
  }
  .jumbo-title {
    font-size: 60px;
  }
  .jumbo-text {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .jumbo-title {
    font-size: 72px;
  }
}

.header {
  padding: 15px;
  background-color: #003d71;
  background: #003d71 radial-gradient(circle, #0070c4, transparent);
}

.header-left {
  width: 129px;
  float: left;
}

.header-right {
  width: 44px;
  float: right;
}

@media (min-width: 768px) {
  .header {
    padding: 30px 15px;
  }
  .header-left,
  .header-right {
    width: auto;
  }
}

.footer {
  margin-top: -1px;
  background-color: #003d71;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  color: #fff;
}

.footer-phone {
  margin-bottom: 0;
  color: #ffd201;
  font-weight:normal;
}

@media (min-width: 992px) {
  .footer {
    padding: 30px;
  }
  .footer-info {
    margin-bottom: 0;
  }
  .footer-info,
  .footer-phone {
    display: inline-block;
  }
}

.box {
  margin-bottom: 30px;
}

.box-sm {
  margin-bottom: 15px;
}

.box-xs {
  margin-bottom: 7px;
}

.box-collapse {
  padding-top: 30px;
  padding-bottom: 1px;
}

.box-collapse-header {
  position: relative;
  display: block;
  width: 298px;
  height: 298px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  padding: 25px;
  border-radius: 50%;
  text-align: center;
  background-color: #c0c8ce;
  transition: background-color 0.3s;
}

.box-collapse-header:after,
.box-collapse-header:before  {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.box-collapse-header:after {
  background: transparent url(../img/circle-inner.png) center center no-repeat;
  animation: spin 20s linear infinite;
}

.box-collapse-header:hover:after {
  background-image: url(../img/circle-inner-blue.png);
}


.box-collapse-header:before {
  background: transparent url(../img/circle-outer.png) center center no-repeat;
  animation: spin 20s linear infinite reverse;
}
.box-collapse-header:hover:before {
  background-image: url(../img/circle-outer-blue.png);
}

.box-collapse-container-1 .box-collapse:nth-child(2) .box-collapse-header:after,
.box-collapse-container-2 .box-collapse:nth-child(1) .box-collapse-header:after {
  animation: spin 10s linear infinite reverse;
}
.box-collapse-container-1 .box-collapse:nth-child(2) .box-collapse-header:before,
.box-collapse-container-2 .box-collapse:nth-child(1) .box-collapse-header:before {
  animation: spin 30s linear infinite;
}


.box-collapse-container-1 .box-collapse:nth-child(3) .box-collapse-header:after,
.box-collapse-container-2 .box-collapse:nth-child(2) .box-collapse-header:after {
  animation: spin 30s linear infinite;
}
.box-collapse-container-1 .box-collapse:nth-child(3) .box-collapse-header:before,
.box-collapse-container-2 .box-collapse:nth-child(2) .box-collapse-header:before {
  animation: spin 10s linear infinite reverse;
}

.box-collapse-header img {
  margin-top: -1px;
  margin-left: -1px;
  width:250px;
  height: 250px;
  border-radius: 50%;
}

.box-collapse-header.active, .box-collapse-header:hover {
  background-color: #6696bc;
}

.box-collapse-header.active .box-collapse-title,
.box-collapse-header:hover .box-collapse-title {
  color: #6696bc;
}

.box-collapse-header.active img, .box-collapse-header:hover img {
  opacity: 0.66;
}

.box-collapse-titles {
  position: absolute;

  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}

.box-collapse-title {
  font-size: 37px;
  font-weight: 800;
  color: #c0c8ce;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 0;
}


.box-collapse-body {
  padding: 50px 30px 30px;
  background-color: #003d71;
}

.box-collapse-body .list-unstyled li + li {
  margin-top: 6px;
}

.box-collapse-body-inner {
  max-width:750px;
  margin: 0 auto;
}

.box-collapse-body-title {
  margin-bottom: 30px;
  color: #fff;
}

.box-collapse-body-button {
    background-color: #ffffff;
    color: #003d71;
    font-weight: bold;
    margin-top: 10px;
    padding: 2px 10px;
    width: 145px;
    box-shadow: 3px 3px 5px #333;
}
.box-collapse-body-button:hover {
    color: #ffffff;
    background-color: #6696BC;
}

#yellow-block{
    background-color:#FFE56E;
    color: #003d71;
    padding:15px;
    margin:15px 0;
    font-weight:200;
    max-width:450px;
    box-shadow: 5px 5px 8px #333;
    display:block;
}

#yellow-block:hover{
    background-color: #f3d759;
}

#yellow-block h4{
    text-transform:uppercase;
    padding:0;
    margin:0;
}


@media (min-width: 992px) {
  .box-collapse-container {
    position: relative;
    min-height: 500px;
  }
  .box-collapse {
    padding-bottom: 0;
  }
  .box-collapse + .box-collapse {
    padding-top: 0;
  }
  .box-collapse-header {
    position: absolute;
    top: 101px;
    left: 50%;
    margin-left: -149px;
    margin-bottom: 0;
  }
  .box-collapse:first-child .box-collapse-header {
    margin-left: -477px;
  }
  .box-collapse:last-child .box-collapse-header {
    margin-left: 179px;
  }
  .box-collapse-body {
    margin-top: 470px;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

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

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

.js .hide {
  display: none;
}

.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;
}

.clear-mb {
  margin-bottom: 0 !important;
}

.browser {
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
}

.browser-js-disabled,
.browser-upgrade {
  display: block;
  padding: 8px;
  margin: 0;
  border-top: 1px solid #c5c5c5;
}
