.blog {
    max-width: 1200px;
    padding: 45px 30px 30px;
    margin: 0 auto 35px;
}

.breadcrumbs_blog {
    margin: 0 0 15px;
}

.blog--title {
    display: block;
    color: #0f0f0f;
    font-size: 54px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 38px;
}

.blog__nav {
    width: 1158px;
    width: calc(100% + 18px);
    font-size: 0;
    margin: 0 0 17px -9px;
}

.blog__nav--item {
    display: inline-block;
    min-width: 88px;
    color: #0f0f0f;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 12px 22px 10px;
    margin: 0 9px 18px;
    border: 3px solid #e6e6e6;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.blog__nav--item:hover,
.blog__nav--item.is-active {
    border-color: #000000;
}

.blog-sort {
    font-size: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 35px;
}

.blog-sort--title {
    display: inline-block;
    color: #898989;
    font-size: 13px;
    line-height: 20px;
    margin: 0 10px 0 0;
}

.blog-sort__list {
    display: inline-block;
    margin: 0;
}

.blog-sort__list li {
    display: inline-block;
    color: #0f0f0f;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
}

.blog-sort__list li:after {
    content: '/';
    padding: 0 5px;
}

.blog-sort__list li:last-child:after {
    display: none;
}

.blog-sort__list a {
    position: relative;
    color: #0f0f0f;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.blog-sort__list a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.blog-sort__list a.is-active {
    color: #dc4141;
}

.blog-sort__list a.is-active:after {
    border-bottom-color: #f7dada;
}

.blog-sort__list a:hover:after {
    border-bottom-color: transparent;
}

.blog__grid {
    width: 1170px;
    width: calc(100% + 30px);
    font-size: 0;
    margin: 49px 0 -7px -15px;
}

.blog__item {
    margin: 0 0 88px;
}

.blog__lc,
.blog__rc {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
}

.blog__item--pic {
    overflow: hidden;
    position: relative;
    display: block;
    min-height: 328px;
}


.blog__item--pic--square {
    padding-bottom: 90%;
}

.blog__item--pic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 65, 65, 0.75);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
}

.blog__item--pic:hover:before {
    opacity: 1;
}

.blog__item--pic:after {
    content: '+';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 106px;
    height: 106px;
    color: #ffffff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-align: center;
    padding: 31px 0 29px;
    margin: -53px 0 0 -53px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
}

.blog__item--pic:hover:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.blog-preview {
    position: relative;
    padding: 0 0 51px;
}

.blog-preview__data {
    width: calc(100% + 12px);
    font-size: 0;
    margin: 0 0 11px;
}

.blog-preview__data--item {
    display: inline-block;
    color: #242424;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 9px 12px;
    margin: 0 12px 12px 0;
    border: 1px solid #e6e6e6;
}

.blog-preview__data--item:hover {
    border-color: #000000;
}

.blog-preview--icon_calendar {
    display: inline-block;
    width: 17px;
    height: 18px;
    margin: -1px 11px -1px 0;
    background: url('images/blog-calendar-icon.svg') no-repeat 0 0;
}

.blog-preview--icon_user {
    display: inline-block;
    width: 14px;
    height: 18px;
    margin: -2px 11px 0 1px;
    background: url('images/blog-user-icon.svg') no-repeat 0 0;
}

.blog-preview--icon_letter {
    display: inline-block;
    width: 14px;
    height: 18px;
    margin: -1px 10px -1px 2px;
    background: url('images/blog-letter-icon.svg') no-repeat 0 0;
}

.blog-preview--title {
    display: block;
    color: #0f0f0f;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 0 0 28px;
}

.blog-preview--title:hover {
    text-decoration: underline;
}

.blog-preview p {
    color: #0f0f0f;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 24px;
}

.blog-preview__stats {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
}

.blog-preview__stats--item {
    display: inline-block;
    color: #242424;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px;
    margin: 12px 12px 0 0;
    background: #e6e6e6;
}

.blog-preview__stats--item:hover {
    background-color: #dadada;
}

.blog-preview--icon_eye {
    display: inline-block;
    width: 18px;
    height: 11px;
    margin: 3px 12px 2px -2px;
    background: url('images/blog-eye-icon.svg') no-repeat 0 0;
}

.blog-preview--icon_bubble {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -1px 10px -1px 0;
    background: url('images/blog-bubble-icon.svg') no-repeat 0 0;
}

.blog-preview__social {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 0;
}

.blog-preview__social--item {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #787c7e;
    margin: 7px 0 0 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

.blog-preview__social--item_facebook {
    background: url('images/facebook-icon-grey.png') no-repeat 10px 6px;
}

.blog-preview__social--item_vkontakte {
    background: url('images/vkontakte-icon-grey.png') no-repeat 10px 8px;
}

.blog-preview__social--item_twitter {
    background: url('images/twitter-icon-grey.png') no-repeat 7px 7px;
}

.blog-preview__social--item_instagram {
    background: url('images/instagram-icon-grey.png') no-repeat 6px 6px;
}

.blog-preview__social--item_google {
    background: url('images/google-icon-grey.png') no-repeat -1px -1px;
}

.blog-preview__social--item_odnoklassniki {
    background: url('images/ok-icon-grey.png') no-repeat 7px 7px;
}

.blog-preview__social--item_telegram {
    background: url('images/telegram-icon-grey.png') no-repeat 7px 8px;
}

.footer__social .odnoklassniki {
    background: url('images/ok-icon-black.svg') no-repeat 7px 7px;
}

.footer__social .telegram {
    background: url('images/telegram-icon-black.svg') no-repeat 6px 8px;
}

.correct_position_social_copy_footer_wrap {
    margin: 10px 0px 50px 0px;
    padding-left: 0px;
    position: relative;
    float: none;
    left: auto;
    top: auto;
}

.correct_position_copy_footer_wrap {
    bottom: 134px;
    color: #292929;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    position: inherit;
    text-align: center;
    padding: 0 5px 5px;
}

.blog-preview__social--item:hover {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.blog__about {
    clear: both;
    overflow: hidden;
    padding: 0 0 8px;
    margin: -12px 0 20px;
}

.blog-preview__data_about {
    position: static;
    float: left;
    width: auto;
    margin: 0 0 5px;
}

.blog-preview__stats_about {
    position: static;
    float: right;
    margin: 0 0 5px;
}

.blog__about .blog-preview__stats--item {
    margin: 0 0 12px 12px;
}

.blog__content {
    color: #0f0f0f;
    max-width: 760px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 24px;
}

.blog__content a {
    color: #dc4141;
}

.blog__content a:hover {
    text-decoration: underline;
    color: #dc4141;
}

.blog__content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    float: none;
}

.blog__content .blog__content--img {
    display: block;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 66px;
}

.blog__content p {
    max-width: 760px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 24px;
}

.blog__content--subtitle {
    display: block;
    max-width: 760px;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 40px auto 32px;
}

.table-standart_blog {
    margin: 66px 0 51px;
}

.blog__content ul, .blog__content ol {
    max-width: 760px;
    margin: 30px auto;
}

.blog__content ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */
}


.blog__content ul li, .blog__content ol li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 13px;
    margin: 0 0 16px 20px;
}

.blog__content ol li {
    padding-left: 20px;
}

.blog__content ol li::before {
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    position: absolute;
    left: 0;
    top: 0;
    color: #dc4141;
}

.blog__content ul li:before {
    color: #dc4141;
}

.blog__content h2 {
    display: block;
    max-width: 760px;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 40px auto 32px;
}

.blog-share {
    position: relative;
    max-width: 760px;
    font-size: 0;
    padding: 17px 12px 17px 22px;
    margin: 80px auto 61px;
    border: 1px solid #e6e6e6;
}

.blog-share--title {
    display: inline-block;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0 5px;
    margin: 0 22px 0 0;
}

.footer__social_blog {
    position: relative;
    display: inline-block;
    margin: 0;
    top: 0;
    left: 0;
    float: none;
}

.footer__social_blog ul {
    margin: 0;
}

.footer__social_blog ul li {
    margin: 0 7px 0 0;
}

.blog-comments {
    max-width: 760px;
    margin: 0 auto 40px;
}

.blog-comments--title {
    display: block;
    color: #0f0f0f;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 0 0 41px;
}

.blog-comments-list {
    margin: 0 0 66px;
}

.blog-comments-list__item {
    padding: 26px 32px 11px;
    margin: 0 0 24px;
    background: #e6e6e6;
}

.blog-comments-list__data {
    width: calc(100% + 15px);
    font-size: 0;
    margin: 0 0 3px;
}

.blog-comments-list__data--item {
    display: inline-block;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 20px 9px;
    margin: 0 15px 15px 0;
    background: #ffffff;
}

.blog-comments-list__item p {
    color: #0f0f0f;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
}

.blog-comments-list__item .blog-preview--icon_user {
    margin: 2px 13px 0 -6px;
}

.blog-comments-list__item .blog-preview--icon_calendar {
    margin: 2px 11px 0 -7px;
}

.blog-comments-leave {
    width: calc(100% + 30px);
    font-size: 0;
    margin: -25px 0 0 -15px;
}

.blog-comments-leave__item {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    padding: 0 15px;
    margin: 0 0 30px;
}

.blog-comments-leave__item_wide {
    width: 100%;
}

.blog-comments-leave__item input,
.blog-comments-leave__item textarea {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 27px 0;
    border-bottom: 1px solid #e6e6e6;
}

.blog-comments-leave__item textarea {
    resize: vertical;
}

.blog-comments-leave__item ::-webkit-input-placeholder {
    color: #6a6a6a;
}

.blog-comments-leave__item :-moz-placeholder {
    color: #6a6a6a;
}

.blog-comments-leave__item ::-moz-placeholder {
    color: #6a6a6a;
}

.blog-comments-leave__item :-ms-input-placeholder {
    color: #6a6a6a;
}

.blog-comments-leave--agreement {
    position: relative;
    display: inline-block;
    width: 270px;
    color: #3e3e3e;
    font-size: 12px;
    line-height: 21px;
    padding: 0 0 0 52px;
    margin: 5px 0 -1px;
}

.blog-comments-leave--agreement a {
    position: relative;
    color: #dc4141;
}

.blog-comments-leave--agreement a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #f7dada;
}

.blog-comments-leave--agreement a:hover:after {
    border-bottom-color: transparent;
}

.blog-comments-leave--agreement .checker {
    position: absolute;
    left: 0;
    top: 3px;
}

.blog-comments-leave--button {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 25px 20px;
    background: #dc4141;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
}

.blog-comments-leave--button:hover {
    background-color: #bb3939;
}

.related {
    max-width: 1200px;
    padding: 0 30px;
    margin: -34px auto 63px;
}

.related--title {
    display: block;
    color: #0f0f0f;
    font-size: 54px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 59px;
}

.related__grid {
    width: 1170px;
    width: calc(100% + 30px);
    font-size: 0;
    margin: 0 0 0 -15px;
}

.related__item {
    display: inline-block;
    width: 33.33%;
    font-size: 12px;
    padding: 0 15px;
    margin: 0 0 30px;
}

.item-related {
    display: block;
}

.item-related--pic {
    overflow: hidden;
    position: relative;
    display: block;
    height: 250px;
    margin: 0 0 34px;
}

.item-related--pic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 65, 65, 0.75);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
}

.item-related--pic:hover:before {
    opacity: 1;
}

.item-related--pic:after {
    content: '+';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 106px;
    height: 106px;
    color: #ffffff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-align: center;
    padding: 31px 0 29px;
    margin: -53px 0 0 -53px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
}

.item-related--pic:hover:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.item-related__data {
    width: calc(100% + 12px);
    font-size: 0;
    margin: 0 0 11px;
}

.item-related__data--item {
    display: inline-block;
    color: #242424;
    font-size: 12px;
    line-height: 16px;
    padding: 9px 12px;
    margin: 0 12px 12px 0;
    border: 1px solid #e6e6e6;
}

.item-related--title {
    display: block;
    color: #0f0f0f;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 10px;
}

.item-related--title:hover {
    text-decoration: underline;
}

.legal_info {
    padding-bottom: 20px;
}

.legal-document {
    padding-bottom: 60px;
}

.partner-banner__row > .partner-banner__pic {
    filter: brightness(50%);
}

.projects-partner__list > .projects-partner-item > .projects-partner-item__pic {
    filter: brightness(70%);
}

.footer_change_column_position > .footer__about {
    width: 53%;
}

.footer_change_column_position > .footer__links {
    width: 47%;
}

.workspace-row {
    text-align: center;
    margin-bottom: 20px;
}

@media all and (max-width: 1199px) {
    .blog {
        padding: 35px 30px 30px;
        margin: 0 auto;
    }

    .blog--title {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 36px;
    }

    .blog--title br {
        display: none;
    }

    .breadcrumbs_blog {
        margin: 0 0 30px;
    }

    .blog__nav--item {
        padding: 10px 14px 8px;
        margin: 0 5px 10px;
    }

    .blog__nav {
        width: calc(100% + 10px);
        margin: 0 0 25px -5px;
    }

    .blog__grid {
        margin: 40px 0 -7px -15px;
    }

    .blog-preview {
        min-height: 0 !important;
    }

    .blog__lc,
    .blog__rc {
        display: block;
        width: auto;
    }

    .blog-preview__data--item {
        margin: 0 10px 10px 0;
    }

    .blog-preview--title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 24px;
    }

    .blog__item--pic {
        margin: 30px 0 30px;
    }

    .blog-preview {
        padding: 0;
    }

    .blog__item {
        display: inline-block;
        width: 50%;
        padding: 0;
        margin: 0 0 50px;
    }

    .blog-preview__stats {
        position: static;
        margin: -10px 0 13px;
    }

    .blog-preview__social {
        position: static;
    }

    .blog-preview__social--item {
        margin: 7px 7px 0 0;
    }

    .blog__about {
        padding: 0;
        margin: 0 0 20px;
    }

    .blog-preview__data_about,
    .blog-preview__stats {
        float: none;
    }

    .blog-preview__data_about {
        margin: 0 0 20px;
    }

    .blog__about .blog-preview__stats--item {
        margin: 0 10px 10px 0;
    }

    .blog__content--img {
        margin: 0 auto 40px;
    }

    .blog__content,
    .blog__content p {
        font-size: 15px;
    }

    .blog__content--subtitle {
        font-size: 24px;
        line-height: 30px;
        margin: 30px auto 24px;
    }

    .table-standart_blog {
        margin: 30px auto 30px;
    }

    .blog__content ul {
        margin: 30px auto 30px;
    }

    .blog__content ul li {
        font-size: 15px;
    }

    .blog-share {
        margin: 50px auto 50px;
    }

    .blog-comments--title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px;
    }

    .blog-comments-list {
        margin: 0 0 40px;
    }

    .blog-comments-leave {
        margin: -5px 0 0 -15px;
    }

    .related {
        margin: -30px auto 30px;
    }

    .related--title {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 40px;
    }

    .related__item {
        width: 50%;
    }

    .item-related--pic {
        margin: 0 0 30px;
    }

    .item-related__data {
        width: calc(100% + 10px);
        margin: 0 0 5px;
    }
}

@media all and (max-width: 767px) {
    .blog {
        padding: 30px 15px 20px;
    }

    .blog--title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px;
    }

    .breadcrumbs_blog {
        margin: 0 0 20px;
    }

    .blog-sort--title {
        display: block;
        padding: 0;
        margin: 0 0 5px;
    }

    .blog__item {
        width: 100%;
    }

    .blog-preview--title {
        margin: 0 0 20px;
    }

    .table-standart_blog {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .table-standart_blog th {
        vertical-align: middle;
        white-space: normal;
        padding: 17px 15px 18px 0;
    }

    .table-standart_blog td {
        padding: 17px 15px 18px 0;
    }

    .table-standart th:first-child,
    .table-standart td:first-child {
        padding-left: 15px;
        border-left-width: 0;
    }

    .table-standart th:last-child,
    .table-standart td:last-child {
        border-right-width: 0;
    }

    .blog__content,
    .blog__content p {
        font-size: 14px;
    }

    .blog__content--subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .blog__content--img {
        width: calc(100% + 30px);
        margin: 0 auto 30px -15px;
    }

    .blog__about {
        margin: 0 0 10px;
    }

    .blog__content ul li {
        font-size: 14px;
    }

    .blog-share {
        padding: 10px 5px 17px 15px;
        margin: 40px auto 40px;
    }

    .blog-share--title {
        display: block;
        margin: 0 0 5px;
    }

    .blog-comments--title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 26px;
    }

    .blog-comments-list__item {
        padding: 20px 15px 11px;
    }

    .blog-comments-list__data {
        margin: 0 0 8px;
    }

    .blog-comments-list__data--item {
        margin: 0 10px 10px 0;
    }

    .blog-comments-leave__item {
        width: 100%;
    }

    .related {
        padding: 0 15px;
        margin: -30px auto 10px;
    }

    .related--title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px;
    }

    .related__item {
        width: 100%;
    }

    .item-related--title {
        font-size: 20px;
        line-height: 26px;
    }

    .correct_position_copy_footer_wrap {
        line-height: 19px;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}