body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    font-family: "Metropolis Bold",Arial;
    box-sizing: border-box;
    background-color: #F0F0F0;
}

body img {
    width: 100%;
}

header {
    background-color: white;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

content {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    overflow-x: hidden;
    padding-bottom: 32px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 16px 0;
}

ul {
    list-style-type: none;
}

.firstline {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    color: white;
    text-transform: uppercase;
}

.secondline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.main {
    max-width: 1000px;
    width: 100%; 
    background-color: #fff;
    padding: 20px;
}

.main p {
    margin: 10px auto 16px auto;
}

.main a {
    color: #e74d4f;
    text-decoration: none;
    font-weight: 700;
}

.main a:hover {
    text-decoration: underline;
}

.cont-img {
    max-width: 700px;
    margin-top: 16px;
}

a:-webkit-any-link {
    color: #e74d4f;
}

a:visited {
    color: #e74d4f;
}

.caption {
    max-width: 600px;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0!important;
}
.gray-bg {
    background-color: #F3F3F3;
    padding: 10px;
    margin: 10px 0;
}
.green-bg {
    background-color: #B6D7A8;
    padding: 10px;
    margin: 10px 0;
}
.yel-bg {
    background-color: #FFF2CC;
    padding: 10px;
    margin: 10px 0;
}
.redbor-bg {
    border: 2px dashed #e74d4f;
    padding: 10px;
    margin: 10px 0;
}
ul {
    list-style-type: disc;
    padding-left: 30px!important;
}
.blue {
    color: #e74d4f;
    font-weight: bold;
}

.red {
    color: #e74d4f;
    font-weight: bold;
}

.order_block {
    margin: 40px 0;
}


.order_btn {
    display: block;
    max-width: 220px;
    width: 100%;
    color: white!important;
    font-weight: bold;
    padding: 16px;
    margin-bottom: 24px;
    background-color: #e74d4f;
    border-radius: 8px;
}


.message_btn {
    background-color: #e74d4f!important;
    color: white!important;
}
.main__author_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 24px;
}

.main__author_name {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1095px) {
    content {
        flex-direction: column;
        align-items: center;
    }

    .main {
       width: 90%;
    }

    .mob-hid {
        display: none;
    }

    .logo {
        width: 100px;
        height: 30px;
        margin-top: 10px;
    }

    .logo img {
        width: 150px;
    }
    .logo p {
        font-size: 15px;
        line-height: 19px;
    }
    
}


.mycomment {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}

.mycomment-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.mycomment-name {
    font-weight: 600;
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}

.mycomment-text {
    font-size: 18px !important;
    line-height: 24px;
    margin: 0!important;
}

.mycomment-text img {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
    
}

.mycomment-bottom {
    color: #929292;
    font-weight: 600;
    font-size: 12px!important;
    line-height: 10px!important;
    margin: 6px 0 0 12px!important;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.loading {
    display: flex;
    align-items: center;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-add {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.25em 0 0 currentColor;
    }

    60% {
        100% {
            text-shadow: 0.25em 0 0 currentColor, 0.75em 0 0 currentColor;
        }
    }
}

@keyframes race {
    0% {
        transform: skew(0, -3deg);
    }

    25% {
        transform: skew(0, 3deg);
    }

    50% {
        transform: skew(0, -3deg);
    }

    75% {
        transform: skew(0, 3deg);
    }

    100% {
        transform: skew(0, );
    }
}

.mycomment-info {
    width: 100%;
    max-width: 100%;
}

.mycomment-info__inner {
    background-color: #ebedf0;
    border-radius: 18px;
    line-height: 16px;
    margin-top: 0;
    padding: 0.75rem 12px 1rem 12px;
    position: relative;
}
.textbox {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    border: transparent;
    margin-bottom: 10px;
    outline: none;
    border: none;
}
.error {
    position: relative;
    margin-top: -10px;
    color: red;
    font-size: 13px;
    padding-left: 5px;
    display: none;
}
.sendcomment {
    font-size: 17px;
    cursor: pointer;
    text-decoration: underline;
}

.comments_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments_links, .comments_reposts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.comments_links {
    justify-content: space-around;
}

.link_icon{
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7D7E81!important;
}
.icon {
    width: 22px;
    height: 22px;
}
.icon__small {
    width: 18px;
    height: 18px;
}

.like-count {
    position: absolute;
    right: 7px;
    bottom: -10px;
    width: 25px;
    background-color: white;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    -moz-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    cursor: pointer;
}

.liked {
    background-color: #3580ED!important;
}

.reply {
    padding-left: 16px;
}

.re-reply {
    padding-left: 32px;
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 20px 0 40px 0;
    max-width: 500px;
    width: 100%;
}
.buy_form {
    max-width: 400px;
    margin: 20px auto;
}
.order {
    max-width: 500px;
    width: 100%;
}
.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 0 auto 20px;
    padding: 25px;
    text-align: center;
}

.old_price {
    text-decoration: line-through;
    font-size: 14px;
    text-align: center !important;
}

.new_price {
    font-size: 18px;
    color: #ec373f;
    text-align: center !important;
}

.form input, select {
    font-family: "Roboto", sans-serif;
    outline: 0;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    
    border: 1px #9955bb solid;
}

.form button {
    width: 100%;
    color: #fff;
    height: 46px;
    cursor: pointer;
    background: linear-gradient(93.06deg, #3277b9 8.35%, #6968ce 34.63%, #b500ff 83.13%);
    border: 0;
    font-weight: 700;
    font-size: 24px;
    border-radius: 10px;
}

.price__new{
    padding-left: 0px;
}

header-article {
    right: 0;
    left: 0;
    bottom: 100%;
    position: fixed;
    z-index: 22;
    height: 3.125rem;
    align-items: center;
    background: #bf311a;
    color: #fff;
    display: none;
    transition: transform 400ms ease-in-out;
    white-space: nowrap
}

@media(min-width: 80em) {
    header-article {
        display: flex
    }
}

.scrolling-down header-article {
    transform: translateY(100%)
}

header-article .article-title {
    width: 100%;
    font-weight: 700;
    font-style: normal;
    font-size: .75rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    overflow: hidden;
    position: relative
}

header-article .article-title::after {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 3.125rem;
    height: 100%;
    background: #bf311a;
    background: linear-gradient(232deg, #bf311a 27%, rgba(191, 49, 26, 0) 100%);
    content: ""
}

header-article .article-title span {
    font-weight: 400;
    font-style: normal
}

header-article article-read {
    margin-right: auto
}

header-article button-facebook-share {
    padding: 0 2.5rem;
    border-left: 1px solid #d2462f;
    cursor: pointer
}

header-article button-facebook-share svg {
    margin-right: .3125rem;
    opacity: .5
}

@media(max-width: 63.9375em) {
    header-article button-facebook-share span {
        display: none
    }
}

header-article button-disqus {
    font-weight: 400;
    font-style: normal
}

header-article button-disqus span:first-of-type {
    font-weight: 700;
    font-style: normal
}

@media(max-width: 63.9375em) {
    header-article button-disqus span:first-of-type {
        display: none
    }
}

@media(max-width: 63.9375em) {
    header-article button-save-article span {
        display: none
    }
}

header-article .logo {
    margin: 0 2.0625rem 0 1.5625rem;
    flex: 0 0 auto
}

@media(max-width: 47.9375em) {
    header-article .logo {
        margin-right: auto
    }
}

header-article .logo svg {
    width: 6.25rem;
    height: 3.125rem;
    display: block;
    fill: #fff
}

.header-articles {
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    max-height: 2.5rem;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

@media(min-width: 48em) {
    .page-home .header-articles {
        margin-bottom: 1.25rem
    }
}

.header-articles:not(:empty) {
    height: 2.5rem
}

@media(min-width: 48em) {
    .header-articles:not(:empty) {
        max-height: 3.75rem;
        box-shadow: 0 1px 0 0 #eceff1
    }
}

.header-articles:not(:empty)::after {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 5.625rem;
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    display: block;
    pointer-events: none
}

.header-articles .article-tile {
    margin-left: .75rem;
    align-items: center;
    display: flex;
    flex: 0 0 auto
}

.header-articles .article-tile:not(:first-of-type)::before {
    margin-right: .75rem;
    width: .375rem;
    height: .375rem;
    background: #bf311a;
    content: "";
    display: block
}

.header-articles>.h {
    font-size: .625rem;
    line-height: 1.25rem;
    padding: 0 0.625rem;
    background: #bf311a;
    color: #fff;
    display: inline-block;
    flex: 0 0 auto;
    text-transform: uppercase
}

.header-fixed {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 21;
    width: 100vw;
    height: 3.125rem;
    align-items: center;
    background: #bf311a;
    box-shadow: 0 4px 20px 0 rgba(70, 70, 70, .5);
    color: #fff;
    display: flex;
}

.header-fixed form-search {
    margin-left: auto
}

.header-fixed nav {
    display: flex;
    flex: 0 1 auto;
    overflow: hidden;
    white-space: nowrap
}

@media(max-width: 79.9375em) {
    .header-fixed nav {
        display: none
    }
}

.header-fixed nav a {
    padding: 0 0.3125rem
}

.header-fixed nav a:focus,
.header-fixed nav a:hover {
    text-decoration: underline
}

.header-fixed nav li {
    flex: 0 0 auto !important;
    padding: 0 1px !important;
    letter-spacing: 0 !important;
}

.header-fixed nav li:nth-last-child(3) {
    padding-left: .375rem
}

.header-fixed nav li:nth-last-child(4) {
    padding-right: .375rem;
    box-shadow: 1px 0 0 0 #fff
}

.header-fixed nav ul {
    height: 3.125rem;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-start
}

.header-fixed button-toggle-drawer {
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    display: flex
}

@media(min-width: 64em) {
    .header-fixed button-toggle-drawer {
        display: none
    }
}

.header-fixed button-toggle-drawer svg {
    width: 1.125rem;
    height: 1.125rem
}

.header-fixed .logo {
    padding: 0 1.25rem;
    flex: 0 0 auto
}

@media(max-width: 47.9375em) {
    .header-fixed .logo {
        margin-right: auto
    }
}

.header-fixed .logo svg {
    width: 6.25rem;
    height: 3.125rem;
    display: block;
    fill: #fff
}

.header-page {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.header-page p {
    font-size: .875rem;
    line-height: 1.5rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    box-shadow: inset 0 -4px 0 0 #d0d7dc;
    flex: 0 0 100%;
    letter-spacing: -0.3px
}

.page-rubric .header-page p {
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: none
}

.header-page p+img {
    margin-right: auto;
    max-width: 25rem
}

.header-page .breadcrumb {
    flex: 0 0 100%
}

.header-page .h {
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-right: auto;
    flex: 0 1 auto
}

@media(min-width: 50em) {
    .header-page .h {
        font-size: 2.125rem;
        line-height: 3rem
    }
}

.page-autonomy-form .header-page .h {
    flex: 0 0 100%
}

.header-page .hero {
    margin: 1.25rem 0 2.5rem;
    flex: 0 0 100%
}

@media(max-width: 29.9375em) {
    .header-page .hero .image {
        margin: 0 -20px
    }
}

.header-page .button {
    margin-left: .625rem
}

.header-page button-reload {
    margin-left: .625rem;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    box-shadow: inset 0 0 0 1px #d0d7dc;
    display: flex;
    justify-content: center
}

.header-page button-reload svg {
    width: .75rem;
    height: .75rem;
    fill: #000
}

.header-page .button-archive {
    font-weight: 700;
    font-style: normal;
    font-size: .75rem;
    line-height: 2.25rem;
    margin-left: .625rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    align-items: center;
    background: #bf311a;
    color: #fff;
    display: flex;
    letter-spacing: -0.3px;
    white-space: nowrap;
    justify-content: center
}

@media(min-width: 30em) {
    .header-page .button-archive {
        padding: 0 1.25rem
    }
}

.header-page .button-archive:focus,
.header-page .button-archive:hover {
    text-decoration: underline
}

.header-page .button-archive span {
    margin-left: .3125rem
}

@media(max-width: 29.9375em) {
    .header-page .button-archive span {
        display: none
    }
}

.header-page .button-archive svg {
    width: 1.1875rem;
    height: 1.1875rem;
    fill: #fff
}

.header-page .button-facebook {
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    box-shadow: inset 0 0 0 1px #d0d7dc;
    display: flex;
    justify-content: center
}

.header-page .button-facebook:focus,
.header-page .button-facebook:hover {
    background: #1877f2
}

.header-page .button-facebook:focus svg,
.header-page .button-facebook:hover svg {
    fill: #fff
}

.header-page .button-facebook svg {
    width: .75rem;
    height: .75rem;
    fill: #1877f2
}

.header-page .button-newsletter {
    font-weight: 700;
    font-style: normal;
    font-size: .75rem;
    line-height: 2.25rem;
    background: #bf311a;
    box-shadow: none;
    color: #fff;
    display: block
}

@media(min-width: 48em) {
    .header-page .button-newsletter {
        padding: 0 1.25rem;
        width: auto
    }
}

.header-page .button-newsletter span {
    margin-left: .5rem
}

@media(max-width: 47.9375em) {
    .header-page .button-newsletter span {
        display: none
    }
}

.header-page .button-newsletter svg {
    width: .875rem;
    height: .875rem;
    fill: #fff
}

.header-page .button-rss {
    margin-left: .625rem;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    box-shadow: inset 0 0 0 1px #d0d7dc;
    display: flex;
    justify-content: center
}

.header-page .button-rss:focus,
.header-page .button-rss:hover {
    background: #1d1d2f
}

.header-page .button-rss:focus svg,
.header-page .button-rss:hover svg {
    fill: #fff
}

.header-page .button-rss svg {
    width: .75rem;
    height: .75rem;
    display: block;
    fill: #000
}

.header-page .submenu {
    flex: 0 0 100%
}

.search-modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 23;
    padding: 3.125rem 1.25rem 1.25rem;
    align-items: center;
    background: #1d1d2f;
    box-shadow: inset 0 3.125rem 0 0 #bf311a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 200ms ease-in-out;
    transform: scale(1.1)
}

.search-modal-on .search-modal {
    opacity: 1;
    pointer-events: initial;
    transform: scale(1)
}

.search-modal button-toggle-search {
    top: 0;
    right: 0;
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    align-items: center;
    background: #b72d17;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.search-modal button-toggle-search svg {
    width: .875rem;
    height: .875rem;
    fill: #fff
}

.search-modal form-search {
    font-size: .75rem;
    line-height: 2.25rem;
    max-width: 47.8125rem;
    width: 100%
}

.search-modal form-search button {
    margin-left: .625rem;
    padding: 0 1.875rem;
    background: #bf311a;
    color: #fff;
    flex: 0 0 auto
}

.search-modal form-search input {
    padding: 0 1.25rem;
    background: #fff;
    flex-grow: 1
}

.search-modal form-search input::placeholder {
    font-weight: 400;
    font-style: normal
}

.search-modal form-search form {
    display: flex
}

.search-modal .h {
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-bottom: 4.9375rem;
    color: #fff
}

.search-modal .logo {
    top: 0;
    left: 1.875rem;
    position: absolute
}

.search-modal .logo svg {
    width: 6.25rem;
    height: 3.125rem;
    display: block;
    fill: #fff
}

.header-site {
    font-weight: 700;
    font-style: normal;
    font-size: .75rem;
    line-height: 1.5rem;
    height: 3.125rem
}

@media(min-width: 64em) {
    .header-site {
        height: 6.25rem
    }
}

@media(max-width: 47.9375em) {
    html.banner-sticker-top--show .header-site {
        display: none
    }
}

@media(min-width: 64em) {
    .page-subscription .header-site {
        height: 3.125rem
    }
}

.header-site button-disqus {
    padding: 0 1.875rem;
    align-items: center;
    border-left: 1px solid #d2462f;
    display: flex;
    flex: 0 0 auto;
    justify-content: center
}

.header-site button-disqus svg {
    margin-right: .3125rem;
    width: .75rem;
    height: .75rem;
    fill: #fff;
    opacity: .5
}

.header-site button-facebook-share {
    padding: 0 1.875rem;
    box-shadow: -1px 0 0 0 rgba(179, 179, 179, .5)
}

.header-site button-facebook-share svg {
    margin-right: .3125rem;
    width: .75rem;
    height: .75rem;
    fill: #fff;
    opacity: .5
}

.header-site button-save-article {
    padding: 0 1.875rem;
    height: 3.125rem;
    align-items: center;
    border-left: 1px solid #d2462f;
    display: flex;
    flex: 0 0 auto;
    justify-content: center
}

.header-site button-save-article svg {
    margin-right: .3125rem;
    width: .75rem;
    height: .75rem;
    fill: #fff;
    opacity: .5
}

.header-site button-toggle-drawer {
    align-items: center;
    display: flex;
    justify-content: center
}

@media(min-width: 48em) {
    .header-site button-toggle-drawer {
        background: #b72d17
    }
}

.header-site button-toggle-drawer svg {
    width: 1.125rem;
    height: 1.125rem;
    fill: #fff
}

.header-site button-toggle-search {
    margin-left: auto;
    width: 3.125rem;
    height: 3.125rem;
    align-items: center;
    background: #b72d17;
    border-left: 1px solid #d2462f;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    justify-content: center
}

@media(max-width: 47.9375em) {
    .header-site button-toggle-search {
        display: none
    }
}

.header-site button-toggle-search svg {
    width: .75rem;
    height: .75rem;
    fill: #fff
}

.header-site .button {
    height: 3.125rem;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center
}

.header-site .button:focus span,
.header-site .button:hover span {
    text-decoration: underline
}

.header-site .button-subscription {
    padding: 0 1.875rem;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    background: #43a047
}

@media(max-width: 47.9375em) {
    .header-site .button-subscription {
        padding: 0 0.9375rem;
        font-weight: 700;
        font-style: normal
    }
}

.header-site .button-subscription:focus,
.header-site .button-subscription:hover {
    text-decoration: underline
}

.header-site .button-subscription span {
    font-weight: 700;
    font-style: normal;
    margin-left: .5em
}

@media(max-width: 47.9375em) {
    .header-site .button-subscription span {
        display: none
    }
}

.header-top {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 21;
    background: #fff
}

@media(max-width: 63.9375em) {
    .header-top {
        display: none
    }
}

.header-top nav {
    padding: 0 1.875rem;
    box-shadow: 0 1px 0 0 #eceff1;
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    overflow: auto;
    white-space: nowrap
}

@media(max-width: 63.9375em) {
    .header-top nav {
        display: none
    }
}

.header-top nav a {
    padding: 0 0.3125rem
}

.header-top nav a:focus,
.header-top nav a:hover {
    text-decoration: underline
}

.header-top nav li {
    flex: 0 0 auto;
    letter-spacing: 0;
    padding: 0 1px
}

.header-top nav ul {
    height: 3.125rem;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-start
}

.header-top nav ul:nth-child(2)::before {
    margin: 0 0.3125rem;
    width: 1px;
    height: 1.25rem;
    background: #d0d7dc;
    content: "";
    display: block
}

.header-top nav ul:nth-child(2) li {
    color: #bf311a
}

.header-top .logo {
    top: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.header-top .logo svg {
    width: 9.375rem;
    height: 100%;
    fill: #fff
}

.header-top .utility {
    height: 3.125rem;
    align-items: center;
    background: #bf311a;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3);
    color: #fff;
    display: flex;
    justify-content: flex-end;
    position: relative
}

.header-top .utility .wrapper {
    margin: 0 auto;
    width: 75rem;
    display: flex;
    position: relative
}