section.banner-top-padding {
    padding-bottom: 30px;
}

.home>.wrapper.l-shift-inner {
    max-width: 1320px;
    font: 500 14px/130% var(--title-font);
    color: var(--text-color);
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.home>.wrapper.l-shift-inner h1 {
    max-width: 792px;
    font-weight: 600;
    line-height: 130%;
    margin: 21px 0 29px;
    text-transform: none;
    letter-spacing: 0;
}

.home>.wrapper.l-shift-inner .nt {
    max-width: 870px;
    font: 400 16px/150% var(--text-font);
    color: var(--text-color) !important;
    letter-spacing: 0;
}

section .tx .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font: 500 12px/16px var(--text-font);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .08em;
    color: var(--background);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
    padding: 10px 29px 8px;
    margin: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    box-sizing: border-box;
}

section .tx .button__white {
    color: var(--title-color);
    border: 1px solid var(--border-color);
    background-color: transparent;
}

section .tx .button:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

section .tx .button__white:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.form-template.form-section .tx .h3 {
    margin-bottom: 21px;
}

@media screen and (max-width:999px) {
    section.banner-top-padding {
        padding-bottom: 0;
    }

    .home>.wrapper.l-shift-inner h1 {
        max-width: 590px;
        font-size: 36px;
        margin: 20px 0 30px;
    }

    .home>.wrapper.l-shift-inner .nt {
        max-width: 600px;
    }
}

@media screen and (max-width: 425px) {
    .home>.wrapper.l-shift-inner h1 {
        max-width: 100%;
        font-size: 30px;
    }
}

/* news */
section.topBlock {
    padding: 10px 0 20px;
}

section.blockNews {
    padding: 60px 0;
}

.topBlock .container,
.blockNews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0;
    margin: 0;
}

section .container.l-col-3>.item.news_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 40px 0;
}

.news_block__content {
    position: relative;
    height: 100%;
    min-height: 291px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 29px;
}

.news_block__content-tx-text {
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news_block__content-tx-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font: 400 14px/130% var(--title-font);
    color: var(--main-color);
    text-transform: uppercase;
    cursor: pointer;
}

.imge-news-link {
    display: flex;
}

.imge-news {
    width: 100%;
    margin-bottom: 0;
}

.imge-news img {
    width: 100%;
    aspect-ratio: 1.459/1;
    object-fit: cover;
    object-position: top;
}

.imge-news-pic {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.tx .button.btn-journal {
    color: var(--background);
    border-bottom: none;
}

.h3.style-montserrat-gray {
    font-family: var(--title-font);
    color: var(--dark-grey-color);
    font-weight: bold;
}

.tx .h5.news_block__content-tx-title {
    display: block;
    font: 500 21px/129% var(--title-font);
    color: var(--dark-grey-color);
    margin: 14px 0 20px;
}

.tx.news_block__content-tx {
    top: 0;
    overflow: hidden;
    padding: 30px 30px 0;
    margin-bottom: 30px;
    min-height: 202px;
}

.news_block__content-tx-link::after {
    content: "...";
    position: initial;
    font-size: 14px;
}

.blockNews .tx.button_wrapper {
    margin-top: 20px;
    padding-right: 0;
}

.blockNews .tx.button_wrapper .button.archive_news-link {
    margin: 0 auto;
    width: 179px;
    padding: 10px 28px 8px 29px
}

@media screen and (min-width: 680px) {
    section.topBlock {
        padding-bottom: 40px;
    }

    section.blockNews {
        padding: 80px 0 80px;
    }

    .topBlock .container,
    .blockNews .container {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .tx.news_block__content-tx {
        top: 0;
    }

    section .container.l-col-3>.item.news_block {
        width: calc(50% - 15px);
    }

    .news_block__content {
        padding-bottom: 31px;
    }

    .tx .h5.news_block__content-tx-title {
        margin-bottom: 20px;
    }

    .news_block__content {
        min-height: 340px;
    }

    .tx.news_block__content-tx {
        min-height: 249px;
    }

    .blockNews .tx.button_wrapper {
        padding-right: 2px;
    }

    .blockNews .tx.button_wrapper .button.archive_news-link {
        padding-right: 27px;
    }

    .imge-news img {
        aspect-ratio: 1.461/1;
    }
}

@media screen and (min-width: 1000px) {
    section.topBlock {
        padding: 10px 0 60px;
    }

    section.blockNews {
        padding: 120px 0;
    }

    section .container.l-col-3>.item.news_block {
        width: calc(33.33% - 20px);
        gap: 36px;
        margin-bottom: 60px;
    }

    .tx .h5.news_block__content-tx-title {
        font-size: 26px;
        margin-bottom: 29px;
        line-height: 130%;
    }

    .tx.news_block__content-tx {
        top: -15px;
        max-width: 100%;
        min-height: 300px;
        padding: 0 40px;
    }

    .news_block__content {
        min-height: 340px;
        padding-bottom: 40px;
    }

    .news_block__content-tx-link {
        bottom: 40px;
        left: 40px;
    }

    .blockNews .tx.button_wrapper {
        margin-top: 0;
    }

    .imge-news img {
        aspect-ratio: 1.463/1;
    }
}

/* end news */

/* journal */
section.journal {
    background: var(--block-background);
    padding-top: 130px;
    padding-bottom: 110px;
}

section.journal .l-r {
    width: calc(50% - 146px);
    margin-right: 18px;
}

section.journal .h3.style-montserrat-gray {
    color: var(--title-color);
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 31px;
}

section.journal .l-r p {
    font: 400 16px/150% var(--text-font);
    color: var(--dark-grey-color);
    margin-bottom: 40px;
}

section.journal .text-item {
    background: var(--background);
    padding: 0 20px 65px;
    box-sizing: border-box;
}

.h3.style-montserrat-gray {
    font-family: var(--title-font);
    color: var(--dark-grey-color);
    font-weight: bold;
}

section.journal .l-l {
    width: calc(50% - 10px);
}

section.journal .l-l .tx {
    margin-top: 45px;
}

section.journal .tx {
    position: relative;
    top: -10px;
}

section.journal .tx .button {
    padding-left: 35px;
    padding-right: 34px;
}

section.journal img {
    display: block;
    width: 100%;
}

section.journal h5,
section.journal .h5 {
    font-family: var(--title-font);
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 15px;
}

.journal a.button.black-button:hover {
    border: 1px solid var(--main-color);
}

@media screen and (min-width: 640px) {
    section.journal .text-item {
        padding: 0 40px 65px;
    }
}

@media screen and (max-width:999px) {
    section.journal {
        width: calc(100% - 60px);
        margin: 0 auto;
        border-radius: 4px;
        padding-top: 25px;
        padding-bottom: 50px;
    }

    section.journal .h3.style-montserrat-gray {
        max-width: 340px;
        font-size: 21px;
        margin: 0 auto 19px;
        text-align: center;
    }

    section.journal .l-l {
        width: 60%;
        margin: 0 auto;
    }

    section.journal .l-l .tx {
        margin-bottom: 39px;
    }

    section.journal .l-r {
        width: 78%;
        margin: 0 auto;
    }

    section.journal .l-r .tx {
        padding-right: 1px;
    }

    section.journal .l-r p {
        text-align: center;
    }

    section.journal .tx .button {
        padding-left: 78px;
        padding-right: 78px;
        margin: 0 auto;
    }
}

@media screen and (max-width:640px) {
    section.journal {
        width: calc(100% - 32px);
        padding-top: 21px;
        padding-bottom: 20px;
    }

    section.journal .l-l {
        width: 99%;
    }

    section.journal .l-l .tx {
        margin-top: 20px;
        margin-bottom: 42px
    }

    section.journal .l-r {
        width: 91%;
    }

    section.journal .l-r .tx {
        padding-right: 0;
    }

    section.journal .h3.style-montserrat-gray {
        max-width: 100%;
        text-align: left;
        line-height: 128%;
        margin-bottom: 19px;
    }

    section.journal .l-r p {
        text-align: left;
    }
}

@media screen and (max-width:425px) {
    section.journal .tx .button {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
