.header-overlay {
    background-color: white !important;
}

.header {
    border-bottom: 1px solid #E7E7E7;
    max-height: 93px;
}

.blog,
.blog-container,
.author-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.blog {
    display: block;
    padding: 15px;
}

.blog-container,
.author-container {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}

.blog-container {
    font-family: 'Onest' !important;
    font-style: normal;
    color: #2D2D2D;
}

.blog-container p,
.blog-container a,
.blog-container li,
.blog-container h1,
.blog-container h2,
.blog-container span,
.author-container .author-name,
.author-container .description,
.author-container .share-info,
.post-block .post-category p,
.post-block .post-date p,
.search-button,
.blog-return,
.top-title,
.publish-time {
    font-weight: 400;
}

.blog-container .header-image {
    margin: 30px 0;
}

.blog-container h1 {
    font-size: 63px;
}

.blog-container h1,
.blog-container h2,
.blog-container h3 {
    font-family: 'Onest' !important;
}

.blog-container h2 {
    font-size: 37px;
    line-height: 1.86;
    letter-spacing: -0.02em;
    margin-top: 40px;
}

.blog-container h3 {
    font-weight: 500;
    font-size: 24px;
    margin-top: 40px;
}

.blog-container img {
    margin: 30px auto;
}

.blog-container p,
.blog-container a,
.blog-container span {
    font-size: 17px !important;

}

.blog-container p,
.blog-container span {
    line-height: 1.65 !important;
    margin-top: 20px;
}

.blog-container a {
    text-decoration: none;
    line-height: 2;
    color: #D98281;
    transition: text-decoration 0.2s ease-in-out;
    cursor: pointer;
}

.blog-container a:hover {
    text-decoration: underline;
}

.blog-container ul ::marker {
    color: #D98281;
}

.blog-container li {
    font-size: 17px !important;
    line-height: 1.76 !important;
    color: #2D2D2D;
}

.author-container .author-block {
    border-top: 1px solid #E7E7E7;
    padding-top: 35px;
    margin-top: 45px;
    display: flex;
    text-align: left;
}

.author-container .author-info,
.author-container .author-info .description-block {
    display: flex;
    text-align: left;
}

.author-container .author-info {
    justify-content: space-between;
}

.author-container .author-name {
    width: 60px;
    margin: 13px 20px 0 15px;
    text-transform: uppercase;
    line-height: 1.67 !important;
    letter-spacing: 0.2em;
}

.author-container .description {
    width: 350px;
    margin: 10px 20px 0 15px;
    text-transform: none;
    line-height: 1.75;
}

.author-container .author-name,
.author-container .description,
.author-container .share-info {
    font-family: 'Onest';
    font-style: normal;
    font-size: 12px !important;
    color: #9A9A9A;
    word-break: normal;
}

.author-container .author-image,
.author-container .description-image {
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    border-radius: 100px;
    margin: 10px;
}

.search-value {
    font-size: 16px;
}

.search-button {
    background-color: #ffffff;
    color: #0a0a0a;
    font-family: Onest, sans-serif;
    font-size: 13px;
    border: 1px solid #bfbbbb;
}

.post-breadcrumbs .return-block {
    display: flex;
    margin-right: 70px;
}

.title-time-block {
    display: flex;
}

.blog-return,
.top-title,
.publish-time {
    font-family: Onest, sans-serif;
    font-size: 12px;
    color: #9A9A9A;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 2.83;
}

.blog-return {
    text-decoration: none;
}

.top-title {
    letter-spacing: 2px;
    margin-right: 20px;
}

.publish-time {
    letter-spacing: 2px;
}

.post-block {
    float: none;
    box-sizing: border-box;
    width: 30%;
    min-height: 493px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 10px 15px 10px 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.post-block .post-image-wrapper {
    width: 856px;
    height: 535px;
}

.post-block .post-category p {
    font-family: 'Onest';
    font-style: normal;
    font-size: 12px;
    color: #9A9A9A;
    text-transform: uppercase;
    margin-top: 20px;
}

.post-block .post-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.post-block .post-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.post-block .post-content {
    padding: 15px;
    text-decoration: none;
}

.post-block .post-title {
    font-style: normal;
    color: #2D2D2D;
}

.post-block .post-title h2 {
    margin: auto;
    max-height: 116px;
    overflow: hidden;
}

.post-block .post-title h2 a {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #2D2D2D;
    text-decoration: none;
}

.post-block .post-date p {
    font-family: 'Onest';
    font-style: normal;
    font-size: 16px;
    line-height: 1.37;
    color: #9A9A9A;
}

.post-block .post-link {
    display: inline-block;
    font-size: 0.9rem;
    color: #ff6464;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.post-block .post-link:hover {
    color: #ff3232;
}

.post-block .block-button {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 10;
}

.post-block .post-button {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2D2D2D;
    border-radius: 100px;
}

.post-block:hover {
    transform: translateY(-5px);
    background-color: #D98281;
}

.post-block:hover .post-title h2 a {
    color: white;
}

.post-block:hover p {
    color: white;
}

.blog-title {
    margin-top: 20px;
}

.post-breadcrumbs {
    margin-top: 40px;
    display: flex;
}

.post-breadcrumbs .return-block .blog-return .arrow {
    margin-top: 11px;
    margin-right: 10px
}

.post-breadcrumbs .return-block .blog-return .return-button {
    margin-top: 4px;
    min-width: 70px;
}

.search-no-result {
    display: flex;
}

.formsearch {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    margin-bottom: 25px;
}

.formsearch .searchfield {
    width: inherit;
    box-sizing: inherit;
    position: relative;
    display: flex;
}

.formsearch .searchfield input[type="text"] {
    width: inherit;
    box-sizing: inherit;
    border: none;
    border-bottom: 1px solid black;
    height: 40px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    color: #2D2D2D;
    margin-left: 10px;
}

.formsearch .searchfield button {
    position: relative;
    width: 150px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2D2D2D;
    border-radius: 100px;
    cursor: pointer;
    margin: 0 40px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
}

.numpages {
    border-bottom: 1px solid #E7E7E7;
    max-width: none;
}

.numpages ul {
    list-style-type: none;
    text-decoration: none;
}

.website_for_free_line {
    margin-top: 34px;
}

.tonext_link {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    border-radius: 100px;
}

.toprev_link {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    border-radius: 100px;
}

.numpages_li {
    font-family: Onest, sans-serif;
    margin: 10px;
}

.active_pagination_element span {
    font-family: Onest, sans-serif;
    color: #D98281;
}

.author-container .author-info .share-block .share-info {
    line-height: 0.2 !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.share-block .logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-block .logo-wrapper .logo,
.author-container .description-image {
    cursor: pointer;
}

.share-block .logo-wrapper .tooltip {
    font-size: 12px;
    margin-left: 110px;
    margin-top: 46px;
    color: #000000;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
}

.blog-container .table-contents {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 5px 20px 30px 30px;
    background-color: #F8F8F8;
}

.blog-container .table-contents h1,
.blog-container .table-contents h2 {
    letter-spacing: -0.02em;
    color: #2D2D2D;
    text-transform: none;
    margin-top: 20px;
}

.is-wrapper .get-started div.is-container {
    padding-bottom: 70px;
}

.website_for_free {
    width: 100%;
}

@media (max-width: 768px) {
    .is-container.is-container--blog {
        padding: 0 20px;
    }

    .blog-container,
    .post-breadcrumbs {
        padding: 0;
    }

    .blog-container img {
        max-width: 100%;
        height: auto;
    }

    .blog-title h1 {
        font-weight: 400 !important;
        font-size: 46px !important;
        line-height: 1.26;
        letter-spacing: -0.02em;
        color: #2D2D2D;
    }

    .post-block {
        width: 100%;
        max-height: 593px;
        margin: 10px;
    }

    .formsearch .searchfield button {
        font-size: 12px;
        padding: 8px 16px;
        margin-right: 5px;
    }

    .post-block .post-title {
        font-size: 36px !important;
        line-height: 1.2;
        text-align: left;
    }

    .blog {
        width: 100%;
        padding: 10px;
    }

    .post-block {
        width: 100%;
        height: auto;
        min-height: auto;
        margin: 10px 0;
    }

    .post-block .post-image-wrapper {
        height: 180px;
    }

    .blog-container h1.post-title {
        text-align: start;
        margin: 20px 0 0 0;
        font-size: 36px;
        line-height: 1.1;
    }

    .post-block .post-title h2 {
        text-align: start;
        margin: 0;
    }

    .post-block .post-title h2 a {
        font-size: 20px;
    }

    .post-block .post-category p {
        font-size: 12px;
        line-height: 1.43;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #9A9A9A;
    }

    .post-block .post-date p {
        font-size: 15px;
    }

    .post-block .post-link {
        font-size: 0.8rem;
    }

    .post-block .block-button {
        margin-top: 10px;
        position: static !important;
    }

    .post-block .post-button {
        width: 35px;
        height: 35px;
    }

    .post-breadcrumbs {
        display: block;
        margin-top: 20px;
    }

    .author-container .author-info {
        display: block;
    }

    .author-container .author-info .share-block {
        margin-top: 35px;
    }

    .author-container .author-info .share-block .logo-wrapper {
        justify-content: flex-start;
    }

    .author-container .author-info .share-block .logo-wrapper .logo {
        padding: 12px;
    }

    .author-container .author-info .share-block .share-info {
        margin-left: 10px;
    }

    .author-container {
        padding: 0;
    }

    .blog-container tr {
        display: block;
    }

    .blog-container td {
        display: block;
        width: 100%;
    }

    .blog-container h2 {
        font-size: 26px;
        line-height: 1.26;
    }

    .blog-container h3 {
        font-size: 22px;
    }

    .share-block .logo-wrapper .tooltip {
        margin-left: 143px;
    }

    .post-breadcrumbs .title-time-block .top-title {
        max-width: 250px;
    }

    div.get-started {
        min-height: 35vh !important;
    }

    div.get-started .is-container .row div.column {
        transform: none;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .blog {
        width: 100%;
        padding: 10px;
    }

    .post-block {
        width: 47%;
        max-height: 593px;
        margin: 10px;
    }
}

@media screen and (min-width: 1600px) {
    .search-value {
        font-size: 24px;
    }
}

@media screen and (min-width: 1980px) {
    .post-breadcrumbs .return-block .blog-return .arrow {
        margin-top: 14px;
    }

    .post-breadcrumbs .return-block .blog-return .return-button {
        margin-top: 14px;
        line-height: 1.4;
    }
}