

/* Start:/blog/assets/css/style.css?163402601221829*/

/*-----------------------------------------------------*/
/* HEADER */
/*-----------------------------------------------------*/
.inner-header_blog {
    margin-bottom: 60px!important;
}
.inner-header__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-header__content .inner-header__desc {
    width: 40%;
}
.inner-header__content .inner-header__form {
    width: 60%;
}

.inner-header__detail .inner-header__desc {
    max-width: 100%;
}


/*-----------------------------------------------------*/
/* OTHER */
/*-----------------------------------------------------*/
.container-default {
    margin: 0 auto;
}

.article-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.mark {
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    white-space: nowrap;
    width: 250px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 10px;
    text-transform: uppercase;
}

.mark.mark-choice {
    background: #FF6347;
}

.blog-header-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: 50px;
}

.blog-header-block__left {
    margin-right: 30px;
}

.blog-header-block__right {
    -webkit-flex: 0 0 calc(25% - 30px);
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin-right: 30px;
}

.article-card--big-banner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    height: 100%;
    padding: 100px 15px 20px 15px;
    border-radius: 8px;
    overflow: hidden;
    min-height: 500px;
}

.article-card--big-banner .article-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-card--big-banner .article-card__title {
    position: relative;
    z-index: 1;
    color: #ffffff;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 1;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 16px;
    font-family: "RobotoSlab", Arial, sans-serif;
}

.article-card--big-banner .article-card__title h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    font-family: "RobotoSlab", Arial, sans-serif;
}

.article-card__title h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}

.article-card--big-banner .article-card__date {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 0;
    margin-right: 16px;
    color: #ffffff;
}

.article-card--big-banner .article-card__tags-block {
    position: relative;
    z-index: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.article-card--big-banner .article-card__tags-block-item {
    padding: 3px 9px;
    margin-right: 5px;
    border-radius: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    list-style: none;
    border: 1px solid #FF6347;
}
/*-----------------------------------------------------*/
/* THEMES */
/*-----------------------------------------------------*/
.themes {
    margin-bottom: 50px;
}
.themes-title {
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: #FF6347 solid 2px;
    transition: border-bottom-color 0.3s;
}
.themes-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -25px;
}

.themes-list__item {
    width: fit-content;
    padding: 8px 12px;
    margin-right: 15px;
    margin-bottom: 25px;
    background-color: #F1F1F1;
    border-radius: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #858A8F;
    text-decoration: none;
    border: 2px solid #F1F1F1;
}

.themes-list__item[hidden].active {
    display: block;
}

.themes-list__item:hover {
    border: 2px solid #FF6347;
    background-color: #FFF;
}

.themes-list__item--more {
    cursor: pointer;
    border: 2px solid #FF6347;
    background-color: #FF6347;
    color: #FFF;
}

.themes-list__item--more:hover {
    color: #FF6347;
}


.blog-column-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -70px;
}

.blog-column-content__item {
    margin-right: 30px;
    margin-bottom: 70px;
}

.column-content__item-last {
    -webkit-flex: 0 0 calc(70% - 30px);
    -ms-flex: 0 0 calc(70% - 30px);
    flex: 0 0 calc(70% - 30px);
    width: calc(70% - 30px);
}

.column-content__item-news {
    -webkit-flex: 0 0 calc(30% - 30px);
    -ms-flex: 0 0 calc(30% - 30px);
    flex: 0 0 calc(30% - 30px);
    width: calc(30% - 30px);
}
/*-----------------------------------------------------*/
/* NEWS ITEMS */
/*-----------------------------------------------------*/
.news-title {
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: #FF6347 solid 2px;
    transition: border-bottom-color 0.3s;
}

.news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -40px;
}

.news-item {
    -webkit-flex: 0 0 calc(100% / 3 - 30px);
    -ms-flex: 0 0 calc(100% / 3 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    margin-bottom: 40px;
}

/*-----------------------------------------------------*/
/* ARTICLE CARD */
/*-----------------------------------------------------*/
.article-card {
    margin-right: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;

    -webkit-box-shadow: 0px 5px 20px rgb(33 80 168 / 10%);
    -webkit-border-radius: 10px;
    box-shadow: 0px 5px 8px rgb(33 80 168 / 10%);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 30px;
}

.article-card__image {
    padding-right: 20px;
    width: 40%;
}

.article-card__image img {
    width: 100%;
}

.article-card__date {
    color: #858A8F;
    margin-bottom: 10px;
}

.article-card__info {
    padding: 0;
    width: 60%;
}

.article-card__title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 6px;
}


.article-card__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
}

.article-card__tag {
    padding: 3px 9px;
    margin-right: 16px;
    border-radius: 16px;
    color: #2E3A4C;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    list-style: none;
    border: 1px solid #FF6347;
}


.article-card__author {
    width: 100%;
    text-align: right;
    border-top: 1px solid #F1F1F1;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.author-image img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}

.author-info {
    font-weight: 500;
    width: fit-content;
}

/*-----------------------------------------------------*/
/* ARTICLE CARD SMALL */
/*----------------------------------------------------*/
.article-card-small {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 5px 20px rgb(33 80 168 / 10%);
    -webkit-border-radius: 10px;
    box-shadow: 0px 5px 8px rgb(33 80 168 / 10%);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.article-card-small__bar {
    width: 100%;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.4;
    padding-bottom: 15px;
}

.g-icon:last-child {
    margin-left: 5px;
}

.g-icon:first-child {
    margin-right: 5px;
}

.article-card-small__image {
    width: 100%;
    margin-bottom: 10px;
}

.article-card-small__image img {
    width: 100%;
}

.article-card-small__date {
    color: #858A8F;
    margin-bottom: 10px;
}

.article-card-small__info {
    padding: 0;
    width: 100%;
}

.article-card-small__title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 6px;
}


.article-card-small__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
}

.article-card-small__tag {
    padding: 3px 9px;
    margin-right: 10px;
    border-radius: 16px;
    color: #2E3A4C;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    list-style: none;
    border: 1px solid #FF6347;
}


/*-----------------------------------------------------*/
/* NEWS CARD */
/*----------------------------------------------------*/
.news-card {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 5px 20px rgb(33 80 168 / 10%);
    -webkit-border-radius: 10px;
    box-shadow: 0px 5px 8px rgb(33 80 168 / 10%);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.news-card__bar {
    width: 100%;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.4;
    padding-bottom: 15px;
}

.news-card__image {
    width: 100%;
    margin-bottom: 10px;
}

.news-card__image img {
    width: 100%;
}

.news-card__date {
    color: #858A8F;
    margin-bottom: 10px;
}

.news-card__info {
    padding: 0;
    width: 100%;
}

.news-card__title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 6px;
}

.news__link a {
    text-align: right;
    font-size: 18px;
}

/*-----------------------------------------------------*/
/* PAGINATION */
/*-----------------------------------------------------*/
.pagination {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 80px 0;
    position: relative;
}

.pagination__load {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.08em;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
    position: absolute;
    left: 0;
    top: 0;
}

.pagination__list {
    color: rgba(52, 48, 50, 0.3);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination__list > li:first-child {
    margin-right: 25px;
}

.pagination__list > li:last-child {
    margin-left: 25px;
}

.pagination__list-item {
    display: block;
    font-size: 16px;
    font-weight: 500;
    min-width: 50px;
    text-align: center;
}

a.pagination__list-item {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.g-link__text {
    border-bottom: currentColor solid 1px;
    transition: border-bottom-color 0.3s;
}

/*-----------------------------------------------------*/
/* BUTTON */
/*-----------------------------------------------------*/
.button--primary {
    background: transparent;
    border: 1px solid currentColor;
    color: #343032;
}

.button--primary:hover {
    background: #343032;
    color: #fff;
}

.button--square {
    height: 60px;
    min-width: 240px;
}

/*-----------------------------------------------------*/
/* LINK */
/*-----------------------------------------------------*/
.g-link .g-link__text {
    border-bottom-color: transparent;
}

.g-link:hover .g-link__text {
    border-bottom: #000 solid 1px;
    transition: border-bottom-color 0.3s;
}

/*-----------------------------------------------------*/
/* ARTICLE */
/*-----------------------------------------------------*/
.article-layout {
    display: flex;
    margin: 50px 0;
}

.article-layout__main {
    border-top: 1px solid #d6d6d6;
    flex-grow: 1;
    padding: 40px 0 0 0;
}

.article-layout__sidebar {
    flex-shrink: 0;
    padding: 40px 0 0 60px;
    position: relative;
    width: 420px;
}

.article-stats {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -50px 0 40px;
}

.article-stats__item {
    background: #fff;
    padding-right: 25px;
}

.article-stats__item:last-child {
    padding-right: 0;
    padding-left: 25px;
}

.article-content {
    text-align: justify;
    font-size: 18px;
}

.article-content p {
    margin-bottom: 30px;
    line-height: 1.7;
}

.article-content h2 {
    margin: 0 0 20px;
}

.article-content h3 {
    margin: 0 0 20px;
}

.article-content ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

.article-content ul li {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 10px;
    list-style: none;
.
}

.article-content ul li:before {
    content: '';
    margin-left: 0px;
    border-radius: 50%;
    border: 2px solid #FF6347;
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 8px;
}

.article-content a {
    color: #FF6347;
    border-bottom: #FF6347 solid 1px;
    transition: border-bottom-color 0.3s;

}

.article-content a:hover {
    border-bottom-color: transparent;
}

.article-content img {
    width: 100%;
    margin-bottom: 30px;
}

.incut {
    position: relative;
    display: block;
    margin: 10px 0 40px;
    padding: 0 0 0 30px;
    border-left: 2px solid #FF6347;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
}

.lead {
    font-size: 24px;
    font-weight: 600;
}


.author-bottom-block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.author-bottom-block__about-block {
    padding: 30px;
    padding-left: 0;
    float: none;
    width: 50%;
}

.author-bottom-block__about-block-content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: inherit;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.author-bottom-block__about-block-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
}

.author-bottom-block__about-block-img img {
    width: 100%;
}

.author-bottom-block__about-block-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.author-bottom-block__about-block-name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    border-bottom: none;
}

.author-bottom-block__about-block-desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    color: #858A8F;
}

.author-bottom-block__about-block-link-blog {
    display: inline;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: auto;
    margin-top: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px solid;
}


.author-bottom-block__shares-block {
    width: 50%;
    padding: 30px;
    padding-right: 0;
}

.author-bottom-block__last-article-title {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
}

.author-bottom-block__last-article-link {
    margin-bottom: 15px;
    font-size: 16px;
}

.author-bottom-block__last-article-link a {
    text-decoration: none;
    border-bottom: 1px solid;
}

.author-bottom-block__last-article-link {
    margin-bottom: 15px;
    font-size: 16px;
}


/*-----------------------------------------------------*/
/* ARTICLE SIDEBAR */
/*-----------------------------------------------------*/

.news-list__sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -40px;
    justify-content: flex-end;
}

.news-list__sidebar-title {
    margin-bottom: 30px;
}

.news-item__sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}

/*-----------------------------------------------------*/
/* SOCIALS */
/*-----------------------------------------------------*/
.socials {
    display: flex;
}

.socials__item {
    color: #fff;
    min-width: 96px;
    width: 96px;

    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.08em;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
}

.socials__item--vk {
    background: #5f90c7;
    border: 1px solid #5f90c7;
}

.socials__item--vk:hover, .socials__item--vk:active {
    background: transparent;
    color: #5f90c7;
}

.socials__item--fb {
    background: #3b5998;
    border: 1px solid #3b5998;
}

.socials__item--fb:hover, .socials__item--fb:active {
    background: transparent;
    color: #3b5998;
}

.socials__item--tw {
    background: #1da1f2;
    border: 1px solid #1da1f2;
}

.socials__item--tw:hover, .socials__item--tw:active {
    background: transparent;
    color: #1da1f2;
}

/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/* ARTICLE SHARE */
/*-----------------------------------------------------*/
.article-share {
    display: flex;
}

.article-share__title {
    align-items: center;
    border: 1px solid #d6d6d6;
    border-right: none;
    color: rgba(52, 48, 50, 0.5);
    display: flex;
    justify-content: center;
    width: 180px;
}

.article-share__link {
    align-self: center;
    margin-left: auto;
}

.article-share__link .g-icon {
    vertical-align: middle;
}

/*-----------------------------------------------------*/
/* SUBSCRIBE FORM */
/*-----------------------------------------------------*/

.subscription__form {
    width: 100%;
}

.section_subscription {
    margin: 100px 0px;
}

.subscription {
    width: 100%;
    background: #797979;
    padding: 50px;
}

.subscription__capt {
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.subscription__anons {
    font-size: 20px;
    color: #cacaca;
    margin-bottom: 30px;
}

.subscription__group {
    position: relative;
}

.subscription__input {
    width: 350px!important;
    font-family: "pfdintextcondpro";
    border: none;
    border-bottom: 1px solid #9b9a9a;
    height: 28px;
    background: transparent;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-bottom: 12px;
    cursor: pointer;
}

.subscription__label {
    font-size: 18px;
    color: #e7e7e7;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
}

.subscription_input:focus + .subscription__label {
    opacity: 0;
}

.subscription__input_animation .subscription__label {
    opacity: 0;
}

.subscription__button {
    margin: 30px 0px 40px;
}

.subscription__btn {
    border: 1px solid #FFFFFF;
    background: transparent;
    text-align: center;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
    padding: 0 40px;
    width: 350px;
}
.subscription__btn:hover {
    background-color: #000;
    border-color: #000;
}
.subscription__btn:after {
    content: '';
    width: 14px;
    height: 12px;
    background: url(/pageproofs/img/icon/first-arrow-btn-white.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.subscription {
    position: relative;
    overflow: hidden;
}

.subscription:after {
    content: '';
    width: 400px;
    height: 511px;
    background: url(/pageproofs/css/../img/master/plane.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    top: 13px;
}

/* End */


/* Start:/blog/assets/css/media.css?16340368272270*/
@media all and (max-width:1270px) {
    .subscription:after {
        content: none;
    }
    .subscription__input {
        width: 100% !important;
    }
    .subscription__btn {
        width: 100%;
    }

    .column-content__item-last {
        flex: 0 0 calc(100% - 30px);
        order: 1;
    }
    .column-content__item-news {
        flex: 0 0 calc(100% - 30px);
        order: 0;
    }

    .inner-header_blog .inner-header__title {
        font-size: 52px!important;
        line-height: 1.25;
    }
    .article-layout__sidebar {
        display: none;
    }
    .article-share__title {
        padding: 20px;
    }
    .article-share__title span {
        display: none;
    }
    .author-bottom-block__shares-block {
        padding: 0;
    }
}
@media all and (max-width:1100px) {}
@media all and (max-width:1023px) {
    .column-content__item-last {
        flex: 0 0 calc(100% - 30px);
        order: 1;
    }
    .column-content__item-news {
        flex: 0 0 calc(100% - 30px);
        order: 0;
    }
    .article-layout {
        display: block;
    }
    .author-bottom-block {
        display: block;
    }
}
@media all and (max-width:906px) {

}
@media all and (max-width:767px) {
    .inner-header__content {
        display: block;
    }
    .inner-header__content .inner-header__form {
        width: 100%;
    }
    .pagination {
        display: block;
    }
    .pagination__load {
        position: relative;
        width: 100%;
        margin: 0 0 25px;
    }
    .pagination__list {
        justify-content: center;
    }
}
@media all and (max-width:479px) {
    .blog-header-block {
        margin-right: 0;
    }
    .blog-header-block__left {
        margin: 0;
    }
    .article-card--big-banner {
        margin: 0;
    }
    .article-card--big-banner .article-card__title h2 {
        ont-weight: bold;
        font-size: 26px;
        line-height: 30px;
    }
    .article-card--big-banner .article-card__tags-block-item {
        line-height: 30px;
    }
    .news-list {
        margin: 0;
    }
    .news-list__sidebar {
        margin-right: 0;
    }
    .news-item {
        -webkit-flex: 0 0 calc(100%);
        -ms-flex: 0 0 calc(100%);
        flex: 0 0 calc(100%);
        width: calc(100%);
        margin: 0;
    }
}

/* End */
/* /blog/assets/css/style.css?163402601221829 */
/* /blog/assets/css/media.css?16340368272270 */
