

/* Start:/local/components/an/page.news.element/templates/.default/style.css?17869881044908*/
.news-detail-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 64px 48px;
}

.pages-wrapper.pages-wrapper_col-2 {
  justify-content: space-between;
  gap: 24px 48px;
}

.pages-wrapper.pages-wrapper_col-2 .pages-wrapper__block.news-detail-block {
  max-width: 612px;
}
.pages-wrapper.pages-wrapper_col-2 .pages-wrapper__block.news-detail-block._wide {
  max-width: 100%;
}

.news-detail-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: block;
  width: 100%;
  justify-content: start;
  flex-wrap: wrap;
}

.news-detail-wrapper__item {

}

.news-detail-wrapper__header,
.news-detail-wrapper__back-link {
  padding: 0;
  width: 100%;
}

.news-detail-wrapper__header a,
.news-detail-wrapper__back-link a {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: var(--transition-cond);
}

.news-detail-wrapper__header {
  display: flex;
  margin-bottom: 48px;
}

.news-detail-wrapper__back-link {
  display: none;
}

.news-detail-block {
  display: flex;
}

.news-detail-block__detail-wrapper {
  width: 100%;
  padding: 0 0 0 24px;
  box-sizing: content-box;
}

.news-detail-wrapper__body {
  width: 100%;
}

.news-detail-wrapper__body .news-detail__desc img {
  width: 100%;
}

.news-detail-block__image-wrapper {
  width: 100%;
  height: 920px;
  max-height: 920px;
  border-radius: 320px 0 0 0;
  overflow: hidden;
}

.news-detail-block__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail>div {
  margin-bottom: 24px;
}

.news-detail>div:last-child {
  margin-bottom: 0;
}

.news-detail__header {
  display: grid;
  gap: 12px 0;
}

.news-detail__date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, .25);
}

.news-detail__title h1 {
  font-family: Mulish;
  text-transform: none;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
}

.news-detail__desc,
.news-detail__desc i,
.news-detail__desc li,
.news-detail__desc p {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: justify;
}

.news-detail__desc h1,
.news-detail__desc h2,
.news-detail__desc h3,
.news-detail__desc h4,
.news-detail__desc h5,
.news-detail__desc h6 {
  color: rgb(0,0,0);
}

.news-detail__desc i {
  display: inline-block;
}

.news-detail__desc span i,
.news-detail__desc a i,
.news-detail__desc li i,
.news-detail__desc h1 i,
.news-detail__desc h2 i,
.news-detail__desc h3 i,
.news-detail__desc h4 i,
.news-detail__desc h5 i,
.news-detail__desc h6 i,
.news-detail__desc p i {
  display: unset;
}

.pages-wrapper .news-detail__desc li {
  padding-bottom: 1em;
}

.pages-wrapper .news-detail__desc ul,
.pages-wrapper .news-detail__desc i,
.pages-wrapper .news-detail__desc ol,
.pages-wrapper .news-detail__desc p {
  margin-bottom: 1em;
}

.pages-wrapper .news-detail__desc p:last-child {
  margin-bottom: 0em;
}

.news-detail__desc h2 {
  margin: 0;
  margin-bottom: 12px;
  text-transform: none;
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
}

.news-detail__desc h3 {
  margin: 0;
  margin-bottom: 12px;
  text-transform: none;
  font-weight: 200;
  font-size: 18px;
  line-height: 20px;
}

.news-detail__desc a {
  text-decoration: underline;
  color: rgba(0, 0, 0, .5);
  transition: var(--transition-cond);
  cursor: pointer;
}

.news-detail__link a {
  display: block;
}

@media (min-width: 991px) {}

@media (min-width: 991px) and (max-width: 1280px) {
  .news-detail-block__image-wrapper {
    padding: 0 0 0 24px;
  }
}

@media (max-width: 1680px) {
  .news-detail-block__image-wrapper {
    border-radius: 210px 0 0 0;
    height: 620p;
    max-height: 620px;
  }
}

@media (max-width: 1280px) {
  
  .pages-wrapper.pages-wrapper_col-2 .pages-wrapper__block.news-detail-block {
    max-width: 100%;
  }
  .news-detail-wrapper__header {
    display: none;
  }

  .news-detail-wrapper__back-link {
    display: flex;
    padding: 0 24px;
  }

  .news-detail-block__image-wrapper {
    order: 0;
    height: 520px;
    max-height: 520px;
    border-radius: 0 210px 0 0;
  }

  .news-detail-block__detail-wrapper {
    order: 1;
  }
}

@media screen and (max-width: 991px) {
  .news-detail-block {
    padding: 0;
  }
  .news-detail__title h1 {
    font-size: 20px;
  }

  .news-detail-block__image-wrapper {
    border-radius: 0 120px 0 0;
    height: 420px;
    max-height: 420px;
  }

  .news-detail-wrapper__back-link {
    display: flex;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .news-detail-block__image-wrapper {
    height: 320px;
    max-height: 320px;
  }
}

@media (hover:hover) {

  .news-detail-wrapper__header a:hover,
  .news-detail-wrapper__back-link a:hover {
    color: rgba(0, 0, 0, .5);
  }

  .news-detail__desc a:hover {
    color: rgba(0, 0, 0, 1);
  }
  .news-detail__link a:hover {
    text-decoration: none;
  }
}
/* End */


/* Start:/local/components/an/page.menu/templates/.default/style.css?17869881045544*/
.info-sidebar {
	position: relative;
	width: 100%;
	max-width: 320px;
	min-width: 240px;
	margin-right: 64px;
	border-right: 0.5px solid rgba(0, 0, 0, 0.25);
	padding-right: 96px;
	box-sizing: content-box;
	min-height: 920px;
}

.info-sidebar-title {
	font-family: Mulish;
	font-weight: 300 !important;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.5);
	display: block;
	margin-bottom: 24px;
}

.info-sidebar-mobile__links,
.info-sidebar-links {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
}
.info-sidebar__wrapper {
	position: sticky;
	top: 88px;

}

#bx-panel~main .info-sidebar .info-sidebar__wrapper{
	top: 235px;
}

#bx-panel.bx-panel-folded~main .info-sidebar .info-sidebar__wrapper {
	top: 127px;
}

.info-sidebar-mobile__link,
.info-sidebar-link {
	padding-top: 13px;
	padding-bottom: 13px;
	font-family: Mulish;
	font-weight: 300;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.info-sidebar-mobile__link span,
.info-sidebar-link span {
	transition: var(--transition-cond);
	text-decoration: none;
}

.info-sidebar-link::before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.625 12C20.625 12.0995 20.5855 12.1948 20.5152 12.2652C20.4448 12.3355 20.3495 12.375 20.25 12.375H3.75C3.65054 12.375 3.55516 12.3355 3.48484 12.2652C3.41451 12.1948 3.375 12.0995 3.375 12C3.375 11.9005 3.41451 11.8052 3.48484 11.7348C3.55516 11.6645 3.65054 11.625 3.75 11.625H20.25C20.3495 11.625 20.4448 11.6645 20.5152 11.7348C20.5855 11.8052 20.625 11.9005 20.625 12Z' fill='black'/%3E%3C/svg%3E%0A");
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: var(--transition-cond);
}
.info-sidebar-link.red::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.625 12C20.625 12.0995 20.5855 12.1948 20.5152 12.2652C20.4448 12.3355 20.3495 12.375 20.25 12.375H3.75C3.65054 12.375 3.55516 12.3355 3.48484 12.2652C3.41451 12.1948 3.375 12.0995 3.375 12C3.375 11.9005 3.41451 11.8052 3.48484 11.7348C3.55516 11.6645 3.65054 11.625 3.75 11.625H20.25C20.3495 11.625 20.4448 11.6645 20.5152 11.7348C20.5855 11.8052 20.625 11.9005 20.625 12Z' fill='red'/%3E%3C/svg%3E%0A");
}

.info-sidebar-mobile__link.red,
.info-sidebar-link.red {
	color: #db0000 !important;
}

.info-sidebar-mobile__link.active,
.info-sidebar-link.active {
	font-weight: 700;
	pointer-events: none;
}

.info-sidebar-link.active::before {
	opacity: 1;
}

.info-sidebar-link.active span {
	padding-left: 34px;
}

.info-sidebar-mobile {
	display: none;
	position: fixed;
	top: 63px;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 9;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#bx-panel~main .info-sidebar-mobile {
	top: 210px;
}

#bx-panel.bx-panel-folded~main .info-sidebar-mobile {
	top: 102px;
}

.info-sidebar-mobile .action_btn {
	transition: var(--transition-cond);
	height: 24px
}

.info-sidebar-mobile._opened .action_btn {
	transform: rotate(180deg);
}

.info-sidebar-mobile__header,
.info-sidebar-mobile__links {
	padding-left: 48px;
	padding-right: 48px;
}

.info-sidebar-mobile__header {
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: Mulish;
	font-size: 14px;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	cursor: pointer;
}

.info-sidebar-mobile._opened .info-sidebar-mobile__header {
	padding-bottom: 10px
}

.info-sidebar-mobile__wrapper {
	display: none !important;
	max-height: calc(100dvh - 110px);
}

#bx-panel~main .info-sidebar-mobile .info-sidebar-mobile__wrapper {
	max-height: calc(100dvh - 257px);
}

#bx-panel.bx-panel-folded~main .info-sidebar-mobile .info-sidebar-mobile__wrapper {
	max-height: calc(100dvh - 149px);
}

.info-sidebar-mobile._opened .info-sidebar-mobile__wrapper {
	display: block !important;
}

.info-sidebar-mobile__links {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	gap: 10px;
	padding-top: 0;
	padding-bottom: 12px;
}

.info-sidebar-mobile__link {
	height: 32px;
	padding-top: 7px;
    padding-bottom: 7px;
}

@media (max-width: 1680px) {
	.info-sidebar {
		min-height: 620px;
	}
}

@media (max-width: 1440px) {
	.info-sidebar {
		margin-right: 24px;
		padding-right: 48px;
	}
}

@media (max-width: 1280px) {
	.info-sidebar {
		min-height: 520px;
	}
}

@media screen and (max-width: 991px) {
	.info-sidebar-mobile {
		display: block;
	}

	.info-sidebar {
		display: none;
	}
}

@media screen and (max-width: 767px) {

	.info-sidebar-mobile__header,
	.info-sidebar-mobile__links {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (hover:hover) {
	.info-sidebar-link:hover {
		text-decoration: none;
		color: rgba(0, 0, 0, 0.5);
	}

	.info-sidebar-link.active:hover {
		color: rgb(0, 0, 0);
	}
	
	.info-sidebar-link:hover::before {
		opacity: 0.5;
	}

	.info-sidebar-link.active:hover::before {
		opacity: 1;
	}

	.info-sidebar-link:hover span {
		padding-left: 34px;
	}

	.info-sidebar-mobile__link:hover {
		text-decoration: none;
		color: rgba(0, 0, 0, 0.5);
	}

	.info-sidebar-mobile__link.red:hover {
		text-decoration: none;
		color: rgba(219, 0, 0, 0.5) !important;
	}
}

@media (max-width: 992px) {
	.info-sidebar-mobile__label {
		font-size: 16px;
		font-weight: 700;
	}
}
/* End */


/* Start:/local/components/an/home.section-new/templates/type_1/style.css?17869881044998*/
.v-section {
    display: flex;
	max-width: var(--section-max-width); 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    max-height: 496px;
    box-sizing: content-box;
    gap: 0 4px;
    padding: 42px 0;
}

.curtain-modal .v-section {
    margin-bottom: 0;
}

._below-fixed-banner .v-section {
    margin: 0 auto;
}

.v-section_reverse {
    flex-direction: row-reverse;
}

.v-section>div {
    flex: calc(50% - 2px);
}

.v-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.v-section__image_top img {
    object-position: top;
}

.v-section__image_center img {
    object-position: center;
}

.v-section__image_bottom img {
    object-position: bottom;
}

.v-section__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 24px;
    padding: 48px;
    transition: var(--transition-cond);
}

.v-section__title,
.v-section__foorm-footer,
.v-section__link {
    text-align: left;
}

.v-section__title h2 {
    font-family: Mulish;
    font-size: 48px ;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
}

.v-section__title h2 .accent {
    color: #DC0000;
}

.v-section__foorm-footer {
    max-width: 400px;
}

.v-section__foorm-footer span {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
    /* text-transform: uppercase; */
    opacity: .5;
    font-weight: 300;
}

.v-section__foorm-footer a {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 1);
    /* text-transform: uppercase; */
    transition: opacity 300ms ease-in-out;
    font-weight: 300;
}

.v-section__foorm-footer a:hover {
    opacity: .8;
}

.v-section__foorm-footer a,
.v-section__link a {
    /* text-transform: uppercase; */
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: var(--transition-cond);
}

.v-section__link a {
    font-size: 14px;
    line-height: 18px;
}

.v-section__form,
.v-section__form form {
    width: 100%;
}

.v-section__form form {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.v-section__form .form-group {
    flex: 1 1 180px;
}

.v-section__form .form-group.error {
    margin-bottom: 20px;
}

.v-section__form .form-group input[type="text"] {
    text-transform: unset;
}

.v-section__form .form-group input[type="text"]::placeholder {
	color: rgba(0,0,0,.5);
}

.v-section__form .form-group input[type=text],
.v-section__form button.btn {
    height: 48px;
}

.v-section__form button {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.v-section__form button.btn._trsnp._animated {
    flex: 1 1 150px;
    max-width: 200px;
    cursor: pointer;
}

@media (max-width: 1576px) {
    .v-section {
        max-width: 100%;
        padding: 0 48px;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 42px 48px;
    }
}

@media (max-width: 1199px) {
    .v-section {
        padding: 0 25px;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 24px 24px;
    }
    .v-section__form button {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    
    .v-section {
        padding: 0;
        flex-direction: column;
        margin-bottom: 24px !important;
        max-height: 100%;
    }
    .v-section__title h2{
        font-size: 24px !important;
        line-height: 24px !important;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 24px 0;
    }

    .v-section_reverse {
        flex-direction: column-reverse;
    }

    .v-section__body {
        padding: 24px 12px 0 12px;
        gap: 16px;
        align-items: center;
    }

    .v-section_reverse .v-section__body {
        padding: 0 12px 24px 12px;
    }

    .v-section__title,
    .v-section__foorm-footer,
    .v-section__link {
        text-align: center;
    }
    
    .v-section__form button.btn {
        max-width: 100%;
    }
    .v-section__image,
    .v-section__image img {
        max-height: 420px;
    }
}
@media (max-width: 640px) {
    .v-section__image,
    .v-section__image img {
        max-height: 320px;
    }
}
@media (max-width: 414px) {
    .v-section__form button {
        flex: 1;
        min-width: 0;
    }
    
    .v-section__image,
    .v-section__image img {
        max-height: 220px;
        object-position: center;
    }
}

@media (hover:hover) {
    .v-section__link a:hover {
        opacity: .5;
    }

    .v-section__foorm-footer a:hover {
        opacity: 1;
    }
}

.v-section__image {
    flex: 1 0 45% !important;
}

.v-section__body {
    flex: 1 0 55% !important;
}

.v-section__form form {
    flex-wrap: nowrap !important;
}
/* End */
/* /local/components/an/page.news.element/templates/.default/style.css?17869881044908 */
/* /local/components/an/page.menu/templates/.default/style.css?17869881045544 */
/* /local/components/an/home.section-new/templates/type_1/style.css?17869881044998 */
