/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/css/novosti.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.footer {
  position: relative;
  min-width: 1200px;
}

.footer__content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.footer__logo {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity .3s ease-in-out;
}

.footer__logo:hover, .footer__logo:focus-visible {
  opacity: 0.6;
}

.footer__col {
  position: relative;
  width: 50%;
}

.footer__col--left {
  background: #F4F2EE;
  padding: 50px 80px 54px 80px;
}

.footer__col--right {
  background: #D5B49D;
  padding: 154px 80px 54px 80px;
}

.footer__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -32px 25px 0;
}

.footer__item {
  width: calc(50% - 32px);
  margin-right: 32px;
  margin-bottom: 40px;
}

.footer__key {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
  opacity: .5;
}

.footer__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.footer__value--link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: .3s;
}

.footer__value--link:hover, .footer__value--link:focus-visible {
  color: #D5B49D;
  transition: .3s;
}

.footer__copyright {
  font-size: 14px;
  line-height: 14px;
  opacity: .5;
}

.footer__develop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 14px;
  color: #8B7A6F;
}

.footer__toproi {
  display: flex;
  margin-left: 16px;
}

.footer__toproi svg {
  transition: .3s;
}

.footer__toproi:hover svg, .footer__toproi:focus-visible svg {
  fill: #F4F2EE;
  transition: .3s;
}

.footer__pages {
  display: flex;
  flex-wrap: wrap;
  width: 276px;
  margin: 0 0 45px 0;
}

.footer__page {
  font-size: 18px;
  line-height: 32px;
  width: 98px;
  margin: 0 40px 8px 0;
  transition: .3s;
}

.footer__page:hover, .footer__page:focus-visible {
  color: #F4F2EE;
  transition: .3s;
}

.footer__box1 {
  position: absolute;
  top: -95px;
  left: 256px;
  z-index: -1;
}

.footer__box2 {
  position: absolute;
  top: -60px;
  left: 232px;
}

.footer__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 48px;
}

.footer__left {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  background: #F4F2EE;
  height: 100%;
}

.footer__right {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  background: #D5B49D;
  height: 100%;
}

.footer__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 1300px) {
  .block__subtitle {
    left: calc(100% - 303px);
  }
}

