body {
    overflow-x: hidden;
}

h1 {
    font-size: 44px;
    font-family: "Roboto";
    color: #2B3336;
    font-weight: bold;
    line-height: 128%;
    text-align: left;
    padding-bottom: 40px;
}

.calculator-sidebar .calc-form {
    max-width: 620px;
    margin: auto;
}

.calc-sidebar-text {
    font-size: 14px;
    line-height: 180%;
}

.post-content h3 {
    color: #293337;
    font-size: 22px;
    line-height: 1.364;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}

.post-content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 180%;
}

.post-content p,
.post-content li {
    word-wrap: break-word;
}

.post-content a {
    color: #2B3336;
    text-decoration: underline;
    font-style: normal;
    font-weight: bold;
}

a.cta-order-banner {
    color: #fff;
    text-decoration: none;
}

.post-content p + h3 {
    margin-top: 55px;
}

.category_description {
    margin-bottom: 30px;
}

.new-design {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.new-design .banner--article {
    min-height: 140px;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new-design .banner--article h1 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

@media (min-width: 768px) {
    .new-design .banner--article h1 {
        font-size: 48px;
    }
}

.new-design .content {
    padding-top: 60px;
    padding-bottom: 100px;
}

.new-design .breadcrubs {
    font-size: 16px;
    line-height: 180%;
    color: #2B3336;
    margin-bottom: 20px;
}

.new-design .breadcrubs a {
    color: inherit;
}

.new-design .breadcrubs a:hover {
    text-decoration-line: underline;
}

.new-design .breadcrubs *:not(.current) {
    font-weight: 500;
}

@media (min-width: 768px) {
    .new-design .breadcrubs a + a + .current {
        display: inline;
    }
}

.new-design .post-title {
    margin-bottom: 10px;
}

.new-design .post-tags {
    margin-bottom: 60px;
    border-bottom: 2px solid #F6F6F6;
    padding-bottom: 20px;
}

.new-design .post-tags strong {
    font-weight: 500;
}

.new-design .post-tags span {
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .new-design .post-tags span {
        display: inline;
        margin-bottom: 0;
    }
}

.new-design .more-posts {
    display: block;
    border-radius: 5px;
    background-color: #F5F3F1;
    margin: 35px auto 70px;
    width: 120px;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.125;
    color: #009184;
    font-weight: bold;
    text-transform: uppercase;
}

.new-design .more-posts_icon {
    width: 12px;
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 5px;
}

.new-design .post-preview {
    padding: 30px;
    background: #F9F9F9;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 100%;
}

.new-design .post-preview:hover {
    /*background: #F5F3F1;*/
}

.post-preview p {
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #525F7F;
    padding-bottom: 10px;
}

.related-posts:not(.related-posts-single) .post-preview:last-of-type {
    margin-bottom: 50px;
}

.new-design .post-preview h2 {
    font-size: 16px;
    line-height: 140%;
    font-weight: bold;
}

.related-posts-single {
    margin-top: 90px;
    margin-bottom: 50px;
    border-top: 2px solid #F6F6F6;
    padding-top: 60px;
}

.related-single-item {
    display: flex;
    align-items: stretch;
}

.related-posts-single .cta-button-link {
    position: absolute;
    bottom: 30px;
}

@media (min-width: 768px) {
    .new-design .post-preview h2 {
        font-size: 20px;
    }
}

.new-design .post-preview h2 a {
    color: #2B3336;
}

.post-preview .tag-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #A6A7A8;
    line-height: 180%;
}

.new-design .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 60px;
}

@media (min-width: 1024px) {
    .new-design .pagination {
        margin-bottom: 70px;
    }
}

.new-design .pagination li {
    border: 1px solid #009184;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    line-height: 46px;
    font-size: 20px;
    color: #009184;
    font-weight: 500;
    text-decoration: none !important;
    margin: 0 4px;
    position: relative;
    z-index: 1; /*for hover*/
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.new-design .pagination li:hover,
.new-design .pagination li.active {
    color: #fff;
    background-color: #009184;
    text-decoration: none;
}

.new-design .pagination li a, .new-design .pagination li span {
    color: inherit;
    display: block;
    height: 100%;
    padding: 0 12px;
    text-decoration: none;
}

.new-design .pagination .prev:after, .new-design .pagination .next:after {
    content: '';
    -webkit-mask-image: url(../img/arrow-bold.svg);
    mask-image: url(../img/arrow-bold.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 16px auto;
    mask-size: 16px auto;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #009184;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
}

.new-design .pagination .prev:hover:after, .new-design .pagination .next:hover:after {
    background-color: #fff;
}

.new-design .pagination .prev {
    transform: rotate(180deg);
}

.new-design .pagination .inactive {
    opacity: 0.4;
}

@media (max-width: 767px) {
    .new-design .pagination li {
        width: 24px;
        height: 24px;
        margin: 0 2px;
        line-height: 180%;
        text-align: center;
        font-size: 10px;
    }

    .new-design .pagination li a,
    .new-design .pagination li span {
        padding: 2px 0px;
    }

    .new-design .pagination .prev:after,
    .new-design .pagination .next:after {
        -webkit-mask-size: 10px auto;
        mask-size: 10px auto;
        top: 0px;
    }
}

/*2 BLOCKS ON TOP*/
.new-design .banner-link-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 60px;
    margin: 0 -10px;
}

.new-design .img-banner--link {
    display: flex;
    align-items: center;
    background-color: #F5F3F1;
    border-radius: 8px;
    padding: 30px;
    text-decoration: none;
    flex: 1;
    margin: 0 10px;
    color: #2B3336;
    font-weight: 500;
    font-size: 28px;
}

.new-design .img-banner--link:hover {
    background: #F9F9F9;
}

@media (min-width: 992px) {
    .new-design .banner-link-top {
        padding-bottom: 90px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu {
        left: calc(-100% - 12px) !important;
        top: auto !important;
        bottom: -108px !important;
    }
}

@media (min-width: 768px) {
    .new-design .img-banner--link {
        max-width: 50%;
    }
}

.new-design .img-banner--link img {
    max-height: 100px;
    margin-right: 24px;
}

@media (max-width: 767px) {
    .new-design .img-banner--link {
        margin-bottom: 20px;
        padding: 20px;
        flex: unset;
        width: 100%;
    }
}

/*END 2 BLOCKS ON TOP*/

/* Sidebar calculator */
.calculator-sidebar {
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 10px 15px 20px;
    margin-bottom: 20px;
}

.calculator-sidebar .calc_form {
    max-width: 620px;
    margin: auto;
}

.calculator-sidebar h3 {
    font-size: 24px;
    color: #4c9978;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.calculator-sidebar input, .calculator-sidebar select, .calculator-sidebar .word-count-label {
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    background-color: white;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    color: #2B3336;
}

.calculator-sidebar input:focus, .calculator-sidebar select:focus, .calculator-sidebar .word-count-label:focus {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.calculator-sidebar select {
    background-image: url(../img/Arrows/Arrow_small_Icon.svg);
}

.calculator-sidebar .word-count-label {
    position: relative;
}

.calculator-sidebar .word-count-label:focus-within {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.calculator-sidebar .word-count-label input {
    border: none;
    height: 47px;
    width: 8px;
    padding: 0;
}

.calculator-sidebar .word-count-label input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calculator-sidebar .word-count-label .count {
    line-height: 50px;
}

.calculator-sidebar .word-count-label .count--light {
    color: #A6A7A8ccc;
}

.calculator-sidebar .word-count-label .btn-container {
    width: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 15px;
    bottom: 2px;
    top: 2px;
    border-left: 1px solid #e9e9e9;
    z-index: 2;
}

.calculator-sidebar .word-count-label .btn-container button {
    width: 50%;
    border: none;
    outline: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    color: #2B3336;
    line-height: 0.75;
    font-weight: normal;
}

.calculator-sidebar .cta-button {
    display: block;
    margin: auto;
}

.calculator-sidebar .price-result {
    font-size: 15px;
    color: #666666;
    line-height: 3.2;
    margin-top: -15px;
    text-align: center;
}

.calculator-sidebar .price {
    font-size: 30px;
    color: #4c9978;
    font-weight: bold;
    line-height: 2;
    vertical-align: sub;
    padding-left: 5px;
}

.new-design .samples-title {
    font-size: 16px;
    color: #293337;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .new-design .samples-title {
        font-size: 30px;
        margin-top: 0;
    }
}

.samples-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.tabs-button .tablink {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px;
    font-size: 16px;
    line-height: 180%;
    color: #2B3336;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px dashed #2B3336;
}

.tabs-button .tablink:first-child {
    margin-right: 16px;
}

.tabs-button .tablink.active {
    color: #EC6E2E;
    border-bottom-color: #EC6E2E;
}

@media (min-width: 768px) {
    .tabs-button {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-bottom: 60px;
    }

    .tabs-button .tablink {
        font-size: 18px;
        line-height: 130%;
    }

    .tabs-button .tablink:hover {
        color: #A6A7A8;
        border-bottom-color: #A6A7A8;
    }
}

.samples-search {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.samples-search input {
    height: 48px;
    flex: 1;
    border-radius: 4px;
    padding: 0px 16px;
    background: url(../img/samples-search.svg) no-repeat #fff right 12px center;
}

.samples-search button:hover {
    background: #FFA071;
}

.samples-search input::-webkit-input-placeholder {
    color: #A6A7A8;
}

.samples-search input:-moz-placeholder {
    color: #A6A7A8;
}

.samples-search input::-moz-placeholder {
    color: #A6A7A8;
}

.samples-search input:-ms-input-placeholder {
    color: #A6A7A8;
}

.samples-search input:focus {
    outline: none;
}

.samples-search button {
    min-width: 160px;
    margin-left: 30px;
}

.samples-filter {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .samples-filter {
        margin-bottom: 90px;
    }
}

.samples-filter .filter-hide {
    display: block;
    border-radius: 5px;
    width: 120px;
    height: 20px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.125;
    color: #009184;
    font-weight: bold;
    text-transform: uppercase;
}

.samples-filter .filter-hide::after {
    content: url(../img/Arrows/Green_small_arrow_hover.svg);
    width: 12px;
    height: 17px;
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.samples-filter .filter-hide-show::after {
    -webkit-transform: none;
    transform: none;
}

.tab-container {
    padding-bottom: 30px;
}

.category-list, .tags-list-filter {
    padding-left: 0;
}

@media (min-width: 768px) {
    .category-list, .tags-list-filter {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.category-list a, .tags-list-filter a {
    font-size: 14px;
    line-height: 2.143;
    color: #2B3336;
}

.category-list .category-counter, .tags-list-filter .category-counter {
    padding-left: 5px;
    font-weight: 500;
}

.category-list .visited,
.tags-list-filter .visited,
.category-list .visited ~ .category-counter,
.tags-list-filter .visited ~ .category-counter {
    color: #EC6E2E;
    border-bottom: 1px dashed #FFA071;
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .tags-list-filter {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.samples-tags-holder {
    padding: 30px 30px 20px;
    background: #F5F3F1;
    border-radius: 10px;
}

.tab-container ul {
    list-style-type: none;
    margin-top: 0;
}

.tab-container .category-alf {
    font-size: 24px;
    line-height: 180%;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 30px;
}

.tab-container .category-alf:first-of-type {
    margin-top: 0;
}

.category-contents {
    padding-left: 0;
}

.tags-list-filter {
    padding-left: 0;
}

.btn-wmp {
    height: 40px;
    border: none;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto";
    transition: all .3s ease;
}

a.btn-wmp.cta-order-but {
    display: flex !important;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    text-decoration: none;
}

.cta-order-but span {
    background-color: #f06b4a;
    border: none;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto";
    transition: all .3s ease;
    padding: 10px 25px 0px;
}

/*Our Services*/
.sidebar_services-section a {
    color: #2B3336;
}

.sidebar_services-section a:hover {
    color: #a6a7a8;
}

.sidebar_services-section .sidebar__list {
    list-style: none;
    padding: 0;
}

/*END Our Services*/

/*Sidebar*/
.sidebar-col {
    width: 355px;
}

/*Sidebar calc*/
.sidebar-col .calc-new {
    box-shadow: 0px 6px 26px -6px rgb(24 39 75 / 8%), 0px 8px 36px -4px rgb(24 39 75 / 4%);
    border-radius: 20px;
    padding: 30px 15px;
}

/*END Sidebar calc*/

/*END Sidebar*/

/*nothing found*/
.nothing-found-wrap {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
}

.nothing-found-img {
    max-width: 148px;
    margin-bottom: 20px;
}

.login-nav-item a {
    color: #2B3336;
}

/*pagination*/
.pagination-arrows {
    display: flex;
    justify-content: space-between;
    flex: 0 0 555px;
    max-width: 555px;
    margin: 0 auto 60px;
}

.pagination-arrows [rel="prev"],
.pagination-arrows [rel="next"] {
    display: inline-flex;
    align-items: center;
    color: #009184;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    /*background: url(../img/arrow-bold.svg) no-repeat right 26px center;*/
}

.pagination-arrows [rel="prev"]:after {
    /*background: url(../img/Arrows/arrow-bold-left.svg) no-repeat left 26px center;*/
    transform: rotate(180deg);
}

.pagination-arrows [rel="prev"]:before,
.pagination-arrows [rel="next"]:after {
    content: '';
    color: transparent;
    border: 2px solid #009184;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
}

.pagination-arrows [rel="prev"]:before {
    margin-right: 20px;
}

.pagination-arrows [rel="next"]:after {
    margin-left: 20px;
}

.pagination-arrows [rel="prev"]:after,
.pagination-arrows [rel="next"]:before {
    content: '';
    -webkit-mask-image: url(../img/arrow-bold.svg);
    mask-image: url(../img/arrow-bold.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 16px auto;
    mask-size: 16px auto;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #009184;
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0px;
    left: 0;
}

.pagination-arrows [rel="next"]:before {
    left: auto;
    right: 0;
}

.pagination-arrows [rel="prev"]:hover:before,
.pagination-arrows [rel="next"]:hover:after {
    background-color: #009184;
}

.pagination-arrows [rel="prev"]:hover:after,
.pagination-arrows [rel="next"]:hover:before {
    background-color: #fff;
}

/*END pagination*/

/*calculator*/
.calc-post-top {
    padding-bottom: 20px;
    padding-right: 80px;
    margin-bottom: 20px;
    position: relative;
}

.calc-post-top:after {
    content: '';
    width: 90px;
    height: 80px;
    background: url(../img/loupe.png) no-repeat center;
    background-size: 90px auto;
    position: absolute;
    right: 0;
    top: 0;
}

.calc-post-top:before {
    content: '';
    height: 2px;
    background: #F6F6F6;
    position: absolute;
    bottom: 0;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

/*END calculator*/

/*first 5% discount banner blog*/
.first5-banner-blog {
    background: url(../img/first5-banner-blog.png) no-repeat #F5F3F1;
}

.first5-banner-blog .cta-button {
    color: #fff;
    text-decoration: none;
    min-width: 208px;
}

.first5-banner-blog .first5-banner-discount {
    padding-top: 10px;
}

.related-posts .first5-banner-blog {
    margin: 60px 0;
}

/*END first 5% discount banner blog*/

.sidebar_services-section .sidebar-container {
    background: transparent;
}

/*responsive*/
@media (max-width: 1024px) {
    .form-control {
        margin-bottom: inherit;
    }
}

@media (min-width: 992px) {
    .sidebar-col {
        margin-left: 40px;
        padding-bottom: 10px;
    }

    .sidebar-col-single-mt {
        padding-top: 30px;
    }

    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .calc-new .mainTitle {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .nothing-found-wrap {
        font-size: 28px;
    }

    .nothing-found-img {
        max-width: 132px;
        margin-bottom: 10px;
    }

    .sidebar-col {
        width: 100%;
        order: 1;
        padding: 0 10px 60px;
    }

    .sidebar_services-section {
        order: 1;
    }

    .related-single-item {
        margin-bottom: 20px;
    }

    h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sidebar-col {
        max-width: 648px;
        margin: 0 auto;
    }

    .related-posts-single {
        padding-left: 15px;
        padding-right: 15px;
    }

    .calc-post-top {
        padding-bottom: 30px;
    }

    .calc-post-top:after {
        top: -10px;
    }

    .sidebar-col .calc-new {
        padding: 32px;
    }

    .calc-post-top:before {
        width: calc(100% + 64px);
        margin: 0 -32px;
    }

    .new-design .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-navigation .navbar {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer .main-block,
    .footer .nav-block{
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .trust-block__wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .first5-banner-blog {
        padding: 60px 40px;
        justify-content: unset;
        font-weight: 500;
        font-size: 32px;
        line-height: 140%;
        background-position: right -120px bottom;
    }

    .first5-banner-discount {
        font-size: 50px;
    }

    .first5-bnr-small {
        margin-bottom: 60px;
        padding: 20px 30px 50px;
        min-height: unset;
        background-position: right -120px top;
    }

    .first5-bnr-small .first5-banner-discount {
        padding-top: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .first5-banner-blog {
        padding: 60px 40px;
        justify-content: unset;
        font-weight: 500;
        font-size: 24px;
    }

    .first5-banner-blog {
        background-position: right -120px bottom -87px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 140%;
        padding-bottom: 20px;
        font-weight: 500;
    }

    .pagination-arrows [rel="prev"]:after,
    .pagination-arrows [rel="next"]:before {
        -webkit-mask-size: 10px auto;
        mask-size: 10px auto;
        height: 24px;
        width: 24px;
        top: 2px;
    }

    .pagination-arrows [rel="prev"]:before,
    .pagination-arrows [rel="next"]:after {
        width: 24px;
        height: 24px;
    }

    .pagination-arrows [rel="prev"],
    .pagination-arrows [rel="next"] {
        font-size: 16px;
    }

    .pagination-arrows [rel="prev"]:before {
        margin-right: 16px;
    }

    .pagination-arrows [rel="next"]:after {
        margin-left: 16px;
    }

    .new-design .breadcrubs {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .new-design .content {
        padding-top: 40px;
        padding-bottom: 54px;
    }

    .new-design .post-tags {
        margin-bottom: 40px;
        padding-bottom: 10px;
    }

    .post-content h2 {
        font-size: 16px;
        line-height: 180%;
    }

    .pagination-arrows {
        margin-top: 10px;
    }

    .post-preview p {
        font-size: 14px;
    }

    .post-preview .tag-title {
        font-size: 14px;
    }

    h3 {
        font-size: 24px;
    }

    .first5-banner-blog {
        background-position: right calc(50% - 20px) bottom -16px;
        padding-bottom: 268px;
        background-size: 335px auto;
    }

    .first5-banner-blog .cta-button {
        min-width: unset;
        margin: 0 auto;
        width: 100%;
    }

    .related-posts .first5-banner-blog {
        margin: 40px 0;
    }

    .samples-search button {
        min-width: 120px;
        margin-left: 20px;
    }

    .samples-search input {
        max-width: calc(100% - 140px);
    }

    .new-design .banner-link-top {
        padding-bottom: 20px;
    }

    .samples-filter {
        margin-bottom: 10px;
    }

    .first5-bnr-small {
        margin-bottom: 40px;
    }

    .first5-banner-blog .arrow-pointing {
        right: -12px;
    }

    .first5-bnr-small {
        background-position: right calc(50% - 20px) bottom -40px;
        padding: 20px 20px 200px;
        font-size: 25px;
    }

    .first5-bnr-small .first5-banner-discount {
        font-size: 48px;
        padding: 5px 0 20px;
    }
    .related-posts-single {
        margin-left: 0;
        margin-right: 0;
    }
}

/*END responsive*/
/*END nothing found*/