* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Cabin;
    src: url('../fonts/cabinregular.ttf');
}

@font-face {
    font-family: Cabin;
    src: url('../fonts/cabinbold.ttf');
    font-weight: bold;
}

body {
    font-family: Cabin, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.header {
    background-color: #293254;
    padding: 28px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header .menu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 752px;
}

.header .logo {
    display: inline-block;
    vertical-align: middle;
}

.header .menu ul {
    list-style: none;
    font-size: 0;
}

.header .menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

.header .menu ul li:last-child {
    margin-right: 0;
}

.divider {
    width: 1px;
    height: 24px;
    background-color: #5D6585;
}

.header .container {
    font-size: 0;
}

svg.filled:hover path {
    fill: #a5a1a1;
}

svg.stroked:hover path {
    stroke: #a5a1a1;
}

svg.edit-icon:hover path:first-child {
    fill: #a5a1a1;
}

svg.edit-icon:hover path:nth-child(2) {
    stroke: #a5a1a1;
}

.main {
    background-color: #FBFBFC;
}

.article-container {
    padding: 59px 0 20px 0;
}

.return-back {
    text-decoration: none;
    margin-bottom: 25px;
    display: inline-block;
}

.return-back > * {
    vertical-align: middle;
}

.return-back span {
    color: #989BA7;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.24px;
}

.article-header h1 {
    color: #0B0F1F;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.article-description {
    font-size: 25px;
    line-height: normal;
    color: #4C4F5F;
    margin-bottom: 40px;
}

.article-section img {
    max-width: 100%;
    margin-bottom: 40px;
}

.article-section p {
    margin-bottom: 20px;
    color: #4C4F5F;
    font-size: 22px;
    line-height: normal;
}

.article-section h2 {
    color: #4C4F5F;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin: 50px 0 20px 0;
}

.footer-article {
    margin-top: 38px;
    font-size: 0;
    margin-left: 925px;
}

.footer-article-image img {
    border-radius: 50%;
}

.footer-article-image {
    display: inline-block;
    vertical-align: middle;
}

.footer-article-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 28px;
}

.footer-article-name {
    color: #4C4F5F;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
}

.footer-article-description {
    color: #4C4F5F;
    font-size: 14px;
    line-height: normal;
}

.article-additional {
    margin-top: 58px;
    padding: 28px 0;
    font-size: 0;
}

.article-additional-reactions {
    display: inline-block;
    vertical-align: middle;
}

.article-additional-socials {
    display: inline-block;
    vertical-align: middle;
    margin-left: 840px;
}

.article-additional-socials a {
    text-decoration: none;
}

.article-additional-reaction {
    display: inline-block;
    vertical-align: middle;
}

.article-additional-reaction > * {
    vertical-align: middle;
}

.article-additional-reaction:first-child {
    margin: 0 44px 0 30px;
}

.article-additional-reaction span {
    margin-left: 13px;
    color: #000;
    font-size: 19px;
    line-height: normal;
}

.other-articles {
    background-color: #F3F3F3;
    padding: 60px 0;
}

.other-articles h2 {
    color: #4C4F5F;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 19px;
}

.other-articles-items {
    font-size: 0;
    margin-left: -20px;
    margin-right: -20px;
}

.other-article {
    max-width: 580px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    padding-right: 25px;
}

.other-article-image {
    display: inline-block;
    vertical-align: middle;
}

.other-article-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
    max-width: 270px;
}

.other-article-category {
    color: #989BA7;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.other-article h3 {
    color: #0B0F1F;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;
}

.other-article-description {
    color: #5B5B5B;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
}

.other-article-extra span {
    color: #989BA7;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.24px;
    margin-right: 123px;
}

.other-article-extra a {
    color: #203B9B;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.footer {
    background-color: #080E24;
    padding: 30px 0 29px 0;
}

.footer .container {
    font-size: 0;
}

.footer .logo {
    display: inline-block;
    vertical-align: middle;
}

.footer span {
    display: inline-block;
    vertical-align: middle;
    color: #B8BACD;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-left: 1044px;
}

