

/* Start:/local/components/terem/news.list/templates/archive.news.region/style.css?17533497535376*/
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: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.archiveNews {
  padding: 10px 0 20px;
}

.archiveNews .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;
}

.archiveNews-pagination {
  text-align: center;
}

.pagination-news__item {
  padding: 0 10px;
  margin: 0;
  color: var(--main-color);
  border-right: 1px solid #b2b2b2;
}

.pagination-news__item._active {
  color: var(--text-color);
  font-weight: 600;
}

.pagination-news__item._move:last-child {
  border: none;
}

.archiveNews .container:after {
    display: none;
}

.archiveNews .wrapper-news .container {
    margin-bottom: 55px;
}

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

  .archiveNews .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;
  }

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

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

  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;
  }

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

/* end news */

/* email form */
@media screen and (min-width: 1000px) {
  section.subscribe .wrapper {
    padding-bottom: 61px;
  }
}

/* end email form */

/* End */


/* Start:/local/components/terem/form.email/templates/email.news.region/style.css?17442741704029*/
.d-none {
    display: none;
}

.text-white {
    color: var(--background);
}

.subscribe input:-webkit-autofill,
.subscribe input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 40px var(--block-background) inset;
	box-shadow: 0 0 0 40px var(--block-background) inset;
}

section.subscribe {
    padding: 0;
}

.subscribe .wrapper {
    padding: 60px;
    border-radius: 4px;
    background: var(--block-background);
}

.subscribe .l-l {
    width: calc(59.5% - 90px);
}

.subscribe .l-l h3 {
    font: 600 46px/130% var(--title-font);
    color: var(--title-color);
    margin-bottom: 20px;
}

.subscribe .l-r {
    width: calc(44% - 109px);
    align-items: center;
    margin-top: 5px;
    height: 50%;
    margin-right: 60px;
}

.subscribe .form-wrapper .ln {
    margin-bottom: 30px;
}

.subscribe .form-wrapper .input-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #A7ADB8;
    max-width: 472px;
    height: 52px;
    cursor: text;
}

.subscribe .form-wrapper .input-wrapper.focus {
    border-bottom: 2px solid #A7ADB8;
}

.subscribe .form-wrapper .input-wrapper .placeholder {
    position: absolute;
    left: 0;
    top: 52%;
    -webkit-transform: translate(0, -52%);
    -ms-transform: translate(0, -52%);
    transform: translate(0, -52%);
    font: 400 16px/21px var(--text-font);
    color: rgba(0, 0, 0, 0.6) !important;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.subscribe .form-wrapper .input-wrapper.focus .placeholder {
    font-size: 11px;
    line-height: 14px;
    color: #969BA5 !important;
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.subscribe .form-wrapper input.text {
    height: unset;
    border: none;
    background: var(--block-background);
    width: 100%;
    font: 400 16px/21px var(--text-font);
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    margin: 6px 0;
}

.subscribe .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 195px;
    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;
}

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

.subscribe #save-email-form {
    margin-right: 30px;
}

@media screen and (max-width:999px) {
    .subscribe .wrapper {
        padding-bottom: 61px;
    }

    .subscribe .l-l,
    .subscribe .l-r {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        max-width: 500px;
    }

    .subscribe .l-r {
        max-width: 370px;
        margin-top: 40px;
    }

    .subscribe .l-l h3 {
        font-size: 30px;
    }

    .subscribe .form-wrapper .ln {
        margin-bottom: 40px;
    }

    section.subscribe .button {
        min-width: 283px;
        margin: 0 auto;
        padding: 10px 0 8px 2px;
    }
}

@media screen and (max-width:640px) {
    .subscribe .wrapper {
        padding: 33px 30px 30px;
    }

    .subscribe .l-l,
    .subscribe .l-r {
        text-align: start;
        margin-left: 0;
    }

    .subscribe .form-wrapper .ln {
        margin-bottom: 30px;
    }

    section.subscribe .button {
        min-width: 100%;
    }
}
/* End */
/* /local/components/terem/news.list/templates/archive.news.region/style.css?17533497535376 */
/* /local/components/terem/form.email/templates/email.news.region/style.css?17442741704029 */
