

/* Start:/local/templates/rostec2/assets/css/plugins.min.css?170058498949085*/
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2021
 */


.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}

.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1 1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}

.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}

.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}

.air-datepicker-time{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1 1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:'';background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type='range']{background:none;cursor:pointer;flex:1 1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-ms-tooltip{display:none}.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:focus{outline:none}.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size) / 2 * -1)}.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-lower{background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-upper{background:transparent}

.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas:
    'nav'
    'body'
    'timepicker'
    'buttons';--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}

.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, -webkit-max-content);grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:'';position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^='top'] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^='top'] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^='right'] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^='right'] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^='bottom'] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^='bottom'] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^='left'] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^='left'] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}


.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
  -webkit-overflow-scrolling:touch;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-overflow-scrolling:touch;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

@keyframes pulsate{0%,to{opacity:1}50%{opacity:.2}}#spotlight{position:fixed;top:-1px;bottom:-1px;width:100%;z-index:99999;color:#fff;background-color:#000;opacity:0;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .2s ease-out;font-family:Arial,sans-serif;font-size:16px;font-weight:400;contain:strict;touch-action:none;pointer-events:none;-webkit-overflow-scrolling:touch}#spotlight.show{opacity:1;transition:none;pointer-events:auto}#spotlight.white{color:#212529;background-color:#fff}#spotlight.white .spl-next,#spotlight.white .spl-page~*,#spotlight.white .spl-prev,#spotlight.white .spl-spinner{filter:invert(1)}#spotlight.white .spl-progress{background-color:rgba(0,0,0,.35)}#spotlight.white .spl-footer,#spotlight.white .spl-header{background-color:rgba(255,255,255,.65)}#spotlight.white .spl-button{background:#212529;color:#fff}.spl-footer,.spl-header{background-color:rgba(0,0,0,.45)}#spotlight .contain,#spotlight .cover{object-fit:cover;height:100%;width:100%}#spotlight .contain{object-fit:contain}#spotlight .autofit{object-fit:none;width:auto;height:auto;max-height:none;max-width:none;transition:none}.spl-scene,.spl-spinner,.spl-track{width:100%;height:100%;position:absolute}.spl-track{contain:strict}.spl-spinner{background-position:center;background-repeat:no-repeat;background-size:42px;opacity:0}.spl-spinner.spin{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNmZmYiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2Utb3BhY2l0eT0iLjY1Ij48Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuMTUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L2c+PC9zdmc+);transition:opacity .2s linear .25s;opacity:1}.spl-spinner.error{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYsMUExNSwxNSwwLDEsMCwzMSwxNiwxNSwxNSwwLDAsMCwxNiwxWm0wLDJhMTMsMTMsMCwwLDEsOC40NSwzLjE0TDYuMTQsMjQuNDVBMTMsMTMsMCwwLDEsMTYsM1ptMCwyNmExMywxMywwLDAsMS04LjQ1LTMuMTRMMjUuODYsNy41NUExMywxMywwLDAsMSwxNiwyOVoiIGlkPSJiYW5fc2lnbl9jcm9zc2VkX2NpcmNsZSIvPjwvc3ZnPg==);background-size:128px;transition:none;opacity:.5}.spl-scene{transition:transform .65s cubic-bezier(.1,1,.1,1);contain:layout size;will-change:transform}.spl-pane>*{position:absolute;width:auto;height:auto;max-width:100%;max-height:100%;left:50%;top:50%;margin:0;padding:0;border:0;transform:translate(-50%,-50%) scale(1);transition:transform .65s cubic-bezier(.3,1,.3,1),opacity .65s ease;contain:layout style;will-change:transform,opacity;visibility:hidden}.spl-header,.spl-pane,.spl-progress{position:absolute;top:0}.spl-pane{width:100%;height:100%;transition:transform .65s cubic-bezier(.3,1,.3,1);contain:layout size;will-change:transform,contents}.spl-header{width:100%;height:50px;text-align:right;transform:translateY(-100px);transition:transform .35s ease;overflow:hidden;will-change:transform;-webkit-overflow-scrolling:touch}#spotlight.menu .spl-footer,#spotlight.menu .spl-header,.spl-footer:hover,.spl-header:hover{transform:translateY(0)}.spl-header div{display:inline-block;vertical-align:middle;white-space:nowrap;width:50px;height:50px;opacity:.5}.spl-progress{width:100%;height:3px;background-color:rgba(255,255,255,.45);transform:translateX(-100%);transition:transform linear}.spl-footer,.spl-next,.spl-prev{position:absolute;transition:transform .35s ease;will-change:transform}.spl-footer{left:0;right:0;bottom:0;line-height:20px;padding:20px 20px 0;padding-bottom:env(safe-area-inset-bottom,0);text-align:left;font-size:15px;font-weight:400;transform:translateY(100%)}.spl-title{font-size:22px}.spl-button,.spl-description,.spl-title{margin-bottom:20px}.spl-button{display:inline-block;background:#fff;color:#000;border-radius:5px;padding:10px 20px;cursor:pointer}.spl-next,.spl-page~*,.spl-prev{background-position:center;background-repeat:no-repeat}.spl-page{float:left;width:auto;line-height:50px}.spl-page~*{background-size:21px;float:right}.spl-fullscreen{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHZpZXdCb3g9Ii0xIC0xIDI2IDI2IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggM0g1YTIgMiAwIDAgMC0yIDJ2M20xOCAwVjVhMiAyIDAgMCAwLTItMmgtM20wIDE4aDNhMiAyIDAgMCAwIDItMnYtM00zIDE2djNhMiAyIDAgMCAwIDIgMmgzIi8+PC9zdmc+)}.spl-fullscreen.on{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04IDN2M2EyIDIgMCAwIDEtMiAySDNtMTggMGgtM2EyIDIgMCAwIDEtMi0yVjNtMCAxOHYtM2EyIDIgMCAwIDEgMi0yaDNNMyAxNmgzYTIgMiAwIDAgMSAyIDJ2MyIvPjwvc3ZnPg==)}.spl-autofit{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBoZWlnaHQ9Ijk2cHgiIHZpZXdCb3g9IjAgMCA5NiA5NiIgd2lkdGg9Ijk2cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoOTAgNTAgNTApIiBmaWxsPSIjZmZmIiBkPSJNNzEuMzExLDgwQzY5LjY3LDg0LjY2LDY1LjIzLDg4LDYwLDg4SDIwYy02LjYzLDAtMTItNS4zNy0xMi0xMlYzNmMwLTUuMjMsMy4zNC05LjY3LDgtMTEuMzExVjc2YzAsMi4yMSwxLjc5LDQsNCw0SDcxLjMxMSAgeiIvPjxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDkwIDUwIDUwKSIgZmlsbD0iI2ZmZiIgZD0iTTc2LDhIMzZjLTYuNjMsMC0xMiw1LjM3LTEyLDEydjQwYzAsNi42Myw1LjM3LDEyLDEyLDEyaDQwYzYuNjMsMCwxMi01LjM3LDEyLTEyVjIwQzg4LDEzLjM3LDgyLjYzLDgsNzYsOHogTTgwLDYwICBjMCwyLjIxLTEuNzksNC00LDRIMzZjLTIuMjEsMC00LTEuNzktNC00VjIwYzAtMi4yMSwxLjc5LTQsNC00aDQwYzIuMjEsMCw0LDEuNzksNCw0VjYweiIvPjwvc3ZnPg==)}.spl-zoom-in,.spl-zoom-out{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ii8+PGxpbmUgeDE9IjIxIiB4Mj0iMTYuNjUiIHkxPSIyMSIgeTI9IjE2LjY1Ii8+PGxpbmUgeDE9IjgiIHgyPSIxNCIgeTE9IjExIiB5Mj0iMTEiLz48L3N2Zz4=);background-size:22px}.spl-zoom-in{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI4Ii8+PGxpbmUgeDE9IjIxIiB4Mj0iMTYuNjUiIHkxPSIyMSIgeTI9IjE2LjY1Ii8+PGxpbmUgeDE9IjExIiB4Mj0iMTEiIHkxPSI4IiB5Mj0iMTQiLz48bGluZSB4MT0iOCIgeDI9IjE0IiB5MT0iMTEiIHkyPSIxMSIvPjwvc3ZnPg==)}.spl-download{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNDEuNzMycHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0MS43MzIgMTQxLjczMiIgd2lkdGg9IjE0MS43MzJweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTIwLjY3NCwxMjUuMTM4SDIwLjc5M3YxNi41OTRoOTkuODgxVjEyNS4xMzh6IE0xMTkuMDE5LDU4Ljc3NmMtMi41NjEtMi41NjItNi43MTYtMi41NjItOS4yNzUsMEw3Ny4yMSw5MS4zMTJWNi41NjIgICBDNzcuMjEsMi45MzYsNzQuMjY5LDAsNzAuNjQ4LDBjLTMuNjI0LDAtNi41NiwyLjkzNy02LjU2LDYuNTYzdjg0Ljc1TDMxLjk5Miw1OS4yMThjLTIuNTYyLTIuNTY0LTYuNzE1LTIuNTY0LTkuMjc3LDAgICBjLTIuNTY1LDIuNTYyLTIuNTY1LDYuNzE2LDAsOS4yNzlsNDMuMjk0LDQzLjI5M2MwLjE1LDAuMTU0LDAuMzE0LDAuMjk5LDAuNDgxLDAuNDM4YzAuMDc2LDAuMDYyLDAuMTU1LDAuMTEzLDAuMjM0LDAuMTc2ICAgYzAuMDk0LDAuMDY1LDAuMTg2LDAuMTQyLDAuMjc5LDAuMjA2YzAuMDk3LDAuMDYzLDAuMTkyLDAuMTE0LDAuMjg2LDAuMTc0YzAuMDg4LDAuMDU0LDAuMTc0LDAuMTA1LDAuMjY1LDAuMTUzICAgYzAuMSwwLjA1NiwwLjE5OSwwLjEsMC4yOTgsMC4xNDdjMC4wOTcsMC4wNDUsMC4xOSwwLjA5MSwwLjI4MywwLjEzMmMwLjA5OCwwLjA0LDAuMTk2LDAuMDcyLDAuMjk1LDAuMTA1ICAgYzAuMTA0LDAuMDM4LDAuMjA3LDAuMDc4LDAuMzEyLDAuMTA5YzAuMTAxLDAuMDMsMC4xOTcsMC4wNTIsMC4yOTcsMC4wNzdjMC4xMDgsMC4wMjMsMC4yMTQsMC4wNTgsMC4zMjQsMC4wNzggICBjMC4xMTUsMC4wMjEsMC4yMzEsMC4wMzMsMC4zNDYsMC4wNTRjMC4wOTcsMC4wMTUsMC4xOTIsMC4wMzIsMC4yODksMC4wNDJjMC40MywwLjA0MiwwLjg2NSwwLjA0MiwxLjI5NSwwICAgYzAuMS0wLjAxLDAuMTkxLTAuMDI3LDAuMjg5LTAuMDQyYzAuMTE0LTAuMDIxLDAuMjMzLTAuMDI5LDAuMzQ0LTAuMDU0YzAuMTA5LTAuMDIxLDAuMjE3LTAuMDU1LDAuMzI0LTAuMDc4ICAgYzAuMTAyLTAuMDI1LDAuMTk5LTAuMDQ3LDAuMjk5LTAuMDc3YzAuMTA1LTAuMDMxLDAuMjA3LTAuMDcxLDAuMzEyLTAuMTA5YzAuMTAyLTAuMDMsMC4xOTUtMC4wNjIsMC4yOTUtMC4xMDUgICBjMC4wOTYtMC4wNDEsMC4xOTEtMC4wODcsMC4yODMtMC4xMzJjMC4xLTAuMDQ4LDAuMTk5LTAuMDkyLDAuMjk3LTAuMTQ3YzAuMDkxLTAuMDQ4LDAuMTc3LTAuMTA0LDAuMjY0LTAuMTUzICAgYzAuMDk4LTAuMDYsMC4xOTMtMC4xMSwwLjI4Ny0wLjE3NGMwLjA5Ni0wLjA2NCwwLjE4OS0wLjE0MSwwLjI4MS0wLjIwNmMwLjA3Ni0wLjA2MiwwLjE1Ni0wLjExMywwLjIzMy0wLjE3NiAgIGMwLjI0OS0wLjIwNCwwLjQ3OS0wLjQzNywwLjY5NC0wLjY3YzAuMDc2LTAuMDY3LDAuMTU0LTAuMTMxLDAuMjI5LTAuMjAzbDQzLjI5NC00My4yOTYgICBDMTIxLjU4MSw2NS40OTEsMTIxLjU4MSw2MS4zMzcsMTE5LjAxOSw1OC43NzYiLz48L2c+PC9zdmc+);background-size:20px}.spl-theme{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBoZWlnaHQ9IjI0cHgiIHZlcnNpb249IjEuMiIgdmlld0JveD0iMiAyIDIwIDIwIiB3aWR0aD0iMjRweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTIsNGMtNC40MTgsMC04LDMuNTgyLTgsOHMzLjU4Miw4LDgsOHM4LTMuNTgyLDgtOFMxNi40MTgsNCwxMiw0eiBNMTIsMThjLTMuMzE0LDAtNi0yLjY4Ni02LTZzMi42ODYtNiw2LTZzNiwyLjY4Niw2LDYgUzE1LjMxNCwxOCwxMiwxOHoiLz48cGF0aCBkPSJNMTIsN3YxMGMyLjc1NywwLDUtMi4yNDMsNS01UzE0Ljc1Nyw3LDEyLDd6Ii8+PC9nPjwvc3ZnPg==)}.spl-play{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSItMC41IC0wLjUgMjUgMjUiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwb2x5Z29uIGZpbGw9IiNmZmYiIHBvaW50cz0iMTAgOCAxNiAxMiAxMCAxNiAxMCA4Ii8+PC9zdmc+)}.spl-play.on{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSItMC41IC0wLjUgMjUgMjUiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxsaW5lIHgxPSIxMCIgeDI9IjEwIiB5MT0iMTUiIHkyPSI5Ii8+PGxpbmUgeDE9IjE0IiB4Mj0iMTQiIHkxPSIxNSIgeTI9IjkiLz48L3N2Zz4=);animation:pulsate 1s ease infinite}.spl-close{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIyIDIgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iMTgiIHgyPSI2IiB5MT0iNiIgeTI9IjE4Ii8+PGxpbmUgeDE9IjYiIHgyPSIxOCIgeTE9IjYiIHkyPSIxOCIvPjwvc3ZnPg==)}.spl-next,.spl-prev{top:50%;width:50px;height:50px;opacity:.65;background-color:rgba(0,0,0,.45);border-radius:100%;cursor:pointer;margin-top:-25px;transform:translateX(-100px);background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgcG9pbnRzPSIxNSAxOCA5IDEyIDE1IDYiLz48L3N2Zz4=);background-size:30px}.spl-prev{left:20px}.spl-next{left:auto;right:20px;transform:translateX(100px) scaleX(-1)}#spotlight.menu .spl-prev{transform:translateX(0)}#spotlight.menu .spl-next{transform:translateX(0) scaleX(-1)}.hide-scrollbars{overflow:hidden!important;-webkit-overflow-scrolling:touch}
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;-webkit-overflow-scrolling:touch}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;-webkit-overflow-scrolling:touch}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height;-webkit-overflow-scrolling:touch}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-overflow-scrolling:touch}@media (max-width:500px){.spl-header div{width:44px}.spl-footer .spl-title{font-size:20px}.spl-footer{font-size:14px}.spl-next,.spl-prev{width:35px;height:35px;margin-top:-17.5px;background-size:15px 15px}.spl-spinner{background-size:30px 30px}}@media (hover:hover){.spl-page~div{cursor:pointer;transition:opacity .2s ease}.spl-next:hover,.spl-page~div:hover,.spl-prev:hover{opacity:1}}
/* End */


/* Start:/local/templates/rostec2/assets/css/app.css?1760729108224576*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
  color:#a39061;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.main-svg-sprite {
  display: none;
}
.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}
.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/local/templates/rostec2/assets/css/../fonts/ProximaNova-Regular.woff2") format('woff2'), url("/local/templates/rostec2/assets/css/../fonts/ProximaNova-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/local/templates/rostec2/assets/css/../fonts/ProximaNova-Semibold.woff2") format('woff2'), url("/local/templates/rostec2/assets/css/../fonts/ProximaNova-Semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/local/templates/rostec2/assets/css/../fonts/ProximaNova-Bold.woff2") format('woff2'), url("/local/templates/rostec2/assets/css/../fonts/ProximaNova-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  min-width: 0;
  min-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #101820;
  background-color: #fff;
}
svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #a39061;
  background-color: rgba(163,144,97,0.03);
}
img {
  max-width: 100%;
  height: auto;
}
.theme-color {
  color: #a39061;
}
/**
 * The CSS class screen-reader-text
 *
 * @link https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */
.visuallyhidden,
.screen-reader-text,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  -webkit-overflow-scrolling: touch;
}
.visuallyhidden:active,
.screen-reader-text:active,
.sr-only:active,
.visuallyhidden:focus,
.screen-reader-text:focus,
.sr-only:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 /* Above WP toolbar. */;
}
.footer {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 95px;
  padding-bottom: 30px;
  background-color: #000;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.footer a {
  color: #fff;
}
.footer .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
  margin-right: 40px;
}
.footer .logo__img {
  max-width: 100px;
}
.footer__inner {
  position: relative;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.footer__left,
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__left {
  border-right: 1px solid rgba(255,255,255,0.15);
  padding-right: 30px;
  width: 80%;
}
.footer__right {
  padding-left: 70px;
  width: 60%;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__nav > ul {
  width: 32.5%;
  margin-bottom: 60px !important;
  padding-right: 10px;
}
.footer__nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer__nav ul li a:hover {
  text-decoration: underline;
}
.footer__nav ul > li a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  display: block;
}
.footer__nav ul li a {
  text-decoration: none;
}
.footer__nav ul li ul {
  padding-top: 10px;
}
.footer__nav ul li ul li {
  margin-bottom: 6px;
}
.footer__nav ul li ul li a {
  font-size: 16px;
  color: #8f8f8c;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.footer__hotline {
  text-decoration: none;
  width: 270px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(143,143,140,0.2);
  margin-left: -50px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.footer__hotline:hover {
  border-color: #a39061;
}
.footer__hotline:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.83966 10.4252C3.73054 8.41866 3.82748 6.75952 3.9279 6.11252C3.95543 5.93356 4.06467 5.77759 4.22344 5.69055L5.84705 4.79355C6.08588 4.66163 6.20198 4.38228 6.12701 4.11995L5.0175 0.425042C4.93462 0.134596 4.64446 -0.0451886 4.34748 0.00990131L0.688081 0.599379C0.448404 0.64228 0.260703 0.829741 0.217495 1.06936C-0.0756519 2.72197 -0.512053 6.86634 2.24667 11.8575C5.00538 16.8487 8.74645 18.6833 10.3026 19.3143C10.5285 19.4052 10.7871 19.346 10.9509 19.1658L13.3966 16.3806C13.6006 16.1589 13.603 15.8186 13.4023 15.5939L10.8635 12.6895C10.6814 12.4864 10.3832 12.4359 10.1443 12.5677L8.52112 13.4654C8.36296 13.5536 8.17278 13.5631 8.00659 13.4913C7.40531 13.2321 5.94879 12.4317 4.83966 10.4252Z' fill='%23A39061'/%3E%3C/svg%3E%0A");
}
.footer__hotline:hover span {
  color: #a39061;
}
.footer__hotline:before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  max-width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.83966 10.4252C3.73054 8.41866 3.82748 6.75952 3.9279 6.11252C3.95543 5.93356 4.06467 5.77759 4.22344 5.69055L5.84705 4.79355C6.08588 4.66163 6.20198 4.38228 6.12701 4.11995L5.0175 0.425042C4.93462 0.134596 4.64446 -0.0451886 4.34748 0.00990131L0.688081 0.599379C0.448404 0.64228 0.260703 0.829741 0.217495 1.06936C-0.0756519 2.72197 -0.512053 6.86634 2.24667 11.8575C5.00538 16.8487 8.74645 18.6833 10.3026 19.3143C10.5285 19.4052 10.7871 19.346 10.9509 19.1658L13.3966 16.3806C13.6006 16.1589 13.603 15.8186 13.4023 15.5939L10.8635 12.6895C10.6814 12.4864 10.3832 12.4359 10.1443 12.5677L8.52112 13.4654C8.36296 13.5536 8.17278 13.5631 8.00659 13.4913C7.40531 13.2321 5.94879 12.4317 4.83966 10.4252Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-right: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.footer__hotline span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__contacts,
.footer__address {
  width: 50%;
}
.footer__contacts {
  padding-right: 10px;
}
.footer__contact {
  margin-bottom: 40px;
}
.footer__contact a,
.footer__contact span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  display: block;
}
.footer__name {
  font-size: 12px;
  color: #8f8f8c;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__links a {
  font-size: 12px;
  color: #8f8f8c;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  margin-right: 15px;
  display: block;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__language {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  width: 90px;
  max-width: 90px;
  height: 32px;
  margin-left: 15px;
  position: relative;
}
.footer__language:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 44px;
  height: 44px;
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, ease 0.2s;
  transition: opacity 0.2s, ease 0.2s;
  z-index: 2;
}
.footer__language._is-active:after {
  opacity: 1;
  visibility: visible;
}
.footer__language._is-active .footer__language-selection {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer__button-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.footer__button-language svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  max-width: 32px;
  height: 32px;
}
.footer__button-language svg path,
.footer__button-language svg circle,
.footer__button-language svg ellipse {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.footer__button-language span {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-left: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__button-language:hover svg path,
.footer__button-language:hover svg circle,
.footer__button-language:hover svg ellipse {
  stroke: #a39061;
}
.footer__button-language:hover span {
  color: #a39061;
}
.footer__language-selection {
  width: 214px;
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  position: absolute;
  top: -103px;
  left: -6px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s, -webkit-transform 0.4s;
}
.footer__language-selection a {
  font-size: 16px;
  color: #a39061;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__language-selection a:hover {
  color: #8f8f8c;
}
.footer__language-selection a:after {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  max-width: 18px;
  height: 12px;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.46154L7.17323 10L17 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  display: none;
}
.footer__language-selection a._is-active {
  color: #fff;
  pointer-events: none;
}
.footer__language-selection a._is-active:after {
  display: block;
}
.footer__copy {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.footer__button-go-to-top {
  position: absolute;
  top: 0;
  right: -124px;
  width: 24px;
  height: 45px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='45' viewBox='0 0 24 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.904297' y='11.3818' width='16.0954' height='3.72114' transform='rotate(-45 0.904297 11.3818)' fill='white'/%3E%3Crect width='15.7307' height='3.72114' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 23.332 11.123)' fill='white'/%3E%3Crect width='42.3301' height='3.72114' transform='matrix(0 -1 -1 0 14.1072 45)' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.footer__button-go-to-top:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='45' viewBox='0 0 24 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.904297' y='11.3818' width='16.0954' height='3.72114' transform='rotate(-45 0.904297 11.3818)' fill='%23a39061'/%3E%3Crect width='15.7307' height='3.72114' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 23.332 11.123)' fill='%23a39061'/%3E%3Crect width='42.3301' height='3.72114' transform='matrix(0 -1 -1 0 14.1072 45)' fill='%23a39061'/%3E%3C/svg%3E%0A");
}
.header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.app--inner-page .top-panel {
  background-color: #101820;
  padding-top: 8px;
  padding-bottom: 8px;
}
.app--inner-page .top-panel .logo__img {
  height: 48px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.app--inner-page .news-block {
  background-color: #fafcff;
}
.app--inner-page .news-block__section {
  padding-top: 64px;
  padding-bottom: 28px;
}
.app__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.app__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
h2 {
  font-size: 40px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 30px;
}
.contain {
  max-width: 1370px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
.inner-header--img .inner-header__inner {
  min-height: 487px;
}
.inner-header--img .inner-header__content {
  padding-top: 88px;
}
.inner-header--img .inner-header__content h1 {
  font-size: 32px !important;
  line-height: 1.1 !important;
  max-width: 555px !important;
}
.inner-header__inner {
  background-color: #f5f8fa;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 200px;
  background-attachment: fixed;
}
.inner-header__content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-header__content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.64px;
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: 680px;
  width: 100%;
  margin: 0;
}
.inner-header__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 88px;
}
.inner-header__button-filter {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, ease 0.3s;
  transition: background-color 0.3s, color 0.3s, ease 0.3s;
}
.inner-header__button-filter:hover {
  color: #101820;
  background-color: #fff;
}
.inner-header__button-filter._is-active {
  color: #101820;
  background-color: #fff;
}
.inner-header__button-filter._is-active .inner-header__button-filter-close {
  display: block;
}
.inner-header__button-filter-close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  width: 13px;
  max-width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.5 6.37778M6.5 6.37778L12 1M6.5 6.37778L12 12M6.5 6.37778L1 12' stroke='%23101820' stroke-width='2'/%3E%3C/svg%3E%0A");
  margin-left: 8px;
  display: none;
}
.about-direction {
  padding-top: 64px;
  padding-bottom: 34px;
}
.about-direction__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-direction__text {
  width: 50%;
  margin-right: 35px;
  margin-bottom: 50px;
}
.about-direction__text p {
  font-size: 18px;
  color: #101820;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.16px;
  margin-top: 0;
  margin-bottom: 15px;
}
.about-direction__info {
  width: 50%;
}
.about-direction__info p {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-top: 0;
  margin-bottom: 15px;
}
.about-direction__executive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-direction__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  width: 68px;
  max-width: 68px;
  height: 68px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-overflow-scrolling: touch;
}
.about-direction__avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: top;
}
.about-direction__name {
  font-size: 16px;
  color: #a39061;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.about-direction__name strong {
  color: #a39061;
  display: block;
}
.about-direction__name span {
  color: #101820;
  display: block;
}
.about-direction__more {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  margin-top: 30px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.about-direction__more:hover {
  border-bottom-color: #a39061;
}
.about-us-dates {
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.about-us-dates__slider-dates {
  overflow: visible;
  margin-bottom: 40px;
}
.about-us-dates__item-date {
  width: auto;
  min-width: 70px;
}
.about-us-dates__item-date.swiper-slide-active .about-us-dates__date {
  color: #101820;
}
.about-us-dates__date {
  font-size: 32px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.about-us-dates__date:after {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  width: 64px;
  max-width: 64px;
  height: 2px;
  background-color: #a39061;
  margin-left: 65px;
}
.about-us-dates__item.swiper-slide-active .about-us-dates__info {
  opacity: 1;
  visibility: visible;
}
.about-us-dates__item.swiper-slide-active .about-us-dates__title-date,
.about-us-dates__item.swiper-slide-active .about-us-dates__text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.about-us-dates__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us-dates__info {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-right: 45px;
  padding-top: 30px;
  border-top: 2px solid #101820;
}
.about-us-dates__title-date {
  font-size: 164px;
  color: #101820;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.about-us-dates__text {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.16px;
  max-width: 480px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.about-us-dates__text p {
  margin-top: 0;
  margin-bottom: 20px;
}
.about-us-dates__img {
  margin-left: auto;
  -webkit-clip-path: polygon(0% 0%, 34% 0px, 40% 6%, 60% 6%, 66% 0px, 100% 0%, 100% 34%, 94% 40%, 94% 60%, 100% 66%, 100% 100%, 66% 100%, 62% 94%, 40% 94%, 34% 100%, 0px 100%, 0px 67%, 7% 60%, 7% 40%, 0px 34%);
          clip-path: polygon(0% 0%, 34% 0px, 40% 6%, 60% 6%, 66% 0px, 100% 0%, 100% 34%, 94% 40%, 94% 60%, 100% 66%, 100% 100%, 66% 100%, 62% 94%, 40% 94%, 34% 100%, 0px 100%, 0px 67%, 7% 60%, 7% 40%, 0px 34%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 610px;
          flex: 0 0 610px;
  max-width: 610px;
  width: 610px;
  height: 610px;
}
.about-us-dates__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.about-us {
  color: #fff;
}
.about-us__section {
  min-height: 880px;
  padding-top: 128px;
  padding-bottom: 128px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.about-us__title {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.64px;
  margin-top: 0;
  margin-bottom: 64px;
}
.about-us__desc {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-bottom: 64px;
}
.about-us__text {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.16px;
  max-width: 660px;
  width: 100%;
}
.about-us__text p {
  margin-top: 0;
}
.activities-block {
  padding-top: 64px;
  padding-bottom: 64px;
}
.activities-block__head {
  padding-bottom: 35px;
  border-bottom: 2px solid #f0f4fa;
  margin-bottom: 50px;
}
.activities-block__head h2 {
  font-size: 32px;
}
.activities-block__item {
  margin-bottom: 100px;
}
.activities-block__item:last-child {
  margin-bottom: 0;
}
.activities-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.activities-block__name {
  font-size: 48px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  width: 50%;
  margin-right: 30px;
}
.activities-block__text {
  width: 50%;
}
.activities-block__text h3 {
  font-size: 32px;
  color: #101820;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16px;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 30px;
}
.activities-block__text p {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16px;
  margin-top: 0;
  margin-bottom: 30px;
}
.activities-block__img {
  width: 100%;
  height: 480px;
  margin-top: 100px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.activities-block__img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.direction-activity__head {
  max-width: 1370px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
.direction-activity__title {
  font-size: 128px;
  color: #101820;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.64;
  margin-top: 0;
  margin-bottom: 90px;
}
.direction-activity__inner {
  background-color: #f5f8fa;
  padding-top: 70px;
}
.direction-activity__direction-head {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 5;
}
.direction-activity__direction {
  background-color: #f5f8fa;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  background-attachment: fixed;
}
.direction-activity__direction .news-block {
  background-color: #f5f8fa;
}
.direction-activity__direction:last-child .direction-activity__more {
  margin-bottom: 0 !important;
}
.direction-activity__container {
  position: relative;
}
.direction-activity__more {
  font-size: 20px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 27px 20px;
  display: block;
  background-color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.direction-activity__more:hover {
  color: #fff;
  background-color: #a39061;
}
.direction-name {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  -webkit-transition: background-color 0.3s, ease 0.3s;
  transition: background-color 0.3s, ease 0.3s;
  cursor: pointer;
}
.direction-name:hover {
  background-color: #fff;
}
.direction-name._is-fixed {
  background-color: #fff;
}
.direction-name__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.direction-name h3 {
  font-size: 32px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.direction-name__other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  max-width: 15px;
  width: 15px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='30' viewBox='0 0 20 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.95703 12L10.4053 3L18.8535 12' stroke='%23101820' stroke-width='3'/%3E%3Cpath d='M1.95703 19L10.4053 27L18.8535 19' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: 24px;
  margin-left: -38px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.direction-name__other:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='30' viewBox='0 0 21 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12L10.5 3L19 12' stroke='%23A39061' stroke-width='3'/%3E%3Cpath d='M2 19L10.5 27L19 19' stroke='%23A39061' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.direction-name__list {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  background-color: #f0f4fa;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s, -webkit-transform 0.3s;
}
.direction-name__list._is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: translateY(0);
  transition: translateY(0);
}
.direction-name__list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.direction-name__list ul li {
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.direction-name__list ul li._is-active {
  pointer-events: none;
}
.direction-name__list ul li._is-active a {
  pointer-events: none;
}
.direction-name__list ul li._is-active a span:before {
  opacity: 1;
  visibility: visible;
}
.direction-name__list ul li:hover {
  background-color: #101820;
}
.direction-name__list ul li:hover img {
  opacity: 1;
  visibility: visible;
}
.direction-name__list ul li:hover:before {
  opacity: 1;
  visibility: visible;
}
.direction-name__list ul li:hover a {
  color: #fff;
}
.direction-name__list ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16,24,32,0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.direction-name__list ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 32%;
     object-position: 50% 32%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.direction-name__list ul li a {
  font-size: 24px;
  color: #101820;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  display: block;
  position: relative;
  z-index: 3;
}
.direction-name__list ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.668 13.7051L11.668 1.70508' stroke='white' stroke-width='4'/%3E%3Cpath d='M11.668 24.3325L23.668 12.3325' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.direction-name__list ul li a:hover {
  color: #fff;
}
.direction-name__list ul li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.direction-name__list ul li a span {
  max-width: 1370px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
}
.direction-name__list ul li a span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='17' viewBox='0 0 25 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.50012L10.4483 14.5001L23.8965 1.50012' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.direction-block {
  position: relative;
  min-height: 800px;
  padding-top: 100px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.direction-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.direction-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.direction-block__head h3 {
  font-size: 48px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-top: 0;
  margin-bottom: 0;
}
.direction-block__other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='30' viewBox='0 0 20 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.95703 12L10.4053 3L18.8535 12' stroke='%23101820' stroke-width='3'/%3E%3Cpath d='M1.95703 19L10.4053 27L18.8535 19' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: 30px;
  margin-left: -50px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.direction-block__other:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='30' viewBox='0 0 21 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12L10.5 3L19 12' stroke='%23A39061' stroke-width='3'/%3E%3Cpath d='M2 19L10.5 27L19 19' stroke='%23A39061' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.direction-block__desc {
  font-size: 32px;
  color: #101820;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16px;
  max-width: 470px;
  margin-bottom: 46px;
  position: relative;
  z-index: 2;
}
.direction-block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.direction-block__links a {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 42px;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.direction-block__links a:hover {
  border-bottom-color: #a39061;
}
.direction-block__img-mobile {
  margin-top: -70px;
  margin-left: -520px;
  margin-right: -30px;
}
.direction-block__img-mobile img {
  vertical-align: top;
}
.first-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1350px;
}
.first-screen__img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.full-menu {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  width: 100%;
  min-height: 855px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s, -webkit-transform 0.4s;
}
.full-menu._is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.full-menu__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1330px;
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.full-menu__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
  max-width: 72px;
  margin-right: 150px;
}
.full-menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.full-menu__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.full-menu__language a {
  font-size: 16px;
  color: #a39061;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  margin-right: 50px;
}
.full-menu__language a._is-active {
  color: #8f8f8c;
  pointer-events: none;
}
.full-menu__language a:hover {
  text-decoration: underline;
}
.full-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.full-menu__nav > ul {
  width: 32.5%;
  margin-bottom: 60px !important;
  padding-right: 10px;
}
.full-menu__nav .anticorruption_block {
    width:32.5%
  }
.full-menu__nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.full-menu__nav ul li a:hover {
  text-decoration: underline;
}
.full-menu__nav ul > li a {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  display: block;
}
.full-menu__nav ul li a {
  text-decoration: none;
}
.full-menu__nav ul li ul {
  padding-top: 15px;
}
.full-menu__nav ul li ul li {
  margin-bottom: 8px;
}
.full-menu__nav ul li ul li a {
  font-size: 16px;
  color: #a39061;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.full-menu__hotline {
  text-decoration: none;
  width: 270px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(143,143,140,0.2);
  margin-left: -50px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.full-menu__hotline:hover {
  border-color: #a39061;
}
.full-menu__hotline:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.83966 10.4252C3.73054 8.41866 3.82748 6.75952 3.9279 6.11252C3.95543 5.93356 4.06467 5.77759 4.22344 5.69055L5.84705 4.79355C6.08588 4.66163 6.20198 4.38228 6.12701 4.11995L5.0175 0.425042C4.93462 0.134596 4.64446 -0.0451886 4.34748 0.00990131L0.688081 0.599379C0.448404 0.64228 0.260703 0.829741 0.217495 1.06936C-0.0756519 2.72197 -0.512053 6.86634 2.24667 11.8575C5.00538 16.8487 8.74645 18.6833 10.3026 19.3143C10.5285 19.4052 10.7871 19.346 10.9509 19.1658L13.3966 16.3806C13.6006 16.1589 13.603 15.8186 13.4023 15.5939L10.8635 12.6895C10.6814 12.4864 10.3832 12.4359 10.1443 12.5677L8.52112 13.4654C8.36296 13.5536 8.17278 13.5631 8.00659 13.4913C7.40531 13.2321 5.94879 12.4317 4.83966 10.4252Z' fill='%23A39061'/%3E%3C/svg%3E%0A");
}
.full-menu__hotline:hover span {
  color: #a39061;
}
.full-menu__hotline:before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  max-width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.83966 10.4252C3.73054 8.41866 3.82748 6.75952 3.9279 6.11252C3.95543 5.93356 4.06467 5.77759 4.22344 5.69055L5.84705 4.79355C6.08588 4.66163 6.20198 4.38228 6.12701 4.11995L5.0175 0.425042C4.93462 0.134596 4.64446 -0.0451886 4.34748 0.00990131L0.688081 0.599379C0.448404 0.64228 0.260703 0.829741 0.217495 1.06936C-0.0756519 2.72197 -0.512053 6.86634 2.24667 11.8575C5.00538 16.8487 8.74645 18.6833 10.3026 19.3143C10.5285 19.4052 10.7871 19.346 10.9509 19.1658L13.3966 16.3806C13.6006 16.1589 13.603 15.8186 13.4023 15.5939L10.8635 12.6895C10.6814 12.4864 10.3832 12.4359 10.1443 12.5677L8.52112 13.4654C8.36296 13.5536 8.17278 13.5631 8.00659 13.4913C7.40531 13.2321 5.94879 12.4317 4.83966 10.4252Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-right: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.full-menu__hotline span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.full-menu__links {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.full-menu__links a {
  font-size: 12px;
  color: #a39061;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  margin-right: 15px;
  display: block;
}
.full-menu__links a:last-child {
  margin-right: 0;
}
.full-menu__links a:hover {
  text-decoration: underline;
}
.hero-directions {
  height: 890px;
  background: linear-gradient(161.48deg, #2c3642 44.8%, rgba(17,30,44,0.749) 74.15%);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  position: relative;
}
.hero-directions__section {
  padding-top: 140px;
  padding-bottom: 130px;
}
.hero-directions__imgs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-directions__imgs-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.hero-directions__imgs-bg img._is-show {
  opacity: 1;
  visibility: visible;
}
.hero-directions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
.hero-directions__links {
  width: 645px;
  margin-right: 45px;
  padding-top: 75px;
  border-top: 2px solid #f0f4fa;
}
.hero-directions__title {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.64px;
  margin-top: 0;
  margin-bottom: 30px;
}
.hero-directions__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  max-width: 480px;
  width: 100%;
}
.hero-directions__list li a {
  font-size: 32px;
  color: #a39061;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
.hero-directions__list li a:before {
  content: '';
  position: absolute;
  top: 22px;
  left: -35px;
  width: 25px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='17' viewBox='0 0 25 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5L10.4483 14.5L23.8965 1.5' stroke='%23F0F4FA' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hero-directions__list li a span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  margin-top: 5px;
  display: none;
}
.hero-directions__list li._is-active a {
  color: #f0f4fa;
}
.hero-directions__list li._is-active a:before {
  opacity: 1;
  visibility: visible;
}
.hero-directions__list li._is-active a span {
  display: block;
}
.hero-directions__imgs {
  -webkit-clip-path: polygon(0% 0%, 34% 0px, 40% 6%, 60% 6%, 66% 0px, 100% 0%, 100% 34%, 94% 40%, 94% 60%, 100% 66%, 100% 100%, 66% 100%, 62% 94%, 40% 94%, 34% 100%, 0px 100%, 0px 67%, 7% 60%, 7% 40%, 0px 34%);
          clip-path: polygon(0% 0%, 34% 0px, 40% 6%, 60% 6%, 66% 0px, 100% 0%, 100% 34%, 94% 40%, 94% 60%, 100% 66%, 100% 100%, 66% 100%, 62% 94%, 40% 94%, 34% 100%, 0px 100%, 0px 67%, 7% 60%, 7% 40%, 0px 34%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 610px;
          flex: 0 0 610px;
  max-width: 610px;
  width: 610px;
  height: 610px;
  background: linear-gradient(161.48deg, #2c3642 44.8%, rgba(17,30,44,0.749) 74.15%);
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.hero-directions__imgs img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.hero-directions__imgs img._is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
  -webkit-transition: opacity 1s, -webkit-transform 2.5s;
  transition: opacity 1s, -webkit-transform 2.5s;
  transition: transform 2.5s, opacity 1s;
  transition: transform 2.5s, opacity 1s, -webkit-transform 2.5s;
}
.hero {
  width: 100%;
  color: #fff;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
.hero__section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-overflow-scrolling: touch;
}
.hero__inner {
  max-width: 1320px;
  width: 100%;
  min-height: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom: 2px solid #fff;
}
.hero__title {
  font-size: 128px;
  color: #fff;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.64px;
  max-width: 540px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__wrapper .swiper-pagination {
  bottom: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
.hero__wrapper .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
  margin-right: 4px;
  overflow: hidden;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.hero__wrapper .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: rgba(255,255,255,0.5);
}
.hero__wrapper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.hero__wrapper .swiper-pagination-bullet span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 3px;
  background-color: #fff;
}
.hero__wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  -webkit-animation-name: paginationProgressBar;
          animation-name: paginationProgressBar;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hero__item.swiper-slide-active .hero__info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__info {
  max-width: 480px;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 60px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  margin-right: 20px;
}
.hero__text {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-bottom: 25px;
}
.hero__more {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0 6px 0;
  border-bottom: 3px solid #a39061;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.hero__more:hover {
  border-bottom-color: transparent;
}
.hero__img {
  margin-left: auto;
  -webkit-clip-path: polygon(0% 0%, 34% 0px, 40% 6%, 60% 6%, 66% 0px, 100% 0%, 100% 34%, 94% 40%, 94% 60%, 100% 66%, 100% 100%, 66% 100%, 62% 94%, 40% 94%, 34% 100%, 0px 100%, 0px 67%, 7% 60%, 7% 40%, 0px 34%);
          clip-path: polygon(0% 0%, 34% 0px, 40% 6%, 60% 6%, 66% 0px, 100% 0%, 100% 34%, 94% 40%, 94% 60%, 100% 66%, 100% 100%, 66% 100%, 62% 94%, 40% 94%, 34% 100%, 0px 100%, 0px 67%, 7% 60%, 7% 40%, 0px 34%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 610px;
          flex: 0 0 610px;
  max-width: 610px;
  width: 610px;
  height: 610px;
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.hero__slider-name {
  overflow: visible;
  margin-top: -320px;
}
.hero__item-name {
  width: auto;
  min-width: 150px;
}
.hero__item-name.swiper-slide-active .hero__name {
  color: #fff;
}
.hero__name {
  font-size: 48px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hero__name:after {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  width: 64px;
  max-width: 64px;
  height: 2px;
  background-color: #a39061;
  margin-left: 65px;
}
@-webkit-keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.logo__img {
  max-width: 48px;
  width: 100%;
  text-decoration: none;
  display: block;
}
.logo__img img {
  vertical-align: top;
}
.main-menu {
  margin-right: 48px;
}
.main-menu__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin: 0;
}
.main-menu__nav ul li {
  margin-right: 48px;
}
.main-menu__nav ul li:last-child {
  margin-right: 0;
}
.main-menu__nav ul li._is-active a {
  color: rgba(255, 255, 255);
}
.main-menu__nav ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-menu__nav ul li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.main-news-thumb {
  color: #fff;
  max-width: 305px;
  min-height: 510px;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.main-news-thumb:hover .main-news-thumb__date:after {
  width: 100%;
}
.main-news-thumb:hover .main-news-thumb__text {
  margin-top: 0;
  margin-bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.main-news-thumb:hover .main-news-thumb__more {
  background: transparent;
}
.main-news-thumb:hover .main-news-thumb__more:after {
  opacity: 1;
  left: 10px;
  visibility: visible;
}
.main-news-thumb:hover:after {
  opacity: 1;
}
.main-news-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(16,24,32,0.5)), to(rgba(16,24,32,0.5)));
  background: linear-gradient(0deg, rgba(16,24,32,0.5), rgba(16,24,32,0.5));
  z-index: -1;
}
.main-news-thumb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16,24,32,0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, ease 0.5s;
  transition: opacity 0.5s, ease 0.5s;
}
.main-news-thumb__body {
  width: 100%;
  height: 100%;
  padding: 20px 15px;
}
.main-news-thumb__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.main-news-thumb__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.main-news-thumb__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 32px;
  position: relative;
}
.main-news-thumb__date:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #a39061;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s, ease 0.3s;
  transition: width 0.3s, ease 0.3s;
}
.main-news-thumb__name {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
  margin-bottom: 30px;
  transition: color 0.3s;
}
.main-news-thumb__name:hover {
  color: #a39061;
}
.main-news-thumb__text {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  opacity: 0;
  visibility: hidden;
  margin-top: -15px;
  margin-bottom: -50px;
  -webkit-transition: margin 0.5s, opacity 0.5s, ease 0.4s;
  transition: margin 0.5s, opacity 0.5s, ease 0.4s;
}
.main-news-thumb__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-news-thumb__tag {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-news-thumb__tag:hover {
  color: #a39061;
}
.main-news-thumb__tag:last-child {
  margin-right: 0;
}
.main-news-thumb__more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 24H40.5' stroke='white' stroke-width='3'/%3E%3Cpath d='M24.5 8L24.5 40' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 48px 48px;
  z-index: 2;
  -webkit-transition: background 0.3s, ease 0.3s;
  transition: background 0.3s, ease 0.3s;
}
.main-news-thumb__more:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 10px;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.0659 17.9402L15.7426 1.61694' stroke='%23A39061' stroke-width='3'/%3E%3Cpath d='M15.7419 32.3965L32.0652 16.0732' stroke='%23A39061' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, left 0.3s, ease 0.3s;
  transition: opacity 0.3s, left 0.3s, ease 0.3s;
}
.main-news {
  padding-bottom: 100px;
  position: relative;
  z-index: 11;
}
.main-news._is-show-news-calendar .main-news__all {
  opacity: 0;
  visibility: hidden;
}
.main-news--extra .main-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-news--extra .main-news__wrapper {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.main-news--extra .main-news__wrapper .swiper-button-prev {
  left: 5px;
}
.main-news--extra .main-news__wrapper .swiper-button-prev:after {
  width: 20px;
  height: 20px;
  background-size: contain;
}
.main-news--extra .main-news__wrapper .swiper-button-next {
  right: 95px;
}
.main-news--extra .main-news__wrapper .swiper-button-next:after {
  width: 20px;
  height: 20px;
  background-size: contain;
}
.main-news__section {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  -webkit-overflow-scrolling: touch;
}
.main-news__inner {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
.main-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
  position: relative;
  z-index: 5;
}
.main-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-news__title h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.64px;
  margin: 0;
}
.main-news__current-date {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.64px;
  opacity: 0.3;
  margin-left: 10px;
}
.main-news__current-date small {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  vertical-align: top;
  margin-left: 5px;
}
.main-news__other-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  max-width: 21px;
  width: 21px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='30' viewBox='0 0 21 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12L10.5 3L19 12' stroke='white' stroke-width='3'/%3E%3Cpath d='M2 19L10.5 27L19 19' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-left: 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.main-news__other-date:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='30' viewBox='0 0 21 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12L10.5 3L19 12' stroke='%23A39061' stroke-width='3'/%3E%3Cpath d='M2 19L10.5 27L19 19' stroke='%23A39061' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.main-news__all {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  -webkit-transition: color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: color 0.3s, border-color 0.3s, opacity 0.3s;
}
.main-news__all:hover {
  color: #a39061;
}
.main-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-news__container > .main-news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 305px;
          flex: 0 0 305px;
  width: 305px;
  max-width: 305px;
  margin-right: 32px;
  position: relative;
  display: none;
}
.main-news__container > .main-news__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: -32px;
  width: 1px;
  height: 100%;
  background-color: rgba(255,255,255,0.2);
}
.main-news__wrapper {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
}
.main-news__wrapper:hover .swiper-button-prev,
.main-news__wrapper:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
.main-news__wrapper .swiper-button-prev {
  left: -60px;
}
.main-news__wrapper .swiper-button-next {
  right: -70px;
}
.main-news__wrapper .swiper-button-prev,
.main-news__wrapper .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  margin-top: -30px;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.main-news__wrapper .swiper-button-prev:after,
.main-news__wrapper .swiper-button-next:after {
  content: '';
  width: 33px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='34' viewBox='0 0 33 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.28571 17.6477L17.6089 1.32446' stroke='white' stroke-width='3'/%3E%3Cpath d='M17.6096 32.1038L1.28638 15.7805' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-news__wrapper .swiper-button-prev.swiper-button-disabled,
.main-news__wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.main-news__wrapper .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-news__slider {
  padding-bottom: 50px;
  overflow: visible;
}
.main-news__slider .swiper-pagination {
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
.main-news__slider .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
  margin-right: 4px;
  overflow: hidden;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.main-news__slider .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: rgba(16,24,32,0.2);
}
.main-news__slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.main-news__slider .swiper-pagination-bullet span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 3px;
  background-color: #101820;
}
.main-news__slider .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  -webkit-animation-name: paginationProgressBar;
          animation-name: paginationProgressBar;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.main-news__item {
  width: 305px;
}
@-webkit-keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.media-news-detailed__section {
  padding-bottom: 150px;
}
.media-news-detailed__container {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.media-news-detailed__content h1,
.media-news-detailed__content h2,
.media-news-detailed__content h3,
.media-news-detailed__content h4,
.media-news-detailed__content h5,
.media-news-detailed__content h6 {
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-top: 0;
  margin-bottom: 30px;
}
.media-news-detailed__content h2 {
  font-size: 48px;
}
.media-news-detailed__content h3 {
  font-size: 32px;
}
.media-news-detailed__content h4 {
  font-size: 28px;
}
.media-news-detailed__content h5 {
  font-size: 18px;
  font-weight: 700;
}
.media-news-detailed__content h6 {
  font-size: 14px;
  font-weight: 700;
}
.media-news-detailed__content p {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16px;
  margin-top: 0;
  margin-bottom: 30px;
}
.media-news-detailed__content p:last-child {
  margin-bottom: 0;
}
.media-news-detailed__content ul,
.media-news-detailed__content ol {
  padding-left: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
.media-news-detailed__content ol li {
  font-size: 16px;
  color: #8f8f8c;
  line-height: 1;
  letter-spacing: 0.16px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.media-news-detailed__img-content {
  margin-bottom: 30px;
}
.media-news-detailed__img-content img {
  vertical-align: top;
}
.media-news-detailed__img-content span {
  font-size: 12px;
  color: #101820;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.16px;
  display: block;
  margin-top: 15px;
}
.media-news-detailed__img-info {
  padding: 30px;
  background-color: #f0f4fa;
  vertical-align: top;
  margin-bottom: 30px;
}
.media-news-detailed__img-info img {
  vertical-align: top;
}
.media-news-detailed__img-info span {
  font-size: 12px;
  color: #101820;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.16px;
  display: block;
  margin-top: 15px;
}
.media-news-detailed table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
  margin-bottom: 35px;
}
.media-news-detailed table tr td,
.media-news-detailed table tr th {
  padding: 10px;
  word-break: break-all;
}
.media-news-detailed table tr th {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid #000;
}
.media-news-detailed table tr td {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.media-news-detailed table tbody tr:nth-child(odd) td {
  background-color: #fafcff;
}
.media-news-detailed table tbody tr:nth-child(even) td {
  background-color: #f0f4fa;
}
.media-news-detailed__quote {
  text-align: center;
  padding: 30px 24px;
  border-left: none;
  background-color: #f5f8fa;
  margin: 0 0 30px 0;
}
.media-news-detailed__quote p {
  max-width: 775px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}
.media-news-detailed__quote p:before,
.media-news-detailed__quote p:after {
  content: '';
  font-size: 64px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.64px;
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
}
.media-news-detailed__quote p:before {
  content: '«';
  top: -15px;
  left: -15px;
}
.media-news-detailed__quote p:after {
  content: '»';
  bottom: -10px;
  right: -15px;
}
.media-news-detailed__quote strong {
  font-size: 14px;
  color: #101820;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.media-news-detailed__quote span {
  font-size: 14px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  display: block;
}
.other-news {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 305px;
          flex: 0 0 305px;
  width: 305px;
  max-width: 305px;
  margin-right: 145px;
  -webkit-transition: top 0.3s, ease 0.3s;
  transition: top 0.3s, ease 0.3s;
/* @media (max-width: 767px)
  flex: 0 0 250px
  width: 250px
  max-width: 250px
  margin-right: 25px */
}
.other-news__items {
  height: 375px;
}
.other-news__items.ss-container {
  border-right: 2px solid #a39061;
}
.other-news__items.ss-container .ss-content {
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}
.other-news__items.ss-container .ss-scroll {
  width: 2px;
  background: #101820;
  opacity: 1 !important;
  height: 50%;
  top: 0%;
  border-radius: 0;
  right: -100% !important;
  /*display: block !important;*/
}
.other-news__item {
  max-width: 280px;
  margin-bottom: 35px;
/* @media (max-width: 767px)
    max-width: 230px */
}
.other-news__date {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-news__name {
  font-size: 16px;
  color: #a39061;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.other-news__name:hover {
  color: #101820;
}
.gallery {
  width: 100%;
  background-color: #f0f4fa;
  padding: 30px 30px 15px 30px;
  margin-bottom: 30px;
}
.gallery .swiper {
  overflow: visible;
}
.gallery .swiper-wrapper {
  overflow: hidden;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}
.gallery .swiper-button-prev,
.gallery .swiper-button-next {
  height: 20px;
}
.gallery .swiper-button-prev:after,
.gallery .swiper-button-next:after {
  content: '';
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='24' viewBox='0 0 15 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2L3 12L13 22' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
}
.gallery .swiper-button-prev {
  left: -30px;
}
.gallery .swiper-button-next {
  right: -30px;
}
.gallery .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery .swiper-pagination {
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
  margin-right: 4px;
  overflow: hidden;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.gallery .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: rgba(16,24,32,0.2);
}
.gallery .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.gallery .swiper-pagination .swiper-pagination-bullet span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 3px;
  background-color: #101820;
}
.gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  -webkit-animation-name: paginationProgressBar;
          animation-name: paginationProgressBar;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.gallery .swiper-slide .slider-img {
  height: 484px;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
  -webkit-overflow-scrolling: touch;
}
.gallery .swiper-slide .slider-img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.gallery .swiper-slide.swiper-slide-active .slider-img {
  opacity: 1;
}
.gallery .swiper-slide span {
  font-size: 12px;
  color: #101820;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.16px;
  display: block;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.gallery .swiper-slide.swiper-slide-active span {
  opacity: 1;
  visibility: visible;
}
@-webkit-keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.media-news-single {
  padding-top: 28px;
  background-color: #f5f8fa;
}
.media-news-single--media .media-news-single__info {
  width: 100%;
}
.media-news-single--media .gallery {
  max-width: 865px;
  margin-right: auto;
  margin-left: auto;
  margin: 35px auto 0 auto;
  background-color: #f5f8fa;
}
.media-news-single--media .gallery .swiper-slide .slider-img {
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-overflow-scrolling: touch;
}
.media-news-single--media .gallery .swiper-slide .slider-img img {
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.media-news-single--media .gallery .swiper-slide .slider-img:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  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='M5.5 11.5V18.5H12.5' stroke='white' stroke-width='3'/%3E%3Cpath d='M18.5 12.5L18.5 5.5L11.5 5.5' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.media-news-single__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.media-news-single__links a {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration: none;
  margin-right: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.media-news-single__links a:hover {
  color: #a39061;
}
.media-news-single__links span {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  margin-right: 5px;
}
.media-news-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-news-single__date {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  border-top: 2px solid #101820;
  margin-bottom: 20px;
}
.media-news-single__info {
  width: 50%;
  margin-right: 30px;
}
.media-news-single__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.media-news-single__img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 1s, -webkit-transform 1s;
  transition: ease 1s, -webkit-transform 1s;
  transition: transform 1s, ease 1s;
  transition: transform 1s, ease 1s, -webkit-transform 1s;
}
.media-news-single a.media-news-single__img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.media-news-single__name {
  font-size: 56px;
  color: #101820;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.64px;
  margin-top: 0;
  margin-bottom: 32px;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.media-news-single a.media-news-single__name {
  text-decoration: none;
}
.media-news-single a.media-news-single__name:hover {
  color: #a39061;
}
.media-news-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.media-news-single__tag {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.media-news-single__tag:hover {
  color: #a39061;
}
.media-news-single__tag:last-child {
  margin-right: 0;
}
.media-news-single__more {
  font-size: 20px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-top: 95px;
  padding: 27px 20px;
  display: block;
  background-color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.media-news-single__more:hover {
  color: #fff;
  background-color: #a39061;
}
.multimedia-block {
  background-color: #fafcff;
}
.multimedia-block__section {
  padding-top: 64px;
  padding-bottom: 34px;
}
.multimedia-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.multimedia-block__head h3 {
  font-size: 40px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.16px;
  margin: 0;
  max-width: 740px;
  width: 100%;
}
.multimedia-block__all {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 3px solid #a39061;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.multimedia-block__all:hover {
  color: #101820;
  border-bottom-color: #101820;
}
.multimedia-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.multimedia-block__item {
  width: 33.333%;
  padding-left: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.multimedia-block__item .multimedia-thumb {
  max-width: 100%;
}
.multimedia-thumb {
  max-width: 416px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.multimedia-thumb__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.multimedia-thumb__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.multimedia-thumb__date {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 32px;
  margin-bottom: 15px;
}
.multimedia-thumb__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.multimedia-thumb__tag {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.multimedia-thumb__tag:hover {
  color: #a39061;
}
.multimedia-thumb__tag:last-child {
  margin-right: 0;
}
.multimedia-thumb__img-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.multimedia-thumb__img {
  display: block;
  overflow: hidden;
  height: 380px;
  -webkit-overflow-scrolling: touch;
}
.multimedia-thumb__img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.multimedia-thumb__img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 1s, -webkit-transform 1s;
  transition: ease 1s, -webkit-transform 1s;
  transition: transform 1s, ease 1s;
  transition: transform 1s, ease 1s, -webkit-transform 1s;
}
.multimedia-thumb__icon {
  font-style: normal;
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.multimedia-thumb__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  max-width: 20px;
}
.multimedia-thumb__icon span {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-left: 10px;
}
.multimedia-thumb__text {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 18px;
}
.multimedia-thumb__text:hover {
  color: #a39061;
}
.multimedia-thumb__address,
.multimedia-thumb__event {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.multimedia-thumb__address:before,
.multimedia-thumb__event:before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  max-width: 20px;
  height: 20px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.multimedia-thumb__address:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 7.99988C17 9.95857 16.1955 11.7294 14.899 12.9999H15L10.382 18.539C10.1821 18.7789 9.81365 18.7788 9.61381 18.5389L5 12.9999H5.10102C3.80447 11.7294 3 9.95857 3 7.99988C3 4.13388 6.13401 0.999878 10 0.999878C13.866 0.999878 17 4.13388 17 7.99988ZM10 10.9999C11.6569 10.9999 13 9.65673 13 7.99988C13 6.34302 11.6569 4.99988 10 4.99988C8.34315 4.99988 7 6.34302 7 7.99988C7 9.65673 8.34315 10.9999 10 10.9999Z' fill='%23101820'/%3E%3C/svg%3E%0A");
}
.multimedia-thumb__event:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 2.5C1 1.67157 1.67157 1 2.5 1H17.5C18.3284 1 19 1.67157 19 2.5V17.5C19 18.3284 18.3284 19 17.5 19H2.5C1.67157 19 1 18.3284 1 17.5V2.5ZM3 3V17H17V3H3Z' fill='%23101820'/%3E%3Cpath d='M17 3H3V7H17V3Z' fill='%23101820'/%3E%3Cpath d='M11 9H9V11H11V9Z' fill='%23101820'/%3E%3Cpath d='M15 9H13V11H15V9Z' fill='%23101820'/%3E%3Cpath d='M7 9H5V11H7V9Z' fill='%23101820'/%3E%3Cpath d='M7 13H5V15H7V13Z' fill='%23101820'/%3E%3Cpath d='M11 13H9V15H11V13Z' fill='%23101820'/%3E%3Cpath d='M15 13H13V15H15V13Z' fill='%23101820'/%3E%3C/svg%3E%0A");
}
.multimedia-thumb__button-all {
  font-size: 20px;
  color: #a39061;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.16px;
  padding: 25px;
  background-color: #f0f4fa;
  margin-top: 40px;
  display: block;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  margin-top: auto;
}
.multimedia-thumb__button-all:hover {
  color: #fff;
  background-color: #a39061;
}
.nav-direction {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  position: relative;
  z-index: 5;
  -webkit-transition: background-color 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s, ease 0.3s;
  transition: transform 0.3s, background-color 0.3s, ease 0.3s, -webkit-transform 0.3s;
}
.nav-direction._is-fixed {
  top: 0;
  left: 0;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: -10px 0px 24px rgba(16,24,32,0.1);
          box-shadow: -10px 0px 24px rgba(16,24,32,0.1);
}
.nav-direction .direction-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 30px;
  width: auto;
  background-color: transparent;
}
.nav-direction .direction-name:hover h3 {
  color: #a39061;
}
.nav-direction .direction-name:hover h3 + .direction-name__other {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='30' viewBox='0 0 21 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12L10.5 3L19 12' stroke='%23A39061' stroke-width='3'/%3E%3Cpath d='M2 19L10.5 27L19 19' stroke='%23A39061' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.nav-direction .direction-name--news {
  pointer-events: none;
}
.nav-direction .direction-name__other {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.nav-direction .direction-name__list {
  top: 105px;
  z-index: 5;
}
@media (max-width: 767px) {
  .nav-direction .direction-name__list {
    top: 90px;
  }
}

.nav-direction__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-direction__nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.nav-direction__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.nav-direction__nav ul li {
  margin-right: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.nav-direction__nav ul li:last-child {
  margin-right: 0;
}
.nav-direction__nav ul li._is-active a {
  color: #101820;
  pointer-events: none;
}
.nav-direction__nav ul li._is-active a:after {
  opacity: 1;
  visibility: visible;
}
.nav-direction__nav ul li a {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 29px;
  padding-bottom: 28px;
  position: relative;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav-direction__nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #101820;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav-direction__nav ul li a:hover {
  color: #101820;
}
.nav-direction__nav-last {
  position: relative;
  cursor: pointer;
  margin-right: 0 !important;
  padding: 16px;
  width: 89px;
  height: 46px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -25px;
}
.nav-direction__nav-last:first-child {
  margin-left: 0;
}
.nav-direction__nav-last._is-active-last {
  background-color: #f5f8fa;
}
.nav-direction__nav-last._is-active-last:before {
  color: #101820;
}
.nav-direction__nav-last._is-active-last:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23101820' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.promtour li a span:after {
  display: inline-block;
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  max-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='M23.75 12.7275H21.25V7.51758L13.8838 14.8838L12.1162 13.1162L19.4824 5.75H14V3.25H23.75V12.7275Z' fill='white' /%3E%3Cpath d='M10 5V7.5H4.5V19.5H19.5V17H22V22H2V5H10Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-left: 10px;
}
.nav-direction__nav-last._is-active-last ul {
  opacity: 1;
  visibility: visible;
}
.nav-direction__nav-last:before {
  content: attr(data-text-nav-more);
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
}
.nav-direction__nav-last:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 16px;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23A39061' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.nav-direction__nav-last ul {
  list-style: none;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  max-width: 260px;
  width: auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0 0 4px 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.nav-direction__nav-last ul li {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  border-top: 1px solid rgba(143,143,140,0.2);
}
.nav-direction__nav-last ul li:first-child {
  border-top: 0;
}
.nav-direction__nav-last ul li a {
  line-height: 1;
  display: block;
  padding: 16px !important;
  background-color: #f5f8fa;
}
.nav-direction__nav-last ul li a:hover {
  border-color: transparent;
}
.new-direction-activity__head {
  max-width: 1370px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.new-direction-activity__title {
  font-size: 88px;
  color: #101820;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.64;
  margin-top: 0;
  margin-bottom: 0;
}
.new-direction-activity__all {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.new-direction-activity__all:hover {
  color: #101820;
  border-bottom-color: #101820;
}
.new-direction-activity__inner {
  background-color: #fafcff;
}
.new-direction-activity__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.new-direction-activity__preview {
  width: calc(50% + 102px);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: sticky;
  top: 0;
}
.new-direction-activity__preview .preview-news-direction {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.new-direction-activity__preview .preview-news-direction._is-show {
  opacity: 1;
  visibility: visible;
}
.new-direction-activity__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.new-direction-activity__list .preview-news-direction {
  height: 768px;
}
.new-direction-activity__direction-head {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 5;
}
.new-direction-activity__direction {
  padding-right: 33px;
  padding-left: 70px;
  padding-bottom: 30px;
}
.new-direction-activity__direction:last-child .new-direction-activity__direction-inner {
  border-bottom: none;
}
.new-direction-activity__container {
  position: relative;
}
.new-direction-activity__more {
  font-size: 20px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-top: 30px;
  padding: 25px 20px;
  display: block;
  background-color: #f0f4fa;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.new-direction-activity__more:hover {
  color: #fff;
  background-color: #a39061;
}
.new-direction-name {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 70px;
  width: 100%;
  -webkit-transition: background-color 0.3s, ease 0.3s;
  transition: background-color 0.3s, ease 0.3s;
  cursor: pointer;
}
.new-direction-name:hover {
  background-color: #fff;
}
.new-direction-name._is-fixed {
  background-color: #fff;
}
.new-direction-name__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-direction-name h3 {
  font-size: 32px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.new-direction-name__other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  width: 15px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='22' viewBox='0 0 15 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.65223L7.5 2.39136L13.5 8.65223' stroke='%23101820' stroke-width='2.6087'/%3E%3Cpath d='M1.5 13.8696L7.5 19.6088L13.5 13.8696' stroke='%23101820' stroke-width='2.6087'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: 20px;
  margin-left: -40px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.new-direction-name__other:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='22' viewBox='0 0 15 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.65223L7.5 2.39136L13.5 8.65223' stroke='%23A39061' stroke-width='2.6087'/%3E%3Cpath d='M1.5 13.8696L7.5 19.6088L13.5 13.8696' stroke='%23A39061' stroke-width='2.6087'/%3E%3C/svg%3E%0A");
}
.new-direction-name__list {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #f0f4fa;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s, -webkit-transform 0.3s;
}
.new-direction-name__list._is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: translateY(0);
  transition: translateY(0);
}
.new-direction-name__list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.new-direction-name__list ul li {
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.new-direction-name__list ul li._is-active {
  pointer-events: none;
}
.new-direction-name__list ul li._is-active a {
  pointer-events: none;
}
.new-direction-name__list ul li._is-active a span:before {
  opacity: 1;
  visibility: visible;
}
.new-direction-name__list ul li:hover {
  background-color: #101820;
}
.new-direction-name__list ul li:hover img {
  opacity: 1;
  visibility: visible;
}
.new-direction-name__list ul li:hover:before {
  opacity: 1;
  visibility: visible;
}
.new-direction-name__list ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16,24,32,0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.new-direction-name__list ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 32%;
     object-position: 50% 32%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.new-direction-name__list ul li a {
  font-size: 22px;
  color: #101820;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  display: block;
  position: relative;
  z-index: 3;
}
.new-direction-name__list ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.668 13.7051L11.668 1.70508' stroke='white' stroke-width='4'/%3E%3Cpath d='M11.668 24.3325L23.668 12.3325' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.new-direction-name__list ul li a:hover {
  color: #fff;
}
.new-direction-name__list ul li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.new-direction-name__list ul li a span {
  padding-left: 25px;
  display: block;
  position: relative;
}
.new-direction-name__list ul li a span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='17' viewBox='0 0 25 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.50012L10.4483 14.5001L23.8965 1.50012' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.preview-news-direction {
  width: 100%;
  height: 100%;
  background-color: #101820;
}
.preview-news-direction__body {
  width: 100%;
  height: 100%;
  position: relative;
}
.preview-news-direction__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.preview-news-direction__img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.preview-news-direction__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(16,24,32,0.4)), to(rgba(16,24,32,0.4)));
  background: linear-gradient(0deg, rgba(16,24,32,0.4), rgba(16,24,32,0.4));
}
.preview-news-direction__content {
  width: 100%;
  height: 358px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(16,24,32,0.01);
  opacity: 0.99;
  -webkit-backdrop-filter: blur(37px);
          backdrop-filter: blur(37px);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preview-news-direction__info {
  max-width: 525px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.preview-news-direction__date {
  font-size: 12px;
  color: rgba(240,244,250,0.6);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 32px;
  margin-bottom: 15px;
}
.preview-news-direction__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.preview-news-direction__tag {
  font-size: 12px;
  color: rgba(240,244,250,0.6);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.preview-news-direction__tag:hover {
  color: #a39061;
}
.preview-news-direction__tag:last-child {
  margin-right: 0;
}
.preview-news-direction__tag span {
  position: relative;
  margin-right: 8px;
  padding-right: 11px;
}
.preview-news-direction__tag span:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #8f8f8c;
  opacity: 0.5;
}
.preview-news-direction__tag span:last-child {
  margin-right: 0;
}
.preview-news-direction__tag span:last-child:after {
  display: none;
}
.preview-news-direction__text {
  font-size: 32px;
  color: rgba(240,244,250,0.6);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 56px;
}
.preview-news-direction__text:hover {
  color: #a39061;
}
.preview-news-direction__more {
  position: absolute;
  bottom: 48px;
  right: 48px;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 24H40.5' stroke='white' stroke-width='3'/%3E%3Cpath d='M24.5 8L24.5 40' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 48px 48px;
  z-index: 2;
  -webkit-transition: background 0.3s, ease 0.3s;
  transition: background 0.3s, ease 0.3s;
}
.preview-news-direction__more:after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.0659 17.9402L15.7426 1.61694' stroke='%23A39061' stroke-width='3'/%3E%3Cpath d='M15.7419 32.3965L32.0652 16.0732' stroke='%23A39061' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, left 0.3s, ease 0.3s;
  transition: opacity 0.3s, left 0.3s, ease 0.3s;
}
.preview-news-direction__more:hover {
  background-image: none;
}
.preview-news-direction__more:hover:after {
  opacity: 1;
  left: 10px;
  visibility: visible;
}
.new-hero {
  width: 100%;
  height: 1045px;
  color: #fff;
  position: relative;
  z-index: 10;
  margin-top: -106px;
  background-color: #8f8f8c;
}
.new-hero--bottom-over {
  margin-bottom: -460px;
}
.new-hero--bottom-over .new-hero__bg-fill {
  display: block;
}
.new-hero__section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.new-hero__inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #030303;
}
.new-hero__title-wrapper {
  width: 100%;
  position: absolute;
  top: 156px;
  left: 0;
  z-index: 5;
}
.new-hero__title {
  font-size: 88px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.64px;
}
.new-hero__wrapper {
  height: 100%;
}
.new-hero__wrapper .swiper-pagination {
  bottom: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
.new-hero__wrapper .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
  margin-right: 4px;
  overflow: hidden;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.new-hero__wrapper .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: rgba(255,255,255,0.5);
}
.new-hero__wrapper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.new-hero__wrapper .swiper-pagination-bullet span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 3px;
  background-color: #fff;
}
.new-hero__wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  -webkit-animation-name: paginationProgressBar;
          animation-name: paginationProgressBar;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.new-hero__slider {
  height: 100%;
}
.new-hero__item.swiper-slide-active .new-hero__info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.new-hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.new-hero__info {
  max-width: 480px;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  padding-bottom: 200px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  margin-right: 20px;
  position: relative;
  z-index: 5;
}
.new-hero__text {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-bottom: 25px;
}
.new-hero__more {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0 6px 0;
  margin-top: 25px;
  display: inline-block;
}
.new-hero__img {
  margin-left: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.new-hero__img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(47.59% 84.7% at 63.28% 53.89%, rgba(16,24,32,0) 37.5%, rgba(16,24,32,0.6) 84.28%);
  z-index: 1;
}
.new-hero__slider-name {
  overflow: visible;
  margin-top: -770px;
  position: relative;
  z-index: 10;
}
.new-hero__item-name {
  width: auto;
  min-width: 150px;
}
.new-hero__item-name.swiper-slide-active .new-hero__name {
  color: #fff;
}
.new-hero__item-name.swiper-slide-active .new-hero__name span:before {
  -webkit-animation-name: paginationProgressBar;
          animation-name: paginationProgressBar;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.new-hero__name {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.new-hero__name span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  width: 64px;
  max-width: 64px;
  height: 2px;
  background-color: #8f8f8c;
  margin-left: 65px;
  position: relative;
}
.new-hero__name span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
}
.new-hero__bg-fill {
  width: 100%;
  height: 465px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(16,24,32,0.01);
  opacity: 0.99;
  -webkit-backdrop-filter: blur(37px);
          backdrop-filter: blur(37px);
  -webkit-filter: blur(0);
          filter: blur(0);
  z-index: 3;
  display: none;
}
@-webkit-keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.new-news-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.new-news-block__head h3 {
  font-size: 48px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.16px;
  margin: 0;
  max-width: 740px;
  width: 100%;
}
.new-news-block__item {
  padding-top: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f0f4fa;
}
.new-news-block__more {
  font-size: 20px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 27px 20px;
  display: block;
  background-color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.new-news-block__more:hover {
  color: #fff;
  background-color: #a39061;
}
.new-news-thumb {
  width: 100%;
}
.new-news-thumb__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-news-thumb__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
}
.new-news-thumb__date {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 32px;
  margin-bottom: 15px;
}
.new-news-thumb__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.new-news-thumb__tag {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.new-news-thumb__tag:hover {
  color: #a39061;
}
.new-news-thumb__tag:last-child {
  margin-right: 0;
}
.new-news-thumb__img {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 304px;
          flex: 0 0 304px;
  width: 304px;
  max-width: 304px;
  height: 277px;
  background-color: #101820;
  -webkit-overflow-scrolling: touch;
}
.new-news-thumb__img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.new-news-thumb__img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 1s, -webkit-transform 1s;
  transition: ease 1s, -webkit-transform 1s;
  transition: transform 1s, ease 1s;
  transition: transform 1s, ease 1s, -webkit-transform 1s;
}
.new-news-thumb__text {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 16px;
  max-width: 416px;
}
.new-news-thumb__text:hover {
  color: #a39061;
}
.news-block__section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.news-block__head h3 {
  font-size: 40px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.16px;
  margin: 0;
  max-width: 740px;
  width: 100%;
}
.news-block__all {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news-block__all:hover {
  color: #101820;
}
.news-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.news-block__item {
  width: 33.333%;
  padding-left: 30px;
  padding-bottom: 30px;
}
.news-block__item .news-thumb {
  max-width: 100%;
}
.news-block__more {
  font-size: 20px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 27px 20px;
  display: block;
  background-color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.news-block__more:hover {
  color: #fff;
  background-color: #a39061;
}
.news-calendar {
  color: #fff;
  padding-top: 64px;
  padding-bottom: 50px;
  padding-right: 45px;
  padding-left: 45px;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1410px;
  width: 100%;
  height: 910px;
  z-index: 4;
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50px);
          transform: translate(-50%, -50px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s, -webkit-transform 0.4s;
}
.news-calendar._is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.news-calendar--media {
  max-width: 100%;
  top: auto;
  left: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  background: #f0f4fa;
  height: auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.news-calendar--media .news-calendar__button-close {
  display: none;
}
.news-calendar--media .news-calendar__date-nav {
  background-color: #fff;
  padding-left: 16px;
  margin-bottom: 30px;
}
.news-calendar--media .news-calendar__active-year {
  border: 1px solid rgba(0,0,0,0.1);
}
.news-calendar--media .news-calendar__year-dropdown {
  background: #fff;
}
.news-calendar--media .news-calendar__year {
  color: #101820;
}
.news-calendar--media .news-calendar__month--no-news {
  color: rgba(16,24,32,0.2);
}
.news-calendar--media .news-calendar__month._is-active {
  color: #101820;
}
.news-calendar--media .news-calendar__day-name {
  color: #101820;
}
.news-calendar--media .news-calendar__day-name--weekend {
  color: #a39061;
}
.news-calendar--media .news-calendar__cell-day--dey-another-month {
  color: rgba(16,24,32,0.05);
}
.news-calendar--media .news-calendar__cell-day--no-news {
  color: rgba(16,24,32,0.2);
}
.news-calendar--media .news-calendar__cell-day._is-active {
  pointer-events: all;
}
.news-calendar--media .news-calendar__cell-day._is-active._is-selected-date {
  color: #a39061;
}
.news-calendar--media .news-calendar__cell-day._is-active._is-selected-date span:after {
  background: url('/local/templates/rostec2/assets/img/dots3.svg') no-repeat 0 0 transparent;
}
.news-calendar--media .news-calendar__cell-day._is-active._is-selected-date:after {
  opacity: 1;
  visibility: visible;
  background-image: url("data:image/svg+xml,%3Csvg width='130' height='130' viewBox='0 0 130 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 44.2391V1.00049H43.8954L51.1877 8.29271H78.555L85.8472 1.00049H129V44.2391L120.936 52.3034V78.2123L129 86.2766V129H85.8472L78.555 121.708H51.1877L43.8954 129H1V86.2766L9.06434 78.2123V52.3034L1 44.2391Z' stroke='%23A39061'/%3E%3C/svg%3E%0A");
}
.news-calendar--media .news-calendar__cell-day._is-active:hover {
  color: #a39061;
}
.news-calendar--media .news-calendar__cell-day._is-active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='128' height='128' viewBox='0 0 128 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 43.2391V0.000488281H42.8954L50.1877 7.29271H77.555L84.8472 0.000488281H128V43.2391L119.936 51.3034V77.2123L128 85.2766V128H84.8472L77.555 120.708H50.1877L42.8954 128H0V85.2766L8.06434 77.2123V51.3034L0 43.2391Z' fill='%23A39061'/%3E%3C/svg%3E%0A");
}
.news-calendar--media .news-calendar__cell-day._is-selected-date:after {
  opacity: 1;
  visibility: visible;
  background-image: url("data:image/svg+xml,%3Csvg width='130' height='130' viewBox='0 0 130 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 44.2391V1.00049H43.8954L51.1877 8.29271H78.555L85.8472 1.00049H129V44.2391L120.936 52.3034V78.2123L129 86.2766V129H85.8472L78.555 121.708H51.1877L43.8954 129H1V86.2766L9.06434 78.2123V52.3034L1 44.2391Z' stroke='%23A39061'/%3E%3C/svg%3E%0A");
}
.news-calendar--media .news-calendar__cell-day:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='130' height='130' viewBox='0 0 130 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 44.2391V1.00049H43.8954L51.1877 8.29271H78.555L85.8472 1.00049H129V44.2391L120.936 52.3034V78.2123L129 86.2766V129H85.8472L78.555 121.708H51.1877L43.8954 129H1V86.2766L9.06434 78.2123V52.3034L1 44.2391Z' stroke='%23A39061'/%3E%3C/svg%3E%0A");
}
.news-calendar__button-close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: transparent;
  padding: 0;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.565186' y='26.0208' width='36' height='2' transform='rotate(-45 0.565186 26.0208)' fill='white'/%3E%3Crect x='26.0212' y='27.4348' width='36' height='2' transform='rotate(-135 26.0212 27.4348)' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: block;
  cursor: pointer;
  -webkit-transition: background 0.3s, ease 0.3s;
  transition: background 0.3s, ease 0.3s;
  z-index: 5;
}
.news-calendar__button-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.565186' y='26.0208' width='36' height='2' transform='rotate(-45 0.565186 26.0208)' fill='%23A39061'/%3E%3Crect x='26.0212' y='27.4348' width='36' height='2' transform='rotate(-135 26.0212 27.4348)' fill='%23A39061'/%3E%3C/svg%3E%0A");
}
.news-calendar__container {
  padding-top: 15px;
}
.news-calendar__date-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  margin-bottom: 15px;
}
.news-calendar__years {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  position: relative;
  margin-bottom: 15px;
}
.news-calendar__active-year {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: 1px solid rgba(255,255,255,0.1);
  position: relative;
  cursor: pointer;
}
.news-calendar__active-year:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.63099L7 7.37012L13 1.63099' stroke='%23A39061' stroke-width='2.6087'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-transition: ease 0.3s, -webkit-transform 0.3s;
  transition: ease 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, ease 0.3s;
  transition: transform 0.3s, ease 0.3s, -webkit-transform 0.3s;
}
.news-calendar__active-year._is-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-calendar__year-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  padding: 8px 15px;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  border: 1px solid rgba(255,255,255,0.1);
  border-top: 0;
  -webkit-transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s, -webkit-transform 0.3s;
  z-index: 5;
}
.news-calendar__year-dropdown._is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.news-calendar__year {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: color 0.3s, ease 0.3s;
  transition: color 0.3s, ease 0.3s;
}
.news-calendar__year:hover {
  color: #8f8f8c;
}
.news-calendar__year._is-active {
  color: #a39061;
  pointer-events: none;
}
.news-calendar__months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding-bottom: 15px;
  -webkit-overflow-scrolling: touch;
}
.news-calendar__month {
  font-size: 14px;
  color: #a39061;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 25px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news-calendar__month--no-news {
  color: rgba(255,255,255,0.2);
  pointer-events: none;
}
.news-calendar__month:hover {
  color: #8f8f8c;
}
.news-calendar__month._is-active {
  color: #fafcff;
  pointer-events: none;
}
.news-calendar__day-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-calendar__day-name {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  width: 14.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
}
.news-calendar__day-name--weekend {
  color: #a39061;
}
.news-calendar__cells-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-calendar__cell-day {
  font-size: 32px;
  color: #a39061;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  width: 14.28%;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.news-calendar__cell-day:after {
  content: '';
  width: 114px;
  height: 114px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='130' height='130' viewBox='0 0 130 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1 44.2396V1.00098H43.8954L51.1877 8.2932H78.555L85.8472 1.00098H129V44.2396L120.936 52.3039V78.2128L129 86.2771V129.001H85.8472L78.555 121.709H51.1877L43.8954 129.001H1V86.2771L9.06434 78.2128V52.3039L1 44.2396Z' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-transition: opacity 0.3s, background 0.3s, ease 0.3s;
  transition: opacity 0.3s, background 0.3s, ease 0.3s;
}
.news-calendar__cell-day:hover:after {
  opacity: 1;
  visibility: visible;
  background-image: url("data:image/svg+xml,%3Csvg width='130' height='130' viewBox='0 0 130 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1 44.2396V1.00098H43.8954L51.1877 8.2932H78.555L85.8472 1.00098H129V44.2396L120.936 52.3039V78.2128L129 86.2771V129.001H85.8472L78.555 121.709H51.1877L43.8954 129.001H1V86.2771L9.06434 78.2128V52.3039L1 44.2396Z' stroke='%23A39061'/%3E%3C/svg%3E%0A");
}
.news-calendar__cell-day._is-active {
  pointer-events: none;
  color: #fff;
}
.news-calendar__cell-day._is-active:after {
  opacity: 1;
  visibility: visible;
}
.news-calendar__cell-day._is-active span:after {
  background: url('/local/templates/rostec2/assets/img/dots3_active.svg') no-repeat 0 0 transparent;
}
.news-calendar__cell-day._is-active:hover span:after {
  background: url('/local/templates/rostec2/assets/img/dots3.svg') no-repeat 0 0 transparent;
}
.news-calendar__cell-day._is-active.dot4 span:before,
.news-calendar__cell-day._is-active.dot5 span:before,
.news-calendar__cell-day._is-active.dot6 span:before
{
  background: url('/local/templates/rostec2/assets/img/dots3_active.svg') no-repeat 0 0 transparent;
}
.news-calendar__cell-day._is-active.dot4:hover span:before,
.news-calendar__cell-day._is-active.dot5:hover span:before,
.news-calendar__cell-day._is-active.dot6:hover span:before {
  background: url('/local/templates/rostec2/assets/img/dots3.svg') no-repeat 0 0 transparent;
}
.news-calendar__cell-day span {
  position: relative;
  z-index: 2;
}
.news-calendar__cell-day span:after {
  content: '';
  width: 8px;
  height: 8px;
  background: url('/local/templates/rostec2/assets/img/dots3.svg') no-repeat 0 0 transparent;
  position: absolute;
  top: -22px;
  right: -15px;
}
.news-calendar__cell-day.dot2 span:after {
  width: 21px;
  right: -23px;
}
.news-calendar__cell-day.dot3 span:after {
  width: 34px;
  right: -31px;
}
.news-calendar__cell-day.dot4 span:after {
  width: 34px;
  right: -31px;
  top: -31px;
}
.news-calendar__cell-day.dot5 span:after {
  width: 34px;
  right: -31px;
  top: -31px;
}
.news-calendar__cell-day.dot6 span:after {
  width: 34px;
  right: -31px;
  top: -31px;
}
.news-calendar__cell-day.dot4 span:before {
  width: 8px;
  right: -15px;
  content: '';
  height: 8px;
  background: url('/local/templates/rostec2/assets/img/dots3.svg') no-repeat 0 0 transparent;
  position: absolute;
  top: -19px;
  right: -31px;
}
.news-calendar__cell-day.dot5 span:before {
  width: 21px;
  content: '';
  height: 8px;
  background: url('/local/templates/rostec2/assets/img/dots3.svg') no-repeat 0 0 transparent;
  position: absolute;
  top: -19px;
  right: -31px;
}
.news-calendar__cell-day.dot6 span:before {
  width: 34px;
  content: '';
  height: 8px;
  background: url('/local/templates/rostec2/assets/img/dots3.svg') no-repeat 0 0 transparent;
  position: absolute;
  top: -19px;
  right: -31px;
}

.news-calendar__cell-day--no-news {
  color: rgba(255,255,255,0.2);
  pointer-events: none;
}
.news-calendar__cell-day--no-news span:after {
  display: none;
}
.news-calendar__cell-day--dey-another-month {
  color: rgba(255,255,255,0.05);
  pointer-events: none;
}
.news-calendar__cell-day--dey-another-month span:after {
  display: none;
}
.popup-news-day {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 540px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: -10px 0px 24px rgba(16,24,32,0.1);
          box-shadow: -10px 0px 24px rgba(16,24,32,0.1);
  z-index: 5;
  padding: 48px 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
  -webkit-overflow-scrolling: touch;
}
.popup-news-day._is-show {
  opacity: 1;
  visibility: visible;
}
.popup-news-day__button-close {
  width: 27px;
  height: 27px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='25.4561' width='36' height='2' transform='rotate(-45 0 25.4561)' fill='%23A39061'/%3E%3Crect x='25.4561' y='26.8701' width='36' height='2' transform='rotate(-135 25.4561 26.8701)' fill='%23A39061'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: block;
  margin-left: auto;
  margin-right: 48px;
  cursor: pointer;
}
.popup-news-day__inner {
  padding-top: 50px;
}
.popup-news-day__title-date {
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.16px;
  color: #101820;
  max-width: 445px;
  width: 100%;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #101820;
}
.popup-news-day__items {
  height: 680px;
  overflow-y: auto;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-overflow-scrolling: touch;
}
.popup-news-day__items.ss-container .ss-content {
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}
.popup-news-day__items.ss-container .ss-scroll {
  width: 6px;
  background: #8f8f8c;
  opacity: 1 !important;
  height: 50%;
  top: 0%;
  border-radius: 0;
  right: -485px !important;
  display: block !important;
}
.popup-news-day__item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.popup-news-day__item:last-child {
  margin-bottom: 0;
}
.popup-news-day__name {
  font-size: 32px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.popup-news-day__text {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-bottom: 10px;
}
.popup-news-day__address,
.popup-news-day__event {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #101820;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.popup-news-day__address:before,
.popup-news-day__event:before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  max-width: 20px;
  height: 20px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.popup-news-day__address:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 7.99988C17 9.95857 16.1955 11.7294 14.899 12.9999H15L10.382 18.539C10.1821 18.7789 9.81365 18.7788 9.61381 18.5389L5 12.9999H5.10102C3.80447 11.7294 3 9.95857 3 7.99988C3 4.13388 6.13401 0.999878 10 0.999878C13.866 0.999878 17 4.13388 17 7.99988ZM10 10.9999C11.6569 10.9999 13 9.65673 13 7.99988C13 6.34302 11.6569 4.99988 10 4.99988C8.34315 4.99988 7 6.34302 7 7.99988C7 9.65673 8.34315 10.9999 10 10.9999Z' fill='%23101820'/%3E%3C/svg%3E%0A");
}
.popup-news-day__event:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 2.5C1 1.67157 1.67157 1 2.5 1H17.5C18.3284 1 19 1.67157 19 2.5V17.5C19 18.3284 18.3284 19 17.5 19H2.5C1.67157 19 1 18.3284 1 17.5V2.5ZM3 3V17H17V3H3Z' fill='%23101820'/%3E%3Cpath d='M17 3H3V7H17V3Z' fill='%23101820'/%3E%3Cpath d='M11 9H9V11H11V9Z' fill='%23101820'/%3E%3Cpath d='M15 9H13V11H15V9Z' fill='%23101820'/%3E%3Cpath d='M7 9H5V11H7V9Z' fill='%23101820'/%3E%3Cpath d='M7 13H5V15H7V13Z' fill='%23101820'/%3E%3Cpath d='M11 13H9V15H11V13Z' fill='%23101820'/%3E%3Cpath d='M15 13H13V15H15V13Z' fill='%23101820'/%3E%3C/svg%3E%0A");
}
.news-list {
  background-color: #fafcff;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.news-list__section {
  padding-top: 128px;
  padding-bottom: 60px;
}
.news-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.news-list__head h2 {
  font-size: 64px;
  color: #101820;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.16px;
  margin: 0;
  max-width: 740px;
  width: 100%;
}
.news-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.news-list__item {
  width: 33.333%;
  padding-left: 30px;
  padding-bottom: 80px;
}
.news-list__item .news-thumb {
  max-width: 100%;
}
.news-list__more {
  font-size: 20px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 27px 20px;
  display: block;
  background-color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.news-list__more:hover {
  color: #fff;
  background-color: #a39061;
}
.sorting-panel {
  margin-bottom: 40px;
}
.sorting-panel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.sorting-panel__search {
  width: 100%;
  margin-right: 40px;
}
.sorting-panel__categories .sorting-panel__field {
  position: static;
}
.sorting-panel__field {
  width: 100%;
  position: relative;
}
.sorting-panel__field input {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  width: 100%;
  height: 48px;
  border: none;
  background-color: transparent;
  border-bottom: 3px solid #101820;
  padding: 8px 35px 8px 8px;
  outline: none;
}
.sorting-panel__field ::-webkit-input-placeholder {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.sorting-panel__field ::-moz-placeholder {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.sorting-panel__field :-ms-input-placeholder {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.sorting-panel__field ::-ms-input-placeholder {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.sorting-panel__field ::placeholder {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.sorting-panel__button-search {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 8px;
  border: none;
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml, %3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.75' cy='10.75' r='8.75004' stroke='%23101820' stroke-width='3'/%3E%3Cpath d='M16.875 16.875L23 23' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.sorting-panel__button-search:hover {
  background-image: url("data:image/svg+xml, %3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.75' cy='10.75' r='8.75004' stroke='%23A39061' stroke-width='3'/%3E%3Cpath d='M16.875 16.875L23 23' stroke='%23A39061' stroke-width='3'/%3E%3C/svg%3E");
}
.sorting-panel__date {
  margin-right: 30px;
}
.sorting-panel__date input {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.sorting-panel__date i {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  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%3Crect x='1.5' y='-1.5' width='17' height='14' transform='matrix(1 0 0 -1 2 19)' stroke='%23101820' stroke-width='3'/%3E%3Crect x='4' y='3' width='3' height='3' fill='%23101820'/%3E%3Crect x='5' y='7' width='14' height='3' fill='%23101820'/%3E%3Crect x='17' y='3' width='3' height='3' fill='%23101820'/%3E%3Crect x='14' y='14' width='3' height='3' fill='%23101820'/%3E%3C/svg%3E%0A");
  z-index: 1;
}
.sorting-panel__date,
.sorting-panel__categories {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
  width: 192px;
  max-width: 192px;
}
.sorting-panel__choice-categories {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 8px;
  cursor: pointer;
  border-bottom: 3px solid #101820;
  -webkit-transition: background-color 0.3s, ease 0.3s;
  transition: background-color 0.3s, ease 0.3s;
}
.sorting-panel__choice-categories span {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  margin-right: 10px;
  -webkit-overflow-scrolling: touch;
}
.sorting-panel__choice-categories i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  max-width: 24px;
  height: 24px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.sorting-panel__choice-categories i {
  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='M3 12H21' stroke='%23101820' stroke-width='3'/%3E%3Cpath d='M12 3L12 21' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  -webkit-transition: background 0.3s, ease 0.3s;
  transition: background 0.3s, ease 0.3s;
}
.sorting-panel__choice-categories._is-active {
  background-color: #fff;
}
.sorting-panel__choice-categories._is-active i {
  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='M22 7L12 17L2 7' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.sorting-panel__categories-list {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 4;
  -webkit-transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s, -webkit-transform 0.3s;
/* @media (min-width: 768px) and (max-width: 1439px)
      left: -75px

    @media (max-width: 767px)
      width: 100% */
}
.sorting-panel__categories-list._is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sorting-panel__categories-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sorting-panel__categories-list ul li {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px;
  width: 25%;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.sorting-panel__categories-list ul li:before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  width: 23px;
  max-width: 23px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 2L9 14L2 7' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-right: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.sorting-panel__categories-list ul li._is-checked:before {
  opacity: 1;
  visibility: visible;
}
.air-datepicker {
  width: 320px;
  height: 320px;
  padding: 8px;
  margin-top: -10px;
  border: none;
  border-radius: 0;
  background: #fff;
}
.air-datepicker--pointer {
  display: none;
}
.air-datepicker-nav {
  border-bottom: none;
}
.air-datepicker-nav--action {
  border-radius: 18px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.air-datepicker-nav--action path {
  stroke: #101820;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.air-datepicker-nav--action:hover {
  background: #a39061;
}
.air-datepicker-nav--action:hover path {
  stroke: #fff;
}
.air-datepicker-nav--title {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.16px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.air-datepicker-nav--title:hover {
  color: #fff;
  background: #a39061;
}
.air-datepicker-nav--title:hover i {
  color: #fff;
}
.air-datepicker-nav--title i {
  color: #101820;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.air-datepicker-body--day-name {
  width: 36px;
  font-size: 16px;
  color: #101820;
  line-height: 1;
  letter-spacing: 0.16px;
  margin-bottom: 5px;
}
.air-datepicker-body--day-name.-weekend- {
  color: #b31218;
}
.air-datepicker-body--cells {
  grid-auto-rows: auto !important;
}
.air-datepicker-cell {
  font-size: 16px;
  color: #101820;
  line-height: 1;
  letter-spacing: 0.16px;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.air-datepicker-cell.-weekend- {
  color: #b31218;
}
.air-datepicker-cell.-current- {
  color: #fff;
  background: #a39061;
}
.air-datepicker-cell.-focus- {
  background: rgba(3,55,107,0.1);
}
.air-datepicker-cell.-other-month- {
  color: #8f8f8c;
}
.air-datepicker-cell.-selected- {
  color: #101820;
  background: rgba(3,55,107,0.1);
}
.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: #a39061;
}
.air-datepicker-cell.-selected-.-focus- {
  color: #101820;
  background: rgba(3,55,107,0.1);
}
.news-thumb {
  max-width: 416px;
  width: 100%;
}
.news-thumb__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-thumb__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-thumb__date {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 32px;
  margin-bottom: 15px;
}
.news-thumb__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-thumb__tag {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news-thumb__tag:hover {
  color: #a39061;
}
.news-thumb__tag:last-child {
  margin-right: 0;
}
.news-thumb__img {
  display: block;
  overflow: hidden;
  height: 380px;
  margin-bottom: 15px;
  -webkit-overflow-scrolling: touch;
}
.news-thumb__img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.news-thumb__img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 1s, -webkit-transform 1s;
  transition: ease 1s, -webkit-transform 1s;
  transition: transform 1s, ease 1s;
  transition: transform 1s, ease 1s, -webkit-transform 1s;
}
.news-thumb__text {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 16px;
}
.news-thumb__text:hover {
  color: #a39061;
}
.production-block {
  padding-bottom: 100px;
  padding-top: 64px;
  padding-bottom: 34px;
}
.production-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.production-block__item {
  width: 50%;
  padding-left: 30px;
  padding-bottom: 30px;
}
.production-thumb {
  background-color: #fafcff;
  padding: 50px;
  width: 100%;
  min-height: 640px;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.production-thumb.noimg{
  min-height: 260px;
}

.production-thumb:hover .production-thumb__img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.production-thumb__body {
  width: 100%;
}
.production-thumb__content {
  position: relative;
  z-index: 2;
}
.production-thumb__name {
  font-size: 32px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
.production-thumb__text {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  max-width: 460px;
  width: 100%;
}
.production-thumb__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.production-thumb__img img {
  vertical-align: top;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.project-thumb {
  width: 100%;
}
.project-thumb__body {
  width: 100%;
}
.project-thumb__img {
  display: block;
  height: 368px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}
.project-thumb__img img {
  vertical-align: top;
}
.project-thumb__img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project-thumb__img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 1s, -webkit-transform 1s;
  transition: ease 1s, -webkit-transform 1s;
  transition: transform 1s, ease 1s;
  transition: transform 1s, ease 1s, -webkit-transform 1s;
}
.project-thumb__content {
  max-width: 530px;
  width: 100%;
}
.project-thumb__name {
  font-size: 32px;
  color: #a39061;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.project-thumb__name:hover {
  color: #101820;
}
.project-thumb__text {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-bottom: 30px;
}
.project-thumb__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-thumb__tag {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.project-thumb__tag:hover {
  color: #a39061;
}
.project-thumb__tag:last-child {
  margin-right: 0;
}
.projects-block {
  background-color: #fafcff;
}
.projects-block--products-projects-page {
  background-color: #fff;
}
.projects-block--products-projects-page h2 {
  font-size: 32px;
  margin-bottom: 80px;
}
.projects-block--products-projects-page .projects-block__more {
  background-color: #fafcff;
}
.projects-block__section {
  padding-top: 64px;
}
.projects-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.projects-block__item {
  width: 50%;
  padding-left: 30px;
  padding-bottom: 64px;
}
.projects-block__more {
  font-size: 20px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 27px 20px;
  display: block;
  background-color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.projects-block__more:hover {
  color: #fff;
  background-color: #a39061;
}
.result-search {
  padding-top: 64px;
  background-color: #fafcff;
}
.result-search__head {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #101820;
}
.result-search__title {
  font-size: 64px;
  color: #101820;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.64px;
  margin-top: 0;
  margin-bottom: 0;
}
.result-search__title span {
  color: #a39061;
  white-space: nowrap;
}
.result-search__button-clear {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  padding: 0;
  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='M5.63672 18.364L18.3646 5.63609' stroke='%23101820' stroke-width='3'/%3E%3Cpath d='M5.63672 5.63599L18.3646 18.3639' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  cursor: pointer;
}
.result-search__item {
  margin-bottom: 30px;
}
.result-search__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result-search__number {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 10px;
}
.result-search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1250px;
  width: 100%;
}
.result-search__name {
  font-size: 32px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  margin-bottom: 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.result-search__name:hover {
  color: #a39061;
}
.result-search__text {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16px;
  margin-bottom: 18px;
}
.result-search__text span {
  color: #fff;
  background-color: #a39061;
  padding: 0 5px;
}
.result-search__date {
  font-size: 12px;
  color: #101820;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.result-search__bottom {
  margin-top: 70px;
}
.result-search__preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  background-color: #fff;
}
.result-search__preloader i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
  height: 48px;
  -webkit-animation: preloader 2s linear infinite;
          animation: preloader 2s linear infinite;
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.search-panel {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s, -webkit-transform 0.4s;
}
.search-panel._is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.search-panel--page {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: static;
  display: block;
}
.search-panel--page .search-panel__button-submit {
  display: none;
}
.search-panel__fields {
  max-width: 1370px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-panel__title {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0.16px;
  margin-right: 50px;
}
.search-panel__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-right: 3px;
  -webkit-transition: width 0.3s, ease 0.3s;
  transition: width 0.3s, ease 0.3s;
  position: relative;
}
.search-panel__input {
  width: 100%;
}
.search-panel__input input {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  width: 100%;
  height: 42px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-left: 0;
  border: none;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  outline: none;
}
.search-panel__input ::-webkit-input-placeholder {
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.search-panel__input ::-moz-placeholder {
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.search-panel__input :-ms-input-placeholder {
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.search-panel__input ::-ms-input-placeholder {
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.search-panel__input ::placeholder {
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.search-panel__button-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  width: 26px;
  max-width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10' stroke='white' stroke-width='2'/%3E%3Cpath d='M18.0002 18L25.0002 25' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  z-index: 2;
  -webkit-transition: background 0.3s, ease 0.3s;
  transition: background 0.3s, ease 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.search-panel__button-submit:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10' stroke='%23A39061' stroke-width='2'/%3E%3Cpath d='M18.0002 18L25.0002 25' stroke='%23A39061' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.search-panel__button-close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  width: 26px;
  max-width: 26px;
  height: 26px;
  border: none;
  padding: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  outline: none !important;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.565186' y='26.0208' width='36' height='2' transform='rotate(-45 0.565186 26.0208)' fill='white'/%3E%3Crect x='26.0212' y='27.4348' width='36' height='2' transform='rotate(-135 26.0212 27.4348)' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 25px;
  margin-left: -30px;
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
  -webkit-transition: background 0.3s, ease 0.3s;
  transition: background 0.3s, ease 0.3s;
  cursor: pointer;
}
.search-panel__button-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.565186' y='26.0208' width='36' height='2' transform='rotate(-45 0.565186 26.0208)' fill='%23A39061'/%3E%3Crect x='26.0212' y='27.4348' width='36' height='2' transform='rotate(-135 26.0212 27.4348)' fill='%23A39061'/%3E%3C/svg%3E%0A");
}
.search-panel__button-clear {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  padding: 0;
  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='M5.63672 18.364L18.3646 5.63609' stroke='white' stroke-width='3'/%3E%3Cpath d='M5.63672 5.63599L18.3646 18.3639' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
}
.structure-block {
  padding-top: 64px;
  padding-bottom: 64px;
}
.structure-block h2 {
  font-size: 32px;
}
.structure-block--structure-page .structure-block__item {
  width: 50%;
}
.structure-block--structure-page .structure-thumb {
  min-height: 640px;
  padding: 50px;
}
.structure-block--structure-page .structure-thumb__text {
  height: 100%;
  min-height: 190px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  margin-bottom: 0;
}
.structure-block--structure-page .structure-thumb__img-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: auto;
  margin-bottom: auto;
}
.structure-block__head {
  margin-bottom: 50px;
}
.structure-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.structure-block__item {
  width: 25%;
  padding-left: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.structure-thumb {
  min-height: 430px;
  overflow: hidden;
  padding: 40px 20px 30px 20px;
  background-color: #fafcff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
}
.structure-thumb--color-red {
  background-color: #a40029;
}
.structure-thumb--color-red .structure-thumb__name,
.structure-thumb--color-red .structure-thumb__text {
  color: #fff;
}
.structure-thumb--color-black {
  background-color: #000;
}
.structure-thumb--color-black .structure-thumb__name,
.structure-thumb--color-black .structure-thumb__text {
  color: #fff;
}
.structure-thumb:hover .structure-thumb__text {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: visible;
}
.structure-thumb__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.structure-thumb__img-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
}
.structure-thumb__img {
  width: 100%;
}
.structure-thumb__img img {
  vertical-align: top;
}
.structure-thumb__name {
  font-size: 32px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.structure-thumb__text {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-top: 20px;
  height: 72px;
  overflow: hidden;
  margin-bottom: -100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: margin-bottom 0.3s, opacity 0.3s, ease 0.3s;
  transition: margin-bottom 0.3s, opacity 0.3s, ease 0.3s;
  -webkit-overflow-scrolling: touch;
}
.subscribe-news {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f0f4fa;
  min-height: 450px;
}
.subscribe-news--social .subscribe-news__wrapper {
  max-width: 100%;
}
.subscribe-news--social .subscribe-news__head {
  max-width: 305px;
}
.subscribe-news--social .subscribe-news__title {
  font-size: 32px;
  margin-bottom: 56px;
}
.subscribe-news--social .subscribe-news__desc {
  font-size: 18px;
}
.subscribe-news--social .subscribe-news__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscribe-news--social .subscribe-news__links a {
  font-weight: 600;
  color: #a39061;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 22px;
}
.subscribe-news--social .subscribe-news__links a:last-child {
  margin-right: 0;
}
.subscribe-news--social .subscribe-news__links a:hover {
  text-decoration: underline;
}
.subscribe-news._is-success .subscribe-news__fields {
  display: none;
}
.subscribe-news._is-success .subscribe-news__success {
  display: block;
}
.subscribe-news._is-error .subscribe-news__input input {
  color: #b31218;
  border-color: #b31218;
}
.subscribe-news._is-error .subscribe-news__button-submit {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='1'%3E%3Cpath d='M23.668 13.7051L11.668 1.70508' stroke='%23B31218' stroke-width='4'/%3E%3Cpath d='M11.668 24.3325L23.668 12.3325' stroke='%23B31218' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.subscribe-news._is-error .subscribe-news__text-error {
  display: block;
}
.subscribe-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1105px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.subscribe-news__head {
  max-width: 350px;
  margin-right: 25px;
}
.subscribe-news__title {
  font-size: 48px;
  color: #101820;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16px;
  margin-bottom: 10px;
}
.subscribe-news__desc {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.subscribe-news__form {
  width: 526px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe-news__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe-news__field {
  margin-bottom: 70px;
  position: relative;
}
.subscribe-news__field:last-child {
  margin-bottom: 0;
}
.subscribe-news__choice-direction {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 8px;
  cursor: pointer;
  border-bottom: 3px solid #101820;
  -webkit-transition: background-color 0.3s, ease 0.3s;
  transition: background-color 0.3s, ease 0.3s;
}
.subscribe-news__choice-direction._is-active {
  background-color: #fff;
}
.subscribe-news__choice-direction._is-active i {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2L12 12L2 2' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.subscribe-news__choice-direction span {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  margin-right: 10px;
  -webkit-overflow-scrolling: touch;
}
.subscribe-news__choice-direction i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
  width: 29px;
  max-width: 29px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.13544 14.5H24.4688' stroke='%23101820' stroke-width='3'/%3E%3Cpath d='M14.8021 4.83325L14.8021 24.1666' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-left: auto;
  -webkit-transition: background 0.3s, ease 0.3s;
  transition: background 0.3s, ease 0.3s;
}
.subscribe-news__directions {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 4;
  -webkit-transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s;
  transition: opacity 0.3s, transform 0.3s, ease 0.3s, -webkit-transform 0.3s;
}
.subscribe-news__directions._is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.subscribe-news__directions ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.subscribe-news__directions ul li {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(183,183,183,0.3);
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.subscribe-news__directions ul li:before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  width: 23px;
  max-width: 23px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 2L9 14L2 7' stroke='%23101820' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-right: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, ease 0.3s;
  transition: opacity 0.3s, ease 0.3s;
}
.subscribe-news__directions ul li._is-checked:before {
  opacity: 1;
  visibility: visible;
}
.subscribe-news__input {
  position: relative;
}
.subscribe-news__input input {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  border: none;
  padding-right: 30px;
  background-color: transparent;
  border-bottom: 3px solid #101820;
  padding-bottom: 15px;
  padding-left: 8px;
  width: 100%;
  height: 42px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  outline: none !important;
}
.subscribe-news__input ::-webkit-input-placeholder {
  font-size: 20px;
  color: rgba(16,24,32,0.3);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.subscribe-news__input ::-moz-placeholder {
  font-size: 20px;
  color: rgba(16,24,32,0.3);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.subscribe-news__input :-ms-input-placeholder {
  font-size: 20px;
  color: rgba(16,24,32,0.3);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.subscribe-news__input ::-ms-input-placeholder {
  font-size: 20px;
  color: rgba(16,24,32,0.3);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.subscribe-news__input ::placeholder {
  font-size: 20px;
  color: rgba(16,24,32,0.3);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
}
.subscribe-news__button-submit {
  position: absolute;
  top: 0;
  right: 8px;
  width: 26px;
  height: 26px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M23.668 13.7051L11.668 1.70508' stroke='%23101820' stroke-width='4'/%3E%3Cpath d='M11.668 24.3325L23.668 12.3325' stroke='%23101820' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.subscribe-news__button-submit:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='1'%3E%3Cpath d='M23.668 13.7051L11.668 1.70508' stroke='%23101820' stroke-width='4'/%3E%3Cpath d='M11.668 24.3325L23.668 12.3325' stroke='%23101820' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.subscribe-news__note {
  font-size: 16px;
  color: #8f8f8c;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  display: block;
  margin-top: 25px;
}
.subscribe-news__text-error {
  font-size: 16px;
  color: #b31218;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  display: none;
  margin-top: 5px;
}
.subscribe-news__success {
  max-width: 474px;
  width: 100%;
  padding-top: 65px;
  display: none;
}
.subscribe-news__success span {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
}
.subscribe-news__icon-success {
  width: 48px;
  height: 48px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42 43L6 43M42 43L42 19.5432M42 43L27.9375 31.2716M6 43L6 19.5432M6 43L20.0625 31.2716M6 19.5432L12 14.6955M6 19.5432L12 24.5473M42 19.5432L36 14.6955M42 19.5432L36 24.5473M20.0625 31.2716L24 27.9877L27.9375 31.2716M20.0625 31.2716L12 24.5473M27.9375 31.2716L36 24.5473M12 14.6955V10.9375H16.6512M12 14.6955L12 24.5473M16.6512 10.9375L24 5L31.3488 10.9375M16.6512 10.9375L31.3488 10.9375M31.3488 10.9375H36V14.6955M36 14.6955V24.5473' stroke='black' stroke-width='3' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-bottom: 15px;
}
.technology-block {
  padding-top: 64px;
  padding-bottom: 64px;
}
.technology-block__content {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.technology-block__content table {
  width: 100%;
}
.technology-block__content table tr td {
  font-size: 12px;
  color: #a39061;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 24px 15px;
  border-top: 1px solid #f0f4fa;
  width: 25%;
}
.technology-block__content table tr td:first-child {
  padding-left: 0;
}
.technology-block__content table tr:last-child td {
  border-bottom: 1px solid #f0f4fa;
}
.top-panel {
  position: relative;
  z-index: 15;
  padding: 20px;
}
.top-panel__inner {
  max-width: 1680px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.top-panel__inner .main-menu {
  margin-left: auto;
}
.top-panel__inner .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
}
.top-panel__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 262px;
}
.top-panel__controls svg {
  fill: transparent;
  width: 100%;
  height: 100%;
}
.top-panel__controls svg path,
.top-panel__controls svg circle,
.top-panel__controls svg ellipse {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.top-panel__language {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  width: 26px;
  max-width: 26px;
  height: 26px;
  margin-right: 50px;
  position: relative;
}
.top-panel__language:after {
  content: '';
  position: absolute;
  top: -25px;
  left: -25px;
  width: 78px;
  height: 78px;
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, ease 0.2s;
  transition: opacity 0.2s, ease 0.2s;
  z-index: 2;
}
.top-panel__language._is-active:after {
  opacity: 1;
  visibility: visible;
}
.top-panel__language._is-active .top-panel__language-selection {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-panel__button-language {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.top-panel__button-language:hover svg path,
.top-panel__button-language:hover svg circle,
.top-panel__button-language:hover svg ellipse {
  stroke: #a39061;
}
.top-panel__language-selection {
  width: 214px;
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
  position: absolute;
  top: 52px;
  left: -25px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, ease 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s;
  transition: opacity 0.4s, transform 0.4s, ease 0.4s, -webkit-transform 0.4s;
}
.top-panel__language-selection a {
  font-size: 16px;
  color: #a39061;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  text-decoration: none;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-panel__language-selection a:hover {
  color: #8f8f8c;
}
.top-panel__language-selection a:after {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  max-width: 18px;
  height: 12px;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.46154L7.17323 10L17 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  display: none;
}
.top-panel__language-selection a._is-active {
  color: #fff;
  pointer-events: none;
}
.top-panel__language-selection a._is-active:after {
  display: block;
}
.top-panel__button-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  max-width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 0;
  background-color: transparent;
  margin-right: 50px;
  cursor: pointer;
}
.top-panel__button-search:hover svg path,
.top-panel__button-search:hover svg circle {
  stroke: #a39061;
}
.top-panel__button-burger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  width: 36px;
  max-width: 36px;
  height: 36px;
  background-color: transparent;
  border: none;
  outline: none !important;
  position: relative;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.top-panel__button-burger:hover:before,
.top-panel__button-burger:hover:after {
  background-color: #a39061;
}
.top-panel__button-burger:before,
.top-panel__button-burger:after {
  content: '';
  position: absolute;
  width: 36px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-transition: background 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, ease 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s, ease 0.3s;
  transition: transform 0.3s, background 0.3s, ease 0.3s, -webkit-transform 0.3s;
}
.top-panel__button-burger:before {
  top: 12px;
}
.top-panel__button-burger:after {
  bottom: 12px;
}
.top-panel__button-burger._is-active:before {
  top: 16px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.top-panel__button-burger._is-active:after {
  bottom: 17px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .main-news__item {
    width: 330px;
  }
  .main-news__item .main-news-thumb {
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .multimedia-thumb__button-all {
    margin-bottom: 35px;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }

  .full-menu__nav .promtour {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .about-direction__more {
    margin-top: -45px;
  }
  .main-news--extra .main-news__container > .main-news__item {
    display: block;
  }
  .main-news--extra .main-news__slider {
    margin-left: 30px;
  }
  .main-news--extra .main-news__items .main-news__item:first-child {
    display: none;
  }
  .nav-direction__nav {
    margin-left: auto;
  }
  .nav-direction__nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .new-hero__title {
    letter-spacing: -2.8px;
  }
}
@media (min-width: 960px) {
  .main-news--extra .main-news__slider .swiper-pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 155px;
  }
}
@media (min-width: 1024px) {
  .direction-block__img-mobile {
    display: none;
  }
  .new-direction-activity__list .preview-news-direction {
    display: none;
  }
}
@media (min-width: 1025px) {
  .sorting-panel__categories-list ul li:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(3,55,107,0.1)), to(rgba(3,55,107,0.1))), #fff;
    background: linear-gradient(0deg, rgba(3,55,107,0.1), rgba(3,55,107,0.1)), #fff;
  }
  .subscribe-news__directions ul li:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(3,55,107,0.1)), to(rgba(3,55,107,0.1))), #fff;
    background: linear-gradient(0deg, rgba(3,55,107,0.1), rgba(3,55,107,0.1)), #fff;
  }
}
@media (min-height: 1200px) {
  .new-direction-activity__preview {
    height: 850px;
  }
}
@media (min-width: 1280px) {
  .media-news-detailed .other-news {
    position: sticky;
    top: 15px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .media-news-detailed__img-content {
    float: right;
    margin-left: 40px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .hero-directions__list li {
    padding-left: 36px;
  }
}
@media (min-width: 1440px) {
  .result-search__items {
    margin-left: -20px;
  }
}
@media (min-width: 1600px) {
  .media-news-detailed__img-content {
    margin-right: -100px;
  }
}
@media (max-width: 1979px) {
  .footer__button-go-to-top {
    right: -60px;
  }
}
@media (max-width: 1599px) {
  .footer__button-go-to-top {
    right: 0;
  }
  .direction-name__other {
    margin-left: 0;
  }
  .direction-name__list ul li a span {
    padding-left: 62px;
  }
  .direction-name__list ul li a span:before {
    left: 25px;
  }
  .direction-block__other {
    margin-left: 0;
  }
  .main-news__wrapper .swiper-button-prev {
    left: -20px;
  }
  .main-news__wrapper .swiper-button-next {
    right: -20px;
  }
  .search-panel__button-close {
    margin-left: 25px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 1360px) {
  .footer__hotline {
    margin-left: -65px;
  }
  .footer__language-selection {
    left: -176px;
  }
  .full-menu__hotline {
    margin-left: -35px;
  }
  .main-news__wrapper .swiper-button-prev,
  .main-news__wrapper .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1279px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .footer__wrapper {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__left {
    width: 70%;
  }
  .footer__right {
    display: block;
    width: 30%;
  }
  .footer__contacts,
  .footer__address {
    width: 100%;
  }
  .footer__button-go-to-top {
    top: 60px;
    right: 20px;
  }
  .about-direction {
    padding-top: 40px;
  }
  .about-us-dates {
    padding-bottom: 30px;
  }
  .about-us-dates__info {
    padding-bottom: 30px;
  }
  .about-us-dates__title-date {
    font-size: 100px;
    margin-bottom: 12px;
  }
  .about-us-dates__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 456px;
            flex: 0 0 456px;
    max-width: 456px;
    width: 456px;
    height: 456px;
  }
  .about-us__section {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .about-us__title {
    font-size: 46px;
    margin-bottom: 32px;
  }
  .about-us__desc {
    font-size: 38px;
    margin-bottom: 32px;
  }
  .activities-block {
    padding-top: 40px;
  }
  .direction-activity__title {
    font-size: 80px;
    margin-bottom: 15px;
  }
  .direction-activity__direction {
    padding-top: 15px;
  }
  .direction-activity__direction--transport .direction-block__img {
    width: 773px;
    right: -200px;
  }
  .direction-block__desc {
    font-size: 24px;
  }
  .first-screen {
    height: 1200px;
  }
  .full-menu__logo {
    margin-right: 75px;
  }
  .hero-directions {
    height: auto;
  }
  .hero-directions__section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .hero-directions__links {
    border-top: 0;
    padding-top: 0;
  }
  .hero-directions__list li a span {
    display: block;
  }
  .hero-directions__imgs {
    display: none;
  }
  .hero__inner {
    min-height: 600px;
  }
  .hero__title {
    font-size: 80px;
    line-height: 1;
  }
  .hero__info {
    padding-bottom: 30px;
  }
  .hero__text {
    font-size: 20px;
  }
  .hero__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 456px;
            flex: 0 0 456px;
    max-width: 456px;
    width: 456px;
    height: 456px;
  }
  .hero__slider-name {
    margin-top: -250px;
  }
  .main-menu {
    margin-right: 35px;
  }
  .main-menu__nav ul li {
    margin-right: 25px;
  }
  .media-news-detailed__section {
    padding-bottom: 75px;
  }
  .other-news {
    margin-right: 50px;
  }
  .multimedia-block__all {
    display: none;
  }
  .multimedia-thumb__img {
    height: 280px;
  }
  .new-direction-activity__direction {
    padding-right: 23px;
    padding-left: 48px;
  }
  .new-direction-name {
    padding-left: 36px;
  }
  .new-direction-name__other {
    margin-right: 10px;
    margin-left: -20px;
  }
  .preview-news-direction__content {
    height: 357px;
  }
  .preview-news-direction__info {
    max-width: 100%;
    padding-left: 0;
  }
  .preview-news-direction__more {
    bottom: 16px;
    right: 16px;
  }
  .new-hero__title {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1;
  }
  .new-hero__text {
    font-size: 20px;
  }
  .new-news-thumb__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 184px;
            flex: 0 0 184px;
    width: 184px;
    max-width: 184px;
    height: 168px;
  }
  .new-news-thumb__text {
    font-size: 18px;
  }
  .news-block__all {
    display: none;
  }
  .news-calendar--media {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .news-list__section {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .news-thumb__img {
    height: 280px;
  }
  .result-search {
    padding-top: 30px;
  }
  .result-search__title {
    font-size: 48px;
  }
  .subscribe-news--social .subscribe-news__head {
    max-width: 225px;
  }
  .subscribe-news--social .subscribe-news__form {
    max-width: 526px;
    width: auto;
  }
  .top-panel__controls {
    width: 172px;
  }
  .top-panel__language {
    margin-right: 35px;
  }
  .top-panel__button-search {
    margin-right: 25px;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .footer .logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 70px;
    margin-bottom: 60px;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer__left,
  .footer__right {
    width: 100%;
  }
  .footer__left {
    padding-right: 0;
    border: none;
  }
  .footer__right {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__nav > ul {
    width: 50%;
    margin-bottom: 40px !important;
  }
  .footer__nav ul li ul li a {
    font-size: 14px;
  }
  .footer__hotline {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .footer__contacts,
  .footer__address {
    width: 50%;
  }
  .footer__button-language {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
    max-width: 28px;
    height: 28px;
    margin-right: 35px;
  }
  .inner-header--img .inner-header__inner {
    min-height: 450px;
  }
  .direction-activity__direction-head {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 20px;
  }
  .direction-activity__direction {
    background-image: none !important;
  }
  .direction-activity__more {
    margin-bottom: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .direction-block {
    min-height: auto;
    padding-top: 20px;
  }
  .direction-block__head {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 20px;
  }
  .direction-block__links {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #101820;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .direction-block__links a {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .full-menu__nav > ul {
    width: 50%;
    margin-bottom: 40px !important;
  }
  .full-menu__nav .anticorruption_block {
    width: 50%
  }
  .full-menu__nav ul li ul li a {
    font-size: 14px;
  }
  .full-menu__hotline {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .hero__title {
    font-size: 52px;
    max-width: 350px;
  }
  .hero__text {
    font-size: 16px;
  }
  .hero__more {
    font-size: 12px;
  }
  .hero__slider-name {
    margin-top: -290px;
  }
  .main-menu {
    display: none;
  }
  .media-news-detailed__container {
    display: block;
  }
  .other-news {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
  .other-news__item {
    max-width: 100%;
    padding-right: 50px;
  }
  .media-news-single__more {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .new-direction-activity__preview {
    display: none;
  }
  .new-direction-activity__direction-head {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 20px;
  }
  .new-direction-activity__direction {
    padding-right: 0;
    padding-left: 0;
  }
  .new-direction-activity__direction-inner {
    padding: 44px 25px 32px 25px;
  }
  .new-direction-activity__more {
    margin-bottom: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .new-direction-name__list ul li a {
    padding-left: 25px;
  }
  .new-direction-name__list ul li a span:before {
    left: -10px;
  }
  .preview-news-direction__content {
    padding: 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 256px;
  }
  .preview-news-direction__text {
    font-size: 18px;
  }
  .new-hero__text {
    font-size: 16px;
  }
  .new-hero__more {
    font-size: 12px;
  }
  .new-news-block__more {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .news-block__more {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .news-list__more {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .production-thumb {
    min-height: 540px;
  }
  .project-thumb__name {
    font-size: 28px;
  }
  .projects-block__more {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .search-panel__title {
    font-size: 36px;
  }
  .structure-block--structure-page .structure-thumb {
    padding: 25px;
  }
  .structure-block__item {
    width: 50%;
  }
  .top-panel__controls {
    margin-left: auto;
  }
  .top-panel__language {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    margin-right: 35px;
  }
  .top-panel__button-search {
    margin-right: 35px;
  }
  .top-panel__button-burger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
    max-width: 28px;
  }
  .top-panel__button-burger:before,
  .top-panel__button-burger:after {
    width: 28px;
  }
}
@media (max-width: 959px) {
  .about-us-dates__date {
    font-size: 28px;
  }
  .about-us-dates__date:after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    width: 38px;
    max-width: 38px;
    margin-left: 35px;
  }
  .about-us-dates__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us-dates__info {
    margin-right: 0;
  }
  .about-us-dates__text {
    max-width: 100%;
  }
  .about-us-dates__img {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .media-news-detailed__content h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .media-news-detailed__content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .other-news__items {
    height: 250px;
  }
  .media-news-single {
    padding-top: 50px;
  }
  .media-news-single__links {
    margin-bottom: 40px;
  }
  .media-news-single__name {
    font-size: 46px;
  }
  .multimedia-block__item {
    width: 50%;
  }
  .news-block__item {
    width: 50%;
  }
  .news-calendar {
    padding-left: 25px;
    padding-right: 25px;
    height: auto;
  }
  .news-calendar--media {
    padding-right: 0;
    padding-left: 0;
  }
  .news-calendar__day-name {
    font-size: 24px;
  }
  .news-calendar__cell-day {
    font-size: 24px;
    height: 86px;
  }
  .news-calendar__cell-day:after {
    width: 86px;
    height: 86px;
  }
  .popup-news-day__items {
    height: 450px;
  }
  .news-list__item {
    width: 50%;
  }
  .sorting-panel__categories-list ul li {
    width: 33.333%;
  }
  .result-search__head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .result-search__title {
    font-size: 36px;
  }
  .subscribe-news--social .subscribe-news__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subscribe-news--social .subscribe-news__head {
    max-width: none;
    width: 50%;
    margin-right: 0;
  }
  .subscribe-news--social .subscribe-news__form {
    max-width: 100%;
    width: 100%;
    margin-top: 76px;
  }
}
@media (max-width: 767px) {
  .footer__contact a,
  .footer__contact span {
    font-size: 14px;
  }
  .footer__name {
    font-size: 10px;
  }
  .footer__bottom {
    display: block;
  }
  .footer__links {
    display: block;
  }
  .footer__links a {
    margin-bottom: 10px;
  }
  .footer__language {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    max-width: 70px;
    margin-left: 0;
    position: absolute;
    right: 20px;
    bottom: -10px;
  }
  .footer__language:after {
    top: -4px;
    left: -6px;
    width: 36px;
    height: 36px;
  }
  .footer__button-language svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    max-width: 24px;
    height: 24px;
  }
  .footer__language-selection {
    top: -101px;
    left: -165px;
    width: 195px;
  }
  .footer__button-go-to-top {
    top: auto;
    bottom: 140px;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .inner-header__inner {
    min-height: 150px;
  }
  .inner-header__content {
    padding-top: 20px;
  }
  .inner-header__content h1 {
    font-size: 36px;
  }
  .inner-header__filter {
    margin-top: 50px;
  }
  .inner-header__button-filter {
    padding-right: 8px;
    padding-left: 8px;
  }
  .about-direction__content {
    display: block;
  }
  .about-direction__text {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
    margin-bottom: 0;
  }
  .about-direction__text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .about-direction__info {
    width: 100%;
  }
  .about-direction__info p {
    font-size: 16px;
  }
  .about-us-dates__text p {
    margin-bottom: 15px;
  }
  .about-us__title {
    font-size: 36px;
  }
  .about-us__desc {
    font-size: 32px;
  }
  .about-us__text {
    font-size: 16px;
  }
  .activities-block__content {
    display: block;
  }
  .activities-block__name {
    font-size: 36px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .activities-block__text {
    width: 100%;
  }
  .activities-block__text h3 {
    font-size: 28px;
  }
  .activities-block__img {
    margin-top: 50px;
    height: 280px;
  }
  .direction-activity__title {
    font-size: 52px;
    margin-bottom: 50px;
  }
  .direction-activity__inner {
    padding-top: 20px;
  }
  .direction-activity__direction {
    padding-top: 5px;
  }
  .direction-activity__direction--transport .direction-block__img {
    width: 558px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .direction-activity__more {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .direction-name__other {
    margin-right: 12px;
  }
  .direction-name__list {
    top: 115px;
  }
  .direction-name__list ul li a span {
    padding-left: 50px;
  }
  .direction-name__list ul li a span:before {
    width: 15px;
    height: 10px;
  }
  .direction-block__head h3 {
    font-size: 32px;
  }
  .direction-block__other {
    -webkit-box-flex: 16px;
        -ms-flex: 16px 1;
            flex: 16px 1;
    max-width: 16px;
    width: 16px;
    height: 22px;
    margin-right: 12px;
  }
  .first-screen {
    height: 1350px;
  }
  .full-menu {
    padding-top: 42px;
    padding-bottom: 100px;
  }
  .full-menu__logo {
    display: none;
  }
  .full-menu__language a {
    margin-right: 30px;
  }
  .full-menu__links {
    display: block;
  }
  .full-menu__links a {
    margin-bottom: 10px;
  }
  .hero-directions__title {
    font-size: 36px;
  }
  .hero-directions__list li a {
    font-size: 24px;
  }
  .hero {
    padding-top: 20px;
  }
  .hero__inner {
    max-width: 456px;
    min-height: 790px;
  }
  .hero__title {
    position: static;
    margin-bottom: 25px;
  }
  .hero__wrapper .swiper-pagination {
    bottom: 40px;
  }
  .hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
    margin-left: auto;
  }
  .hero__text {
    margin-bottom: 15px;
  }
  .hero__img {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .hero__slider-name {
    margin-top: -370px;
    padding-left: 70px;
  }
  .hero__item-name.swiper-slide-active .hero__name {
    color: #a39061;
  }
  .hero__name {
    font-size: 28px;
    color: #fff;
  }
  .hero__name:after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    width: 38px;
    max-width: 38px;
    margin-left: 35px;
  }
  .main-news--extra .main-news__container {
    margin-left: 0 !important;
  }
  .main-news__title h2 {
    font-size: 24px;
  }
  .main-news__current-date {
    font-size: 24px;
  }
  .main-news__current-date small {
    font-size: 12px;
  }
  .main-news__other-date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    max-width: 16px;
    width: 16px;
    height: 22px;
  }
  .main-news__all {
    font-size: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4px;
            flex: 0 0 4px;
    max-width: 4px;
    width: 4px;
    height: 23px;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='23' viewBox='0 0 4 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='white'/%3E%3Ccircle cx='2' cy='12' r='2' fill='white'/%3E%3Ccircle cx='2' cy='21' r='2' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .media-news-detailed__content h2 {
    font-size: 32px;
  }
  .media-news-detailed__content h3 {
    font-size: 24px;
  }
  .media-news-detailed__content h4 {
    font-size: 20px;
  }
  .media-news-detailed__content h5 {
    font-size: 16px;
  }
  .media-news-detailed table tr td,
  .media-news-detailed table tr th {
    padding: 5px;
  }
  .media-news-detailed table tr th {
    font-size: 12px;
  }
  .media-news-detailed table tr td {
    font-size: 12px;
  }
  .gallery .swiper-slide .slider-img {
    height: 300px;
  }
  .media-news-single--media .gallery {
    margin-top: 20px;
  }
  .media-news-single--media .gallery .swiper-slide .slider-img {
    height: auto;
  }
  .media-news-single__content {
    display: block;
    margin-right: -25px;
    margin-left: -25px;
  }
  .media-news-single__info {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .media-news-single__img {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }
  .media-news-single__tags {
    margin-bottom: 15px;
  }
  .media-news-single__more {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
  }
  .multimedia-block__section {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .multimedia-block__head h3 {
    font-size: 24px;
  }
  .multimedia-thumb__button-all {
    font-size: 16px;
    padding: 20px;
  }
  .nav-direction .direction-name {
    margin-right: 15px;
  }
  .nav-direction__inner {
    display: block;
  }
  .nav-direction__nav ul li {
    margin-right: 15px;
  }
  .nav-direction__nav ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-direction__nav-last {
    margin-left: -15px;
  }
  .new-direction-activity__head {
    margin-bottom: 50px;
    display: block;
  }
  .new-direction-activity__title {
    font-size: 56px;
    margin-bottom: 20px;
  }
  .new-direction-activity__more {
    margin-bottom: 0;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .new-direction-name__other {
    -webkit-box-flex: 16px;
        -ms-flex: 16px 1;
            flex: 16px 1;
    max-width: 16px;
    width: 16px;
    height: 22px;
    margin-right: 12px;
  }
  .new-direction-name__list ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .preview-news-direction__more {
    bottom: 8px;
    right: 8px;
  }
  .new-hero__title-wrapper {
    top: 116px;
  }
  .new-hero__title {
    font-size: 56px;
    position: static;
    margin-bottom: 25px;
    max-width: 360px;
    margin-left: 0;
  }
  .new-hero__wrapper .swiper-pagination {
    bottom: 40px;
  }
  .new-hero__info {
    padding-bottom: 240px;
  }
  .new-hero__text {
    margin-bottom: 15px;
  }
  .new-hero__name {
    font-size: 28px;
  }
  .new-hero__name span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    width: 38px;
    max-width: 38px;
    margin-left: 35px;
  }
  .new-news-block__head {
    display: none;
  }
  .new-news-block__head h3 {
    font-size: 24px;
  }
  .new-news-block__more {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-block__section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-block__head {
    display: none;
  }
  .news-block__head h3 {
    font-size: 24px;
  }
  .news-block__more {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-calendar {
    padding-top: 80px;
  }
  .news-calendar__button-close {
    width: 22px;
    height: 22px;
    top: 15px;
    right: 15px;
  }
  .news-calendar__day-name {
    font-size: 18px;
    padding-left: 15px;
  }
  .news-calendar__cell-day {
    font-size: 18px;
    height: 64px;
    padding-left: 15px;
  }
  .news-calendar__cell-day:after {
    width: 64px;
    height: 64px;
    margin-left: 8px;
  }
  .news-calendar__cell-day span:after {
    display: none;
  }
  .popup-news-day {
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
  .popup-news-day__button-close {
    margin-right: 0;
  }
  .popup-news-day__inner {
    padding-top: 25px;
  }
  .popup-news-day__title-date {
    max-width: 100%;
  }
  .popup-news-day__title-date {
    font-size: 38px;
    padding-bottom: 15px;
  }
  .popup-news-day__items {
    padding-right: 0;
    padding-left: 0;
  }
  .popup-news-day__items.ss-container .ss-scroll {
    right: -98.5% !important;
  }
  .popup-news-day__item {
    max-width: 420px;
  }
  .popup-news-day__name {
    font-size: 28px;
  }
  .news-list__head h2 {
    font-size: 48px;
  }
  .news-list__more {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sorting-panel__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sorting-panel__search {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sorting-panel__date,
  .sorting-panel__categories {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }
  .sorting-panel__categories-list ul li {
    width: 50%;
  }
  .production-block__item {
    width: 100%;
  }
  .production-thumb {
    padding: 25px;
    min-height: 440px;
  }
  .production-thumb__name {
    font-size: 26px;
  }
  .project-thumb__img {
    height: 280px;
  }
  .project-thumb__name {
    font-size: 18px;
  }
  .projects-block--products-projects-page h2 {
    margin-bottom: 40px;
  }
  .projects-block__item {
    width: 100%;
    padding-bottom: 40px;
  }
  .projects-block__more {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .result-search__title {
    font-size: 28px;
  }
  .result-search__name {
    font-size: 24px;
  }
  .result-search__text {
    font-size: 16px;
  }
  .result-search__bottom {
    margin-top: 35px;
  }
  .search-panel__title {
    display: none;
  }
  .search-panel__input input {
    font-size: 16px;
  }
  .search-panel__input ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .search-panel__input ::-moz-placeholder {
    font-size: 16px;
  }
  .search-panel__input :-ms-input-placeholder {
    font-size: 16px;
  }
  .search-panel__input ::-ms-input-placeholder {
    font-size: 16px;
  }
  .search-panel__input ::placeholder {
    font-size: 16px;
  }
  .structure-block--structure-page .structure-block__item {
    width: 100%;
  }
  .structure-block--structure-page .structure-thumb {
    min-height: 340px;
  }
  .structure-block__head {
    margin-bottom: 25px;
  }
  .structure-block__item {
    width: 100%;
  }
  .structure-thumb {
    min-height: 330px;
    padding-top: 20px;
  }
  .structure-thumb__name {
    font-size: 18px;
  }
  .subscribe-news {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .subscribe-news--social .subscribe-news__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .subscribe-news--social .subscribe-news__head {
    margin-bottom: 96px;
  }
  .subscribe-news--social .subscribe-news__head:nth-child(2) {
    margin-bottom: 0;
  }
  .subscribe-news--social .subscribe-news__title {
    margin-bottom: 32px;
  }
  .subscribe-news--social .subscribe-news__form {
    margin-top: 32px;
  }
  .subscribe-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subscribe-news__head {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 55px;
  }
  .subscribe-news__title {
    font-weight: 700;
    line-height: 0.9;
  }
  .subscribe-news__desc {
    font-size: 16px;
  }
  .subscribe-news__form {
    width: 100%;
  }
  .subscribe-news__success {
    padding-top: 0;
  }
  .technology-block__content table tr td {
    padding-top: 15px;
  }
  .top-panel__controls {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-panel__language-selection {
    width: 195px;
  }
  .top-panel__button-burger {
    margin-left: 0;
  }
}
@media (max-height: 700px) {
  .direction-name__list ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .new-direction-name__list ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .direction-block__img-mobile {
    margin-left: -540px;
    margin-right: -100px;
  }
  .full-menu__nav {
    display: block;
  }
  .full-menu__nav > ul {
    width: 100%;
  }
  .full-menu__nav .anticorruption_block {
    width: 100%
  }
  .media-news-single__img {
    height: 300px;
  }
  .media-news-single__name {
    font-size: 36px;
  }
  .media-news-single__tag {
    margin-bottom: 8px;
  }
  .multimedia-block__item {
    width: 100%;
  }
  .multimedia-thumb {
    padding-bottom: 35px;
    border-bottom: 2px solid rgba(141,141,139,0.1);
  }
  .multimedia-thumb__date {
    margin-bottom: 8px;
  }
  .multimedia-thumb__tag {
    margin-bottom: 8px;
  }
  .multimedia-thumb__img {
    height: 180px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .multimedia-thumb__text {
    margin-bottom: 8px;
  }
  .multimedia-thumb__button-all {
    margin-top: 20px;
  }
  .new-news-thumb__date {
    margin-bottom: 8px;
  }
  .new-news-thumb__tag {
    margin-bottom: 8px;
  }
  .news-block__item {
    width: 100%;
  }
  .news-list__item {
    width: 100%;
    padding-bottom: 40px;
  }
  .sorting-panel__categories-list ul li {
    width: 100%;
  }
  .news-thumb {
    padding-bottom: 35px;
    border-bottom: 2px solid rgba(141,141,139,0.1);
  }
  .news-thumb__date {
    margin-bottom: 8px;
  }
  .news-thumb__tag {
    margin-bottom: 8px;
  }
  .news-thumb__img {
    height: 180px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .news-thumb__text {
    margin-bottom: 8px;
  }
  .project-thumb__tag {
    margin-bottom: 8px;
  }
}
@media (max-width: 540px) {
  .sorting-panel__date,
  .sorting-panel__categories {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 510px) {
  .about-us-dates__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
    width: 320px;
    height: 320px;
  }
  .first-screen {
    height: 1300px;
  }
  .hero__inner {
    max-width: 320px;
    min-height: 680px;
  }
  .hero__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
    width: 320px;
    height: 320px;
  }
  .hero__slider-name {
    margin-top: -320px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
  .about-us-dates__info {
    padding-top: 20px;
  }
  .about-us-dates__title-date {
    font-size: 80px;
  }
  .about-us__desc {
    font-size: 24px;
  }
  .activities-block__name {
    font-size: 32px;
  }
  .activities-block__text h3 {
    font-size: 24px;
  }
  .direction-activity__title {
    font-size: 46px;
  }
  .direction-activity__direction--transport .direction-block__img {
    width: 558px;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .direction-block__img-mobile {
    margin-left: -500px;
  }
  .full-menu__hotline {
    width: 100%;
  }
  .multimedia-thumb__address,
  .multimedia-thumb__event {
    margin-bottom: 12px;
  }
  .new-direction-activity__title {
    font-size: 54px;
  }
  .new-direction-activity__list .preview-news-direction {
    height: 376px;
  }
  .preview-news-direction__content {
    height: 174px;
  }
  .preview-news-direction__text {
    font-size: 14px;
  }
  .new-news-thumb__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 128px;
            flex: 0 0 128px;
    width: 128px;
    max-width: 128px;
    height: 116px;
  }
  .new-news-thumb__text {
    font-size: 14px;
  }
  .news-calendar__month {
    font-size: 12px;
    margin-right: 15px;
  }
  .news-calendar__cell-day {
    height: 36px;
  }
  .news-calendar__cell-day:after {
    width: 36px;
    height: 36px;
  }
  .news-calendar__cell-day span:after {
    display: none;
  }
  .popup-news-day__items {
    height: 280px;
  }
  .popup-news-day__items.ss-container .ss-scroll {
    width: 4px;
  }
  .popup-news-day__item {
    max-width: 290px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .popup-news-day__name {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .popup-news-day__text {
    margin-bottom: 5px;
  }
  .popup-news-day__address,
  .popup-news-day__event {
    margin-bottom: 5px;
  }
  .result-search__name {
    font-size: 18px;
  }
  .subscribe-news--social .subscribe-news__head {
    width: 100%;
  }
  .subscribe-news--social .subscribe-news__head:first-child br {
    display: none;
  }
}
@media (max-width: 413px) {
  .direction-block__img-mobile {
    margin-left: -430px;
    margin-right: -80px;
  }
  .main-news__slider .swiper-pagination {
    padding-left: 0;
  }
}
@media (max-width: 379px) {
  .about-us-dates__title-date {
    font-size: 60px;
  }
}
@media (max-width: 374px) {
  .footer__right {
    display: block;
  }
  .footer__contacts,
  .footer__address {
    width: 100%;
  }
  .footer__bottom {
    margin-bottom: 10px;
  }
  .footer__language {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 15px;
  }
  .footer__language-selection {
    left: -6px;
  }
  .footer__button-go-to-top {
    bottom: 170px;
  }
  .about-us-dates__date {
    font-size: 26px;
  }
  .about-us-dates__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
    width: 260px;
    height: 260px;
  }
  .direction-activity__title {
    font-size: 40px;
  }
  .direction-activity__direction--transport .direction-block__img {
    width: 485px;
  }
  .direction-name__list ul li a {
    font-size: 30px;
  }
  .direction-block__img-mobile {
    margin-left: -380px;
  }
  .hero__inner {
    max-width: 280px;
    min-height: 640px;
  }
  .hero__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
    width: 260px;
    height: 260px;
  }
  .hero__slider-name {
    margin-top: -300px;
  }
  .hero__name {
    font-size: 26px;
  }
  .main-news__title h2 {
    font-size: 20px;
  }
  .main-news__current-date {
    font-size: 18px;
  }
  .main-news__item {
    width: 280px;
  }
  .media-news-detailed__content h2 {
    font-size: 28px;
  }
  .multimedia-block__head h3 {
    font-size: 20px;
  }
  .multimedia-thumb__address,
  .multimedia-thumb__event {
    font-size: 10px;
  }
  .new-direction-activity__title {
    font-size: 40px;
  }
  .new-hero__name {
    font-size: 26px;
  }
  .new-news-block__head h3 {
    font-size: 20px;
  }
  .news-block__head h3 {
    font-size: 20px;
  }
  .popup-news-day__item {
    max-width: 255px;
  }
  .popup-news-day__name {
    font-size: 18px;
  }
  .news-list__head h2 {
    font-size: 32px;
  }
  .sorting-panel__choice-categories {
    font-size: 16px;
  }
  .sorting-panel__categories-list ul li {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sorting-panel__categories-list ul li:before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    max-width: 16px;
    height: 12px;
    margin-right: 10px;
  }
  .air-datepicker {
    width: 254px;
  }
  .subscribe-news__title {
    font-size: 42px;
  }
  .subscribe-news__field {
    margin-bottom: 50px;
  }
  .subscribe-news__choice-direction {
    font-size: 16px;
  }
  .subscribe-news__directions ul li {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .subscribe-news__directions ul li:before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    max-width: 16px;
    height: 12px;
    margin-right: 10px;
  }
  .subscribe-news__input input {
    font-size: 16px;
  }
  .subscribe-news__input ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .subscribe-news__input ::-moz-placeholder {
    font-size: 16px;
  }
  .subscribe-news__input :-ms-input-placeholder {
    font-size: 16px;
  }
  .subscribe-news__input ::-ms-input-placeholder {
    font-size: 16px;
  }
  .subscribe-news__input ::placeholder {
    font-size: 16px;
  }
}

@media (min-height: 800px) {
  .direction-name__list ul li a {
    font-size: 26px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .new-direction-name__list ul li a {
    font-size: 26px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
@media (min-height: 900px) {
  .direction-name__list ul li a {
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .new-direction-name__list ul li a {
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* End */


/* Start:/local/templates/rostec2/assets/local/custom.css?1753870836102969*/
.news-list {
  overflow: visible;
}
.news-thumb__tags {
  margin-bottom: 15px;
}
/*.news-thumb__tag {
    margin-bottom: 0;
  }*/
.news-thumb__info {
  align-items: flex-end;
  height: 42px;
}
.news-thumb__date {
  min-width: 80px;
}
.news-list__more {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.news-list__more--text {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#bx-panel {
  flex: none;
}
#bx-panel-back {
  flex: 0 0 auto;
}

.news-list__head .media-news-single__name {
  display: inline;
  color: #a39061;
}
.media-news-tag__delete {
  display: inline-block;
  font-size: 30px;
  color: #101820;
  width: 20px;
  height: 20px;
  line-height: 35px;
  bottom: 7px;
  position: relative;
  left: 20px;
  text-decoration: none;
}
.media-infographics .media-news-single__info {
  width: 100%;
}
.media-photogallery.media-news-single__info {
  width: 100%;
}
.nav-direction__nav ul li._is_active_and_clickable a {
  pointer-events: auto;
}
.result-search__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
  background-color: transparent;
}
.news-list__more:hover .result-search__preloader {
  filter: invert(1);
}
._is-loading .result-search__preloader {
  opacity: 1;
}
._is-loading .news-list__more--text {
  opacity: 0;
}

/* Фикс для верстки списка типов мультимедиа */
.sorting-panel__form--multimedia .sorting-panel__categories-list {
  width: 268px;
}
.sorting-panel__form--multimedia .sorting-panel__categories-list ul li {
  width: 100%;
}
.sorting-panel__form--multimedia
  .sorting-panel__categories
  .sorting-panel__field {
  position: relative;
}
.sorting-panel__form--multimedia .sorting-panel__categories-list ul li {
  border-bottom: 1px solid rgba(183, 183, 183, 0.3);
}
@media (min-width: 768px) and (max-width: 1500px) {
  .sorting-panel__form--multimedia .sorting-panel__categories-list {
    left: -75px;
  }
}
@media (max-width: 959px) {
  .sorting-panel__form--multimedia .sorting-panel__categories-list ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sorting-panel__form--multimedia .sorting-panel__categories-list {
    width: 100%;
  }
  .sorting-panel__form--multimedia .sorting-panel__categories-list ul li {
    width: 100%;
  }
}
.media-photogallery .gallery,
.media-infographics .gallery {
  background-color: transparent;
}
.result-search__text b,
.result-search__name b {
  color: #fff;
  background-color: #a39061;
  padding: 0 5px;
}
.result-search__button-clear._is-hidden {
  display: none;
}
.news-list__more._is-loading {
  cursor: default;
}

.event-page-calendar h2 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.16px;
  margin-bottom: 15px;
}

/* Дополнительные стили для страниц раздела About us */
.about-us--main-banner .about-us__section {
  min-height: 376px;
  padding-bottom: 0;
}
.about-us--main-banner .about-us__title {
  padding-top: 54px;
  border-top: 2px solid #fff;
  line-height: 0.94;
  word-break: break-word;
  margin-bottom: 0;
  padding-bottom: 54px;
}
.about-us__inner.contain {
  padding-bottom: 56px;
}
.about-us--content .media-news-detailed__section {
  padding-bottom: 196px;
}
.about-us--content .media-news-detailed__content {
  flex-grow: 1;
}
.about-us--content .media-news-detailed__content h4 {
  line-height: 1.21;
}
.about-us--content .media-news-detailed__content h3 {
  line-height: 1.25;
}
.about-us--content .media-news-detailed__content h2 {
  line-height: 1.25;
}
.about-us--content .media-news-detailed__content p {
  line-height: 1.3;
  margin-bottom: 32px;
}
.about-us--content .media-news-detailed__content p.quote_author {
  margin-bottom: 0;
}
.about-us--content .media-news-detailed__content ol li {
  line-height: 1.3;
}
.about-us--content .media-news-detailed__content ul li {
  line-height: 1.3;
}
.about-us--content .media-news-detailed__quote strong {
  line-height: 1.2;
  margin-bottom: 25px;
}
.media-news-detailed__quote span {
  line-height: 1.2;
}
@media (min-width: 1279px) and (max-width: 1380px) {
  .about-us--main-banner .about-us__section {
    padding-top: 90px;
  }
}
.about-us--content .media-news-detailed__container {
  justify-content: center;
}
.about-us--content
  .media-news-detailed__content
  .media-news-detailed__content_text {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}
.about-us-with-left-menu
  .about-us--content
  .media-news-detailed__content
  .media-news-detailed__content_text {
  max-width: initial;
}
.about-us--content .media-news-detailed__content .disclaimer {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #8f8f8c;
}
.about-us--content .quote {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.about-us--content .quote_left {
  padding-left: 24px;
  padding-right: 130px;
  border-left: 2px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us--content .quote_right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us--content .quote_text {
  letter-spacing: 0.01em;
  padding-bottom: 10px;
  margin-bottom: 0;
  width: 100%;
}
.about-us--content .quote_author {
  line-height: 1.3;
  color: #a39061;
  letter-spacing: 0.01em;
  width: 100%;
}
.about-us--content .quote_img {
  max-width: 376px;
}
@media (max-width: 1100px) {
  .about-us--content .quote_left {
    padding-right: 80px;
  }
}
@media (max-width: 960px) {
  .about-us--content .quote {
    flex-direction: column-reverse;
  }
  .about-us--content .quote_left {
    padding-right: 0;
  }
  .about-us--content .quote_right {
    margin-bottom: 15px;
  }
  .about-us--content .quote_img {
    max-width: none;
    width: 100%;
  }
  .about-us--content .quote_img img {
    width: 100%;
  }
}

.media-news-single {
  padding-bottom: 50px;
}
.media-news-single--media .gallery .swiper-slide .slider-img:after {
  filter: drop-shadow(1px 1px 3px #888);
}

.about-direction__content--no-info {
  display: block;
}
.about-direction__content--no-info .about-direction__text {
  width: 100%;
}

.search_nothing_found_message {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
.popular_tags {
  padding-bottom: 150px;
}
.popular_tags_title {
  margin-bottom: 32px;
}
.popular_tags_list ul {
  list-style-type: "#";
  margin: 0;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
}
.popular_tags_list ul li {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  word-break: break-word;
  padding-left: 4px;
  padding-right: 50px;
  padding-bottom: 20px;
  width: 25%;
}
.popular_tags_list ul li a {
  text-decoration: none;
  color: #101820;
  transition: all 0.3s ease;
}
.popular_tags_list ul li:hover a {
  text-decoration: none;
  color: #a39061;
}

@media (max-width: 1279px) {
  .search_nothing_found_message {
    font-size: 28px;
  }
  .popular_tags {
    padding-bottom: 100px;
  }
}
@media (max-width: 959px) {
  .search_nothing_found_message {
    font-size: 24px;
  }
  .popular_tags_list ul li {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .search_nothing_found_message {
    font-size: 20px;
  }
  .popular_tags_list ul li {
    width: 50%;
  }
  .popular_tags {
    padding-bottom: 70px;
  }
}
@media (max-width: 520px) {
  .popular_tags_list ul li {
    width: 100%;
  }
}

.page_submenu-left .other-news__items {
  height: auto;
}
.page_submenu-left .other-news__item._is-active .other-news__name {
  border-left: 2px solid #101820;
  padding-left: 16px;
  color: #101820;
}

.about-us--main-banner .media-news-single__links span,
.about-us--main-banner .media-news-single__links a {
  color: #ffffff;
}

.about-us--main-banner.about-us-with-left-menu .about-us__section {
  padding-top: 28px;
}

@media (max-width: 1023px) {
  .about-us--content
    .media-news-detailed__content
    .media-news-detailed__content_text {
    max-width: none;
  }
  .about-us--content .ss-content {
    margin-bottom: 20px;
  }
}
.inner-header__content h1 {
  font-weight: 600;
}

.fixed_bg_wrapper {
  position: relative;
  z-index: 2;
}
.fixed_bg {
  display: block;
  z-index: -1;
  content: "";
  position: fixed;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  max-width: 1316px;
  width: calc(100% - 52px);
  height: auto;
  width: 100%;
}
.fixed_bg.fixed_bg_about {
  display: block;
  z-index: -1;
  content: "";
  position: fixed;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  max-width: 1316px;
  width: calc(100% - 52px);
  height: auto;
  width: 100%;
}
.fixed_bg_window {
  height: 400px;
}
.p80 {
  height: 80px;
}
.p30 {
  height: 30px;
}
.percents_line {
  height: 80px;
  margin-top: 80px;
  border-top: 2px solid #101820;
}
.media-news-detailed__content_text {
  background: #ffffff;
  z-index: 1;
}
.about-us--content .quote_right.quote_strategy {
  justify-content: flex-start;
}
.scrollable_right_column_wrapper {
  display: flex;
  background: #f5f8fa;
  padding: 50px;
  position: relative;
}
.scrollable_right_column_wrapper:after {
  content: "";
  display: block;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background: #f5f8fa;
  z-index: -1;
  max-width: 100%;
}
.left_column_wrapper,
.right_column_wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}
.left_column_content {
  position: sticky;
  top: 0;
}
.big_percent {
  font-size: 300px;
  line-height: 300px;
  font-weight: 700;
  transition: filter 1s ease;
}
.big_percent.blurred {
  filter: blur(30px);
}
.media-news-detailed__container_with-bg-window {
  flex-direction: column;
}
.media-news-detailed__container_with-bg-window .media-news-detailed__content {
  background: white;
}
.media-news-detailed__container_with-bg-window
  .media-news-detailed__content_bg_window {
  background: transparent;
}
.about-us--main-banner.page_strategy_main_banner .about-us__section > div {
  background-size: cover;
  min-height: 467px;
}
.media-news-detailed__quote p:before {
  top: 0;
}
.media-news-detailed__quote p:after {
  bottom: 0;
}
.big_percent {
  font-size: 0;
  white-space: nowrap;
}
#big_percent_1_digit_1,
#big_percent_1_digit_2,
#big_percent_2_digit_1,
#big_percent_2_digit_2 {
  font-size: 300px;
  width: 200px;
  display: inline-block;
}
.big_percent sup {
  font-size: 225px;
}

@media (max-width: 1400px) {
  .fixed_bg {
    width: calc(100% - 54px);
  }
  .big_percent {
    font-size: 0;
    line-height: 250px;
  }
  #big_percent_1_digit_1,
  #big_percent_1_digit_2,
  #big_percent_2_digit_1,
  #big_percent_2_digit_2 {
    font-size: 200px;
    width: 120px;
  }
  .big_percent sup {
    font-size: 150px;
  }
  .percents_line {
    height: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .media-news-detailed__content h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 867px) {
  .scrollable_right_column_wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }
  .left_column_wrapper,
  .right_column_wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .big_percent {
    line-height: 200px;
  }
  #big_percent_1_digit_1,
  #big_percent_1_digit_2,
  #big_percent_2_digit_1,
  #big_percent_2_digit_2 {
    font-size: 150px;
    width: 90px;
  }
  .big_percent sup {
    font-size: 113px;
  }
}

@media (max-width: 1023px) {
  .footer .logo {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .about_directions_aviation_text_1 + .about-direction__info {
    display: none;
  }
  .about_directions_aviation_text_1 {
    width: 100%;
  }
  .about-direction__content--no-info + .about-direction__more {
    margin-top: 30px;
  }
}
.footer__hotline {
  width: auto;
  margin-left: 0;
}
.main-news .main-news-thumb__img {
  filter: grayscale(0.4);
}
.new-hero__text {
  line-height: 1.3;
}
.new-direction-name__list ul li:hover {
  background-color: #13191e;
}
.media-news-detailed__content ol.about_directions_list {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.media-news-detailed__content ol.about_directions_list li {
  padding-left: 0;
  padding-top: 20px;
  border-top: 2px solid #101820;
}
.about_text_directions_wrapper {
  position: relative;
  background: #f5f8fa;
}
.about_text_directions_wrapper_bg {
  width: 100vw;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: #f5f8fa;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.about_text_directions_wrapper_bg_without_adjustment
  .about_text_directions_wrapper_bg {
  width: 200vw;
  left: -100vw;
  top: 0;
  bottom: 0;
  display: block;
  background: #f5f8fa;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.pb96 {
  padding-bottom: 96px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb70 {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .media-news-detailed__content ol.about_directions_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .media-news-detailed__content ol.about_directions_list {
    grid-template-columns: 1fr;
  }
}
.full-menu {
  min-height: 100vh;
}
.fixed_bg_about img {
  padding-left: 26px;
  padding-right: 26px;
}
@media (min-width: 1601px) {
  .new-direction-activity__preview {
    transform: scale(1.06);
    transform-origin: right top;
  }
}
@media (min-width: 1701px) {
  .new-direction-activity__preview {
    transform: scale(1.12);
    transform-origin: right top;
  }
}
@media (min-width: 1801px) {
  .new-direction-activity__preview {
    transform: scale(1.195);
    transform-origin: right top;
  }
}
@media (max-width: 639px) {
  .news-list .news-thumb__img,
  .news-block .news-thumb__img {
    height: calc(100vw - 60px);
  }
}

.hero-directions__list li._is-active a {
  color: #101820;
}
.hero-directions__list li a span {
  color: #101820;
}
.hero-directions__title {
  color: #101820;
}
.hero-directions__imgs {
  clippath: unset;
}
.hero-directions__imgs-bg img._is-show {
  opacity: 0;
}
.hero-directions__imgs-bg {
  background: white;
}
.hero-directions__imgs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: auto;
  max-width: initial;
  clip-path: none;
  background: transparent;
}
.hero-directions__list li a:before {
  filter: invert(1);
}
.hero-directions__imgs img._is-show {
  transform: translate(-50%, -50%) scale(1);
}
.hero-directions__imgs-bg {
  background: #f5f8fa;
}
.hero-directions__imgs img {
  object-fit: contain;
}

.hero-directions__section {
  overflow: hidden;
}

.hero-directions__imgs {
  overflow: visible;
}

.hero-directions__imgs img._is-show,
.hero-directions__imgs img {
  transform: translate(-50%, -60%) scale(1.35);
}

@media (max-width: 1700px) {
  .hero-directions__imgs img._is-show,
  .hero-directions__imgs img {
    transform: translate(-50%, -69%) scale(1.05);
  }
}

.hero-directions__section {
  padding-top: 120px;
}

.hero-directions__links {
  padding-top: 45px;
  border-top: 2px solid #101820;
}

.hero-directions__list li a span {
  line-height: 1.3;
}

@media (max-width: 500px) {
  .footer__nav > ul {
    width: 100%;
  }
}

.media-news-detailed.about-us--content {
  overflow: hidden;
}

.new-hero__img {
  background-position-x: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: 100%;
}

.new-hero__img img {
  opacity: 0;
}

.new-hero {
  background-color: #141b21;
}

@media (max-width: 768px) {
  .new-hero__slider-name {
    margin-top: -720px;
  }

  .new-hero__title-wrapper {
    top: 256px;
  }

  .new-hero__info {
    padding-bottom: 0;
  }

  .new-hero__img {
    background-position-x: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 125%;
    background-repeat: no-repeat;
    background-position-x: 100%;
  }

  .new-hero {
    height: 1145px;
  }
}

@media (max-width: 500px) {
  .new-hero__img {
    background-position-x: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 145%;
    background-repeat: no-repeat;
    background-position-x: 100%;
  }
}

@media (hover: none) {
  .new-direction-name__list ul li:hover img {
    opacity: 0;
  }
  .new-direction-name__list ul li:hover:before {
    opacity: 0;
  }
  .new-direction-name__list ul li:hover {
    background-color: transparent;
  }
}

.new-direction-name__list ul li:hover img {
  z-index: -1;
}
.new-direction-name__list ul li:before {
  background-color: #13191e;
}
.new-news-thumb__preview-text {
  font-size: 16px;
  line-height: 1.3;
  color: #8f8f8c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  padding-bottom: 0;
}
.new-news-thumb__body:hover .new-news-thumb__preview-text {
  opacity: 1;
  visibility: visible;
  padding-bottom: 16px;
}
.new-news-thumb__preview-text:hover {
  color: #a39061;
}
@media (max-width: 478px) {
  .new-news-thumb__preview-text {
    font-size: 12px;
    line-height: 1.1;
  }
}

.main-menu__nav ul li a {
  color: rgba(255, 255, 255, 1);
}
.main-menu__nav ul li a:hover {
  color: rgba(163, 144, 97, 1);
}
.main-menu__nav ul li._is-active a {
  color: rgba(255, 255, 255, 0.75);
}
.top-panel__inner .logo {
  position: relative;
  top: 4px;
}
.app--inner-page .top-panel__inner .logo {
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  top: 0;
}
.app--inner-page .top-panel .logo__img {
  height: 40px;
}
.app--inner-page .top-panel {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 40px;
}

.new-direction-activity__preview {
  width: calc(50%);
  flex-shrink: 0;
}
@media (min-width: 1601px) {
  .new-direction-activity__preview {
    transform: none;
    margin-left: -50px;
    width: calc(50% + 50px);
  }
}
@media (min-width: 1701px) {
  .new-direction-activity__preview {
    transform: none;
    margin-left: -100px;
    width: calc(50% + 100px);
  }
}
@media (min-width: 1801px) {
  .new-direction-activity__preview {
    transform: none;
    margin-left: -155px;
    width: calc(50% + 155px);
  }
}

.media-news-detailed__content_text.careers_pages_texts > ul {
  list-style: none;
}
.media-news-detailed__content_text.careers_pages_texts > ul > li > h3 {
  text-indent: -30px;
}
.careers_pages_texts .checkmarks-list > li {
  list-style-type: none;
  position: relative;
}
.careers_pages_texts .checkmarks-list > li:before {
  content: "✓";
  position: absolute;
  left: -20px;
  top: 0px;
  font-size: 20px;
}
.careers_pages_texts .mdash-list {
  padding-left: 40px;
}
.careers_pages_texts .mdash-list > li {
  list-style-type: none;
  position: relative;
}
.careers_pages_texts .mdash-list > li:before {
  content: "—";
  position: absolute;
  left: -30px;
  top: 0px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .nav-direction__nav {
    height: 76px;
  }
  .nav-direction__nav ul li {
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
  }
  .nav-direction__nav ul li a {
    padding-top: 3px;
    padding-bottom: 0;
    position: static;
  }
  .nav-direction__nav-last:after {
    top: 33px;
  }
  .nav-direction__nav-last ul a {
    flex-grow: 1;
  }
}
@media (min-width: 1278px) {
  .hero-directions__list {
    margin-left: 35px;
  }
}
.direction-name__list ul li:hover {
  background-color: #13191e;
}
.dotted-list > li {
  list-style-type: none;
  position: relative;
}
.dotted-list > li:before {
  content: "•";
  position: absolute;
  left: -20px;
  top: 0px;
  font-size: 20px;
}

@media (max-width: 388px) {
  .nav-direction__nav-last ul {
    right: auto;
    left: 0;
  }
}

.about-us-dates__item {
  background: #ffffff;
}

.pressreleases-list .sorting-panel__date {
  flex: 0 0 30%;
  width: 30%;
  max-width: 30%;
}
.pressrelease-download {
  position: relative;
}
.pressrelease-download-link {
  padding-left: 35px;
  text-decoration: none;
  color: #101820;
  text-transform: uppercase;
  font-weight: 600;
}
.pressrelease-download:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  max-width: initial;
  clip-path: none;
  background-image: url("/local/templates/rostec2/assets/local/../img/download.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.pressreleases-list .news-thumb__text {
  min-height: 150px;
}
.pressrelease-detailed .media-news-single__info {
  width: 100%;
}
.pressrelease-detailed .media-news-detailed__content {
  max-width: 864px;
  margin: 0 auto;
}

@media (min-width: 1024px) and (max-width: 1680px) {
  .inner-header--img .inner-header__inner {
    background-position: 50% 0%;
    background-size: 100%;
  }
}

.fixed_bg.fixed_bg_about {
  opacity: 1;
}
.fixed_bg_about img {
  position: fixed;
  top: 0;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .media-news-detailed__container_with-bg-window {
    box-shadow: 0px 0px 0 100px #ffffff;
  }

  .fixed_bg_about img {
    transform: translateY(-50%) scale(2.5);
  }

  .fixed_bg_about img.fixed_bg_img_1 {
    transform: translateX(-9%) translateY(-50%) scale(1.9);
  }
  .fixed_bg_about img.fixed_bg_img_2 {
    transform: translateY(-40%) translateX(-40%) scale(2.5);
  }
  .fixed_bg_about img.fixed_bg_img_3 {
    transform: translateX(15%) translateY(-40%) scale(1.9);
  }
}
@media (max-width: 958px) {
  .js-about-us-slider.swiper-fade .swiper-slide-active {
    box-shadow: 0px 520px 0 500px #ffffff;
  }
}

.activities-block__content {
  background: #ffffff;
}
@media (min-width: 1025px) {
  .activities-block__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.activities-block__head {
  background: #ffffff;
  margin-bottom: 0;
}
.activities-block__items {
  margin-top: 0;
}
.activities-block {
  padding-top: 0;
  padding-bottom: 0;
}
.activities-block__head {
  padding-top: 64px;
}
.nav-direction {
  background: #ffffff;
}
.activities-block__head h2 {
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .activities-block__head {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .activities-block__head,
  .activities-block__content {
    box-shadow: 0px 0px 0 100px #ffffff;
  }
  .fixed_bg_about.fixed_bg_activities img {
    transform: translateX(15%) translateY(-40%) scale(3.4);
  }
}
@media (min-width: 1370px) {
  .fixed_bg_activities img {
    padding-left: 0;
    padding-right: 0;
  }
}
.fixed_bg_img_activities {
  transition: opacity 0.3s ease;
}

@media (max-width: 766px) {
  .nav-direction__nav {
    overflow-x: scroll;
    margin-left: -25px;
    margin-right: -25px;
    width: auto;
  }
  .nav-direction__nav ul {
    margin-left: 25px;
    margin-right: 25px;
    flex-shrink: 0;
    width: auto;
  }
}

.news-list__section {
  padding-top: 64px;
}

@media (max-width: 1279px) {
  .hero-directions__list {
    margin-top: 67%;
    margin-bottom: 30px;
    max-width: none;
  }
  .hero-directions__list li {
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 90px;
  }
  .hero-directions__list li a span {
    display: none;
  }
  .hero-directions__list li._is-active a span {
    display: none;
  }
  .hero-directions__imgs {
    display: block;
  }
  .js-directions-texts {
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
  }
  .hero-directions__texts p {
    display: none;
  }
  .hero-directions__texts p._is-active {
    display: inline-block;
    text-align: center;
  }
  .hero-directions__imgs img._is-show,
  .hero-directions__imgs img {
    transform: translate(-80%, -70%) scale(1.5);
  }
  .hero-directions__links {
    border-top: 0;
    display: none;
  }
  .hero-directions__title_mobile {
    display: block;
  }
  .hero-directions__section {
    padding-top: 40px;
    min-height: 120vw;
  }
  .js-directions-img-mobile {
    transition: transform 2.5s, opacity 1s, -webkit-transform 2.5s;
    display: block;
  }
  .hero-directions__container {
    flex-direction: column;
  }
  .js-directions-titles-list li a {
    text-align: center;
  }

  .hero-directions__imgs img._is-show,
  .hero-directions__imgs img {
    transform: translate(-80%, -35%) scale(1.5);
  }
  .js-directions-texts p span {
    display: inline-block;
    text-align: center;
  }
  .hero-directions__list li._is-active a:before {
    display: none;
  }
  .js-directions-img-desktop {
    display: none;
  }
  .js-directions-texts p a {
    margin-top: 20px;
    text-transform: uppercase;
    color: #a39061;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block;
  }
  .js-directions-texts p a br {
    display: none;
  }
}
@media (min-width: 370px) and (max-width: 1279px) {
  .hero-directions__title_mobile br {
    display: none;
  }
}

@media (max-width: 1080px) {
  .hero-directions__imgs img._is-show,
  .hero-directions__imgs img {
    transform: translate(-80%, -45%) scale(1.5);
  }
  .hero-directions__list {
    margin-top: 67%;
  }
}
@media (min-width: 767px) and (max-width: 880px) {
  .hero-directions__list {
    margin-top: 70%;
  }
  .hero-directions__imgs img._is-show,
  .hero-directions__imgs img {
    transform: translate(-85%, -50%) scale(1.7);
  }
}
@media (max-width: 880px) {
  .hero-directions__imgs img._is-show,
  .hero-directions__imgs img {
    transform: translate(-85%, -55%) scale(1.7);
  }
  .hero-directions__list {
    margin-top: 65%;
  }
  .js-directions-texts {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-directions__list li {
    min-height: initial;
  }
  .hero-directions__list {
    margin-bottom: 0;
    margin-top: 77%;
  }
}
@media (max-width: 680px) {
  .hero-directions__imgs img._is-show,
  .hero-directions__imgs img {
    transform: translate(-85%, -65%) scale(1.7);
  }
  .hero-directions__list {
    margin-top: 77%;
  }
}
@media (max-width: 480px) {
  .hero-directions__imgs img._is-show,
  .hero-directions__imgs img {
    transform: translate(-85%, -70%) scale(1.7);
  }
  .hero-directions__list {
    margin-top: 80%;
  }
}
@media (max-width: 369px) {
  .hero-directions__imgs img._is-show,
  .hero-directions__imgs img {
    transform: translate(-85%, -70%) scale(1.7);
  }
}
@media (min-width: 1280px) {
  .js-directions-titles-list {
    display: none;
  }
  .js-directions-texts {
    display: none;
  }
  .js-directions-titles-list {
    display: none;
  }
  .hero-directions__title_mobile {
    display: none;
  }
  .js-directions-img-mobile {
    display: none;
  }
  .js-directions-img-desktop {
    display: block;
  }
}

@media (max-width: 1024px) {
  .about_text_directions_wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.fixed_bg_strategy {
  opacity: 1;
}
.about-us--content .media-news-detailed__section {
  padding-bottom: 0;
}
.about-us--content
  .media-news-detailed__section
  .media-news-detailed__content:last-child {
  padding-bottom: 196px;
}

.product_detail_header {
  padding-bottom: 0;
}
.product_detail_header .media-news-single__img img {
  height: auto;
}
.other-news__items.ss-container.ss-container-no-scrollbar {
  border-right: none;
}

.news-calendar__container {
  position: relative;
}
.popup-news-day {
  height: auto;
  margin-left: 25px;
}
.popup-news-day__items {
  height: auto;
}

@media (max-width: 590px) {
  .popup-news-day {
    width: auto;
    margin-left: 25px;
  }
}

.two_numbers {
  display: flex;
  column-gap: 32px;
  margin-bottom: 32px;
}
.number_column {
  width: 50%;
  padding-top: 32px;
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: #101820;
}
.number_description {
  font-weight: 700;
}
.number {
  font-size: 140px;
  line-height: 170px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .number {
    font-size: 100px;
    line-height: 130px;
  }
}
@media (max-width: 1000px) {
  .number_column {
    width: 100%;
  }
  .number_column:first-child {
    border-bottom: none;
  }
  .two_numbers {
    flex-direction: column;
  }
}
.media-news-detailed.product-project-detailed table {
  border: none;
  border-collapse: collapse;
}
.media-news-detailed.product-project-detailed table tr td {
  border: none;
  word-break: break-word;
  width: 50%;
}
.media-news-detailed.product-project-detailed table tr td:first-child {
  font-weight: 700;
}
@media (max-width: 520px) {
  .media-news-detailed.product-project-detailed table tr td {
    display: block;
    width: 100%;
  }
}

.other-products h3 {
  font-size: 40px;
  color: #101820;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.16px;
  margin: 0;
  max-width: 740px;
  width: 100%;
}
.new-hero__img.simple-parallax-initialized {
  background-position-y: 0;
}
@media (max-width: 767px) {
  .other-products h3 {
    font-size: 24px;
  }
  .new-hero__img.simple-parallax-initialized {
    background-position-y: 0;
  }
}
@media (min-width: 541px) {
  .about_directions_list li {
    min-height: 128px;
  }
}
.about-us--content .media-news-detailed__container {
  padding-top: 0;
}
.about-us-with-left-menu + .about-us--content .media-news-detailed__container,
.about-us--main-banner.page_strategy_main_banner
  + .about-us--content
  .media-news-detailed__container {
  padding-top: 80px;
}
.page_strategy + .about-us--content .media-news-detailed__container {
  padding-top: 0 !important;
}
.about-us--content .quote {
  padding-top: 80px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .fixed_bg_strategy img {
    transform: translateX(15%) translateY(-40%) scale(3.4);
  }
}
@media (max-width: 767px) {
  .event-page-calendar h2 {
    font-size: 48px;
  }
  .about-us-with-left-menu
    + .about-us--content
    .media-news-detailed__container {
    padding-top: 50px;
  }
}
@media (max-width: 374px) {
  .event-page-calendar h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .popup-news-day {
    width: 100%;
    margin-left: 0px;
  }
  .calendar-page.event-page-calendar {
    overflow: visible;
  }
}

.two-numbers-about-company-1 .number_description {
  font-size: 28px;
  line-height: 34px;
}
.two-numbers-about-company-1 .number {
  display: flex;
  align-items: flex-end;
}
.two-numbers-about-company-1 .number_text {
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  height: 70px;
}
@media (max-width: 500px) {
  .two-numbers-about-company-1 .number {
    flex-direction: column;
    align-items: flex-start;
  }
  .two-numbers-about-company-1 .number_text {
    padding-left: 0;
  }
  .two-numbers-about-company-1 .number_column:first-child {
    border-bottom: none;
  }
}
ul.w70,
p.w70 {
  width: 70%;
  flex-shrink: 0;
}
.two-numbers-about-company-2 {
  display: flex;
  flex-direction: column;
  width: 375px;
  position: absolute;
  right: 30px;
  top: 64px;
}
.two_numbers_right_block_container {
  position: relative;
}
.two-numbers-about-company-2 .number_column {
  width: 100%;
  max-width: 375px;
  padding-top: 0;
}
.two-numbers-about-company-2 .number_column:first-child {
  border-bottom: none;
}
.two-numbers-about-company-2 .number {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.two-numbers-about-company-2 .number_text {
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  height: 70px;
}
.two-numbers-about-company-2 .number_text.number_text_1 {
  height: auto;
  padding-bottom: 35px;
}
.two-numbers-about-company-2 .number_text.number_text_2 {
  height: auto;
  padding-bottom: 35px;
}
.number_text.flex-element-wrapped {
  height: auto !important;
  padding-bottom: 24px;
}
.two_numbers_right_block {
  padding-top: 10px;
}
@media (max-width: 1300px) {
  .two-numbers-about-company-2 .number_text.number_text_1 {
    padding-bottom: 24px;
  }

  .two-numbers-about-company-2 .number_text.number_text_2 {
    padding-bottom: 24px;
  }
}
@media (max-width: 1320px) and (min-width: 860px) {
  ul.w70,
  p.w70 {
    width: 45%;
  }
}
@media (max-width: 859px) {
  .two-numbers-about-company-2 {
    position: relative;
    width: 100%;
    right: 0;
    top: 30px;
  }
  .two-numbers-about-company-2 .number_column {
    max-width: initial;
  }
  ul.w70,
  p.w70 {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .two-numbers-about-company-2 {
    right: 0;
    top: 30px;
  }
  .two-numbers-about-company-2 .number {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .two-numbers-about-company-2 .number_text {
    height: auto !important;
    padding-bottom: 30px;
  }
}

.media-news-single.news_detail_header {
  padding-bottom: 0;
}
.product-project-detailed .media-news-detailed__inner.contain {
  max-width: 870px;
}

.news-calendar__cell-day {
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .news-calendar__month {
    font-size: 14px;
  }
}

.back-link-wrapper {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .media-news-detailed__quote p::before,
  .media-news-detailed__quote p::after {
    font-size: 48px;
  }
  .media-news-detailed__quote p::before {
    top: -20px;
  }
  .media-news-detailed__quote p::after {
    bottom: -20px;
  }
  .media-news-detailed__quote p {
    padding-right: 30px;
    padding-left: 30px;
  }
  .news-calendar__day-name {
    font-size: 16px;
  }
  .news-calendar__cell-day {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .hero-directions__list li {
    width: auto;
  }
}
.back-link-wrapper .projects-block__more {
  background: #fafcff;
}

@media (max-width: 959px) {
  .other-news__items {
    height: auto;
  }
}
.projects-block__more:hover {
  color: #ffffff;
  background-color: #a39061;
}
@media (max-width: 1023px) {
  .news-page .media-news-detailed__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .news-page .media-news-detailed__content {
    margin-bottom: 50px;
  }
}

.news-page .result-search__preloader {
  top: auto;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  opacity: 1;
}

@media (max-width: 767px) {
  .media-news-detailed table tr td {
    font-size: 16px;
  }
  .media-news-detailed table tr td,
  .media-news-detailed table tr th {
    padding: 10px;
  }
}
@media (max-width: 1022px) {
  .other-news__items {
    height: 375px;
  }
}

.direction-page .direction-name h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
}
.direction-page .nav-direction {
  background: rgba(16, 24, 32, 0.8);
  backdrop-filter: blur(24px);
}
.direction-page .inner-header__content h1 {
  -webkit-text-fill-color: #ffffff;
}
.direction-page .nav-direction .direction-name__other {
  filter: invert(1);
}
.direction-page
  .nav-direction
  .direction-name:hover
  h3
  + .direction-name__other {
  filter: brightness(10);
}
.direction-page .nav-direction .direction-name {
  padding-top: 12px;
  padding-bottom: 12px;
}
.direction-page.inner-header--img .inner-header__content h1 {
  font-size: 28px !important;
  line-height: 34px !important;
  max-width: 639px !important;
  font-weight: 600;
}
.direction-page .nav-direction__nav ul li a {
  color: #ffffff;
}
.direction-page .nav-direction__nav ul li a:hover {
  color: #ffffff;
  opacity: 0.7;
}
.direction-page.inner-header--img .inner-header__inner {
  min-height: 562px;
  background-size: cover;
}

.white-btn {
  height: 49px;
  background: #ffffff;
  width: max-content;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #101820;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.05px;
  letter-spacing: 0.1em;
  text-align: left;
}
.directions_two_columns_text {
  display: flex;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1%;
}
.directions_two_columns_text .column_left {
  width: 50%;
  padding-right: 32px;
}
.directions_two_columns_text .column_right {
  width: 50%;
  padding-left: 32px;
  border-left: 2px solid #000000;
  font-weight: 700;
  height: max-content;
}
.directions_two_columns_text .column_right-no_bar {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  border-left: none;
  padding-left: 0;
}
.directions_two_columns_text .column_left p:first-child,
.directions_two_columns_text .column_right p:first-child {
  margin-top: 0;
}

.js-activities-slider .swiper-pagination {
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
.js-activities-slider .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
  margin-right: 4px;
  overflow: hidden;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.js-activities-slider .swiper-pagination-bullet span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 3px;
  background-color: #101820;
}
.js-activities-slider .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: rgba(16, 24, 32, 0.2);
}
.js-activities-slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.js-activities-slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  span {
  -webkit-animation-name: paginationProgressBar;
  animation-name: paginationProgressBar;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.js-activities-slider .swiper-pagination {
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-49%);
  padding-left: 0;
  justify-content: center;
}
.production-block__inner5 {
  overflow: hidden;
}
.production-block__inner5 .production-block__items {
  position: relative;
}
.production-block__inner5 .production-block__item {
  background: #fafcff;
}
.production-block__inner5 .production-thumb {
  background: #fafcff;
}
@media (max-width: 413px) {
  .js-activities-slider .swiper-pagination {
    padding-left: 0;
  }
}
@media (min-width: 960px) {
  .js-activities-slider .swiper-pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }
}

.production-block__inner5 .production-thumb__img {
  max-height: 332px;
  max-width: 442px;
  position: relative;
}
.production-block__inner5 .production-thumb__img img {
  max-width: 442px;
  max-height: 332px;
}
.production-block__inner5 .production-thumb__name {
  margin-top: 32px;
}
.production-block__inner5 .production-block__item {
  width: 528px;
}
.production-block__inner5 .production-block__items {
  overflow: hidden;
}
.direction-page.projects-block {
  background: linear-gradient(225.29deg, #101820 22.8%, #2c3642 99.5%);
}
.directions_two_columns_text .column_right {
  color: #101820;
}
.directions_two_columns_text .column_right p {
  margin-bottom: 0;
}
.direction-page.projects-block h2 {
  color: #ffffff;
}
.direction-page .project-thumb__name {
  color: #ffffff;
}
.direction-page .project-thumb__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.direction-page .project-thumb__tag {
  color: #ffffff;
}
.direction-page .project-thumb__name:hover {
  color: #a39061;
}
.project-thumb__tag:hover {
  color: #a39061;
}
.direction-page.about-direction,
.direction-page.directions_two_columns_text,
.direction-page.production-block,
.direction-page.about-direction {
  background: white;
}
.direction-page .projects-block__more {
  display: none;
}
.projects-block.direction-page .white-btn {
  display: none;
}
.direction-page .projects-block__head,
.direction-page .news-list__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all_products_link {
  display: none;
}
.direction-page .all_products_link {
  display: block;
  color: #a39061;
  font-family: Proxima Nova;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
.all_products_link:hover {
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.direction-page .project-thumb__img {
  position: relative;
}
.direction-page .project-thumb__img .product_plus_icon {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  right: 16px;
  bottom: 16px;
  background: url("/local/templates/rostec2/assets/local/../img/product_plus_icon.svg");
  transition: transform 1s ease;
}
.direction-page .project-thumb__img .product_plus_icon:hover {
  transform: rotate(90deg);
}
.direction-page .products_count {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.3;
  padding-left: 5px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  bottom: 20px;
}
.direction-page .fixed_bg_window {
  height: 512px;
}
.direction-page .media-news-single__links {
  margin-bottom: 108px;
  margin-top: 28px;
}
.direction-page .media-news-single__links a,
.direction-page .media-news-single__links span {
  text-decoration: none;
  color: #ffffff;
}
.direction-page .inner-header--img .inner-header__content {
  padding-top: 108px;
}
.fixed_bg_window_padding_horizontal {
  padding-top: 80px;
  background: #ffffff;
}
.direction-page .number_column {
  border-bottom: none;
}
.two_numbers {
  margin-top: 32px;
}
.about-us--content.gray-bg {
  background: #f0f4fa;
}
.about-us--content.gray-bg .about_text_directions_wrapper {
  background: #f0f4fa;
}
.direction-page .technology_list_item_title {
  padding-right: 60px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.direction-page .technology_list_item_title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/rostec2/assets/local/../img/arrowSmallDown.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}
.direction-page .technology_list_item_title._is-opened:after {
  transform: rotate(180deg);
}
.direction-page .technology_list_item_description {
  font-size: 16px;
  line-height: 20px !important;
}
.technology_list_item_description {
  display: none;
}
.technology_list_item_description._is-opened {
  display: block;
}
.technology_list_item_title.p {
  margin-bottom: 16px !important;
}
.direction-page .media-news-detailed__content h2 {
  font-size: 40px;
  line-height: 48px;
}
.direction-page.pressreleases-list .news-list__head .all_products_link {
  display: none;
}
.direction-page.pressreleases-list .news-list__head .all_products_link {
  display: inline-block;
}
.direction-page .news-list__head h2 {
  width: auto;
  font-size: 40px;
  line-height: 48px;
}
.direction-page.pressreleases-list .sorting-panel,
.direction-page.pressreleases-list .news-list__more {
  display: none;
}
.direction-page .about-direction__more {
  margin-top: 0;
}
.direction-page .swiper-button-next:after,
.direction-page .swiper-button-prev:after {
  width: 15px;
  height: 24px;
  background-image: url("/local/templates/rostec2/assets/local/../img/arrowRight.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}
.direction-page .swiper-button-prev:after {
  transform: rotate(180deg);
}
.direction-page .news-thumb__date {
  min-width: 40px;
}
.direction-page .news-thumb__tags {
  margin-bottom: 0;
}
.direction-page .news-thumb__text {
  font-size: 22px;
  line-height: 29px;
}
.pressreleases-list .news-list__head .all_products_link:hover {
  color: #101820;
}
.activity-page .production-thumb__img {
  position: relative;
}
.activity-page .new-hero__items {
  flex-gap: 20px;
  display: flex;
}
.direction-page .inner-header__inner {
  background-size: cover !important;
  background-position-y: 20% !important;
}
.two-numbers-activity {
  flex-wrap: wrap;
}
.two-numbers-activity .number_column {
  width: 100%;
}
.no_pt {
  padding-top: 0;
}
.no_pb {
  padding-bottom: 0;
}
.no_bb {
  border-bottom: none;
}
.activity-page .activities-block__name {
  font-size: 40px;
  line-height: 48px;
}
.activity-page .activities-block__text p {
  font-size: 22px;
  line-height: 30px;
}
.activities-block__content.one_row {
  display: block;
}
.activities-block__content.one_row > *:first-child {
  margin-bottom: 30px;
}
.activities-block__content.one_row > * {
  width: 100%;
}
.pt0 {
  padding-top: 0;
}
.pt126 {
  padding-top: 126px;
}
.pt48 {
  padding-top: 48px;
}
.pb90 {
  padding-bottom: 90px;
}
.about-direction__content.about-direction__content--no-info
  > div
  > p:last-child {
  margin-bottom: 0;
}
.about-direction__content.about-direction__content--no-info > div {
  font-size: 22px;
  line-height: 30px;
}
.production-block__inner5 .production-thumb__name {
  font-size: 28px;
  line-height: 36px;
  color: #101820;
  font-weight: 600;
}
.production-block__inner5 .production-thumb__text {
  font-size: 16px;
  line-height: 20px;
}
.production-block__inner5 .production-thumb {
  padding-left: 43px;
  padding-right: 43px;
}
.production-block__inner5 .production-block__item {
  padding-left: 0;
}
.production-block__inner5 .production-thumb__img {
  height: 332px;
  max-width: 442px;
}
.production-block__inner5 .production-thumb__img img {
  max-width: 442px;
  max-height: 332px;
  width: 100%;
}
.direction-page.projects-block h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
a.all_products_link {
  position: relative;
  bottom: 8px;
}
.direction-page.pt48.pb90
  .about-direction__content.about-direction__content--no-info:last-child {
  margin-top: 80px;
}
.direction_technology_description {
  margin-bottom: 0 !important;
  padding-bottom: 64px !important;
}
.direction-page .news-block__head h3 {
  font-size: 40px;
  line-height: 48px;
}
.direction-page .news-thumb__tag {
  line-height: 14px;
  margin-bottom: 5px;
}
.direction-page .news-thumb__tags {
  margin-bottom: 10px;
}
.direction-page .subscribe-news--social .subscribe-news__title {
  font-size: 32px;
  line-height: 36px;
}
.grey-btn {
  display: none;
}
.direction-page .news-block__head h3 {
  width: auto;
}
.direction-page .news-block__all {
  display: block;
}
.direction-page.inner-header--img .inner-header__inner {
  position: relative;
  bottom: 76px;
}
.about-direction.direction-page,
.production-block.direction-page,
.projects-block.direction-page,
.fixed_bg_window_wrapper.direction-page {
  position: relative;
  bottom: 76px;
}
.about-direction.direction-page.pt48.pb90 {
  padding-bottom: 0;
}
.about-direction.direction-page.pt48.pb90:after {
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 200px;
  background: #ffffff;
  position: absolute;
  bottom: -125px;
}
.activity-page .inner-header__content {
  padding-top: 40px;
  padding-bottom: 70px;
  z-index: 1;
  position: relative;
  background: #f5f8fa;
}
.activity-page .media-news-single__links {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.activity-page .media-news-single__links.projects-page-breadcrumbs {
  margin-bottom: 40px;
}
.direction-page
  .nav-direction
  .direction-name:hover
  h3
  + .direction-name__other,
.activity-page
  .nav-direction
  .direction-name:hover
  h3
  + .direction-name__other {
  filter: invert(1) brightness(5);
}
.activity-page .nav-direction__nav ul li a:hover {
  color: #ffffff;
  opacity: 0.7;
}
.activity-page .nav-direction__nav ul li._is-active a:hover {
  color: #101820;
  opacity: 0.7;
}
.inner-header.activity-page {
  background-size: cover !important;
  background-position-y: 16% !important;
}
.activity-page .nav-direction {
  background: rgba(16, 24, 32, 0.8);
  backdrop-filter: blur(24px);
}
.direction-page .nav-direction__nav,
.activity-page .nav-direction__nav {
  position: absolute;
  right: 0;
  width: auto;
}
.activity-page .nav-direction__nav ul li,
.direction-page .nav-direction__nav ul li {
  margin-right: 0;
}
.activity-page .nav-direction__nav ul li a,
.direction-page .nav-direction__nav ul li a {
  color: #ffffff;
  padding-left: 23px;
  padding-right: 23px;
}
.activity-page .nav-direction__nav ul li._is-active,
.direction-page .nav-direction__nav ul li._is-active {
  background: #ffffff;
}
.activity-page .nav-direction__nav ul li._is-active a,
.direction-page .nav-direction__nav ul li._is-active a {
  color: #101820;
}
.activity-page .nav-direction__nav ul li._is-active a:after,
.direction-page .nav-direction__nav ul li._is-active a:after {
  opacity: 0;
}
.activity-page .direction-name h3 {
  color: #ffffff;
}
.activity-page .nav-direction .direction-name__other {
  filter: invert(1) contrast(2);
}
.direction-page .production-thumb:hover .production-thumb__img img,
.activity-page .production-thumb:hover .production-thumb__img img {
  transform: scale(1.07);
  z-index: -1;
  position: relative;
}
.direction-page .production-thumb__name,
.activity-page .production-thumb__name {
  z-index: 2;
  position: relative;
  min-height: 72px;
  color: #101820;
}
.activity-page .activities-block__text p {
  font-size: 18px;
  line-height: 23px;
}
.about-direction.activity-page,
.production-block.activity-page,
.projects-block.activity-page,
.fixed_bg_window_wrapper.activity-page {
  bottom: 0;
}
.pt32 {
  padding-top: 32px;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pb80 {
  padding-bottom: 80px;
}
.pb160 {
  padding-bottom: 160px;
}
.activity-page .new-hero__items {
  flex-wrap: wrap;
}
.direction-page .project-thumb__img:after {
  content: "";
  display: block;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  height: 100vw;
  background: #101820;
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  transition: opacity 1s ease;
}
.direction-page .project-thumb__img:hover:after {
  opacity: 0;
}
.direction-page .project-thumb__img:hover .product_plus_icon {
  transform: rotate(90deg);
}
.direction-page .production-thumb {
  background-size: 640px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}
.direction-page .production-thumb__img img {
  opacity: 0;
}
.activity-page .production-thumb__img img {
  height: 327px;
}
.direction-page .production-block__item:hover .production-thumb,
.activity-page .production-block__item:hover .production-thumb {
  background-size: 650px;
}
.direction-page .swiper-button-prev {
  left: 40px !important;
}
.direction-page .swiper-button-prev,
.direction-page .swiper-button-next {
  transition: opacity 0.3s ease;
}
.direction-page .swiper-button-next.swiper-button-disabled,
.direction-page .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.direction-page .swiper-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
.direction-page .new-hero__slider {
  overflow: visible;
}
.direction-page .swiper-wrapper::part(swiper) {
  overflow: visible;
}
.direction-page .production-block__items {
  margin-left: 0;
}
@media (min-width: 541px) {
  .direction-page.about_directions_list li {
    min-height: 161px;
  }
}
@media (max-width: 766px) {
  .direction-page .nav-direction__nav,
  .activity-page .nav-direction__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .direction-page.inner-header--img .inner-header__content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
    padding-top: 65vw;
  }

  .direction-page.inner-header--img .inner-header__content {
    padding-top: 55px;
  }

  .white-btn {
    width: 100%;
  }

  .direction-page .direction-name h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .direction-page .media-news-single__links {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .directions_two_columns_text {
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .directions_two_columns_text .column_left,
  .directions_two_columns_text .column_right {
    width: 100%;
  }
  .direction-page > p {
    font-size: 18px;
    line-height: 25px;
  }
  .direction-page .about-direction__more {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .direction-page h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .direction-page .news-block__head,
  .direction-page .news-list__head {
    display: block;
  }
  .direction-page .news-thumb__text {
    font-size: 18px;
    line-height: 23px;
  }
  .direction-page .project-thumb__text {
    font-size: 14px;
    line-height: 18px;
  }
  .projects-block.direction-page .white-btn {
    display: flex;
  }
  .direction-page .products_count {
    bottom: 15px;
  }
  .direction-page .two-numbers-about-company-1 .number_text {
    font-size: 14px;
    line-height: 18px;
  }
  .direction-page .technology_list_item_title {
    font-size: 14px;
    line-height: 18px !important;
  }
  .direction-page .technology_list_item_description {
    font-size: 14px;
    line-height: 18px !important;
  }
  .direction_technology_description {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .direction-page .media-news-detailed__content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .direction-page .pressrelease-download {
    font-size: 12px;
    line-height: 15px;
  }
  .direction-page.pressreleases-list .news-thumb__text {
    min-height: auto;
  }
  .direction-page.pressreleases-list .news-thumb__text {
    margin-bottom: 20px;
  }
  .direction-page .news-list__head h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
  }
  .direction-page .subscribe-news--social .subscribe-news__title {
    font-size: 24px;
    line-height: 36px;
  }
  .direction-page .inner-header--img .inner-header__inner {
    background-size: 150%;
    background-position: 100%;
    background-position-y: 40%;
    background-repeat: no-repeat;
  }
  .activity-page .new-hero__items {
    flex-wrap: wrap;
  }
  .direction-page .inner-header__inner {
    background-size: 150% !important;
    background-position-y: 0% !important;
    background-position-x: right !important;
  }
  .activity-page .activities-block__name {
    font-size: 36px;
    line-height: 44px;
  }
  .activity-page .activities-block__text p {
    font-size: 20px;
    line-height: 28px;
  }
  .direction-page.fafcff {
    background: #fafcff !important;
  }
  .pt126 {
    padding-top: 48px;
  }
  .pb48mobile {
    padding-bottom: 48px;
  }
  .about-direction__content.about-direction__content--no-info > div {
    font-size: 18px;
    line-height: 25px;
  }
  .production-block__inner5 .production-thumb__name {
    font-size: 24px;
    line-height: 31px;
  }
  .production-block__inner5 .production-thumb__text {
    font-size: 14px;
    line-height: 18px;
  }
  .direction-page.projects-block h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .direction-page .project-thumb__name {
    font-size: 24px;
    line-height: 31px;
  }
  .direction-page .about-direction__content.about-direction__content--no-info {
    margin-top: 24px;
  }
  .pb90 {
    padding-bottom: 80px;
  }
  .directions_two_columns_text .column_right-no_bar {
    font-size: 14px;
    line-height: 18px;
  }
  .direction-page .news-block__head h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .direction-page .subscribe-news--social .subscribe-news__title {
    font-size: 24px;
    line-height: 36px;
  }
  .direction-page .grey-btn {
    background: #f0f4fa;
    color: #a39061;
    height: 49px;
    width: max-content;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.05px;
    letter-spacing: 0.1em;
    text-align: left;
    width: 100%;
  }
  .grey-btn:hover {
    color: #101820;
  }
  .direction-page .all_products_link,
  .direction-page .news-block__all {
    display: none !important;
  }
  .direction-page.inner-header--img .inner-header__inner {
    position: relative;
    bottom: 60px;
  }
  .about-direction.direction-page,
  .production-block.direction-page,
  .projects-block.direction-page,
  .fixed_bg_window_wrapper.direction-page {
    position: relative;
    bottom: 60px;
  }
  .about-direction.activity-page,
  .production-block.activity-page,
  .projects-block.activity-page,
  .fixed_bg_window_wrapper.activity-page {
    bottom: 0;
  }
  .about-direction.direction-page.pt48.pb90 {
    padding-bottom: 0;
  }
  .activity-page .activities-block__head h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .activity-page .activities-block__text p {
    font-size: 16px;
    line-height: 20px;
  }
  .activity-page .activities-block__head h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 639px) {
  .direction-page .news-thumb__tags {
    margin-bottom: 2px;
  }
  .direction-page .news-thumb__img {
    order: 0;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .direction-page .news-thumb {
    border-bottom: none;
    padding-bottom: 0;
  }
  .direction-page .news-block__item {
    padding-bottom: 0;
  }
  .direction-page .news-thumb__text {
    margin-bottom: 48px;
  }
  .production-block__inner5 .production-block__item {
    width: 100%;
  }
  .direction-page .production-thumb {
    background-size: 540px;
    background-position-x: 60%;
  }
  .production-block__inner5 .production-thumb {
    padding-left: 0;
    padding-right: 60px;
  }
  .direction-page.activity-page .production-thumb {
    background-position-x: 40%;
  }
  .direction-page .production-block__item:hover .production-thumb,
  .activity-page .production-block__item:hover .production-thumb {
    background-size: 550px;
  }
}
@media (max-width: 1024px) {
  .direction-page .about_text_directions_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .direction-page .inner-header__inner {
    background-size: 180% !important;
    background-position-y: 0% !important;
    background-position-x: 87% !important;
  }
}

.preview-news-direction__content {
  background: #1a2128;
  position: relative;
}
.preview-news-direction__img {
  height: calc(100% - 357px);
}
@media (min-width: 1024px) {
  .first_direction_news {
    display: none;
  }
}
.new-direction-activity__list .new-news-thumb__preview-text {
  opacity: 1;
  visibility: visible;
}
.news_date_tags_date {
  display: flex;
  margin-top: 16px;
  margin-bottom: 15px;
}
.new-news-thumb__date {
  margin-bottom: 8px;
}
.new-news-thumb__text {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.new-news-thumb__preview-text {
  font-size: 16px;
  line-height: 20px;
  color: #f0f4fa;
}
.new-news-thumb__tag {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
}
.new-news-thumb__info {
  border-top: 2px solid #000000;
}
.new-news-thumb__info {
  width: 100%;
}
.new-direction-name {
  background: #ffffff;
}
.new-direction-activity__direction-inner
  .new-news-thumb__info:hover
  .new-news-thumb__preview-text,
.new-direction-activity__direction-inner
  .new-news-thumb__info:hover
  .new-news-thumb__text,
.first_direction_news
  .preview-news-direction__content:hover
  .preview-news-direction__text,
.first_direction_news
  .preview-news-direction__content:hover
  .new-news-thumb__preview-text,
.new-direction-activity__preview:hover .preview-news-direction__text,
.new-direction-activity__preview:hover .new-news-thumb__preview-text {
  color: #a39061;
}
.preview-news-direction__date {
  color: #f0f4fa;
}
.icon_bullet_4x4 {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-image: url("/local/templates/rostec2/assets/local/../img/icon_bullet_4x4.svg");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: baseline;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}
.icon_bullet_3x3 {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-image: url("/local/templates/rostec2/assets/local/../img/icon_bullet_3x3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: baseline;
  position: relative;
  bottom: 2px;
  margin-right: 2px !important;
  padding-right: 0 !important;
}
.tag_icon {
  margin-right: 5px;
  display: none;
}
.preview-news-direction__date,
.new-news-thumb__date {
  margin-right: 24px;
}
.new-direction-activity__direction-inner
  .new-news-thumb__tag:first-child
  .tag_icon {
  display: inline;
}
.new-direction-activity__direction-inner
  .new-news-thumb__tag:first-child
  .icon_bullet_4x4 {
  display: none;
}
.first_direction_news .preview-news-direction__tag:first-child .tag_icon {
  display: inline;
}
.first_direction_news
  .preview-news-direction__tag:first-child
  .icon_bullet_3x3 {
  display: none;
}
.first_direction_news .preview-news-direction__tag span:after {
  display: none;
}
.first_direction_news .preview-news-direction__tag {
  margin-right: 5px;
}
.first_direction_news .tag_icon {
  padding-right: 5px;
}
.first_direction_news .preview-news-direction__tag > span {
  padding-right: 0;
}
.new-direction-activity__direction-inner .new-news-thumb__tag {
  margin-right: 5px;
}
.preview-news-direction__tag span:after {
  display: none;
}
.new-direction-activity__preview .preview-news-direction__tag > span {
  padding-right: 0;
}
.new-direction-activity__preview .preview-news-direction__tag {
  margin-right: 5px;
}
.new-direction-activity__preview
  .preview-news-direction__tag:first-child
  .icon_bullet_3x3 {
  display: none;
}
.new-direction-activity__preview
  .preview-news-direction__tag:first-child
  .tag_icon {
  display: inline;
  padding-right: 5px !important;
}
.preview-news-direction__more,
.main-news-thumb__more {
  background: none;
}
.preview-news-direction__more:after,
.main-news-thumb__more:after {
  content: "";
  position: absolute;
  width: 0;
  height: 32px;
  background-size: 0 32px;
  background-image: url("/local/templates/rostec2/assets/local/../img/line.svg");
  border: 2px solid #ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, left 0.3s, ease 0.3s;
  transition: opacity 0.3s, left 0.3s, ease 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-news-direction__more:before,
.main-news-thumb__more:before {
  content: "";
  position: absolute;
  width: 0;
  height: 32px;
  background-size: 0 32px;
  background-image: url("/local/templates/rostec2/assets/local/../img/line.svg");
  border: 2px solid #ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, left 0.3s, ease 0.3s;
  transition: opacity 0.3s, left 0.3s, ease 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.main-news-thumb:hover .main-news-thumb__more:after,
.directions_list_mobile_item:hover .main-news-thumb__more:after {
  left: 50%;
}
.preview-news-direction__more:hover:before,
.main-news-thumb__more:hover:before,
.directions_list_mobile_item:hover .main-news-thumb__more:before {
  border-color: #a39061;
  height: 29px;
  transform: translateX(-2.5px) translateY(-6px) rotate(45deg);
  top: 50%;
}
.main-news-thumb__more:hover:before,
.directions_list_mobile_item:hover .main-news-thumb__more:before {
  height: 29px;
  transform: translateX(0px) translateY(-7.5px) rotate(45deg);
}
.preview-news-direction__more:hover:after,
.main-news-thumb__more:hover:after,
.directions_list_mobile_item:hover .main-news-thumb__more:after {
  transform: translateX(10px) rotate(-45deg);
  top: 0;
  border-color: #a39061;
  height: 26px;
}
.main-news-thumb__more:hover:after,
.directions_list_mobile_item:hover .main-news-thumb__more:after {
  transform: translateX(0px) rotate(-45deg);
}
.preview-news-direction__more {
  right: 24px;
  bottom: 24px;
}

.preview-news-direction__tag {
  margin-bottom: 8px;
}
.preview-news-direction__date {
  margin-bottom: 8px;
}
.preview-news-direction__content {
  justify-content: flex-start;
}

.preview-news-direction__text {
  color: #101820;
}
.new-direction-activity__preview .preview-news-direction__text {
  color: #f0f4fa;
}
.new-news-thumb__preview-text {
  visibility: visible;
  opacity: 1;
}
.new-news-thumb .new-news-thumb__preview-text {
  color: #101820;
}
.new-news-thumb .new-news-thumb__preview-text:hover {
  color: #8f8f8c;
}
.new-direction-activity__direction-inner:hover .new-news-thumb__text:hover {
  color: #a39061;
}
.new-direction-activity__direction-inner:hover .preview-news-direction__text {
  color: #a39061;
}
.first_direction_news .preview-news-direction__text {
  color: #f0f4fa;
}
.first_direction_news .preview-news-direction__text:hover {
  color: #a39061;
}
.preview-news-direction__content {
  padding-right: 70px;
}
.new-direction-activity__direction .new-news-block__item {
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.new-direction-activity__more {
  margin-top: 0px;
}
.new-direction-activity__direction
  .new-news-block__items
  .new-news-block__item:last-child {
  border-bottom: none;
}
@media (max-width: 1023px) {
  .preview-news-direction__content {
    height: auto;
  }
  .new-direction-activity__direction-inner {
    padding-bottom: 18px;
    padding-top: 8px;
  }
}
@media (min-width: 1024px) {
  .new-direction-activity__direction .new-news-block__item {
    border-bottom: none;
  }
  .new-direction-activity__direction {
    padding-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .new-direction-activity__direction:last-child {
    border-bottom: none;
  }
  .new-direction-activity__direction-inner {
    padding-bottom: 40px;
  }
  .new-direction-activity__inner {
    background-color: #ffffff;
  }
  .new-direction-activity__list {
    background-color: #fafcff;
  }
}
@media (max-width: 767px) {
  .new-direction-activity__list .new-news-thumb__body {
    flex-direction: column-reverse;
  }
  .new-direction-activity__list .new-news-thumb__img {
    width: 100%;
    max-width: initial;
    height: auto;
    flex: 0 0 100%;
  }
  .new-news-thumb__info {
    border-top: none;
  }
}
@media (max-width: 479px) {
  .new-news-thumb__text {
    font-size: 18px;
    line-height: 23px;
  }

  .new-news-thumb__preview-text {
    color: #101820;
  }

  .first_direction_news .new-news-thumb__preview-text {
    color: #f0f4fa;
  }
  .first_direction_news .preview-news-direction__text {
    font-size: 18px;
    line-height: 23px;
  }
  .first_direction_news .new-news-thumb__preview-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  .new-hero__img {
    background-size: 1400px;
    background-position-x: right;
    background-repeat: no-repeat;
  }
}
.directions-index .about-us__section {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100px;
}
.directions-index .about-us__section .about-us__text {
  max-width: none;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 64px;
  font-weight: 600;
}
.directions-index .direction-page.production-block {
  background: transparent;
  bottom: -64px;
}
.directions-index .production-block__inner5 .production-block__item {
  background: #101820;
  width: 416px;
}
.directions-index .production-thumb {
  background-size: 170% !important;
  background-position-x: 100% !important;
  background-position-y: 32% !important;
  min-height: 478px;
  background: #101820;
  display: flex;
  align-items: flex-end;
}
.directions-index .js-activities-slider .swiper-pagination-bullet span {
  background-color: #ffffff;
}
.directions-index .js-activities-slider .swiper-pagination-bullet:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.directions-index .direction-page .swiper-button-next:after,
.directions-index .direction-page .swiper-button-prev:after {
  filter: invert(1);
}
.directions-index .production-thumb__text {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.directions-index .direction_title {
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.directions-index .direction_title:hover {
  color: #a39061;
}
.directions-index .about-us__inner.contain.pb0 {
  padding-bottom: 0;
}
.directions_list_mobile {
  display: none;
}
.js-directions-titles-list-slider .swiper-slide {
  width: auto;
}
.directions-titles-list-slider span,
.directions-titles-list-slider a {
  font-size: 20px;
  line-height: 24px;
  color: #a39061;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.directions-titles-list-slider span:hover,
.directions-titles-list-slider a:hover {
  color: #ffffff;
}
.directions-titles-list-slider .swiper-slide:after {
  width: 32px;
  height: 0px;
  border: 1px solid #ffffff;
  opacity: 0.5;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
.directions-titles-list-slider .swiper-slide {
  padding-right: 50px;
}
.directions-titles-list-slider .swiper-slide:last-child:after {
  display: none;
}
.directions-titles-list-slider.direction-page.production-block {
  bottom: auto;
  top: auto;
  padding: 0;
}
.directions-index .main-news-thumb__more {
  right: 8px;
  bottom: 8px;
}
.directions-index .production-block__item.swiper-slide .production-thumb__text {
  display: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.directions-index .production-block__item.swiper-slide .production-thumb__body {
  position: relative;
}
.directions-index
  .production-block__item.swiper-slide
  .production-thumb__content {
  position: absolute;
  bottom: -42px;
  left: 0;
  min-height: 88px;
  transition: all 0.3s ease;
}
.directions-index
  .production-block__item.swiper-slide
  .production-thumb__content._has-description {
  bottom: -6px;
}
.directions-index
  .production-block__item.swiper-slide
  .production-thumb__content._has-description
  .production-thumb__text {
  opacity: 1;
}
.pt80 {
  padding-top: 80px;
}
.pt0 {
  padding-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.quote-no-img {
  margin-left: 0 !important;
}
.quote-no-img .quote_left {
  padding-right: 0;
}
.corporate-culture-content .two-numbers-about-company-2 {
  top: 0;
  margin-top: 20px;
}
.corporate-culture-content .number_description {
  margin-top: 20px;
}
.corporate-culture-content .media-news-detailed__content h2,
.careers-page .media-news-detailed__content h2 {
  font-size: 40px;
  line-height: 48px;
}
.corporate_values_block {
  display: flex;
  padding-bottom: 52px;
  position: relative;
  z-index: 1;
}
.corporate_value_title {
  width: 50%;
  display: flex;
  position: relative;
  top: -22px;
}
.corporate_value_title .number {
  font-size: 310px;
  line-height: 281px;
}
.corporate_value_title h3 {
  position: relative;
  top: 22px;
  margin-left: 48px;
}
.corporate_value_description {
  width: 50%;
  border-bottom: 2px solid #101820;
}
:nth-last-child(1 of .corporate_values_block) .corporate_value_description {
  border-bottom: none;
}
.corporate_value_description p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.corporate_value_description p:last-child {
  padding-bottom: 48px;
}
.about-us--content.corporate-culture-content
  .media-news-detailed__section
  .media-news-detailed__content:last-child,
.about-us--content.social-politics-content
  .media-news-detailed__section
  .media-news-detailed__content:last-child {
  padding-bottom: 0;
}
.corporate-culture-content .about_text_directions_wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
.corporate-culture-content + .subscribe-news--social .subscribe-news__wrapper,
.social-politics-content + .subscribe-news--social .subscribe-news__wrapper,
.careers-page + .subscribe-news--social .subscribe-news__wrapper {
  justify-content: space-around;
}
.corporate-culture-content
  + .subscribe-news--social
  .subscribe-news__head:first-child,
.social-politics-content
  + .subscribe-news--social
  .subscribe-news__head:first-child,
.careers-page + .subscribe-news--social .subscribe-news__head:first-child {
  display: none;
}
.about-us--main-banner.page_careers_main_banner .about-us__section > div {
  background-size: cover;
  min-height: 467px;
}
.media-news-detailed__content ol.about_directions_list.social_politics_list {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  counter-reset: item;
}
.media-news-detailed__content ol.about_directions_list.social_politics_list li {
  padding-left: 48px;
  position: relative;
}
.media-news-detailed__content
  ol.about_directions_list.social_politics_list
  li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 19px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #101820;
}
@media (min-width: 961px) {
  .about-us--content.careers-page .media-news-detailed__content h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 959px) {
  .corporate-culture-content + .subscribe-news--social .subscribe-news__head {
    width: 100%;
  }
  .about-us--main-banner.page_careers_main_banner .about-us__section > div {
    background-size: cover;
    min-height: 0;
  }
}
@media (max-width: 1279px) {
  .corporate_value_title .number {
    font-size: 210px;
    line-height: 215px;
  }
}
@media (max-width: 1200px) {
  .paralex.fixed_bg_window_1 > .background {
    background-size: 150% !important;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important;
  }
  .paralex.fixed_bg_window_2 > .background {
    background-size: 120% !important;
    background-repeat: no-repeat !important;
  }
  .paralex.fixed_bg_window_3 > .background {
    background-repeat: no-repeat !important;
    background-position: 0% 50% !important;
  }
}
@media (max-width: 900px) {
  .corporate_value_title .number {
    font-size: 100px;
    line-height: 130px;
  }
  .corporate_values_block {
    flex-direction: column;
  }
  .corporate_value_title {
    width: 100%;
  }
  .corporate_value_description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .directions-index .about-us__section {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .directions-index.about-us--main-banner .about-us__title {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .directions-index .about-us__section .about-us__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .directions-index .production-thumb__text {
    font-size: 14px;
    line-height: 18.2px;
  }
  .directions-index .direction_title {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .directions-index .production-thumb {
    padding: 0 32px 43px 32px;
    min-height: 438px;
  }
  .directions-index .production-block__inner5 .production-block__item {
    width: 306px;
  }
  .directions-index .direction-page .swiper-wrapper {
    padding-left: 0;
  }
  .directions-titles-list-slider {
    display: none;
  }
  .directions-index .production-block {
    display: none;
  }
  .directions_list_mobile {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
  }
  .directions_list_mobile_item {
    min-height: 160px;
    color: #ffffff;
    font-size: 24px;
    line-height: 29.23px;
    font-weight: 600;
    text-decoration: none;
    padding: 19px 20px;
    cursor: pointer;
    background-size: 134% !important;
    background-position-x: 100% !important;
    position: relative;
    margin-bottom: 8px;
    background-size: 105% !important;
    background-position-x: 100% !important;
    background-position-y: 23% !important;
    min-height: calc((100vw - 48px) * 160 / 328);
    transition: all 0.3s ease;
  }
  .directions_list_mobile_item_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("/local/templates/rostec2/assets/local/../img/PicMain2_Aviation2.png");
  }
  .directions_list_mobile_item:hover {
    filter: brightness(0.9);
    color: #a39061;
  }
  .paralex.fixed_bg_window_1 > .background {
    background-size: 180% !important;
  }
  .paralex.fixed_bg_window_2 > .background {
    background-size: 180% !important;
  }
  .paralex.fixed_bg_window_3 > .background {
    background-size: 180% !important;
  }
  .media-news-detailed__content ol.about_directions_list.social_politics_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us-with-no-breadcrumbs.about-us--main-banner .about-us__section {
  padding-top: 128px;
}
@media (max-width: 1279px) {
  .about-us-with-no-breadcrumbs.about-us--main-banner .about-us__section {
    padding-top: 60px;
  }
}
.sorting-panel__categories:not(:last-child) {
  margin-right: 30px;
}
.sorting-panel__container--with-directions .sorting-panel__search {
  min-width: 192px;
}
@media (min-width: 767px) and (max-width: 968px) {
  .sorting-panel__container--with-directions {
    flex-wrap: wrap;
  }
  .sorting-panel__container--with-directions .sorting-panel__search {
    margin-right: 0px;
  }
  .sorting-panel__container--with-directions .sorting-panel__date,
  .sorting-panel__container--with-directions .sorting-panel__categories {
    flex-grow: 1;
    max-width: initial;
  }
}
@media (min-width: 541px) and (max-width: 685px) {
  .sorting-panel__categories:not(:last-child) {
    margin-right: 0px;
  }
  .sorting-panel__container--with-directions
    .sorting-panel__categories:nth-child(4) {
    flex-grow: 1;
    max-width: initial;
    width: 100%;
  }
  .sorting-panel__container--with-directions .sorting-panel__date,
  .sorting-panel__container--with-directions .sorting-panel__categories {
    margin-bottom: 15px;
  }
}
#cookies_popup {
  background: #fafcff;
  padding: 24px;
  border-top: 2px solid #000000;
  box-shadow: 0px 24px 24px -12px #00000040;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
  width: 509px;
  display: none;
  z-index: 100000;
}
#cookies_popup.cookies_popup--show {
  display: block;
}
#cookies_popup p {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  max-width: 460px;
  width: 100%;
  margin: 0;
}
#cookies_popup a {
  color: #a39061 !important;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#cookies_popup a:hover {
  text-decoration: underline;
}
.cookies_popup-btn {
  font-size: 14px;
  color: #a39061 !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  padding-bottom: 0;
  border-bottom: 3px solid transparent;
  margin-top: 30px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cookies_popup-btn:hover {
  border-bottom-color: #a39061;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  #cookies_popup {
    width: calc(100% - 50px);
  }
}
.modal-popup {
  display: none;
  background: #fafcff;
  padding: 24px;
  border-top: 2px solid #000000 !important;
  box-shadow: 0px 24px 24px -12px #00000040;
  width: 511px;
}
.modal-popup.modal-popup--show {
  display: block;
}
.modal-popup.modal-popup--with-top-img {
  padding: 0;
}
.modal-popup_top-img {
  background: url("/local/templates/rostec2/assets/local/../img/medicine.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
}
#popup-is-medicine .modal-popup_text-content {
  padding: 32px 48px 48px 48px;
}
#popup-is-medicine .fancybox-close-small {
  display: none;
}
.popup-is-medicine_title {
  font-size: 32px;
  color: #000000;
  font-weight: 600;
  line-height: 36px;
}
.modal-popup_text-content p {
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 21px;
}
.popup-is-medicine_question {
  font-size: 24px;
  color: #101820;
  font-weight: 600;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.popup-is-medicine_disclaimer {
  font-size: 12px;
  color: #101820;
  font-weight: 400;
  line-height: 14px;
  margin-top: 16px;
}
.popup-is-medicine_buttons {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.popup-is-medicine_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #a39061;
  font-weight: 600;
  line-height: 24px;
  background: #f0f4fa;
  width: 100%;
  height: 72px;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.popup-is-medicine_button:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #popup-is-medicine {
    width: 100%;
    max-width: calc(100vw - 64px);
  }
  .popup-is-medicine_title {
    font-size: 26px;
    line-height: 1.1;
  }
  .popup-is-medicine_question {
    font-size: 20px;
    line-height: 24px;
  }
}
.footer__contact--email {
  position: relative;
}
#email-disclaimer {
  display: block;
  visibility: hidden;
  opacity: 0;
  background: #8f8f8c;
  position: absolute;
  top: 50px;
  left: 0;
  width: 480px;
  box-shadow: 0px 24px 24px -12px #00000040;
  transition: all 0.3s ease;
}
.footer__contact--email a:hover + #email-disclaimer {
  visibility: visible;
  opacity: 1;
}
#email-disclaimer:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid #8f8f8c;
  border-bottom: 4px solid #8f8f8c;
  position: absolute;
  top: -7.5px;
  left: 0;
}
.email-disclaimer-content {
  padding: 16px;
}
.email-disclaimer-content p {
  margin: 0;
  font-size: 16px;
  color: #101820;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 1400px) {
  #email-disclaimer {
    width: 31vw;
  }
}
@media (max-width: 1278px) {
  #email-disclaimer {
    width: 22vw;
  }
}
@media (max-width: 1023px) {
  .email-disclaimer-content p {
    font-size: 14px;
    line-height: 18px;
  }
  #email-disclaimer {
    width: 400px;
  }
}
@media (max-width: 440px) {
  #email-disclaimer {
    width: calc(100vw - 50px);
  }
}
.letter_page .form-group {
  margin-bottom: 70px;
  position: relative;
}
.letter_page input.form-control {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  border: none;
  padding-right: 30px;
  background-color: transparent;
  border-bottom: 3px solid #101820;
  padding-bottom: 15px;
  padding-left: 8px;
  width: 100%;
  height: 42px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  outline: none !important;
}
.letter_page input.form-control:focus {
  box-shadow: none;
}
.letter_page textarea.form-control {
  font-size: 20px;
}
.letter_page .form-block-headline {
  margin-bottom: 20px;
  font-weight: 700;
}
.letter_page label {
  margin-bottom: 10px;
  line-height: 1.2;
}
.letter_page input[type="submit"] {
  background: #f0f4fa;
  color: #a39061;
  height: 49px;
  width: max-content;
  padding: 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.05px;
  letter-spacing: 0.1em;
  text-align: center;
  border: none;
  transition: all 0.3s ease;
}
.letter_page input[type="submit"]:hover,
.letter_page input[type="submit"]:focus {
  color: #101820;
}
.letter_page select.form-control {
  font-size: 20px;
  color: #101820;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  border: none;
  padding-right: 30px;
  background-color: transparent;
  border-bottom: 3px solid #101820;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 8px;
  width: 100%;
  height: 42px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  outline: none !important;
}
.letter_page input.form-control[type="file"] {
  border-bottom: none;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  height: 49px;
}
.letter_page input.form-control[type="file"]:focus + label {
  box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
}
::file-selector-button {
  background: #f0f4fa;
  color: #a39061;
  height: 49px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 17.05px;
  letter-spacing: 0.1em;
  text-align: center;
  text-align: center;
  width: 253px;
  text-transform: uppercase;
  cursor: pointer;
}
::file-selector-button:hover {
  color: #101820;
}
.custom-file-upload {
  display: inline;
  margin-top: 10px;
}
.custom-file-upload-ready-text {
  display: none;
}
.letter_page .form-grid {
  align-items: end;
  margin-bottom: 70px;
}
.letter_page .form-grid .form-group {
  margin-bottom: 0;
}
.custom-file-upload-default-text {
  display: none;
}
@media (max-width: 768px) {
  .letter_page .form-grid {
    align-items: normal;
  }
  .letter_page .form-grid .form-group {
    margin-bottom: 70px;
  }
}
@media (max-width: 500px) {
  .letter_page input.form-control[type="file"] {
    color: #ffffff;
  }
}
@media (min-width: 501px) {
  .custom-file-upload {
    display: none;
  }
}
.main-news .news-calendar .news-calendar__cell-day._is-active {
  pointer-events: all;
}
@media (max-width: 610px) {
  .main-news__slider .swiper-pagination-bullet {
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    max-width: 36px;
  }
}
@media (max-width: 480px) {
  .main-news__slider .swiper-pagination-bullet {
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    max-width: 24px;
  }
}
@media (max-width: 380px) {
  .main-news__slider .swiper-pagination-bullet {
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    max-width: 20px;
  }
}
.vacancy-list.pressreleases-list .news-thumb__text {
  display: flex;
  margin-right: 32px;
  margin-bottom: 32px;
}
.vacancy-list .news-thumb {
  border-bottom: 1px solid #e0e0e0;
}
.vacancy-list .news-thumb__info {
  position: relative;
  margin-bottom: 16px;
}
.vacancy-list .news-thumb__info:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  right: 32px;
  background-image: url("/local/templates/rostec2/assets/local/../img/icon_vacancy.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.vacancy-page .sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 305px;
  flex: 0 0 305px;
  width: 305px;
  max-width: 305px;
  margin-left: 50px;
  -webkit-transition: top 0.3s, ease 0.3s;
  transition: top 0.3s, ease 0.3s;
  position: sticky;
  align-self: flex-start;
  max-height: initial !important;
  font-size: 18px;
  line-height: 23px;
}
.vacancy-page p {
  font-size: 18px;
  line-height: 23px;
}
.vacancy-page .media-news-detailed__container {
  display: flex;
}
.vacancy-page.pressrelease-detailed .media-news-detailed__content {
  max-width: none;
}
.vacancy-page .contacts {
  background-color: #fafcff;
  padding: 24px;
  margin-top: 32px;
}
.vacancy-page .contacts:first-child {
  margin-top: 0;
}
.vacancy-page .contacts_disclaimer {
  font-size: 12px;
  line-height: 15px;
  margin-top: 16px;
}
.vacancy-page .sidebar-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
.vacancy-page .sidebar ul,
.vacancy-page .sidebar ol {
  padding-left: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
.vacancy-page ul li,
.vacancy-page ol li {
  padding-bottom: 23px;
}
.vacancy-page ul li:last-child,
.vacancy-page ol li:last-child {
  padding-bottom: 0;
}
.vacancy-page р4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.vacancy-page .media-news-detailed__section {
  padding-bottom: 0;
}
.back-link-wrapper {
  margin-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 1279px) {
  .vacancy-page .sidebar {
    margin-left: 50px;
  }
}
@media (max-width: 1023px) {
  .vacancy-page .media-news-detailed__container {
    flex-direction: column;
  }
  .vacancy-page .sidebar {
    margin-left: 0;
    position: static;
    margin-bottom: 0;
    flex: none !important;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}
.direction-page .production-block__inner5 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sorting-panel__categories2 .sorting-panel__categories-list {
  display: flex;
}
.sorting-panel__categories2 .sorting-panel__categories-list-title {
  font-size: 40px;
  line-height: 48px;
  width: 219px;
  padding: 22px 32px;
  flex-shrink: 0;
}
.sorting-panel__categories2 .sorting-panel__categories-list-levels {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}
.sorting-panel__categories2 .sorting-panel__categories-list-levels ul {
  padding: 16px;
}
.sorting-panel__categories2 .sorting-panel__categories-list ul li {
  padding: 12px 8.5px;
  width: auto;
  height: 40px;
  font-size: 18px;
}
.sorting-panel__categories2 .sorting-panel__categories-list ul li:before {
  display: none;
}
.sorting-panel__categories2 .sorting-panel__categories-list-title {
  font-weight: 600;
}
.sorting-panel__categories2 .sorting-panel__categories-list ul li._is-checked {
  color: #a39061;
}
@media (max-width: 767px) {
  .sorting-panel__categories2 .sorting-panel__categories-list {
    flex-direction: column;
  }
  .sorting-panel__categories2 .sorting-panel__categories-list-title {
    padding: 22px 28px;
    font-size: 32px;
  }
}

/* Стили для баннера к 80-летию Победы */
#pobeda_banner {
  min-height: 160px;
  flex: 0 0 auto;
  display: none;
}
#pobeda_banner.pobeda_banner--show {
  display: flex;
}
.pobeda_banner-content {
  width: 100%;
  min-height: 160px;
  padding-top: 31px;
  padding-left: 24px;
  padding-bottom: 20px;
  background: url("/local/templates/rostec2/assets/local/../img/pobeda_banner/pobeda_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pobeda_banner-content__left {
  flex-shrink: 0;
}
.pobeda_banner-content__img1 {
  display: block;
  width: 183px;
  height: 46px;
  background: url("/local/templates/rostec2/assets/local/../img/pobeda_banner/pobeda80.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pobeda_banner-content__right {
  margin-right: 262px;
  position: relative;
  min-width: 497px;
}
.pobeda_banner-content__right p {
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
  margin: 0;
  margin-bottom: 24px;
  max-width: 500px;
  top: 4px;
  position: relative;
}
.pobeda_banner__btn-main {
  display: block;
  width: 108px;
  height: 40px;
  background: url("/local/templates/rostec2/assets/local/../img/pobeda_banner/btnpobeda.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.pobeda_banner__btn-main:hover {
  opacity: 0.7;
}
.pobeda_banner-content__img2 {
  display: block;
  width: 238px;
  height: 390px;
  background: url("/local/templates/rostec2/assets/local/../img/pobeda_banner/pobeda_banner_img_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -98px;
  right: -262px;
}
.pobeda_banner-close {
  display: block;
  width: 40px;
  height: 40px;
  background: url("/local/templates/rostec2/assets/local/../img/pobeda_banner/icon_close.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.pobeda_banner-close:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .pobeda_banner-content {
    width: 100%;
    background: url("/local/templates/rostec2/assets/local/../img/pobeda_banner/banner-9may-1024.svg");
    background-size: cover;
    padding-top: 34px;
    justify-content: flex-start;
  }
  .pobeda_banner-content__right {
    min-width: initial;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .pobeda_banner-content__right br {
    display: none;
  }
}
@media (max-width: 660px) {
  .pobeda_banner-content__right br {
    display: none;
  }
}
@media (max-width: 768px) {
  .pobeda_banner-content {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    gap: 12px;
  }
  .pobeda_banner-content__img2 {
    top: -127px;
    right: -258px;
  }
  .pobeda_banner-content {
    width: 100%;
    background: url("/local/templates/rostec2/assets/local/../img/pobeda_banner/banner-9may-768.svg");
    background-size: cover;
  }
}
@media (max-width: 476px) {
  .pobeda_banner-content__right {
    margin-right: 132px;
    position: relative;
  }
  .pobeda_banner-content__img2 {
    top: -107px;
    right: -207px;
  }
  .pobeda_banner-content {
    width: 100%;
    background: url("/local/templates/rostec2/assets/local/../img/pobeda_banner/banner-9may-376.svg");
    background-size: cover;
  }
}
.result-search__title span {
  white-space: normal;
}
#promrostectour_banner {
  min-height: 160px;
  flex: 0 0 auto;
  justify-content: center;
  display: none;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px -10px 0px 0px #ffffff inset;
  -moz-box-shadow: 0px -10px 0px 0px #ffffff inset;
  box-shadow: 0px -10px 0px 0px #ffffff inset;
  position: relative;
}
#promrostectour_banner:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #ffffff;
}
.promrostectour_banner-content_img_kamaz,
.promrostectour_banner-content_img_arrow,
.promrostectour_banner-content_img_rt-invest,
.promrostectour_banner-content_img_center,
.promrostectour_banner-content_img_ladasport,
.promrostectour_banner-content_img_rects-and-arrow,
.promrostectour_banner-content_img_nefaz {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.promrostectour_banner-content_img_kamaz {
  width: 136px;
  height: 150px;
  background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/kamaz.png");
}
.promrostectour_banner-content_img_arrow {
  width: 61px;
  height: 44px;
  background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/arrow.png");
}
.promrostectour_banner-content_img_rt-invest {
  width: 110px;
  height: 149px;
  background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/rt-invest.png");
}
.promrostectour_banner-content_img_center {
  width: 683px;
  height: 128px;
  background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/center.png");
}
.promrostectour_banner-content_img_ladasport {
  width: 110px;
  height: 150px;
  background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/ladasport.png");
}
.promrostectour_banner-content_img_rects-and-arrow {
  width: 120px;
  height: 82px;
  background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/rects-and-arrow.png");
}
.promrostectour_banner-content_img_nefaz {
  width: 100px;
  height: 150px;
  background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/nefaz.png");
}
#promrostectour_banner.promrostectour_banner--show {
  display: flex;
}
.promrostectour_banner-content {
  width: 100%;
  height: 160px;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.promrostectour_banner-close {
  display: block;
  width: 41px;
  height: 41px;
  background: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/close_icon.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 8px;
  top: 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.promrostectour_banner-close:hover {
  opacity: 0.7;
}
@media (max-width: 1679px) {
  .promrostectour_banner-content_img_rects-and-arrow {
    width: 80px;
    height: 82px;
    background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/rects-and-arrow-lg.png");
  }
  .promrostectour_banner-content_img_center {
    width: 290px;
    height: 160px;
    background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/center-lg.png");
  }
}
@media (max-width: 1023px) {
  .promrostectour_banner-content {
    height: 198px;
  }
  .promrostectour_banner-content_img_kamaz {
    width: 120px;
    height: 132px;
  }
  .promrostectour_banner-content_img_arrow {
    width: 53px;
    height: 38px;
  }
  .promrostectour_banner-content_img_rt-invest {
    width: 96px;
    height: 131px;
  }
  .promrostectour_banner-content_img_ladasport {
    width: 96px;
    height: 132px;
  }
  .promrostectour_banner-content_img_rects-and-arrow {
    width: 87px;
    height: 97px;
    background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/rects-and-arrow-md.png");
  }
  .promrostectour_banner-content_img_nefaz {
    width: 88px;
    height: 132px;
  }
  .promrostectour_banner-content_img_center {
    width: 230px;
    height: 130px;
    background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/center-md.png");
  }
}
@media (max-width: 767px) {
  .promrostectour_banner-content {
    height: 248px;
  }
  .promrostectour_banner-close {
    width: 28px;
    height: 28px;
  }
  .promrostectour_banner-content_img_kamaz {
    width: 98px;
    height: 241px;
    background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/left-sm.png");
  }
  .promrostectour_banner-content_img_center {
    width: 216px;
    height: 196px;
    background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/center-sm.png");
  }
  .promrostectour_banner-content_img_nefaz {
    width: 79px;
    height: 230px;
    background-image: url("/local/templates/rostec2/assets/local/../img/promrostectour_banner/right-sm.png");
    margin-right: 0px;
  }

  .promrostectour_banner-content_img_arrow,
  .promrostectour_banner-content_img_rt-invest,
  .promrostectour_banner-content_img_ladasport,
  .promrostectour_banner-content_img_rects-and-arrow {
    display: none;
  }
}

/* End */


/* Start:/local/templates/rostec2/assets/css/jquery.fancybox.min.css?170058498910424*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
/* End */


/* Start:/local/templates/rostec2/assets/css/libs/paralex/paralex.css?1720480136951*/
.paralex {
  position: relative;
  height: auto;
  z-index: 1;
  border-radius: 0.0001px;
  clip-path: inset(0 0 0 0);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.paralex .background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased; /* seems to do the same in Safari Family of Browsers*/
}
.paralex.fixed .background {
  position: fixed;
}
.paralex .foreground {
  display: block;
  overflow: auto;
}
.not-paralex {
  background: #00aeee;
  foreground: "";
  height: 500px;
}

/* End */


/* Start:/local/templates/rostec2/styles.css?170292725163*/
.vrezka_description {
	background: #F5F8FA; 
	padding: 32px; 
}
/* End */
/* /local/templates/rostec2/assets/css/plugins.min.css?170058498949085 */
/* /local/templates/rostec2/assets/css/app.css?1760729108224576 */
/* /local/templates/rostec2/assets/local/custom.css?1753870836102969 */
/* /local/templates/rostec2/assets/css/jquery.fancybox.min.css?170058498910424 */
/* /local/templates/rostec2/assets/css/libs/paralex/paralex.css?1720480136951 */
/* /local/templates/rostec2/styles.css?170292725163 */
