@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
}

@font-face {
    font-family: "Cormorant";
    src: url("../fonts/Cormorant.woff") format("woff"), url("../fonts/Cormorant.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.woff2") format("woff2");
    font-weight: 400;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}



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

button {
    cursor: pointer;
    outline: none;
}

input {
    outline: none;
}

body {
    font-family: "Montserrat";
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bg-i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title__blog {
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: normal;
    margin-top: 39px;
    margin-bottom: 5px;
}

.blog__title-my {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.image {
    margin-bottom: 0 !important;
    padding: 0;
}

.image a {
    margin-bottom: 0 !important;
}

.blog__text-my {
    font-family: "Cormorant";
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
}

.blog__title-my a {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.categories {
    background-color: #fafafa;
}

.categories__box {
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.categories__item {
    margin-left: 33px;
    margin-top: 16px;
    border-radius: 50%;
    width: 100%;
}

.categories__item:first-child {
    margin-left: 0;
}

.categories .notification {
    position: relative;
}

.categories__link-img {
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #cbcbcb;
}

.categories__link-img:hover {
    border: 5px solid #cbcbcb;
}

.categories__link_active {
    border: 5px solid #cbcbcb;
}

.categories__title {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 18px;
    font-size: 10px;
}

.breadcrumb {
    text-align: center;
}

.breadcrumb li {
    display: inline-block;
    font-size: 11px;
    margin-bottom: 20px;
    font-family: "Tenor Sans", sans-serif;
    color: #ecb9a4;
}

.breadcrumb li a {
    color: #ecb9a4;
}

.blog_stats {
    display: block;
    text-align: center;
    border-bottom: none;
    margin-top: 48px;
}

.blog_stats span .hl {
    color: #000;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}

@media (max-width: 650px) {
    .categories .categories__box {
        max-width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .categories .categories__link-img {
        max-width: 55px;
        height: 55px;
    }
    .categories .categories__item {
        margin-left: 18px;
    }
    .categories .categories__item:first-child {
        margin-left: 0;
    }
}

@media (max-width: 570px) {
    .blog_item {
        padding: 0 0;
    }
    .image a img {
        width: 100%;
    }
    .image a {
        margin-bottom: 0 !important;
        padding: 0;
        display: block;
    }
}

.pagination-my {
    background-color: #fafafa;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pagination {
    text-align: center;
}

.pagination li {
    font-family: "Cormorant";
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
    color: #d6d6d6;
}

.pagination-my__box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .active {
    color: #000;
}

.pagination li a {
    color: #d6d6d6;
}

.pagination-my__prev {
    margin-right: 10px;
}

.pagination-my__next {
    margin-left: 10px;
}

.pagination-my__all {
    color: #d6d6d6;
    margin-top: 15px;
}

.pagination-my__all:hover {
    text-decoration: underline;
}

.title__category-my {
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: normal;
    margin-top: 39px;
    margin-bottom: 5px;
}

.title__category-my2 {
    margin-top: 18px;
    font-size: 24px;
    text-transform: uppercase;
}

.blog__item-my .image {
    position: relative;
    display: flex;
}

.blog__item-my .image img {
    max-width: 210px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.blog__item-my:first-child .image .blog_title {
    width: 308px;
    font-family: "Cormorant";
    font-size: 24px;
    line-height: 29px;
}

.blog__item-my:first-child .next-my {
    display: none;
}

.blog__item-my:first-child .my-wrapper {
    margin-top: 90px;
    margin-left: 17px;
}

.blog__item-my:first-child .prev-my {
    color: #DDB6B2;
    font-size: 12px;
}

.blog__item-my:first-child .image .blog_title a {
    color: #DDB6B2;
}

.blog__item-my:last-child .prev-my {
    display: none;
}

.blog__item-my:last-child .my-order {
    order: 2;
}

.blog__item-my:last-child .my-wrapper {
    margin-top: 90px;
    margin-right: 17px;
}

.blog__item-my:last-child .image {
    justify-content: flex-end;
}

.blog__item-my:last-child .image .blog_title {
    width: 308px;
    font-family: "Cormorant";
    font-size: 24px;
    line-height: 29px;
}

.blog__item-my:last-child .image {
    text-align: end;
}

.blog__item-my:last-child .next-my {
    font-size: 12px;
}

@media (max-width: 1200px) {
    .blog__text-my {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .blog__text-my {
        font-size: 24px;
        line-height: 29px;
    }
}

@media (max-width: 568px) {
    .image {
        text-align: center;
    }
}

@media (max-width: 450px) {
    .categories__title {
        font-size: 6px;
    }
}

@media (max-width: 400px) {
    .blog__title-my a {
        margin-top: 24px;
    }
}

@media (max-width: 350px) {
    .categories .categories__box {
        max-width: 100%;
        margin: 0 0px;
    }
    .categories .categories__item {
        margin-left: 10px;
    }
}

div.social {
    display: none !important;
}