@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
.archive-nprc__img, .news__msg p, .news__msg, .home-nprc__desc, .archive-nprc__desc, .home-nprc__title, .archive-nprc__title, .home-nprc__img, .home-nprc__date, .archive-nprc__date, .home__nprc, .home__news, .wcag-controls__btn:before, .wcag-controls__btn, .mobile-function-bar__wcag-controls, .mobile-function-bar__sitemap, .mobile-function-bar__nav, .mobile-function-bar__wrapper, .header__yellowLine, .header__contrast-version, .header__sign-language, .header #increaseFont, .header #decreaseFont, .header__change-font-size span, .header__change-font-size, .header__sitemap, .header__row--second-row, .footer__created-by a, .footer__created-by p, footer, .btn-stop, .btn-play, .banner__slider .owl-dot, .contact-form__form label, .widget-custom-links__gradient {
  float: left;
}

.archive-nprc__list .btn--blue, .news__msg .btn, .home-nprc__item .btn--blue, .header .btn, .header .wpcf7-submit, .wpcf7-submit {
  float: right;
}

.contact-data__mail:before, .contact-data__phone:before, .contact-data__address:before, .wcag-controls__btn:before, .mobile-function-bar__sitemap:before, .header__contrast-version:before, .header__sign-language:before, .header #increaseFont:before, .header #decreaseFont:before, .header__sitemap:before, .footer__contact--mail:before, .footer__contact--phone:before, .footer__contact--address:before, .btn-stop, .btn-play, .banner__slider .owl-dot, .bread-link:after, .bread-parent:after, .bread-cat:after {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.footer__contact--mail:before, .footer__contact--phone:before, .footer__contact--address:before {
  content: "";
  float: left;
  background-color: #FFB625;
  width: 24px;
  height: 24px;
}

.contact-data__mail:before, .contact-data__phone:before, .contact-data__address:before {
  content: "";
  display: block;
  margin: 0 auto 32px auto;
  background-color: #FFB625;
  width: 52px;
  height: 52px;
}

.contact-data__mail a, .contact-data__phone a {
  font-size: 1.25rem;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #454545;
}
.contact-data__mail a:hover, .contact-data__phone a:hover {
  text-decoration: underline;
}

.widget-custom-links__gradient {
  width: 100%;
  height: 100%;
}

.contact__form, .contact__data, .home__nprc, .home__news, .home__sidebar, footer {
  padding: 64px 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

main {
  float: left;
  width: 100%;
}
main span {
  color: #454545;
}

.page main,
.category main,
.error404 main,
.single main,
.archive main {
  padding: 48px 0;
}

.container {
  margin: 0 auto;
}
@media (min-width: 320px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 1360px) {
  .container {
    width: 1300px;
    padding: 0;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1640px;
    padding: 0;
  }
}

p {
  color: #454545;
  line-height: 2.2rem;
}

a:focus {
  border-style: dotted;
  border-color: #000066;
}

footer a:focus {
  border-color: #ffffff;
}

ul {
  padding-left: 21px;
}

li {
  color: #454545;
}

h2 {
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  h2 {
    font-size: 2.125rem;
  }
}

h3 {
  font-size: 1.75rem;
  color: #000000;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* -------------------------------------------------------------- Breadcrumbs ------------------------------------------------------------ */
#breadcrumbs {
  margin-bottom: 112px;
}
#breadcrumbs span {
  margin-right: 8px;
}

.bread-link, .bread-parent, .bread-cat {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}
.bread-link:hover, .bread-parent:hover, .bread-cat:hover {
  color: #0080DA;
}
.bread-link:after, .bread-parent:after, .bread-cat:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 12px;
  margin: 0 8px -2px 8px;
  mask-image: url("../../dist/img/icon-arrow-forward");
  -webkit-mask-image: url("../../dist/img/icon-arrow-forward.svg");
  background-color: #000000;
}

.bread-current {
  color: #000000 !important;
}

.bread-custom-post-type-page {
  display: none;
}

/* -------------------------------------------------------------- Tooltip ------------------------------------------------------------ */
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  display: none;
  width: 90%;
  background-color: black;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  font-size: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  top: 64px;
  z-index: 20;
  padding: 5.3333333333px 16px;
  font-weight: 600;
}
.tooltip .tooltiptext:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  width: 2;
  height: 5px;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid #000000 !important;
}
.tooltip:hover .tooltiptext {
  display: block;
}

.header__nav .tooltiptext {
  width: 220px;
  height: 25px;
  line-height: 16px;
  top: 56px;
  font-weight: 600;
}

/* -------------------------------------------------------------- Facebook feed ------------------------------------------------------------ */
#cff a,
.cff-more {
  color: #0080DA;
  font-size: 1rem;
}

#cff .cff-post-links a {
  font-size: 1rem;
}

.btn, .wpcf7-submit {
  border-radius: 32px;
  padding: 16px 26px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
.btn--blue {
  background-color: #0080DA;
}
.btn--blue:hover {
  background-color: #0062a7;
}
.btn--yellow, .wpcf7-submit {
  background-color: #FFB625;
}
.btn--yellow:hover, .wpcf7-submit:hover {
  background-color: #f1a000;
}
.btn--white {
  background-color: #ffffff;
  color: #000000;
}
.btn--white:hover {
  background-color: #FFB625;
  color: #ffffff;
}

.wpcf7-submit {
  border: 0;
  font-weight: 700;
  margin-top: 64px;
}

/* Contact forms
------------------------------------------------ */
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06;
}

body span.wpcf7-not-valid-tip {
  float: left;
  display: none;
  color: #ec3c06;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin-top: 2px;
  background: none;
  font-size: 13px;
}

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid #ff8a8a;
  color: #ec3c06;
  width: 100%;
  margin-top: 50px !important;
  line-height: 18px;
}

body div.wpcf7-response-output {
  float: left;
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731;
}

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 1px solid #6fdf51;
  color: #1ea524;
  width: 100%;
  margin-top: 50px !important;
  line-height: 18px;
}

div.wpcf7 {
  width: 100%;
}

.contact-form__info {
  display: grid;
}
@media (min-width: 320px) {
  .contact-form__info {
    grid-template-columns: 1fr;
    grid-column-gap: 16px;
  }
}
@media (min-width: 1300px) {
  .contact-form__info {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px;
  }
}

input[name=your-name], input[name=your-email], input[name=tel-483] {
  float: left;
  border: 1px solid #B4BCB9;
  padding: 32px;
  border-radius: 6px;
  width: 100%;
}
@media (min-width: 320px) {
  input[name=your-name], input[name=your-email], input[name=tel-483] {
    margin-bottom: 32px;
  }
}
@media (min-width: 1700px) {
  input[name=your-name], input[name=your-email], input[name=tel-483] {
    margin-bottom: 64px;
  }
}

textarea[name=your-message] {
  border: 1px solid #B4BCB9;
  border-radius: 6px;
  height: 180px;
  line-height: 55px;
  width: 100%;
  padding: 0 32px;
  margin-bottom: 64px;
}

.contact-form__form label {
  font-weight: 600;
  margin-bottom: 24px;
}
.contact-form__terms a {
  color: #0080DA;
}
.contact-form__terms input[type=checkbox] {
  margin-left: -16px;
}

/* ------------------------------------------------------ Placeholder ------------------------------------------------------- */
::placeholder, ::-webkit-input-placeholder {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #454545;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* ------------------------------------------------------- Map ---------------------------------------------------------- */
#map-container {
  overflow: hidden;
  width: 100%;
}

#map-container, .mapholder {
  width: 100%;
}
@media (min-width: 320px) {
  #map-container, .mapholder {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  #map-container, .mapholder {
    height: 400px;
  }
}
@media (min-width: 1152px) {
  #map-container, .mapholder {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  #map-container, .mapholder {
    height: 400px;
  }
}
@media (min-width: 1360px) {
  #map-container, .mapholder {
    height: 400px;
  }
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-stage {
  position: relative;
}

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ------------------------------------------------------- Header image slider ---------------------------------------------------------- */
.banner__slider {
  position: relative;
}
.banner__slider .owl-nav {
  display: none;
}
.banner__slider .owl-dots {
  float: left;
  padding-left: 16px;
}
@media (min-width: 320px) {
  .banner__slider .owl-dots {
    display: none;
  }
}
@media (min-width: 1024px) {
  .banner__slider .owl-dots {
    display: inline-block;
  }
}
@media (min-width: 1152px) {
  .banner__slider .owl-dots {
    display: inline-block;
  }
}
@media (min-width: 1300px) {
  .banner__slider .owl-dots {
    right: 96px;
    top: 165px;
    display: block;
  }
}
@media (min-width: 1700px) {
  .banner__slider .owl-dots {
    display: inline-block;
  }
}
.banner__slider .owl-dots .active {
  mask-image: url(../../dist/img/icon-dot.svg);
  -webkit-mask-image: url(../../dist/img/icon-dot.svg);
}
.banner__slider .owl-dot {
  mask-image: url(../../dist/img/icon-dot2.svg);
  -webkit-mask-image: url(../../dist/img/icon-dot2.svg);
  background-color: #454545;
  border: 0;
  height: 16px;
  width: 16px;
  margin-left: 16px;
  margin-top: 1.5px;
  text-indent: -1000001px;
}
.banner__slider .owl-dot:first-child {
  margin-left: 0;
}

.slider {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider__carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
@media (min-width: 320px) {
  .slider__carousel {
    height: 100px;
  }
}
@media (min-width: 360px) {
  .slider__carousel {
    height: 214px;
  }
}
@media (min-width: 420px) {
  .slider__carousel {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .slider__carousel {
    height: 310px;
  }
}
@media (min-width: 1152px) {
  .slider__carousel {
    height: 340px;
  }
}
@media (min-width: 1280px) {
  .slider__carousel {
    height: 390px;
  }
}
@media (min-width: 1300px) {
  .slider__carousel {
    height: 500px;
  }
}
@media (min-width: 1600px) {
  .slider__carousel {
    height: 494px;
  }
}
@media (min-width: 1700px) {
  .slider__carousel {
    height: 700px;
  }
}
.slider__carousel li {
  list-style: none;
}
.slider__carousel img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 320px) {
  .slider__carousel img {
    height: 100px;
  }
}
@media (min-width: 360px) {
  .slider__carousel img {
    height: 183px;
  }
}
@media (min-width: 420px) {
  .slider__carousel img {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .slider__carousel img {
    height: 310px;
  }
}
@media (min-width: 1152px) {
  .slider__carousel img {
    height: 340px;
  }
}
@media (min-width: 1280px) {
  .slider__carousel img {
    height: 390px;
  }
}
@media (min-width: 1300px) {
  .slider__carousel img {
    height: 500px;
  }
}
@media (min-width: 1600px) {
  .slider__carousel img {
    height: 494px;
  }
}
@media (min-width: 1700px) {
  .slider__carousel img {
    height: 700px;
  }
}
.slider__controls {
  position: absolute;
  right: 7%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 320px) {
  .slider__controls {
    top: 53%;
    padding: 10px;
  }
}
@media (min-width: 420px) {
  .slider__controls {
    top: 60%;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .slider__controls {
    top: 75%;
    padding: 18px 18px 17px 18px;
  }
}
@media (min-width: 1152px) {
  .slider__controls {
    top: 75%;
    padding: 18px 18px 17px 18px;
  }
}
@media (min-width: 1280px) {
  .slider__controls {
    top: 75%;
    padding: 18px 18px 17px 18px;
  }
}
@media (min-width: 1360px) {
  .slider__controls {
    top: 80%;
    padding: 18px 18px 17px 18px;
  }
}
@media (min-width: 1700px) {
  .slider__controls {
    top: 90%;
    padding: 18px 18px 17px 18px;
  }
}

.hide-play .btn-play {
  display: none;
}

.hide-pause .btn-stop {
  display: none;
}

.owl-play-stop-btn {
  position: relative;
  float: left;
}
.owl-play-stop-btn:after {
  content: "";
  background: #454545;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 320px) {
  .owl-play-stop-btn:after {
    display: none;
  }
}
@media (min-width: 1700px) {
  .owl-play-stop-btn:after {
    display: block;
  }
}
@media (min-width: 320px) {
  .owl-play-stop-btn {
    display: block;
    padding-right: 0;
  }
}
@media (min-width: 1700px) {
  .owl-play-stop-btn {
    display: inline-block;
    padding-right: 16px;
  }
}

.btn-play {
  mask-image: url(../../dist/img/icon-play.svg);
  -webkit-mask-image: url(../../dist/img/icon-play.svg);
  background-color: #454545;
  height: 20px;
  width: 20px;
}

.btn-stop {
  mask-image: url(../../dist/img/icon-pause.svg);
  -webkit-mask-image: url(../../dist/img/icon-pause.svg);
  background-color: #454545;
  height: 20px;
  width: 20px;
}

.font-size-2 {
  font-size: 1.25rem;
}
.font-size-2 .widget-custom-links__wrapper h3 {
  font-size: 1.5rem;
}
.font-size-2 h2 {
  font-size: 2.38rem;
}
.font-size-2 h3 {
  font-size: 2rem;
}
@media (min-width: 1700px) {
  .font-size-2 .header__brand {
    grid-column-end: 6;
  }
}
.font-size-2 .header__brand h1 {
  font-size: 1.625rem;
}
@media (min-width: 1700px) {
  .font-size-2 .header__function-bar {
    grid-column-start: 7;
  }
}
@media (min-width: 1700px) {
  .font-size-2 .header__nav {
    width: 82%;
  }
}
.font-size-2 .header__sitemap:before, .font-size-2 .header__sign-language:before, .font-size-2 .header__contrast-version:before {
  margin: 1px 10px 0 0;
}
.font-size-2 .header #decreaseFont:before, .font-size-2 .header #increaseFont:before {
  width: 25px;
  height: 25px;
  margin: 0px 10px 0 0;
}
.font-size-2 .header .btn, .font-size-2 .header .wpcf7-submit {
  margin-top: 14px;
}
.font-size-2 .header .contact-data__address {
  font-size: calc(16px + 0.5rem);
}
.font-size-2 .header .contact-data__mail a, .font-size-2 .header .contact-data__phone a {
  font-size: calc(16px + 0.5rem);
}
.font-size-2 .footer__brand:before {
  margin: 5px 24px 0 0;
}
.font-size-2 .footer__contact--address:before {
  margin: 6px 10px 0 0;
}
.font-size-2 .footer__contact--phone:before {
  margin: 0 10px 0 0;
}
.font-size-2 .footer__contact--mail:before {
  margin: 1px 10px 0 0;
}
.font-size-2 .footer__row:last-child .container {
  grid-template-columns: 65% 34%;
}
.font-size-2 .footer__created-by a {
  margin: 7px 0 0 16px;
}

.font-size-3 {
  font-size: 1.5rem;
}
.font-size-3 .widget-custom-links__wrapper h3 {
  font-size: 1.725rem;
}
.font-size-3 h2 {
  font-size: 2.63rem;
}
.font-size-3 h3 {
  font-size: 2.25rem;
}
@media (min-width: 1700px) {
  .font-size-3 .header__brand {
    grid-column-end: 6;
  }
}
.font-size-3 .header__brand h1 {
  font-size: 1.875rem;
}
@media (min-width: 1700px) {
  .font-size-3 .header__function-bar {
    grid-column-start: 6;
  }
}
@media (min-width: 1700px) {
  .font-size-3 .header__nav {
    width: 79%;
  }
}
.font-size-3 .header__sitemap:before, .font-size-3 .header__sign-language:before, .font-size-3 .header__contrast-version:before {
  margin: 4px 10px 0 0;
}
.font-size-3 .header #decreaseFont:before, .font-size-3 .header #increaseFont:before {
  width: 30px;
  height: 30px;
  margin: 0px 10px 0 0;
}
.font-size-3 .header .btn, .font-size-3 .header .wpcf7-submit {
  margin-top: 11px;
}
.font-size-3 .header .contact-data__address {
  font-size: calc(16px + 0.75rem);
}
.font-size-3 .header .contact-data__mail a, .font-size-3 .header .contact-data__phone a {
  font-size: calc(16px + 0.75rem);
}
.font-size-3 .footer__brand:before {
  margin: 5px 24px 0 0;
}
.font-size-3 .footer__contact--address:before {
  margin: 8px 10px 0 0;
}
.font-size-3 .footer__contact--phone:before {
  margin: 3px 10px 0 0;
}
.font-size-3 .footer__contact--mail:before {
  margin: 4px 10px 0 0;
}
.font-size-3 .footer__row:last-child .container {
  grid-template-columns: 80% 19%;
}
.font-size-3 .footer__created-by a {
  margin: 7px 0 0 16px;
}

.contrastVersion {
  background-color: #000000;
}
.contrastVersion footer, .contrastVersion .home__news {
  background-color: #000000 !important;
}
.contrastVersion h2, .contrastVersion h3, .contrastVersion p, .contrastVersion main span {
  color: #ffffff;
}
.contrastVersion a {
  color: #ffff00;
}
.contrastVersion .contact-form__terms a {
  color: #ffff00 !important;
}
.contrastVersion .contact-data__address:before {
  background-color: #ffffff !important;
}
.contrastVersion .contact-data__phone:before, .contrastVersion .contact-data__mail:before {
  background-color: #ffffff !important;
}
.contrastVersion .contact-data__phone a, .contrastVersion .contact-data__mail a {
  color: #ffff00 !important;
}
.contrastVersion .header__brand h1 {
  color: #ffff00 !important;
}
.contrastVersion .header__row--second-row {
  background-color: #000000 !important;
}
.contrastVersion .header__nav a {
  color: #ffff00 !important;
}
.contrastVersion .header__nav li .sub-menu {
  background-color: #000000 !important;
}
.contrastVersion .header__sign-language:before, .contrastVersion .header__contrast-version:before, .contrastVersion .header__sitemap:before {
  background-color: #ffffff !important;
}
.contrastVersion .header__sign-language a, .contrastVersion .header__contrast-version a, .contrastVersion .header__sitemap a {
  color: #ffff00 !important;
}
.contrastVersion .header__change-font-size span {
  color: #ffffff !important;
}
.contrastVersion .header #decreaseFont:before, .contrastVersion .header #increaseFont:before {
  background-color: #ffff00 !important;
}
.contrastVersion .header__yellowLine {
  background-color: #ffffff !important;
}
.contrastVersion .btn, .contrastVersion .wpcf7-submit {
  color: #000000;
}
.contrastVersion .btn--yellow, .contrastVersion .wpcf7-submit, .contrastVersion .btn--blue {
  background-color: #ffff00;
}
.contrastVersion .btn--yellow:hover, .contrastVersion .wpcf7-submit:hover, .contrastVersion .btn--blue:hover {
  background-color: #e6e600;
}
.contrastVersion .section__heading h2:after {
  background-color: #ffffff !important;
}
.contrastVersion .footer__contact--address:before, .contrastVersion .footer__contact--phone:before, .contrastVersion .footer__contact--mail:before {
  background-color: #ffffff !important;
}
.contrastVersion .footer__menu a {
  color: #ffff00 !important;
}
.contrastVersion .widget-custom-links__gradient {
  background: linear-gradient(transparent, #000000 80%) !important;
}
.contrastVersion .widget-custom-links__wrapper h3 {
  color: #ffff00 !important;
}
.contrastVersion .slider__controls {
  background-color: #000000 !important;
}
.contrastVersion .slider .owl-dots .active {
  background-color: #ffff00 !important;
}
.contrastVersion .slider .owl-dot {
  background-color: #ffff00 !important;
}
.contrastVersion .slider .btn-stop, .contrastVersion .slider .btn-start {
  background-color: #ffff00 !important;
}

footer {
  width: 100%;
  background-color: #262626;
}

.footer span {
  color: #ffffff;
}
.footer__row:first-child {
  padding: 48px 0;
}
.footer__row:last-child .container {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 48px;
}
.footer__row .container {
  display: grid;
  column-gap: 1rem;
}
@media (min-width: 320px) {
  .footer__row:first-child .container {
    grid-template-columns: 1fr;
  }
  .footer__row:last-child .container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .footer__row:first-child .container {
    grid-template-columns: 5fr 2fr 2fr 2fr;
  }
  .footer__row:last-child .container {
    grid-template-columns: 60% 38%;
  }
}
@media (min-width: 1152px) {
  .footer__row:first-child .container {
    grid-template-columns: 6fr 2fr 2fr 2fr;
  }
  .footer__row:last-child .container {
    grid-template-columns: 55% 44%;
  }
}
@media (min-width: 1280px) {
  .footer__row:first-child .container {
    grid-template-columns: 6fr 2fr 2fr 2fr;
  }
  .footer__row:last-child .container {
    grid-template-columns: 55% 43%;
  }
}
@media (min-width: 1360px) {
  .footer__row:first-child .container {
    grid-template-columns: 5fr 3fr 3fr 3fr;
  }
  .footer__row:last-child .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  .footer__row:first-child .container {
    grid-template-columns: 5fr 3fr 3fr 3fr;
  }
  .footer__row:last-child .container {
    grid-template-columns: 70% 29%;
  }
}
@media (min-width: 1400px) {
  .footer__row:first-child .container {
    grid-template-columns: 5fr 3fr 3fr 3fr;
  }
  .footer__row:last-child .container {
    grid-template-columns: 65% 34%;
  }
}
@media (min-width: 1700px) {
  .footer__row:first-child .container {
    grid-template-columns: 5fr 3fr 3fr 3fr;
  }
  .footer__row:last-child .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 32px;
}
.footer__brand {
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 320px) {
  .footer__brand {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
@media (min-width: 420px) {
  .footer__brand {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
@media (min-width: 1700px) {
  .footer__brand {
    font-size: 1.25rem;
    padding-right: 48px;
    margin-bottom: 32px;
  }
}
.footer__brand:before {
  content: "";
  float: left;
  background-size: 100% 100%;
  background-image: url(../../dist/img/logo-order-kawalerow.svg);
  background-repeat: no-repeat;
}
@media (min-width: 320px) {
  .footer__brand:before {
    height: 58px;
    width: 58px;
    margin: 20px 16px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer__brand:before {
    height: 58px;
    width: 58px;
    margin: 10px 32px 48px 0;
  }
}
@media (min-width: 1152px) {
  .footer__brand:before {
    height: 58px;
    width: 58px;
    margin: 4px 32px 32px 0;
  }
}
@media (min-width: 1700px) {
  .footer__brand:before {
    height: 58px;
    width: 58px;
    margin: 4px 24px 0 0;
  }
}
@media (min-width: 320px) {
  .footer__contact ul {
    padding: 0 0 80px 0;
  }
}
@media (min-width: 1024px) {
  .footer__contact ul {
    padding: 0 0 0 88px;
  }
}
@media (min-width: 1152px) {
  .footer__contact ul {
    padding: 0 0 0 88px;
  }
}
@media (min-width: 1700px) {
  .footer__contact ul {
    padding: 0 0 0 80px;
  }
}
.footer__contact li {
  list-style: none;
}
.footer__contact a {
  color: #ffffff;
  text-decoration: none;
}
.footer__contact a:hover {
  text-decoration: underline;
}
.footer__contact--address {
  margin-bottom: 32px;
}
.footer__contact--address:before {
  mask-image: url(../../dist/img/icon-pin.svg);
  -webkit-mask-image: url(../../dist/img/icon-pin.svg);
  margin: 4px 10px 0 0;
}
.footer__contact--address p {
  color: #ffffff;
  padding-left: 34px;
}
.footer__contact--phone {
  margin-bottom: 32px;
}
.footer__contact--phone:before {
  mask-image: url(../../dist/img/icon-phone.svg);
  -webkit-mask-image: url(../../dist/img/icon-phone.svg);
  margin: -2px 10px 0 0;
}
.footer__contact--mail:before {
  mask-image: url(../../dist/img/icon-mail.svg);
  -webkit-mask-image: url(../../dist/img/icon-mail.svg);
  margin: -2px 10px 0 0;
}
@media (min-width: 320px) {
  .footer__menu {
    margin-bottom: 32px;
  }
}
@media (min-width: 1700px) {
  .footer__menu {
    margin-bottom: 0;
  }
}
.footer__menu ul {
  padding: 0;
}
.footer__menu li {
  list-style: none;
  margin-bottom: 16px;
}
.footer__menu a {
  color: #ffffff;
  text-decoration: none;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__copyrights {
  color: #ffffff;
}
.footer__created-by p {
  color: #ffffff;
}
.footer__created-by a {
  background-image: url("../../dist/img/digitalcreation-logo-white.svg");
  background-repeat: no-repeat;
  width: 160px;
  height: 27px;
  margin: 6px 0 0 16px;
  background-size: 100% 100%;
  transition: background-image 0.5s linear;
  font-size: 0;
}
.footer__created-by a:hover {
  background-image: url("../../dist/img/digitalcreation-logo.svg");
}
@media (min-width: 320px) {
  .footer__created-by {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .footer__created-by {
    margin-top: 0;
    justify-self: end;
  }
}

@media (min-width: 1700px) {
  .header {
    padding-top: 32px;
  }
}
.header__row--first-row {
  margin-bottom: 16px;
}
.header__row--first-row .container {
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 320px) {
  .header__row--first-row .container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .header__row--first-row .container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1280px) {
  .header__row--first-row .container {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1700px) {
  .header__row--first-row .container {
    grid-template-columns: repeat(12, 1fr);
  }
}
.header__row--second-row {
  margin-top: 16px;
  width: 100%;
  background-color: #FBF7EA;
}
.header__brand {
  text-decoration: none;
}
@media (min-width: 320px) {
  .header__brand {
    float: left;
    margin: 64px 0 16px 0;
  }
}
@media (min-width: 1280px) {
  .header__brand {
    grid-column-start: 1;
    grid-column-end: 6;
    margin: 0;
  }
}
@media (min-width: 1700px) {
  .header__brand {
    grid-column-start: 1;
    grid-column-end: 5;
    margin: 0;
  }
}
.header__brand h1 {
  color: #454545;
  font-weight: 700;
}
@media (min-width: 320px) {
  .header__brand h1 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1700px) {
  .header__brand h1 {
    font-size: 1.375rem;
    line-height: 26px;
  }
}
.header__brand:before {
  content: "";
  float: left;
  background-size: 100% 100%;
  background-image: url(../../dist/img/logo-order-kawalerow.svg);
  background-repeat: no-repeat;
}
@media (min-width: 320px) {
  .header__brand:before {
    height: 78px;
    width: 78px;
    margin: 5px 16px 0 16px;
  }
}
@media (min-width: 1024px) {
  .header__brand:before {
    height: 78px;
    width: 78px;
    margin: 0 32px 0 0;
  }
}
@media (min-width: 1700px) {
  .header__brand:before {
    height: 78px;
    width: 78px;
    margin: 0 32px 0 0;
  }
}
.header__function-bar {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .header__function-bar {
    justify-self: start;
  }
}
@media (min-width: 1280px) {
  .header__function-bar {
    grid-column-start: 6;
    grid-column-end: 13;
    justify-self: end;
  }
}
@media (min-width: 1700px) {
  .header__function-bar {
    grid-column-start: 7;
    grid-column-end: 13;
    justify-self: end;
  }
}
.header__sitemap {
  margin: -1px 32px 0 0;
}
.header__sitemap a {
  color: #454545;
  font-weight: 600;
  text-decoration: none;
}
.header__sitemap:before {
  content: "";
  float: left;
  mask-image: url(../../dist/img/icon-sitemap.svg);
  -webkit-mask-image: url(../../dist/img/icon-sitemap.svg);
  background-color: #000000;
  width: 27px;
  height: 21px;
  margin: -1px 10px 0 0;
}
.header__change-font-size {
  margin-right: 32px;
}
.header__change-font-size span {
  color: #454545;
  font-weight: 600;
  margin-right: 8px;
}
.header #decreaseFont:before {
  content: "";
  float: right;
  mask-image: url(../../dist/img/icon-text-decrease.svg);
  -webkit-mask-image: url(../../dist/img/icon-text-decrease.svg);
  background-color: #000000;
  width: 21px;
  height: 21px;
  margin: -1px 10px 0 0;
}
.header #increaseFont:before {
  content: "";
  float: right;
  mask-image: url(../../dist/img/icon-text-increase.svg);
  -webkit-mask-image: url(../../dist/img/icon-text-increase.svg);
  background-color: #000000;
  width: 21px;
  height: 21px;
  margin: -1px 10px 0 0;
}
.header__sign-language {
  margin-right: 32px;
}
.header__sign-language a {
  color: #454545;
  font-weight: 600;
  text-decoration: none;
}
.header__sign-language:before {
  content: "";
  float: left;
  mask-image: url(../../dist/img/icon-hearing-disabled.svg);
  -webkit-mask-image: url(../../dist/img/icon-hearing-disabled.svg);
  background-color: #000000;
  width: 21px;
  height: 21px;
  margin: -1px 10px 0 0;
}
.header__contrast-version {
  width: 170px;
}
.header__contrast-version a {
  color: #454545;
  font-weight: 600;
  text-decoration: none;
}
.header__contrast-version:before {
  content: "";
  float: left;
  mask-image: url(../../dist/img/icon-contrast.svg);
  -webkit-mask-image: url(../../dist/img/icon-contrast.svg);
  background-color: #000000;
  width: 21px;
  height: 21px;
  margin: -1px 10px 0 0;
}
@media (min-width: 1024px) {
  .header__nav {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1152px) {
  .header__nav {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .header__nav {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1360px) {
  .header__nav {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .header__nav {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1700px) {
  .header__nav {
    float: left;
    width: 85%;
  }
}
.header__nav ul {
  padding: 0;
}
@media (max-width: 768px) {
  .header__nav ul {
    display: none;
    margin-top: 32px;
    width: 100%;
    padding: 16px;
    background-color: #ffffff;
  }
}
@media (min-width: 1024px) {
  .header__nav ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1700px) {
  .header__nav ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.header__nav li {
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.header__nav li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  width: 2;
  height: 5px;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid #FFB625 !important;
  opacity: 0;
}
.header__nav li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #FFB625;
  opacity: 0;
}
.header__nav li:hover:after, .header__nav li:hover:before {
  opacity: 1;
}
.header__nav li .sub-menu {
  display: none;
  grid-template-columns: 1fr;
  z-index: 99999;
  position: absolute;
  background-color: #FBF7EA;
  width: 100%;
  margin-top: 0;
}
.header__nav li .sub-menu li {
  display: block;
}
.header__nav li .sub-menu li:before {
  border-bottom: 5px solid #0080DA !important;
}
.header__nav li .sub-menu li:after {
  background-color: #0080DA;
}
.header__nav li .sub-menu li a {
  line-height: 70px;
  text-transform: none;
}
.header__nav li:hover .sub-menu {
  display: block;
}
.header__nav a {
  color: #454545;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 320px) {
  .header__nav a {
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .header__nav a {
    line-height: 85px;
  }
}
@media (min-width: 1700px) {
  .header__nav a {
    line-height: 85px;
  }
}
.header__nav ul li:hover > ul, .header__nav ul li:focus-within > ul, .header__nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header .current-menu-item:before {
  opacity: 1;
  border-bottom: 5px solid #0080DA !important;
}
.header .current-menu-item:after {
  opacity: 1;
  background-color: #0080DA;
}
.header .show #menu-menu-glowne {
  display: block;
  margin-top: 48px;
}
.header .show .header__menu-hamburger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header .show .header__menu-hamburger span:nth-child(2) {
  opacity: 0;
}
.header .show .header__menu-hamburger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header__menu-hamburger {
  padding: 0.25rem;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  top: 5px;
  left: 16px;
}
.header__menu-hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFB625;
}
@media (max-width: 768px) {
  .header__menu-hamburger {
    display: block;
  }
}
@media (min-width: 1366px) {
  .header__menu-hamburger {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header .btn, .header .wpcf7-submit {
    display: none;
  }
}
@media (min-width: 1152px) {
  .header .btn, .header .wpcf7-submit {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header .btn, .header .wpcf7-submit {
    display: none;
  }
}
@media (min-width: 1360px) {
  .header .btn, .header .wpcf7-submit {
    margin-top: 16px;
    display: block;
  }
}
@media (min-width: 1700px) {
  .header .btn, .header .wpcf7-submit {
    margin-top: 16px;
    display: block;
  }
}
.header__yellowLine {
  width: 100%;
  height: 6px;
  background-color: #FFB625;
  margin-top: -6px;
}

.mobile__function-bar {
  background-color: #FBF7EA;
  height: 48px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.mobile-function-bar__wrapper {
  margin-left: 83px;
}
.mobile-function-bar__sitemap {
  width: 83px;
}
.mobile-function-bar__sitemap:before {
  content: "";
  float: left;
  mask-image: url(../../dist/img/icon-sitemap.svg);
  -webkit-mask-image: url(../../dist/img/icon-sitemap.svg);
  background-color: #FFB625;
  width: 27px;
  height: 21px;
  margin: 13px 10px 0 0;
}
.wcag-controls__btn {
  border: 0;
  background: transparent;
}
.wcag-controls__btn:before {
  content: "";
  mask-image: url(../../dist/img/icon-wcag-mobile.svg);
  -webkit-mask-image: url(../../dist/img/icon-wcag-mobile.svg);
  height: 20px;
  width: 31px;
  background-color: #FFB625;
  margin: 13px 0 0 0;
}
.wcag-controls__wrapper span {
  display: none;
}

.wcag-controls__wrapper .show {
  display: block;
}

.home__sidebar ul {
  display: grid;
}
@media (min-width: 320px) {
  .home__sidebar ul {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .home__sidebar ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
  }
}
@media (min-width: 1700px) {
  .home__sidebar ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
  }
}
.home__sidebar li {
  list-style: none;
}
@media (min-width: 320px) {
  .home__sidebar li {
    height: 405px;
  }
}
@media (min-width: 420px) {
  .home__sidebar li {
    height: 545px;
  }
}
@media (min-width: 1024px) {
  .home__sidebar li {
    height: 350px;
  }
}
@media (min-width: 1152px) {
  .home__sidebar li {
    height: 370px;
  }
}
@media (min-width: 1280px) {
  .home__sidebar li {
    height: 420px;
  }
}
@media (min-width: 1400px) {
  .home__sidebar li {
    height: 430px;
  }
}
@media (min-width: 1600px) {
  .home__sidebar li {
    height: 433px;
  }
}
@media (min-width: 1700px) {
  .home__sidebar li {
    height: 558px;
  }
}
.home__news {
  background-color: #FBF7EA;
  width: 100%;
  position: relative;
}
.home__news .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
}
.home__news .section__content {
  margin: 64px 0;
}
.home__news .section__btn {
  justify-content: center;
  position: relative;
  padding-bottom: 64px;
}
.home__news .btn, .home__news .wpcf7-submit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 320px) {
  .home__news .btn, .home__news .wpcf7-submit {
    width: 194px;
  }
}
@media (min-width: 1700px) {
  .home__news .btn, .home__news .wpcf7-submit {
    width: auto;
  }
}
.home__nprc {
  width: 100%;
}
.home__nprc .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
}
.home__nprc .section__btn {
  justify-content: center;
  position: relative;
  padding: 64px 0;
}
.home__nprc .btn--yellow, .home__nprc .wpcf7-submit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 320px) {
  .home__nprc .btn--yellow, .home__nprc .wpcf7-submit {
    width: 194px;
  }
}
@media (min-width: 1700px) {
  .home__nprc .btn--yellow, .home__nprc .wpcf7-submit {
    width: auto;
  }
}

.widget-custom-links {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
}
.widget-custom-links__gradient {
  background: linear-gradient(transparent, #FFB625 80%);
  border-radius: 16px;
  transition: all 0.5s ease-in-out;
}
.widget-custom-links__gradient:hover {
  background: linear-gradient(transparent, #0080DA 80%);
}
.widget-custom-links__wrapper {
  width: 100%;
  height: auto;
  position: absolute;
}
@media (min-width: 320px) {
  .widget-custom-links__wrapper {
    bottom: 32px;
  }
}
@media (min-width: 420px) {
  .widget-custom-links__wrapper {
    bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .widget-custom-links__wrapper {
    bottom: 48px;
  }
}
@media (min-width: 1152px) {
  .widget-custom-links__wrapper {
    bottom: 48px;
  }
}
@media (min-width: 1280px) {
  .widget-custom-links__wrapper {
    bottom: 56px;
  }
}
@media (min-width: 1700px) {
  .widget-custom-links__wrapper {
    bottom: 76px;
  }
}
.widget-custom-links__wrapper h3 {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
}
.widget-custom-links__wrapper h3:after {
  content: "";
  display: block;
  background-color: #ffffff;
  height: 3px;
  width: 109px;
  margin: 22px auto 0 auto;
}

.home-nprc__list {
  display: grid;
  column-gap: 3rem;
  row-gap: 3rem;
}
@media (min-width: 320px) {
  .home-nprc__list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1700px) {
  .home-nprc__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-nprc__item .btn--blue {
  margin-top: 32px;
}
.home-nprc__date, .archive-nprc__date {
  margin-top: 32px;
  color: #454545;
}
.home-nprc__img {
  margin: 16px 0;
}
.home-nprc__img img {
  width: 100%;
  height: auto;
}
.home-nprc__title, .archive-nprc__title {
  text-decoration: none;
  color: #0080DA;
  font-weight: 600;
  margin: 16px 0;
  line-height: 2rem;
}
.home-nprc__desc, .archive-nprc__desc {
  color: #454545;
}
.home-nprc__desc p, .archive-nprc__desc p {
  line-height: 2rem;
}

.news__msg {
  width: 100%;
  margin-bottom: 64px;
  background-color: #0080DA;
  padding: 32px;
}
.news__msg p {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 53px;
}
.news__msg .btn, .news__msg .wpcf7-submit {
  position: relative;
  left: auto;
  transform: none;
  margin-left: 16px;
}

.section__heading h2 {
  text-align: center;
}
.section__heading h2:after {
  display: block;
  content: "";
  height: 3px;
  width: 109px;
  background-color: #FFB625;
  margin: 20px auto 20px auto;
}
.section__heading p {
  text-align: center;
}
.section__row h3 {
  margin: 64px 0 16px 0;
}
.section__row ul {
  margin-top: 16px;
}

.contact__data ul {
  padding: 0;
  display: grid;
}
@media (min-width: 1024px) {
  .contact__data ul {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1700px) {
  .contact__data ul {
    grid-template-columns: repeat(12, 1fr);
  }
}
.contact__data li {
  list-style: none;
}
@media (min-width: 320px) {
  .contact__data li {
    margin-bottom: 32px;
  }
}
@media (min-width: 1700px) {
  .contact__data li {
    margin-bottom: 0;
  }
}
.contact-data__address p {
  margin-top: -4px;
  font-size: 1.25rem;
  text-align: center;
}
.contact-data__address:before {
  mask-image: url(../../dist/img/icon-pin.svg);
  -webkit-mask-image: url(../../dist/img/icon-pin.svg);
}
@media (min-width: 1024px) {
  .contact-data__address {
    grid-column: 1/5;
  }
}
@media (min-width: 1700px) {
  .contact-data__address {
    grid-column: 3/5;
  }
}
.contact-data__phone:before {
  mask-image: url(../../dist/img/icon-phone.svg);
  -webkit-mask-image: url(../../dist/img/icon-phone.svg);
  margin: 0 auto 34px auto;
}
@media (min-width: 1024px) {
  .contact-data__phone {
    grid-column: 5/9;
  }
}
@media (min-width: 1700px) {
  .contact-data__phone {
    grid-column: 6/8;
  }
}
.contact-data__mail:before {
  mask-image: url(../../dist/img/icon-mail.svg);
  -webkit-mask-image: url(../../dist/img/icon-mail.svg);
}
@media (min-width: 1024px) {
  .contact-data__mail {
    grid-column: 9/13;
  }
}
@media (min-width: 1700px) {
  .contact-data__mail {
    grid-column: 9/11;
  }
}

.contact-form__heading h3 {
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 1700px) {
  .contact-form__form {
    width: 80%;
    margin: 0 auto;
  }
}
.contact-form__personal-data {
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 320px) {
  .contact-form__personal-data {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1700px) {
  .contact-form__personal-data {
    grid-template-columns: repeat(3, 1fr);
  }
}

.error404 .section__content {
  margin-top: 128px;
}

.archive-nprc__list {
  display: grid;
  column-gap: 3rem;
  row-gap: 3rem;
}
@media (min-width: 320px) {
  .archive-nprc__list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1700px) {
  .archive-nprc__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-nprc__list .btn--blue {
  margin-top: 32px;
}
.archive-nprc__item {
  list-style: none;
}
.archive-nprc__img {
  width: 100%;
  margin: 16px 0 0 0;
}
.archive-nprc__img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.archive-nprc__title {
  width: 100%;
}
.archive-nprc__desc {
  width: 100%;
}

.single-nprc__logos {
  margin-top: 96px;
  display: grid;
  align-items: center;
  row-gap: 3rem;
}
@media (min-width: 320px) {
  .single-nprc__logos {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1700px) {
  .single-nprc__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
.single-nprc__logos .nprc-logo img,
.single-nprc__logos .ministeryCulture-logo img,
.single-nprc__logos .ministeryEducation-logo img {
  width: auto;
}
@media (min-width: 320px) {
  .single-nprc__logos .nprc-logo img,
.single-nprc__logos .ministeryCulture-logo img,
.single-nprc__logos .ministeryEducation-logo img {
    height: 60px;
  }
}
@media (min-width: 1700px) {
  .single-nprc__logos .nprc-logo img,
.single-nprc__logos .ministeryCulture-logo img,
.single-nprc__logos .ministeryEducation-logo img {
    height: 80px;
  }
}
@media (min-width: 320px) {
  .single-nprc__logos .nprc-logo {
    justify-self: center;
  }
}
@media (min-width: 1700px) {
  .single-nprc__logos .nprc-logo {
    border-right: 1px solid #000000;
    padding: 0 2rem;
    justify-self: right;
  }
}
@media (min-width: 1700px) {
  .single-nprc__logos .ministeryCulture-logo {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 320px) {
  .single-nprc__logos .ministeryCulture-desc {
    text-align: center;
  }
}
@media (min-width: 1700px) {
  .single-nprc__logos .ministeryCulture-desc {
    padding: 0 2rem 0 1.5rem;
  }
}
@media (min-width: 320px) {
  .single-nprc__logos .ministeryEducation-logo {
    justify-self: center;
  }
}
@media (min-width: 1700px) {
  .single-nprc__logos .ministeryEducation-logo {
    border-left: 1px solid #000000;
    padding: 0 2rem;
    justify-self: left;
  }
}
.single-nprc__logos p {
  line-height: 1.5rem;
}