:root {
  --primary-color: #1e3c60;
  --secondary-color:#bf0a30;
}

/*! 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;
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), 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-"] {
  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-medal:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-chevron:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-eagle:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.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-prev:focus {
  top: calc(50% - 1px);
}

.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;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*,*:before,*:after {
  box-sizing: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,iframe {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

iframe[src*="youtu"] {
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

figure {
  margin: 0;
}

.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;
}

.statistic-list,.footer-nav,.drop ul,.main-nav,.header .social-networks,.social-networks {
  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;
}

.desktop-show {
  display: none;
}

@font-face {
  font-family: proximaNova;
  src: url(../fonts/Proxima-Nova-Reg.woff) format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: proximaNova;
  src: url(../fonts/Proxima-Nova-Extrabld.woff) format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: proximaNova;
  src: url(../fonts/Proxima-Nova-Bold.woff) format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: proximaNova;
  src: url(../fonts/Proxima-Nova-Semibold.woff) format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

html {
  font-size: 16px;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  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: #bf0a30;
  text-decoration: none;
}

a:hover {
  color: #bf0a30;
  text-decoration: underline;
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  margin: 0 0 .5em;
  color: #1e3c60;
}

h1,.h1 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: .9;
}

h2,.h2 {
  font-size: 2.25rem;
  line-height: 1.083;
}

h3,.h3 {
  font-size: 1.25rem;
  line-height: 1;
}

h4,.h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #1e3c60;
  letter-spacing: 4.8px;
  font-weight: 400;
  margin: 0 0 .8125rem;
}

h5,.h5 {
  font-size: 1.0625rem;
}

h6,.h6 {
  font-size: .9375rem;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.25rem;
  margin: 0 -9px;
}

.social-networks li {
  padding: 0 .5625rem;
}

.social-networks a {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  color: #bf0a30;
  text-decoration: none;
}

.social-networks a:hover {
  text-decoration: none;
  opacity: .8;
}

.social-networks.circle-networks {
  margin: 0 -2px;
}

.social-networks.circle-networks li {
  padding: 0 .125rem;
}

.social-networks.circle-networks a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #ffffff;
  color: #ffffff;
  border-radius: 50%;
}

.social-networks.circle-networks a:hover {
  background: #68c1f5;
  opacity: 1;
}

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: 1px solid currentColor;
  font-size: 16px;
  line-height: normal;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-width: 70px;
  height: 50px;
  padding: 5px 15px;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text]::-ms-clear,input[type=email]::-ms-clear,input[type=tel]::-ms-clear,input[type=search]::-ms-clear,input[type=password]::-ms-clear,input[type=url]::-ms-clear,input[type=date]::-ms-clear,input[type=datetime]::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=time]::-ms-clear,input[type=week]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=color]::-ms-clear,input:not([type])::-ms-clear,textarea::-ms-clear {
  display: none;
}

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 {
  color: #000000;
  font-size: 16px;
}

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 {
  color: #000000;
  font-size: 16px;
}

textarea,.textarea {
  resize: none;
  height: 150px;
  padding: 5px 15px;
  font-size: 16px;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: 0;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.header {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  width: 100% !important;
  position: relative;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.header.fixed-position {
  width: 100% !important;
  left: 0 !important;
  background: #ffffff;
  box-shadow: inset 0 -9px 17px -8px rgba(0, 0, 0, .36);
}

.header.fixed-position .search-form:after {
  background-color: #b3b3b3;
}

.header.fixed-position .search-form .search-opener {
  color: #930303;
}

.header.fixed-position .search-form .search-opener:hover {
  color: #1e3c60;
}

.header.fixed-position .social-networks a:hover {
  color: #1e3c60;
}

.header.fixed-position .social-networks:before {
  background: #333333;
}

.header.fixed-position .main-nav>li.hover-tab>a,.header.fixed-position .main-nav>li.hover-js>a,.header.fixed-position .main-nav>li.active>a {
  color: #68c1f5;
}

.header.fixed-position .search-opener {
  color: #333333;
}

.header.fixed-position .logo .black-logo {
  display: block;
}

.header.fixed-position .logo .white-logo {
  display: none;
}

.header.fixed-position .holder-block .link-btn {
  color: #333333;
}

.header.fixed-position .nav-opener span,.header.fixed-position .nav-opener:before,.header.fixed-position .nav-opener:after {
  background: #c22034;
}

.header .social-networks {
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.8125rem;
  position: relative;
}

.header .social-networks li {
  padding: 0 .3125rem;
}

.header .social-networks a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
}

.header .social-networks a:hover {
  color: #bf0a30;
  text-decoration: none;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  width: 8.125rem;
}

.header .holder-block {
  display: flex;
  flex-wrap: wrap;
  width: 36%;
  margin-left: auto;
  padding: .9375rem 0 0;
}

.header .holder-block .link-wrap {
  margin: 0 -1.875rem 0 auto;
}

.header .holder-block .icon-language {
  font-size: 1.125rem;
  margin: 0 .5rem 0 0;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
}

.header .holder-block .link-btn {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
}

.header .holder-block .link-btn:hover {
  text-decoration: none;
  color: #68c1f5;
}

.header .holder-block .wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.logo .black-logo {
  display: none;
}

.header-holder {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 1.25rem .9375rem 1.25rem 1.875rem;
  max-width: 91.875rem;
  margin: 0 auto;
}

.main-nav {
  width: 100%;
  text-align: right;
  margin: 0 0 .8125rem;
}

.main-nav>li {
  position: relative;
  padding: 0 0 1.4375rem;
}

.main-nav>li>a {
  font-size: 2.25rem;
  line-height: 1;
  position: relative;
  z-index: 10;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav>li>a.has-drop-down-a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 1.75rem 0 0;
}

.main-nav>li>a.has-drop-down-a:before {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  width: .25rem;
  height: 1rem;
  top: .6875rem;
  right: .375rem;
}

.main-nav>li>a.has-drop-down-a:after {
  top: 1.0625rem;
  right: 0;
  width: 1rem;
  height: .25rem;
}

.main-nav a {
  color: #333333;
  text-decoration: none;
  display: block;
}

.main-nav a:hover {
  color: #bf0a30;
}

.second-level-nav a.has-drop-down-a:before {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  width: .125rem;
  height: .5rem;
  top: .375rem;
  right: .1875rem;
}

.second-level-nav a.has-drop-down-a:after {
  top: .5625rem;
  right: 0;
  width: .5rem;
  height: .125rem;
}

.second-level-nav .active .has-drop-down-a:before {
  transform: rotate(90deg);
}

.drop {
  padding: 1.8125rem 0 0;
}

.drop .hover-tab>a {
  color: #68c1f5;
}

.drop a {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
}

.drop a:hover {
  color: #68c1f5;
}

.drop ul li {
  position: relative;
  margin: 0 0 1.875rem;
}

.drop ul li:last-child {
  margin: 0 0 .1875rem;
}

.main-nav-drop {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  padding: 8.25rem 0 0;
}

.nav-opener {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  width: 1.875rem;
  height: 1.25rem;
  color: #ffffff;
  text-indent: -9999px;
  position: relative;
  margin: 1.5625rem 0 0;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
  content: "";
  position: absolute;
  height: .25rem;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 4px;
}

.nav-opener:after {
  top: 0;
}

.nav-opener span {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  top: .5rem;
}

.nav-opener:before {
  top: 1rem;
}

.nav-opener:hover:after,.nav-opener:hover:before,.nav-opener:hover span {
  background: #ffffff;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,.nav-active .nav-opener:after {
  top: .5rem;
  transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
}

.nav-active .nav-opener:before {
  transition: background .3s ease-in-out, top .25s, transform .3s ease .3s, width .3s ease .3s;
  transform: rotateZ(45deg) scale(1.05);
  width: 1.875rem;
}

.nav-active .nav-opener:after {
  transform: rotateZ(-45deg) scale(1.05);
}

.nav-active .nav-opener:before,.nav-active .nav-opener:after,.nav-active .nav-opener span {
  background: #c22034;
}

.js-acc-hidden {
  visibility: hidden;
}

.alert-holder {
  overflow: hidden;
  background: #bf0a30;
}

.alert-holder .alert-wrap {
  padding: .3125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.alert-holder .alert-close {
  color: #ffffff;
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 1.5625rem;
  height: 1.5625rem;
}

.alert-holder .alert-close:before,.alert-holder .alert-close:after {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-holder .alert-close:before {
  width: 1.5625rem;
  height: .125rem;
}

.alert-holder .alert-close:after {
  height: 1.5625rem;
  width: .125rem;
}

.alert-holder .alert-close:hover {
  text-decoration: none;
}

.alert-holder .alert-close:hover:before,.alert-holder .alert-close:hover:after {
  background: #68c1f5;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  color: #ffffff;
  position: relative;
  font-weight: 400;
  line-height: 1.3;
  font-size: .75rem;
  letter-spacing: -0.4px;
  max-height: 0;
  max-width: 91.875rem;
  margin: 0 auto;
}

.page-loaded .alert-bar {
  max-height: 200px;
  transition-delay: 1s;
}

.alert-bar-close .alert-bar {
  max-height: 0;
}

.alert-bar .text-wrap {
  width: calc(100% - 80px);
  padding: .375rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-bar .text-wrap p {
  margin: 0;
}

.alert-bar .warning-icon {
  font-size: 2.125rem;
  line-height: 37px;
  font-weight: 700;
  border-radius: 50%;
  background: #1e3c60;
  width: 2.3125rem;
  height: 2.3125rem;
  text-align: center;
  display: block;
  margin: 0 .75rem 0 0;
}

.alert-bar .btn.secondary {
  background-color: #1e3c60;
  min-width: 3rem;
  padding: 0.5rem;
  margin-left: 1rem;
  font-size: 0.75rem;
  border: none;
}

.alert-bar .btn.secondary:hover {
  background-color: #333333;
}

.search-form .search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  font-size: 1.25rem;
  line-height: 1.8;
  padding: .125rem 0 0;
}

.search-form .search-opener:hover {
  text-decoration: none;
  color: #bf0a30;
}

.search-form .btn-search {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  background: rgba(0, 0, 0, 0);
  color: #333333;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: .4375rem .5625rem 0;
  font-size: 1.625rem;
}

.search-form .btn-search:hover {
  color: #1e3c60;
}

.search-form .search-drop {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  position: fixed;
  background: rgba(30, 60, 96, .95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form .input-holder {
  position: relative;
  margin: 0 10px;
}

.search-form input[type=search],.search-form input[type=text] {
  width: 100%;
  color: #000000;
  border: 1px solid #000000;
  background: #ffffff;
  padding: .3125rem 2.5rem .3125rem .625rem;
  height: 3.75rem;
  font-size: 1.5rem;
  line-height: normal;
}

.search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
  color: #000000;
  line-height: normal;
  opacity: 1;
  font-size: inherit;
}

.search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
  color: #000000;
  line-height: normal;
  opacity: 1;
  font-size: inherit;
}

.search-form .search-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
}

.search-form .search-close:after,.search-form .search-close:before {
  content: "";
  height: 3px;
  width: 2.5rem;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.search-form .search-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.container {
  max-width: 1231px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
}

.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;
}

.section-heading {
  font-size: .875rem;
  line-height: 1.857;
}

.section-heading h2,.section-heading .h2 {
  position: relative;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 2.25rem;
}

.section-heading h2::after,.section-heading .h2::after {
  content: "";
  width: 11.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px dotted #bf0a30;
}

.section-heading h2:last-child,.section-heading .h2:last-child {
  margin-bottom: 0;
}

.section-heading p:last-child {
  margin-bottom: 0;
}

.section-decor {
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  right: 0;
}

.section-decor img {
  display: block;
}

.section-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.section-bg img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-bg .tablet-bg {
  display: none;
}

.footer {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
  background-color: #1e3c60;
  position: relative;
  z-index: 2;
  padding: 2.375rem 0 1.0625rem;
}

.footer .social-networks {
  font-size: .875rem;
  margin: 0 -0.25rem;
}

.footer .social-networks li {
  padding: 0 .25rem;
}

.footer .social-networks a {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
}

.footer .social-networks a:hover {
  color: #bf0a30;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: .3px;
  margin: 0 -0.875rem 1.5625rem;
}

.footer-nav li {
  position: relative;
  padding: 0 .875rem;
  margin-bottom: .75rem;
}

.footer-nav li:first-child {
  padding-left: 0;
}

.footer-nav li:last-child::before {
  display: none;
}

.footer-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.0625rem;
  width: .125rem;
  background-color: currentColor;
}

.footer-nav a {
  color: currentColor;
}

.footer-nav a:hover {
  color: #bf0a30;
}

.btn {
  transition: background .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-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #bf0a30;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border-radius: .625rem .625rem 0 .625rem;
  text-transform: uppercase;
}

.btn:hover {
  text-decoration: none;
  background: #1e3c60;
  color: #ffffff;
}

.btn {
  min-width: 12.5rem;
  text-align: center;
}

.btn.btn-outline-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: .5rem .5rem 0 .5rem;
}

.btn.btn-outline-white:hover {
  background-color: #bf0a30;
  border-color: #bf0a30;
  color: #ffffff;
}

.btn.secondary {
  background-color: #1e3c60;
}

.btn.secondary:hover {
  background-color: #333333;
}

.btn.tertiary {
  color: #1e3c60;
  background-color: transparent;
  border: 2px solid #1e3c60;
}

.btn.tertiary:hover {
  background-color: #1e3c60;
  color: #ffffff;
}



.intro-section {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5.5625rem 0 0;
  position: relative;
}

.intro-section .decor-intro {
  display: none;
}

.intro-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 100%);
  height: 6.25rem;
}

.intro-section .content-area {
  position: relative;
  z-index: 5;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-section .content-area::after {
  content: "";
  display: block;
  width: 0;
  min-height: 20.625rem;
}

.intro-section .text-block {
  padding: 3.875rem 0 1.875rem;
}

.intro-section .container {
  max-width: 75rem;
}

.intro-section h1,.intro-section .h1 {
  color: #ffffff;
  text-shadow: 1px 0 7px rgba(0, 0, 0, .79);
  margin: 0 0 1.875rem;
}

.bg-video-holder {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.statistic-block {
  position: relative;
}

.statistic-block .statistic-decor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: 0 0 -0.75rem;
}

.statistic-list {
  background: #1e3c60;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 1.3125rem;
}

.statistic-list li {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 1.5625rem 1.4375rem;
}

.statistic-list li:last-child {
  border-bottom: 0;
}

.statistic-list .text-frame {
  width: calc(100% - 60px);
  line-height: 1;
  padding: 0 0 0 .625rem;
  flex-grow: 1;
}

.statistic-list .icons-block {
  display: block;
  font-size: 3.75rem;
  flex-shrink: 0;
}

.statistic-list .number {
  display: block;
  font-weight: 800;
  font-size: 2.625rem;
}

.location-section.base-section {
  padding: 2.25rem 0;
}

.location-section .section-heading {
  margin-bottom: .5rem;
}

.location-section .section-heading .h2,.location-section .section-heading h2 {
  text-align: left;
}

.location-block {
  display: flex;
  flex-direction: column;
}

.location-block .map-holder {
  margin-bottom: .5625rem;
}

.location-address {
  text-align: center;
  color: #333333;
  font-size: .875rem;
  line-height: 1.7;
  font-style: normal;
  margin-bottom: 2.125rem;
}

.location-address .title {
  display: block;
  font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #1e3c60;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.36;
  text-transform: capitalize;
  margin-bottom: .0625rem;
}

.location-address a {
  color: currentColor;
}

.location-address a:hover {
  color: #bf0a30;
  text-decoration: none;
}

.voting-section {
  position: relative;
  z-index: 2;
}

.voting-section.base-section {
  padding: 1.1875rem 0 9.875rem;
}

.voting-section .section-heading {
  margin-bottom: 2rem;
}

.voting-section .section-btn {
  text-align: center;
}

.voting-table {
  line-height: 1.36;
  font-weight: 700;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.3125rem;
}

.voting-table th {
  color: #1e3c60;
  font-weight: 400;
  font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  text-align: left;
  font-size: 1.5rem;
  padding: 0 .625rem 0 0;
}

.voting-table td {
  border-bottom: 1px dotted #c0c2c7;
  padding: .6875rem .625rem .75rem 0;
}

.voting-table .vorte.negative {
  color: red;
}

.voting-table .vorte.positive {
  color: #2db54d;
}

.voting-table a {
  color: currentColor;
}

.latest-news-section.base-section {
  padding: 2.875rem 0;
}

.latest-news-section .section-heading {
  margin-bottom: 3.375rem;
}

.latest-news-section .btn-wrap {
  text-align: center;
}

.news-holder .news-items {
  margin-bottom: 2.4375rem;
}

.news-holder .images-holder {
  position: relative;
  padding-top: 93.5%;
  margin-bottom: 2.4375rem;
}

.news-holder .image-holder {
  position: absolute;
  box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, .35);
}

.news-holder .image-holder.img01 {
  left: -1.875rem;
  top: 17%;
  z-index: 1;
  width: 61.8%;
  padding-top: 41.3%;
}

.news-holder .image-holder.img02 {
  z-index: 2;
  top: -0.7%;
  right: -0.25rem;
  width: 51.5%;
  padding-top: 34.5%;
}

.news-holder .image-holder.img03 {
  right: -19.7%;
  bottom: 0;
  width: 77.9%;
  padding-top: 45.2%;
  z-index: 0;
}

.news-holder .image-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item {
  font-size: .875rem;
  line-height: 1.857;
  display: flex;
  border-bottom: 1px dotted #cdcdcd;
  padding-bottom: 1.75rem;
  margin-bottom: 1.9375rem;
}

.news-item .date {
  width: 3rem;
  flex-shrink: 0;
  text-align: center;
  color: #1e3c60;
  padding-right: 1.25rem;
}

.news-item .num {
  font-size: 1.875rem;
  line-height: 1;
  display: block;
  font-weight: 700;
  margin-bottom: -0.875rem;
}

.news-item .month {
  display: block;
  font-size: 1.125rem;
  font-family: "Buenard", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.news-item .description {
  flex-grow: 1;
}

.news-item .title, .news-item .title h2 {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: .375rem;
  text-transform: capitalize;
}

.news-item .title a {
  color: #1e3c60;
}

.news-item .title a:hover {
  text-decoration: none;
  color: #bf0a30;
}

.news-item p {
  margin-bottom: 0;
}

.read-more {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
}

.join-section {
  position: relative;
  z-index: 2;
  margin-top: -3.875rem;
}

.join-section.base-section {
  padding: 7.3125rem 0 4.5rem;
}

.join-section .join-form label {
  color: #ffffff;
  font-size: 2.1rem;
  text-align: center;
}

.join-section .join-form label .h2 {
    color: #ffffff;
}

.join-form label {
  margin-bottom: 1.4375rem;
  display: block;
  text-transform: capitalize;
}

.join-form input[type=email] {
  height: 3rem;
  background-color: #ffffff;
  color: #333333;
  font-size: .875rem;
  line-height: 1.36;
  border: 1px solid #ffffff;
  border-radius: .6875rem .6875rem 0 .6875rem;
  padding: .1875rem .9375rem .125rem 1.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.25rem;
}

.join-form input[type=email]::-moz-placeholder {
  font-size: .875rem;
  color: #333333;
}

.join-form input[type=email]::placeholder {
  font-size: .875rem;
  color: #333333;
}

.join-form .btn {
  padding: .875rem .9375rem 1rem;
}

.help-section {
  position: relative;
  z-index: 3;
}

.help-section.base-section {
  padding: 1.6875rem 0;
}

.help-section .section-heading {
  margin-bottom: 2.125rem;
}

.help-section .section-heading h2,.help-section .section-heading .h2 {
  line-height: 1;
  padding-bottom: 1.25rem;
  margin-bottom: 1.125rem;
  max-width: 9.6875rem;
  margin: 0 auto .875rem;
}

.help-section .section-btn {
  text-align: center;
}

.help-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.625rem .875rem;
  list-style: none;
  padding-left:  0;
}

.help-items .help-item {
  width: 50%;
  padding: 0 .3125rem;
}

.help-item {
  text-align: center;
  margin-bottom: 1.5rem;
}

.help-item a {
  display: block;
  color: #1e3c60;
}

.help-item a:hover {
  text-decoration: none;
}

.help-item a:hover .image-holder {
  background: #bf0a30;
  box-shadow: 0 0 18px 6px rgba(0, 0, 0, .35);
}

.help-item .image-holder {
  transition: box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  border: 2px solid #1e3c60;
  border-radius: .5rem .5rem 0 .5rem;
  background: linear-gradient(135deg, rgb(30, 60, 96) 0%, rgb(191, 10, 48) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .625rem;
  margin: 0 auto .8125rem;
  width: 113px;
  height: 7.0625rem;
}

.help-item .image-holder img {
  flex-shrink: 0;
}

.help-item .title {
  font-size: .875rem;
  line-height: 1.2;
  font-weight: 700;
  display: block;
}

.subscribe-popup {
  padding: .625rem 0;
  color: #ffffff;
  background: rgba(30, 60, 96, .7);
}

.subscribe-popup>.container {
  max-width: 74.125rem;
}

.subscribe-popup .news-letter-form {
  margin: 0;
}

.subscribe-popup .news-letter-form label {
  font-size: 1.125rem;
  letter-spacing: .09375rem;
  margin: 0 1.875rem .75rem 0;
}

.subscribe-popup .news-letter-form .form-holder {
  align-items: flex-start;
}

.subscribe-popup .news-letter-form .form-holder {
  display: flex;
  flex-direction: column;
}

.subscribe-popup .form-wrap {
  width: 100%;
}

.subscribe-popup .subscribe-close {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: .625rem;
  right: 1.25rem;
}

.subscribe-popup .subscribe-close:before,.subscribe-popup .subscribe-close:after {
  content: "";
  width: .125rem;
  height: 1.25rem;
  top: 50%;
  left: 50%;
  background: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-popup .subscribe-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.subscribe-inner .subscribe-logo {
  width: 6rem;
}

.subscribe-inner .subscribe-block {
  width: 100%;
}

.subscribe-heading {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: .7px;
}

.subscribe-heading h2,.subscribe-heading .h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: normal;
  margin: 0;
}

.subscribe-popup-wrap {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(100%);
  top: auto !important;
}

.subscribe-fixed-position .subscribe-popup-wrap {
  transform: translateY(0);
}

.subscribe-popup-hidden .subscribe-popup-wrap {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.news-letter-form {
  margin-bottom: 1.875rem;
}

.news-letter-form label {
  line-height: 1.1;
  text-transform: capitalize;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: .3125rem;
}

.news-letter-form .form-wrap {
  display: flex;
}

.news-letter-form .input-holder {
  flex-grow: 1;
}

.news-letter-form input[type=email] {
  background-color: #ffffff;
  height: 3.125rem;
  font-size: .875rem;
  padding: .25rem .9375rem;
  color: #333333;
  border: 0;
  border-radius: .6875rem .6875rem 0 .6875rem;
  margin-bottom: .625rem;
}

.news-letter-form input[type=email]::-moz-placeholder {
  color: #333333;
  opacity: 1;
  font-size: .875rem;
  margin-bottom: 0;
}

.news-letter-form input[type=email]::placeholder {
  color: #333333;
  opacity: 1;
  font-size: .875rem;
  margin-bottom: 0;
}

.news-letter-form .btn {
  flex-shrink: 0;
}

.sticky-wrap-subscribe-popup-wrap {
  height: 0 !important;
}

.inner-header {
  position: relative;
  background: #e3ebfb;
  min-height: 22.688rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 21%;
}

.inner-header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: inherit;
} 

.inner-header .section-heading {
  margin-top: 4rem;
} 

.inner-header .section-heading a{
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 1px 0 6px rgb(0 0 0 / 79%);
}

.inner-header .section-heading a:hover{
  text-decoration: none;
}

.inner-header .decor-intro {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.int .main-wrap {
  margin-top: 1.8rem;
  margin-bottom: 4rem;
}

.int .main-wrap .section-heading{
  margin-bottom: 1.8rem;
}

.media-section {
  margin: 0 0 4rem;
}

.media-section:last-child {
  margin:  0;
}

.media-section .section-head {
  position: relative;
  padding-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 600;
}

.media-section .section-link:hover {
  text-decoration-color: var(--primary-color);
}

.media-section h3.newsie-titler, 
.media-section .video-details h3{
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0 0 0.3rem;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
}

#videos-section .video-details a  {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  color:  var(--primary-color);
}

#videos-section .videoWrapper {
  max-width: 21.938rem;
  width: 100%;
  margin: 0.5rem 0 1.75rem;
}

.sidebar {
  display: none;
}

.customform input[type="submit"],
.customform input[type="button"],
.customform input[type="reset"],
#aspnetForm input[type="submit"],
#aspnetForm input[type="button"],
#aspnetForm input[type="reset"] {
  border-radius: 0.625rem 0.625rem 0 0.625rem;
}

@media (min-width: 375px) {
  .header .logo {
    width: 10.75rem;
  }
}

@media (min-width: 768px) {
  h1,.h1 {
    font-size: 4.5rem;
  }

  h3,.h3 {
    font-size: 1.375rem;
    line-height: 1.09;
  }

  h4,.h4 {
    margin: 0 0 1rem;
  }

  .header.fixed-position .social-networks a {
    color: #930303;
  }

  .header .social-networks {
    margin: 0 0 0 .9375rem;
    padding: 0 0 0 .3125rem;
  }

  .header .social-networks:before {
    transition: background .35s cubic-bezier(.3, .86, .36, .95);
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    background: #ffffff;
    width: 1px;
  }

  .header .logo {
    width: 13.25rem;
  }

  .header .holder-block {
    flex-direction: column;
    justify-content: flex-end;
    align-self: center;
    width: auto;
    padding: 0;
  }

  .header .holder-block .link-wrap {
    text-align: center;
    margin: 0 0 0 3.125rem;
  }

  .header .holder-block .icon-language {
    margin: 0 .5rem 0 0;
    font-size: 1.375rem;
    line-height: 1.4;
  }

  .header .holder-block .link-btn {
    font-size: 1.25rem;
  }

  .header-holder {
    padding: 1.25rem 1.75rem 1.25rem 1.875rem;
  }

  .main-nav {
    margin: 0 0 6.4375rem;
  }

  .main-nav>li>a {
    line-height: 1.625;
  }

  .main-nav>li>a.has-drop-down-a {
    padding: 0 1.5625rem 0 0;
  }

  .main-nav>li>a.has-drop-down-a:before {
    height: 1.125rem;
    top: 1.1875rem;
    right: .4375rem;
  }

  .main-nav>li>a.has-drop-down-a:after {
    width: 1.125rem;
    top: 1.625rem;
  }

  .drop {
    padding: 1.0625rem 0 0;
  }

  .drop ul li:last-child {
    margin: 0 0 .9375rem;
  }

  .main-nav-drop {
    padding: 8.125rem 0 0;
  }

  .main-nav-inner .social-networks {
    display: none;
  }

  .alert-holder .alert-wrap {
    align-items: center;
    padding: .375rem 1.875rem;
  }

  .alert-bar .text-wrap {
    width: calc(100% - 135px);
    padding: 0 .9375rem 0 0;
  }

  .alert-bar .text-title {
    font-size: 1rem;
  }

  .alert-bar .warning-icon {
    margin: 0 .9375rem 0 0;
  }

  .search-form .search-opener {
    padding: 0;
  }

  .search-form .input-holder {
    min-width: 650px;
  }

  .container {
    padding: 0 4.3125rem;
  }

  .section-heading h2,.section-heading .h2 {
    padding-bottom: 1.25rem;
    margin-bottom: .875rem;
    font-size: 3.75rem;
  }

  .section-heading p {
    margin-bottom: 1.375rem;
  }

  .section-bg .tablet-bg {
    display: none;
  }

  .xs-only {
    display: none;
  }

  .footer {
    padding: 3.75rem 0 3rem;
  }

  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 75.3125rem;
  }

  .footer-nav {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .footer-nav li {
    margin-bottom: 0;
  }

  .intro-section {
    padding: 6.6875rem 0 0;
  }

  .intro-section .content-area {
    text-align: left;
  }

  .intro-section .content-area::after {
    min-height: 22.9375rem;
  }

  .intro-section .text-block {
    padding: 2rem 3.375rem 8.5625rem;
  }

  .intro-section h1,.intro-section .h1 {
    margin: 0 0 1.375rem;
  }

  .statistic-list {
    padding-bottom: 1.125rem;
  }

  .statistic-list .text-frame {
    padding: 0 0 0 1.25rem;
  }

  .location-section.base-section {
    padding: 3.1875rem 0 3.8125rem;
  }

  .location-section .section-heading {
    margin-bottom: 1.1875rem;
  }

  .location-section .section-heading .h2::after,.location-section .section-heading h2::after {
    left: 0;
    transform: translateX(0);
  }

  .location-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 -2.6875rem 0 0;
  }

  .location-block__description {
    flex-shrink: 0;
    width: 20.1875rem;
    margin-right: .5625rem;
  }

  .location-block .map-holder {
    flex-grow: 1;
    margin: 2.0625rem 0 -0.625rem;
  }

  .location-address {
    font-size: 1rem;
    line-height: 1.625;
    text-align: left;
    margin-bottom: 1.3125rem;
  }

  .location-address .title {
    font-size: 1.5rem;
  }

  .voting-section.base-section {
    padding: 6.0625rem 0 14.75rem;
  }

  .voting-section .section-heading {
    margin: 0 -1.75rem 1.0625rem;
  }

  .voting-section .description {
    max-width: 570px;
    margin: 0 auto;
  }

  .voting-table {
    font-size: 1rem;
  }

  .voting-table td {
    padding: .8125rem .625rem .6875rem 0;
  }

  .voting-table td:last-child {
    width: 4.25rem;
  }

  .latest-news-section.base-section {
    padding: 2.0625rem 0 0;
  }

  .latest-news-section .section-heading {
    margin-bottom: 2.0625rem;
  }

  .news-holder .news-items {
    margin-bottom: 3.0625rem;
  }

  .news-holder .images-holder {
    padding-top: 77.5%;
    margin-bottom: 2.5rem;
  }

  .news-holder .image-holder.img01 {
    width: 51.6%;
    left: 0;
    padding-top: 34.4%;
  }

  .news-holder .image-holder.img02 {
    left: 49.7%;
    right: auto;
    width: 43%;
    padding-top: 28.9%;
  }

  .news-holder .image-holder.img03 {
    right: .1%;
    width: 56.6%;
    padding-top: 37.7%;
  }

  .news-item {
    padding-bottom: 1.375rem;
    margin-bottom: 1.0625rem;
  }

  .news-item .date {
    padding-right: 1rem;
    width: 4.375rem;
  }

  .news-item .num {
    font-size: 3rem;
    margin-bottom: -1.1875rem;
  }

  .news-item .month {
    font-size: 1.825rem;
  }

  .news-item .title, .news-item .title h2 {
    font-size: 1.45rem;
    line-height: 1.36;
    margin-bottom: 0;
  }

  .join-section {
    margin-top: -6.625rem;
  }

  .join-section.base-section {
    padding: 12.3125rem 0 7.625rem;
  }

  .join-section .join-form label {
    font-size: 3.75rem;
    text-align: left;
  }

  .join-form label {
    margin-bottom: 1.125rem;
  }

  .join-form .input-row {
    display: flex;
  }

  .join-form .input-wrap {
    flex-grow: 1;
  }

  .join-form input[type=email] {
    padding: .25rem .625rem;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .join-form input[type=email]::-moz-placeholder {
    font-size: 1rem;
  }

  .join-form input[type=email]::placeholder {
    font-size: 1rem;
  }

  .join-form .btn {
    flex-shrink: 0;
    padding: .625rem .9375rem;
    min-width: 10.9375rem;
    margin-left: .5rem;
  }

  .help-section.base-section {
    padding: 3.8125rem 0;
  }

  .help-section .section-heading {
    margin-bottom: 2.75rem;
  }

  .help-section .section-heading h2,.help-section .section-heading .h2,
  .media-section .section-head {
    max-width: 15.3125rem;
    margin: 0 auto 1.5rem;
    padding-bottom: 1.5rem;
  }

  .help-section .description {
    max-width: 570px;
  }

  .help-items {
    margin: 0 -3.0625rem 1.6875rem;
    padding-left: 2.5rem;
  }

  .help-items .help-item {
    width: 33.33%;
    padding: 0 .375rem;
  }

  .help-item .image-holder {
    height: 8.75rem;
    width: 8.75rem;
    margin: 0 auto .9375rem;
  }

  .help-item .title {
    font-size: 1rem;
    line-height: 1.36;
  }

  .subscribe-inner {
    display: flex;
    position: relative;
  }

  .subscribe-inner .subscribe-block {
    width: calc(100% - 116px);
  }

  .subscribe-block {
    padding: 0 0 0 2.75rem;
  }

  .news-letter-form {
    margin-bottom: 3.1875rem;
  }

  .news-letter-form label {
    font-size: 2.25rem;
    margin-bottom: .25rem;
    text-align: left;
  }

  .news-letter-form input[type=email] {
    font-size: 1rem;
    padding: .25rem 1.1875rem;
  }

  .news-letter-form input[type=email]::-moz-placeholder {
    font-size: 1rem;
  }

  .news-letter-form input[type=email]::placeholder {
    font-size: 1rem;
  }

  .news-letter-form .btn {
    margin-left: 1.625rem;
  }

  .inner-header {
    min-height: 30.275rem;
    background-position-x: unset;
  }

  .inner-header .container {
    justify-content: flex-end;
    align-items: center;
  } 

  .inner-header .section-heading a{
    color: #1e3c60;
    text-shadow: none;
  }

  .int .main-wrap {
    margin-top: 3.25rem;
    margin-bottom: 8rem;
  }

  .int .main-wrap .section-heading {
    margin-bottom: 2.55rem;
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .desktop-show {
    display: block;
  }

  h1,.h1 {
    font-size: 5.625rem;
  }

  h2,.h2 {
    font-size: 3.75rem;
  }

  h3,.h3 {
    font-size: 1.5rem;
    line-height: 1;
  }

  .header.fixed-position .header-holder {
    padding: 1.25rem .9375rem 1.5625rem;
  }

  .header.fixed-position .main-nav>li.hover-tab>a,.header.fixed-position .main-nav>li.hover-js>a,.header.fixed-position .main-nav>li.active>a {
    color: #bf0a30;
  }

  .header.fixed-position .main-nav>li>a {
    color: #333333;
  }

  .header.fixed-position .main-nav>li>a:hover {
    color: #bf0a30;
  }

  .header .holder-block {
    order: 1;
    margin: 0;
  }

  .header .holder-block .link-wrap {
    margin: 0;
  }

  .header-holder {
    transition: padding .35s cubic-bezier(.3, .86, .36, .95);
    align-items: center;
    justify-content: space-between;
    padding: 2.1875rem .9375rem .9375rem;
  }

  .drop-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-content: flex-end;
    padding: .625rem .9375rem 0;
  }

  .main-nav {
    width: auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.875rem;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
  }

  .main-nav>li {
    padding: .9375rem .625rem;
    display: flex;
  }

  .main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li:hover>a {
    color: #bf0a30;
  }

  .main-nav>li>a {
    font-size: 1rem;
    line-height: 1.2;
    color: #ffffff;
  }

  .main-nav>li>a.has-drop-down-a {
    padding: 0;
  }

  .main-nav>li.active>a {
    color: #bf0a30;
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .drop {
    background: #ffffff;
    width: 15.8125rem;
    padding: 1.4375rem 0 .3125rem;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 1.125rem;
    font-weight: 600;
    box-shadow: 0 -8px 7px 0 rgba(0, 0, 0, .35);
    border-radius: 10px;
    margin: .4375rem 0 0;
  }

  .drop:before {
    content: "";
    position: absolute;
    top: -1.125rem;
    left: 0;
    right: 0;
    height: 1.875rem;
  }

  .drop .hover-tab>a {
    color: #bf0a30;
  }

  .drop a {
    padding: 0 1.5625rem;
    color: #333333;
  }

  .drop a:hover {
    color: #bf0a30;
  }

  .drop ul li {
    margin: 0 0 1rem;
  }

  .drop ul li:last-child {
    margin: 0;
  }

  .drop ul li.active>a {
    color: #bf0a30;
  }

  .drop .drop {
    left: 100%;
    top: 0;
    margin: 0;
  }

  .main-nav-drop {
    padding: 0;
    margin: 0;
  }

  .nav-opener {
    display: none;
  }

  .alert-holder .alert-wrap {
    justify-content: center;
    padding: .375rem .9375rem;
  }

  .alert-bar .text-wrap {
    font-size: 1rem;
  }

  .alert-bar .text-title {
    font-size: 1.25rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.375rem;
    font-size: 1.625rem;
    padding: .25rem 3.125rem;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-heading h2,.section-heading .h2 {
    text-align: left;
  }

  .for-tablet {
    display: none;
  }

  .footer {
    padding: 2.9375rem 0 3.9375rem;
  }

  .footer .social-networks {
    margin: .1875rem -1.125rem -0.125rem 0;
  }

  .intro-section .decor-intro {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .intro-section::before {
    height: 9.375rem;
  }

  .intro-section .content-area::after {
    min-height: 41.25rem;
  }

  .intro-section .text-block {
    max-width: 34.375rem;
    padding: 1.5625rem 0 8.5625rem;
  }

  .intro-section h1,.intro-section .h1 {
    margin: 0 0 1.5625rem;
    font-size: 4.375rem;
  }

  .statistic-block {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    z-index: 10;
    right: 0;
  }

  .page-loaded .statistic-block {
    transform: translate(0, -50%);
  }

  .statistic-block .statistic-decor {
    display: none;
  }

  .statistic-list {
    background: rgba(30, 60, 96, .7);
    border-radius: 10px 0 0 10px;
    font-size: 1.125rem;
    min-width: 25.9375rem;
    padding-bottom: 0;
    margin: -2.0625rem 0 0;
  }

  .statistic-list li {
    padding: 1.4375rem 1.5625rem;
  }

  .statistic-list .text-frame {
    padding: 0 0 0 .625rem;
  }

  .statistic-list .number {
    font-size: 3rem;
  }

  .location-section.base-section {
    padding: .9375rem 0 2.1875rem;
  }

  .location-block {
    margin-bottom: 0;
  }

  .location-block__description {
    width: 35.5625rem;
    margin-right: 1.625rem;
    margin-bottom: 5.5625rem;
  }

  .location-block .map-holder {
    margin: 0;
  }

  .addresses-holder {
    display: flex;
    margin: 0 -20px;
  }

  .addresses-holder .col {
    width: 50%;
    padding: 0 20px;
  }

  .location-address {
    text-align: center;
    margin-bottom: 0;
  }

  .voting-section.base-section {
    padding: 4.375rem 0;
    min-height: 49.625rem;
  }

  .voting-section .section-heading {
    margin: 0 0 .9375rem;
  }

  .voting-section .section-btn {
    text-align: left;
  }

  .voting-section .description {
    margin: 0 0 0 auto;
    position: relative;
    left: -0.875rem;
  }

  .voting-table {
    margin-bottom: 1.0625rem;
  }

  .latest-news-section.base-section {
    padding: 3.3125rem 0 3rem;
  }

  .latest-news-section .btn-wrap {
    text-align: left;
  }

  .news-holder {
    display: flex;
    flex-direction: row-reverse;
  }

  .news-holder .news-items {
    width: 31.25rem;
    flex-shrink: 0;
    padding-right: 1.875rem;
    margin-bottom: 2.9375rem;
  }

  .news-holder .images-holder {
    flex-grow: 1;
    padding-top: 0;
    margin-bottom: 0;
  }

  .news-holder .image-holder.img01 {
    width: 61.8%;
    padding-top: 41.3%;
  }

  .news-holder .image-holder.img02 {
    left: 59.7%;
    width: 51.5%;
    padding-top: 34.5%;
  }

  .news-holder .image-holder.img03 {
    right: -19.7%;
    width: 67.8%;
    padding-top: 45.2%;
    bottom: 23%;
  }

  .join-section {
    margin-top: -5.375rem;
  }

  .join-section.base-section {
    padding: 19.125rem 0 13.5625rem;
  }

  .join-section .join-form {
    padding: 0 .9375rem;
  }

  .join-form input[type=email] {
    padding: .1875rem .9375rem .125rem 1.375rem;
  }

  .join-form .btn {
    margin-left: 1.5625rem;
  }

  .help-section.base-section {
    padding: .4375rem 0 1.0625rem;
  }

  .help-section .section-heading {
    margin-bottom: .9375rem;
  }

  .help-section .section-heading h2,.help-section .section-heading .h2,
  .media-section .section-head {
    max-width: none;
    margin: 0 0 1.125rem;
  }

  .help-section .description {
    margin-left: auto;
    position: relative;
    left: -0.875rem;
  }

  .helps-holder {
    display: flex;
    align-items: center;
    max-width: 65.5rem;
    padding: 0 0 0 .9375rem;
  }

  .helps-holder .text-holder {
    width: 15.9375rem;
    margin-right: 3rem;
    flex-shrink: 0;
  }

  .help-items {
    margin: 0 -1.25rem -3.6875rem;
  }

  .subscribe-block {
    padding: 0;
    display: flex;
  }

  .subscribe-block .subscribe-heading {
    width: 45.5%;
  }

  .subscribe-block .news-letter-form-wrap {
    width: 54.5%;
    padding: .4375rem 0 0;
    margin: 0;
  }

  .subscribe-heading {
    padding: 7px 10px 0 44px;
  }

  .news-letter-form {
    margin-bottom: 3.4375rem;
  }

  .news-letter-form .form-holder {
    display: flex;
    align-items: center;
  }

  .news-letter-form label {
    flex-shrink: 0;
    margin-right: 1.875rem;
    margin-bottom: -0.625rem;
  }

  .news-letter-form .form-wrap {
    flex-grow: 1;
  }

  .news-letter-form input[type=email] {
    margin-bottom: 0;
  }

  .news-letter-form .btn {
    margin-left: .75rem;
  }

  .inner-header {
    min-height: 43.813rem;
  }

  .int .main-wrap {
    margin-top: 4.25rem;
    margin-bottom: 8.75rem;
  }

  .int .main-wrap .section-heading {
    margin-bottom: 3.55rem;
  }

  .int .wrapper {
    overflow: unset;
  }

  .int .main-wrap.side-visible .container {
    display: flex;
  }

  .sidebar {
    display: block;
    position: relative;
    width: 55%;
    height: inherit;
  }

  .sidebar h2 {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    font-weight: 600;
  }

  .sidebar .box {
    min-width: 18.125rem;
    border: 1px solid #c1c1c1;
    padding: 0.9375rem;
    padding-left: 1.85rem;
    margin: 0.25rem 0 1.25rem 2.6rem;
    background: #efefef;
  }

  .sidebar .press.box {
     display: none;
     min-height: 13.438rem;
  }

  .sidebar ul {
    list-style-type: none;
    padding-left: 0;
  }

  .sidebar .box  ul li {
    margin: 0 0 1rem;
  }

  .sidebar ul li a {
    text-decoration: none;
    font-weight: 600;
  }

  .sidebar ul li a:hover {
    color: var(--primary-color);
  }

  .sidebar .media.box {
    position: sticky;
    top: 200px;
  }
}

@media (min-width: 1280px) {
  .main-nav-inner {
    padding: 0 0 0 1.875rem;
  }

  .intro-section .content-area::after {
    min-height: 100vh;
  }

  .intro-section .text-block {
    max-width: 50rem;
  }

  .intro-section h1,.intro-section .h1 {
    font-size: 5.625rem;
  }

  .help-items {
    margin: 0 -5.5rem -3.6875rem -1.625rem;
  }
  .news-holder .image-holder.img03 {
    bottom: 19%;
  }

  .inner-header {
    min-height: 45.813rem;
  }
}

@media (min-width: 1366px) {
  .logo .black-logo {
    width: 17.3125rem;
  }

  .drop-holder {
    padding: 0;
  }

  .main-nav {
    margin: 0 -1.625rem;
  }

  .main-nav>li {
    padding: .9375rem 1.875rem;
  }

  .main-nav>li>a {
    font-size: 1.25rem;
  }

  .location-section.base-section {
    padding-left: 1.75rem;
  }

  .latest-news-section.base-section {
    padding-left: 1.75rem;
  }

  .inner-header {
    min-height: 48.813rem;
  }
}

@media (min-width: 1440px) {
  .header .logo {
    width: 18.75rem;
  }
}

@media (max-width: 1023px) {
  .device-hidden {
    display: none;
  }

  .header .holder-block .wrapp {
    padding: 0 1.875rem 0 0;
  }

  .nav-active .header-holder {
    padding: 1.25rem 1.625rem 1.25rem 1.875rem;
  }

  .main-nav>li>a.has-drop-down-a:before,.main-nav>li>a.has-drop-down-a:after {
    content: "";
    position: absolute;
    background: #c22034;
  }

  .main-nav>li.active>a.has-drop-down-a:before {
    transform: rotate(90deg);
  }

  .second-level-nav a.has-drop-down-a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }

  .second-level-nav a.has-drop-down-a:before,.second-level-nav a.has-drop-down-a:after {
    content: "";
    position: absolute;
    background: #ffffff;
  }

  .third-level-nav {
    padding: 10px 0 !important;
  }

  .drop a.has-drop-down-a {
    position: relative;
  }

  .drop ul {
    line-height: 1;
    font-weight: 600;
  }

  .main-nav-drop {
    transform: translateX(100%);
    position: absolute;
    background: #ffffff;
    width: 18.4375rem;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    border-radius: 10px 0 0 0;
    box-shadow: -7px 0 8px -5px rgba(0, 0, 0, .35);
  }

  .main-nav-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 1.6875rem;
  }

  .nav-active {
    overflow: hidden;
  }

  .nav-active .main-nav-drop {
    transform: translate(0);
  }

  .nav-active .social-networks a {
    color: #333333;
  }

  .nav-active .search-form .search-opener {
    color: #333333;
  }

  .nav-active .search-form:after {
    background: #333333;
  }

  .section-heading h2::after,.section-heading .h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .section-bg .desktop-bg {
    display: none;
  }

  .desktop-only {
    display: none;
  }

  .subscribe-popup .news-letter-form label {
    display: none;
  }

  .subscribe-popup .form-wrap {
    display: block;
  }

  .subscribe-popup .form-wrap .btn {
    margin-left: 0;
    width: 100%;
  }

  .subscribe-heading {
    font-size: 14px;
  }

  .subscribe-heading h2,.subscribe-heading .h2 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }

  .header .social-networks {
    justify-content: flex-end;
    width: 100%;
    margin: 0;
  }

  .header .holder-block .social-networks {
    display: none;
  }

  .header .holder-block .wrapp {
    padding: 0;
  }

  .nav-active .header-holder {
    padding: 1.6875rem 1.875rem;
  }

  .drop ul {
    font-size: 1.125rem;
  }

  .main-nav-drop {
    width: 100%;
    border-radius: 0;
  }

  .main-nav-inner {
    height: calc(100% - 100px);
    padding: 0 3.4375rem;
  }

  .nav-active .nav-opener {
    margin: 1.25rem 0 0;
  }

  .nav-active .social-networks a {
    color: #c22034;
  }

  .nav-active .logo .black-logo {
    display: block;
    width: 10.1875rem;
  }

  .nav-active .logo .white-logo {
    display: none;
  }

  .search-form:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background: #ffffff;
    height: 1.75rem;
    margin: .3125rem .9375rem 0 .625rem;
  }

  .hide-on-mobile {
    display: none;
  }

  .footer .social-networks {
    margin-bottom: 1.125rem;
    justify-content: center;
  }

  .location-section .section-heading {
    order: 0;
  }

  .location-section .section-heading .h2,.location-section .section-heading h2 {
    text-align: center;
    padding-bottom: 1.3125rem;
  }

  .location-block__description {
    order: 2;
  }

  .location-block .map-holder {
    order: 1;
  }

  .latest-news-section .section-heading h2,.latest-news-section .section-heading .h2 {
    padding-bottom: 1.3125rem;
  }

  .join-form .btn {
    margin: 0 auto;
    width: 10.9375rem;
    display: block;
    min-width: 0;
  }

  .subscribe-inner .subscribe-logo {
    display: none;
  }

  .news-letter-form .btn span {
    font-size: 1.25rem;
  }
}

@media (max-width: 1279px) {
  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop,.main-nav>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100%;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .nav-active .header.fixed-position .social-networks a {
    color: #333333;
  }

  .nav-active .header.fixed-position .social-networks a:hover {
    color: #bf0a30;
  }

  .nav-active .header.fixed-position .search-opener {
    color: #333333;
  }

  .nav-active .header.fixed-position .search-opener:hover {
    color: #bf0a30;
  }

  .nav-active .header .social-networks:before {
    background: #333333;
  }

  .section-bg .tablet-bg {
    display: block;
  }

  .location-section .section-heading .h2,.location-section .section-heading h2 {
    padding-bottom: 1.0625rem;
    line-height: 1;
  }
}

#survey-share {
  display: none;
}