﻿/* Start:/local/templates/main/components/scid/simple/spares/style.css?174237480052596*/
/*color*/
/*font*/

.green-caption {
  font-family: "Titillium_Rus_Bold";
  font-size: 35px;
  color: #9dcd5b;
  line-height: 50px;
  margin: 50px 0px;
}

.diff-form-text {
  font-size: 18px;
  line-height: 27px;
  color: #26242b;
  font-family: "Titillium_Rus_Regular";
  margin-bottom: 40px;
}

.diff-form__row {
  display: flex;
  gap: 40px;
  margin-bottom: 16px;
  position: relative;
}

.diff-form__row.textarea {
  width: 100%;
  gap: 0px;
  display: block;
}

.diff-form__row.textarea textarea {
  width: 100%;
  height: 180px;
  padding: 20px;
  box-sizing: border-box;
}

.diff-form__row.textarea textarea:focus-visible {
  outline: none;
}

.diff-form__col {
  flex: 1 1 50%;
}

.diff-form__field {
  display: flex;
  flex-direction: column;
}

.diff-form__field label {
  font-family: "Titillium_Rus_Regular";
  font-size: 16px;
  color: #26242b;
  margin-bottom: 4px;
}

.excellent__text .excellent__caption {
  font-family: "Titillium_Rus_Bold";
  font-size: 40px;
  line-height: 48px;
  color: #9dcd5b;
}

.diffForm.excellent + .excellent__text {
  display: block;
}

.excellent__text .excellent__anons {
  font-family: "Titillium_Rus_Regular";
  font-size: 20px;
  color: #26242b;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .excellent__text .excellent__anons {
    font-size: 16px;
  }

  .excellent__text .excellent__caption {
    font-size: 30px;
    line-height: 42px;
  }
}

.diff-form__field input {
  width: 100%;
  height: 60px;
  border: 1px solid #a49996;
  /* color: #A49996; */
  color: #26242b;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  font-family: "Titillium_Rus_Regular";
  box-sizing: border-box;
  transition: all 0.3s linear;
}

.diff-form__field input:focus-visible {
  outline: none;
}

.diff-form__field.error input {
  border: 1px solid #f62e2e;
}

.diff-form__field.error span,
.now-news__form-check.error span {
  opacity: 1 !important;
}

.diff-form__check {
  position: relative;
}

.diff-form__check-label {
  font-family: "Titillium_Rus_Regular";
  font-size: 14px;
  color: #26242b;
  padding-left: 50px;
}

.diff-form__check-label a {
  color: #9dcd5b;
}

.diff-form__checkbox {
  position: absolute;
  opacity: 0;
}

.diff-form__checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.diff-form__checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: white;
  border: 1px solid #a49996;
}

.diff-form__checkbox:hover + label:before {
  border: 1px solid #9dcd5b;
}

.diff-form__checkbox:checked + label:before {
  border: 1px solid #9dcd5b;
}

.diff-form__checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.diff-form__checkbox:disabled + label:before {
  box-shadow: none;
}

.diff-form__checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: -4px;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 14px;
  background: url(../../../../../../local/templates/main/components/scid/simple/spares/images/now-news__form-chec.svg);
}

.next__block {
  margin: 40px 0;
}

.next__block:last-child {
  margin: 0 0 100px 0;
}

.next__block .leasing__row {
  margin-top: 40px 0 20px;
}

.block__info {
  margin: 50px 0px;
}

.block__info.phone {
  padding-bottom: 40px;
}

.block__info.phone a {
  text-decoration: none;
  font-size: 24px;
}

.accordion-spares li {
  border-top: 1px solid #9dcd5b;
  border-bottom: 1px solid #9dcd5b;
  border-right: none;
  border-left: none;
  margin-top: -1px;
  overflow: hidden;
}

.accordion-spares li:last-child {
  border-top: 1px solid transparent;
}

.diffForm .diff-form__field span {
  opacity: 0;
  transition: all 0.3s linear;
  color: #f62e2e;
  font-size: 14px;
  font-family: "Titillium_Rus_Regular";
  display: block;
}

.btn-green.disabled {
  background: #dddddd !important;
  color: #a49996;
  pointer-events: none;
}

.now-news__form-check span {
  opacity: 0;
  transition: all 0.3s linear;
  color: #f62e2e;
  font-size: 14px;
  font-family: "Titillium_Rus_Regular";
  display: block;
}

.diff-form__field.red input {
  border: 1px solid #f62e2e;
}

.diff-form__field.red span {
  color: #f62e2e;
  opacity: 1;
}

.diff-form__field.red
  .now-news__form-check
  .now-news__form-checkbox
  + label:before {
  order: 1px solid #f62e2e;
}

.diff-form__field.red .now-news__form-check span {
  color: #f62e2e;
  opacity: 1;
}

/*# sourceMappingURL=spares.css.map */

/*color*/
/*font*/
.leasing__anons {
  font-family: "Titillium_Rus_Bold";
  font-size: 22px;
  line-height: 33px;
}

.leasing__list {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.leasing__item .latest-news {
  padding-top: 20px;
}

.leasing__programs-capt {
  font-family: "Titillium_Rus_Bold";
  font-size: 35px;
  color: #9dcd5b;
  line-height: 50px;
  margin: 50px 0px;
}

.leasing__row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

.program__circle {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  background: #9dcd5b;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-family: "Titillium_Rus_Bold";
}

.program__title {
  font-family: "Titillium_Rus_Bold";
  font-size: 25px;
  line-height: 38px;
}

.leasing__program {
  margin-top: 40px;
}

.leasing__slider-block .cont-page {
  overflow: hidden;
}

.leasing__slider-wrap {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.leasing__slider {
  overflow: hidden;
}

.leasing__slider .news-cards__container {
  display: flex;
  gap: 0;
}

.leasing__slider .preview-news__text {
  width: 100%;
  box-sizing: border-box;
}

.leasing__slider .preview-news__item {
  flex-basis: auto;
  box-sizing: border-box;
}

.leasing__slider .preview-news__image {
  max-width: inherit;
}

.leasing__btn-prev,
.leasing__btn-next {
  width: 40px;
  height: 40px;
}

.leasing__btn-prev:after,
.leasing__btn-next:after {
  width: 40px;
  height: 40px;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.leasing__btn-prev {
  left: -65px;
}

.leasing__btn-prev:after {
  background-image: url(/local/templates/main/components/scid/simple/spares/../img/pc-swiper/ps-arrow-left.svg);
}

.leasing__btn-next {
  right: -65px;
}

.leasing__btn-next:after {
  background-image: url(/local/templates/main/components/scid/simple/spares/../img/pc-swiper/ps-arrow-right.svg);
}

.leasing__pagination .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  background: #a49996;
  border-radius: 1px;
  transition: all 0.3s linear;
  opacity: 1;
  cursor: pointer;
}

.leasing__pagination .swiper-pagination-bullet-active {
  background: #9dcd5b;
}

.leasing__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  margin: 40px 0px 0px;
}

.leasing__btn-green {
  text-align: center;
  margin: 60px 0 100px;
}

.leasing__btn-green a {
  text-decoration: none;
  color: #26242b;
}

/* add style 10/12/2024 start */
.latest-news {
  width: 460px;
  padding-top: 12px;
}

.latest-news .preview-news__item {
  width: 100%;
  display: flex;
}

.latest-news .latest-news__block {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 38px;
}

.preview-news__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-right: 0;
  margin-bottom: 20px;
  text-decoration: none;
  flex-basis: auto;
}

.latest-news .preview-news__image {
  width: 194px;
  height: 160px;
  max-width: 194px;
  max-height: 160px;
  min-width: 194px;
  min-height: 160px;
  overflow: hidden;
}

.latest-news .preview-news__image img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  transition: all 0.5s linear;
}

.latest-news .preview-news__container {
  width: 100%;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 160px;
  box-sizing: border-box;
}

.latest-news .preview-news__capt {
  font-family: "Titillium_Rus_Bold";
  font-size: 18px;
  line-height: 26px;
}

.latest-news .preview-news__read-oll {
  border-bottom: none;
  font-size: 0px;
  color: transparent;
  transition: all 0.5s ease;
  position: relative;
}

.latest-news .preview-news__read-oll:hover {
  text-decoration: none;
  border: none;
}

.latest-news .preview-news__block {
  align-items: flex-start;
}

.latest-news__hashtags {
  display: flex;
  margin-bottom: 50px;
  flex-flow: row wrap;
  gap: 22px;
  margin-top: 40px;
}

.latest-news__hashtags-item {
  font-family: "Titillium_Rus_Regular";
  font-size: 16px;
  text-decoration: none;
  color: #26242b;
  background: #f8f7f7;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  padding: 10px 14px;
  cursor: pointer;
  white-space: nowrap;
}

.latest-news__hashtags-item.active {
  color: #9dcd5b;
}

.latest-news__hashtags-item:before {
  content: "";
  transition: all 0.3s linear;
  width: 14px;
  height: 16px;
  margin-right: 8px;
  background-image: url(/local/templates/main/components/scid/simple/spares/../img/catalog-page/icon/hashtags.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

/* add style 10/12/2024 end */

@media screen and (max-width: 1240px) {
  .leasing__list {
    gap: 30px;
  }

  .leasing__btn-prev:after,
  .leasing__btn-next:after {
    width: 30px;
    height: 30px;
  }

  .leasing__btn-prev {
    left: -50px;
  }

  .leasing__btn-next {
    right: -50px;
  }
}

@media screen and (max-width: 1124px) {
  .leasing__item:last-child {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .leasing__btn-prev {
    left: -40px;
  }

  .leasing__btn-next {
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .header_inner-page + .bread-crumb {
    margin-top: 12vw;
  }

  .title__inner-page {
    margin: 5px 0px 10px;
  }

  .leasing__programs-capt {
    margin: 20px 0px 10px;
  }
}

@media screen and (max-width: 640px) {
  .header_inner-page + .bread-crumb {
    margin-top: 94px;
  }

  .title__inner-page {
    font-size: 35px;
  }

  .leasing__anons {
    font-size: 18px;
    line-height: 27px;
  }
}

/*# sourceMappingURL=leasing.css.map */

.now-latest-news {
  display: flex;
  gap: 60px;
}

/*color*/
/*font*/
.leasing__anons {
  font-family: "Titillium_Rus_Bold";
  font-size: 22px;
  line-height: 33px;
}

.leasing__list {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.leasing__item .latest-news {
  padding-top: 20px;
}

.leasing__programs-capt {
  font-family: "Titillium_Rus_Bold";
  font-size: 35px;
  color: #9dcd5b;
  line-height: 50px;
  margin: 50px 0px;
}

.leasing__row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

.program__circle {
  width: 60px;
  height: 60px;
  background: #d1e7a7;
  color: #26242b;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-family: "Titillium_Rus_Bold";
  flex: 0 0 60px;
}

.program__title {
  font-family: "Titillium_Rus_Bold";
  font-size: 25px;
  line-height: 38px;
}

.leasing__program {
  margin-top: 40px;
}

.leasing__capt {
  font-family: "Titillium_Rus_Bold";
  font-size: 50px;
  color: #26242b;
  text-align: center;
  margin: 60px 0 70px;
}

.leasing__slider-block .cont-page {
  overflow: hidden;
}

.leasing__slider-wrap {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.leasing__slider {
  overflow: hidden;
}

.leasing__slider .news-cards__container {
  display: flex;
  gap: 0;
}

.leasing__slider .preview-news__text {
  width: 100%;
  box-sizing: border-box;
}

.leasing__slider .preview-news__item {
  flex-basis: auto;
  box-sizing: border-box;
}

.leasing__slider .preview-news__image {
  max-width: inherit;
}

.leasing__btn-prev,
.leasing__btn-next {
  width: 40px;
  height: 40px;
}

.leasing__btn-prev:after,
.leasing__btn-next:after {
  width: 40px;
  height: 40px;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.leasing__btn-prev {
  left: -65px;
}

.leasing__btn-prev:after {
  background-image: url(/local/templates/main/components/scid/simple/spares/../img/pc-swiper/ps-arrow-left.svg);
}

.leasing__btn-next {
  right: -65px;
}

.leasing__btn-next:after {
  background-image: url(/local/templates/main/components/scid/simple/spares/../img/pc-swiper/ps-arrow-right.svg);
}

.leasing__pagination .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  background: #a49996;
  border-radius: 1px;
  transition: all 0.3s linear;
  opacity: 1;
  cursor: pointer;
}

.leasing__pagination .swiper-pagination-bullet-active {
  background: #9dcd5b;
}

.leasing__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  margin: 40px 0px 0px;
}

.leasing__btn-green {
  text-align: center;
  margin: 60px 0 100px;
}

.leasing__btn-green a {
  text-decoration: none;
  color: #26242b;
}

/*# sourceMappingURL=leasing.css.map */

.service__row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 70px 0;
}

.cervice__col {
  color: #26242b;
  font-size: 18px;
  font-family: "Titillium_Rus_Regular";
  line-height: 27px;
}

.cervice__col a {
  color: #9dcd5b;
  text-decoration: underline;
  transition: all 0.3s linear;
}

.cervice__col a:hover {
  color: #aadb1e;
}

.program__circle {
  background: #d1e7a7;
  color: #26242b;
}

.cervice__col-phone {
  display: flex;
  align-items: center;
  gap: 16px;
  text-wrap: nowrap;
}

.cervice__col-phone:before {
  content: "";
  width: 53px;
  height: 53px;
  background-image: url(../../../../../../local/templates/main/components/scid/simple/spares/images/cervice__col-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 53px;
}

.cervice__col-phone a {
  font-family: "Titillium_Rus_Regular";
  text-decoration: none;
  font-size: 24px;
}

.cervice__col-time span {
  display: block;
  text-wrap: nowrap;
}

.cervice__col.time {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cervice__col.time:before {
  content: "";
  width: 53px;
  height: 56px;
  background-image: url(../../../../../../local/templates/main/components/scid/simple/spares/images/cervice__col-time.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 56px;
}

.cervice__col-free {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cervice__col-free:before {
  content: "";
  width: 53px;
  height: 53px;
  background-image: url(../../../../../../local/templates/main/components/scid/simple/spares/images/cervice__col-free.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 53px;
}

.cervice__col.write {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cervice__col.write:before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/main/components/scid/simple/service/images/cervice__col-write.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 60px;
  display: flex;
}

.cervice__col.mail {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cervice__col.mail:before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../../../../../../local/templates/main/components/scid/simple/spares/images/cervice__col-mail.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 60px;
  display: flex;
}

.service__quarkode .service__col {
  width: 276px;
}

.quarkode__capt {
  font-family: "Titillium_Rus_Bold";
  font-size: 20px;
  margin-bottom: 40px;
}

.quarkode__row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.quarkode__row {
  margin-bottom: 40px;
}

.quarkode__row:before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 50px;
  display: flex;
}

.quarkode__row.and:before {
  background-image: url(/local/templates/main/components/scid/simple/service/images/google-play.svg);
}

.quarkode__row.ios:before {
  background-image: url(/local/templates/main/components/scid/simple/service/images/app-store.svg);
}

.quarkode__down {
  font-size: 18px;
  line-height: 27px;
  color: #26242b;
}

.quarkode__down a {
  text-decoration: underline;
  color: #9dcd5b;
  transition: all 0.3s linear;
}

.quarkode__down a:hover {
  color: #aadb1e;
}

.quarkode__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Titillium_Rus_Regular";
}

/*# sourceMappingURL=service.css.map */

/*color*/
/*font*/
.btn-green {
  font-family: "Titillium_Rus_SemiBold";
  font-size: 20px;
  color: #26242b;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 42px;
  cursor: pointer;
  background: #9dcd5b;
  display: inline-flex;
  border: none;
  transition: all 0.5s ease-out;
}

.btn-green:hover {
  background: #aadb1e;
  color: #26242b;
}

.btn-light {
  font-family: "Titillium_Rus_SemiBold";
  font-size: 20px;
  color: #26242b;
  text-decoration: none;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: none;
  border: 1px solid #9dcd5b;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  margin: 0 auto;
}

.btn-light:hover {
  background: #26242b;
  color: #9dcd5b;
  border: 1px solid #26242b;
}

.news-cards__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  margin: 0 0 70px 0;
}

.news-cards__container .preview-news__item {
  width: 100%;
  margin: 0;
}

.news-cards__container .preview-news__image {
  width: 100%;
  height: 320px;
}

.btn-green.catalog-card__btn-more {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
  /* margin-top: 69px; */
  padding: 20px 46px;
  margin-bottom: 70px;
}

.now-news__hash-like {
  display: flex;
  justify-content: space-between;
}

.now-news__hashtags {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hashtags__list {
  display: flex;
  margin-bottom: 50px;
  flex-flow: row wrap;
  gap: 22.5px;
}

.news-hashtags__item {
  font-family: "Titillium_Rus_Regular";
  font-size: 16px;
  text-decoration: none;
  color: #26242b;
  background: #f8f7f7;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  padding: 10px 14px;
  cursor: pointer;
  white-space: nowrap;
}

.news-hashtags__item:before {
  content: "";
  transition: all 0.3s linear;
  width: 14px;
  height: 16px;
  margin-right: 8px;
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/hashtags.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.news-hashtags__item.active {
  color: #9dcd5b;
}

.news-hashtags__item.active:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/hashtags-h.svg);
  background-repeat: no-repeat;
}

.news-hashtags__item:hover {
  color: #9dcd5b;
}

.news-hashtags__item:hover:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/hashtags-h.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.news-hashtags__item.news-hashtags__item_add {
  color: #26242b;
}

.news-hashtags__item.news-hashtags__item_add.active {
  color: #26242b;
}

.news-hashtags__item.news-hashtags__item_add.active:before {
  display: none;
}

.news-hashtags__item.news-hashtags__item_add:before {
  display: none;
}

.news-cards .preview-news__anons {
  width: 100%;
  height: 52px;
}

.hashtags__list-hide {
  display: flex;
  gap: 22.5px;
}

.news-date {
  font-family: "Titillium_Rus_Regular";
  color: #a49996;
  font-size: 16px;
  display: flex;
  gap: 5px;
  margin: 28px 0px 22px;
}

.news-date:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/calendar-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.now-latest-news {
  display: flex;
  gap: 60px;
}

.now-news {
  max-width: 900px;
}

.now-news__anons {
  font-size: 22px;
  color: #26242b;
  font-family: "Titillium_Rus_Bold";
  margin-top: 21px;
  line-height: 31px;
}

.now-news__likes {
  display: flex;
  gap: 18px;
  margin-top: 52px;
}

.now-news__likes {
  display: flex;
}

.now-news__item {
  font-size: 16px;
  color: #a49996;
  display: flex;
  gap: 7px;
  cursor: pointer;
}

.now-news__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.now-news__item_comments:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__item_comments.svg);
  transition: all 0.3s linear;
}

.now-news__item_comments:hover:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__item_comments-h.svg);
}

.now-news__item_like:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__item_like.svg);
  transition: all 0.3s linear;
}

.now-news__item_like:hover:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__item_like-h.svg);
}

.now-news__item_dislike:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__item_dislike.svg);
  transition: all 0.3s linear;
}

.now-news__item_dislike:hover:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__item_dislike-h.svg);
}

.now-news__item_share:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__item_share.svg);
  transition: all 0.3s linear;
}

.now-news__item_share:hover:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__item_share-h.svg);
}

.contant {
  margin-top: 33px;
}

.contant h3 {
  font-family: "Titillium_Rus_Bold";
  font-size: 30px;
  margin: 30px 0px 20px;
}

.contant img {
  max-width: 100%;
  min-width: 100%;
}

.contant p {
  font-family: "Titillium_Rus_Regular";
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0px;
}

.contant ul {
  padding-left: 18px;
}

.contant ul li {
  font-family: "Titillium_Rus_Regular";
  font-size: 18px;
  line-height: 26px;
  list-style-image: url(/local/templates/main/components/scid/simple/spares/./images/comments-ul-bullit.svg);
  padding-bottom: 8px;
}

.contant ul li:last-child {
  padding-bottom: 0;
}

.contant a {
  font-family: "Titillium_Rus_Regular";
  color: #9dcd5b;
  text-decoration: underline;
  font-size: 18px;
}

.contant a:hover {
  color: #aadb1e;
}

.now-news__btns {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.now-news__btn {
  border: 1px solid #9dcd5b;
  padding: 17px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s linear;
  cursor: pointer;
  box-sizing: border-box;
  flex: 1;
}

.now-news__btn:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.now-news__btn a,
.now-news__btn span {
  text-decoration: none;
  font-family: "Titillium_Rus_Regular";
  font-size: 18px;
  color: #26242b;
}

.now-news__btn:hover {
  background: #aadb1e;
  border: 1px solid #aadb1e;
}

.now-news__btn_previous:hover,
.now-news__btn_next:hover {
  background: transparent;
  border: 1px solid #aadb1e;
}

.now-news__btn_previous:hover a,
.now-news__btn_next:hover a {
  color: #aadb1e;
}

.now-news__btn_tolist {
  background: #9dcd5b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.now-news__btn_previous:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__btn_previous.svg);
  flex-basis: 50px;
}

.now-news__btn_tolist:before {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__btn_next.svg);
  flex-basis: 34px;
}

.now-news__btn_next:after {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__btn_tolist.svg);
  flex-basis: 50px;
}

.now-news__btn_next:before {
  display: none;
}

.now-news__under-news .now-news__hash-like {
  padding-bottom: 19px;
  border-bottom: 1px solid #ebebeb;
}

.now-news__comments-block {
  margin-top: 79px;
}

.now-news__capt {
  font-size: 30px;
  font-family: "Titillium_Rus_Bold";
  color: #26242b;
  margin-bottom: 19px;
}

.now-news__capt_green {
  font-size: 50px;
  font-family: "Titillium_Rus_Bold";
  color: #9dcd5b;
  letter-spacing: 0.5px;
}

.now-news__comment-nocoment {
  font-family: "Titillium_Rus_Regular";
  font-size: 18px;
}

.now-news__form-capt {
  font-size: 30px;
  font-family: "Titillium_Rus_Bold";
  color: #26242b;
  margin-top: 79px;
  letter-spacing: 0.5px;
}

.now-news__form {
  margin-top: 25px;
}

.now-news__form-field {
  margin-bottom: 20px;
  position: relative;
}

.now-news__form-field input {
  width: 100%;
  height: 60px;
  border: 1px solid #a49996;
  box-sizing: border-box;
  padding: 0 22px;
}

.now-news__form-field textarea {
  width: 100%;
  height: 174px;
  box-sizing: border-box;
  padding: 22px;
}

.now-news__form-btn {
  margin-top: 24px;
}

.now-news__form-btn button {
  padding: 22px 44px;
}

.now-news__form-label {
  font-family: "Titillium_Rus_Regular";
  font-size: 14px;
  color: #26242b;
  padding-left: 50px;
}

.now-news__form-label a {
  color: #9dcd5b;
}

.now-news__form-checkbox {
  position: absolute;
  opacity: 0;
}

.now-news__form-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.now-news__form-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: white;
  border: 1px solid #a49996;
}

.now-news__form-checkbox:hover + label:before {
  border: 1px solid #9dcd5b;
}

.now-news__form-checkbox:checked + label:before {
  border: 1px solid #9dcd5b;
}

.now-news__form-check.error .now-news__form-checkbox + label:before {
  border: 1px solid #f62e2e;
}

.now-news__form-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.now-news__form-checkbox:disabled + label:before {
  box-shadow: none;
}

.now-news__form-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: -4px;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 14px;
  background: url(../../../../../../local/templates/main/components/scid/simple/spares/images/now-news__form-chec.svg);
}

.read-also__capt {
  margin-top: 108px;
  letter-spacing: 0.5px;
  margin-bottom: 79px;
}

.read-also__news-card {
  display: flex;
  justify-content: space-between;
}

.preview-news__btn-green {
  font-family: "Titillium_Rus_Bold";
  text-decoration: none;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 70px auto 0;
}

.preview-news__btn-green a {
  font-family: "Titillium_Rus_SemiBold";
  text-decoration: none;
  color: #26242b;
}

.latest-news__capt {
  font-size: 35px;
  font-family: "Titillium_Rus_Bold";
  color: #26242b;
  letter-spacing: 0.5px;
}

.latest-news {
  width: 460px;
  padding-top: 12px;
}

.latest-news .preview-news__item {
  width: 100%;
  display: flex;
}

.latest-news .latest-news__block {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 38px;
}

.latest-news .preview-news__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-right: 0;
  margin-bottom: 20px;
  text-decoration: none;
  flex-basis: auto;
}

.latest-news .preview-news__image {
  width: 194px;
  height: 160px;
  max-width: 194px;
  max-height: 160px;
  min-width: 194px;
  min-height: 160px;
  overflow: hidden;
}

.latest-news .preview-news__image img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  transition: all 0.5s linear;
}

.latest-news .preview-news__read-oll {
  border-bottom: none;
  font-size: 0px;
  color: transparent;
  transition: all 0.5s ease;
  position: relative;
}

.latest-news .preview-news__read-oll:hover {
  text-decoration: none;
  border: none;
}

.latest-news .preview-news__block {
  align-items: flex-start;
}

.latest-news__hashtags {
  display: flex;
  margin-bottom: 50px;
  flex-flow: row wrap;
  gap: 22px;
  margin-top: 40px;
}

.latest-news__hashtags-item {
  font-family: "Titillium_Rus_Regular";
  font-size: 16px;
  text-decoration: none;
  color: #26242b;
  background: #f8f7f7;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  padding: 10px 14px;
  cursor: pointer;
  white-space: nowrap;
}

.latest-news__hashtags-item.active {
  color: #9dcd5b;
}

.latest-news__hashtags-item:before {
  content: "";
  transition: all 0.3s linear;
  width: 14px;
  height: 16px;
  margin-right: 8px;
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/hashtags.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.now-news__comment {
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0px 0px;
}

.now-news__comment-name-date {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.now-news__comment-name {
  font-size: 18px;
  font-family: "Titillium_Rus_Bold";
  color: #26242b;
}

.now-news__comment-date {
  font-size: 14px;
  font-family: "Titillium_Rus_SemiBold";
  color: #a49996;
}

.now-news__comment-text {
  font-size: 16px;
  line-height: 24px;
  color: #26242b;
  font-family: "Titillium_Rus_Regular";
  margin: 16px 0 20px;
}

.now-news__comment-reactions {
  display: flex;
  padding-bottom: 20px;
}

.now-news__comment-answers {
  display: flex;
  align-items: center;
  font-family: "Titillium_Rus_Regular";
  color: #9dcd5b;
  font-size: 14px;
  gap: 4px;
  cursor: pointer;
}

.now-news__comment-answers:hover {
  text-decoration: underline;
}

.now-news__comment-answers span {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 10px;
}

.now-news__comment-answers span:after {
  content: "";
  width: 16px;
  height: 9px;
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/now-news__comment-answers.svg);
  background-size: cover;
  transform: rotate(0deg);
  transition: all 0.3s linear;
}

.now-news__comment-answers.active span:after {
  transform: rotate(180deg);
}

.now-news__comment-toanswer {
  font-family: "Titillium_Rus_Regular";
  font-size: 14px;
  color: #9dcd5b;
  cursor: pointer;
}

.now-news__comment-toanswer:hover {
  text-decoration: underline;
}

.now-news__comments-seemore {
  padding-left: 95px;
  border-top: 1px solid #ebebeb;
}

.now-news__comments-seemore .now-news__comment:last-child {
  border-bottom: none;
}

.now-news__comment-name {
  font-family: "Titillium_Rus_Bold";
}

.now-news__item_share {
  position: relative;
}

.now-news__item_share:hover .now-news__share {
  visibility: visible;
}

.now-news__item_share:hover .share-item {
  opacity: 1;
}

.now-news__share {
  position: absolute;
  bottom: 40px;
  right: -114px;
  visibility: hidden;
  display: flex;
  gap: 16px;
  background: #fff;
  padding: 20px;
  z-index: 10;
  box-shadow: -7px 5px 23px -1px rgba(34, 60, 80, 0.2);
  transition: all 0.3s linear;
}

.now-news__share:after {
  content: "";
  border: 10px solid transparent;
  border-top: 16px solid #fff;
  position: absolute;
  bottom: -24px;
  margin: auto;
  right: 46%;
}

.share-item {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #a49996;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s linear;
  position: relative;
  opacity: 0;
  cursor: pointer;
}

.share-item:hover {
  border: 1px solid #9dcd5b;
}

.share-item_teleg {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/share-item_teleg.svg);
}

.share-item_teleg:hover {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/share-item_teleg-h.svg);
}

.share-item_what {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/share-item_what.svg);
}

.share-item_what:hover {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/share-item_what-h.svg);
}

.share-item_vk {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/share-item_vk.svg);
}

.share-item_vk:hover {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/share-item_vk-h.svg);
}

.share-item_link {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/share-item_link.svg);
}

.share-item_link:hover {
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/share-item_link-h.svg);
}

.share-item_link-copied {
  font-size: 16px;
  color: #9dcd5b;
  padding: 5px 10px;
  background: #fff;
  box-shadow: -7px 5px 23px -1px rgba(34, 60, 80, 0.2);
  position: absolute;
  top: -46px;
  right: -75px;
  text-wrap: nowrap;
  display: none;
  z-index: 30;
}

/*# sourceMappingURL=news.css.map */

/* add style  */
.catalog-card__btn-more {
  margin-bottom: 70px;
}

/*color*/
/*font*/
.contact-card {
  display: flex;
  justify-content: space-between;
  gap: 75.5px;
}

.contact-card__block {
  margin-top: 30px;
}

.contact-card-item {
  background: #f8f7f7;
  box-sizing: border-box;
  padding: 50px 40px 54px;
  flex: 1;
  box-shadow: 2px 2px 5px 0px rgba(52, 55, 64, 0.2);
}

.contact-card-item:nth-child(2) .contact-card-text {
  width: 30%;
}

.contact-card-item:nth-child(2) .contact-card-information {
  align-items: flex-start;
}

.contact-card-item:nth-child(2) .contact-card-value {
  text-align: left;
}

.contact-card-item:last-child {
  padding-left: 34px;
  padding-right: 34px;
}

.contact-card-item:last-child .contact-card-information {
  align-items: flex-start;
  margin: 35px 14px 0;
}

.contact-card-item:last-child .contact-card-information .contact-card-text {
  width: 40%;
}

.contact-card-information {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 35px 24px 0;
  flex-wrap: nowrap;
}

.contact-card-text,
.contact-card-value {
  font-size: 18px;
  font-family: "Titillium_Rus_Regular";
  color: #26242b;
}

.contact-card-text {
  width: 45%;
}

.contact-card-value {
  color: #9dcd5b;
  text-align: right;
  font-family: "Titillium_Rus_SemiBold";
}

.contact-card-value a {
  text-decoration: none;
  color: #9dcd5b;
  text-align: right;
  font-family: "Titillium_Rus_SemiBold";
}

.contact-card-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.contact-card-capt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Titillium_Rus_Regular";
  font-size: 20px;
  text-transform: uppercase;
  color: #26242b;
  margin-top: 20px;
  text-align: center;
}

.contact-card-capt:after {
  content: "";
  display: block;
  width: 94%;
  height: 2px;
  background: #9dcd5b;
  margin: 30px auto 0;
}

.head-office-block {
  margin-top: 120px;
}

.head-office__capt {
  font-size: 50px;
  color: #26242b;
  font-family: "Titillium_Rus_Bold";
  margin-bottom: 50px;
}

.head-office__info-capt {
  font-size: 30px;
  color: #26242b;
  font-family: "Titillium_Rus_Bold";
  margin-bottom: 28px;
  margin-top: 7px;
}

.head-office__info-text {
  font-size: 18px;
  color: #26242b;
  font-family: "Titillium_Rus_Regular";
  display: flex;
  width: 120px;
}

.head-office__info-value {
  font-size: 18px;
  color: #9dcd5b;
  font-family: "Titillium_Rus_Regular";
  flex: 1 0 550px;
  line-height: 27px;
}

.head-office {
  display: flex;
  gap: 30px;
}

.head-office__map {
  flex: 1 0 700px;
}

.head-office__info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.head-office__info-link a {
  color: #9dcd5b;
  font-size: 18px;
  font-family: "Titillium_Rus_Regular";
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.head-office__info-link a:after {
  content: "";
  width: 9px;
  height: 16px;
  display: block;
  background-image: url(/local/templates/main/components/scid/simple/spares/./images/head-office__info-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.head-office__info .head-office__info-list:nth-child(2) {
  margin-top: 40px;
}

.head-office__info .head-office__info-list:last-child {
  margin-top: 34px;
}

.contact-accordion__item {
  margin-top: 111px;
}

.contact-accordion__item:nth-child(2) {
  margin-top: 131px;
}

.contact-accordion__item:last-child {
  margin-top: 131px;
}

.accordionjs {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.contact-accordion__caption {
  font-size: 50px;
  font-family: "Titillium_Rus_Bold";
  color: #26242b;
  margin-bottom: 59px;
}

.contact-accordion__item .accordionjs .acc_section {
  border-top: 1px solid #9dcd5b;
  border-bottom: 1px solid transparent;
  border-right: none;
  border-left: none;
  margin-top: -1px;
  overflow: hidden;
}

.contact-accordion__item .accordionjs .acc_section:last-child {
  border-bottom: 1px solid #9dcd5b;
}

.accordionjs .acc_section .acc_head.contact-accordion__capt-item {
  text-transform: uppercase;
  color: #26242b;
  font-size: 18px;
  padding: 34px 100px 34px 20px;
  transition: all 0.3s linear;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.accordionjs .acc_section .acc_head.contact-accordion__capt-item:hover {
  background: #9dcd5b;
}

.accordionjs .acc_section .acc_head.contact-accordion__capt-item:after {
  content: "";
  width: 16px;
  height: 9px;
  background-image: url(../../../../../../local/templates/main/components/scid/simple/spares/images/contant-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 27px;
}

.accordionjs .acc_section.acc_active .acc_head.contact-accordion__capt-item {
  background: #9dcd5b;
}

.accordionjs
  .acc_section.acc_active
  .acc_head.contact-accordion__capt-item:after {
  transform: rotate(180deg);
}

.contact-accordion__table {
  margin-top: 10px;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 60px;
}

.contact-accordion__table:before {
  content: "";
  width: 98%;
  height: 1px;
  background: #ebebeb;
  display: block;
  margin: 0 auto;
}

.contact-accordion__table:last-child:before {
  display: none;
}

.contact-accordion__table:first-child .contact-accordion__table-row:before {
  content: "";
  width: 100%;
  height: 62px;
  background: #f8f7f7;
  position: absolute;
  top: 0px;
  z-index: -1;
}

.contact-accordion__table:first-child .contact-accordion__table-head {
  padding: 22px 20px;
  font-family: "Titillium_Rus_Bold";
  font-size: 18px;
}

.contact-accordion__table-row {
  flex: 0 0 25%;
}

.contact-accordion__table-head {
  font-size: 0;
}

.contact-accordion__table-body {
  padding: 50px 20px;
}

.contact-accordion__table-body a {
  text-decoration: none;
  color: #9dcd5b;
  white-space: nowrap;
}

.contact-accordion__table-see-map {
  margin-top: 10px;
}

.contact-accordion__table-see-map a {
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s linear;
}

.contact-accordion__table-see-map a:hover {
  border-bottom: 1px solid #9dcd5b;
}

.map__contact {
  margin-top: 102px;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  padding: 30px 0px 40px 30px;
}

.b-caption {
  font-family: "Titillium_Rus_SemiBold";
  color: #26242b;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 3px;
}

.b-title {
  font-family: "Titillium_Rus_Regular";
  font-size: 12px;
  color: #a49996;
}

.b-value {
  font-family: "Titillium_Rus_Regular";
  font-size: 16px;
  margin-top: 7px;
}

.b-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ebebeb;
  display: block;
  margin-top: 18px;
}

.b-item:last-child {
  margin-top: 14px;
}

.b-item:last-child:after {
  display: none;
}

.b-link {
  margin-top: 6px;
}

.b-link a {
  text-decoration: none;
  font-size: 16px;
  color: #9dcd5b;
}

.ymaps-2-1-79-balloon__close-button {
  background: none !important;
  position: relative;
  opacity: 1 !important;
  right: 13px;
}

.ymaps-2-1-79-balloon__close-button:after,
.ymaps-2-1-79-balloon__close-button:before {
  content: "";
  width: 19px;
  height: 2px;
  background: #a49996;
  transform: rotate(0);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
}

.ymaps-2-1-79-balloon__close-button:after {
  transform: rotate(45deg);
}

.ymaps-2-1-79-balloon__close-button:before {
  transform: rotate(-45deg);
}

/*# sourceMappingURL=contact.css.map */

/* add style 18/12/2024 */
.accordion-spares li {
  border-top: 1px solid #9dcd5b;
  border-bottom: 1px solid #9dcd5b;
  border-right: none;
  border-left: none;
  margin-top: -1px;
  overflow: hidden;
}

/* form */
.map__form {
  width: 670px;
  height: 540px;
  background: rgba(38, 36, 43, 0.85);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10%;
  z-index: 100;
}

.map__form .ask-form {
  padding: 50px 85px;
}

.map__form .ask-form__button {
  gap: 20px;
}

.map__form .ask-form__confidentiality {
  width: 220;
  line-height: 21px;
}

.map__form .ask-form__confidentiality a {
  color: #9dcd5b;
  transition: all 0.5s ease;
  text-decoration: underline;
}

.map__form .ask-form__confidentiality a:hover {
  color: #fff;
}

.map__form .ask-question__ask-form {
  width: 100%;
  margin: 0;
}

.map__form .ask-form__btn {
  padding: 20px 29px;
}

.ask-form__confidentiality a {
  transition: all 0.5s ease;
}

.ask-question__ask-form {
  width: 580px;
  margin: auto 0;
  opacity: 1;
  transition: all 0.1s linear;
}

.ask-form__capt {
  font-family: "Titillium_Rus_Bold";
  font-size: 40px;
  color: #fff;
}

.ask-form__anons {
  font-family: "Titillium_Rus_Regular";
  font-size: 20px;
  color: #fff;
}

.ask-form__confidentiality {
  font-family: "Titillium_Rus_Regular";
  font-size: 14px;
  color: #9dcd5b;
  line-height: 24px;
}

.ask-form__input {
  position: relative;
}

.ask-form__input input {
  font-family: "Titillium_Rus_Regular";
  font-size: 16px;
  width: 100%;
  height: 64px;
  background: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  color: #26242b;
}

.ask-form__error {
  opacity: 0;
}

.ask-form__modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 500;
}

.ask-form__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ask-form__capt {
  margin-bottom: 10px;
}

.ask-form__button,
.ask-form__input {
  margin-top: 30px;
  position: relative;
}

.ask-form__confidentiality {
  font-family: "Titillium_Rus_Regular";
  font-size: 14px;
  color: #fff;
  transition: all 0.5s ease;
  width: 50%;
}

/*media*/
/*color*/
/*font*/
@media screen and (max-width: 1440px) {
  .bread-crumb,
  .title__inner-page,
  .area {
    padding: 0 20px;
  }

  .latest-news .preview-news__capt {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1240px) {
  .now-latest-news {
    gap: 20px;
  }

  .latest-news .preview-news__container {
    padding: 0 10px;
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .latest-news {
    display: none;
  }

  .now-news {
    width: 100%;
  }

  .contact-accordion__table:first-child .contact-accordion__table-head {
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .block__info.phone {
    padding-bottom: 20px;
  }

  .block__info {
    margin: 20px 0px;
  }

  .contact-accordion__table-body {
    white-space: nowrap;
  }
}

@media screen and (max-width: 640px) {
  .green-caption {
    font-size: 30px;
    line-height: 42px;
    margin: 30px 0 10px;
  }

  .diff-form__row {
    flex-direction: column;
    gap: 10px;
  }

  .service__row {
    margin: 40px 0px;
  }

  .contact-accordion__table-body,
  .contact-accordion__table-head {
    font-size: 16px;
  }

  .contact-accordion__table {
    gap: 10px;
  }
}

/*# sourceMappingURL=spares-media.css.map */
/*color*/
/*font*/
@media screen and (max-width: 640px) {
  .bread-crumb,
  .title__inner-page,
  .area .cont-page {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .title__inner-page .cont-page {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1440px) {
  .bread-crumb,
  .title__inner-page,
  .area,
  .order-block {
    padding: 0 20px;
  }

  .preview-news__image img {
    position: relative;
    max-width: 100%;
    min-width: 100%;
  }

  .news-cards__container {
    gap: 20px;
  }

  .preview-news__text {
    padding: 20px;
    padding-bottom: 30px;
  }

  .read-also__news-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .read-also__news-card .preview-news__item {
    width: 100%;
    margin: 0;
  }

  .read-also__news-card .preview-news__image {
    width: 100%;
    height: auto;
  }

  .read-also__news-card .preview-news__image img {
    min-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1240px) {
  .now-news__btn {
    padding: 11px 10px;
  }

  .now-news__btn a span {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .read-also__news-card {
    grid-template-columns: repeat(1, 1fr);
  }

  .read-also__news-card .preview-news__item {
    display: flex;
  }

  .read-also__news-card .preview-news__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .now-latest-news {
    gap: 20px;
  }

  .latest-news .preview-news__image {
    width: 150px;
    height: 130px;
    max-width: 150px;
    max-height: 130px;
    min-width: 150px;
    min-height: 130px;
  }
}

@media screen and (max-width: 960px) {
  .news-cards__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .latest-news {
    display: none;
  }

  .now-news__share {
    right: 0px;
  }

  .now-news__share:after {
    right: 0;
  }

  .now-news__share.active {
    display: flex;
  }

  .now-news__share.active .share-item_link-copied {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .title__inner-page {
    margin: 0;
  }

  .title__inner-page {
    margin-bottom: 20px;
  }

  .news-hashtags {
    gap: 20px;
    margin-bottom: 40px;
  }

  .preview-news__anons {
    line-height: 24px;
  }

  .read-also__news-card .preview-news__image {
    width: 220px;
    height: 160px;
    min-width: 220px;
    min-height: 160px;
  }

  .read-also__news-card .preview-news__image img {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .read-also__news-card .preview-news__anons {
    display: none;
  }

  .read-also__news-card .preview-news__text {
    width: 100%;
    padding: 20px;
    padding: 20px;
  }

  .now-news__btns {
    gap: 35px;
  }

  .now-news__btn {
    padding: 10px;
  }

  .now-news__btn:before {
    background-position: center center;
  }

  .now-news {
    width: 100% !important;
  }

  .now-latest-news {
    gap: 0;
  }

  .now-latest-news {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 740px) {
  .now-news__btn span {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .news-cards__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .preview-news__date {
    font-family: "Titillium_Rus_Thin";
  }

  .news-hashtags {
    flex-flow: row;
    overflow-x: scroll;
    padding-bottom: 4px;
    gap: 15px;
    margin-bottom: 30px;
  }

  .news-hashtags::-webkit-scrollbar {
    width: 2px;
    height: 4px;
  }

  .news-hashtags::-webkit-scrollbar-track {
    background: #ddd;
  }

  .news-hashtags::-webkit-scrollbar-thumb {
    background: #9dcd5b;
  }

  .title__inner-page {
    font-size: 35px;
  }

  .preview-news__text {
    padding: 15px;
    padding-bottom: 15px;
  }

  .news-date {
    margin-top: 18px;
  }

  .now-latest-news .now-news__capt_green {
    font-size: 35px;
    line-height: 42px;
  }

  .now-latest-news .now-news__anons {
    font-family: "Titillium_Rus_SemiBold";
    font-size: 18px;
    line-height: 27px;
  }

  .now-latest-news .now-news__hash-like {
    flex-direction: column;
  }

  .now-latest-news .now-news__hashtags,
  .now-latest-news .now-news__likes {
    margin-top: 20px;
  }

  .now-latest-news .now-news__contant {
    margin-top: 10px;
  }

  .now-latest-news .now-news__contant p {
    font-size: 18px;
    margin: 10px 0px;
  }

  .now-latest-news .now-news__contant h3 {
    font-size: 26px;
    margin: 10px 0 4px;
  }

  .now-news__btn_previous {
    order: 1;
  }

  .now-news__btn_next {
    order: 2;
  }

  .now-news__btn_tolist {
    order: 3;
    flex: 0 0 100%;
  }

  .now-news__btn_next,
  .now-news__btn_previous {
    flex-basis: calc(50% - 14px);
  }

  .now-news__btns {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .now-news__btn {
    padding: 14px 10px;
    justify-content: center;
    box-sizing: border-box;
  }

  .now-news__btn a {
    font-size: 16px;
  }

  .now-news__btn a span {
    display: none;
    font-size: 16px;
  }

  .bread-crumb__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    gap: 0 !important;
  }

  .bread-crumb__item a:after {
    margin: 0 10px;
    position: static !important;
  }

  .bread-crumb__list::-webkit-scrollbar {
    width: 2px;
    height: 4px;
  }

  .bread-crumb__list::-webkit-scrollbar-track {
    background: #ddd;
  }

  .bread-crumb__list::-webkit-scrollbar-thumb {
    background: #9dcd5b;
  }

  .bread-crumb__item {
    display: flex;
    align-items: flex-start;
    text-wrap: nowrap;
  }

  .news-hashtags__item {
    font-size: 14px;
  }

  .news-hashtags__item {
    font-size: 14px;
  }

  .now-news__hashtags {
    gap: 10px;
  }

  .now-latest-news .now-news__contant p {
    font-size: 16px;
  }

  .now-news__share {
    right: auto;
    left: -120px;
  }

  .now-news__share:after {
    right: 43%;
  }
}

@media screen and (max-width: 550px) {
  .read-also__news-card .preview-news__image {
    width: 140px;
    height: 120px;
    min-width: 140px;
    min-height: 120px;
  }

  .read-also__news-card .preview-news__image img {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .read-also__news-card .preview-news__anons {
    display: none;
  }

  .read-also__news-card .preview-news__text {
    width: 100%;
    padding: 20px;
    padding: 20px;
  }

  .read-also__news-card .preview-news__capt {
    font-size: 14px;
  }
}

/*# sourceMappingURL=news-media.css.map */
/* End */

/* Start:/local/templates/main/components/bitrix/news.list/latest_news/style.css?17423748003762*/
.latest-news__capt {
  font-size: 35px;
  font-family: "Titillium_Rus_Bold";
  color: #26242b;
  letter-spacing: 0.5px;
}

.latest-news {
  width: 460px;
  padding-top: 12px;
}

.latest-news .preview-news__item {
  width: 100%;
  display: flex;
}

.latest-news .latest-news__block {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 38px;
}

.latest-news .preview-news__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-right: 0;
  margin-bottom: 20px;
  text-decoration: none;
  flex-basis: auto;
}

.latest-news .preview-news__image {
  width: 194px;
  height: 160px;
  max-width: 194px;
  max-height: 160px;
  min-width: 194px;
  min-height: 160px;
  overflow: hidden;
}

.latest-news .preview-news__image img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  transition: all 0.5s linear;
}

.latest-news .preview-news__container {
  width: 100%;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 160px;
  box-sizing: border-box;
}

.latest-news .preview-news__capt {
  font-family: "Titillium_Rus_Bold";
  font-size: 18px;
  line-height: 26px;
}

.latest-news .preview-news__read-oll {
  border-bottom: none;
  font-size: 0px;
  color: transparent;
  transition: all 0.5s ease;
  position: relative;
}

.latest-news .preview-news__read-oll:hover {
  text-decoration: none;
  border: none;
}

.latest-news .preview-news__block {
  align-items: flex-start;
}

.latest-news__hashtags {
  display: flex;
  margin-bottom: 50px;
  flex-flow: row wrap;
  gap: 22px;
  margin-top: 40px;
}

.latest-news__hashtags-item {
  font-family: "Titillium_Rus_Regular";
  font-size: 16px;
  text-decoration: none;
  color: #26242b;
  background: #f8f7f7;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  padding: 10px 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s linear;
}

.latest-news__hashtags-item.active {
  color: #9dcd5b;
}

.latest-news__hashtags-item:before {
  content: "";
  transition: all 0.3s linear;
  width: 14px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/latest_news/images/hashtags.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s linear;
}

.latest-news__hashtags-item:hover {
  color: #9dcd5b;
}

.latest-news__hashtags-item:hover::before {
  background-image: url(../../../../../../local/templates/main/components/bitrix/news.list/latest_news/images/hashtags-h.svg);
}

.latest-news__more {
  color: #26242b;
  display: flex;
  align-items: center;
  background: #f8f7f7;
  transition: color 0.3s linear;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 16px;
}

.latest-news__more:hover {
  color: #9dcd5b;
}

.latest-news__hashtags-item,
.latest-news__more {
  flex: 0 0 auto;
}

.latest-news__more ~ .latest-news__hashtags-item {
  display: none;
  transform: translateY(20px);
  /* Начальное смещение для анимации */
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.3s linear;
}

.latest-news__hashtags-item.latest-news__hashtags-item_visible {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1440px) {
  .latest-news .preview-news__capt {
    font-size: 16px;
    line-height: 18px;
  }

  .latest-news .preview-news__date {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .now-latest-news {
    gap: 36px;
  }

  .now-news__likes {
    align-items: end;
  }
}

@media screen and (max-width: 1024px) {
}
/* End */
/* /local/templates/main/components/scid/simple/spares/style.css?174237480052596 */
/* /local/templates/main/components/bitrix/news.list/latest_news/style.css?17423748003762 */
