ul,
ol {
    font-size: 16px;
    line-height: 26px;
}

.main-header--fixed {
    width: 100%;
    position: fixed;
    z-index: 100;
}

.main-menu {
    margin-right: 50px;
}

.common-menu {
    line-height: 60px;
}

.container {
    padding: 0;
}

.logo {
    display: block;
    float: left;
    width: 130px;
    height: 60px;
    padding: 8px 0;
}
.logo a {
    display: block;
    width: 130px;
    height: auto;
    text-decoration: none;
}

.info {
    display: block;
    position: relative;
    padding: 20px 0;
    padding-top: 180px;
    z-index: 50;
}

.info__header {
    width: 960px;
    top: 61px;
    background: #fff;
    position: fixed;
    margin-bottom: 40px;
    border-bottom: 1px solid #c6c7c7;
}

.info__header ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.info__header ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 48px;
    text-align: center;
}

.info__header-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 20px;
    padding-top: 40px;
    font-size: 18px;
    color: #00aeff;
    text-decoration: none;
}

.info__header-item--active,
.info__header-item--active:hover {
    color: #000000;
}

.info__header-item--active::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background-color: #3c434a;;
}

.info__content {
    position: relative;
    z-index: -1;
}


.info__content h1 {
    margin: 0 0 36px 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    text-align: left;
}

.info__section {
    margin-top: 34px;
}

.info__section h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}

p:last-of-type {
    margin-bottom: 60px;
}

p:only-of-type {
    margin-bottom: 36px;
}

.main-footer .common-menu {
    line-height: 80px;
}