body {
    padding-top: 55px;
}
/* blog */
.pop__heading:before {
    display: none;
}
.pop__left-heading {
    position: relative;
}
.pop__left-heading:before {
    content: '';
    height: 300%;
    position: absolute;
    right: 0;
    top: -20px;
    width: 160px;
    background-image: url('../images/pattern.svg');
    background-repeat: no-repeat;
    display: inline-block;
    opacity: .6;
}
.pop__img img {
    border-radius: 4px;
}
.pop__right-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
}
.pop__right {
    position: relative;
}
.pop__right h1 {
    text-align: right;
}
.pop__right:before {
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: -20px;
    width: 100px;
    background-image: url('../images/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    opacity: .6;
    z-index: -1;
}
.pop__right-txt {
    max-width: 70%;
    flex: 0 0 70%;
}
.pop__right-contact {
    max-width: 30%;
    flex: 0 0 30%;
}
.pop__right-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
}
.pop__right-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #595857;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 12px;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    width: 60px;
}
.pop__right-contact a svg {
    margin-bottom: 10px;
}

.blog-filters {
    display: flex;
}
.blog-filters__heading {
    max-width: 230px;
    flex: 0 0 230px;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-filters__tags {
    max-width: calc(50% - 230px);
    flex: 0 0 calc(50% - 230px);
    padding-left: 40px;
    padding-right: 40px;
}
.blog-filters__search {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-filters__search div.asl_m.asl_w {
    border-color: #FECC27 !important;
    padding: 10px;
}
.blog-filters__search>span,
.blog-filters__tags>span {
    color: #1A1919;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.blog-filters__tags a {
    padding: 2px 15px;
    font-size: 10px;
    font-weight: 400;
    color: #595857;
    color: #B4B4B4;
}
.blog-filters__tags a.active {
    border: 1px solid #FECC27;
    border-radius: 10px;
    color: #595857;
}

.alm-reveal {
    display: flex;
    flex-wrap: wrap;
}
.blog__item {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    padding: 20px;
    order: 2;
}
.blog__item:nth-child(0),
.blog__item:nth-child(1),
.blog__item:nth-child(2),
.blog__item:nth-child(3),
.blog__item:nth-child(4) {
    order: 0;
}
.blog__item-wrapper {
    box-shadow: 0px 3px 15px #3C30084D;
    border-radius: 25px;
}
.blog__item h4 {
    padding: 20px 30px;
    color: #1A1919;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.blog__item-title {
    padding: 20px 30px;
    color: #1A1919;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.blog__item img {
    width: 100%;
    object-fit: cover;
    height: 220px;
    transition: .3s;
}
.blog__item-wrapper:hover img {
    opacity: .4;
}
.blog__item-link {
    display: flex;
    position: relative;
    justify-content: center;
}
.blog__item a.btn-brown {
    position: absolute;
    top: -20px;
}
.blog__item-wrapper:hover a.btn-brown {
    top: -120px;
}
.blog__tags {
    padding: 20px 30px;
    margin-top: 20px;
}
.blog__tags span {
    font-size: 10px;
    text-align: 12px;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: #FECC38;
    padding: 1px 15px;
}
.blog__item-quote {
    color: #1A1919;
    padding: 60px 60px;
    order: 1;
    position: relative;
}
.blog__item-quote:before {
    content: '';
    height: 90%;
    position: absolute;
    left: 30px;
    top: 20px;
    width: 200px;
    background-image: url(../images/pattern.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    opacity: .7;
}
.blog__item-quote p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0 10px;
    position: relative;
    padding-right: 10px;
}
.blog__item-quote span {
    font-size: 14px;
    line-height: 26px;
    font-style: italic;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}
.blog__item-quote p:after,
.blog__item-quote p:before {
    content: '”';
    display: inline-block;
    font-size: 82px;
    position: absolute;
    color: #D8D8D8;
}
.blog__item-quote p:before {
    left: -45px;
    top: 10px;
}
.blog__item-quote p:after {
    right: 0;
    bottom: -60px;
}


/* offer */
.offer__item {
    padding: 40px;
}
.offer__wrapper {
    box-shadow: 0px 3px 15px #3C30084D;
    border-radius: 25px;
    padding: 30px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.offer__wrapper h2 {
    font-size: 32px;
    list-style: 24px;
    font-weight: 800;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.offer__wrapper h2:before {
    left: 20px;
    right: 20px;
    width: initial;
}
.offer__wrapper h2:after {
    right: 20px;
}
.offer__wrapper p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 22px;
}
.offer__wrapper .btn-brown {
    justify-content: space-between;
    margin-top: auto;
}

@media(max-width: 992px) {
    .pop {
        margin-top: 60px;
    }
    .pop__left {
        padding-bottom: 40px;
    }
    .pop__item {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .pop__left-heading {
        justify-content: flex-start;
        padding-left: 60px;
    }
    .pop__heading,
    .pop__img {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px;
        position: relative;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        margin-top: 0;
    }
    .pop__img  {
        padding: 0 15px;
    }

    .blog-filters {
        flex-wrap: wrap;
    }
    .blog-filters__search,
    .blog-filters__tags,
    .blog-filters__heading {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .blog-filters__search {
        margin-top: 20px;
    }

    .blog__item,
    .blog__item-quote {
        max-width: 50%;
        flex: 0 0 50%;
    }



}
@media(max-width: 767px) {
    .pop__heading,
    .pop__img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pop__img {
        padding: 0;
        margin-top: 20px;
    }
    .pop__right {
        padding-top: 20px;
    }

    .blog__item,
    .blog__item-quote {
        max-width: 100%;
        flex: 0 0 100%;
    }



}