@charset "UTF-8";
html body .g-top-panel--no-flex {
  display: none;
}
html body .g-page-article {
  margin: 0;
  margin-top: 0;
}
html body .g-article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -44px;
}
@media (max-width: 1024px) {
  html body .g-article-list {
    margin: 0;
  }
}
html body .g-article {
  position: relative;
  width: calc(100% / 2 - 89px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 37px;
  padding: 0;
  margin: 0 44px;
  margin-bottom: 92px;
  background: transparent;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  html body .g-article {
    gap: 30px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  html body .g-article {
    width: 100%;
    margin: 0;
    margin-bottom: 28px;
    gap: 28px;
  }
}
@media (max-width: 519px) {
  html body .g-article {
    gap: 0;
    margin-bottom: 18px;
  }
}
html body .g-article:hover .g-article__text i {
  margin-left: 25px;
}
html body .g-article:hover .g-article__left .g-article__image span img {
  border: 3px solid #ffffff;
}
html body .g-article:hover .g-article__name {
  text-decoration: underline;
}
html body .g-article__left {
  width: 50%;
  height: 157px;
  max-width: 217px;
}
@media (max-width: 1440px) {
  html body .g-article__left {
    height: 100px;
    max-width: 150px;
  }
}
@media (max-width: 519px) {
  html body .g-article__left {
    margin-right: 18px;
  }
}
@media (max-width: 425px) {
  html body .g-article__left {
    height: 72px;
    max-width: 99px;
  }
}
html body .g-article__right {
  width: 50%;
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
html body .new-targget {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
html body .g-article__left .g-article__image {
  margin: 0;
  width: 100%;
  height: 100%;
}
html body .g-article__left .g-article__image span {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
@media (max-width: 425px) {
  html body .g-article__left .g-article__image span {
    border-radius: 14px;
  }
}
html body .g-article__left .g-article__image span img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
  border: 3px solid #473F40;
  transition: 0.3s;
}
@media (max-width: 425px) {
  html body .g-article__left .g-article__image span img {
    border-radius: 14px;
    border: 1px solid #FFFFFF;
  }
}
html body .g-article__name {
  font-size: 22px !important;
  font-weight: 600;
  margin-bottom: 16px;
  color: #473F40;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  html body .g-article__name {
    font-size: 18px !important;
  }
}
@media (max-width: 519px) {
  html body .g-article__name {
    font-size: 16px !important;
    margin-bottom: 13px;
  }
}
html body .g-article__text {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  line-height: 27.2px;
  color: #473F40;
}
@media (max-width: 519px) {
  html body .g-article__text {
    display: none;
  }
}
html body .g-article__text.adop {
  width: 100%;
  display: none;
}
@media (max-width: 519px) {
  html body .g-article__text.adop {
    margin-top: 13px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 10em;
  }
}
html body .g-article__text i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-left: 5px;
  transition: 0.3s;
}
html body .g-article__text i svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
html body .g-article__date {
  margin: 0;
  margin-top: 13px;
  margin-bottom: 0 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 22.68px;
  color: #473F40;
}
@media (max-width: 1024px) {
  html body .g-article__date {
    font-size: 14px;
  }
}
@media (max-width: 519px) {
  html body .g-article__date {
    margin: 0 !important;
  }
}
html body .g-pagination {
  margin: 0;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
html body .g-pagination * {
  font-family: "Wix Madefor Display", sans-serif;
}
html body .g-pagination__item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 50px;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  transition: 0.3s;
}
@media (max-width: 519px) {
  html body .g-pagination__item {
    font-size: 21px;
  }
}
html body .g-pagination__item:hover {
  background-color: #383838 !important;
  color: #fff;
}
html body span.g-pagination__dots {
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
}
html body .g-pagination__item--active {
  border: none;
  background-color: #383838 !important;
  color: #fff;
}
html body .g-pagination__item--next {
  position: static;
  display: flex;
  align-items: center;
  margin-left: 62px;
  width: auto;
  height: auto;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  transition: 0.3s;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
}
html body .g-pagination__item--next:hover {
  background-color: transparent !important;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 519px) {
  html body .g-pagination__item--next {
    display: none;
  }
}
html body .g-pagination__item--prev {
  position: static;
  display: flex;
  align-items: center;
  margin-right: 62px;
  width: auto;
  height: auto;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  transition: 0.3s;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
}
html body .g-pagination__item--prev:hover {
  color: #333333;
  text-decoration: underline;
  background-color: transparent !important;
}
@media (max-width: 519px) {
  html body .g-pagination__item--prev {
    display: none;
  }
}
html body .g-pagination__item--next::after, html body .g-pagination__item--prev::after {
  display: none;
}
html body .g-row.g-gallery1-photo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -12px;
  margin-top: 81px;
}
@media (max-width: 1024px) {
  html body .g-row.g-gallery1-photo-list {
    margin-top: 50px;
  }
}
@media (max-width: 519px) {
  html body .g-row.g-gallery1-photo-list {
    margin: 0;
    margin-top: 40px;
  }
}
html body .g-img--gallery-image {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 0px;
  transition: 0.3s;
}
html body .g-img--gallery-image:hover .g-img__image {
  border: 3px solid #000;
}
@media (max-width: 1024px) {
  html body .g-img--gallery-image {
    width: calc(100% / 2 - 24px);
  }
}
@media (max-width: 519px) {
  html body .g-img--gallery-image {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
  html body .g-img--gallery-image {
    margin-bottom: 25px;
  }
}
html body .g-img__layers {
  width: 100%;
  height: 387px;
}
@media (max-width: 425px) {
  html body .g-img__layers {
    height: 222px;
  }
}
html body .g-img--gallery-image a.g-img__link, html body .g-img--gallery-album a.g-img__link {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  border-radius: 31px;
  background-color: transparent;
  border-color: transparent;
  transition: 0.3s;
}
@media (max-width: 519px) {
  html body .g-img--gallery-image a.g-img__link, html body .g-img--gallery-album a.g-img__link {
    border-radius: 20px;
  }
}
@media (max-width: 425px) {
  html body .g-img--gallery-image a.g-img__link, html body .g-img--gallery-album a.g-img__link {
    border-radius: 18px;
  }
}
html body .g-img__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 31px;
  border: 3px solid #fff;
  transition: 0.3s;
}
@media (max-width: 519px) {
  html body .g-img__image {
    border-radius: 20px;
    border: 2px solid #fff;
  }
}
@media (max-width: 425px) {
  html body .g-img__image {
    border-radius: 18px;
  }
}
html body .g-img--gallery-image:hover .g-img__link {
  border-color: transparent;
  box-shadow: none;
}
html body .g-img--gallery-album .g-img__link:hover {
  box-shadow: none;
  border-color: transparent;
}
html body .g-img--gallery-image .g-img__caption {
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 1 1 auto;
  margin: 0;
  margin-top: 21px;
  color: #473F40;
  font-weight: 400;
  font-size: 22px;
}
@media (max-width: 519px) {
  html body .g-img--gallery-image .g-img__caption {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
  html body .g-img--gallery-image .g-img__caption {
    font-size: 12px;
    margin-top: 6px;
  }
}
html body .service-wrap {
  margin-top: 66px;
}
html body .service-wrap__list {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
html body .service-wrap__item {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF4F2;
  padding: 10px 26px 14px 32px;
}
html body .service-wrap__item:nth-child(2n) {
  background: #F3E0DB;
}
html body .service-wrap__item:hover .service-wrap__name {
  font-weight: 600;
}
html body .service-wrap__item:hover .service-wrap__desc {
  font-weight: 600;
}
html body .service-wrap .service-wrap__name {
  width: auto;
  flex: 1 1 auto;
  font-size: 39px;
  font-weight: 400;
  line-height: 66px;
  transition: 0.1s;
}
html body .service-wrap .service-wrap__desc {
  width: 20%;
  text-align: left;
  font-size: 50px;
  font-weight: 400;
  line-height: 81px;
  transition: 0.1s;
}
.service-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 59px;
}
.service-inner__text {
  width: 70%;
  font-size: 22px;
  font-weight: 400;
}
.service-inner__text.adop {
  display: none;
}
.service-inner__text p {
  margin-top: 0;
}
.service-inner .service-form button {
  display: block;
  border: none;
  outline: none;
  background: #70976D;
  border-radius: 40px;
  padding: 34px 70px;
  font-size: 33px;
  font-weight: 600;
  color: #ffff;
}
.service-inner .service-text {
  margin-top: 17px;
  text-align: center;
}
.service-inner .service-text .service-form__title {
  font-weight: 600;
  font-size: 67px;
  line-height: 64.29px;
}
.service-inner .service-text .service-form__desc {
  font-weight: 500;
  font-size: 29px;
  line-height: 36.4px;
}
body .div--u-im1xpzlej {
  justify-content: flex-start;
}
/*body .side-panel__button-close--u-ilvho1cko {
    left: -5px;
}*/
body .div--u-i7lklv47k {
  opacity: 0;
  visibility: hidden;
}
body .side-panel__button-close--u-ilvho1cko {
  left: 6.3%;
  z-index: 3;
  background: none;
}
body .svg_image--u-i17e4j65f:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #f2e1d5;
  border-radius: 3px;
  rotate: 45deg;
  position: absolute;
  top: 24px;
}
body .svg_image--u-i17e4j65f:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #f2e1d5;
  border-radius: 5px;
  rotate: -45deg;
  position: absolute;
  top: 24px;
}
body .side-panel__content-inner--u-i383vkslp {
  /*overflow: visible;*/
  z-index: 2;
}
.g-img--gallery-album .g-img__layers::after, .g-img--gallery-album .g-img__layers::before {
  display: none;
}
.g-img.g-img--gallery-album {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 24px);
  margin: 0 12px 81px;
  transition: 0.3s;
}
.g-img.g-img--gallery-album:hover .g-img__image {
  border-color: #000;
}
.g-gallery2-album-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -12px;
  margin-top: 30px;
}
a.g-img__caption {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 1 1 auto;
  margin: 0;
  margin-top: 21px;
  color: #473F40;
  font-weight: 400;
  font-size: 22px;
}
.g-img.g-img--gallery-album:hover a.g-img__caption {
  text-decoration: underline;
}
.g-row.g-gallery2-photo-list {
  display: flex;
  flex-wrap: wrap;
}
.g-row {
  margin: 20px 0;
}
.g-button {
  background: #473f40;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  transition: 0.3s;
}
.g-button:hover {
  box-shadow: none;
  color: #000;
  background: #fff;
}
div#ih538k0fa_0 ~ div#i36064l9g_0 {
  padding-left: 20px;
  padding-right: 20px;
}
div#ii8g4n3ri_0 + div#iqtsnimby_0 a[href="/oplata-2"], div#ii8g4n3ri_0 + div#iqtsnimby_0 a[href="/oplata-2"] + span {
  display: none;
}
@media (max-width: 1630px) {
  /*body .side-panel__button-close--u-ilvho1cko {
        left: 6.3%;
    }*/
}
/*@media all and (max-width: 1610px) {
    body .side-panel__button-close--u-ilvho1cko {
        left: 16px;
    }
}*/
@media (max-width: 1023px) {
  body .blocklist__item--u-i0c24cdcy .imageFit--u-iqaqwq7w5, .blocklist__item--u-i0c24cdcy.is-hover .imageFit--u-iqaqwq7w5, .blocklist__item--u-izkya2kob .imageFit--u-iv1yzi81z, .blocklist__item--u-izkya2kob.is-hover .imageFit--u-iv1yzi81z {
    transform: none !important;
  }
  .blocklist__item--u-izkya2kob .div--u-iejc04kpo, .blocklist__item--u-izkya2kob.is-hover .div--u-iejc04kpo, .blocklist__item--u-i0c24cdcy .div--u-ipgbiqvlw, .blocklist__item--u-i0c24cdcy.is-hover .div--u-ipgbiqvlw {
    margin-top: 0 !important;
  }
}
/*@media(max-width: 479px) {
	body .section--u-ik9g01z01 {
		height: calc(100dvh - 125px);
	}
}*/
.g-pagination__item.active {
  background: #383838;
  color: #fff;
}
@media (max-width: 991px) {
  body .svg_image--u-i17e4j65f:before, body .svg_image--u-i17e4j65f:after {
    top: 15px;
  }
}
@media (max-width: 640px) {
  .g-pagination__item {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  body .blocklist__item__outer--u-iasp4bk52 {
    flex: 0 0 calc(100% / 3);
  }
  body .blocklist__list--u-i0hjgkzh8 {
    justify-content: space-around;
  }
}
@media (max-width: 640px) {
  .g-pagination__item {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
}
.mosaic-form__success, .mosaic-form__success * {
  color: #fff !important;
}
.mosaic-form--u-ia3iwggzf .mosaic-form__field.is-error input:not(:checked) {
  appearance: none;
  background: #fff;
  border: 1px solid red;
}
.mosaic-form--u-ia3iwggzf .mosaic-form__error--u-i916zys5i > span {
  font-size: 0;
}
.mosaic-form--u-ia3iwggzf .mosaic-form__error--u-i916zys5i > span:before {
  content: "Пожалуйста, установите флажок согласия на передачу и обработку персональных данных";
  font-size: 16px;
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.g-page-article .article-page {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .g-page-article .article-page {
    padding-top: 20px;
  }
}
.g-page-article .article-page .article-page__left {
  padding-right: 0;
  flex: auto;
}
.g-page-article .article-page .article-page__date {
  text-align: left;
}
.g-page-article .news-list__item-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-page-article .news-list__item {
  flex-direction: column;
}
.g-page-article .news-list__item-left-in {
  display: block;
  flex: 1 1 auto;
}
.g-page-article .news-list__item-right .news-list__item-title, .g-page-article .news-list__item-right .news-list__item-date {
  display: none;
}
.g-page-article .news-list__item .news-list__item-left a {
  width: 100px;
  margin-right: 18px;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .g-page-article .news-list__item .news-list__item-left a {
    min-width: 200px;
  }
  .g-page-article .news-list__item .news-list__item-left a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.g-page-article .news-list__item-left {
  width: 100%;
  flex: auto;
  display: flex;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
.g-page-article .news-list__item-date {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .g-page-article .g-top-panel--no-flex {
    padding: 0;
  }
  .g-page-article .g-top-panel--no-flex:has(div) {
    padding-bottom: 15px;
  }
  .g-page-article .news-list__item-desc {
    line-height: normal;
  }
}
#i60stug9b_0 {
  z-index: 999;
}
