html, .page {
    font-family: 'Lucida Grande', Tahoma;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main {
    width: 100%;
    height: 100%;
}

.menu {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #fff;
    opacity: 0.7;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link {
    text-decoration: none;
    color: #000;
}

.menu:hover {
    cursor: pointer;
    opacity: 0.5;
}

.menu-line {
    width: 800px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu__item {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #000;
}

.item {

}

.text-block {
    width: 100%;
}

.item__description {
    margin: 0 auto;
    margin-top: 0;
}
.item__description img {
    width: 100%;
        height: 765px;
}
.page-control__item {
    border-radius: 10px;
    border:2px solid #fff;
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin-top:  10px;
}

.page-control {
    right: 50px;
    top:50%;
    list-style: none;
    position: fixed;
    z-index: 1;
}

.ui-page-scrolling-control_active {
    width: 15px;
    height: 15px;
    margin-left:0px;
    background-color: transparent;
}

.text-block__line {
    display: block;
    font-size: 1.3em;
    line-height: 150%;
}

.text-block__line_code {
    display: blok;
    color: #0271c7;
}

.text-block__header {
    font-size: 35px;
}

.button {
    color: #fff;
    background-color: #0271c7;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 15px;
    display: inline-block;
    border: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.button:hover {
    background-color: #028be1;
    cursor: pointer;
}

.image {
    width: 400px;
}

.red {
    background-color: #ddc0a0;
}

.standart {
    background-color: #E6DDBC;
}

.green {
    background-color: #8fbc86;
}
#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}