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: 800px;
}

.item__description {
    margin: 0 auto;
    margin-top: 100px;
}

.page-control__item {
    border-radius: 10px;
    border:1px solid #000;
    width: 5px;
    height: 5px;
    background-color: #000;
    margin-top:  10px;
}

.page-control {
    right: 50px;
    top:50%;
    list-style: none;
    position: fixed;
    z-index: 1;
}

.ui-page-scrolling-control_active {
    width: 10px;
    height: 10px;
    margin-left:-3px;
    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;
}