html {
  scroll-behavior: smooth;
}
body {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
  text-decoration-skip-ink: none;
}
@media (max-width: 1260px) {
  body {
    font-size: 14px;
  }
}
body.overlay-open {
  overflow: hidden;
  padding-right: 17px;
}
a:focus {
  outline: none;
}
h1 {
  font-size: 45px;
  margin-top: 25px;
}
@media (max-width: 1260px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 26px;
  }
}
h2 {
  font-size: 35px;
}
@media (max-width: 1260px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 25px;
}
@media (max-width: 1260px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
}
ul {
  padding: 1px 19px 5px 19px;
}
ul li {
  margin: 18px 0;
}
ul li::marker {
  color: #ea3627;
  font-size: 16px;
}
ul li:first-child {
  margin-top: 0;
}
ol {
  padding: 1px 19px 5px 19px;
}
ol li {
  margin: 18px 0;
}
span.blue {
  color: #134578;
}
button:focus {
  outline: none !important;
}
video:focus {
  outline: none !important;
}
.no-mt {
  margin-top: 0 !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.slider-controls {
  display: flex;
}
.slider-controls div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s;
}
.slider-controls div:hover {
  border-color: #ea3627;
}
.slider-controls div:last-child img {
  transform: rotate(180deg);
}
.slider {
  display: block;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 6px);
  width: 10px;
  height: 12px;
}
.flickity-prev-next-button .flickity-button-icon path {
  fill: #134578;
}
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  opacity: 1;
  border: 2px solid #134578;
}
@media (max-width: 767px) {
  .flickity-prev-next-button {
    width: 35px;
    height: 35px;
  }
}
.flickity-prev-next-button:focus {
  box-shadow: none;
}
.flickity-prev-next-button.previous {
  left: -100px;
}
@media (max-width: 1400px) {
  .flickity-prev-next-button.previous {
    left: -70px;
  }
}
@media (max-width: 1340px) {
  .flickity-prev-next-button.previous {
    left: 0;
  }
}
.flickity-prev-next-button.next {
  right: -100px;
}
@media (max-width: 1400px) {
  .flickity-prev-next-button.next {
    right: -70px;
  }
}
@media (max-width: 1340px) {
  .flickity-prev-next-button.next {
    right: 0;
  }
}
.red-button {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #ea3627;
  border-radius: 60px;
}
.red-button.center {
  margin-left: auto;
  margin-right: auto;
}
.red-button:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #ea3627;
  color: #ea3627;
}
.accordion {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .accordion {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.accordion ol li {
  padding-left: 5px;
}
.accordion ol li::marker {
  color: #ea3627;
  font-weight: bold;
}
.accordion ol li a {
  color: initial !important;
}
.accordion ul a {
  color: initial !important;
}
.accordion .question {
  height: 70px;
  background-color: #134578;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .accordion .question {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .accordion .question {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .accordion .question {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    font-size: 15px;
  }
}
.accordion .question .arrow {
  width: 35px;
  height: 35px;
  border: 1px solid white;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .accordion .question .arrow {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
}
.accordion .question .arrow img {
  transition: 0.3s;
  width: 11px;
  height: 11px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .accordion .question .arrow img {
    height: 8px;
    width: 8px;
  }
}
.accordion .question.active .arrow img {
  transform: rotate(270deg);
}
.accordion .answer {
  font-size: 18px;
  /* font-style: italic; */
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  opacity: 0;
  padding-bottom: 0;
  transition: max-height 1s 0.5s, padding 1s 0.5s, opacity 1s;
}
@media (max-width: 1199px) {
  .accordion .answer {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .accordion .answer {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .accordion .answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .accordion .answer {
    font-size: 14px;
  }
}
@media (max-width: 475px) {
  .accordion .answer {
    display: block;
  }
}
@media (max-width: 475px) {
  .accordion .answer > div {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .accordion .answer > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
  }
}
.accordion .answer a {
  text-decoration: underline;
  color: #ea3627;
}
.accordion .question.active + .answer {
  max-height: 9999px;
  padding-top: 40px;
  padding-bottom: 30px;
  opacity: 1;
  transition: max-height 1s, padding 1s, opacity 1s 0.5s;
}
@media (max-width: 991px) {
  .accordion .question.active + .answer {
    padding-top: 20px;
  }
}
@media (max-width: 475px) {
  .accordion .question.active + .answer {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}
.accordion.light .question {
  height: 50px;
  color: initial;
  background-color: #F9F9F9;
  font-size: 16px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .accordion.light .question {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.accordion.light .question .arrow {
  width: 26px;
  height: 26px;
  border: 1px solid #134578;
  margin-right: 0;
}
@media (max-width: 767px) {
  .accordion.light .question .arrow {
    margin-left: 10px;
  }
}
.accordion.light .question .arrow img {
  width: 8px;
  height: 8px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(37%) saturate(2305%) hue-rotate(186deg) brightness(97%) contrast(93%);
}
.multiple-content {
  margin-top: 40px;
}
.multiple-content .content-select {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .multiple-content .content-select {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .multiple-content .content-select {
    margin-bottom: 20px;
  }
}
.multiple-content .content-select .category {
  font-size: 18px;
  margin-right: 40px;
  cursor: pointer;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .multiple-content .content-select .category {
    font-size: 16px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
.multiple-content .content-select .category.current {
  border-bottom: 3px solid #ea3627;
}
@media (max-width: 991px) {
  .multiple-content .content-select .category.current {
    margin-bottom: 13px;
  }
}
.multiple-content .content-box {
  display: none;
}
.multiple-content .content-box.current {
  display: block;
}
@media (max-width: 1340px) {
  .multiple-content .content-box.current .slider {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1340px) and (max-width: 575px) {
  .multiple-content .content-box.current .slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header {
  display: flex;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  height: 140px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  header {
    font-size: 1.5vw;
  }
}
@media (max-width: 991px) {
  header {
    height: 110px;
  }
}
@media (max-width: 575px) {
  header {
    margin-bottom: 22px;
  }
}
header .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100vw - 1200px) / 2);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
  background-color: white;
}
@media (max-width: 1599px) {
  header .left {
    width: 200px;
    flex-shrink: 0;
  }
}
@media (max-width: 991px) {
  header .left {
    width: 150px;
  }
}
@media (max-width: 767px) {
  header .left {
    width: auto;
    margin-left: 15px;
    border-right: 0 !important;
  }
}
@media (max-width: 991px) {
  header .left img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767px) {
  header .left img {
    width: 115px;
  }
}
@media (max-width: 575px) {
  header .left img {
    width: 100px;
  }
}
@media (max-width: 359px) {
  header .left img {
    width: 90px;
  }
}
header .center {
  display: flex;
  align-items: center;
  flex-grow: 1;
  background-color: white;
}
@media (max-width: 767px) {
  header .center {
    justify-content: flex-end;
    padding-right: 10px;
  }
}
header .center img {
  margin-left: 3.6vw;
}
@media (max-width: 1599px) {
  header .center img {
    margin-left: 30px;
  }
}
header .center .drop,
header .center .child {
  position: relative;
}
header .center .drop.first a {
  margin-left: 0;
}
header .center .drop.first:hover img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(64%) saturate(6361%) hue-rotate(343deg) brightness(90%) contrast(105%);
}
header .center .child > a {
  font-size: 20px;
  height: 70px;
  margin-left: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding-left: 40px;
}
@media (max-width: 1599px) {
  header .center .child > a {
    font-size: 18px;
  }
}
header .center .child > a:hover {
  font-weight: bold;
  background-color: #EAEAEA;
  text-decoration: none;
}
header .center .child > a:last-child {
  border: 0;
}
header .center .child-menu {
  display: none;
  position: absolute;
  background-color: white;
  left: 369px;
  width: 370px;
  top: 0;
  border: 1px solid #EAEAEA;
  border-left: 3px solid #ea3627;
}
@media (max-width: 1599px) {
  header .center .child-menu {
    width: 320px;
    left: 319px;
  }
}
header .center .child-menu:hover {
  display: block;
}
header .center .child-menu > a {
  font-size: 20px;
  height: 70px;
  margin-left: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding-left: 40px;
}
@media (max-width: 1599px) {
  header .center .child-menu > a {
    font-size: 18px;
  }
}
header .center .child-menu > a:last-child {
  border: 0;
}
header .center .child-menu > a:hover {
  font-weight: bold;
  background-color: #EAEAEA;
  text-decoration: none;
}
header .center .dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  width: 370px;
  left: calc(3.6vw - 30px);
}
@media (max-width: 1599px) {
  header .center .dropdown {
    width: 320px;
  }
}
header .center .dropdown.wide {
  width: 590px;
}
@media (max-width: 1599px) {
  header .center .dropdown.wide {
    width: 550px;
  }
}
header .center .dropdown .content {
  background-color: white;
  border: 1px solid #EAEAEA;
  border-top: 3px solid #ea3627;
  margin-top: 57px;
}
header .center .dropdown .content > a {
  font-size: 20px;
  height: 70px;
  margin-left: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding-left: 40px;
}
@media (max-width: 1599px) {
  header .center .dropdown .content > a {
    font-size: 18px;
  }
}
header .center .dropdown .content > a:last-child {
  border: 0;
}
header .center .dropdown .content > a:hover {
  font-weight: bold;
  background-color: #EAEAEA;
  text-decoration: none;
}
header .center .dropdown:hover {
  display: block;
}
header .center a {
  margin-left: 3.2vw;
  font-size: 20px;
  color: initial;
}

header .center a.red {
    color: #ea3627;
    font-weight: 600;
}

@media (max-width: 1599px) {
  header .center a {
    margin-left: 30px;
    font-size: 18px;
  }
}
header .center a.current {
  font-weight: bold;
}
header .center a:hover + .dropdown {
  display: block;
}
header .center a:hover + .child-menu {
  display: block;
}
header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  padding-right: 2.6vw;
  background-color: white;
}
@media (max-width: 1599px) {
}
@media (max-width: 991px) {
  header .right {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  header .right {
    padding-right: 5px;
  }
}
header .right .phone {
  font-size: 20px;
  margin-right: 1.7vw;
}
@media (max-width: 1599px) {
  header .right .phone {
    font-size: 18px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  header .right .phone {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header .right .phone {
    display: none;
  }
}
header .right .phone img {
  margin-right: 10px;
  vertical-align: top;
}
@media (max-width: 1599px) {
  header .right .phone img {
    margin-right: 6px;
    width: 20px;
  }
}
@media (max-width: 991px) {
  header .right .phone img {
    width: 16px;
  }
}
header .right > a {
  margin-right: 10px;
  border-radius: 40px;
}
header .right > a:first-child {
  margin-right: 10px;
}
@media (max-width: 1599px) {
  header .right > a > img {
    width: 40px;
  }
}
header .right > a:hover {
  background: #ea3627;
}
header .right > a:hover img {
  filter: saturate(0) brightness(3);
}
header .right .links {
  margin-left: 1.25vw;
  display: flex;
}
@media (max-width: 1599px) {
  header .right .links {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  header .right .links {
    display: none;
  }
}
header .right .links a, .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 155px;
  font-size: 14px;
  color: white;
  border-radius: 100px;
}

.btn {
    text-decoration: none;
    background-color: #ea3627;
    margin-bottom: 20px;
}



@media (max-width: 1599px) {
  header .right .links a {
    height: 40px;
    width: 145px;
  }
}
@media (max-width: 991px) {
  header .right .links a {
    width: 125px;
    font-size: 12px;
  }
}
header .right .links a:first-child {
  background-color: #ea3627;
  margin-right: 15px;
}
@media (max-width: 1599px) {
  header .right .links a:first-child {
    margin-right: 10px;
  }
}
header .right .links a:first-child:hover, .btn:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #ea3627;
  color: #ea3627;
}
header .right .links a:last-child {
  background-color: #134578;
}
header .right .links a:last-child:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #134578;
  color: #134578;
}
.breadcrumbs {
  color: rgba(34, 34, 34, 0.5);
  font-size: 14px;
}
@media (max-width: 575px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs a {
  color: rgba(34, 34, 34, 0.5);
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: initial;
}
.breadcrumbs .sep {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .breadcrumbs .sep {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.breadcrumbs .current {
  color: initial;
  text-decoration: underline;
}
.inner-page h2 {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .inner-page h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.inner-page h3 {
  margin-top: 35px;
  margin-bottom: 40px;
}
.inner-page img {
  max-width: 100%;
}
.inner-page p + img {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .inner-page p + img {
    margin-top: 15px;
  }
}
.inner-page img + p {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .inner-page img + p {
    margin-top: 30px;
  }
}
.inner-page p {
  margin-bottom: 20px;
}
.inner-page p a {
  color: #ea3627;
  text-decoration: underline;
  transition: 0.3s;
}
.inner-page p a:hover {
  color: #ca2214;
}
.inner-page .inner-contacts {
  margin-top: 25px;
  margin-bottom: 25px;
}
.inner-page .inner-contacts .phone {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.inner-page .inner-contacts .phone img {
  flex-shrink: 0;
  margin-right: 17px;
  width: 18px;
  height: 18px;
}
.inner-page .inner-contacts .email {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #ea3627;
}
.inner-page .inner-contacts .email a {
  color: #ea3627;
  text-decoration: underline;
}
.inner-page .inner-contacts .email img {
  flex-shrink: 0;
  margin-right: 17px;
  width: 18px;
  height: 18px;
}
.homepage header .right .links a:first-child:hover {
  color: white;
}
.homepage header .right .links a:last-child:hover {
  color: white;
}
.homepage .block-media {
  padding-top: 70px;
}
@media (max-width: 575px) {
  .homepage .block-media {
    padding-top: 40px;
  }
}
.homepage .block-partners {
  padding-top: 70px;
}
@media (max-width: 575px) {
  .homepage .block-partners {
    padding-top: 40px;
  }
}
.homepage h2 {
  font-size: 45px;
}
@media (max-width: 991px) {
  .homepage h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .homepage h2 {
    font-size: 25px;
  }
}
.homepage header.white {
  width: 100%;
  position: absolute;
  z-index: 1;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #fff;
}
.homepage header.white .right .links a:first-child:hover {
  color: #ea3627;
}
.homepage header.white .right .links a:last-child:hover {
  color: #134578;
}
.homepage header:not(.white) {
  width: 100%;
  position: absolute;
  z-index: 1;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.homepage header:not(.white) .left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.homepage header:not(.white) .center {
  background-color: transparent;
}
@media (max-width: 767px) {
  .homepage header:not(.white) .center {
    justify-content: flex-end;
    padding-right: 10px;
  }
}
.homepage header:not(.white) .center a {
  color: white;
}
.homepage header:not(.white) .center img {
  filter: invert(1);
}
.homepage header:not(.white) .center .dropdown a {
  color: #222;
}
.homepage header:not(.white) .right {
  background-color: transparent;
}
.homepage header:not(.white) .right .phone {
  color: white;
}
.homepage header:not(.white) .right .phone img {
  filter: saturate(0) brightness(3);
  transition: 0.3s;
}
.homepage header:not(.white) .right a img {
  filter: saturate(0) brightness(3);
  transition: 0.3s;
}
.homepage header:not(.white) .right .links a {
  background-color: transparent;
  border: 1px solid white;
  transition: 0.3s;
}
.homepage header:not(.white) .right .links a:first-child:hover {
  background-color: #ea3627;
  border-color: #ea3627;
  text-decoration: none;
}
.homepage header:not(.white) .right .links a:last-child:hover {
  background-color: #134578;
  border-color: #134578;
  text-decoration: none;
}
.homepage .block-1 {
  height: 100vh;
  color: white;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.homepage .block-1 .homepage-slider {
  height: 100%;
}
.homepage .block-1 .carousel-cell {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage .block-1 .carousel-cell:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.homepage .block-1 .carousel-cell .content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1599px) {
  .homepage .block-1 .carousel-cell .content {
    margin-top: 50px;
  }
}
@media (max-width: 1340px) {
  .homepage .block-1 .carousel-cell .content {
    width: 100%;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .homepage .block-1 .carousel-cell .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.homepage .block-1 .carousel-cell .title {
  font-size: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1599px) {
  .homepage .block-1 .carousel-cell .title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .homepage .block-1 .carousel-cell .title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .homepage .block-1 .carousel-cell .title {
    font-size: 26px;
  }
}
.homepage .block-1 .carousel-cell a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  border-radius: 100px;
  background-color: #ea3627;
  color: white;
  font-size: 16px;
  margin-top: 60px;
  transition: 0.3s;
}
@media (max-width: 1599px) {
  .homepage .block-1 .carousel-cell a {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .homepage .block-1 .carousel-cell a {
    width: 200px;
    height: 50px;
    font-size: 14px;
    margin-top: 30px;
  }
}
.homepage .block-1 .carousel-cell a:hover {
  background-color: transparent;
  color: white;
  border: 1px solid #ea3627;
  text-decoration: none;
}
.homepage .block-1 .homepage-slider-controls {
  position: absolute;
  right: 50px;
  bottom: 50px;
  display: flex;
}
@media (max-width: 1199px) {
  .homepage .block-1 .homepage-slider-controls {
    right: 30px;
    bottom: 30px;
  }
}
.homepage .block-1 .slider-controls div {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .homepage .block-1 .slider-controls div {
    width: 36px;
    height: 36px;
  }
}
.homepage .block-1 .slider-controls div:last-child {
  margin-left: 10px;
}
.homepage .block-1 .slider-controls div img {
  width: 12px;
  height: 12px;
}
@media (max-width: 1199px) {
  .homepage .block-1 .slider-controls div img {
    width: 10px;
    height: 10px;
  }
}
.homepage .block-1 .status {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  margin-right: 17px;
}
@media (max-width: 1199px) {
  .homepage .block-1 .status {
    font-size: 16px;
  }
}
.homepage .block-1 .status .current {
  font-size: 60px;
  margin-top: -10px;
}
@media (max-width: 1199px) {
  .homepage .block-1 .status .current {
    font-size: 40px;
    margin-top: -6px;
  }
}
.homepage .block-1 .scrolldown {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 14px;
  letter-spacing: 2.8px;
  transform: rotate(-90deg);
  transform-origin: left;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .homepage .block-1 .scrolldown {
    left: 30px;
    bottom: 30px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .homepage .block-1 .scrolldown {
    display: none;
  }
}
.homepage .block-1 .scrolldown img {
  transform: rotate(90deg);
  margin-right: 30px;
  margin-top: -2px;
}
.block-articles {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .block-articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .block-articles {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.block-articles > a {
  display: block;
  height: 20.8vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-articles > a {
    height: 27vw;
  }
}
@media (max-width: 575px) {
  .block-articles > a {
    height: 40vw;
  }
}
.block-articles > a:nth-child(1) {
  background-color: #ea3627;
}
.block-articles > a:nth-child(2) {
  background-color: #4fafde;
}
.block-articles > a:nth-child(3) {
  background-color: #134578;
}
@media (max-width: 767px) and (min-width: 576px) {
  .block-articles > a:nth-child(3) {
    grid-column-start: 2;
  }
}
.block-articles > a:nth-child(4) {
  background-color: #4fafde;
}
@media (max-width: 767px) and (min-width: 576px) {
  .block-articles > a:nth-child(4) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.block-articles > a:nth-child(5) {
  background-color: #134578;
}
.block-articles > a:nth-child(6) {
  background-color: #ea3627;
}
.block-articles > a .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 5.2vw;
  padding-right: 5.2vw;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .block-articles > a .content {
    background-color: transparent !important;
  }
}
@media (max-width: 575px) {
  .block-articles > a .content {
    padding: 15px;
  }
}
.block-articles > a .hover-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  opacity: 0;
}
@media (max-width: 767px) {
  .block-articles > a .hover-image {
    opacity: 0 !important;
  }
}
.block-articles > a .overlay-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: 0.5s ease;
}
.block-articles > a .title {
  position: relative;
  color: white;
  font-weight: bold;
  font-size: 1.3vw;
  margin-bottom: 2.3vw;
  z-index: 2;
}
@media (max-width: 1199px) {
  .block-articles > a .title {
    font-size: 1.5vw;
  }
}
@media (max-width: 991px) {
  .block-articles > a .title {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .block-articles > a .title {
    font-size: 16px;
  }
  .block-articles > a .title br {
    display: none;
  }
}
.block-articles > a .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: solid 1px #ffffff;
  border-radius: 40px;
  transition: 0.5s ease;
  z-index: 2;
}
@media (max-width: 991px) {
  .block-articles > a .icon {
    width: 35px;
    height: 35px;
  }
}
.block-articles > a .icon img {
  transform: rotate(180deg);
  width: 10px;
  height: 12px;
}
.block-articles > a:hover .title {
  text-decoration: underline;
}
.block-articles > a:hover .icon {
  border-color: #ea3627;
  background-color: #ea3627;
}
.block-articles > a:hover .hover-image {
  opacity: 1;
}
.block-articles > a:hover .content {
  background-color: rgba(0, 0, 0, 0.5);
}
.block-articles > a:hover .overlay-image {
  opacity: 0;
}
.block-media {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .block-media {
    padding-bottom: 40px;
  }
}
.block-media h2 {
  margin-bottom: 20px;
}
.block-media .media-category-select {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .block-media .media-category-select {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.block-media .media-category-select .category {
  font-size: 18px;
  margin-right: 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .block-media .media-category-select .category {
    font-size: 15px;
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .block-media .media-category-select .category {
    margin-bottom: 15px;
  }
}
.block-media .media-category-select .category.current {
  border-bottom: 3px solid #ea3627;
}
@media (max-width: 575px) {
  .block-media .media-category-select .category.current {
    margin-bottom: 13px;
  }
}
.block-media .media-slider {
  display: none;
}
@media (max-width: 1340px) {
  .block-media .media-slider {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .block-media .media-slider {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.block-media .media-slider.current {
  display: block;
}
.block-media .carousel-cell {
  width: 33.33%;
  height: 270px;
  border: solid 1px #eaeaea;
  color: white;
}
@media (max-width: 1199px) {
  .block-media .carousel-cell {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .block-media .carousel-cell {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .block-media .carousel-cell {
    height: auto;
  }
}
.block-media .carousel-cell .hover-image {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-media .carousel-cell .content {
  position: relative;
  color: initial;
  transition: 0.5s background-color;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .block-media .carousel-cell .content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.block-media .carousel-cell .date {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  flex-shrink: 0;
  text-decoration: none;
  margin-bottom: 15px;
}
.block-media .carousel-cell .title {
  font-size: 14px;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .block-media .carousel-cell .title {
    margin: 0px 0 10px 0;
  }
}
.block-media .carousel-cell .icon {
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: solid 1px #ea3627;
  border-radius: 25px;
  transition: 0.5s ease;
  z-index: 2;
}
.block-media .carousel-cell .icon img {
  transform: rotate(180deg);
  width: 7px;
  height: 7px;
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(3989%) hue-rotate(347deg) brightness(94%) contrast(96%);
}
.block-media .carousel-cell:hover {
  text-decoration: none;
}
.block-media .carousel-cell:hover .hover-image {
  opacity: 1;
}
.block-media .carousel-cell:hover .title {
  text-decoration: underline;
}
.block-media .carousel-cell:hover .content {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.block-media .carousel-cell:hover .icon {
  border-color: white;
}
.block-media .carousel-cell:hover .icon img {
  filter: initial;
}
.block-media .media-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-top: 30px;
}

.block-media .media-banners.three_column {
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .block-media .media-banners {
    grid-template-columns: 1fr;
  }
  
  .block-media .media-banners.three_column {
    grid-template-columns: 1fr;
    }
}
.block-media .media-banners a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 40px;
  padding-left: 40px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .block-media .media-banners a {
    background-position: right;
    background-repeat: no-repeat;
  }
}
@media (max-width: 575px) {
  .block-media .media-banners a {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
  }
  .block-media .media-banners a.blue:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 69, 120, 0.5);
  }
}
.block-media .media-banners .title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.block-media .media-banners .title h5 {
    font-size: 1.15rem;
}

.block-media .media-banners .title h4 {
    margin-top: 8px;
}

@media (max-width: 991px) {
  .block-media .media-banners .title {
    font-size: 17px;
    margin-top: 8px;
  }
  
  .block-media .media-banners .title  h4{
    font-size: 15px;
  }
}
.block-media .media-banners .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: solid 1px #ea3627;
  border-radius: 25px;
  margin-top: 17px;
  background-color: #ea3627;
  position: relative;
  z-index: 1;
}
.block-media .media-banners .icon img {
  transform: rotate(180deg);
  width: 7px;
  height: 7px;
  margin-bottom: 0;
}
.block-media .media-banners .blue {
  background-color: #134578;
}
.block-media .media-banners .light-blue {
  background-color: #4fafde;
}
.block-media .media-banners .red {
  background-color: #ea3627;
}
.block-media .media-banners .placeholder {
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
}
.block-media .media-banners .placeholder .size {
  color: initial;
  text-transform: uppercase;
  font-size: 18px;
}
.block-partners {
  padding-top: 40px;
  padding-bottom: 105px;
}
@media (max-width: 575px) {
  .block-partners {
    padding-bottom: 50px;
  }
}
.block-partners h2 {
  margin-bottom: 40px;
}
@media (max-width: 1340px) {
  .block-partners .partners-slider {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 575px) {
  .block-partners .partners-slider {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.block-partners .carousel-cell {
  width: 170px;
  margin-right: 28px;
  margin-left: 2px;
  border: solid 1px #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
@media (max-width: 1340px) {
  .block-partners .carousel-cell {
    width: 143px;
  }
}
@media (max-width: 1199px) {
  .block-partners .carousel-cell {
    width: 140px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .block-partners .carousel-cell {
    width: 165px;
  }
}
@media (max-width: 575px) {
  .block-partners .carousel-cell {
    width: 100%;
  }
}
footer {
  width: 100%;
  background-color: #283135;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  color: white;
}
@media (max-width: 991px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
}
@media (max-width: 1670px) {
  footer .top {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  footer .top {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  footer .top {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
footer .top a {
  color: #ea3627;
  text-decoration: underline;
}
footer .top a:hover {
  color: #eb4335;
}
footer .top .left {
  display: flex;
}
@media (max-width: 991px) {
  footer .top .left {
    display: block;
    text-align: center;
  }
}
footer .top .left img {
  margin-top: -35px;
  margin-right: 35px;
}
@media (max-width: 1670px) {
  footer .top .left img {
    margin-top: -10px;
    margin-right: 15px;
    width: 120px;
  }
}
@media (max-width: 991px) {
  footer .top .left img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  footer .top .center {
    padding-left: 10px;
  }
}
footer .top .contacts {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 50px;
  grid-row-gap: 17px;
  font-size: 20px;
  padding-right: 50px;
}
@media (max-width: 1670px) {
  footer .top .contacts {
    grid-column-gap: 20px;
    grid-row-gap: 17px;
    font-size: 15px;
    padding-right: 0px;
  }
}
@media (max-width: 1260px) {
  footer .top .contacts {
    grid-template-columns: auto;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .top .contacts {
    margin-bottom: 15px;
  }
}
footer .top .contacts > div {
  align-self: center;
}
footer .top .contacts span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
footer .top .contacts a {
  margin-left: 14px;
}
footer .top .contacts img {
  width: 40px;
  height: 40px;
  filter: saturate(0) brightness(3);
}
footer .bottom {
  margin-top: 48px;
  padding-top: 38px;
  padding-bottom: 38px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1670px) {
  footer .bottom {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  footer .bottom {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .bottom {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  footer .bottom .menu {
    display: none;
  }
}
footer .bottom .menu a {
  color: white;
  margin-right: 80px;
}
@media (max-width: 1260px) {
  footer .bottom .menu a {
    margin-right: 40px;
  }
}
footer .bottom .menu img {
  filter: invert(1);
  margin-right: 80px;
}
@media (max-width: 1260px) {
  footer .bottom .menu img {
    margin-right: 40px;
  }
}
footer .bottom .social span {
  margin-right: 35px;
}
@media (max-width: 991px) {
  footer .bottom .social span {
    margin-right: 0;
    display: block;
    margin-bottom: 14px;
  }
}
footer .bottom .social a {
  margin-left: 18px;
}
@media (max-width: 991px) {
  footer .bottom .social a {
    margin-left: 20px;
  }
}
.page-about .block-1 .subtitle {
  font-size: 25px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .page-about .block-1 .subtitle {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .page-about .block-1 .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-about .block-1 .right {
    margin-top: 30px;
  }
}
.page-about .block-1 .right img {
  max-width: 100%;
}
.page-about .block-1 .boxes {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .page-about .block-1 .boxes {
    margin-top: 25px;
  }
}
.page-about .block-1 .boxes .title {
  font-size: 25px;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  .page-about .block-1 .boxes .title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .page-about .block-1 .boxes .title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .page-about .block-1 .boxes .title {
    font-size: 16px;
  }
}
.page-about .block-1 .boxes .items {
  display: flex;
}
.page-about .block-1 .boxes .items .item:first-child {
  margin-right: 84px;
}
@media (max-width: 575px) {
  .page-about .block-1 .boxes .items .item:first-child {
    margin-right: 20px;
  }
}
.page-about .block-1 .boxes .items .number {
  font-size: 100px;
  font-weight: 300;
  color: #134578;
}
@media (max-width: 1260px) {
  .page-about .block-1 .boxes .items .number {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .page-about .block-1 .boxes .items .number {
    font-size: 50px;
  }
}
.page-about-struktura .block-1 .bottom {
  padding-top: 30px;
  padding-bottom: 85px;
}
.page-about-struktura .block-1 .bottom h3 {
  margin-bottom: 20px;
}
.page-about-struktura .block-1 .bottom li::marker {
  color: #ea3627;
  font-weight: bold;
  margin-right: 10px;
}
.page-about-struktura .block-1 .bottom a {
  color: initial;
  text-decoration: underline;
  transition: 0.3s;
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-top;
}
.page-about-struktura .block-1 .bottom a:hover {
  color: #ea3627;
}
.persons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .persons {
    display: block;
  }
}
.persons .column {
  width: calc(33.33% - 15px);
}
@media (max-width: 1199px) {
  .persons .column {
    width: calc(33.33% - 8px);
  }
}
@media (max-width: 767px) {
  .persons .column {
    width: 100%;
  }
}
.persons .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f9f9f9;
  cursor: pointer;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .persons .item {
    font-size: 14px;
  }
}
.persons .arrow {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  border: 1px solid #134578;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.persons .arrow img {
  width: 7px;
  height: 7px;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(23%) sepia(53%) saturate(1103%) hue-rotate(177deg) brightness(91%) contrast(99%);
}
a.loadmore {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  background-color: #ea3627;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  a.loadmore {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  a.loadmore {
    margin-top: 15px;
  }
}
a.loadmore img {
  margin-left: 9px;
}
a.loadmore:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #ea3627;
  color: #ea3627;
}
a.loadmore:hover img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(72%) saturate(3853%) hue-rotate(353deg) brightness(106%) contrast(84%);
}
.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .news-grid {
    grid-template-columns: auto;
  }
}
.news-grid .media-item {
  width: auto;
  height: 270px;
  border: solid 1px #eaeaea;
  color: white;
  position: relative;
  margin-left: -1px;
  margin-bottom: -1px;
}
@media (max-width: 1199px) {
  .news-grid .media-item {
    height: auto;
  }
}
.news-grid .media-item .hover-image {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-grid .media-item .content {
  position: relative;
  color: initial;
  transition: 0.5s background-color;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .news-grid .media-item .content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-grid .media-item .date {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  flex-shrink: 0;
  text-decoration: none;
  margin-bottom: 15px;
}
.news-grid .media-item .title {
  font-size: 14px;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .news-grid .media-item .title {
    margin-bottom: 10px;
  }
}
.news-grid .media-item .icon {
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: solid 1px #ea3627;
  border-radius: 25px;
  transition: 0.5s ease;
  z-index: 2;
}
.news-grid .media-item .icon img {
  transform: rotate(180deg);
  width: 7px;
  height: 7px;
  filter: brightness(0) saturate(100%) invert(34%) sepia(91%) saturate(3989%) hue-rotate(347deg) brightness(94%) contrast(96%);
}
.news-grid .media-item:hover {
  text-decoration: none;
}
.news-grid .media-item:hover .hover-image {
  opacity: 1;
}
.news-grid .media-item:hover .title {
  text-decoration: underline;
}
.news-grid .media-item:hover .content {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.news-grid .media-item:hover .icon {
  border-color: white;
}
.news-grid .media-item:hover .icon img {
  filter: initial;
}
.document {
  font-size: 12px;
  color: white;
  text-decoration: none;
  margin-bottom: 15px;
  margin-top: 15px;
}
.document .date {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.document .date div:first-child {
  margin-bottom: 6px;
}
.document .doc-title {
  margin-top: 13px;
  margin-bottom: 20px;
}
.document a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: underline;
  transition: 0.3s;
}
.document a:hover {
  color: #ea3627;
}
.document a:first-child {
  margin-bottom: 6px;
}
.document a:first-child img {
  margin-right: 8px;
}
.document a:last-child img {
  margin-right: 10px;
  margin-left: 2px;
}
.document .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px 34px 25px;
  border-radius: 5px;
  position: relative;
  background-color: #134578;
  min-height: 170px;
}
@media (min-width: 1200px) and (max-height: 750px) {
}
@media (max-width: 991px) {
  .document .inner {
    padding: 20px 15px 24px 15px;
  }
}
.document .inner:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  background-image: linear-gradient(-45deg, #ffffff 49%, #15518E 50%);
}
@media (max-width: 991px) {
  .document .inner:after {
    width: 50px;
    height: 50px;
  }
}
.folders {
  margin-bottom: 60px;
}
.folders > a {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .folders > a {
    font-size: 14px;
  }
}
.folders > a:hover .doc-title {
  text-decoration: underline;
}
.folders .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 25px;
  border-radius: 5px;
  position: relative;
  background-color: #134578;
  min-height: 170px;
}
@media (min-width: 1200px) and (max-height: 750px) {
  .folders .inner {
    padding: 15px 25px 25px 25px;
  }
}
@media (max-width: 1199px) {
  .folders .inner {
    min-height: 0;
  }
}
.folders .inner:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(-45deg, #ffffff 49%, #15518E 50%);
}
.folders .doc-title {
  padding-top: 10px;
  padding-bottom: 7px;
}
.folders.small-text > a {
  font-size: 14px;
}
.folders.small-text .inner {
  padding: 35px 20px 35px 25px;
}
.folders.small-text .doc-title {
  padding-bottom: 11px;
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
}
.overlay .container {
  padding-top: 90px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .overlay .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.overlay .person-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .overlay .person-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.overlay .person-info .left {
  width: 300px;
  margin-right: 70px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .overlay .person-info .left {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .overlay .person-info .left {
    width: 230px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .overlay .person-info .left {
    width: 230px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.overlay .person-info .left img {
  max-width: 100%;
}
.overlay .person-info .right {
  flex-grow: 1;
}
.overlay .person-info .right .name {
  font-size: 45px;
  margin-top: -10px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .overlay .person-info .right .name {
    font-size: 35px;
    margin-top: -5px;
  }
}
@media (max-width: 991px) {
  .overlay .person-info .right .name {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .overlay .person-info .right .name {
    font-size: 24px;
  }
}
.overlay .person-info .right .info {
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .overlay .person-info .right .info {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .overlay .person-info .right .info {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .overlay .person-info-items {
    text-align: center;
  }
}
.overlay .person-info-items .title {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .overlay .person-info-items .title {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .overlay .person-info-items .title {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.overlay .person-info-items .item {
  display: flex;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .overlay .person-info-items .item {
    display: block;
    text-align: center;
  }
}
.overlay .person-info-items .item .date {
  font-size: 18px;
  font-weight: bold;
  color: #ea3627;
  width: 150px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .overlay .person-info-items .item .date {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .overlay .person-info-items .item .date {
    margin: 0 auto;
  }
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(/img/close-icon.svg) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 2000;
}
@media (max-width: 767px) {
  .overlay .overlay-close {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    background-size: contain;
  }
}
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}
/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5;
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
/* class applies to select element itself, not a wrapper element */
.select-css {
  display: block;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.5);
  padding: 20px;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
    for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
    
  */
  background-image: url('/img/select-arrow.svg');
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 20px top 50%, 0 0;
  background-size: auto;
}
@media (max-width: 1199px) {
  .select-css {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .select-css {
    font-size: 14px;
  }
}
/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
  display: none;
}
/* Hover style */
.select-css:hover {
  border-color: #EAEAEA;
}
/* Focus style */
.select-css:focus {
  outline: none;
}
/* Set options to normal weight */
.select-css option {
  font-weight: normal;
}
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}
.select-css:disabled:hover,
.select-css[aria-disabled=true] {
  border-color: #aaa;
}
.news-filter {
  padding: 64px 55px 78px 55px;
  background: #F9F9F9;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .news-filter {
    padding: 45px 55px 45px 55px;
  }
}
@media (max-width: 991px) {
  .news-filter {
    padding: 35px 20px;
  }
}
.news-filter .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news-filter .title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .news-filter .title {
    font-size: 22px;
  }
}
.news-filter form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .news-filter form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .news-filter form {
    display: block;
  }
}
.news-filter select {
  width: 100%;
  height: 70px;
}
@media (max-width: 991px) {
  .news-filter select {
    height: 50px;
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .news-filter select {
    margin-bottom: 10px;
  }
}
.news-filter button {
  width: 100%;
  height: 70px;
  border: 0;
  border-radius: 70px;
  background-color: #ea3627;
  color: white;
}
@media (max-width: 1199px) {
  .news-filter button {
    grid-column-start: 2;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .news-filter button {
    font-size: 16px;
    height: 50px;
  }
}
.news-filter button:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #ea3627;
  color: #ea3627;
}
.gallery-container {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .gallery-container .thumbnails {
    padding: 0 10px;
  }
}
.gallery-container .thumb {
  margin-top: 30px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .gallery-container .thumb {
    margin-top: 10px;
    padding: 0 5px;
  }
}
.gallery-container .flickity-prev-next-button.previous {
  left: 50px;
}
@media (max-width: 1199px) {
  .gallery-container .flickity-prev-next-button.previous {
    left: 15px;
  }
}
.gallery-container .flickity-prev-next-button.next {
  right: 50px;
}
@media (max-width: 1199px) {
  .gallery-container .flickity-prev-next-button.next {
    right: 15px;
  }
}
.page-about-docs .folders {
  margin-top: 30px;
}
.page-publichniye-obsujdeniya .block-1 {
  padding-bottom: 40px;
}
.page-document .doc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.page-document .doc-top .date {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-document .doc-top .date div:first-child {
  margin-bottom: 12px;
}
.page-document .doc-top .links {
  display: flex;
}
.page-document .doc-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ea3627;
  margin-left: 7px;
}
.page-document .doc-top a:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #ea3627;
  color: #ea3627;
}
.page-document .doc-top a:hover img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(72%) saturate(3853%) hue-rotate(353deg) brightness(106%) contrast(84%);
}
.page-document .doc-top a:first-child img {
  width: 17px;
  height: 17px;
}
.page-document .red-button {
  width: 250px;
  height: 60px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .page-document .red-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.page-document .multiple-content {
  margin-bottom: 75px;
}
.page-media .media-top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .page-media .media-top-block {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .page-media .media-top-block {
    display: block;
  }
}
.page-media .media-top-block .count-select {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .page-media .media-top-block .count-select {
    font-size: 16px;
    flex-shrink: 0;
  }
}
@media (max-width: 991px) {
  .page-media .media-top-block .count-select {
    margin-top: -7px;
  }
}
.page-media .media-top-block .count-select .select-css {
  width: 60px;
  height: 35px;
  font-size: 14px;
  padding: 0 13px;
  margin-left: 13px;
  background-size: 9px;
  background-position: right 10px top 50%;
}
.page-media .multiple-content {
  margin-bottom: 50px;
}
.page-media-single .doc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
@media (max-width: 575px) {
  .page-media-single .doc-top {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.page-media-single .doc-top .date {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-media-single .doc-top .date div:first-child {
  margin-bottom: 12px;
}
.page-media-single .doc-top .links {
  display: flex;
}
.page-media-single .doc-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ea3627;
  margin-left: 7px;
}
@media (max-width: 575px) {
  .page-media-single .doc-top a {
    width: 40px;
    height: 40px;
  }
}
.page-media-single .doc-top a:first-child img {
  width: 17px;
  height: 17px;
}
.page-media-single .block-media {
  padding-top: 25px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .page-media-single .block-media h2 {
    font-size: 45px;
  }
}
.person-contact {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}
.person-contact > img {
  width: 170px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .person-contact > img {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .person-contact > img {
    width: 140px;
    height: auto;
    margin-right: 15px;
  }
}
.person-contact .name {
  font-size: 18px;
  margin-bottom: 13px;
}
@media (max-width: 575px) {
  .person-contact .name {
    font-size: 16px;
  }
}
.person-contact .role {
  font-size: 12px;
  font-style: italic;
}
.person-contact .phone {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.person-contact .phone img {
  flex-shrink: 0;
  margin-right: 10px;
}
.person-contact .email {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #ea3627;
}
.person-contact .email a {
  color: #ea3627;
  text-decoration: underline;
}
.person-contact .email img {
  flex-shrink: 0;
  margin-right: 10px;
}
.person-contact.col-12 > img {
  width: 370px;
  height: 450px;
}
@media (max-width: 991px) {
  .person-contact.col-12 > img {
    width: 270px;
    height: auto;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .person-contact.col-12 > img {
    width: 170px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .person-contact.col-12 > img {
    width: 140px;
    height: auto;
  }
}
.person-contact.col-12 .name {
  font-size: 25px;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .person-contact.col-12 .name {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .person-contact.col-12 .name {
    font-size: 18px;
  }
}
.person-contact.col-12 .role {
  font-size: 18px;
}
@media (max-width: 991px) {
  .person-contact.col-12 .role {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .person-contact.col-12 .role {
    font-size: 12px;
  }
}
.person-contact.col-12 .phone {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .person-contact.col-12 .phone {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .person-contact.col-12 .phone {
    font-size: 12px;
  }
}
.person-contact.col-12 .phone img {
  flex-shrink: 0;
  margin-right: 17px;
  width: 18px;
  height: 18px;
}
.person-contact.col-12 .email {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 22px;
  color: #ea3627;
}
@media (max-width: 991px) {
  .person-contact.col-12 .email {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .person-contact.col-12 .email {
    font-size: 12px;
  }
}
.person-contact.col-12 .email img {
  flex-shrink: 0;
  margin-right: 17px;
  width: 18px;
  height: 18px;
}
.page-tk323 .block-1 {
  padding-bottom: 40px;
}
.page-iaqg .block-1 {
  padding-bottom: 40px;
}
.page-iaqg .accordion {
  margin-top: 70px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .page-iaqg .accordion {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.page-iaqg .main-text {
  padding-top: 55px;
}
@media (max-width: 1199px) {
  .page-iaqg .main-text {
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .page-iaqg .main-text {
    padding-top: 30px;
  }
}
.page-user .user-buttons {
  display: flex;
  margin-top: 50px;
  margin-bottom: 75px;
}
.page-user .user-buttons a {
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  border-radius: 60px;
}
.page-user .user-buttons a.red {
  background-color: #ea3627;
  margin-right: 12px;
}
.page-user .user-buttons a.blue {
  background-color: #134578;
}
.page-user .folders {
  margin-top: 50px;
}
.page-komanda .accordion .answer {
  padding-left: 0;
  padding-right: 0;
}
.page-znak-sap .accordion .answer {
  padding-left: 0;
  padding-right: 0;
}
.page-znak-sap .person-contact p {
  font-size: 14px;
  margin-top: 12px;
}

.page-znak-sap .person-contact img {
  height: auto;
}

.page-contacts .block-1 {
  padding-bottom: 110px;
}
@media (max-width: 575px) {
  .page-contacts .block-1 {
    padding-bottom: 50px;
  }
}
.page-contacts .block-1 .title {
  font-size: 18px;
  margin-top: 23px;
  margin-bottom: 21px;
}
.page-contacts .block-1 a {
  color: #ea3627;
  text-decoration: underline;
}
.page-contacts .block-1 .address {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}
.page-contacts .block-1 .address img {
  margin-right: 7px;
  flex-shrink: 0;
}
.page-contacts .block-1 .address > div > div {
  margin-bottom: 12px;
}
.page-contacts .block-1 .inner-contacts {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-contacts .block-1 .inner-contacts .phone {
  margin-top: 0;
}
.page-contacts .block-1 .red-button {
  width: 180px;
  height: 50px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}
.page-contacts .block-1 .red-button:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #ea3627;
  color: #ea3627;
}
.page-contacts .block-1 #map {
  height: 700px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .page-contacts .block-1 #map {
    height: 50px;
  }
}
.page-404 .centered-content {
  text-align: center;
}
.page-404 .centered-content img {
  margin-left: 80px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .page-404 .centered-content img {
    margin-left: 0;
  }
}
.page-404 .centered-content .red-button {
  width: 180px;
  height: 50px;
  font-size: 14px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 70px;
}
.overlay .member-info .company-name {
  font-size: 45px;
}
@media (max-width: 1199px) {
  .overlay .member-info .company-name {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .overlay .member-info .company-name {
    font-size: 22px;
  }
}
.overlay .map {
  height: 400px;
}
.overlay .contacts-info .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overlay .contacts-info .title {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.overlay .contacts-info .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.overlay .contacts-info .item img {
  margin-right: 18px;
  flex-shrink: 0;
}
.overlay .contacts-info .item a {
  color: #ea3627;
  text-decoration: underline;
}
.row.overlay-docs {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .row.overlay-docs {
    margin-top: 10px;
  }
}
a.greybox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f9f9f9;
  cursor: pointer;
  margin-bottom: 5px;
  color: initial;
}
@media (max-width: 1199px) {
  a.greybox {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
a.greybox:after {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 26px;
  border: 1px solid #134578;
  background-image: url('/img/arrow.svg');
  background-size: 8px;
  background-position: center;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(23%) sepia(53%) saturate(1103%) hue-rotate(177deg) brightness(91%) contrast(99%);
  flex-shrink: 0;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  a.greybox:after {
    margin-left: 10px;
  }
}
a.greybox:nth-of-type(1) {
  margin-top: 50px;
}
a.greybox:last-child {
  margin-bottom: 50px;
}
.accordion .answer .accordion {
  margin-top: -40px;
  margin-bottom: -15px;
}
.accordion .answer .accordion .question {
  padding-left: 20px;
  transform: scale(0.9);
}
.overlay form {
  text-align: center;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .overlay form {
    width: 100%;
  }
}
.overlay form .form-title {
  font-size: 35px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .overlay form .form-title {
    font-size: 22px;
  }
}
.overlay form .policy-info {
  font-size: 12px;
  margin-top: 30px;
}
.overlay form .policy-info a {
  color: #ea3627;
  text-decoration: underline;
}
.overlay form .lost-pass {
  font-size: 16px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .overlay form .lost-pass {
    font-size: 14px;
  }
}
.overlay form .lost-pass a {
  color: #ea3627;
  text-decoration: underline;
}
.overlay form input[type=text], .overlay form input[type=password]  {
  display: block;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.5);
  padding: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .overlay form input {
    font-size: 14px;
    padding: 15px;
  }
}
.overlay form input:focus {
  outline: none;
  border: 1px solid #b1b1b1;
}
.overlay form textarea {
  display: block;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.5);
  padding: 20px;
  width: 100%;
  height: 150px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .overlay form textarea {
    font-size: 14px;
    padding: 15px;
  }
}
.overlay form textarea:focus {
  outline: none;
  border: 1px solid #b1b1b1;
}
.overlay form button {
  width: auto;
  height: 60px;
  display: block;
  justify-content: center;
  align-items: center;
  border: 1px solid #ea3627;
  border-radius: 60px;
  background-color: #ea3627;
  color: white;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .overlay form button {
    height: 50px;
  }
}
.overlay form button:hover {
  color: #ea3627;
  background-color: white;
}
#myfiles {
  display: none;
}
.upload-box {
  width: 100%;
  height: 64px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
}
.upload-box .select-file {
  width: 120px;
  height: calc(100% - 20px);
  background: #ea3627;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 3px;
}
.info-window {
  text-align: center;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .info-window {
    width: 100%;
  }
}
.info-window .form-title {
  font-size: 35px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .info-window .form-title {
    font-size: 22px;
  }
}
/* для элемента input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #ea3627;
}
/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #ea3627;
  border-color: #ea3627;
}
/* стили для чекбокса, находящегося в фокусе */
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked + label::before {
  border-color: #ea3627;
  background-color: #ea3627;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}
.checkbox {
  margin-bottom: -20px;
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .checkbox {
    font-size: 14px;
  }
}
.accordion.docs a {
  color: white;
}
.accordion.docs .doc-title {
  padding-bottom: 17px !important;
  text-decoration: none;
}
.accordion.docs .answer {
  padding: 0;
}
.accordion.docs .folders {
  margin-top: 0;
  margin-bottom: 0;
}
.accordion.docs .question.active + .answer {
  padding-top: 10px;
}
.accordion.docs .row.overlay-docs {
  margin-top: 0;
}
/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 100%;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  transform: translate(-100%, 0px);
  background-color: white;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 15px;
  /* Place content 60px from the top */
  padding-bottom: 0px;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidenav .links {
  margin-left: 1.25vw;
  display: flex;
}
@media (max-width: 1599px) {
  .sidenav .links {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .sidenav .links {
    display: block;
  }
}
.sidenav .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 155px;
  font-size: 14px;
  color: white;
  border-radius: 100px;
}
@media (max-width: 1599px) {
  .sidenav .links a {
    height: 45px;
    width: 170px;
    padding: 0;
  }
}
.sidenav .links a:first-child {
  background-color: #ea3627;
  margin-right: 15px;
}
@media (max-width: 1599px) {
  .sidenav .links a:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .sidenav .links a:first-child {
    margin-bottom: 10px;
  }
}
.sidenav .links a:first-child:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #ea3627;
  color: #ea3627;
}
.sidenav .links a:last-child {
  background-color: #134578;
}
.sidenav .links a:last-child:hover {
  text-decoration: none;
  background: transparent;
  border: 1px solid #134578;
  color: #134578;
}
.sidenav .bottom .social {
  display: flex;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 12px;
}
.sidenav .bottom .social a {
  padding: 0 10px 0 0px;
}
.sidenav .bottom .social a svg {
  width: 25px;
  height: 25px;
}
/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  display: block;
  transition: 0.3s;
  width: fit-content;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #666;
}
.sidenav hr {
  background-color: white;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 36px;
  margin-left: 0;
  font-weight: normal;
}
.services-mobile-menu {
  display: none;
}
.services-mobile-menu.show {
  display: block;
}
.services-mobile-menu a {
  font-size: 16px;
  text-transform: none;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1340px) {
  .desktop-menu {
    display: none;
  }
}
.mobile-phone {
  display: none;
}
@media (max-width: 767px) {
  .mobile-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #ea3627;
  }
}
.mobile-phone img {
  width: 18px !important;
}
.homepage .mobile-phone {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.mobile-menu-open {
  display: none;
}
@media (max-width: 1340px) {
  .mobile-menu-open {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #ea3627;
    border-radius: 40px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .mobile-menu-open {
    margin-left: 0;
  }
}
.mobile-menu-open img {
  margin-left: 0 !important;
  filter: invert(1) contrast(1.5);
  width: 14px;
}
@media (max-width: 1340px) {
  header .center .drop:not(.first) {
    display: none;
  }
}
@media (max-width: 1340px) {
  header .center > a {
    display: none;
  }
}
@media (max-width: 575px) {
  .overlay[data-overlay="restricted-access"] form {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  header {
    position: fixed !important;
    width: 100%;
    z-index: 4 !important;
    transition: 0.5s;
  }
  header.sticky {
    height: 80px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body:not(.homepage) header {
    position: fixed;
    width: 100%;
    z-index: 4;
    background-color: white;
    transition: 0.5s;
  }
  body:not(.homepage) header + div {
    padding-top: 130px;
    transition: 0.5s;
  }
  body:not(.homepage) header.sticky {
    height: 80px;
  }
  body:not(.homepage) header.sticky + div {
    padding-top: 90px;
    transition: 0.5s;
  }
}
@media (max-width: 575px) {
  .overlay[data-overlay="privacy-policy"] .person-info-items {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .overlay[data-overlay="corruption"] .person-info-items {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .media-content img {
    max-width: calc(100% - 160px);
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
.media-banners {
  padding-top: 33px;
}
@media (max-width: 991px) {
  .media-banners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
  }
}

@media (max-width: 576px) {
  .media-banners {
    display: block;

  }
  
  .image_left, .media-content img.image_left {
    margin: 5px 0 10px 0;
    float: none;
    width: auto;
}

   

}
.media-banners img {
  margin-bottom: 15px;
}
.media-banners a {
  display: block;
  position: relative;
}
.media-banners a .title {
  position: absolute;
  top: 10px;
  left: 15px;
  right: 15px;
  color: white;
  font-weight: bold;
text-shadow: 1px 1px 1px #000;
font-size: 16px;
}


.media-banners a .title h5 {
    font-size: 1.15rem;
}

.col-lg-9.media-content img {
  max-width: 100%;
}
.yt {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-color: black;
}
.youtube-background {
  opacity: 0.5;
}
/*# sourceMappingURL=style.css.map */

.detail_img {
    margin: 30px 0 40px;
}

.detail_img_capt {
    font-size: 16px;
    color: #999;
    margin: 10px 0 0 0;
}

.image_left, .media-content img.image_left {
    margin: 5px 20px 10px 0;
    float: left;
    width: auto;
}

.error {
    color: #ea3627;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    
}

.personal_info_ajax {
    display: none;
}

.overlay form select {
    margin-bottom: 10px;
}

.checbox-info {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}

.result_msg {
    font-size: 14px;
    color: green;
    margin: 15px 0;
}

.old_site {
    height: 40px; 
    background-color: #134578; 
    color: #fff; 
    text-align: center; 
    padding: 10px; 
    font-weight: bold;
}

.reg_link {
    font-size: 18px;
}


.content-select.istoriya_sap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .content-select.istoriya_sap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .content-select.istoriya_sap {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .content-select.istoriya_sap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
  }
}
.content-select.istoriya_sap .category {
  font-size: 14px;
  margin-right: 0px;
  cursor: pointer;
  padding-bottom: 0px;
  width: 108px;
  height: 40px;
  background: #E9E9E9;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .content-select.istoriya_sap .category {
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .content-select.istoriya_sap .category {
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .content-select.istoriya_sap .category {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 575px) {
  .content-select.istoriya_sap .category {
    margin-left: 0;
    margin-right: 0;
    align-self: center;
  }
}
.content-select.istoriya_sap .category.current {
  border-bottom: 0px;
  background: #ea3627;
  color: white;
}
@media (max-width: 991px) {
  .content-select.istoriya_sap .category.current {
    margin-bottom: 13px;
  }
}
.content-select.istoriya_sap + .content-box .single-video-container {
  margin-bottom: 50px;
}

