body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

header {
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    background: #2288dd;
}

footer {
    height: 135px;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    padding: 5px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    background: #2288dd;
}

.block-0 {
    height: 620px;
    background: url(block-0.jpg);
}

.middle {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
}

.left {
    display: inline-block;
    float: left;
    position: relative
}

.left .logo {
  position: absolute;
}

.left div.title {
  line-height: 50px;
  padding-left: 50px;
}

.right {
    float: right;
    display: inline-block;
      font-size: 18px;
}

header .right {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 20px;
    padding: 5px;
}

.block-top {
    height: 70px;
    margin: 0 auto;
      background: rgba(250, 250, 250, 0.9);
  border: 1px solid #ccc;
   color: #444;
    text-align: center;
    text-transform: uppercase;
    line-height: 70px;
    font-size: 25px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.9);
}
.block-0 .block-top {
    font-weight: bold;
}
.block-0-form-wrap {
    position: absolute;
    right: 0;
    top: 50px;
      background: rgba(250, 250, 250, 1);
  border: 1px solid #ccc;
    text-align: center;
    color: #444;
    padding: 25px;
}

.block-0-form-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.block-0-form-wrap span {
    text-transform: uppercase;
}

.block-0-form {
    width: 320px;
    margin: 0 auto;
}

input[type="text"],
input[type="email"] {
    width: 280px;
    min-height: 38px;
    color: #fff;
    font-family: ubuntu, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    padding: 6px;
    background: #2288dd;
    border: none;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
}

input[type="submit"] {
    padding: 15px 35px;
    border-radius: 30px;
    border: 1px solid #FFE800;
    background: #FFDD00;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 8px;
}

input[type="submit"]:hover {
    background: #FFE800;
    cursor: pointer;
}

textarea {
  color: #fff;
  width: 280px;
  padding: 6px;
  height: 60px;
  background: #2288dd;
  border-radius: 5px;
  border: none;
}

.highlight {
    font-weight: bold;
}

.block-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 30px;
    padding: 10px;
    background: #2288dd;
}

ul {
    width: 720px;
    margin: 12px auto;
}

ul li {
    background: url(tick.png) no-repeat;
    padding: 16px 0px 12px 68px;
    list-style: none;
    margin: 0;
    font-size: 18px;
}

ul li:nth-child(even) {
    background: url(tick2.png) no-repeat;
}

.block-2 {
    background: url(block-2.jpg);
}

.block-2 .block-2-info {
    background: url(block-2-info.png);
    height: 520px;
}

.block-2 .block-22-info {
    background: url(block-22-info.png);
    height: 350px;
}

.block-4 {
    background: url(block-4.jpg);
    height: 600px;
}

.block-4-form-wrap {
    margin: 65px auto;
    width: 350px;
      background: rgba(250, 250, 250, 0.8);
  border: 1px solid #ccc;
    text-align: center;
    color: #444;
    padding: 25px;
}

.block-map {
    height: 450px;
}

::-webkit-input-placeholder {
    color: #ddd;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ddd;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ddd;
}

:-ms-input-placeholder {
    color: #ddd;
}

table {
  text-align: center;
  font-size: 18px;
}

table td { 
  padding: 20px 40px;
  vertical-align: sub;
}

table img {
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
}

.skype {
  width: 20px;
  height: 20px;
  background: url(sk.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
}

.email {
  width: 20px;
  height: 20px;
  background: url(mail.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
}

.ty {
  text-align: center;
  font-size: 2em;
  line-height: 1.5em;
  color: #FFDD00;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.9);
      background: #fff;
  padding: 15px;
  display: none;
}

.ty.visible {
  display: block;
}