body {
    font-size: 13px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: 'Roboto',arial, sans-serif;
    color: rgba(0, 0, 0, .87);
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

ul {
    padding: 0
}

ul li {
    list-style: none
}

a {
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navigation-list {
    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;
    padding: 0 30px;
    position: relative
}

.navigation-list-item {
    margin-right: 20px
}

.navigation-list-item:first-child {
    margin-right: 15px
}

.navigation-list-item:nth-child(3) {
    margin-right: 25px
}

.navigation-list-item:last-child {
    margin-right: 0
}

.navigation-link-text {
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.navigation-link-text:hover {
    opacity: .85;
    text-decoration: underline
}

.hidden-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.navigation-panel-input:focus+.navigation-panel-label .navigation-panel-label-icon {
    opacity: 1
}

.navigation-panel-input:checked~.navigation-services-list {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.navigation-panel-label {
    cursor: pointer
}

.navigation-panel-label-icon {
    background: url(../img/menu.svg);
    display: block;
    width: 16px;
    height: 16px;
    opacity: .55;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.navigation-panel-label-icon:hover {
    opacity: 1
}

.navigation-panel-label-icon {
    background: url(../img/menu.svg);
    display: block;
    width: 16px;
    height: 16px;
    opacity: .55;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.navigation-panel-label-icon:hover {
    opacity: 1
}

.notification-icon {
    background: url(../img/notification.svg);
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: .55
}

.notification-icon:hover {
    opacity: 1
}

.profile-thumb-wrap {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.navigation-service-icon {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    margin: 0 auto 7px
}

.navigation-service-icon-plus {
    background-image: url(../img/google-plus.svg)
}

.navigation-service-icon-search {
    background-image: url(../img/search.svg)
}

.navigation-service-icon-youtube {
    background-image: url(../img/youtube.svg)
}

.navigation-service-icon-maps {
    background-image: url(../img/google.svg)
}

.navigation-service-icon-news {
    background-image: url(../img/news.svg)
}

.navigation-service-icon-gmail {
    background-image: url(../img/gmail.svg)
}

.navigation-service-icon-translator {
    background-image: url(../img/translate.svg)
}

.navigation-service-icon-disk {
    background-image: url(../img/drive.svg)
}

.navigation-service-icon-calendar {
    background-image: url(../img/calendar.svg)
}

.navigation-service-icon-words {
    background-image: url(../img/words.svg)
}

.navigation-service-icon-business {
    background-image: url(../img/business.svg)
}

.navigation-service-icon-docs {
    background-image: url(../img/docs.svg)
}

.navigation-service-icon-news {
    background-image: url(../img/news.svg)
}

.navigation-service-icon-photos {
    background-image: url(../img/photos.svg)
}

.navigation-service-icon-sheets {
    background-image: url(../img/sheets.svg)
}

.navigation-service-icon-slides {
    background-image: url(../img/slides.svg)
}

.navigation-services-list {
    display: none;
    width: 335px;
    position: absolute;
    right: 40px;
    top: 44px;
    background-color: #fff;
    border-color: rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.navigation-services-list:before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    position: absolute;
    top: -8px;
    right: 87px;
    background-color: #fff;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-services-list-parentwrap {
    height: 478px;
    overflow-y: auto
}

.navigation-services-list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px
}

.navigation-services-list-wrap-hidden {
    display: none
}

.navigation-services-list-wrap-hidden {
    display: none
}

.navigation-services-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%
}

.navigation-services-list-item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.navigation-services-list-link {
    width: 100%;
    margin: 7px 1px;
    padding: 5px;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.navigation-services-list-link:hover {
    border: 1px solid #e5e5e5
}

.navigation-services-list-link:focus {
    text-decoration: underline
}

.more-services-wrap {
    display: none
}

.more-services-control-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    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
}

.more-services-checkbox:checked,
.more-services-divider {
    display: none
}

.more-services-divider {
    height: 1px;
    background-color: #ebebeb;
    margin: 0 22px;
    border: none
}

.more-services-checkbox:checked~.navigation-services-list-wrap-hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.more-services-checkbox:checked~.more-services-label {
    display: none
}

.more-services-checkbox:checked~.more-services-divider {
    display: block
}

.more-services-checkbox:focus+.more-services-label {
    outline: -webkit-focus-ring-color auto 5px
}

.more-services-checkbox:-moz-focusring+.more-services-label {
    outline: 1px dotted
}

.more-services-label {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5
}

.main {
    padding: 30px 0
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center
}

.img-responsive {
    max-width: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.main-title {
    font-size: 32px
}
