:root {
  --primary-color: #09223b;
  --secondary-color: #fc4141;
  --tertiary-color: #2d587c;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-loading .slick-list {
  background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
}

.slick-next,.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: rgba(0, 0, 0, 0);
  border: none;
  transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-next:hover .slick-next-icon,.slick-next:hover .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon,.slick-prev:hover .slick-next-icon,.slick-prev:hover .slick-prev-icon {
  opacity: 1;
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,.slick-next.slick-disabled .slick-prev-icon,.slick-prev.slick-disabled .slick-next-icon,.slick-prev.slick-disabled .slick-prev-icon {
  opacity: .25;
}

.slick-next .slick-next-icon,.slick-next .slick-prev-icon,.slick-prev .slick-next-icon,.slick-prev .slick-prev-icon {
  display: block;
  color: #000000;
  opacity: .75;
  font-family: slick;
  font-size: 24px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev .slick-prev-icon:before {
  content: "←";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next .slick-next-icon:before {
  content: "→";
}

[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  border: 0;
  background: 0 0;
  cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,.slick-dots li button:hover .slick-dot-icon {
  opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}

.slick-dots li button .slick-dot-icon {
  color: #000000;
  opacity: .25;
}

.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all .05s linear;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000000;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: .75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000000;
}

.slick-autoplay-toggle-button:focus,.slick-autoplay-toggle-button:hover {
  opacity: 1;
}

.slick-autoplay-toggle-button:focus {
  color: orange;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],[class*=" icon-"],.key-issues-slider-controls .slick-prev-icon::before,.key-issues-slider-controls .slick-next-icon::before,.main-nav-list>li>.has-drop-down-a:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e900";
}

.icon-x-twitter:before {
  content: "\e901";
}

.icon-cross:before {
  content: "\e902";
}

.icon-phone:before {
  content: "\e903";
}

.icon-mail:before {
  content: "\e904";
}

.icon-triangle-arrow-r:before {
  content: "\e906";
}

.icon-triangle-arrow-l:before {
  content: "\e905";
}

.icon-art:before {
  content: "\e907";
}

.icon-award:before {
  content: "\e908";
}

.icon-capitol:before {
  content: "\e909";
}

.icon-connect:before {
  content: "\e90a";
}

.icon-folder:before {
  content: "\e90b";
}

.icon-mail-lg:before {
  content: "\e90c";
}

.icon-chevron-up:before {
  content: "\e90d";
}

.icon-chevron-down:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

.icon-chevron-alt-down:before {
  content: "\e910";
}

.icon-chevron-alt-up:before {
  content: "\e911";
}

.icon-handshake:before {
  content: "\e912";
}

.icon-facebook:before {
  content: "\e913";
}

.icon-instagram:before {
  content: "\e914";
}

.icon-youtube:before {
  content: "\e915";
}

.icon-medal:before {
  content: "\e916";
}

.icon-menu:before {
  content: "\e917";
}

.icon-twitter:before {
  content: "\e918";
}

.icon-mail-alt:before {
  content: "\e919";
}

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.news-list,.services-list,.statistic-items,.footer-nav,.social-networks,.main-nav-list,.main-nav .drop ul,.header-top .header-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

button,[type=button],[type=reset],[type=submit],.btn,.resetButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

body {
  color: #ffffff;
  background-color: #0b1d2f;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: .875rem;
  line-height: 1.43;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.int-sections a {
  color: var(--secondary-color);
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

body .buffer {
  color: #313131;
  font-size: 1.1rem;
  line-height: 1.65rem;
}

.buffer h1, .buffer .h1 {
  font-size: 3rem;
  color: var(--primary-color);
}

.buffer h2, .buffer .h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: var(--secondary-color);
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.buffer h3, .buffer .h3 {
  font-size: 2.4rem;
  color: var(--primary-color);
}

.buffer h4, .buffer .h4 {
  font-size: 2rem;
  color: var(--primary-color);
  text-transform: none;
}

.buffer .btn {
  color: #ffffff;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 0 0 .5em;
  color: #09223b;
}

h1,.h1 {
  font-size: 2.5rem;
  line-height: 1;
  color: #ffffff;
}

h2,.h2 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.1667;
}

h3,.h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
}

h4,.h4 {
  font-size: 1.25rem;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h5,.h5 {
  font-size: 1.5625rem;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h6,.h6 {
  font-size: 1.125rem;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.display-1 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: .9375;
  font-weight: 600;
  text-transform: none;
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 0 solid #efefef;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #efefef;
  width: 100%;
  min-width: 0;
  height: 4.125rem;
  padding: .625rem 1.25rem;
  border-radius: .3125rem;
  -webkit-appearance: none;
  color: #09223b;
  color: var(--primary-color);
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=color]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #bebebe;
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,input[type=url]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=time]::placeholder,input[type=week]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=color]::placeholder,input:not([type])::placeholder,textarea::placeholder {
  opacity: 1;
  color: #bebebe;
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.buffer input[type=text], .buffer input[type=email], .buffer input[type=tel], .buffer input[type=search], .buffer input[type=password], .buffer input[type=url], .buffer input[type=date], .buffer input[type=datetime], .buffer input[type=datetime-local], .buffer input[type=time], .buffer input[type=week], .buffer input[type=month], .buffer input[type=number], .buffer input[type=color], .buffer input:not([type]), .buffer textarea {
  width: 100%;
  min-width: 5rem;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

body.nav-active {
  --menu-translate: clamp(-360px, -100vw, -1px);
}

body.search-active {
  overflow: hidden !important;
}

.header {
  position: relative !important;
  z-index: 100;
}

.header-top {
  background-color: #fc4141;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: .625rem 1.25rem;
  gap: .625rem 1.25rem;
}

.header-top .header-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: .625rem 1.375rem;
  gap: .625rem 1.375rem;
}

.header-top .contact-link {
  display: inline-flex;
  align-items: center;
  grid-gap: .625rem;
  gap: .625rem;
  color: inherit;
  text-decoration: none;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-top .contact-link:hover [class*=icon-] {
  background-color: #fc4141;
  background-color: var(--secondary-color);
  color: #ffffff;
}

.header-top .contact-link [class*=icon-] {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #fc4141;
  color: var(--secondary-color);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  font-size: .8125rem;
}

.header-top .social-networks {
  font-size: 1.25rem;
}

.header-top .social-networks a:hover {
  background-color: #ffffff;
  color: #fc4141;
  color: var(--secondary-color);
}

.header-bottom {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.header-bottom.fixed-position {
  background-color: #09223b;
  background-color: var(--primary-color);
}

.header-holder {
  transition: padding .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: .75rem;
  gap: .75rem;
  position: relative;
  padding: 1rem 0;
}

.header-holder .logo {
  display: block;
}

.header-holder .logo a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  grid-gap: 0 .4375rem;
  gap: 0 .4375rem;
}

.header-holder .logo__image.unfixed,
.fixed-position .header-holder .logo__image.fixed {
  display: none;
}

.fixed-position .header-holder .logo__image.unfixed {
  display: block;
}

.header-holder .logo__image {
  width: 12.0625rem;
}

.header-holder .logo__description {
  display: flex;
  flex-direction: column;
  grid-gap: 2px 0;
  gap: 2px 0;
  padding-bottom: .1875rem;
}

.header-holder .logo__description--first {
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}

.header-holder .logo__description--first strong {
  font-weight: 800;
}

.header-holder .buttons-wrapper {
  display: flex;
  align-items: center;
  grid-gap: .3125rem;
  gap: .3125rem;
}

.header-holder .buttons-wrapper .btn {
  text-transform: uppercase;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  max-width: 210px;
}

.header-holder .buttons-wrapper .btn:hover {
  background-color: #2d587c;
  background-color: var(--tertiary-color);
  border-color: #2d587c;
  border-color: var(--tertiary-color);
}

.main-nav {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.main-nav .nav-close {
  color: #ffffff;
  position: absolute;
  top: 1rem;
  right: 1.3125rem;
  font-size: 1.5rem;
}

.main-nav .nav-close:hover {
  color: #fc4141;
  color: var(--secondary-color);
}

.main-nav .btn-wrapper {
  margin-bottom: 3.125rem;
}

.main-nav .btn-wrapper .btn {
  text-transform: uppercase;
  padding: .625rem 1.5625rem;
}

.main-nav .social-networks {
  justify-content: flex-start;
  grid-gap: 12px;
  gap: 12px;
}

.main-nav .social-networks a {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.5rem;
}

.main-nav .drop {
  padding: .3125rem 0 1.3125rem;
  z-index: 3;
  font-size: .875rem;
  line-height: 1.715;
  font-weight: 600;
}

.main-nav .drop a {
  position: relative;
  padding: 0 1.25rem;
}

.main-nav .drop ul>li {
  position: relative;
}

.main-nav .drop .drop {
  padding: .3125rem 0 .625rem .75rem;
}

.main-nav-list {
  width: 100%;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.main-nav-list>li {
  position: relative;
}

.main-nav-list>li.hover-js>a,.main-nav-list>li.accessibility-hover>a,.main-nav-list>li.hover-tab>a,.main-nav-list>li:hover>a {
  color: #fc4141;
  color: var(--secondary-color);
}

.main-nav-list>li>a {
  position: relative;
  z-index: 10;
  color: inherit;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.875rem;
  padding: .375rem 0;
  font-weight: 700;
  grid-gap: .9375rem;
  gap: .9375rem;
}

.main-nav-list>li.active>.has-drop-down-a {
  color: #fc4141;
  color: var(--secondary-color);
}

.main-nav-list a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  text-decoration: none;
  display: block;
  color: #ffffff;
}

.main-nav-list a:hover,.main-nav-list a.focus-visible {
  color: #fc4141;
  color: var(--secondary-color);
}

.main-nav-list a:hover,.main-nav-list a:focus-visible {
  color: #fc4141;
  color: var(--secondary-color);
}

.second-level-nav li.active>a,.second-level-nav li.hover-js>a,.second-level-nav li.accessibility-hover>a,.second-level-nav li.hover-tab>a {
  color: #fc4141;
  color: var(--secondary-color);
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  background-color: #fc4141;
  background-color: var(--secondary-color);
  color: #ffffff;
  width: 2.625rem;
  height: 2.625rem;
  text-indent: -9999px;
  z-index: 2;
  position: relative;
  border-radius: .3125rem;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  content: "";
  transition: transform .3s ease-in-out;
  position: absolute;
  width: 1.5rem;
  height: .1875rem;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
  border-radius: .3125rem;
}

.nav-opener:after {
  top: .75rem;
}

.nav-opener span {
  top: 1.21875rem;
}

.nav-opener:before {
  top: 1.6875rem;
}

.nav-opener:hover {
  background-color: #2d587c;
  background-color: var(--tertiary-color);
}

.js-acc-hidden {
  visibility: hidden;
}

.alert-holder {
  overflow: hidden;
}

.alert-holder.clone-alert-holder {
  opacity: 0;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #2d587c;
  background: var(--tertiary-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 2.5rem;
  max-height: 0;
}

.alert-bar .btn.btn-alt {
  border-radius: 0;
  min-width: 0;
  font-size: .75rem;
  padding: .5625rem .75rem;
  flex-shrink: 0;
}

.page-loaded .alert-bar {
  max-height: 220px;
  transition-delay: 1s;
}

.alert-bar .alert-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: .4375rem;
  top: .9375rem;
  color: #ffffff;
  font-size: 1.5rem;
}

.alert-bar .alert-close:hover {
  opacity: .8;
}

.alert-bar .text {
  text-align: center;
  font-weight: 700;
  padding: .5rem 0 0;
}

.alert-bar .text p {
  margin: 0;
  line-height: 2rem;
}

.alert-bar .icon-holder {
  position: absolute;
  left: .625rem;
  top: .75rem;
  font-size: 1.75rem;
  animation: pulse 2s linear infinite;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

.search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  padding: .625rem;
}

.search-opener:hover,.search-opener.focus-visible {
  text-decoration: none;
  color: #fc4141;
  color: var(--secondary-color);
}

.search-opener:hover,.search-opener:focus-visible {
  text-decoration: none;
  color: #fc4141;
  color: var(--secondary-color);
}

.search-form {
  position: relative;
  z-index: 11;
  margin-bottom: 2rem;
  position: absolute;
  right: -5rem;
  top: 0;
  margin-bottom: 0;
}

.search-form .search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 1rem;
  right: 1.3125rem;
  font-size: 1.5rem;
  padding: 0;
}

.search-form .search-opener:hover {
  color: #fc4141;
  color: var(--secondary-color);
}

.search-form .input-holder {
  position: relative;
  width: 100%;
  max-width: 31.375rem;
  margin-left: auto;
  margin-right: auto;
}

.search-form .btn-search {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
}

.search-form .btn-search:hover {
  color: #fc4141;
  color: var(--secondary-color);
}

.search-form .search-drop {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  padding: 7.625rem 3.125rem;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(9, 34, 59, .9);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  padding: 7.625rem 1.9375rem 7.625rem 2.6875rem;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form input[type=search],.search-form input[type=text] {
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  padding: 0 1.875rem .1875rem 0;
  height: 2.25rem;
  font-size: 1rem;
  border: 0;
  border-bottom: .25rem solid #ffffff;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  border-radius: 0;
}

.search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
  color: #ffffff;
}

.search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
  color: #ffffff;
}

.search-form input[type=search].focus-visible,.search-form input[type=text].focus-visible {
  outline: none;
  border-color: #fc4141;
  border-color: var(--secondary-color);
}

.search-form input[type=search]:focus-visible,.search-form input[type=text]:focus-visible {
  outline: none;
  border-color: #fc4141;
  border-color: var(--secondary-color);
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.social-networks a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fc4141;
  background-color: var(--secondary-color);
  color: inherit;
  text-decoration: none;
}

.social-networks a:hover {
  text-decoration: none;
}

@keyframes pulse {
  0% {
    transform: scale(.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(.8);
  }
}

.container {
  max-width: calc(81.375rem + 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.container.container-fluid {
  max-width: 100%;
}

.wrapper {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  left: 0;
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.svg-icon path {
  fill: currentColor;
}

.subtitle {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  text-transform: uppercase;
  color: #fc4141;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
}

.subtitle::before {
  content: "";
  width: 5.625rem;
  height: .125rem;
  background-image: linear-gradient(to right, currentcolor, currentcolor 60%, transparent 60%, transparent 100%);
  background-size: .4375rem .125rem;
  margin-right: .9375rem;
}

.section-content {
  background-color: #ffffff;
  border-radius: .9375rem;
  position: relative;
  z-index: 1;
  margin: 1.375rem -1.25rem;
}

.section-content::before {
  content: "";
  position: absolute;
  top: -1.375rem;
  bottom: -1.375rem;
  left: 1.25rem;
  right: 1.25rem;
  background-color: rgba(255, 255, 255, .15);
  border-radius: .9375rem;
  pointer-events: none;
  z-index: -1;
}

.footer {
  color: #afbac3;
  padding: 1.25rem 0;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}

.footer .container {
  max-width: 75.625rem;
}

.footer-top-row {
  padding-bottom: 1.875rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .125rem;
}

.footer-logo {
  width: 7.3125rem;
  margin: 0 auto;
  flex-shrink: 0;
}

.footer-logo img {
  display: block;
  width: 100%;
}

.footer-nav {
  font-weight: 500;
  max-width: 50%;
  margin: 0 auto;
}

.footer-nav li {
  margin-bottom: .375rem;
}

.footer-nav li:last-child {
  margin: 0;
}

.footer-nav a {
  color: currentColor;
  text-decoration: none;
}

.footer .form-block {
  margin-bottom: 2.125rem;
}

.footer .form-subscribe .form-control {
  background-color: rgba(0, 0, 0, 0);
  border-color: #afbac3;
  color: #ffffff;
}

.footer .form-subscribe .form-control:focus {
  border-color: #ffffff;
}

.footer .form-subscribe .btn {
  width: 3.625rem;
}

.footer h2,.footer h3 {
  color: #ffffff;
}

.footer h2 {
  font-size: 1.5rem;
  line-height: 1.1667;
  margin-bottom: 2.25rem;
}

.footer h3 {
  font-size: 1.375rem;
  line-height: 1.3636;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.footer address {
  font-style: normal;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

.footer-divider {
  position: relative;
  margin: 0 -1.25rem 1.75rem;
}

.footer-divider::before {
  content: "";
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2) 50%, transparent 50%, transparent 100%);
  background-size: .75rem .0625rem;
  background-position: 50% 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.footer .col {
  padding-bottom: 2.4375rem;
  text-align: center;
}

.back-to-top {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  width: 3.375rem;
  height: 3.375rem;
  color: rgba(255, 255, 255, .22);
  background-color: #0b1d2f;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  margin: 0 auto;
  position: relative;
}

.back-to-top .svg-icon {
  width: 30%;
}

.back-to-top:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #09223b;
  color: var(--primary-color);
}

.btn,
.buffer button, 
.buffer [type=button], 
.buffer [type=reset], 
.buffer [type=submit] {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #fc4141;
  background-color: var(--secondary-color);
  border: .125rem solid #fc4141;
  border: .125rem solid var(--secondary-color);
  padding: .625rem 1.375rem .6875rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
}

.btn:hover,
.btn.btn-full-secondary:hover {
  text-decoration: none;
  background-color: #2d587c;
  background-color: var(--tertiary-color);
  color: #ffffff;
  border-color: #2d587c;
  border-color: var(--tertiary-color);
}

.btn {
  border-radius: .3125rem;
}

.btn.btn-no-rounded {
  border-radius: 0;
}

.btn.btn-primary,
.btn.btn-tertiary:hover {
  background-color: #09223b;
  background-color: var(--primary-color);
  border-color: #09223b;
  border-color: var(--primary-color);
  color: #ffffff;
}

.btn.btn-primary:hover {
  border-color: #fc4141;
  border-color: var(--secondary-color);
  background-color: #fc4141;
  background-color: var(--secondary-color);
  color: #ffffff;
}

.btn.btn-secondary, {
  border-color: #fc4141;
  border-color: var(--secondary-color);
  background-color: #fc4141;
  background-color: var(--secondary-color);
  color: #ffffff;
}

.btn.btn-tertiary {
  text-decoration: none;
  background-color: #2d587c;
  background-color: var(--tertiary-color);
  color: #ffffff;
  border-color: #2d587c;
  border-color: var(--tertiary-color);
}

.btn.btn-outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  color: #ffffff;
}

.btn.btn-outline:hover {
  background-color: #ffffff;
  color: #09223b;
  color: var(--primary-color);
}

.btn.btn-alt {
  font-size: .875rem;
  font-family: "Montserrat", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  padding: .9375rem 1.875rem;
}

.intro-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 3rem;
}

.intro-slider {
  margin-bottom: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.intro-slider .slick-autoplay-toggle-button {
  opacity: 0;
  visibility: hidden;
}

.intro-slider .slick-track {
  display: flex;
}

.intro-slider .slide-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: auto;
}

.intro-slider .btn {
  text-transform: capitalize;
}

.intro-slider .slick-dots {
  bottom: 1.25rem;
}

.intro-slider .slick-dots .slick-active button .slick-dot-icon {
  color: #ffffff;
}

.intro-slider .slick-dots button .slick-dot-icon {
  color: #ffffff;
  opacity: .75;
}

.intro-slider .slick-dots button:focus .slick-dot-icon:before {
  color: #fc4141;
  color: var(--secondary-color);
}

.intro-slide {
  position: relative;
  min-height: 27.6875rem;
  height: 100%;
  z-index: 2;
  padding: 6.25rem 1.25rem 1.875rem;
  display: flex;
  align-items: center;
}

.intro-slide .content-holder {
  position: relative;
  z-index: 3;
}

.intro-slide h1 {
  line-height: 1.334;
  margin-bottom: 1.75rem;
}

.intro-slide h1 i {
  position: relative;
  font-size: 3.4375rem;
  line-height: 1.1;
  margin: -0.1em 0;
}

.intro-slide .background-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-slide .background-holder::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000000;
  opacity: .55;
}

.intro-slide .background-holder img,.intro-slide .background-holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 31%;
  object-position: 50% 31%;
}

.intro-footer .info-card-list {
  display: flex;
  flex-wrap: wrap;
}

.intro-footer .info-card {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  text-decoration: none;
  width: 50%;
  text-align: center;
  padding: .9375rem 2.1875rem;
}

.intro-footer .info-card.bg-blue {
  background-color: #2d587c;
  background-color: var(--tertiary-color);
}

.intro-footer .info-card.bg-blue:hover {
  background-color: #fc4141;
  background-color: var(--secondary-color);
}

.intro-footer .info-card.bg-blue:focus {
  background-color: #fc4141;
  background-color: var(--secondary-color);
}

.intro-footer .info-card.bg-blue-dark {
  background-color: #09223b;
  background-color: var(--primary-color);
}

.intro-footer .info-card.bg-blue-dark:hover {
  background-color: #fc4141;
  background-color: var(--secondary-color);
}

.intro-footer .info-card.bg-blue-dark:focus {
  background-color: #fc4141;
  background-color: var(--secondary-color);
}

.intro-footer .info-card .img-holder {
  margin-bottom: .4375rem;
}

.intro-footer .info-card .card-title {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.223;
}

.subscribe-block {
  background-color: #ffffff;
  padding: 1.0625rem 1.25rem 1.75rem;
  flex-grow: 1;
}

.subscribe-block h3,.subscribe-block .h3 {
  font-size: 1.875rem;
  line-height: 1.167;
  margin-bottom: .8125rem;
}

body.subscribe-open {
  overflow: hidden;
  height: 100vh;
}

.subscribe-open-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  background: rgba(255, 255, 255, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-open-close.subscribe-open {
  opacity: 1;
  visibility: visible;
}

.subscribe-open-close .popup-wrapper {
  max-height: 100svh;
  overflow: auto;
  padding: .9375rem 1.875rem 1.875rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.subscribe-open-close .popup-wrapper::-webkit-scrollbar {
  display: none;
}

.subscribe-open-close .opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #0b1d2f;
  text-decoration: none;
  position: relative;
  display: block;
  margin-left: auto;
  margin-bottom: .625rem;
  right: 0;
  width: 2.5rem;
  font-size: 2.0625rem;
  text-align: right;
}

.subscribe-open-close .opener:hover {
  color: #fc4141;
  color: var(--secondary-color);
}

.subscribe-open .subscribe-open-close {
  transform: translateY(0);
}

.subscribe-open-close .inner-holder {
  background: #09223b;
  background: var(--primary-color);
  border-radius: .3125rem;
  overflow: hidden;
}

.subscribe-open-close .image-holder {
  width: 100%;
  padding-top: 60%;
  position: relative;
  min-height: 7.75rem;
  z-index: 1;
}

.subscribe-open-close .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 71% 50%;
  object-position: 71% 50%;
}

.subscribe-open-close .content-holder {
  padding: 1.5625rem 1.5625rem 2.5rem;
}

.subscribe-open-close .content-holder .subtitle {
  margin-bottom: .4375rem;
}

.subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.subscribe-open-close .input-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.subscribe-open-close .input-group .input-holder {
  width: 100%;
  padding: 0 .5rem;
  margin: 0 0 1rem;
}

.subscribe-open-close .input-group .captcha-holder {
  padding: 0 .5rem;
  margin-bottom: .625rem;
}

.subscribe-open-close .input-group .captcha-holder img {
  display: block;
}

.subscribe-open-close .input-group input {
  width: 100%;
  color: #09223b;
  color: var(--primary-color);
  background-color: #efefef;
  font-size: 1.125rem;
  padding: .625rem 1.25rem;
}

.subscribe-open-close .input-group input::-moz-placeholder {
  color: #797979;
}

.subscribe-open-close .input-group input::placeholder {
  color: #797979;
}

.subscribe-open-close button[type=submit] {
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.25rem;
  min-height: 4.0625rem;
  margin-top: .5rem;
}

.subscribe-open-close .popup-subscribe-form {
  max-width: 480px;
  width: 100%;
}

.form-subscribe {
  display: flex;
}

.form-subscribe .form-control {
  border-radius: .9375rem 0 0 .9375rem;
  border: 1px solid #bebebe;
  background-color: #ffffff;
  font-weight: 500;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.2;
  height: 3.1875rem;
  padding: .75rem 1.0625rem;
}

.form-subscribe .form-control::-moz-placeholder {
  text-transform: capitalize;
}

.form-subscribe .form-control::placeholder {
  text-transform: capitalize;
}

.form-subscribe .form-control:focus {
  border-color: #09223b;
  border-color: var(--primary-color);
}

.form-subscribe .btn {
  flex-shrink: 0;
  border-radius: 0 .9375rem .9375rem 0;
  margin-left: -1px;
  width: 3.375rem;
  padding: .3125rem;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  line-height: 1;
}

.form-subscribe .btn:hover {
  background-color: #2d587c;
  background-color: var(--tertiary-color);
  border-color: #2d587c;
  border-color: var(--tertiary-color);
}

.section-about {
  padding: 1.6875rem 0 1.125rem;
}

.section-about .row {
  padding-bottom: 2.5rem;
}

.section-about .img-col {
  padding-bottom: 2.375rem;
}

.section-about .about-image {
  position: relative;
  margin: 1.0625rem 0;
}

.section-about .about-image::before {
  content: "";
  position: absolute;
  top: -1.0625rem;
  bottom: -1.0625rem;
  left: .875rem;
  right: .875rem;
  background-color: rgba(255, 255, 255, .15);
  border-radius: .9375rem;
}

.section-about .about-image img {
  display: block;
  width: 100%;
  height: 97vw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .9375rem;
  position: relative;
  z-index: 1;
}

.section-about .subtitle {
  margin-bottom: .375rem;
}

.section-about h1,.section-about h2 {
  color: #ffffff;
}

.section-about h2 {
  line-height: 1.3056;
}

.section-about .content-col {
  color: #afbac3;
  font-size: 1.125rem;
  line-height: 1.3889;
}

.section-about .content-col p {
  margin-bottom: 1rem;
}

.section-about .content-col .btn {
  margin-top: .625rem;
}

.statistic-items {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.5625;
  margin-bottom: -1.9375rem;
  position: relative;
}

.statistic-items .statistics-item {
  width: 50%;
  text-align: center;
  padding: 0 1.25rem 1.9375rem;
  position: relative;
}

.statistic-items .value {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 2.8125rem;
  line-height: 1.2222;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  margin-bottom: .5625rem;
}

.statistic-items .title {
  display: block;
  font-weight: 700;
}

.sections-container {
  padding: 1.25rem 0 1.8125rem;
}

.sections-container .two-columns {
  position: relative;
  z-index: 2;
  padding: 1.9375rem 1.25rem 2.875rem;
}

.sections-container .two-columns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: #f8f9fa;
  border-radius: 0 0 .9375rem .9375rem;
  z-index: -1;
}

.section-services {
  color: #6a6a6a;
  font-size: .875rem;
  line-height: 1.5;
  padding: 1.5rem 1.25rem 1.875rem;
}

.section-services .section-heading {
  margin-bottom: 2.25rem;
}

.section-services .link-holder {
  flex-shrink: 0;
}

.section-services .subtitle {
  margin-bottom: .625rem;
}

.section-services h2 {
  margin-bottom: 0;
}

.section-services .section-link-holder {
  text-align: center;
}

.services-list.library .title {
  display: block;
  text-align: center;
}

.services-list.library .icon svg {
  max-width: 4rem;
}

.services-list {
  padding-right: 1.25rem;
  margin-bottom: -0.5rem;
}

.services-list li {
  margin-bottom: 2.5rem;
}

.services-list a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.services-list a:hover .title {
  color: #fc4141;
  color: var(--secondary-color);
}

.services-list a:hover .icon svg {
  fill: #fc4141;
  fill: var(--secondary-color);
}

.services-list .icon {
  width: 4.1875rem;
  text-align: center;
  flex-shrink: 0;
  margin-right: 1.0625rem;
}

.services-list .icon svg {
  transition: fill .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  fill: #09223b;
  fill: var(--primary-color);
  margin: 0 auto;
}

.services-list .title {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: .3125rem;
  font-weight: 700;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.services-list p:last-child {
  margin: 0;
}

.section-district {
  padding-bottom: 1.8125rem;
}

.section-district .subtitle {
  margin-bottom: .25rem;
}

.section-district h2 {
  margin-bottom: 1.0625rem;
}

.section-district .map-block {
  border-radius: .9375rem;
  overflow: hidden;
  color: var(--primary-color);
}

.map-block .gm-style .gm-style-iw-d {
  margin-top: -1.5rem;
}

.section-district .map-block iframe {
  height: 19.9375rem;
  width: 100%;
  vertical-align: top;
}

.section-news .section-heading {
  margin-bottom: 1.875rem;
}

.section-news .subtitle {
  margin-bottom: .1875rem;
}

.section-news h2 {
  margin-bottom: 0;
}

.section-news .link-holder {
  flex-shrink: 0;
}

.section-news .section-link-holder {
  text-align: center;
  padding-top: 1.875rem;
}

.news-list li {
  padding-bottom: 1.125rem;
}

.news-item {
  background-color: #ffffff;
  border-radius: .9375rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding: 1.8125rem 1.25rem 1.375rem 1.8125rem;
  position: relative;
  margin: 1.3125rem 0 0;
}

.news-item-category {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fc4141;
  color: var(--secondary-color);
  display: block;
  margin-bottom: .3125rem;
}

.news-item-category a {
  text-decoration: none;
}

.news-item-title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.35;
}

.news-item-title a {
  text-decoration: none;
}

.news-item-title a:hover {
  text-decoration: underline;
}

.news-item-title a.focus-visible {
  text-decoration: underline;
}

.news-item-title a:focus-visible {
  text-decoration: underline;
}

.news-item-title a:focus {
  outline: none;
}

.news-item-date {
  width: 4.625rem;
  height: 4.625rem;
  background-color: #2d587c;
  background-color: var(--tertiary-color);
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  padding: .3125rem .3125rem .625rem;
  position: absolute;
  right: -0.5625rem;
  top: -1.75rem;
}

.news-item-date .mon {
  margin-bottom: -0.5rem;
}

.news-item-date .day {
  font-size: 2.0625rem;
  line-height: .9189;
  font-weight: 800;
  font-family: "Playfair Display", serif;
}

.section-key-issues {
  padding: 1.5625rem 0;
}

.section-key-issues .section-heading {
  padding-bottom: 2.5rem;
}

.section-key-issues .link-holder {
  flex-shrink: 0;
}

.section-key-issues .text {
  font-size: 1.25rem;
  line-height: 1.6667;
  padding-right: .9375rem;
}

.section-key-issues .text p:only-child {
  margin: 0;
}

.section-key-issues .section-link-holder {
  text-align: center;
  padding-top: 2.5625rem;
}

.section-key-issues .subtitle {
  font-size: 1.125rem;
  margin-bottom: .0625rem;
}

.section-key-issues h2 {
  color: #ffffff;
  font-size: 2.75rem;
  margin: 0;
}

.card-issue {
  text-decoration: none;
  position: relative;
  border-radius: .9375rem;
  overflow: hidden;
  min-height: 25.5625rem;
  display: flex;
  align-items: flex-end;
  padding: 1.4375rem 1.375rem;
}

.card-issue:hover .card-bg {
  transform: scale(1.1);
}

.card-issue.focus-visible {
  outline: none;
}

.card-issue:focus-visible {
  outline: none;
}

.card-issue.focus-visible .card-bg {
  transform: scale(1.1);
}

.card-issue:focus-visible .card-bg {
  transform: scale(1.1);
}

.card-issue .card-bg {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.card-issue .card-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

.card-issue .card-title {
  margin: 0;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.2;
}

.key-issues-slider {
  overflow: hidden;
  margin-bottom: 2.25rem;
}

.key-issues-slider .slick-autoplay-toggle-button {
  display: none !important;
}

.key-issues-slider-controls {
  position: relative;
  display: flex;
  justify-content: center;
}

.key-issues-slider-controls .slick-arrow {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95);
  width: 4.375rem;
  height: 4.375rem;
  border: .125rem solid #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .3125rem;
  transform: none;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0 .5rem;
  color: #ffffff;
}

.key-issues-slider-controls .slick-arrow:hover {
  background-color: #ffffff;
  color: #09223b;
  color: var(--primary-color);
}

.key-issues-slider-controls .slick-arrow:hover:focus .slick-prev-icon,.key-issues-slider-controls .slick-arrow:hover:focus .slick-next-icon {
  color: #09223b;
  color: var(--primary-color);
}

.key-issues-slider-controls .slick-arrow.focus-visible {
  background-color: #ffffff;
}

.key-issues-slider-controls .slick-arrow:focus-visible {
  background-color: #ffffff;
}

.key-issues-slider-controls .slick-arrow.focus-visible .slick-prev-icon,.key-issues-slider-controls .slick-arrow.focus-visible .slick-next-icon {
  color: #09223b !important;
  color: var(--primary-color) !important;
}

.key-issues-slider-controls .slick-arrow:focus-visible .slick-prev-icon,.key-issues-slider-controls .slick-arrow:focus-visible .slick-next-icon {
  color: #09223b !important;
  color: var(--primary-color) !important;
}

.key-issues-slider-controls .slick-arrow:focus .slick-prev-icon,.key-issues-slider-controls .slick-arrow:focus .slick-next-icon {
  color: #ffffff;
  margin: 0;
  font-size: .875rem;
}

.key-issues-slider-controls .slick-prev-icon,.key-issues-slider-controls .slick-next-icon {
  color: currentcolor;
  opacity: 1;
  font-size: .875rem;
}

.key-issues-slider-controls .slick-next-icon::before {
  content: "\e905";
}

.key-issues-slider-controls .slick-prev-icon::before {
  content: "\e906";
}

.section-connected {
  padding: 1.6875rem 0 1.4375rem;
}

.section-connected .section-heading {
  background-size: cover;
  background-position: 50% 50%;
  background-clip: padding-box;
  border-radius: .9375rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid #707070;
  min-height: 20.75rem;
  margin: 0 auto 2rem;
}

.section-connected .section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .38);
}

.section-connected .heading-content {
  position: relative;
  z-index: 2;
  padding: 2.0625rem 1.875rem 2.5rem 3.0625rem;
}

.section-connected .subtitle {
  color: var(--secondary-color);
  font-size: 1.125rem;
  margin-bottom: 0;
}

.section-connected h2 {
  font-size: 2.8125rem;
  line-height: 1.2222;
  margin: 0 0 2rem;
}

.section-connected .section-content {
  padding: 1.8125rem 1.25rem 2.5625rem;
  margin-bottom: 1.1875rem;
}

.section-connected .section-content::before {
  bottom: -1.1875rem;
}

.section-connected .col {
  width: 33.3%;
  padding: 0 1rem;
}

.section-connected .row.full-width {
  display: block;
  margin: 3rem 0;
}

.section-connected .social-networks {
  font-size: 2rem;
  line-height: 1;
  margin: 0 -0.5rem;
  text-align: center;
}

.section-connected .social-networks li {
  padding: 0 .5rem .5rem;
}

.section-connected .social-networks a {
  width: 4.25rem;
  height: 4.25rem;
}

.section-connected .social-networks svg {
  width: 100%;  /* Allow it to grow */
  height: auto; /* Maintain aspect ratio */
  max-width: none;
  max-height: none;
}

.section-connected .social-networks #fb-icon,
.section-connected .social-networks #x-icon,
.section-connected .social-networks #yt-icon,
.section-connected .social-networks #insta-icon {
  width: 44px !important;
  height:  44px !important;
}

.section-connected .social-networks a:hover {
  background-color: #2d587c;
  background-color: var(--tertiary-color);
}

.facebook-widget img {
  display: block;
  width: 100%;
}

.captcha-holder,
.captcha-holder-pop {
  display: none;
  margin: 0 10px 20px;
}

.captcha-holder.visible,
.captcha-holder-pop.visible {
  display: block;
}

.int-sections {
  color: #6a6a6a;
}

.int-sections .container {
  max-width: 100%;
}

.int-sections .section-content {
  padding: 4rem;
}

.int .intro-section {
  min-height: 550px;
  margin-top: 0;
}

.section-heading-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 550px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.section-heading-img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to top, rgb(10 29 47) 0%, rgba(10, 29, 47, .9) 20%, rgba(0, 0, 0, 0) 100%);
  height: 50%;
}

.section-heading-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background: rgb(0 0 0 / 50%);
}

.banner-title {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner-title h1 {
  font-size: 4rem;
}

@media (min-width: 640px) {
  .footer .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.9375rem;
  }

  .footer .col {
    width: 50%;
    padding: 0 .9375rem 2.4375rem;
    text-align: left;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.25;
  }

  h1,.h1 {
    font-size: 4.0625rem;
  }

  h2,.h2 {
    font-size: 2.75rem;
    line-height: 1.25;
  }

  h3,.h3 {
    font-size: 1.5rem;
  }

  h4,.h4 {
    font-size: 1.5rem;
  }

  .display-1 {
    font-size: 3rem;
    line-height: .917;
  }

  .header-top {
    padding: 0 0 0 1.25rem;
  }

  .header-top .social-networks li {
    border-left: 1px solid #ffffff;
  }

  .header-top .social-networks a {
    width: 3.875rem;
    height: 2.875rem;
    border-radius: 0;
  }

  .header-holder {
    padding: 1.25rem 0;
  }

  .header-holder .logo a {
    grid-gap: 0 1.0625rem;
    gap: 0 1.0625rem;
  }

  .header-holder .logo__image {
    width: 16.8125rem;
  }

  .header-holder .logo__description {
    padding-top: .3125rem;
  }

  .header-holder .logo__description--first {
    letter-spacing: -0.0125rem;
  }

  .header-holder .buttons-wrapper {
    grid-gap: .5rem;
    gap: .5rem;
  }

  .main-nav .btn-wrapper {
    margin-bottom: 0;
  }

  .main-nav .social-networks {
    display: none !important;
  }

  .nav-opener {
    width: 3.125rem;
    height: 3.125rem;
  }

  .nav-opener:after {
    top: .9375rem;
  }

  .nav-opener span {
    top: 1.4375rem;
  }

  .nav-opener:before {
    top: 1.9375rem;
  }

  .alert-bar {
    padding: 0 1.5rem 0 1.875rem;
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .alert-bar .alert-close {
    position: static;
    font-size: 1.75rem;
  }

  .alert-bar .text {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.75rem;
    gap: 1.75rem;
    padding: .875rem 0;
  }

  .alert-bar .icon-holder {
    position: static;
    font-size: 2rem;
    left: 1.5rem;
  }

  .search-opener {
    font-size: 1.3125rem;
  }

  .search-form .input-holder {
    max-width: 38.125rem;
    padding-right: .625rem;
  }

  .search-form .btn-search {
    font-size: 2.25rem;
    top: .8125rem;
    right: .75rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.3125rem;
    padding: .625rem 4.25rem .25rem 0;
    font-size: 1.75rem;
  }

  .container {
    max-width: calc(81.375rem + 60px);
    padding-left: 30px;
    padding-right: 30px;
  }

  .subtitle {
    font-size: 1.125rem;
  }

  .section-content {
    margin: 1.875rem 0;
  }

  .section-content::before {
    top: -1.875rem;
    bottom: -1.875rem;
    left: .875rem;
    right: .875rem;
  }

  .section-connected .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .d-mobile-only {
    display: none !important;
  }

  .footer {
    padding: 2.5rem 0;
  }

  .footer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1.5625rem;
  }

  .footer-content {
    padding: 0;
    margin-right: -0.125rem;
    width: 41.5%;
    justify-content: center;
  }

  .footer-logo {
    margin-top: .6875rem;
  }

  .footer-nav {
    font-size: 1.125rem;
  }

  .footer-nav li {
    margin-bottom: .5625rem;
  }

  .footer .form-block {
    margin-bottom: 0;
    padding-top: .1875rem;
    width: 52.3%;
  }

  .footer h2 {
    font-size: 1.75rem;
    line-height: 1.2143;
    margin-bottom: 1.5rem;
  }

  .footer-divider {
    margin: 0 -1.875rem 2.3125rem;
  }

  .footer .row {
    width: 89%;
    margin: 0 auto;
  }

  .footer .col {
    padding: 0 1.875rem 2.4375rem;
  }

  .intro-slide {
    min-height: 38.5rem;
    padding: 8rem 1.6875rem 1.875rem;
  }

  .intro-slide h1 {
    line-height: 1.25;
    margin-bottom: 3rem;
  }

  .intro-slide h1 i {
    font-size: 6.25rem;
  }

  .intro-footer .info-card {
    padding: 1.25rem;
  }

  .intro-footer .info-card .img-holder {
    margin-bottom: 1.25rem;
  }

  .intro-footer .info-card .img-holder svg {
    width: auto !important;
  }

  .subscribe-block {
    padding: 1.875rem;
  }

  .subscribe-block h3,.subscribe-block .h3 {
    font-size: 2.1875rem;
    margin-bottom: 1.125rem;
  }

  .subscribe-open-close .popup-wrapper {
    padding: 1.25rem 2.5rem 2.5rem;
  }

  .subscribe-open-close .inner-holder {
    display: flex;
  }

  .subscribe-open-close .image-holder {
    width: 35.4%;
    min-height: auto;
    padding-top: 0;
  }

  .subscribe-open-close .content-holder {
    width: 63.6%;
    padding: 1.6875rem 2.5rem 3.125rem;
  }

  .subscribe-open-close .popup-subscribe-form {
    max-width: 931px;
    position: relative;
  }

  .form-subscribe .form-control {
    font-size: 1.3125rem;
    height: 3.625rem;
    padding: .75rem 1.125rem;
  }

  .form-subscribe .btn {
    width: 3.625rem;
  }

  .section-about {
    padding: 4.3125rem 0 2.125rem;
  }

  .section-about .row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.625rem;
  }

  .section-about .img-col {
    width: 47%;
    padding-bottom: 0;
  }

  .section-about .about-image img {
    height: auto;
  }

  .section-about h2 {
    line-height: 1.1364;
    margin-bottom: 1.1875rem;
  }

  .section-about .content-col {
    width: 47.1%;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .section-about .content-col p {
    margin-bottom: 1.5625rem;
  }

  .section-about .content-col .btn {
    margin-top: .25rem;
  }

  .statistic-items {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .statistic-items .statistics-item {
    padding: 1.125rem 1.25rem 3rem;
  }

  .statistic-items .value {
    font-size: 4.375rem;
    margin-bottom: .5rem;
  }

  .sections-container {
    padding: .625rem 0 2.0625rem;
  }

  .sections-container .two-columns {
    padding: 1.625rem 1.625rem 2.125rem;
  }

  .section-services {
    font-size: 1rem;
    line-height: 1.5;
    padding: 2.625rem 1.625rem 1.875rem;
  }

  .section-services .section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 3.375rem;
  }

  .section-services .title-holder {
    padding-right: .9375rem;
  }

  .section-services .subtitle {
    margin-bottom: -0.0625rem;
  }

  .services-list {
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 1.75rem;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    margin-bottom: 0;
    padding-right: 0;
  }

  .services-list li {
    display: inline-block;
    width: 100%;
    page-break-inside: avoid;
    margin-bottom: 2.25rem;
  }

  .services-list .icon {
    margin-top: .1875rem;
  }

  .services-list .title {
    font-size: 1.125rem;
    margin-bottom: .375rem;
  }

  .section-district {
    padding-bottom: 3.5rem;
  }

  .section-district .subtitle {
    margin-bottom: .0625rem;
  }

  .section-district h2 {
    margin-bottom: 1.25rem;
  }

  .section-district .map-block iframe {
    height: 40.625rem;
  }

  .section-news .section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 3.1875rem;
  }

  .section-news .title-holder {
    padding-right: .9375rem;
  }

  .section-news .subtitle {
    margin-bottom: .0625rem;
  }

  .news-list li {
    padding-bottom: .875rem;
  }

  .news-item {
    padding: 1.125rem 4rem 1.3125rem 1.8125rem;
    margin-right: 1.0625rem;
  }

  .news-item-category {
    font-size: 1.125rem;
    margin-bottom: .3125rem;
  }

  .news-item-title {
    font-size: 1.5rem;
    line-height: 1.4167;
  }

  .news-item-date {
    right: -1.0625rem;
    top: -1.3125rem;
    width: 5.0625rem;
    height: 5.0625rem;
    font-size: 1.125rem;
  }

  .news-item-date .day {
    font-size: 2.3125rem;
  }

  .section-key-issues {
    padding: 2rem 0 1.5625rem;
  }

  .section-key-issues .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-key-issues .title-holder {
    flex-grow: 1;
    padding-right: .9375rem;
  }

  .section-key-issues .content-holder {
    flex-shrink: 0;
  }

  .section-key-issues .subtitle {
    margin-bottom: -0.0625rem;
  }

  .card-issue {
    min-height: 27.4375rem;
    padding: 1.6875rem 1.5625rem;
  }

  .card-issue .card-title {
    font-size: 1.875rem;
  }

  .key-issues-slider .slick-list {
    margin: 0 -0.875rem;
  }

  .key-issues-slider .slide {
    padding: 0 .875rem;
  }

  .section-connected {
    padding: 1.5625rem 0 1.1875rem;
  }

  .section-connected .section-heading {
    margin-bottom: 2.375rem;
  }

  .section-connected .subtitle {
    margin-bottom: -0.0625rem;
  }

  .section-connected h2 {
    font-size: 3.375rem;
    line-height: 1.0185;
  }

  .section-connected .section-content {
    margin-bottom: 2.125rem;
    padding-top: 1rem;
    padding-bottom: 3.9375rem;
  }

  .section-connected .section-content::before {
    bottom: -2.125rem;
  }

  .section-connected .social-networks {
    font-size: 3.25rem;
    margin: 0 -0.8125rem;
  }

  .section-connected .social-networks li {
    padding: 0 .75rem 1.5625rem .8125rem;
  }

  .section-connected .social-networks a {
    width: 6.6875rem;
    height: 6.6875rem;
  }
}

@media (min-width: 1024px) {
  h1,.h1 {
    font-size: 5rem;
  }

  h2,.h2 {
    font-size: 3.375rem;
    line-height: 1.0185;
  }

  h3,.h3 {
    font-size: 1.875rem;
  }

  h4,.h4 {
    font-size: 1.875rem;
  }

  .display-1 {
    line-height: .909;
    font-size: 4.125rem;
  }

  .header-top {
    padding: 0 0 0 1.875rem;
  }

  .header-bottom {
    top: calc(100% + 36px);
  }

  .header-holder {
    padding: 1.25rem;
  }

  .header-holder .logo__description--first {
    font-size: 1.375rem;
  }

  .header-holder .buttons-wrapper {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .int .header-holder {
    background-color: #ffffff;
    transition: background .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
    border-radius: .9375rem;
  }

  .int .header-holder .logo a {
    color: var(--primary-color);
  }

  .int .header-bottom.fixed-position .header-holder .logo a {
    color: #ffffff;
  }

  .int .main-nav-list {
    color: var(--primary-color);
  }

  .int .header-bottom.fixed-position .main-nav-list {
    color: #ffffff;
  }

  .int .header-bottom.fixed-position .header-holder {
    background-color: transparent;
  }

  .main-nav .nav-close {
    display: none !important;
  }

  .main-nav .btn-wrapper {
    display: none !important;
  }

  .main-nav .drop {
    width: 11.8125rem;
    position: absolute;
    top: calc(100% + 24px);
    left: .625rem;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    line-height: 1.4;
  }

  .main-nav .drop a {
    padding: .3125rem 1.4375rem;
  }

  .main-nav .drop ul {
    background-color: #09223b;
    background-color: var(--primary-color);
    border-radius: .3125rem;
    padding: 1.375rem 0 1.5625rem;
  }

  .main-nav .drop .drop {
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0 .3125rem;
    top: -1.375rem;
  }

  .main-nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .main-nav-list>li {
    padding: 0 .4375rem;
  }

  .main-nav-list>li.hover-js>a:before,.main-nav-list>li.accessibility-hover>a:before,.main-nav-list>li.hover-tab>a:before,.main-nav-list>li:hover>a:before {
    display: block;
  }

  .main-nav-list>li>a {
    font-size: 1rem;
    padding: 0 .3125rem;
  }

  .main-nav-list>li>.has-drop-down-a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1.625rem;
    display: none;
  }

  .main-nav-list>li:nth-last-child(1) .drop .drop,.main-nav-list>li:nth-last-child(2) .drop .drop {
    left: auto;
    right: 100%;
  }

  .main-nav-list li.hover-js>.drop,.main-nav-list li.accessibility-hover>.drop,.main-nav-list li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .nav-opener {
    display: none;
  }

  .alert-bar .text {
    padding: .875rem 0 .875rem 2.25rem;
  }

  .alert-bar .icon-holder {
    left: 1.875rem;
  }

  .search-form .input-holder {
    max-width: 73.75rem;
  }

  .search-form .btn-search {
    top: .9375rem;
    right: 1.5625rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.625rem;
    font-size: 2.25rem;
    padding: .3125rem 3.125rem .3125rem .75rem;
  }

  .footer {
    padding: 2.5rem 0 .375rem;
  }

  .footer-top-row {
    padding-bottom: 1rem;
  }

  .footer-content {
    width: 37.1%;
    margin-right: .5rem;
  }

  .footer-logo {
    width: 11.0625rem;
    margin-top: .125rem;
  }

  .footer-nav {
    font-size: 1.25rem;
  }

  .footer-nav li {
    margin-bottom: .625rem;
  }

  .footer .form-block {
    width: 42.8%;
    padding-top: .75rem;
  }

  .footer h2 {
    font-size: 1.875rem;
    line-height: 1.1333;
    margin-bottom: 1.5625rem;
  }

  .footer-divider {
    margin: 0 0 2.75rem;
  }

  .footer-divider::before {
    left: -4.6875rem;
    right: -4.6875rem;
  }

  .footer .row {
    margin: 0 -1.5625rem;
    width: auto;
    justify-content: center;
  }

  .footer .col {
    padding: 0 1.375rem 2.4375rem;
    width: 25%;
  }

  .back-to-top {
    width: 4.0625rem;
    height: 4.0625rem;
  }

  .intro-section {
    margin-top: 2.25rem;
  }

  .intro-slider {
    border-radius: .9375rem;
  }

  .intro-slider .slick-dots {
    bottom: 7.5rem;
  }

  .intro-slide {
    min-height: 45.625rem;
    padding: 9.375rem 2.5rem 8.75rem;
  }

  .intro-slide h1 {
    line-height: 1;
    margin-bottom: 2.25rem;
  }

  .intro-slide h1 i {
    font-size: 7.5rem;
  }

  .intro-footer {
    display: flex;
    border-radius: 0 0 .9375rem .9375rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: -6.25rem;
    box-shadow: .3125rem .5625rem .375rem rgba(0, 0, 0, .16);
    width: 100%;
  }

  .intro-footer .info-card-list {
    flex-shrink: 0;
    width: 47%;
  }

  .subscribe-open-close .content-holder {
    padding: 1.6875rem 2.875rem 4.375rem 3.75rem;
  }

  .subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
    font-size: 3rem;
    margin-bottom: 1.875rem;
  }

  .subscribe-open-close .input-group .input-holder.w50 {
    width: 50%;
  }

  .subscribe-open-close .popup-subscribe-form {
    width: 931px;
  }

  .section-about {
    padding: 3.5625rem 0 4.625rem;
  }

  .section-about .row {
    padding: 0 2.5rem 2.75rem 1.8125rem;
  }

  .section-about .img-col {
    width: 41.4%;
  }

  .section-about .about-image {
    margin: 1.625rem 0;
  }

  .section-about .about-image::before {
    top: -1.625rem;
    bottom: -1.625rem;
    left: 1.375rem;
    right: 1.375rem;
  }

  .section-about .subtitle {
    margin-bottom: .75rem;
  }

  .section-about .content-col {
    width: 51%;
    padding-top: 3rem;
  }

  .statistic-items {
    margin: 0 -0.8125rem -2.375rem .75rem;
  }

  .statistic-items .statistics-item {
    width: 25%;
    padding: 1rem 1.25rem 2.375rem;
  }

  .statistic-items .statistic-item::before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2) 60%, transparent 60%, transparent 100%);
    background-size: .125rem .75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .125rem;
  }

  .statistic-items .statistic-item:first-child::before {
    display: none;
  }

  .sections-container {
    padding: 1.625rem 0 3.25rem;
  }

  .sections-container .section-content::before {
    bottom: -1.75rem;
  }

  .sections-container .two-columns {
    display: flex;
    justify-content: space-between;
    padding: 4.4375rem 1.625rem 3.75rem;
  }

  .section-services {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 1.625rem 2.8125rem;
  }

  .section-services .section-heading {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: .3125rem;
    width: 36%;
  }

  .section-services .title-holder {
    padding-bottom: 2.75rem;
  }

  .section-services .subtitle {
    margin: 0 0 .0625rem .3125rem;
  }

  .services-list {
    width: 64%;
  }

  .section-district {
    width: 42.2%;
    padding-bottom: 0;
  }

  .section-district .subtitle {
    margin: 0 0 .625rem .3125rem;
  }

  .section-district h2 {
    margin-bottom: 2.75rem;
  }

  .section-district .map-block iframe {
    height: 28.625rem;
  }

  .section-news {
    width: 52.4%;
  }

  .section-news .section-heading {
    margin-bottom: 2.6875rem;
  }

  .section-news .subtitle {
    margin: 0 0 .625rem;
  }

  .news-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .section-key-issues {
    padding: 3.375rem 0 2.625rem;
  }

  .section-key-issues .section-heading {
    padding-bottom: 2.9375rem;
  }

  .section-key-issues .content-holder {
    width: 66%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.1875rem;
  }

  .section-key-issues .subtitle {
    margin-bottom: .9375rem;
  }

  .section-key-issues h2 {
    font-size: 3.375rem;
  }

  .card-issue {
    padding: 1.5625rem;
  }

  .key-issues-slider {
    margin-bottom: 2.5rem;
  }

  .key-issues-slider .slick-list {
    margin: 0 -0.9375rem;
  }

  .key-issues-slider .slide {
    padding: 0 .9375rem;
  }

  .section-connected {
    padding: 2.625rem 0 .5625rem;
  }

  .section-connected .section-content {
    padding: 5rem 1.875rem 3.75rem;
  }

  .section-connected .left-col {
    width: 60%;
    padding-bottom: 0;
    padding-right: 1.875rem;
    margin: 0;
  }

  .section-connected .right-col {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .header-holder {
    padding: 1.5rem 2.375rem 1.5rem 1.625rem;
  }

  .header-holder .logo {
    margin-right: 2.5rem;
  }

  .header-holder .logo__description--first {
    font-size: 1.875rem;
  }

  .header-holder .buttons-wrapper {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .header-holder .buttons-wrapper .btn {
    padding: .625rem 1.5rem;
    font-size: .95rem;
    line-height: 1rem;
  }

  .main-nav .drop {
    left: 1.25rem;
  }

  .main-nav-list>li {
    padding: 0 1.0625rem;
  }

  .intro-slider .slick-dots {
    bottom: 1.25rem;
    text-align: right;
    padding: 0 1.25rem;
  }

  .intro-slide {
    padding: 9.375rem 7.5rem 10.9375rem;
  }

  .intro-footer {
    margin-top: -9.375rem;
    max-width: 66.375rem;
    min-width: 66%;
    border-radius: 0 .9375rem .9375rem .9375rem;
  }

  .section-about h2 {
    margin-bottom: 2rem;
  }

  .section-about .content-col {
    font-size: 1.5rem;
    line-height: 1.6667;
  }

  .section-about .content-col p {
    margin-bottom: 1.9375rem;
  }

  .section-about .content-col .btn {
    margin-top: .625rem;
  }

  .sections-container .two-columns {
    padding: 4.4375rem 6.1875rem 5.0625rem 7.25rem;
  }

  .section-services {
    padding: 6.5rem 4.5625rem 2.8125rem 7.25rem;
  }

  .section-services .section-heading {
    width: auto;
    flex-grow: 1;
  }

  .services-list {
    width: 60.7%;
    flex-shrink: 0;
  }

  .services-list .icon {
    margin-right: 1.4375rem;
  }

  .section-key-issues .content-holder {
    width: 60%;
  }

  .section-key-issues .text {
    font-size: 1.5rem;
  }

  .section-connected .section-content {
    padding: 0 2.0625rem 0rem;
  }

  .section-connected .row {
    margin-right: -2rem;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 90rem;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

@media (min-width: 1600px) {
  .header-holder .logo a {
    grid-gap: 0 .9375rem;
    gap: 0 .9375rem;
  }

  .intro-slide {
    min-height: 52.75rem;
    padding: 9.375rem 7.5rem 10.9375rem;
  }
}

@media (max-width: 1023px) {

.header-holder .logo__image.fixed {
  display: none;
}

.header-holder .logo__image.unfixed {
  display: block;
}

  .banner-title h1 {
    font-size: 2rem;
  }

  .section-heading-img {
    background-attachment: unset;
  }

  .section-heading-img,
  .int .intro-section {
    min-height: 300px;
  }

  body.nav-active {
    overflow: hidden !important;
  }

  body.nav-active:not(.is-header-fixed) .wrapper-inner {
    transform: translateX(var(--menu-translate));
  }

  body.nav-active.is-header-fixed .header-bottom {
    transform: translateX(var(--menu-translate));
  }

  body.nav-active.is-header-fixed #main {
    transform: translateX(var(--menu-translate));
  }

  body.nav-active.is-header-fixed #footer {
    transform: translateX(var(--menu-translate));
  }

  body .wrapper-inner,body #main,body #footer {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  }

  .header-holder .buttons-wrapper .btn {
    display: none;
  }

  .main-nav {
    position: fixed;
    background: #09223b;
    background: var(--primary-color);
    z-index: 1;
    padding: 3.125rem 3rem 2.5rem;
    top: 0;
    left: 100%;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 360px;
    height: 100svh;
    overflow: auto;
    visibility: hidden;
  }

  .nav-active .main-nav {
    opacity: 1;
    visibility: visible;
  }

  .main-nav-list>li.active>a,.main-nav-list>li.current>a {
    color: #fc4141;
    color: var(--secondary-color);
  }

  .main-nav-list>li>.has-drop-down-a:after {
    content: "\e90e";
    font-size: .8125rem;
  }

  .main-nav-list>li.active>.has-drop-down-a:after {
    transform: rotate(180deg);
  }

  .d-desktop-only {
    display: none !important;
  }

  .intro-section>.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .section-key-issues .text {
    display: none;
  }

  .section-connected .col {
    width: 50%;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .header-top .header-contacts {
    justify-content: space-between;
    width: 100%;
    padding: .6875rem 1.25rem;
  }

  .header-top .social-networks {
    display: none;
  }

  .alert-bar .text-wrap {
    margin-bottom: 1rem;
  }

  .d-tablet-view {
    display: none !important;
  }

  .footer .form-subscribe .form-control {
    height: 3.625rem;
    font-size: 1.1875rem;
    padding: .75rem 1.125rem;
  }

  .sections-container .section-content {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sections-container .section-content::before {
    top: -1.25rem;
  }

  .section-connected .col {
    width: 100%;
    margin-bottom: 3rem;
  }

  .buffer select {
    max-width: 250px;
  }

  .int-sections .section-content {
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 1279px) {
  .main-nav-list>li:nth-last-child(1) .drop .drop,.main-nav-list>li:nth-last-child(2) .drop .drop,.main-nav-list>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100%;
  }
}

@media (min-width: 1024px)and (max-width: 1279px) {
  .header-holder .logo {
    margin-right: 1.25rem;
  }

  .header-holder .logo__image {
    max-width: 9rem;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .statistic-items::before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2) 60%, transparent 60%, transparent 100%);
    background-size: .125rem .75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: .125rem;
  }

  .sections-container .two-columns::before {
    top: 7rem;
  }
}

