@charset "UTF-8";
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI.eot");
  src: url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SegoeUI.woff") format("woff"),
    url("../fonts/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Georgia Regular";
  src: url("../fonts/Georgia.eot");
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Georgia.woff") format("woff"),
    url("../fonts/Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.dutyevent-btn,
.subform-wrap > input[type="submit"],
.contacts-btn,
.rate input[type="submit"],
.onduty-subform input[type="submit"],
.contents-formwrap__item1 input[type="submit"],
.error,
.cat-span,
.newsabout-maintag,
.newsabout-tag,
.poster-tag,
.news-tag,
.archives-taxonomy a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
}

html {
  height: 100%;
}

body {
  font-family: "Roboto-Regular", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 30px;
}

.bluefont {
  color: #0052a4;
}

.dutyevent-btn,
.subform-wrap > input[type="submit"],
.contacts-btn,
.rate input[type="submit"],
.onduty-subform input[type="submit"],
.contents-formwrap__item1 input[type="submit"] {
  width: 240px;
  height: 50px;
  background-color: #0052a4;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-radius: 0;
  border: none;
  outline: none;
  font-family: "Roboto Medium", serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.dutyevent-btn:hover,
.subform-wrap > input:hover[type="submit"],
.contacts-btn:hover,
.rate input:hover[type="submit"],
.onduty-subform input:hover[type="submit"],
.contents-formwrap__item1 input:hover[type="submit"] {
  background-color: #014a93;
  outline: none;
}

.dutyevent-btn:active,
.subform-wrap > input:active[type="submit"],
.contacts-btn:active,
.rate input:active[type="submit"],
.onduty-subform input:active[type="submit"],
.contents-formwrap__item1 input:active[type="submit"] {
  background-color: #003f7e;
  outline: none;
}

.breadcrumbs {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding: 25px 0;
}

.breadcrumbs a {
  color: #0052a4;
  text-decoration: none;
}

.title,
.post-title {
  font-size: 1.875rem;
  line-height: 45px;
  margin-top: 0;
  padding-left: 20px;
  position: relative;
}

.title::before,
.post-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 45px;
  background-color: #0052a4;
}

@media (max-width: 768px) {
  .title,
  .post-title {
    font-size: 1.25rem;
  }
}

.post-title {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .post-title {
    font-size: 1.25rem;
  }
}

.title-event {
  padding-left: 30px;
  margin-bottom: 0.875rem;
}

.subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f4f5;
  font-size: 14px;
}

@media (max-width: 500px) {
  .subheader {
    flex-direction: column;
  }
}

.posted-on a {
  text-decoration: none;
  color: #808080;
  font-size: 14px;
}

tbody tr td {
  text-align: center;
}

.slider-bannersnext,
.slider-partnersnext,
.slider-staffnext,
.slider-donenext,
.slider-posternext,
.slider-bannersprev,
.slider-partnersprev,
.slider-staffprev,
.slider-doneprev,
.slider-posterprev {
  width: 30px;
  height: 30px;
  background-color: #0052a4;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.slider-bannersnext:hover,
.slider-partnersnext:hover,
.slider-staffnext:hover,
.slider-donenext:hover,
.slider-posternext:hover,
.slider-bannersprev:hover,
.slider-partnersprev:hover,
.slider-staffprev:hover,
.slider-doneprev:hover,
.slider-posterprev:hover {
  background-color: rgba(0, 82, 164, 0.2);
}

.slider-bannersnext:active,
.slider-partnersnext:active,
.slider-staffnext:active,
.slider-donenext:active,
.slider-posternext:active,
.slider-bannersnext:focus,
.slider-partnersnext:focus,
.slider-staffnext:focus,
.slider-donenext:focus,
.slider-posternext:focus,
.slider-bannersprev:active,
.slider-partnersprev:active,
.slider-staffprev:active,
.slider-doneprev:active,
.slider-posterprev:active,
.slider-bannersprev:focus,
.slider-partnersprev:focus,
.slider-staffprev:focus,
.slider-doneprev:focus,
.slider-posterprev:focus {
  border: none;
  outline: none;
}

.slider-bannersnext,
.slider-partnersnext,
.slider-staffnext,
.slider-donenext,
.slider-posternext {
  background-image: url("../img/rightarrow.svg");
}

.slider-bannersprev,
.slider-partnersprev,
.slider-staffprev,
.slider-doneprev,
.slider-posterprev {
  background-image: url("../img/leftarrow.svg");
}

.subscribe-main,
.subscribe-form,
.history-wrap__item2,
.onduty-form,
.contents-wrap__item,
.contents-form,
.contents-rules {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.post-link {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

/*404************************************/
.error {
  width: 100%;
  height: 100vh;
}

.error-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 600px;
}

.error-text {
  font-size: 1.5rem;
}

/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  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;
}

picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  padding: 30px 0;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 1199px) {
  .header-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-item img {
  margin-right: 8px;
}

@media (max-width: 1199px) {
  .header-item1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 450px) {
  .header-item1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 1199px) {
  .header-item2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .header-item2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 1199px) {
  .header-item3 {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 425px) {
  .header-item3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .header-item4 {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .header-item5 {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-text {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .header-text {
    text-align: center;
  }
}

@media (max-width: 425px) {
  .header-text {
    font-size: 0.75rem;
  }
}

.header-see,
.header-time,
.header-temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
}

.header-see {
  font-size: 0.9375rem;
}

.header-see a {
  color: rgba(0, 0, 0, 0.5);
}

.header-aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-currency {
  color: rgba(0, 0, 0, 0.5);
}

/************** burger-menu ***************/
.burger {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 20px;
}

@media (max-width: 1199px) {
  .burger {
    display: block;
  }
}

.burger div {
  width: 42px;
  height: 5px;
  margin: 7px;
  background-color: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-links {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #0052a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 90px;
  padding-bottom: 100px;
  overflow-x: hidden;
  width: 36%;
  z-index: 50;
  display: none;
}

@media (max-width: 991px) {
  .nav-links {
    width: 41%;
  }
}

@media (max-width: 768px) {
  .nav-links {
    width: 46%;
  }
}

@media (max-width: 425px) {
  .nav-links {
    width: 100%;
  }
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
}

@media (max-width: 1199px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .burger {
    display: block;
    z-index: 51;
  }
  .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  @-webkit-keyframes navLinkFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @keyframes navLinkFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  .toggle .line1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 7px);
    transform: rotate(-45deg) translate(-7px, 7px);
  }
  .toggle .line2 {
    opacity: 0;
  }
  .toggle .line3 {
    -webkit-transform: rotate(45deg) translate(-9px, -10px);
    transform: rotate(45deg) translate(-9px, -10px);
  }
}

.burger-whitebg {
  background-color: #ffffff;
}

/************* /burger-menu ****************/
.nav {
  position: relative;
  z-index: 9;
  height: 40px;
  background-color: #0052a4;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-wrap__item1 {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  height: 100%;
}

@media (max-width: 1199px) {
  .nav-wrap__item1 {
    display: none;
  }
}

.nav-wrap__item2 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.nav-wrap__item2 > .search-form {
  position: relative;
}

.nav-wrap__item2 > .search-form > input[type="text"] {
  border-radius: 0px;
  padding-left: 20px;
  font-size: 0.875rem;
}

.nav-wrap__item2
  > .search-form
  > input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.nav-wrap__item2 > .search-form > input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.nav-wrap__item2 > .search-form > input[type="text"]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.nav-wrap__item2 > .search-form > input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.nav-wrap__item2 > .search-form > input[type="search"] {
  border-radius: 0px;
  border: none;
  width: 210px;
  height: 30px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
}

.nav-wrap__item2 > .search-form > input[type="search"]:focus {
  outline: none;
  border: none;
}

.nav-wrap__item2 > .search-form > input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 100%;
  border: none;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center;
  cursor: pointer;
}

.nav-wrap__item2 > .search-form > input[type="submit"]:active,
.nav-wrap__item2 > .search-form > input[type="submit"]:focus,
.nav-wrap__item2 > .search-form > input[type="submit"]:hover {
  outline: none;
  border: none;
}

.nav-menu {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu__child {
  background-color: #0052a4;
  width: 180px;
  height: 40px;
  z-index: 1;
  display: none;
  opacity: 0;
}

.nav-menu__child a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu__child1 {
  background-color: #0052a4;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  z-index: 1;
  display: none;
  opacity: 0;
}

.nav-menu__child1 a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  padding: 0 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
}

.menu-item:hover {
  background-color: #014a93;
  outline: none;
}

.menu-item:hover > ul {
  display: block;
}

.menu-item:hover > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: load 0.4s forwards;
  animation: load 0.4s forwards;
}

.menu-item:active {
  background-color: #003f7e;
  outline: none;
}

.menu-item a:active {
  outline: none;
}

.menu-item a:focus {
  outline: none;
}

.menu-item ul li:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.menu-item ul li:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.menu-item ul li:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.menu-item ul li:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.menu-item ul li:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.menu-item ul li:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.menu-item ul li:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.menu-item a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}

.menu-item-7 {
  background-color: inherit !important;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: translateY(-5px) rotateY(-5deg);
    transform: translateY(-5px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0);
    transform: translateX(0px) rotate(0);
  }
}

@keyframes load {
  0% {
    -webkit-transform: translateY(-5px) rotateY(-5deg);
    transform: translateY(-5px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0);
    transform: translateX(0px) rotate(0);
  }
}

.sub-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 40px;
  left: 0;
  display: none;
  z-index: 3;
}

.current-menu-item {
  background-color: #003f7e;
  outline: none;
}

.cat-header {
  padding: 30px 0;
}

.cat-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}

.cat-span {
  text-transform: lowercase;
  width: initial;
  height: 30px;
  padding: 0 5px;
  font-family: "Roboto-Regular", serif;
  border: 1px solid #0d3a66;
  font-size: 1rem;
  background-color: #0d3a66;
  color: #ffffff;
  margin-left: 20px;
  font-weight: 500;
}

.type-post {
  margin-bottom: 2.5rem;
}

div.wpcf7-response-output {
  margin-top: 1em;
}

.nav-wrap__item3 > .nav-links > .menu-item {
  height: 35px;
}

.nav-wrap__item3 > .nav-links > .menu-item:hover {
  outline: none;
}

.nav-wrap__item3 > .nav-links > .menu-item a {
  color: #ffffff;
}

.nav-wrap__item3 ul {
  padding-left: 0;
  margin-left: 0;
}

#menu-item-486 {
  padding-right: 30px;
  position: relative;
}

#menu-item-486::before {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/Vmenu.svg");
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#menu-item-486:hover::before {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

#menu-item-487 {
  padding-right: 30px;
  position: relative;
}

#menu-item-487::before {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/Vmenu.svg");
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#menu-item-487:hover::before {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.newsabout {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .newsabout {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.newsabout-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .newsabout-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newsabout-wrap__item1 {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  position: relative;
}
.newsabout-wrap__item1 picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newsabout-wrap__item1 article {
  height: 100%;
}
.newsabout-wrap__item1 picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .newsabout-wrap__item1 {
    height: 450px;
  }
}

@media (max-width: 550px) {
  .newsabout-wrap__item1 {
    height: inherit;
  }
}

.newsabout-wrap__item2 {
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.newsabout-link {
  text-decoration: none;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.newsabout-content {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  /* 	height: 500px; */
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 430px) {
  .newsabout-content {
    height: auto;
  }
  .newsabout-maintitle {
    font-size: 1.125rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.newsabout-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.9)),
    to(rgba(0, 0, 0, 0.02))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.02) 100%
  );
}

.newsabout-maintag {
  position: absolute;
  /*   width: 100px; */
  padding-left: 8px;
  padding-right: 8px;
  height: 30px;
  color: #ffffff;
  font-family: "Roboto Bold", serif;
  text-transform: uppercase;
  top: 0;
  left: 30px;
  background-color: #0d3a66;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.newsabout-maintitle,
.newsabout-maintext,
.newsabout-maindate,
.newsabout-mainmore {
  color: #ffffff;
  z-index: 1;
}

.newsabout-maintitle {
  font-size: 1.875rem;
}

.newsabout-maintext {
  font-size: 1rem;
  font-family: "Georgia Regular", sans-serif;
  min-height: 140px;
  max-width: 550px;
}

@media (max-width: 430px) {
  .newsabout-maintitle {
    font-size: 1.125rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newsabout-maintext {
    font-size: 0.85rem;
  }
  .newsabout-maindate {
    font-size: 0.85rem;
  }
  .newsabout-mainmore {
    font-size: 0.85rem;
  }
}

.newsabout-maintext p {
  margin: 10px 0;
  width: 100%;
}

.newsabout-maindate {
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 1rem;
}

.newsabout-mainmore {
  position: absolute;
  right: 30px;
  bottom: 30px;
  line-height: 1rem;
}

.newsabout-mainmore a {
  text-decoration: none;
  color: #ffffff;
}

.newsabout-promo {
  padding-left: 20px;
  padding-right: 20px;
}

.newsabout-promo__item {
  padding: 20px 0;
  min-height: 145px;
  position: relative;
  border-top: 1px solid #c4c4c4;
}

.newsabout-promo__item:first-child {
  border: none;
}

.newsabout-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Roboto Bold", serif;
  position: absolute;
  top: -1px;
  right: 0px;
  background-color: #0d3a66;
  min-width: 70px;
  height: 20px;
  padding: 0 4px;
  color: #ffffff;
}

.newsabout-toptag {
  top: 0;
}

.newsabout-date {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 1rem;
  color: rgba(0, 0, 0, 0.5);
}

.newsabout-more {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.newsabout-more a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.newsabout-title {
  font-family: "Roboto Bold", serif;
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.newsabout-text {
  font-family: "Georgia Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-bottom: 20px;
}

.newsabout-all {
  padding-bottom: 25px;
  padding-top: 10px;
  text-align: center;
}

.newsabout-all a {
  font-size: 0.875rem;
  color: #0052a4;
  font-family: "Roboto Medium", serif;
}

.posterabout {
  margin-bottom: 3.75rem;
}

@media (max-width: 991px) {
  .posterabout {
    margin-bottom: 1.875rem;
  }
}

.poster {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.poster-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .poster-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.poster-wrap__item1 {
  padding-left: 30px;
  padding-right: 30px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .poster-wrap__item1 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

@media (max-width: 991px) {
  .poster-wrap__item1 {
    max-width: 430px;
    margin: auto;
  }
}

@media (max-width: 991px) {
  .poster-wrap__item1 > .poster-text {
    margin-bottom: 30px;
    text-align: center;
  }
}

.poster-wrap__item2 {
  padding-right: 30px;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .poster-wrap__item2 {
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
  }
}

@media (max-width: 991px) {
  .poster-wrap__item2 {
    padding-left: 30px;
  }
}

.poster-eventwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 750px;
}

.poster-eventwrap:nth-child(2) {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .poster-eventwrap {
    width: 580px;
  }
}

@media (max-width: 991px) {
  .poster-eventwrap {
    width: 100%;
  }
}

.poster-img {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.poster-img picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.poster-img div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.poster-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.poster-text {
  font-size: 1rem;
  width: 100%;
}

.poster-text p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.poster-cenz,
.poster-date {
  color: #ffffff;
  font-size: 1rem;
  z-index: 2;
}

.poster-title a {
  color: #ffffff;
  font-size: 1rem;
  z-index: 2;
  text-decoration: none;
}

.poster-date {
  font-size: 14px;
  margin-top: 10px;
}

.poster-overlay {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-19%, rgba(0, 0, 0, 0.16)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.16) -19%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.poster-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Roboto Bold", serif;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0d3a66;
  min-width: 70px;
  height: 20px;
  padding: 0 4px;
  color: #ffffff;
}

.poster-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.poster-navtext a {
  font-family: "Roboto Bold", serif;
  color: #0052a4;
  font-size: 0.875rem;
}

.poster-navdate {
  font-size: 0.75rem;
  color: #808080;
}

.dutyevent {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .dutyevent {
    padding-bottom: 30px;
  }
}

.dutyevent-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .dutyevent-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dutyevent-wrap__item1,
.dutyevent-wrap__item2 {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -ms-flex-preferred-size: 48.7%;
  flex-basis: 48.7%;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .dutyevent-wrap__item1 {
    margin-bottom: 30px;
  }
}

.dutyevent-nopadd {
  padding: 30px;
  padding-top: 0;
}

.dutyevent-text {
  font-size: 1rem;
  margin-bottom: 20px;
}

.dutyevent-btn {
  margin-bottom: 1.875rem;
}

.dutyevent-lastquestion {
  padding: 1rem;
  background-color: #f9f9f9;
  min-height: 220px;
  display: grid;
  grid-template-columns: 100px 1fr;
}

.img-int {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-int {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lasquestion {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Roboto Bold", serif;
}

.lasquestion-title {
  font-size: 1rem;
  font-family: "Roboto Bold", serif;
}

.lasquestion-text {
  font-size: 0.875rem;
  line-height: 1.3rem;
  max-width: 400px;
}

.lasquestion-all a {
  font-size: 0.875rem;
  color: #0052a4;
  font-family: "Roboto Bold", serif;
}

/************_dutyevent***************/
#tabs {
  padding: 0px 30px 30px 30px;
}

#tabs-content {
  padding-top: 10px;
}

#tabs ul {
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.event-nav {
  list-style: none;
  border-bottom: 1px solid #c4c4c4;
}

.event-nav__item {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  text-align: center;
  padding: 5px 0;
}

.event-nav li > a {
  text-decoration: none;
  color: #000000;
  outline: transparent;
}

.event-active {
  -webkit-box-shadow: 0px 4px 0px 0px #0052a4;
  box-shadow: 0px 4px 0px 0px #0052a4;
}

.event-local__title {
  margin: 10px 0px;
}

.event-local__text {
  font-family: "Georgia Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
}

.event-local__wrap {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-local__date {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.event-local__more a {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

/*******************Local*****************/
.local-text {
  line-height: 1.7rem;
}

.bannersabout {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .bannersabout {
    padding-bottom: 30px;
  }
}

.bannersabout-wrap {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.bannersabout-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 180px;
}

.bannersabout-img picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
p @media (max-width: 1199px) {
  .bannersabout-img {
    background-size: contain;
  }
}

.bannersabout-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-bannersnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

/*******Баннер партнеры*******/
.partnersabout {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .partnersabout {
    padding-bottom: 30px;
  }
}

.partnersabout-title {
  margin-bottom: 0;
}

.partnersabout-wrap {
  padding-top: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.partnersabout-slider {
  padding: 30px;
}

.partnersabout-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
}

.partnersabout-img picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.partnersabout-img picture img {
  object-fit: contain;
}

.partnersabout-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.partnersabout-img:nth-child {
  width: 20%;
}

.slider-partnersnav,
.slider-staffnav,
.slider-donenav,
.slider-posternav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

/*******Баннер сотрудники*******/
.footer {
  background-color: #0052a4;
  padding: 40px 0;
  color: #ffffff;
  width: 100%;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 425px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-wrap__item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .footer-wrap__item1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 425px) {
  .footer-wrap__item1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .footer-wrap__item2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) and (max-width: 425px) {
  .footer-wrap__item2 {
    margin-bottom: 0;
  }
}

@media (max-width: 425px) {
  .footer-wrap__item2 > .menu-footer1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .footer-wrap__item3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

@media (max-width: 1199px) {
  .footer-wrap__item3 > .menu-footer2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .footer-wrap__item4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

@media (max-width: 425px) {
  .footer-wrap__item4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .footer-wrap__item4 > .menu-footer3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 1199px) and (max-width: 425px) {
  .footer-wrap__item4 > .menu-footer3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-wrap__item5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer-wrap__item5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 425px) {
  .footer-wrap__item5 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-wrap__item5 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.875rem;
}

.footer-soc {
  width: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 25px;
  align-items: center;
}

.footer-soc svg {
  max-width: 30px;
}

@media (max-width: 425px) {
  .footer-soc {
    padding-bottom: 25px;
  }
}

.footer-soc__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-soc__item a > svg:hover * {
  /*   fill: #80bfff; */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 1rem;
}

@media (max-width: 425px) {
  .copy {
    text-align: center;
  }
}

.page {
  margin-bottom: 0;
}

.politic a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.creator {
  font-size: 14px;
}

.creator a {
  line-height: 14px;
}

.menu-footer1,
.menu-footer2,
.menu-footer3 {
  margin: 0;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}

.menu-footer1 li,
.menu-footer2 li,
.menu-footer3 li {
  line-height: 1.875rem;
}

.menu-footer1 > .current-menu-item {
  background-color: inherit;
}

.menu-footer2 > .current-menu-item {
  background-color: inherit;
}

.menu-footer3 > .current-menu-item {
  background-color: inherit;
}

.menu-footer1 > .menu-item:hover {
  background-color: inherit;
}

.menu-footer2 > .menu-item:hover {
  background-color: inherit;
}

.menu-footer3 > .menu-item:hover {
  background-color: inherit;
}

.events-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events-wrap__item {
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .events-wrap__item {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
}

@media (max-width: 425px) {
  .events-wrap__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.events-wrap__item a {
  text-decoration: none;
  color: inherit;
}

.events-img {
  width: 100%;
  height: 240px;
  background-image: url("../img/events/tazevent1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events-img div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-text {
  font-size: 1rem;
  padding: 20px;
  width: 100%;
}

.events-text p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.events-cenz,
.events-date {
  color: #ffffff;
  font-size: 1rem;
  z-index: 2;
}

.events-title {
  color: #ffffff;
  font-size: 1rem;
  z-index: 2;
}

.events-date {
  font-size: 14px;
  margin-top: 10px;
}

.events-overlay {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-19%, rgba(0, 0, 0, 0.16)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.16) -19%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-wrap__item {
  -ms-flex-preferred-size: 23.5%;
  flex-basis: 23.5%;
  margin-bottom: 25px;
  height: auto;
  display: flex;
  flex-direction: column;
  /* height: 400px; */
}

@media (max-width: 1024px) {
  .news-wrap__item {
    -ms-flex-preferred-size: 31.5%;
    flex-basis: 31.5%;
  }
}

@media (max-width: 768px) {
  .news-wrap__item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 470px) {
  .news-wrap__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.news-img {
  width: 100%;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.news-img-img div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-text {
  font-size: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* ----- */
  height: 100%;
}

.news-text p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-text span {
  display: block;
  color: #000000;
}

.news-cenz,
.news-date {
  color: #ffffff;
  font-size: 1rem;
  z-index: 2;
}

.news-titlepost {
  padding: 5px 0;
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: "Roboto Bold", serif;
  height: 60px;
  overflow: hidden;
}

.news-textpost {
  padding: 5px 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  /* min-height: 140px;
  max-height: 140px; */
}

@media (max-width: 425px) {
  .news-textpost {
    min-height: 100px;
  }
}

.news-textpost p {
  margin: 0;
}

.news-overlay {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-19%, rgba(0, 0, 0, 0.16)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.16) -19%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.news-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Roboto Bold", serif;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0d3a66;
  min-width: 70px;
  height: 20px;
  padding: 0 4px;
  color: #ffffff;
}

.news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /* ---- */
  margin-top: auto;
}

.news-navtext a {
  font-family: "Roboto Bold", serif;
  color: #0052a4;
  font-size: 0.875rem;
}

.news-navdate {
  font-size: 0.75rem;
  color: #808080;
}

.news-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .news-cat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
}

.news-cat li {
  list-style: none;
  /*   width: 100px; */
  height: 30px;
  border: 1px solid #0d3a66;
  padding: 0 10px 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 1024px) {
  .news-cat li {
    margin-bottom: 15px;
  }
}

.news-cat li:nth-last-child {
  margin-right: 0;
}

.news-cat li:hover {
  background-color: #0d3a66;
}

.news-cat li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #0d3a66;
  text-decoration: none;
}

.news-cat li a:hover {
  color: #ffffff;
}

.news-cat > .cat-item-all {
  background-color: #0d3a66;
}

.news-cat > .cat-item-all a {
  color: #ffffff;
}

.subscribe-title {
  margin-bottom: 0;
}

.subscribe-main {
  padding-top: 30px;
  margin-bottom: 3.75rem;
}

.subscribe-mainwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 425px) {
  .subscribe-mainwrap {
    padding-top: 20px;
  }
}

.subscribe-mainwrap__item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media (max-width: 425px) {
  .subscribe-mainwrap__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.subscribe-form {
  padding-top: 30px;
  margin-bottom: 3.75rem;
  background-image: url("../img/subscribe/form-bg.png");
  background-size: cover;
  background-position: center center;
}

.subscribe-formwrap {
  padding: 0 20px 40px 20px;
}

.subscribe-formwrap > .wpcf7 > form > div.wpcf7-response-output {
  margin: 0;
  font-size: 0.875rem;
}

.subscribe-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 3.75rem;
}

@media (max-width: 425px) {
  .subscribe-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding: 20px 0;
  }
}

.subscribe-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 48.7%;
  flex-basis: 48.7%;
}

@media (max-width: 425px) {
  .subscribe-wrap__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

.subscribe-wrap__item:nth-child(2) {
  margin-bottom: 0;
}

.subscribe-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subscribe-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.subscribe-price__item span {
  display: block;
  margin-right: 3.75rem;
  font-size: 0.875rem;
  font-family: "Roboto Bold", serif;
}

.subscribe-price__subtext {
  font-size: 0.75rem;
  color: #808080;
  margin-bottom: 1.5rem;
}

.mainwrap-title {
  margin: 15px 0;
}

.mainwrap-text {
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 1.875rem;
}

.subform-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .subform-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.subform-wrap > .wpcf7-form-control-wrap > span.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  padding-left: 20px;
}

.subform-wrap > span > input[type="text"] {
  border-radius: 0px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.3);
  padding-left: 20px;
}

.subform-wrap > span > input[type="tel"] {
  border-radius: 0px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.3);
  padding-left: 20px;
}

.subform-wrap > span > input[type="email"] {
  border-radius: 0px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.3);
  padding-left: 20px;
}

.subform-wrap > input[type="submit"] {
  font-size: 1rem;
  width: 270px;
}

@media (max-width: 425px) {
  .subform-wrap > input[type="submit"] {
    width: 100%;
  }
}

.subform-input {
  width: 270px;
  height: 50px;
}

@media (max-width: 1199px) {
  .subform-input {
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  .subform-input {
    width: 100%;
  }
}

.history-title {
  margin-bottom: 20px;
}

.history-wrap {
  padding: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .history-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.history-wrap__item1 {
  -ms-flex-preferred-size: 21%;
  flex-basis: 21%;
}

@media (max-width: 768px) {
  .history-wrap__item1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.history-wrap__item2 {
  -ms-flex-preferred-size: 72%;
  flex-basis: 72%;
  padding: 25px 30px 25px 30px;
  background-color: #ffffff;
  font-size: 0.875rem;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.history-wrap__item2 > .history-maintext {
  overflow: hidden;
}

.history-last {
  margin-bottom: 40px;
}

.history-date {
  font-size: 3rem;
  color: #0052a4;
  font-family: "Roboto Bold", serif;
  line-height: 4rem;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .history-date {
    font-size: 2rem;
  }
}

.history-imgtext {
  font-size: 0.875rem;
  text-align: center;
  color: #808080;
}

@media (max-width: 425px) {
  .history-imgtext {
    width: 80%;
    margin: auto;
  }
}

.history-before {
  position: absolute;
  left: -66px;
  top: 35px;
}

@media (max-width: 1199px) {
  .history-before {
    left: -36px;
  }
}

.history-line {
  width: 66px;
  height: 1px;
  background-color: #0052a4;
  position: relative;
}

.history-line::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0052a4;
}

@media (max-width: 768px) {
  .history-line::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .history-line {
    width: 36px;
  }
}

@media (max-width: 768px) {
  .history-line {
    display: none;
  }
}

.history-staffwrap {
  padding-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.history-staffslider {
  padding: 30px;
}

.history-staffcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .history-staffcard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.history-portrait {
  width: 270px;
}

@media (max-width: 768px) {
  .history-portrait {
    margin-bottom: 20px;
  }
}

.history-portraitimg {
  width: 100%;
  height: 270px;
  background-image: url("../img/history/no-avatar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.history-portraittxt {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: "Roboto Bold", serif;
  padding-top: 20px;
}

.history-stafftxt {
  max-width: 750px;
  padding-right: 30px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (max-width: 1199px) {
  .history-stafftxt {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .history-stafftxt {
    padding-left: 0;
    padding-right: 0;
  }
}

.history-readmore {
  padding-top: 10px;
}

.license {
  padding-top: 30px;
}

.license-text {
  font-size: 0.875rem;
}

.license-list ul {
  margin-left: 0;
}

.license-list ul li {
  font-size: 0.875rem;
  margin: 5px 0;
  list-style: none;
  position: relative;
}

.license-list ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0052a4;
}

.contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .contacts-wrap {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contacts-wrap__item {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .contacts-wrap__item {
    padding-bottom: 30px;
  }
  .contacts-wrap__item:nth-child(2) {
    padding-bottom: 0;
  }
}

.contacts-place {
  margin: 0;
}

.contacts-name {
  font-size: 0.875rem;
  color: #808080;
  padding-top: 0.75rem;
  padding-bottom: 1.125rem;
}

.contacts-details {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 40px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contacts-details__item {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
}

.contacts-geo {
  position: relative;
}

.contacts-geo::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/contacts/geo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  left: -40px;
}

.contacts-email {
  position: relative;
}

.contacts-email::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/contacts/email.svg");
  background-repeat: no-repeat;
  background-position: center center;
  left: -40px;
}

.contacts-tel {
  position: relative;
}

.contacts-tel::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/contacts/phone.svg");
  background-repeat: no-repeat;
  background-position: center center;
  left: -40px;
}

.contacts-fax {
  margin-bottom: 0;
  position: relative;
}

.contacts-fax::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/contacts/fax.svg");
  background-repeat: no-repeat;
  background-position: center center;
  left: -40px;
}

.contacts-btn {
  width: 170px;
  height: 40px;
}

.services-text {
  padding: 30px 0;
  font-size: 0.875rem;
}

.services-subtitle {
  font-size: 1.5rem;
  margin: 10px 0;
}

.services-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 30px;
  min-width: 700px;
}

.services-wrap__item {
  padding: 5px;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  font-size: 0.875rem;
}

.services-wrap__item1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.services-wrap__item2 {
  font-family: "Roboto Bold", serif;
}

.services-wrap__item3 {
  font-family: "Roboto Bold", serif;
}

.services-wrap__item4 {
  font-family: "Roboto Bold", serif;
}

.services-wrap__item5 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  background-color: #ccdced;
}

.services-wrap__item6 {
  background-color: #ccdced;
}

.services-wrap__item7 {
  background-color: #ccdced;
}

.services-wrap__item8 {
  background-color: #ccdced;
}

.services-wrap__item9 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.services-wrap__item13 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  background-color: #ccdced;
}

.services-wrap__item14 {
  background-color: #ccdced;
}

.services-wrap__item15 {
  background-color: #ccdced;
}

.services-wrap__item16 {
  background-color: #ccdced;
}

.services-donetitle {
  padding-top: 30px;
  margin: 0;
}

.services-donewrap {
  padding: 60px 0 30px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 425px) {
  .services-donewrap {
    padding-bottom: 0;
  }
}

.services-donewrap__item {
  width: 270px;
  height: 270px;
  background-color: #0052a4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.services-ovf {
  overflow-x: auto;
}

.slider-donenav {
  position: absolute;
}

.archives-title {
  margin-bottom: 50px;
}

.archives-content a,
.archives-link a {
  text-decoration: none;
  color: #000000;
  line-height: 25px;
}

.archives-content a:hover {
  color: #0052a4;
}

.archives-content a:active {
  color: #0052a4;
}

.archives-link {
  position: relative;
  display: block;
  padding: 8px 0 8px 40px;
}

.archives-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("../img/archive-icon.svg");
}

.archives-taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.archives-taxonomy a {
  width: 80px;
  height: 30px;
  border: 1px solid #0052a4;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 10px;
}

.archives-taxonomy a:hover {
  background-color: #0052a4;
  color: #ffffff;
}

.docs {
  position: relative;
  padding: 8px 0 8px 40px;
}

.docs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("../img/archive-icon.svg");
}

.docs a {
  color: #000000;
  text-decoration: none;
}

.docs a:hover {
  color: #0052a4;
}

.rate {
  padding-bottom: 30px;
  padding-top: 20px;
}

.rate-item p {
  margin-bottom: 1rem;
  margin-top: 0;
}

.rate-item input:hover {
  cursor: pointer;
}

.rate-item label:hover {
  cursor: pointer;
}

.rate-item__last {
  margin-bottom: 30px;
}

.rate input[type="submit"] {
  font-family: "Roboto Bold", serif;
  font-size: 1.125rem;
}

#like,
#like-full,
#like-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#like span,
#like-full span,
#like-theme span {
  margin-left: 0;
  margin-bottom: 10px;
}

.rate > .wpcf7 > form > div.wpcf7-response-output {
  margin: 0;
  font-size: 0.875rem;
  max-width: 500px;
}

.onduty {
  padding-top: 20px;
}

.onduty-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.onduty-wrap::after {
  content: "";
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
}

.onduty-wrap__item {
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .onduty-wrap__item {
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
  }
}

@media (max-width: 425px) {
  .onduty-wrap__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.onduty-title {
  font-family: "Roboto Bold", serif;
  min-height: 75px;
  margin-bottom: 5px;
  overflow: hidden;
}

.onduty-content {
  font-size: 0.875rem;
  line-height: 1.5rem;
  min-height: 100px;
  margin-bottom: 10px;
}

.onduty-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.onduty-nav__more a {
  font-size: 0.875rem;
  color: #0052a4;
  font-family: "Roboto Bold", serif;
}

.onduty-nav__date {
  font-size: 0.75rem;
  color: #808080;
}

.onduty-form {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 3.75rem;
  background-image: url("../img/subscribe/form-bg.png");
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .onduty-form {
    margin-bottom: 30px;
  }
}

.onduty-formwrap {
  padding: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .onduty-formwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .onduty-formwrap__item {
    margin-bottom: 30px;
  }
}

.onduty-formwrap__item1 {
  -ms-flex-preferred-size: 630px;
  flex-basis: 630px;
}

@media (max-width: 991px) {
  .onduty-formwrap__item1 {
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
  }
}

.onduty-formwrap__item1 > .wpcf7 > form > div.wpcf7-response-output {
  margin: 0;
  font-size: 0.875rem;
}

.onduty-formwrap h4 {
  margin-top: 0;
}

.onduty-regime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .onduty-regime {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.onduty-worktime {
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}

.onduty-worktime::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../img/clock-duty.svg");
  background-repeat: no-repeat;
  left: 0;
}

.onduty-tel {
  padding-left: 40px;
  position: relative;
}

.onduty-tel::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../img/tel.svg");
  background-repeat: no-repeat;
  left: 0;
}

.onduty-tel a {
  color: #000000;
  text-decoration: none;
}

.onduty-subform__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .onduty-subform__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.onduty-subform__wrap > span > span.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  padding-left: 20px;
}

.onduty-subform__wrap > span > input[type="text"] {
  border-radius: 0px;
  padding-left: 20px;
}

.onduty-subform input[type="tel"] {
  border-radius: 0px;
  padding-left: 20px;
}

.onduty-subform p {
  margin: 0;
}

.onduty-subform p > span > span.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  padding-left: 20px;
}

.onduty-subform textarea {
  border-radius: 0px;
  padding-left: 20px;
  padding-top: 20px;
}

.onduty-subform input[type="submit"] {
  border-radius: 0px;
  font-size: 1.125rem;
}

.onduty-input {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.3);
}

.onduty-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.onduty-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.onduty-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.onduty-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.onduty-input__name {
  width: 300px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .onduty-input__name {
    width: inherit;
    max-width: 323px;
  }
}

@media (max-width: 768px) {
  .onduty-input__name {
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
  }
}

.onduty-input__tel {
  width: 300px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .onduty-input__tel {
    width: inherit;
    max-width: 323px;
  }
}

@media (max-width: 768px) {
  .onduty-input__tel {
    width: 100%;
    max-width: inherit;
  }
}

.onduty-input__textarea {
  max-width: 630px;
  height: 110px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .onduty-input__textarea {
    max-width: inherit;
    width: 100%;
  }
}

.onduty-input__btn {
  margin-top: 25px;
}

.onduty p {
  line-height: 2rem;
}

.contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.contents-wrap__item {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .contents-wrap__item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 425px) {
  .contents-wrap__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.contents-wrap__item div {
  margin-top: 15px;
  font-size: 0.75rem;
  color: #808080;
}

.contents-wrap__item p {
  margin: 5px 0;
}

.contents-form {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 3.75rem;
  background-image: url("../img/subscribe/form-bg.png");
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1199px) {
  .contents-form {
    margin-bottom: 0;
  }
}

.contents-formwrap {
  padding: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .contents-formwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contents-formwrap__item1 input[type="text"] {
  border-radius: 0px;
  padding-left: 20px;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="text"]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="tel"] {
  border-radius: 0px;
  padding-left: 20px;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="tel"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.acontentsds-formwrap__item1 input[type="tel"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="tel"]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="tel"]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="email"] {
  border-radius: 0px;
  padding-left: 20px;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="email"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="email"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="email"]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="email"]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 input[type="submit"] {
  border-radius: 0px;
  width: 370px;
  height: 50px;
  font-size: 1.125rem;
}

@media (max-width: 1199px) {
  .contents-formwrap__item1 input[type="submit"] {
    width: 300px;
  }
}

.contents-formwrap__item1 textarea {
  border-radius: 0px;
  padding-left: 20px;
  padding-top: 20px;
  height: 110px;
  resize: none;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.acontentsds-formwrap__item1 textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contents-formwrap__item1 > .wpcf7 > form > div.wpcf7-response-output {
  width: 370px;
  margin: 0;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .contents-formwrap__item1 > .wpcf7 > form > div.wpcf7-response-output {
    width: 300px;
    margin-bottom: 30px;
  }
}

.contents-formwrap__item1 > .wpcf7 > form > p {
  margin: 0;
}

.contents-formwrap__item1
  > .wpcf7
  > form
  > p
  > .wpcf7-form-control-wrap
  > span.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  padding-left: 20px;
}

.contents-formwrap__item2 {
  -ms-flex-preferred-size: 650px;
  flex-basis: 650px;
}

@media (max-width: 1199px) {
  .contents-formwrap__item2 {
    max-width: 600px;
  }
}

@media (max-width: 991px) {
  .contents-formwrap__item2 {
    max-width: inherit;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.contents-rules {
  background-color: #ffffff;
  padding: 20px;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.contents-rules h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.contents-rules p {
  margin: 0;
}

.contents-input {
  display: block;
  width: 370px;
  height: 50px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .contents-input {
    width: 300px;
  }
}

.adcontentss-mt {
  margin-top: 0;
}

.contents-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photorep-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photorep-wrap__item {
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
  height: 270px;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .photorep-wrap__item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 480px) {
  .photorep-wrap__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}

.photorep-wrap__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.photorep-wrap__item a {
  text-decoration: none;
  color: inherit;
}

.photorep-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-18.89%, rgba(0, 0, 0, 0.16)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.16) -18.89%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.photorep-title {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  top: 60%;
  z-index: 1;
  color: #ffffff;
  font-family: "Roboto Bold", serif;
  font-size: 1.125rem;
}

.photorep-date {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 20px;
  color: #ffffff;
  z-index: 1;
}

.photorep-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photorep-gallery__item {
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
  margin-bottom: 30px;
}

.photorep-gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
  outline: transparent;
}

.photorep-gallery__item > a > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.itemIntroText {
  margin-bottom: 20px;
}
.itemIntroText div {
  padding-top: 7px;
  padding-bottom: 7px;
}

/********** !table services *******/
.services-ovf table {
  border-spacing: 0;
  border-collapse: collapse;
}

@media (max-width: 600px) {
  .services-ovf table tr {
    display: block;
  }
}

.services-ovf table tr th {
  font-family: "Roboto Bold", serif;
  text-align: left;
  padding: 5px;
}

@media (max-width: 600px) {
  .services-ovf table tr th {
    display: none;
  }
}

.services-ovf table tr td {
  text-align: left;
  font-size: 14px;
  padding: 5px;
}

@media (max-width: 600px) {
  .services-ovf table tr td {
    display: block;
    text-align: right;
  }
  .services-ovf table tr td::before {
    float: left;
    content: attr(data-label);
    font-weight: bold;
  }
}

.services-ovf table tr:nth-child(even) {
  background-color: #ccdced;
}

.content > .container > a.pricelist {
  text-decoration: none;
  color: blue;
}

.footer-soc__item a:focus {
  outline: none;
}

/********** ! end table services *******/

.search-result__wrap {
  flex: 1;
}
.search-list {
  margin: 0;
  padding: 0;
}
.search-list .search-item {
  list-style: none;
}
.search-list .search-item p {
  margin: 0.5rem 0;
}

.search-list hr {
  height: 1px;
  margin-bottom: 1rem;
}

/*структура организации*/
.structure-title {
  margin-bottom: 45px;
}
.structure-item {
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.structure-item-wrap {
  display: flex;
  align-items: center;
}
.structure-item-img {
  width: 270px;
  height: 200px;
  margin-right: 30px;
}
.structure-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.structure-item-fio {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
.structure-item-job {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.structure-item-info {
  margin-bottom: 15px;
}
.structure-item-contacts span {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.structure-item-contacts a {
  font-size: 14px;
  line-height: 24px;
  color: #4169e1;
  text-decoration: underline;
}
.structure-item-phone {
  margin-bottom: 5px;
}

.medium-title {
  font-weight: 600;
  font-size: 18.72px;
  line-height: 24px;
  color: #404040;
  margin-bottom: 15px;
}
.vacancies-wrap {
  display: flex;
  align-items: flex-start;
}
.vacancies-contacts {
  width: 370px;
  min-width: 370px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  padding: 50px 30px;
  margin-left: 30px;
}
.vacancies-contacts span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.vacancies-contacts a {
  font-size: 14px;
  font-weight: 600;
  color: #1d52a4;
}
.vacancies-contacts-phone a {
  text-decoration: none;
}
.vacancies-items {
  width: 100%;
}
.vacancies-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.vacancies-item-title {
  flex: 1 0 100%;
}
.vacancies-item-desc {
  font-size: 14px;
  line-height: 24px;
  width: 70%;
}
.vacancies-item-desc-text {
  padding-right: 40px;
}
.vacancies-item-money {
  width: 30%;
}
.vacancies-item-top {
  color: #808080;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.vacancies-item-top:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.vacancies-item-money-text {
  font-weight: 600;
  font-size: 18.72px;
  line-height: 24px;
  color: #1d52a4;
}
.structure-desc {
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .vacancies-wrap {
    flex-direction: column-reverse;
  }
  .vacancies-contacts {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .structure-title {
    margin-bottom: 20px;
  }
  .vacancies-item-desc {
    width: 100%;
  }
  .vacancies-item-desc p {
    margin-top: 0;
  }
  .vacancies-item-money {
    width: 100%;
  }
  .vacancies-item-desc-text {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .structure-item-wrap {
    display: block;
  }
  .structure-item-img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .vacancies-contacts {
    width: 100%;
    min-width: auto;
    padding: 20px 10px;
  }
  .medium-title {
    font-size: 16px;
  }
}
