@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box
}

html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    color: #000;
    background-color: #fff;
    font-family: "Arsenal", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px
}

@media (min-width: 768px) {
    .container {
        max-width: 740px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1200px
    }
}

.img-box {
    margin-bottom: 20px
}

img {
    display: block;
    width: 100%
}

input,
textarea {
    font-family: "Arsenal", sans-serif;
    font-size: 16px
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a,
a:hover {
    text-decoration: none;
    color: #000
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0
}

h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    h1 {
        font-size: 40px;
        line-height: 42px
    }
}

h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    h3 {
        font-size: 22px;
        line-height: 28px
    }
}

h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 16px
}

@media (min-width: 992px) {
    h4 {
        font-size: 20px;
        line-height: 20px
    }
}

p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px
}

@media (min-width: 768px) {
    p {
        font-size: 16px;
        line-height: 30px
    }
}

.text__bold {
    font-weight: 700
}

.text__uppercase {
    text-transform: uppercase
}

.text-decoration {
    text-decoration: underline
}

.text__italic {
    font-style: italic
}

.text-note {
    color: #2d6297;
    font-size: 22px
}

@media (min-width: 768px) {
    .text-note {
        font-size: 26px
    }
}

.relative {
    position: relative
}

.block {
    display: block !important
}

.description__img {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    text-align: center
}

.container-line {
    position: relative;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .container-line {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.container-line .line {
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(112, 112, 112, 0.5) 50%);
    background-size: 58px 100%
}

.header {
    padding: 15px
}

@media (min-width: 992px) {
    .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 30px 15px
    }
}

.header__lang {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 992px) {
    .header__lang {
        order: 3
    }
}

.header__lang .lang-box {
    margin-left: 10px;
    width: 30px
}

.header__lang .lang-box h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0
}

.header__logo {
    margin: 15px auto 15px;
    max-width: 260px
}

@media (min-width: 992px) {
    .header__logo {
        order: 1;
        margin: 0
    }
}

.header .navi-wrap {
    order: 3;
    background: linear-gradient(90deg, #2d6297 0%, #2d6196 50%, #84dcd3 100%);
    margin-left: -15px;
    margin-right: -15px;
    height: 36px
}

@media (min-width: 768px) {
    .header .navi-wrap {
        background: #fff
    }
}

@media (min-width: 992px) {
    .header .navi-wrap {
        order: 2;
        margin-left: 0;
    }
}

@media (min-width: 1600px) {
    .header .navi-wrap {
        margin-left: 22%
    }
}

.header .navi-wrap .navigation {
    display: none;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 36px;
    width: 100%;
    background: linear-gradient(90deg, #2d6297 0%, #2d6196 50%, #84dcd3 100%);
    transition: all 0.5s ease-in-out
}

@media (min-width: 768px) {
    .header .navi-wrap .navigation {
        background: #fff;
        color: #000;
        display: flex;
        position: unset;
        justify-content: center
    }
}

.header .navi-wrap .navigation .nav_link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

.header .navi-wrap .navigation .nav_link:hover {
    font-weight: 700;
    transform: scale(1.1)
}

@media (min-width: 768px) {
    .header .navi-wrap .navigation .nav_link {
        color: #000;
        padding: 0 5px;
        margin: 0 auto
    }
}

@media (min-width: 1200px) {
    .header .navi-wrap .navigation .nav_link {
        margin: 0 5px
    }
}

.header .navi-wrap .hamburger {
    width: 30px;
    height: 22px;
    position: relative;
    left: 85%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    display: block
}

@media (min-width: 992px) {
    .header .navi-wrap .hamburger {
        display: none
    }
}

.header .navi-wrap .hamburger .line {
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s
}

.header .navi-wrap .hamburger .top {
    top: 18%
}

.header .navi-wrap .hamburger .middle {
    top: 48%
}

.header .navi-wrap .hamburger .bottom {
    top: 78%
}

.header .navi-wrap .icon.close .top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 48%
}

.header .navi-wrap .icon.close .middle,
.header .navi-wrap .icon.close .bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 48%
}

.link-bar {
    display: none
}

@media (min-width: 768px) {
    .link-bar {
        display: block;
        background: linear-gradient(90deg, #2d6297 0%, #2d6196 50%, #84dcd3 100%)
    }

    .link-bar__ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 15px
    }

    .link-bar__ul .link__item {
        padding: 2px 10px;
        font-size: 16px
    }

    .link-bar__ul .link__item a {
        color: #fff
    }
}

.page-content {
    display: flex;
    flex-direction: row;
    background: #f8f8f8
}

@media (min-width: 768px) {
    .page-content .main {
        width: 70%;
        padding-right: 15px
    }
}

.page-content .main .precontent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 5px auto 10px
}

@media (min-width: 992px) {
    .page-content .main .precontent {
        padding-top: 8px
    }
}

.page-content .main .precontent .breadcrumb__ul {
    display: flex;
    flex-wrap: wrap
}

.page-content .main .precontent .breadcrumb__li {
    position: relative;
    margin-right: 15px;
    font-size: 14px
}

.page-content .main .precontent .breadcrumb__li::after {
    position: absolute;
    content: ">";
    right: -10px
}

.page-content .main .precontent .breadcrumb__li:last-child::after {
    position: absolute;
    content: ""
}

.page-content .main .precontent .date {
    display: none
}

@media (min-width: 768px) {
    .page-content .main .precontent .date {
        display: block
    }
}

.page-content .main .redaction {
    text-transform: uppercase;
    color: #e61c1c;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 10px;
    font-size: 22px
}

.page-content .main .atricle__date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.page-content .main .atricle__date .public__date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.page-content .main .atricle__date .public__date .date {
    margin-left: 5px
}

.page-content .main .atricle__date p {
    margin-bottom: 0
}

.page-content .main .paragraph__quote {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #84dcd3;
    border-bottom: 1px solid #84dcd3
}

.page-content .main .paragraph__quote::before {
    position: absolute;
    content: url(../fonts/1a48be500aed1f28f89377e10558aeeb.svg);
    left: 0;
    top: 15px
}

.page-content .main .paragraph__quote::after {
    position: absolute;
    content: url(../fonts/1a48be500aed1f28f89377e10558aeeb.svg);
    right: 0;
    bottom: 5px
}

.page-content .main .hearing-aid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

.page-content .main .hearing-aid__icon {
    width: 15%;
    margin-top: 5px
}

@media (min-width: 576px) {
    .page-content .main .hearing-aid__icon {
        width: 10%;
        margin-left: 12px
    }
}

@media (min-width: 768px) {
    .page-content .main .hearing-aid__icon {
        margin-left: 5px
    }
}

@media (min-width: 992px) {
    .page-content .main .hearing-aid__icon {
        width: 9%;
        margin-left: 12px
    }
}

@media (min-width: 1600px) {
    .page-content .main .hearing-aid__icon {
        width: 8%;
        margin-left: 20px
    }
}

.page-content .main .hearing-aid__content {
    width: 80%
}

@media (min-width: 576px) {
    .page-content .main .hearing-aid__content {
        width: 85%
    }
}

.page-content .main .hearing-aid__content h3 {
    margin-bottom: 5px
}

.page-content .main .efects {
    border: 1px solid rgba(132, 220, 211, 0.5);
    margin-bottom: 20px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px
}

.page-content .main .efects__title {
    text-align: center;
    background: rgba(132, 220, 211, 0.5);
    color: #2d6297;
    padding: 5px 10px
}

@media (min-width: 992px) {
    .page-content .main .efects__title {
        padding: 10px
    }
}

.page-content .main .efects-box {
    padding: 5px 10px
}

.page-content .main .efects-box__subtitle {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px
}

@media (min-width: 425px) {
    .page-content .main .efects-box__subtitle {
        font-size: 14px;
        line-height: 16px
    }
}

@media (min-width: 576px) {
    .page-content .main .efects-box__subtitle {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .page-content .main .efects-box__subtitle {
        font-size: 18px
    }
}

.page-content .main .efects-box__img {
    position: relative
}

.page-content .main .efects-box__img::before,
.page-content .main .efects-box__img::after {
    position: absolute;
    content: "";
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    top: 45%;
    transform: translateY(-50%)
}

@media (min-width: 425px) {

    .page-content .main .efects-box__img::before,
    .page-content .main .efects-box__img::after {
        font-size: 14px
    }
}

@media (min-width: 576px) {

    .page-content .main .efects-box__img::before,
    .page-content .main .efects-box__img::after {
        font-size: 16px;
        top: 42%
    }
}

@media (min-width: 1200px) {

    .page-content .main .efects-box__img::before,
    .page-content .main .efects-box__img::after {
        font-size: 20px
    }
}

.page-content .main .efects-box__img--1::before {
    content: "1 HÉT";
    left: 10px
}

.page-content .main .efects-box__img--1::after {
    content: "25%";
    left: 35%
}

.page-content .main .efects-box__img--2::before {
    content: "2 HÉT";
    left: 10px
}

.page-content .main .efects-box__img--2::after {
    content: "50%";
    left: 53%
}

.page-content .main .efects-box__img--3::before {
    content: "3 HÉT";
    left: 10px
}

.page-content .main .efects-box__img--3::after {
    content: "75%";
    left: 71%
}

.page-content .main .efects-box__img--4::before {
    content: "4 HÉT";
    left: 10px
}

.page-content .main .efects-box__img--4::after {
    content: "100%";
    left: 87%
}

.page-content .main .efects-list {
    position: relative;
    margin-left: 50px;
    padding-right: 10px
}

.page-content .main .efects-list__item {
    position: relative
}

.page-content .main .efects-list__item::before {
    position: absolute;
    top: 7px;
    left: -38px
}

.page-content .main .efects-list__item--1::before {
    content: url(../fonts/d939d59ce71a71dbc37b6f1c725eee41.svg)
}

.page-content .main .efects-list__item--2::before {
    content: url(../fonts/3098e390be0d8772360e70899013975a.svg)
}

.page-content .main .efects-list__item--3::before {
    content: url(../fonts/6d17e178fb6a154c141d426aeb41b8d1.svg)
}

.page-content .main .efects-list__item--4::before {
    content: url(../fonts/46ca9dadd2d7c5650d61338938f3fad6.svg)
}

.page-content .main .product__banner {
    position: relative;
    overflow: hidden
}

.page-content .main .product__banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -300px;
    width: 200px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: skewX(-30deg);
    transition: 0.55s;
    z-index: 999
}

.page-content .main .product__banner:hover::before {
    left: 130%
}

.page-content .main .header__note {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px
}

@media (min-width: 1200px) {
    .page-content .main .header__note {
        padding: 0 20px
    }
}

.page-content .main .social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.page-content .main .social-media__title {
    margin-bottom: 0;
    margin-right: 5px
}

.page-content .main .social-media__box {
    margin: 0 5px
}

.page-content .main .article-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.page-content .main .article-list .item-box {
    display: flex;
    flex-direction: row;
    align-items: center
}

.page-content .main .article-list .item-box img {
    width: 15px;
    height: 15px;
    margin: 0 10px
}

.page-content .main .article-list .item-box .item {
    margin: 0 5px
}

.page-content .main .hash-items {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    color: #2d6297;
    font-style: italic
}

.page-content .main .hash-items span {
    cursor: pointer
}

.aside {
    display: none
}

@media (min-width: 768px) {
    .aside {
        display: block;
        width: 30%;
        background: #f8f8f8;
        padding-left: 5px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .aside {
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .aside .search {
        margin: 5px auto 25px;
        position: relative
    }

    .aside .search__input {
        border: 1px solid #2d6297;
        border-radius: 18px;
        padding: 8px;
        width: 100%
    }

    .aside .search__img {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        right: 20px;
        width: 20px;
        height: 16px
    }

    .aside .covid {
        background: url(../images/3a81d2bcd277f207142fde2640421eee.jpg) no-repeat center;
        background-size: cover;
        margin-bottom: 20px;
        color: #fff;
        text-transform: uppercase;
        padding: 20px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .aside .covid {
        padding: 20px 40px
    }
}

@media (min-width: 768px) and (min-width: 1600px) {
    .aside .covid {
        padding: 20px 60px
    }
}

@media (min-width: 768px) {
    .aside .covid__title {
        text-align: center;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .aside .covid__title {
        font-size: 30px;
        line-height: 30px
    }
}

@media (min-width: 768px) {
    .aside .covid .result .country__cases {
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .aside .covid .result .country__cases {
        font-size: 16px;
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .aside .covid .result .country__cases .span-space {
        font-weight: 700
    }

    .aside .subarticle__title {
        background: #59a0b6;
        border-bottom-right-radius: 38px;
        color: #fff;
        text-align: left;
        margin-right: -10px;
        margin-left: -10px;
        font-size: 14px;
        padding: 10px 5px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .aside .subarticle__title {
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .aside .subarticle-box {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        text-align: left;
        margin-bottom: 15px
    }

    .aside .subarticle-box__img {
        max-width: 30%
    }

    .aside .subarticle-box__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 65%;
        height: 100%;
        padding-left: 10px
    }

    .aside .subarticle-box__content h4 {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .aside .subarticle-box__content h4 {
        margin-bottom: 10px
    }
}

@media (min-width: 768px) {
    .aside .subarticle-box__content p {
        margin-bottom: 0;
        line-height: 14px;
        font-size: 10px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .aside .subarticle-box__content p {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .aside .newsletter {
        background: linear-gradient(90deg, #84dcd3 0%, #2d6196 50%, #2d6297 100%)
    }

    .aside .newsletter__title {
        color: #fff;
        padding: 15px 0;
        font-size: 30px;
        text-align: center
    }

    .aside .newsletter .form-wrap {
        text-align: center;
        position: relative;
        margin-bottom: 20px
    }

    .aside .newsletter .form-wrap::before {
        position: absolute;
        content: "";
        background-image: url(../fonts/add6d95d27a656d9455c987771c1bc32.svg);
        border: none;
        width: 60px;
        height: 50px;
        opacity: 0.5;
        left: 15%;
        bottom: 0
    }

    .aside .newsletter .form-wrap .email__input {
        width: 90%;
        margin: 0 auto;
        border: none;
        border-radius: 8px;
        padding: 8px 10px;
        margin-bottom: 15px
    }

    .aside .newsletter .form-wrap .email__input::placeholder {
        color: #2d6297
    }

    .aside .newsletter .form-wrap .form__img {
        margin: 0;
        text-align: left;
        width: 80px;
        height: auto;
        margin-left: 15px
    }

    .aside .newsletter .form-wrap .form__btn {
        margin-left: 50%;
        width: 80px;
        padding: 5px;
        margin-bottom: 15px;
        border: 1px solid #59a0b6;
        border-radius: 8px;
        background: #2d6297;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        outline: none
    }

    .aside .newsletter .form-wrap .form__btn:hover {
        background-color: #59a0b6
    }

    .aside .aside-sale {
        margin-bottom: 20px;
        cursor: pointer
    }

    .aside .special__offer {
        position: sticky;
        top: 20px;
        overflow: hidden
    }

    .aside .special__offer::before {
        content: "";
        position: absolute;
        top: 0;
        left: -300px;
        width: 200px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        transform: skewX(-30deg);
        transition: 0.55s;
        z-index: 999
    }

    .aside .special__offer:hover::before {
        left: 130%
    }
}

.section-comments {
    padding-bottom: 0.1rem
}

.section-comments__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 450px
}

.section-comments__header {
    padding: 0;
    font-size: 34px;
    font-weight: 700
}

.section-comments__title {
    font-size: 26px;
    line-height: 36px
}

.comments-form {
    position: relative;
    margin-top: 2rem;
    width: 100%
}

.comments-form__rest-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.comments-form__textarea {
    width: 100%;
    min-height: 100px;
    padding: 0.7rem;
    border: 1px solid rgba(45, 98, 151, 0.5);
    border-radius: 20px;
    margin-bottom: 0.5rem;
    background-color: #f2f5f6
}

.comments-form__clip {
    position: absolute;
    top: 70px;
    right: 8px;
    width: 25px;
    height: 25px
}

.comments-form__input-name {
    background-color: #f2f5f6;
    border: 1px solid rgba(45, 98, 151, 0.5);
    border-radius: 10px;
    padding: 0.7rem;
    width: 100%
}

@media (min-width: 576px) {
    .comments-form__input-name {
        width: 100%
    }
}

.comments-form__buttons-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 1px solid #84dcd3
}

@media (min-width: 576px) {
    .comments-form__buttons-wrapper {
        flex-direction: row;
        justify-content: flex-end
    }
}

.comments-form__button {
    border: none;
    border-radius: 8px;
    background: #2d6297;
    color: white;
    font-weight: 700;
    padding: 0.7rem 1.7rem 0.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.comments-form__button-add {
    background-color: purple
}

.comments-form_button-share {
    margin-left: 1rem;
    width: 24px;
    height: auto
}

.comments-form__add-photo {
    cursor: pointer;
    margin-left: 1rem;
    max-width: 30px
}

@media (min-width: 576px) {
    .comments-form__add-photo {
        max-width: 40px
    }
}

.comment {
    border-bottom: 2px dashed #84dcd3
}

.comment__response {
    border-bottom: 2px dashed #84dcd3
}

.comment,
.comment__response {
    margin: 3rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.comment__avatar,
.comment__response__avatar {
    flex: 2;
    max-width: 50px;
    margin: 0 1rem
}

.comment__content,
.comment__response__content {
    flex: 8;
    position: relative
}

.comment__name,
.comment__response__name {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #2d6297;
    font-weight: 700
}

.comment__timestamp,
.comment__response__timestamp {
    padding-left: 3rem;
    font-size: 1rem
}

.comment__text,
.comment__response__text {
    margin-bottom: 2rem
}

.comment__button,
.comment__response__button {
    background: #f8f8f8;
    position: absolute;
    right: 0;
    bottom: -13px;
    background-image: url(../fonts/adfab6928beac842231f542dd26cf029.svg);
    width: 26px;
    height: 26px;
    background-size: 100%;
    background-repeat: no-repeat
}

.comment__resp,
.comment__response__resp {
    position: absolute;
    width: 70px;
    height: 24px;
    background: #f8f8f8;
    bottom: -12px;
    right: 26px
}

.comment__img-wrapper,
.comment__response__img-wrapper {
    margin: 1rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.comment__img,
.comment__response__img {
    margin: 1rem;
    max-width: 200px
}

.comment__response {
    width: 85%;
    margin-left: auto
}

.comment__response .comment__timestamp {
    display: inline-block
}

@media (min-width: 768px) {
    .comment__response .comment__timestamp {
        display: inline
    }
}

.best-article__mobile {
    background: #59a0b6;
    width: 100%;
    height: 30px
}

@media (min-width: 768px) {
    .best-article__mobile {
        display: none
    }
}

.best-article__desktop {
    display: none
}

@media (min-width: 768px) {
    .best-article__desktop {
        display: block;
        background: #59a0b6;
        padding: 20px 0
    }

    .best-article__desktop .article-desktop {
        text-align: center;
        font-weight: 400;
        color: #fff
    }

    .best-article__desktop .article-desktop__title {
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .best-article__desktop .article-desktop .img-items {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly
    }

    .best-article__desktop .article-desktop .img-items__box {
        max-width: 200px;
        height: auto;
        margin: 0 10px
    }

    .best-article__desktop .article-desktop .img-items__box .img-art {
        width: 125px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .best-article__desktop .article-desktop .img-items__box .img-art {
        width: 170px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .best-article__desktop .article-desktop .img-items__box .img-art {
        width: 180px
    }
}

@media (min-width: 768px) and (min-width: 1600px) {
    .best-article__desktop .article-desktop .img-items__box .img-art {
        width: 210px
    }
}

@media (min-width: 768px) {
    .best-article__desktop .article-desktop .img-items__box .img-title {
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: 700;
        line-height: 16px;
        color: #fff
    }
}

.footer {
    background: #f8f8f8;
    padding: 15px 0
}

.footer__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.footer__box a {
    margin-bottom: 0;
    margin: 0 5px
}

.aside .newsletter,
.aside .search {
    display: block;
}

.price-bl {
    text-align: center;
    font-size: 24px
}

.price-bl b {
    color: red
}

#form {
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
}

.form__input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 46px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid rgba(45, 98, 151, 0.5);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.form__button {
    background: #2d6297;
    color: #fff;
    padding: 10px;
    font-size: 1.2rem;
    width: 100%;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.comment__resp,
.comment__button {
    display: none;
}

.lang-list img {
    width: auto !important
}