:root {
  --primary-color: #002e6d;
  --primary-color-rgb: 0, 46, 109;
  --primary-hover-color: #6aaae4;
  --secondary-color: #f5a800;
  --secondary-color-rgb: 245, 168, 0;
  --tertiary-color: #6aaae4;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@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-"],.btn:before, .btn-arrow:before {
  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-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-r:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

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;
}

.social-networks,.main-nav,.drop ul,.footer .menu-list,.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.resetButton,button,[type="button"],[type="reset"],[type="submit"],.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  background: #002e6d;
  padding: 1.6rem;
  color: #ffffff;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

html {
  font-size: 16px;
}

body {
  color: #000000;
  font-family: "Open Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.667;
  font-weight: 400;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #002e6d;
  text-decoration: none;
}

.buffer a {
  text-decoration: underline;
}

a:hover {
  color: #f5a800;
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 1.5em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 .5em;
  color: #002e6d;
}

h1,.h1 {
  font-size: 3.125rem;
  line-height: .8;
}

h2,.h2 {
  font-size: 1.563rem;
  line-height: 1;
  margin: 0 0 1.25rem;
}

h3,.h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-family: "Open Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

h4,.h4 {
  font-size: 1.25rem;
  line-height: 1.15;
}

.buffer h1,
.buffer .h1 {
  font-size: 2.188rem;
}
.buffer h2,
.buffer .h2 {
  font-size: 1.719rem;
}
.buffer h3,
.buffer .h3 {
  font-size: 1.563rem;
}
.buffer h4,
.buffer .h4 {
  font-size: 1.25rem;
}
.buffer h5,
.buffer .h5 {
  font-size: 1.094rem;
}
.buffer h6,
.buffer .h6 {
  font-size: 0.938rem;
}
input[type='text'],input[type='email'],input[type='tel'],textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid currentColor;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type='text']:focus,input[type='text']:hover,input[type='email']:focus,input[type='email']:hover,input[type='tel']:focus,input[type='tel']:hover,textarea:focus,textarea:hover {
  box-shadow: none;
  outline: none;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

body {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
}

body.nav-active {
  margin: 0 82% 0 -82%;
}

.alert-bar {
  transition: max-height .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), pading .35s cubic-bezier(.3, .86, .36, .95);
  background: #f5a800;
  color: #ffffff;
  position: relative;
  text-align: center;
  padding: 2.75rem 2rem;
}

.alert-bar .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  width: 100%;
  max-width: 55rem;
}

.alert-bar p {
  margin: 0;
}

.alert-bar .text-box {
  margin: 0 0 0.938rem;
}

.alert-bar .btn.btn-blue {
  font-size: 0.75rem;
  min-width: 7.625rem;
  padding: 0.688rem;
}

.alert-bar .btn.btn-blue:hover {
  background: #434a4f;
}

.alert-bar .icon-warning {
  position: absolute;
  left: 0.438rem;
  top: 0.438rem;
  font-size: 1.625rem;
}

.alert-bar .alert-close {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  padding: 0.625rem;
  position: absolute;
  right: 0.625rem;
  top: 0.875rem;
}

.alert-bar .alert-close:after,.alert-bar .alert-close:before {
  content: '';
  width: 0.188rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-bar .alert-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-bar-close .alert-bar {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding: 0;
}

.logo,.logo-dark {
  display: block;
}

.logo a,.logo-dark a {
  display: block;
}

.logo img,.logo-dark img {
  width: 100%;
}

.header {
  transition: all .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  width: 100% !important;
  position: relative;
  top: 0;
  left: 0 !important;
  right: 0;
}

.header.internal{
  top: 0px; 
  left: 0px;
  background: #ffffff;
}

.header .logo-dark {
  display: none;
  width: 10.438rem;
  margin: 0.625rem 0 0 1rem;
}

.header.internal .logo-dark{
  display: block;
}

.header .logo {
  width: 12rem;
  margin: 0.938rem 0 0 1.25rem;
}

.header.fixed-position {
  background: #ffffff;
}

.header.fixed-position .logo,
.header.internal .logo {
  display: none;
}

.header.fixed-position .logo-dark {
  display: block;
}

.header.fixed-position .main-nav>li>a:hover {
  color: #f5a800;
}

.header .social-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.563rem;
}

.header-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.drop-holder {
  order: 2;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.social-networks {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 1.625rem;
  margin: 0 -0.938rem;
}

.social-networks li {
  padding: 0 0.938rem;
}

.social-networks a {
  color: #ffffff;
}

.social-networks a:hover {
  color: #f5a800;
  text-decoration: none;
}

.main-nav>li {
  position: relative;
}

.main-nav>li>a {
  font-size: 1.938rem;
  position: relative;
  font-weight: 700;
  z-index: 10;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0.625rem 0.688rem 1.875rem;
}

.main-nav>li>a:hover {
  color: #f5a800;
}

.main-nav>li>a:hover:before {
  opacity: 1;
  visibility: visible;
}

.main-nav>li:hover>a,.main-nav>li.hover-tab>a,.main-nav>li.active>a {
  color: #f5a800;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.drop {
  font-size: 1.25rem;
  padding: 0 0 1.875rem 2.5rem;
}

.drop a {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  padding: .125rem .625rem;
  color: rgba(255, 255, 255, .6);
}

.drop a:hover:before {
  opacity: 1;
  visibility: visible;
}

.drop ul>li {
  position: relative;
}

.drop ul>li.active>a {
  color: #ffffff;
}

.drop .second-level-nav .has-drop-down:hover>a:before,.drop .second-level-nav .has-drop-down.hover-js>a:before,.drop .second-level-nav .has-drop-down.hover-tab>a:before {
  opacity: 1;
  visibility: visible;
}

.drop .drop {
  padding: 1.25rem 0 1.25rem 0.625rem;
}

.drop .drop a:before {
  display: none;
}

.main-nav-drop {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
  width: 82%;
  padding: 2.688rem 0 2.375rem;
  margin: 0 -82% 0 0;
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  position: relative;
  width: 3.563rem;
  height: 3.313rem;
  background: #f5a800;
  color: #ffffff;
  text-indent: -9999px;
}

.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: 0.188rem;
  left: 1.063rem;
  background: #ffffff;
  width: 1.625rem;
}

.nav-opener:after {
  top: 0.928rem;
}

.nav-opener span {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  top: 1.438rem;
}

.nav-opener:before {
  top: 1.928rem;
  width: 1rem;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,.nav-active .nav-opener:after {
  top: 1.375rem;
  transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
}

.nav-active .nav-opener:before {
  transform: rotateZ(45deg) scale(1.05);
  width: 1.625rem;
}

.nav-active .nav-opener:after {
  transform: rotateZ(-45deg) scale(1.05);
}

.nav-active .header.fixed-position {
  transform: translate(-82%);
}

.js-acc-hidden {
  visibility: hidden;
}

.search-form .search-drop {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  padding: 7.5rem 1.563rem;
  background: rgba(0, 46, 109, .9);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form .search-drop .search-close {
  position: absolute;
  width: 3.563rem;
  height: 3.375rem;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5a800;
}

.search-form .search-drop .search-close:after,.search-form .search-drop .search-close:before {
  content: '';
  width: .25rem;
  height: 2.188rem;
  background: #ffffff;
  transform: translate(-50%, 0) rotate(-45deg);
}

.search-form .search-drop .search-close:before {
  transform: translate(50%, 0) rotate(45deg);
}

.search-form form {
  position: relative;
}

.search-form label {
  color: #ffffff;
  display: block;
  font-size: 1.563rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
}

.search-form input[type='search'],.search-form input[type='text'] {
  background-color: #ffffff;
  padding: 0.625rem 4.063rem 0.625rem 0.625rem;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #002e6d;
  width: 100%;
  height: 5.313rem;
}

.search-form input[type='search']::-moz-placeholder, .search-form input[type='text']::-moz-placeholder {
  font-size: 1.125rem;
  opacity: 0;
}

.search-form input[type='search']::placeholder,.search-form input[type='text']::placeholder {
  font-size: 1.125rem;
  opacity: 0;
}

.search-form button[type='submit'] {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  font-size: 2.25rem;
  color: #002e6d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.063rem;
  position: absolute;
  height: 5.313rem;
  right: 0;
  bottom: 0;
  background: transparent;
}

.search-form button[type='submit']:hover {
  opacity: .8;
}

.search-form .input-holder {
  position: relative;
}

.search-form .search-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  font-size: 1.625rem;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.search-form .search-opener:hover {
  background: #002e6d;
}

.container {
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  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 {
  text-align: center;
  margin: 0 0 3.438rem;
}

.section-heading .subtitle {
  display: block;
  color: #f5a800;
  font: 600 1.125rem/1.11 sans-serif;
  margin: 0 0 1.125rem;
}

img {
  display: inline-block;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

.footer {
  background: #002e6d;
  color: #ffffff;
  padding: 2.188rem 0 8.75rem;
  position: relative;
}

.footer .container {
  max-width: 1425px;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #f5a800;
}

.footer address {
  font-style: normal;
}

.footer .contacts-block {
  margin: 0 0 2.5rem;
  width: 100%;
}

.footer .title {
  display: block;
  color: #f5a800;
  font-size: 1.313rem;
  line-height: 1.4;
}

.footer .img-block {
  border-radius: 50%;
  overflow: hidden;
  width: 15rem;
  height: 15rem;
  margin: 0 auto 1.563rem;
  display: flex;
}

.footer .block-title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.19;
}

.footer .four-columns {
  text-align: center;
  margin: 0 0 5.938rem;
}

.footer .column.item-block {
  flex-flow: column;
  justify-content: flex-start;
  margin: 0 0 4.688rem;
}

.footer .column p {
  margin: 0;
}

.footer .menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0 0 0 0.625rem;
}

.footer .menu-list li {
  padding: 0 0.625rem;
}

.footer .bottom-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: center;
}

.back-to-top {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  background: #f5a800;
  width: 5rem;
  height: 4.688rem;
  text-align: center;
  line-height: 4.688rem;
  font-size: 1.875rem;
  border: 2px solid #f5a800;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.back-to-top:hover {
  background: #002e6d;
}

.btn, .btn-arrow, .newspagelinks a.prevnexter {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #f5a800;
  padding: .586rem 1.016rem;
  font-size: 0.813rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-transform: uppercase;
}

.btn:hover, .btn-arrow:hover {
  text-decoration: none;
}

.btn{
  transition: background .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95);
  text-transform: uppercase;
  text-align: center;
  position: relative;
  min-width: 9.375rem;
  padding: 0.813rem 1rem;
}

.btn-arrow {
  min-width: 10.5rem;
  padding: 1rem 2rem 1rem 1rem;
}

.btn-arrow:before {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.063rem;
  font-size: 0.625rem;
}

.btn:hover, .btn-arrow:hover {
  background-color: #002e6d;
  color: #ffffff;
}

.btn:hover:before, .btn-arrow:hover:before {
  transform: translate(10px, -50%);
}

.btn.btn-blue {
  background: #002e6d;
  padding: 1rem;
}

.btn.btn-blue:before {
  display: none;
}

.btn.btn-blue:hover {
  background: #f5a800;
}

.btn.secondary{
  background: #002e6d;
}

.btn.secondary:hover{
  background: #434a4f;
}

.btn.tertiary{
  background: transparent;
  color: #002e6d;
  border: 2px solid #002e6d;
}

.btn.tertiary:hover{
  background: #002e6d;
  color: #ffffff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin: -3.313rem 0 0;
  background-size: cover;
}

.hero-section .bg-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-section .text-holder {
  display: flex;
  align-items: center;
}

.hero-section .text-holder:before {
  content: '';
  display: block;
  width: 0;
  min-height: 39.375rem;
}

.hero-section .block-title {
  display: block;
  color: #ffffff;
  font: 500 2.313rem/1 "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  max-width: 40.625rem;
  margin: 0 0 2.188rem;
}

.hero-section .text-block {
  padding: 3.75rem 0;
}

.services-section {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}

.services-section .service-item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}

.services-section .service-item:first-child:before {
  background: #738caf;
}

.services-section .service-item:nth-child(2):before {
  background: #4c6c98;
}

.services-section .service-item:nth-child(3):before {
  background: #264d82;
}

.services-section .service-item:after {
  content: '';
  display: block;
  width: 0;
  min-height: 17rem;
}

.services-section .service-item:before {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), box-shadow .35s cubic-bezier(.3, .86, .36, .95);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #002e6d;
}

.services-section .service-item:hover {
  z-index: 10;
}

.services-section .service-item:hover:before {
  transform: scale(1.01, 1.22);
  box-shadow: 0 10px 19px rgba(0, 0, 0, .44);
}

.services-section .title {
  display: block;
  text-align: center;
  font: 600 1.375rem/1.09 "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.services-section .img-block {
  margin: 0 0 1.75rem;
  display: block;
}

.news-section {
  padding: 3.125rem 0 0;
}

.news-section h1, .news-section .subtitle{
  text-transform: uppercase;
}

.news-section .container {
  max-width: 650px;
}

.news-section .news-area {
  margin: 0 0 2.188rem;
}

.news-section h2 a,.news-section .h2 a,.news-section h4 a,.news-section .h4 a {
  color: #002e6d;
}

.news-section h2 a:hover,.news-section .h2 a:hover,.news-section h4 a:hover,.news-section .h4 a:hover {
  color: #f5a800;
}

.news-section .news-block {
  margin: 0 0 3.438rem;
}

.news-section .img-block {
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-height: 22.813rem;
  margin: 0 0 2.188rem;
}

.news-section .date {
  background: #f5a800;
  color: #ffffff;
  font: 700 1.5rem/1.66 "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  display: block;
  width: 8.188rem;
  height: 8.625rem;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 1.875rem 0.625rem;
}

.news-section .date .number {
  display: block;
  font-size: 3.125rem;
  line-height: .7;
}

.news-list time {
  color: #f5a800;
  display: block;
  font: 700 1.25rem/1.1 "Montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin: 0 0 0.928rem;
}

.news-list li {
  position: relative;
  padding: 0 0 1.25rem;
  margin: 0 0 2.063rem;
}

.news-list li:last-child:before {
  display: none;
}

.news-list li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 10.313rem;
  background: rgba(112, 112, 112, .35);
}

.subscribe-block {
  margin: 0 0 8.313rem;
}

.subscribe-block h3,.subscribe-block .h3 {
  text-align: center;
  margin: 0 0 2.188rem;
  display: block;
}

.subscribe-block .btn {
  min-width: 10.75rem;
  font-size: 0.875rem;
}

.subscribe-block input[type="email"] {
  border: 1px solid #002e6d;
  color: #002e6d;
  height: 4.24rem;
  padding: 0.625rem 1.25rem;
  margin: 0 0 0.938rem;
}

.subscribe-block input[type="email"]::-moz-placeholder {
  color: #737373;
}

.subscribe-block input[type="email"]::placeholder {
  color: #737373;
}

.social-networks-block {
  position: relative;
  padding: 0 0 0.063rem;
}

.social-networks-block:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: rgba(144, 153, 157, .31);
  top: 26%;
  z-index: -1;
}

.social-networks-block .social-block {
  margin: 0 0 5rem;
}

.social-networks-block .social-block.facebook-block .heading-block {
  background: #002e6d;
  max-width: 500px;
}

.social-networks-block .social-block.facebook-block .heading-link {
  color: #002e6d;
}

.social-networks-block .social-block.facebook-block .heading-link:hover {
  color: #ffffff;
}

.social-networks-block .social-block.twitter-block .heading-block {
  background: #6681a7;
  max-width: 500px;
}

.social-networks-block .social-block.twitter-block .heading-link {
  color: #6681a7;
}

.social-networks-block .social-block.twitter-block .heading-link:hover {
  color: #ffffff;
}

.social-networks-block .placeholder img {
  width: 100%;
}

.social-networks-block .heading-block {
  padding: 1px;
}

.social-networks-block .heading-link {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  border-radius: 50%;
  background: #ffffff;
  width: 5.313rem;
  height: 5.313rem;
  display: block;
  text-align: center;
  line-height: 5.313rem;
  font-size: 2.875rem;
  margin: -3.125rem auto 0.938rem;
}

.social-networks-block .heading-link:hover {
  background: #f5a800;
}

.subscribe-block-wrapper{
  width: 100%;
  background-color: rgba(144,153,157,0.31);
}

.email-section-wrapper{
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.email-section{
  padding: 75px 0 70px;
  margin-top: 30px;
  margin-bottom: 0;
}

.email-section input[type="text"], .email-section input[type="email"] {
  background-color: #ffffff;
}

.inner-header { 
  margin-bottom: 2.813rem;
}

.inner-header .container{
  padding: 0;
  position: relative;
}

.inner-header .section-heading {
  background-color: #002E6D;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inner-header .h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.875rem;
  padding: 0 5%;
  margin-bottom: 1.688rem;
  margin-top: 2.938rem;
}

.inner-header .h2:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  bottom: -1px;
  width:7.5rem;
  height: 0.813rem;
}
 
.main-wrap #news-search .search-title, 
.main-wrap #news-search .search-phrase{
  font-size: 1.35rem;
}

.main-wrap #news-search .open-search input[type="text"]{
  background: #ffffff;
}

.main-wrap #news-search .dropbtn, 
.main-wrap #news-search .open-search .submit{
  padding: 0;
  position: relative;
  bottom: 0.063rem;
}

#newsdoclist .newsimage{
  max-width: 11.719rem;
}

.buffer .pictureholder {
  display: none !important;
}

@media (min-width: 768px) {
  h1,.h1 {
    font-size: 3.75rem;
    line-height: .9;
  }

  h2,.h2 {
    font-size: 2.188rem;
    margin: 0 0 1.563rem;
  }

  h3,.h3 {
    font-size: 1.875rem;
    line-height: 1.17;
  }

  h4,.h4 {
    font-size: 1.75rem;
    line-height: 1.17;
  }

  body.nav-active {
    margin: 0 84% 0 -84%;
  }

  .alert-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2.375rem 6.063rem 1.875rem;
    text-align: left;
  }

  .alert-bar .text-box {
    margin: 0 2.188rem 0 0;
  }

  .alert-bar .btn {
    flex: 0 0 auto;
  }

  .alert-bar .icon-warning {
    left: 1.375rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .alert-bar .alert-close {
    right: 0.938rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .header .social-networks {
    font-size: 2.625rem;
    margin: 0 -1.125rem;
  }

  .header .social-networks li {
    padding: 0 1.125rem;
  }

  .header .logo-dark {
    width: 16.938rem;
    margin: 1.125rem 0 0 2.375rem;
  }

  .header .logo {
    width: 22.5rem;
    margin: 2.188rem 0 0 3.125rem;
  }

  .header .social-holder {
    padding: 0 3.75rem;
  }

  .drop-holder {
    flex: none;
  }

  .main-nav>li>a {
    font-size: 3.75rem;
    line-height: 1.2;
    padding: 0 0.625rem 0.875rem 7.063rem;
  }

  .drop {
    font-size: 2.5rem;
    padding: 0.625rem 0 3.375rem 8.75rem;
    line-height: 1.35;
  }

  .drop .drop {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }

  .main-nav-drop {
    width: 84%;
    padding: 5.563rem 0 3.125rem 0;
    margin: 0 -84% 0 0;
  }

  .nav-opener {
    width: 6.563rem;
    height: 5.938rem;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    height: 0.375rem;
    left: 1.875rem;
    width: 2.875rem;
  }

  .nav-opener:after {
    top: 1.625rem;
  }

  .nav-opener span {
    top: 2.688rem;
  }

  .nav-opener:before {
    top: 3.75rem;
    width: 1.875rem;
  }

  .nav-opener:hover:after,.nav-opener:hover:before,.nav-opener:hover span {
    background: #ffffff;
  }

  .nav-active .nav-opener:before,.nav-active .nav-opener:after {
    top: 2.625rem;
  }

  .nav-active .nav-opener:before {
    width: 2.875rem;
  }

  .nav-active .header.fixed-position {
    transform: translate(-84%);
  }

  .search-form.mobile-search {
    display: none;
  }

  .search-form .search-drop .search-close {
    width: 5.438rem;
    height: 5.438rem;
  }

  .search-form .search-drop .search-close:after,.search-form .search-drop .search-close:before {
    height: 3rem;
  }

  .search-form form {
    min-width: 40rem;
  }

  .search-form input[type='search'],.search-form input[type='text'] {
    border-width: 3px;
    padding: 0.625rem 6.25rem 0.625rem 1.875rem;
    font-size: 1.563rem;
  }

  .search-form input[type='search']::-moz-placeholder, .search-form input[type='text']::-moz-placeholder {
    font-weight: 700;
    opacity: 1;
    color: #002e6d;
    font-size: 1.563rem;
  }

  .search-form input[type='search']::placeholder,.search-form input[type='text']::placeholder {
    font-weight: 700;
    opacity: 1;
    color: #002e6d;
    font-size: 1.563rem;
  }

  .search-form button[type='submit'] {
    font-size: 2.625rem;
    width: 5.75rem;
    top: 0;
    height: auto;
  }

  .search-form .search-opener {
    font-size: 2.625rem;
  }

  .section-heading {
    margin: 0 0 4.375rem;
  }

  .section-heading .subtitle {
    line-height: 2.22;
    margin: 0;
  }

  .footer {
    padding: 2.313rem 0 1.875rem;
  }

  .footer .contacts-block {
    margin: 0 0 2.5rem 2.5rem;
  }

  .footer .img-block {
    width: 18.125rem;
    height: 18.125rem;
    margin: 0 auto 2.188rem;
  }

  .footer .block-title {
    line-height: 1.4;
  }

  .footer .four-columns {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.563rem 3.563rem;
  }

  .footer .column {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.563rem;
  }

  .footer .column.item-block {
    margin: 0 0 4.375rem;
  }

  .footer .bottom-block {
    justify-content: space-between;
    flex-direction: inherit;
  }

  .back-to-top {
    left: auto;
    width: 6.25rem;
    height: 5.938rem;
    line-height: 5.938rem;
    transform: translateX(0);
    position: fixed;
    right: 0;
  }

  .in-viewport .back-to-top {
    bottom: auto;
    top: 0;
    right: 0;
    position: absolute;
  }

  .btn{
    min-width: 14.375rem;
    font-size: 1.125rem;
    padding: 1.375rem 1.563rem;
  }

  .btn-arrow{
    padding: 1.375rem 2.813rem 1.375rem 1.563rem;
  }

  .btn:before, .btn-arrow:before {
    font-size: 0.875rem;
    right: 1.563rem;
  }

  .btn.btn-blue {
    padding: 1.375rem;
  }

  .hero-section {
    margin: -6.625rem 0 0;
  }

  .hero-section .text-holder:before {
    min-height: 54.688rem;
  }

  .hero-section .block-title {
    font-size: 4.25rem;
    line-height: .9;
    margin: 0 0 2.813rem;
  }

  .hero-section .text-block {
    padding: 11.25rem 0 8.75rem 2.875rem;
  }

  .services-section {
    display: flex;
    flex-wrap: wrap;
  }

  .services-section .service-item {
    width: 50%;
  }

  .services-section .service-item:after {
    min-height: 19.5rem;
  }

  .news-section {
    padding: 4.375rem 0 0;
  }

  .news-section .news-area {
    margin: 0 0 5.625rem;
  }

  .news-section .news-block {
    margin: 0 0 4.188rem;
  }

  .subscribe-block {
    margin: 0 0 7.188rem;
  }

  .subscribe-block h3,.subscribe-block .h3 {
    margin: 0 0 1.875rem;
  }

  .subscribe-block .input-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .subscribe-block .btn {
    flex: 0 0 auto;
  }

  .subscribe-block input[type="email"] {
    padding: 0.625rem 1.875rem;
    margin: 0;
    flex: 1;
  }

  .social-networks-block {
    padding: 0 2.188rem 0.063rem;
  }

  .social-networks-block:before {
    top: 15%;
  }

  .social-networks-block .social-block {
    margin: 0 0 7.5rem;
  }

  .inner-header { 
    margin-bottom: 4.688rem;
  }

  .inner-header .h2 {
    font-size: 3.125rem;
    padding: 0 10%;
    margin-bottom: 3.125rem;
    margin-top: 4.688rem;
  }

  .email-section{
    padding: 4.688rem 0 6.25rem;
    margin-top: 1.875rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  body.nav-active {
    margin: 0;
  }

  .alert-bar {
    padding: 1.25rem 3.75rem;
  }

  .alert-bar .btn.btn-blue {
    padding: .563rem;
  }

  .alert-bar .alert-close {
    right: 2.063rem;
  }

  .header .social-networks {
    margin: 0 .313rem 0 -0.625rem;
    font-size: 1.375rem;
  }

  .header .social-networks li {
    padding: 0 0.625rem;
  }

  .header .logo-dark {
    width: 15.313rem;
  }

  .header .logo {
    margin: 2.188rem 0 0 1.25rem;
    width: 12.5rem;
  }

  .header.fixed-position .main-nav>li.active>a,.header.fixed-position .main-nav>li.hover-js>a {
    color: #f5a800;
  }

  .header.fixed-position .main-nav>li>a,
  .header.internal .main-nav>li>a{
    color: #002e6d;
  }

  .header.fixed-position .social-networks a, 
  .header.internal .social-networks a{
    color: #002e6d;
  }

  .header.fixed-position .social-networks a:hover,
  .header.internal .social-networks a:hover {
    color: #f5a800;
  }

  .header .social-holder {
    padding: 0;
  }

  .drop-holder {
    justify-content: flex-end;
    padding: 0 0 0 0.938rem;
  }

  .main-nav {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    margin: 0 -0.625rem;
    align-self: flex-end;
  }

  .main-nav>li>a {
    font-size: 0.813rem;
    padding: 1.875rem 0.938rem 1.688rem;
  }

  .main-nav>li>a:before {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .438rem;
    background: #f5a800;
    opacity: 0;
    visibility: hidden;
  }

  .main-nav>li>.drop:before {
    content: '';
    height: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
  }

  .main-nav>li:hover>a:before,.main-nav>li.hover-tab>a:before,.main-nav>li.active>a:before {
    opacity: 1;
    visibility: visible;
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .main-nav a {
    color: #737373;
  }

  .drop {
    background: #ffffff;
    width: 14rem;
    font-size: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
  }

  .drop .hover-tab>a {
    background: rgba(154, 154, 154, .22);
  }

  .drop a {
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  }

  .drop a:hover {
    background: rgba(154, 154, 154, .22);
  }

  .drop ul>li.active>a {
    background: rgba(154, 154, 154, .22);
  }

  .drop .second-level-nav .has-drop-down:hover>a,.drop .second-level-nav .has-drop-down.hover-js>a,.drop .second-level-nav .has-drop-down.hover-tab>a {
    background: rgba(154, 154, 154, .22);
  }

  .drop .drop {
    left: 100%;
    top: 0;
    margin: 0;
    background: #ffffff;
    padding: 0;
  }

  .main-nav-drop {
    width: auto;
    padding: 0;
    margin: 0;
  }

  .main-nav-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .nav-opener {
    display: none;
  }

  .nav-active .header.fixed-position {
    transform: translate(0);
  }

  .search-form form {
    min-width: 44.688rem;
  }

  .search-form .search-opener {
    background: #f5a800;
    width: 5.375rem;
    height: 5.188rem;
    text-align: center;
    font-size: 1.625rem;
    line-height: 5rem;
  }

  .section-heading {
    margin: 0 0 4.063rem;
  }

  .footer {
    padding: 4.813rem 0 1.875rem;
  }

  .footer .contacts-block {
    margin: 0 0 2.5rem;
  }

  .footer .img-block {
    width: 13.75rem;
    height: 13.75rem;
    margin: 0 auto 1.563rem;
  }

  .footer .four-columns {
    margin: 0 -1.563rem 2.5rem;
  }

  .footer .column {
    width: 25%;
  }

  .footer .column.item-block {
    margin: 0;
  }

  .hero-section {
    margin: -5.188rem 0 0;
  }

  .hero-section .text-holder:before {
    min-height: 57.188rem;
  }

  .hero-section .text-block {
    padding: 12.5rem 0 8.75rem;
  }

  .services-section .service-item {
    width: 25%;
  }

  .news-section {
    padding: 4.875rem 0 0;
  }

  .news-section .container {
    max-width: 1220px;
  }

  .news-section .news-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.188rem;
  }

  .news-section .news-block,.news-section .news-list {
    padding: 0 1.563rem;
  }

  .news-section .news-block {
    width: 54%;
  }

  .news-list {
    width: 46%;
  }

  .news-list li {
    margin: 0 0 2.5rem;
  }

  .subscribe-block {
    margin: 0 0 9.375rem;
  }

  .subscribe-block .form-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .subscribe-block h3,.subscribe-block .h3 {
    padding: 0 2.5rem 0 0;
    margin: 0;
    width: 37%;
  }

  .subscribe-block .input-wrap {
    width: 61%;
  }

  .social-networks-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.813rem;
    padding: 0 0 8.438rem;
  }

  .social-networks-block:before {
    top: 35%;
  }

  .social-networks-block .social-block {
    width: 50%;
    padding: 0 2.813rem;
    margin: 0;
  }

  .email-section-wrapper{
    max-width: 1220px;
  }

  .email-section{
    margin-top: 4.063rem;
    margin-bottom: 0;
    padding: 5.375rem 0;
  }

  .inner-header { 
    margin-bottom: 5.938rem;
  }

  .inner-header .container {
    max-width: unset;
  }

  .inner-header .h2 {
    font-size: 3.75rem;
    padding: 0 10%;
    margin-bottom: 3.438rem;
    margin-top: 4.063rem;
  }
}

@media (min-width: 1340px) {
  .header .social-networks {
    margin: 0 2.313rem;
  }

  .header .logo {
    width: 22.5rem;
    margin: 2.188rem 0 0 3.125rem;
  }

  .drop-holder {
    width: auto;
    order: 1;
  }

  .main-nav>li>a {
    padding: 1.875rem 1.438rem 1.688rem;
  }

  .footer .img-block {
    width: 18.125rem;
    height: 18.125rem;
  }

  .footer .column {
    width: 21%;
  }

  .footer .column.item-block {
    width: 28%;
  }

  .hero-section {
    margin: -6.625rem 0 0;
  }
}

@media (max-width: 1023px) {
  body.nav-active {
    overflow: hidden !important;
  }

  body.nav-active .wrapper {
    overflow: visible;
  }

  .main-nav>li>a.has-drop-down-a {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .drop a.has-drop-down-a {
    position: relative;
  }

  .drop a:hover {
    color: #ffffff;
  }

  .drop ul>li.active>a:before {
    opacity: 1;
    visibility: visible;
  }

  .main-nav-drop {
    position: absolute;
    background: #002e6d;
    left: 100%;
    top: 0;
    height: 100vh;
  }

  .main-nav-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-flow: column;
  }

  .search-active {
    margin: 0 !important;
  }

  .search-active .header {
    transform: translate(0) !important;
  }

  .footer .social-networks {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .main-nav>li>a {
    line-height: 1.2;
  }

  .search-form form {
    width: 100%;
  }

  .search-form label.hidden {
    left: auto;
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
  }

  .footer .social-networks {
    margin: 0 0 1.563rem;
  }

  .subscribe-block .btn {
    width: 100%;
    padding: 1.688rem 1.25rem;
  }
  .main-wrap #news-search .selector, #news-search .selector.halves {
    margin: 0 0 0.625rem;
    display: flex;
    justify-content: space-between;
  }

}

@media (max-width: 1339px) {
  .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) {
  .footer .contacts-block.alt-style {
    align-self: flex-end;
    margin: 0 0 3.74rem 2.5rem;
  }
}

