* {
    margin: 0;
    padding: 0
}

p {
    font-size: 15px;
    line-height: 1.3em;
    padding: 15px 0
}

img {
    width: 100%
}

.article-img {
    text-align: center
}

.span-red {
    color: red
}

body {
    font-family: 'Montserrat', sans-serif
}

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

.header .container {
    display: flex;
    justify-content: space-between;
    background-color: #333;
    padding: 15px
}

.left-items {
    display: flex;
    align-items: center
}

.burger a {
    display: flex;
    align-items: center
}

.left-items span a {
    color: #fff;
    font-weight: 700;
    font-size: .75em;
    display: block;
    text-transform: uppercase;
    float: left;
    text-decoration: none
}

.logo_box {
    height: 22px;
    display: block;
    float: left;
    position: relative
}

.logo_box img {
    display: block;
    height: 100%;
    float: left
}

.region_url {
    color: #fff;
    left: 78px;
    top: -10px;
    text-transform: uppercase;
    font-style: italic;
    font-size: .563em;
    float: left;
    font-weight: 700;
    position: relative
}

.right-items {
    display: flex;
    align-items: center
}

.left-item-img {
    display: flex;
    align-items: center
}

.item-login {
    margin-left: 16px
}

.main .container {
    display: flex;
    padding: 16px
}

.article {
    max-width: 632px;
    margin-right: 30px
}

.article-data {
    font-size: 13px;
    margin-bottom: 10px
}

.article-data span:last-child {
    margin-left: 16px
}

h1 {
    font-size: 2.188em;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 40px
}

h2 {
    margin: 10px 0 10px 0;
    font-size: 1.25em
}

.comment-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.comment-box a {
    text-decoration: none
}

.comment-profile-box {
    margin-bottom: 7px
}

.comment-text-box img {
    margin: 7px 0
}

.comment-box p {
    padding: 0
}

.ava-img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    object-fit: cover
}

.ordered-mess-wrapper {
    position: fixed;
    top: -100%;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    max-width: 650px;
    padding: 16px;
    background: white;
    box-shadow: -2px 1px 35px -16px #000;
    color: black;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    transition: .5s ease-in-out;
    z-index: 9999
}

.ordered-mess-wrapper--open {
    top: 20px
}

.ordered-message {
    display: flex;
    align-items: center
}

.ordered-message div {
    padding-right: 5px;
    width: 40px;
    display: flex;
    align-items: center
}

.ordered-message span {
    padding: 0 2px
}

.ordered-mess__count {
    margin-left: 3px
}