* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Arial', 'Georgia', 'Helvetica', sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

h1, h2 {
    margin: 0 0 .5em;
    padding: 0;
    font: 300 2.0625em/1 Georgia, Helvetica, Arial, sans-serif;
    color: #242F33;
}

h2 {
    font-size: 1.5rem;
}

b {
    font-weight: 600;
}

header {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 60px;
}

.wrap {
    max-width: 1100px;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.col {
    flex: 0 0 1;
    width: 100%;
    padding: 0 15px;
}

.header-top {
    background-color: #004359;
    display: flex;
    flex-wrap: wrap;
}

.header-bottom {
    background-color: rgb(0, 48, 64);
    padding: 0 5px;
}

.header-bottom .header-listItems {
    margin: 0;
}

.logo-block {
    margin-right: 30px;
}

.a-logo {
    display: inline-block;
    padding: 15px 0;
}

.logo {
    width: 165px;
    height: 30px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
    padding: 0 10px;
}

.header-list {
    display: flex;
    justify-content: space-between;
    flex: 0 0 550px;
    margin: 5px 0;
}

.header-list-right {
    flex: 0 0 200px;
    margin-left: 10px;
}

.header-list-left {
    flex: 0 0 310px;
    width: 100%;
    justify-content: space-between;
}

.text-block {
    padding: 10px 15px;
    border-radius: 3px;
}

.bg-grey {
    background-color: #EEF1F3;
}

.reg {
    background-color: rgb(0, 153, 204)
}

.subs {
    background-color: #265A68
}

.header-listItems {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 13px;
}

.header-date {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 3px;
    font-size: 16px;
    line-height: 13px;
}

img {
    max-width: 100%;
}

.icon-fire img {
    width: 14px;
    height: 18px;
}

.icon {
    margin-right: 5px;
}

.img-post-head {
    flex: 0 0 87px;
    padding-right: 15px;
}

figure {
    display: block;
    margin: 15px auto;
}

.border-r {
    border-radius: 5px;
}

.post-head {
    padding: 0 20px;
}

.post-head-text {
    margin-left: 10px;
}

.postHead-icons {
    max-width: 108px;
    padding: 8px;
    background-color: #DAE3E6;
    display: flex;
    justify-content: space-between;
}

.center {
    justify-content: center;
}

.nav-icons {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/sprite.svg") no-repeat;
    background-color: #ffffff;
    margin: 0 2px;
    border-radius: 3px;
}

.icon-1 {
    background-position: -10px -98px;
}

.icon-2 {
    background-position: -10px -318px;
}

.icon-3 {
    background-position: -10px -890px;
}

.post-theme {
    margin: 15px;
    padding: 20px 0;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    font-size: 18px;
    line-height: 14px;
}

.post-theme .col {
    padding: 0;
}

.tags {
    padding: 3px 7px;
    font-weight: 600;
    color: #5B5F61;
    margin: 0 5px;
}

.main-text p {
    font: 400 16px/1.4 Proxima Nova, Helvetica, sans-serif;
    color: #242F33;
    letter-spacing: .01em;
    margin: 10px 0;
}

.main-text {
    margin: 20px auto;
}

.main-footer {
    margin: 20px 0;
}

#flaticon--like path {
    stroke: #7A9199;
    stroke-width: 2.5px;
    fill: #ffffff;
}

.text-footer_items.subs {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid silver;
    border-radius: 2px;
    font-weight: 700;
    background-color: #ffffff;
    margin-left: 20px;
    color: #007399;
}

.text-blue {
    color: #00A3D9;
    font-weight: 600;
}

.text-footer {
    margin-top: 5px;
}

.strong {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    color: #839399;
}

.comment-block {
    padding: 30px;
    width: 100%;
}

.comment-header {
    border-top: 1px solid #e7e9ee;
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
}

.comment-heading {
    font-size: 18px;
    text-transform: uppercase;
}

.comment {
    display: flex;
    margin: 10px 0;
}

.comment-content {
    width: 100%;
}

.avatar {
    margin-right: 20px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-color: lightgrey;
    border: 1px solid #000000
}

.avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.comment-info {
    background-color: #E3F3FA;
    display: flex;
    margin-bottom: 10px;
}

.comment-info-text,
.comment-info span,
.comment-name .text-blue {
    font-size: 14px;
    font-weight: 500;
}

.comment-info span {
    font-family: 'Arial', sans-serif;
}

.comment:nth-of-type(2n) .comment-info {
    background-color: #EBF0F2;
}

.comment-info-text {
    padding-top: 10px;
}

.comment-text p {
    margin: 0;
}

.order {
    display: inline-block;
    text-align: center;
    background-color: #004359;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 10px auto;
    text-transform: uppercase;
    text-decoration: none;
}

.comment-heading-block {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.cls-1 {
    fill: #4b41b9;
}

.cls-2, .cls-3 {
    fill: #eb872d;
}

.cls-3, .cls-9 {
    opacity: 0.4;
}

.cls-4 {
    opacity: 0.5;
}

.cls-5 {
    fill: #f5e6c8;
}

.cls-6 {
    opacity: 0.2;
}

.cls-7 {
    opacity: 0.05;
}

.cls-8 {
    opacity: 0.6;
}

.cls-10 {
    opacity: 0.3;
}

.cls-11 {
    opacity: 0.7;
}

footer {
    background-color: #004359;
    padding: 35px 30px 50px;
    color: #ffffff;
    text-transform: uppercase;
}

footer p,
footer li {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin: 10px;
    align-self: center;
    text-align: center;
}

footer svg {
    width: 16px;
    height: 16px;
}

footer svg path {
    fill: #ffffff;
}

.footerIcons {
    display: inline-block;
    background-color: #005673;
    padding: 7px;
}

.footerTop {
    display: flex;
    margin-bottom: 50px;
}

.footerTop-items p {
    color: #8faab2;
    margin-bottom: 10px;
}

.footerBottom {
    max-width: 850px;
}

.footer-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-block {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-content: center;
}

aside {
    display: none;
    max-width: 300px;
    border: 1px solid #e8e8e8;
    margin: 250px 0 20px 20px;
}

aside p {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.footerTop-items {
    margin-bottom: 15px
}

@media screen and (min-width: 1400px) {
    aside {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    nav {
        display: none;
    }

    .header-top {
        justify-content: center;
    }

    .logo-block {
        margin: 0;
    }
}

@media screen and (max-width: 575px) {

    .wrap,
    .comment-block {
        padding: 0 15px;
    }

    .post-head {
        display: flex;
        padding: 5px;
    }

    .post-head-text {
        max-width: 175px;
        margin: 0;
    }

    .comment-heading-block,
    .footerTop {
        width: 100%;
        flex-wrap: wrap;
    }

    .footerTop-items,
    .footerTop {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .footerTop-items {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .comment-heading-block span {
        display: block;
        width: 100%;
    }

    .footerTop-items p {
        margin-bottom: 5px;
    }

    .footer-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tags {
        display: inline-block;
        margin: 3px;
    }

    footer {
        padding: 10px;
    }
}

.wrap-btn {
    text-align: center;
}

.order-form {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.order-form h2 {
    text-align: center;
    display: block;
    max-width: 390px;
    width: 100%;
}

.order-form p {
    margin: 0;
    max-width: 390px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}

select, input, .order-formBtn {
    max-width: 390px;
    width: 100%;
    display: block;
    margin: 0px 0 20px;
    border: 1px solid #808080;
    border-radius: 40px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 15px;
}

.order-formBtn {
    background: linear-gradient(to right, #43c947, #1ddad1);
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    text-align: center;
}

.counter-minutes,
.counter-seconds {
    color: #000;
    text-decoration: none;
    font-size: 1.4rem;
}
