@charset "UTF-8";
ul {
  padding: 0; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1700px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.d-absolute {
  position: absolute; }
  .d-absolute .d-absolute-top {
    top: 0; }
  .d-absolute .d-absolute-bottom {
    bottom: 0; }
  .d-absolute .d-absolute-left {
    left: 0; }
  .d-absolute .d-absolute-right {
    right: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.flex-shrink-none {
  flex-shrink: 0; }

.flex-wrap.row:before,
.flex-wrap.row:after {
  width: 0 !important;
  max-width: 0 !important;
  height: 0 !important; }

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; }

  .flex-shrink-sm-none {
    flex-shrink: 0; }

  .flex-sm-wrap.row:before,
  .flex-sm-wrap.row:after {
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important; } }
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; }

  .flex-shrink-md-none {
    flex-shrink: 0; }

  .flex-md-wrap.row:before,
  .flex-md-wrap.row:after {
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important; } }
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; }

  .flex-shrink-lg-none {
    flex-shrink: 0; }

  .flex-lg-wrap.row:before,
  .flex-lg-wrap.row:after {
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important; } }
@media (min-width: 1700px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; }

  .flex-shrink-xl-none {
    flex-shrink: 0; }

  .flex-xl-wrap.row:before,
  .flex-xl-wrap.row:after {
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important; } }
@supports not (flex-wrap: wrap) {
  flex-wrap {
    display: block !important;
    float: left !important; } }
@media (min-width: 1200px) and (max-width: 1699px) {
  .hidden-lg-custom {
    display: none !important; } }

@media (min-width: 1700px) {
  .hidden-xl {
    display: none !important; } }

.slider_news_slick {
  width: 100%; }
  .slider_news_slick .slick-track {
    display: flex;
    align-items: stretch;
    flex-direction: row; }
  .slider_news_slick .slick-slide {
    height: auto;
    display: flex !important;
    align-items: stretch;
    flex-direction: row; }
    @media (min-width: 1700px) {
      .slider_news_slick .slick-slide {
        min-height: 500px; } }
    @media (max-width: 991px) {
      .slider_news_slick .slick-slide {
        border: 1px solid #003D76;
        border-width: 1px 0; } }

.slider_news_slick-main-content {
  height: calc(100% - 56px - 110px - 110px); }
  @media (max-width: 991px) {
    .slider_news_slick-main-content {
      height: calc(100% - 56px - 110px - 40px); } }

.slider_news_slick-indicators {
  position: relative;
  margin: 0;
  margin-top: 22px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slider_news_slick-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #003D76;
    border-radius: 10px; }
    .slider_news_slick-indicators li button {
      display: none; }
    .slider_news_slick-indicators li.slick-active {
      width: 21px;
      height: 21px;
      margin: 0px 1px;
      background-color: #003D76; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.slider_slick-wrapper {
  height: calc(100% - 48px); }

.nav_response, .nav_response--md, .nav_response--sm, .nav_response--xs, .nav_response--lg, .nav_response--xl {
  display: none; }

.nav_response-toggle {
  display: block;
  width: 35px;
  height: 35px;
  padding: 18px 0 0 0;
  text-align: center;
  position: relative;
  cursor: pointer; }
  .nav_response-toggle span, .nav_response-toggle span::after, .nav_response-toggle span::before {
    width: 100%;
    height: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    position: relative; }
  .nav_response-toggle span::after, .nav_response-toggle span::before {
    position: absolute;
    top: -9px;
    left: 0;
    content: ''; }
  .nav_response-toggle span::after {
    top: 9px; }
  .nav_response-toggle.on span {
    background-color: transparent; }
  .nav_response-toggle.on span::before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px); }
  .nav_response-toggle.on span::after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    -ms-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px); }

.nav_response-body--show {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }
  .nav_response-body--show .nav_response-overlay {
    position: fixed;
    z-index: 1009;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .nav_response-body--show .nav_response {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .nav_response-body--show .nav_response--xl {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  @media (max-width: 1699px) {
    .nav_response-body--show .nav_response--lg {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }
  @media (max-width: 1199px) {
    .nav_response-body--show .nav_response--md {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }
  @media (max-width: 991px) {
    .nav_response-body--show .nav_response--sm {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }
  @media (max-width: 767px) {
    .nav_response-body--show .nav_response--xs {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }

.nav_response {
  position: fixed;
  z-index: 1010;
  top: 0;
  right: 0;
  width: 35%;
  height: 100vh;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  color: #fff;
  background-color: #242423;
  min-width: 290px;
  max-width: 400px;
  display: block; }
  .nav_response .nav_response-content {
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    padding: 0;
    list-style: none;
    -webkit-box-shadow: inset 0 5px 10px #2e2e2d;
    box-shadow: inset 0 5px 10px #2e2e2d;
    overflow-y: auto;
    padding-bottom: 20px; }
  .nav_response ul {
    width: 100%;
    display: block; }
  .nav_response .nav_response-head {
    height: 100px; }
  .nav_response li {
    border-top: 1px solid #2e2e2d; }
    .nav_response li:last-child {
      border-bottom: 1px solid #2e2e2d; }
    .nav_response li:hover, .nav_response li.active {
      background-color: #003D76; }
  .nav_response .nav_response-item a {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding: 1em 35px;
    color: #fff;
    text-align: center; }

.nav_response--xl {
  position: fixed;
  z-index: 1010;
  top: 0;
  right: 0;
  width: 35%;
  height: 100vh;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  color: #fff;
  background-color: #242423;
  min-width: 290px;
  max-width: 400px;
  display: block; }
  .nav_response--xl .nav_response-content {
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    padding: 0;
    list-style: none;
    -webkit-box-shadow: inset 0 5px 10px #2e2e2d;
    box-shadow: inset 0 5px 10px #2e2e2d;
    overflow-y: auto;
    padding-bottom: 20px; }
  .nav_response--xl ul {
    width: 100%;
    display: block; }
  .nav_response--xl .nav_response-head {
    height: 100px; }
  .nav_response--xl li {
    border-top: 1px solid #2e2e2d; }
    .nav_response--xl li:last-child {
      border-bottom: 1px solid #2e2e2d; }
    .nav_response--xl li:hover, .nav_response--xl li.active {
      background-color: #003D76; }
  .nav_response--xl .nav_response-item a {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding: 1em 35px;
    color: #fff;
    text-align: center; }
  @media (max-width: 991px) {
    .nav_response--xl .nav_response-content {
      height: calc(100% - 70px); } }
  @media (max-width: 991px) {
    .nav_response--xl .nav_response-head {
      height: 70px; } }

@media (max-width: 1699px) {
  .nav_response--lg {
    position: fixed;
    z-index: 1010;
    top: 0;
    right: 0;
    width: 35%;
    height: 100vh;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    color: #fff;
    background-color: #242423;
    min-width: 290px;
    max-width: 400px;
    display: block; }
    .nav_response--lg .nav_response-content {
      display: block;
      width: 100%;
      height: calc(100% - 100px);
      padding: 0;
      list-style: none;
      -webkit-box-shadow: inset 0 5px 10px #2e2e2d;
      box-shadow: inset 0 5px 10px #2e2e2d;
      overflow-y: auto;
      padding-bottom: 20px; }
    .nav_response--lg ul {
      width: 100%;
      display: block; }
    .nav_response--lg .nav_response-head {
      height: 100px; }
    .nav_response--lg li {
      border-top: 1px solid #2e2e2d; }
      .nav_response--lg li:last-child {
        border-bottom: 1px solid #2e2e2d; }
      .nav_response--lg li:hover, .nav_response--lg li.active {
        background-color: #003D76; }
    .nav_response--lg .nav_response-item a {
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      display: block;
      padding: 1em 35px;
      color: #fff;
      text-align: center; } }
@media (max-width: 991px) {
  .nav_response--lg .nav_response-content {
    height: calc(100% - 70px); } }
@media (max-width: 991px) {
  .nav_response--lg .nav_response-head {
    height: 70px; } }

@media (max-width: 1199px) {
  .nav_response--md {
    position: fixed;
    z-index: 1010;
    top: 0;
    right: 0;
    width: 35%;
    height: 100vh;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    color: #fff;
    background-color: #242423;
    min-width: 290px;
    max-width: 400px;
    display: block; }
    .nav_response--md .nav_response-content {
      display: block;
      width: 100%;
      height: calc(100% - 100px);
      padding: 0;
      list-style: none;
      -webkit-box-shadow: inset 0 5px 10px #2e2e2d;
      box-shadow: inset 0 5px 10px #2e2e2d;
      overflow-y: auto;
      padding-bottom: 20px; }
    .nav_response--md ul {
      width: 100%;
      display: block; }
    .nav_response--md .nav_response-head {
      height: 100px; }
    .nav_response--md li {
      border-top: 1px solid #2e2e2d; }
      .nav_response--md li:last-child {
        border-bottom: 1px solid #2e2e2d; }
      .nav_response--md li:hover, .nav_response--md li.active {
        background-color: #003D76; }
    .nav_response--md .nav_response-item a {
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      display: block;
      padding: 1em 35px;
      color: #fff;
      text-align: center; } }
@media (max-width: 991px) {
  .nav_response--md .nav_response-content {
    height: calc(100% - 70px); } }
@media (max-width: 991px) {
  .nav_response--md .nav_response-head {
    height: 70px; } }

@media (max-width: 991px) {
  .nav_response--sm {
    position: fixed;
    z-index: 1010;
    top: 0;
    right: 0;
    width: 35%;
    height: 100vh;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    color: #fff;
    background-color: #242423;
    min-width: 290px;
    max-width: 400px;
    display: block; }
    .nav_response--sm .nav_response-content {
      display: block;
      width: 100%;
      height: calc(100% - 100px);
      padding: 0;
      list-style: none;
      -webkit-box-shadow: inset 0 5px 10px #2e2e2d;
      box-shadow: inset 0 5px 10px #2e2e2d;
      overflow-y: auto;
      padding-bottom: 20px; }
    .nav_response--sm ul {
      width: 100%;
      display: block; }
    .nav_response--sm .nav_response-head {
      height: 100px; }
    .nav_response--sm li {
      border-top: 1px solid #2e2e2d; }
      .nav_response--sm li:last-child {
        border-bottom: 1px solid #2e2e2d; }
      .nav_response--sm li:hover, .nav_response--sm li.active {
        background-color: #003D76; }
    .nav_response--sm .nav_response-item a {
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      display: block;
      padding: 1em 35px;
      color: #fff;
      text-align: center; } }
@media (max-width: 991px) {
  .nav_response--sm .nav_response-content {
    height: calc(100% - 70px); } }
@media (max-width: 991px) {
  .nav_response--sm .nav_response-head {
    height: 70px; } }

@media (max-width: 767px) {
  .nav_response--xs {
    position: fixed;
    z-index: 1010;
    top: 0;
    right: 0;
    width: 35%;
    height: 100vh;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    color: #fff;
    background-color: #242423;
    min-width: 290px;
    max-width: 400px;
    display: block; }
    .nav_response--xs .nav_response-content {
      display: block;
      width: 100%;
      height: calc(100% - 100px);
      padding: 0;
      list-style: none;
      -webkit-box-shadow: inset 0 5px 10px #2e2e2d;
      box-shadow: inset 0 5px 10px #2e2e2d;
      overflow-y: auto;
      padding-bottom: 20px; }
    .nav_response--xs ul {
      width: 100%;
      display: block; }
    .nav_response--xs .nav_response-head {
      height: 100px; }
    .nav_response--xs li {
      border-top: 1px solid #2e2e2d; }
      .nav_response--xs li:last-child {
        border-bottom: 1px solid #2e2e2d; }
      .nav_response--xs li:hover, .nav_response--xs li.active {
        background-color: #003D76; }
    .nav_response--xs .nav_response-item a {
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      display: block;
      padding: 1em 35px;
      color: #fff;
      text-align: center; } }
@media (max-width: 991px) {
  .nav_response--xs .nav_response-content {
    height: calc(100% - 70px); } }
@media (max-width: 991px) {
  .nav_response--xs .nav_response-head {
    height: 70px; } }

.header_build {
  width: 100%;
  min-height: 50px;
  background-color: #003D76;
  padding: 0 30px; }

.header_build-side {
  height: 100px;
  display: inline-block;
  float: left; }
  @media (max-width: 991px) {
    .header_build-side {
      height: 70px; } }

.header_build-side--right {
  float: right; }

input.header_build-seach_controll {
  width: 180px;
  height: 36px;
  background-image: url("../img/search.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 24px;
  opacity: 1;
  border: none; }

.headre_build-item-wrapper {
  padding: 10px;
  position: relative; }

.header_build-nav {
  padding-left: 30px; }
  .header_build-nav li {
    float: left;
    display: inline-block; }
    .header_build-nav li.active a:after, .header_build-nav li:hover a:after {
      content: '';
      display: block;
      position: absolute;
      height: 6px;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #fff; }
  .header_build-nav a {
    line-height: 100px;
    color: #fff;
    padding: 0 8px !important;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: inline-block; }

.header_build-logo img {
  width: 160px; }
  @media (max-width: 991px) {
    .header_build-logo img {
      width: 100px; } }

.parallax {
  height: 500px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  perspective: 300px; }

.parallax__group {
  position: relative;
  height: 500px;
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.parallax__layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4; }

.parallax__layer--back {
  -webkit-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 3; }

.slider_sub-item, .slider_sub-item_flex {
  position: relative;
  width: 100%; }

.slider_sub-container {
  display: flex;
  align-items: stretch;
  position: relative; }

.slider_sub-container--left {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 25%;
  position: relative; }
  @media (max-width: 1199px) {
    .slider_sub-container--left {
      width: 40%; } }
  @media (max-width: 991px) {
    .slider_sub-container--left {
      display: none; } }

.slider_sub-container--right {
  display: flex;
  align-items: stretch;
  width: 75%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative; }
  @media (max-width: 1199px) {
    .slider_sub-container--right {
      width: 60%; } }
  @media (max-width: 991px) {
    .slider_sub-container--right {
      width: 100%; } }

.slider_sub-control {
  background-color: #003D76;
  width: 30px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 100;
  text-align: center; }
  .slider_sub-control:after {
    font-family: 'icomoon' !important;
    speak: none;
    content: '\ea3b';
    transform: rotate(45deg);
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 90px;
    transform: rotate(45deg);
    color: white;
    display: inline-block; }
  .slider_sub-control .slider_sub-control_img {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: -90px;
    background-position: center center;
    background-size: cover;
    height: 90px;
    width: 90px;
    background-color: transparent; }
  .slider_sub-control:hover {
    background-color: white; }
    .slider_sub-control:hover:after {
      color: #003D76; }

.slider_sub-control--left {
  left: 0; }
  .slider_sub-control--left:after {
    transform: rotate(225deg); }
  .slider_sub-control--left .slider_sub-control_img {
    left: auto;
    right: -90px; }

.slider_sub-slider_video {
  margin: 0 !important;
  display: flex !important;
  align-items: stretch;
  width: 100%; }
  .slider_sub-slider_video .slick-list, .slider_sub-slider_video .slick-track, .slider_sub-slider_video .slider_sub-item, .slider_sub-slider_video .slider_sub-item_flex, .slider_sub-slider_video .slider_sub-item_inner_flex {
    display: flex;
    align-items: stretch;
    min-width: 100%; }
  .slider_sub-slider_video .slick-track {
    flex-basis: auto;
    flex-shrink: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* стили только для IE10 IE11 */
  .slider_sub-item_video {
    display: none; } }
@media (max-width: 991px) {
  .slider_sub-item, .slider_sub-item_inner {
    display: block !important; } }

.slider_sub-item_inner, .slider_sub-item_inner_flex {
  min-height: 200px;
  background-size: cover;
  background-position: center center; }

.slider_sub-info_block_center {
  width: 60% !important;
  margin: 40px auto;
  display: block; }
  @media (max-width: 991px) {
    .slider_sub-info_block_center {
      width: 80% !important; } }
  @media (max-width: 767px) {
    .slider_sub-info_block_center {
      width: calc(100% - 60px) !important; } }

.slider_sub-item_content, .slider_sub-item_title {
  padding: 10px;
  background-color: #003D76;
  color: white; }

.slider_sub-item_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  padding: 30px 0; }

.doc_container, .doc_circle {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 20px; }
  .doc_container:last-child, .doc_circle:last-child {
    margin-bottom: 0; }
  .doc_container:hover, .doc_circle:hover {
    color: white; }
    .doc_container:hover > *, .doc_circle:hover > * {
      background-color: #003D76; }

.doc_container-icon_wrapper, .doc_circle-label {
  display: flex;
  background-color: #f8f8f8;
  width: 30px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }

.doc_container-icon--small {
  font-size: 6px; }

.doc_container-content, .doc_circle-content {
  background-color: #f8f8f8;
  width: 100%;
  margin-left: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center; }

.doc_container--adapt {
  height: 100%; }

.doc_circle-label {
  width: 55px;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex-shrink: 0;
  font-weight: bold; }
  @media (max-width: 767px) {
    .doc_circle-label {
      width: 25px;
      min-height: 40px; }
      .doc_circle-label span {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); } }

.doc_circle-icon {
  position: relative;
  display: flex;
  width: 30px;
  margin: 0 10px;
  flex-shrink: 0; }
  @media (max-width: 767px) {
    .doc_circle-icon {
      width: 15px; } }
  .doc_circle-icon:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #003D76;
    margin: auto; }
    @media (max-width: 767px) {
      .doc_circle-icon:before {
        width: 14px;
        height: 14px; } }
  .doc_circle-icon:after {
    content: ' ';
    display: block;
    height: calc(100% + 40px);
    width: 3px;
    background-color: #003D76;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -1.5px; }

.doc_circle-content {
  margin: 0; }

.doc_circle:last-child .doc_circle-icon:after {
  height: 50%;
  top: 0; }
.doc_circle:first-child .doc_circle-icon:after {
  height: 50%;
  bottom: 0;
  top: auto; }
.doc_circle:hover .doc_circle-icon {
  background-color: transparent; }

.bread {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 20px; }
  .bread li {
    display: inline-block; }
    .bread li.active {
      font-weight: bold; }
    @media (max-width: 767px) {
      .bread li {
        font-size: 14px; } }
  .bread > li + li::before {
    padding: 0 5px;
    content: "\00bb "; }

.bread-wrapper {
  display: flex;
  align-items: center; }

.bread-icon {
  height: 40px;
  width: 40px;
  background-color: #003D76;
  color: white;
  display: flex; }
  .bread-icon .bread-icon_img {
    margin: auto;
    fill: white;
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain; }

.slider_slick-wrapper,
.slider_slick-wrapper .slick-list {
  display: flex !important;
  align-items: stretch;
  width: 100%;
  position: relative; }

.slider_slick-wrapper .slick-track {
  flex-basis: auto;
  flex-shrink: 0;
  display: flex !important;
  align-items: stretch; }

.slider_slick-item {
  display: flex !important;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row; }

.slider_slick-item_inner {
  width: 100%; }

.activity_icon-text {
  margin-left: 20px; }

.activity_icon-img {
  width: 60px;
  height: 60px; }

.gallery-item_wrapper {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.gallery-item {
  position: relative;
  width: 100%;
  min-height: 200px;
  max-height: 500px; }

.gallery-item_padding {
  width: 100%;
  padding-top: 80%; }

.gallery-item_inner, .gallery-item_title {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover; }

.gallery-item_title {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: block;
  transition-duration: 500ms; }
  .gallery-item_title:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #003D76; }

.gallery-item_title_inner {
  width: 70%; }

.gallery_slick-indicators {
  position: relative;
  margin: 0;
  margin-top: 0px;
  margin-top: 22px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .gallery_slick-indicators li {
    display: inline-block;
    width: 80px;
    height: 5px;
    margin: 0px 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ededed;
    border: 4px solid transparent;
    border-radius: 0; }
    @media (max-width: 767px) {
      .gallery_slick-indicators li {
        width: 25px;
        margin: 0px 5px; } }
    .gallery_slick-indicators li.slick-active {
      background-color: #003D76; }
    .gallery_slick-indicators li button {
      display: none; }

.conclusion_wrapper {
  display: flex;
  align-items: stretch;
  width: 100%; }

.conclusion_content {
  width: 100%; }

.conclusion_date {
  background-color: #003D76;
  width: 40px;
  min-height: 130px;
  display: flex;
  margin-right: 20px;
  justify-content: center;
  align-items: center; }

.conclusion_date-inner {
  transform: rotate(270deg);
  margin: auto;
  font-weight: bold;
  color: white;
  font-size: 20px;
  white-space: nowrap; }

.cslick-control {
  background-color: #003D76;
  width: 30px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 100;
  text-align: center; }
  .cslick-control:after {
    font-family: 'icomoon' !important;
    speak: none;
    content: '\ea3b';
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 90px;
    transform: rotate(45deg);
    color: white;
    display: inline-block; }
  .cslick-control .cslick-control_img {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: -90px;
    background-position: center center;
    background-size: cover;
    height: 90px;
    width: 90px;
    background-color: transparent; }
  .cslick-control:hover {
    background-color: white; }
    .cslick-control:hover:after {
      color: #003D76; }
  .cslick-control.cslick-control--left {
    left: 0; }
    .cslick-control.cslick-control--left:after {
      transform: rotate(225deg); }
    .cslick-control.cslick-control--left .cslick-control_img {
      left: auto;
      right: -90px; }

.cslick-indicators {
  position: relative;
  margin: 22px 0 0 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .cslick-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #003D76;
    border-radius: 10px; }
    .cslick-indicators li button {
      display: none; }
    .cslick-indicators li.slick-active {
      width: 21px;
      height: 21px;
      margin: 0px 1px;
      background-color: #003D76; }

.cslick-container {
  margin: 0 !important;
  display: flex !important;
  align-items: stretch;
  width: 100%; }
  .cslick-container .slick-list, .cslick-container .slick-track, .cslick-container .cslick-item_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    min-width: 100%;
    flex-shrink: 1; }
  .cslick-container .slick-track {
    flex-basis: auto;
    flex-shrink: 0; }
    .cslick-container .slick-track:before, .cslick-container .slick-track:after {
      display: none; }

.cslick-item {
  align-items: stretch;
  align-content: stretch;
  display: flex !important;
  flex-wrap: wrap;
  min-height: 100% !important;
  float: none; }

.cslick-indicator_container {
  position: relative;
  height: 48px;
  overflow: hidden; }

.cslick-content_wrapper {
  height: calc(100% - 23vw); }

/* Контейнер для видео в шапке */
.block_video-head {
  width: 100%;
  padding-top: 20%; }

.block_video-wrapper {
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-height: 358px;
  min-height: 200px; }

.block_video-info {
  position: relative;
  height: 20vw;
  min-height: 120px;
  max-height: 358px; }

.block_video-inner, .block_video-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center center; }

.block_video-inner > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

@supports (object-fit: cover) {
  .block_video-inner > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; } }
/* Информационные блоки */
.block_info, .block_info-padding_md, .block_info-text_container_lg > p {
  padding: 40px;
  position: relative;
  color: #003D76;
  width: 100%; }
  @media (max-width: 767px) {
    .block_info, .block_info-padding_md, .block_info-text_container_lg > p {
      padding: 20px; } }

.block_info-text_item, .block_info-text_container > p, .block_info-text_container_md > p {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 15px;
  background-color: #f8f8f8; }

.block_info-text_container p,
.block_info-text_container_lg > p,
.block_info-text_container_md > p {
  margin-bottom: 15px; }
  .block_info-text_container p:last-child,
  .block_info-text_container_lg > p:last-child,
  .block_info-text_container_md > p:last-child {
    margin-bottom: 0; }

.block_info-text_container_lg > p {
  background-color: #f8f8f8;
  padding: 40px; }
  @media (max-width: 767px) {
    .block_info-text_container_lg > p {
      padding: 20px; } }

.block_info-text_container_md > p {
  padding: 20px; }

.block_info-padding_md {
  padding: 20px; }

.block_info-btn_inner {
  padding-bottom: 40px; }

.block_info-border--blue {
  border: 1px solid #003D76; }

.block_info--blue {
  background-color: #003D76;
  color: white; }

.block_info--blue {
  background-color: #003D76;
  color: white; }

.block_info--glass {
  background-color: rgba(0, 0, 0, 0.8); }

.block_info--grey {
  background-color: #f8f8f8; }

.block_wh5 {
  width: 100%;
  height: 25vw;
  position: relative;
  max-height: 400px;
  min-height: 200px; }

.block_wh3 {
  width: 100%;
  height: 33vw;
  position: relative;
  max-height: 400px;
  min-height: 200px; }

.block_w {
  width: 100% !important; }
  .block_w.row {
    width: calc(100% + 30px) !important; }

h1, h2, h3, h4, h5 {
  margin: 0; }

.h_main {
  font-weight: 600;
  color: #003D76;
  font-size: 26px;
  line-height: 29px;
  text-transform: uppercase;
  display: inline-block; }
  @media (max-width: 767px) {
    .h_main {
      font-size: 22px; } }

.h_main-wrapper-double {
  height: 50px; }
  @media (max-width: 767px) {
    .h_main-wrapper-double {
      height: auto; } }

.h_sm-wrapper-double {
  height: 40px;
  /*@include media-breakpoint-down(xs){ 
      height: auto;
  }*/ }

.h, .h_lg, .h_sm {
  color: #003D76;
  font-size: 20px;
  color: #003D76;
  display: inline-block;
  font-weight: 400; }

.h_lg {
  font-size: 26px;
  line-height: 25px; }
  @media (max-width: 767px) {
    .h_lg {
      font-size: 22px; } }

.h_sm {
  font-size: 16px; }

.h_xs {
  font-size: 36px; }

.text--blue {
  color: #003D76 !important; }

.text--white {
  color: white !important; }

.text--bold {
  font-weight: 600 !important; }

.text--head {
  margin-left: 8%; }

.text--upper {
  text-transform: uppercase; }

@media (max-width: 767px) {
  .text_size-xs--small {
    font-size: 14px; } }

.text-anim_line, .text-anim_line--white {
  padding-left: 30px;
  display: inline-block;
  position: relative; }
  @media (max-width: 767px) {
    .text-anim_line, .text-anim_line--white {
      padding-left: 15px; } }
  .text-anim_line:before, .text-anim_line--white:before {
    content: '';
    height: 40px;
    top: 50%;
    margin-top: -20px;
    width: 3px;
    left: 0;
    background-color: #003D76;
    position: absolute; }

.text-anim_line--white:before {
  background-color: white; }

.button_default, .button_default--mini {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  border: 1px solid #003D76;
  background-color: white;
  text-align: center; }
  .button_default::after, .button_default--mini::after {
    font-family: 'icomoon' !important;
    speak: none;
    content: '\ea3b';
    transition-duration: .4s;
    transition-timing-function: linear;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 38px;
    transform: rotate(45deg);
    color: #003D76;
    display: block; }
  .button_default:hover, .button_default--mini:hover {
    background-color: #003D76;
    border-color: white; }
    .button_default:hover::after, .button_default--mini:hover::after {
      color: white;
      transform: rotate(405deg); }

.button_default--blue {
  border-color: 1px solid white;
  background-color: #003D76; }
  .button_default--blue::after {
    color: white; }
  .button_default--blue:hover {
    background-color: white;
    border-color: #003D76; }
    .button_default--blue:hover::after {
      color: #003D76; }

.button_default-fixed,
.button_default-fixed_padding_md,
.button_default-fixed_padding_md--left,
.button_default-fixed_padding_sm,
.button_default-fixed_padding_sm--left {
  position: absolute;
  bottom: 2px;
  right: 2px; }

.button_default-fixed_padding_md, .button_default-fixed_padding_md--left {
  bottom: 40px;
  right: 40px; }
  @media (max-width: 767px) {
    .button_default-fixed_padding_md, .button_default-fixed_padding_md--left {
      bottom: 20px;
      right: 20px; } }

.button_default-fixed_padding_md--left {
  right: auto;
  left: 40px; }
  @media (max-width: 767px) {
    .button_default-fixed_padding_md--left {
      left: 20px; } }

.button_default-fixed_padding_sm, .button_default-fixed_padding_sm--left {
  bottom: 20px;
  right: 20px; }
  @media (max-width: 767px) {
    .button_default-fixed_padding_sm, .button_default-fixed_padding_sm--left {
      bottom: 20px;
      right: 20px; } }

.button_default-fixed_padding_sm--left {
  right: auto;
  left: 20px; }
  @media (max-width: 767px) {
    .button_default-fixed_padding_sm--left {
      left: 20px; } }

.button_default--mini {
  width: 25px;
  height: 25px; }
  .button_default--mini::after {
    line-height: 23px;
    font-size: 11px; }

.button_arch {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .button_arch label {
    cursor: pointer;
    margin-right: 10px;
    font-weight: normal; }

.button_language {
  padding: 10px;
  color: white;
  border: 1px solid white;
  width: 45%;
  font-weight: bold;
  text-align: center; }

.marg {
  margin-top: 15px;
  margin-bottom: 15px; }

.marg_lg {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .marg_lg {
      margin-top: 40px;
      margin-bottom: 40px; } }

.marg_md {
  margin-top: 40px;
  margin-bottom: 40px; }

.marg_xs {
  margin-top: 4px;
  margin-bottom: 4px; }

.marg_sm {
  margin-top: 20px;
  margin-bottom: 20px; }

.marg--top {
  margin-top: 15px; }

.marg--bottom {
  margin-bottom: 15px; }

.marg_lg--top {
  margin-top: 80px; }
  @media (max-width: 991px) {
    .marg_lg--top {
      margin-top: 40px; } }

.marg_lg--bottom {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .marg_lg--bottom {
      margin-bottom: 40px; } }

.marg_sm--top {
  margin-top: 20px; }

.marg_sm--bottom {
  margin-bottom: 20px; }

.marg_md--top {
  margin-top: 40px; }

.marg_md--bottom {
  margin-bottom: 40px; }

.marg--wrapper {
  margin-bottom: -15px; }

.marg--none {
  margin-top: 0;
  margin-bottom: 0; }

.marg {
  margin-top: 15px;
  margin-bottom: 15px; }

.marg--bottom {
  margin-bottom: 15px; }

.marg--top {
  margin-top: 15px; }

@media (min-width: 768px) {
  .marg-sm--none {
    margin-top: 0;
    margin-bottom: 0; }

  .marg-sm {
    margin-top: 15px;
    margin-bottom: 15px; }

  .marg-sm--bottom {
    margin-bottom: 15px; }

  .marg-sm--top {
    margin-top: 15px; } }
@media (min-width: 992px) {
  .marg-md--none {
    margin-top: 0;
    margin-bottom: 0; }

  .marg-md {
    margin-top: 15px;
    margin-bottom: 15px; }

  .marg-md--bottom {
    margin-bottom: 15px; }

  .marg-md--top {
    margin-top: 15px; } }
@media (min-width: 1200px) {
  .marg-lg--none {
    margin-top: 0;
    margin-bottom: 0; }

  .marg-lg {
    margin-top: 15px;
    margin-bottom: 15px; }

  .marg-lg--bottom {
    margin-bottom: 15px; }

  .marg-lg--top {
    margin-top: 15px; } }
@media (min-width: 1700px) {
  .marg-xl--none {
    margin-top: 0;
    margin-bottom: 0; }

  .marg-xl {
    margin-top: 15px;
    margin-bottom: 15px; }

  .marg-xl--bottom {
    margin-bottom: 15px; }

  .marg-xl--top {
    margin-top: 15px; } }
.media_slider-wrapper, .media_trust-wrapper {
  width: 100%;
  min-height: 200px;
  max-height: 460px;
  position: relative;
  overflow: hidden; }
  .media_slider-wrapper:before, .media_trust-wrapper:before {
    content: "";
    display: block;
    padding-top: 23%; }

.media_trust-wrapper {
  max-height: auto;
  min-height: 100px; }
  .media_trust-wrapper:before {
    padding-top: 55%; }

.media_slider-inner, .media-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

.media_head-wrapper, .media_head-wrapper_lg {
  min-height: 150px;
  max-height: 358px;
  height: 18.5vw;
  position: relative; }

.media_main-wrapper {
  width: 100vw;
  height: calc(100vh - 100px);
  max-height: 70vw;
  position: relative; }

.media_head-wrapper_lg {
  height: 23vw;
  max-height: 460px; }

.bg-video, .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

.bg-video > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

@supports (object-fit: cover) {
  .bg-video > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* стили только для IE10 IE11 */
  .hidden-ie {
    display: none; } }
html,
body {
  height: 100%; }

.block_info--blue a {
  color: white; }

.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto; }

.main-content {
  flex: 1 0 auto; }

.main-footer, .main-head, .main-content-inner {
  flex: 0 0 auto; }

.main-content-inner-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

body {
  color: #003D76; }

@media (max-width: 991px) {
  .padding_top_razdel_polosi_vtorogo_ekrana, .custom_standart_80_top_padding {
    padding-top: 40px; } }

.nopadding {
  padding: 0 !important; }

#wrap {
  overflow-x: hidden; }

@media (max-width: 767px) {
  .breadcrumb {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 5px; } }

.id_breadcrumbs_block:before, .id_breadcrumbs_block:after {
  display: table;
  content: " "; }
.id_breadcrumbs_block:after {
  clear: both; }
@media (max-width: 767px) {
  .id_breadcrumbs_block {
    margin-bottom: 10px;
    position: relative;
    display: block; }
    .id_breadcrumbs_block > * {
      display: inline-block;
      float: left; } }

@media (max-width: 767px) {
  .id_reg_knopka_home {
    display: none; } }

@media (max-width: 767px) {
  .id_diyaln_pravkase_2, .id_diyaln_pravkase_4 {
    height: 30px; } }
@media (max-width: 991px) {
  .id_diyaln_pravkase_2, .id_diyaln_pravkase_4 {
    height: 30px; } }

@media (max-width: 767px) {
  .id_six_polosa_two_block_one {
    padding: 10px; } }

@media (max-width: 767px) {
  .id_six_polosa_two_block_one_name_block {
    font-size: 20px; } }

.id_pryroda_photo_podpis {
  width: auto;
  min-width: 220px;
  max-width: 95%;
  line-height: 23px;
  padding: 10px 20px; }

@media (max-width: 767px) {
  .id_six_pravka_11 {
    margin-top: 0; }

  .id_six_pravka_8 {
    margin-top: 40px; }

  .id_six_pravka_10, .id_triptes_pravkase_4,
  .id_triptes_pravkase_7, .id_triptes_pravkase_8,
  .id_triptes_pravkase_17 {
    height: 50px; } }
.razdel_polosa_cvet_min_block {
  padding: 30px; }
  @media (min-width: 1700px) {
    .razdel_polosa_cvet_min_block {
      padding: 60px; } }

@media (min-width: 1700px) {
  .text_first_razdel_polosa {
    font-size: 18px; } }

@media (max-width: 991px) {
  .about p, .about > div {
    padding: 15px; } }

@media (max-width: 991px) {
  .feedback-table > table td:first-child {
    width: 160px; } }

.col-0 {
  padding-right: 15px;
  padding-left: 15px; }

.col-no_padding {
  padding-right: 0;
  padding-left: 0; }

.heat_supply-container {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 991px) {
    .heat_supply-container {
      position: relative; } }

@media (max-width: 767px) {
  .id_four_polosa_two_right_block_bold_table_body tr td,
  .id_four_polosa_two_right_block_bold_table_body tr .id_four_table_zagolovok {
    padding: 3px; } }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 768px) {
  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; } }
@media (min-width: 992px) {
  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; } }
@media (min-width: 1200px) {
  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; } }
@media (min-width: 1700px) {
  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; } }

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