@font-face {
  font-family: GintoNordMedium;
  src: url("/wp-content/themes/nru/fonts/Ginto Nord Medium.ttf");
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
* {
  font-family: "Montserrat", sans-serif !important;
}

body {
  background: #F7F8FC;
}

.wp-block-columns.is-style-gallery .wp-block-column figure {
  margin-bottom: 32px;
  height: calc(50% - 16px);
}
.wp-block-columns.is-style-gallery .wp-block-column figure:last-child {
  margin-bottom: 0;
}
.wp-block-columns.is-style-gallery .wp-block-column figure:only-child {
  height: 100%;
}
.wp-block-columns.is-style-gallery .wp-block-column figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wp-block-columns.is-style-gallery-with-background {
  background: #012453;
  border-radius: 8px;
}
.wp-block-columns.is-style-gallery-with-background .wp-block-column:last-child {
  padding: 0 24px;
}
@media (min-width: 992px) {
  .wp-block-columns.is-style-gallery-with-background .wp-block-column:last-child {
    padding: 56px 54px 0;
  }
}
.wp-block-columns.is-style-gallery-with-background .wp-block-column figure {
  margin: 0;
}
.wp-block-columns.is-style-gallery-with-background .wp-block-column figure img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-height: 260px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .wp-block-columns.is-style-gallery-with-background .wp-block-column figure img {
    border-radius: unset;
    max-height: unset;
  }
}
.wp-block-columns.is-style-gallery-with-background .wp-block-column h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .wp-block-columns.is-style-gallery-with-background .wp-block-column h3 {
    font-size: 36px;
  }
}
.wp-block-columns.is-style-gallery-with-background .wp-block-column p {
  color: #FFFFFF;
  margin-bottom: 21px;
}
.wp-block-columns.is-style-gallery-with-background .wp-block-column ul li {
  color: #FFFFFF;
}

.cursor-pointer {
  cursor: pointer;
}

.has-normal-font-size {
  font-size: 14px;
}
@media (min-width: 992px) {
  .has-normal-font-size {
    font-size: unset;
  }
}

:root {
  --wp--preset--font-size--normal: 14px !important;
}

@media (min-width: 992px) {
  :root {
    --wp--preset--font-size--normal: 16px;
  }
}
.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.topSection .scrollTop:hover .scrollTopImg {
  background: url("/wp-content/themes/nru/images/icons/upBlue.svg");
  background-repeat: no-repeat;
}
.topSection .scrollTop .scrollTopImg {
  background: url("/wp-content/themes/nru/images/icons/upWhite.svg");
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}

.wp-block-image.maxPictureHeight {
  display: flex;
  max-height: 400px;
  margin-bottom: 113px;
}
.wp-block-image.maxPictureHeight img {
  object-fit: cover;
  object-position: 0 -85px;
  width: 100%;
}
.wp-block-image.pageWidth img {
  width: 100%;
}

.revealUp,
.revealUp1,
.revealUp2 {
  opacity: 0;
  visibility: hidden;
}

.admin-bar .menuHeader {
  top: 0;
}
@media (min-width: 992px) {
  .admin-bar .menuHeader {
    top: 30px;
  }
}

.mobileView .pr-0 {
  padding-right: 0;
}

.menuHeader {
  padding: 16px 0;
  border-bottom: 1px solid #FFFFFF32;
  top: 0;
  min-height: 75px;
  z-index: 2;
  background: #F59A38;
}
.menuHeader .navbar-brand {
  display: flex;
}
.menuHeader .navbar-toggler:focus {
  box-shadow: none;
}
.menuHeader .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/nru/images/icons/close.svg");
}
.menuHeader .navbar-toggler-icon {
  width: 27px;
  height: 16px;
  background-image: url("/wp-content/themes/nru/images/icons/hamburger.svg");
}
.menuHeader .mobileMenu {
  transition: height 0.35s ease;
}
.menuHeader .mobileMenu:not(.collapsing) {
  height: 100vh;
}
.menuHeader .mobileMenu .navbar-nav ul li {
  padding-top: 24px !important;
}
.menuHeader .mobileMenu .navbar-nav ul li a {
  color: #FFFFFF;
  font-size: 16px;
}
.menuHeader .navbar {
  height: 100%;
  padding: 0 !important;
}
.menuHeader .navbar .collapse {
  height: 100%;
}
.menuHeader .navbar .collapse .navbar-nav {
  height: 100%;
}
.menuHeader .navbar .collapse .navbar-nav > div {
  height: 100%;
}
.menuHeader .navbar .collapse .navbar-nav > div .menu {
  height: 100%;
  align-items: center;
}
.menuHeader .navbar .collapse .navbar-nav > div .menu li {
  height: 100%;
  align-items: center;
  display: flex !important;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .menuHeader .navbar-nav ul li {
    margin-right: 36px;
  }
}
@media (min-width: 992px) {
  .menuHeader .navbar-nav ul li:last-child {
    margin-right: 0;
  }
}
.menuHeader .navbar-nav ul li:hover a {
  color: #292929;
}
.menuHeader .navbar-nav ul li.menu-item-has-children {
  position: relative;
}
@media (min-width: 992px) {
  .menuHeader .navbar-nav ul li.menu-item-has-children {
    margin-right: calc(36px + 15px);
  }
  .menuHeader .navbar-nav ul li.menu-item-has-children:after {
    content: "";
    display: flex;
    background: url("/wp-content/themes/nru/images/icons/arrow.svg");
    width: 8px;
    height: 6px;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    top: 50%;
  }
  .menuHeader .navbar-nav ul li.menu-item-has-children:hover ul {
    display: flex;
  }
}
.menuHeader .navbar-nav ul li.menu-item-has-children ul {
  padding-left: 0;
  background: #FFFFFF;
  border: 1px solid #01245333;
  flex-direction: column;
}
@media (min-width: 992px) {
  .menuHeader .navbar-nav ul li.menu-item-has-children ul {
    display: none;
    position: absolute;
    top: 40px;
    margin-top: 20px;
  }
}
.menuHeader .navbar-nav ul li.menu-item-has-children ul li {
  margin-right: 0;
  padding: 0 !important;
  width: 100%;
}
.menuHeader .navbar-nav ul li.menu-item-has-children ul li a {
  color: #012453;
  padding: 16px 24px !important;
  display: flex;
  width: 100%;
}
.menuHeader .navbar-nav ul li.menu-item-has-children ul li a:last-child {
  padding-bottom: 16px !important;
}
.menuHeader .navbar-nav ul li.menu-item-has-children ul li a:hover {
  background: #F7F8FC;
}
.menuHeader .navbar-nav ul li a {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .menuHeader .navbar-nav ul li a {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
  }
}
.menuHeader .languageSelector {
  position: relative;
  padding-right: 20px;
}
.menuHeader .languageSelector .selectedLanguage {
  position: relative;
}
.menuHeader .languageSelector:after {
  content: "";
  display: flex;
  background: url("/wp-content/themes/nru/images/icons/arrow.svg");
  width: 8px;
  height: 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.menuHeader .languageSelector:hover span {
  color: #00BF9D;
}
.menuHeader .languageSelector:hover .languageSelectorBox {
  display: flex;
}
.menuHeader .languageSelector span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.menuHeader .languageSelector .languageSelectorBox {
  display: none;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #01245333;
  top: 55px;
  z-index: 1;
}
.menuHeader .languageSelector .languageSelectorBox ul {
  padding-left: 0;
  margin-bottom: 0;
}
.menuHeader .languageSelector .languageSelectorBox ul li {
  display: flex;
}
.menuHeader .languageSelector .languageSelectorBox ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #012453;
  padding: 16px 24px;
  display: flex;
  width: 100%;
}
.menuHeader .languageSelector .languageSelectorBox ul li a:hover {
  background: #F7F8FC;
}
.menuHeader .contactBlock .topSection {
  display: none !important;
}

.mobileMenu {
  margin-top: 40px;
}
.mobileMenu .mobileMenuWrapper {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .mobileMenu .mobileMenuWrapper {
    margin-bottom: 0;
  }
}

.admin-bar .firstPage .top {
  margin-top: 29px;
}
@media (min-width: 992px) {
  .admin-bar .firstPage .top {
    margin-top: 73px;
  }
}

.firstPage .top {
  margin-top: 73px;
}
.firstPage .topBlock {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .firstPage .topBlock {
    padding: 96px 0;
    margin-bottom: 63px;
  }
}
.firstPage .topBlock .contentWrapper {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0 24px;
}
.firstPage .topBlock .contentWrapper .preTitle {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #F59A38;
  margin-bottom: 32px;
  max-width: 600px;
}
@media (min-width: 992px) {
  .firstPage .topBlock .contentWrapper .preTitle {
    font-size: 14px;
    line-height: 21px;
  }
}
.firstPage .topBlock .contentWrapper h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #292929;
  margin-bottom: 33px;
  border-left: 5px solid #F59A38;
  padding-left: 27px;
  max-width: 600px;
}
@media (min-width: 992px) {
  .firstPage .topBlock .contentWrapper h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.firstPage .topBlock .contentWrapper .content {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #292929;
}
@media (min-width: 992px) {
  .firstPage .topBlock .contentWrapper .content {
    font-size: 16px;
    line-height: 24px;
  }
}
.firstPage .newsWrapper {
  background: #EFEFEF;
  padding: 90px 0;
}
.firstPage .newsWrapper .container > header {
  margin-bottom: 48px;
}
.firstPage .newsWrapper .container > header h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #182344;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .firstPage .newsWrapper .container > header h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
.firstPage .newsWrapper .container .newsLink {
  position: relative;
  display: block;
  min-width: 180px;
  border: 2px solid #F59A38;
  z-index: 1;
  padding: 16px 48px 16px 32px;
  text-decoration: none;
  max-width: fit-content;
  left: 2px;
}
@media (min-width: 992px) {
  .firstPage .newsWrapper .container .newsLink {
    max-width: 400px;
    left: 0;
  }
}
.firstPage .newsWrapper .container .newsLink:after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  background: url("/wp-content/themes/nru/images/icons/moreArrowCyan.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
}
.firstPage .newsWrapper .container .newsLink.bottom {
  margin-left: 10px;
}
.firstPage .newsWrapper .container .newsLink span {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #F59A38;
}
.firstPage .newsWrapper .container > .content.row {
  margin-left: -16px;
  margin-right: -16px;
  row-gap: 32px;
}
.firstPage .newsWrapper .container > .content.row > * {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .firstPage .newsWrapper .container > .content.row > * {
    margin-bottom: 0;
  }
}
.firstPage .newsWrapper .container > .content .news {
  height: 100%;
  text-decoration: none;
}
.firstPage .newsWrapper .container > .content .news:hover header img {
  scale: 1.1;
}
.firstPage .newsWrapper .container > .content .news header {
  overflow: hidden;
  margin-bottom: 24px;
}
.firstPage .newsWrapper .container > .content .news header img {
  aspect-ratio: 4/3;
  transition: 0.5s;
}
.firstPage .newsWrapper .container > .content .news .bottom .date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #646E72;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 8px;
}
.firstPage .newsWrapper .container > .content .news .bottom h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #182344;
}
@media (min-width: 992px) {
  .firstPage .newsWrapper .container > .content .news .bottom h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.firstPage .newsWrapper .container > .content .news .bottom .excerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #646E72;
}
@media (min-width: 992px) {
  .firstPage .newsWrapper .container > .content .news .bottom .excerpt {
    font-size: 14px;
    line-height: 21px;
  }
}
.firstPage .offerersWrapper {
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .firstPage .offerersWrapper {
    padding: 0 16px;
    margin-bottom: 89px;
  }
}
.firstPage .offerers {
  display: flex;
  flex-wrap: wrap;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .firstPage .offerers {
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.firstPage .offerers .offererWrapper {
  padding: 0 16px;
  display: flex;
  margin-bottom: 24px;
  flex: 1;
}
@media (min-width: 992px) {
  .firstPage .offerers .offererWrapper {
    margin-bottom: 0;
  }
}
.firstPage .offerers .offererWrapper .offerer {
  background: #F59A38;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/wp-content/themes/nru/images/icons/offerer/offererBG.png");
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  min-height: 294px;
}
.firstPage .offerers .offererWrapper .offerer .top {
  width: 100%;
}
.firstPage .offerers .offererWrapper .offerer .top h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .firstPage .offerers .offererWrapper .offerer .top h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.firstPage .offerers .offererWrapper .offerer .top div {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.firstPage .offerers .offererWrapper .offerer .bottom {
  width: 100%;
  display: flex;
  align-items: end;
}
.firstPage .offerers .offererWrapper .offerer .bottom .readMore:hover:after {
  transform: translate(10px, 0);
}
.firstPage .offerers .offererWrapper .offerer .bottom .readMore span {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 10px;
}
.firstPage .offerers .offererWrapper .offerer .bottom .readMore:after {
  content: "";
  display: flex;
  background: url("/wp-content/themes/nru/images/icons/moreArrow.svg");
  width: 12px;
  height: 11px;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.firstPage .jumpPoint {
  position: relative;
  top: -120px;
}

.mainFooter {
  background: #292929;
}
@media (min-width: 992px) {
  .mainFooter {
    padding: 0;
  }
}
.mainFooter .top {
  padding: 92px 24px 48px;
}
@media (min-width: 992px) {
  .mainFooter .top {
    padding: 92px 24px 60px;
  }
}
.mainFooter .top h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 0;
  border-left: 5px solid #F59A38;
  padding-left: 27px;
}
@media (min-width: 992px) {
  .mainFooter .top h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.mainFooter .top > div:not(.contacts) {
  margin-bottom: 50px;
}
.mainFooter .bottom {
  padding: 48px 0;
  border-top: 1px solid #FFFFFF33;
  flex-direction: column;
  margin: auto;
  max-width: calc(100% - 48px);
}
@media (min-width: 576px) {
  .mainFooter .bottom {
    max-width: 496px;
  }
}
@media (min-width: 768px) {
  .mainFooter .bottom {
    max-width: 672px;
  }
}
@media (min-width: 992px) {
  .mainFooter .bottom {
    padding: 59px 0 96px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: calc(960px - 48px);
  }
}
@media (min-width: 1200px) {
  .mainFooter .bottom {
    max-width: calc(1140px - 48px);
  }
}
@media (min-width: 1400px) {
  .mainFooter .bottom {
    max-width: calc(1240px - 48px);
  }
}
.mainFooter .bottom .logo {
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .mainFooter .bottom .logo {
    padding-bottom: 0;
  }
}
.mainFooter .bottom .logo img {
  max-width: 230px;
}
@media (min-width: 992px) {
  .mainFooter .bottom .logo img {
    max-width: 260px;
  }
}
.mainFooter .bottom .footerMenu {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainFooter .bottom .footerMenu {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.mainFooter .bottom .footerMenu > div {
  display: flex;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .mainFooter .bottom .footerMenu > div {
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.mainFooter .bottom .footerMenu > div .menu {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.mainFooter .bottom .footerMenu > div .menu li {
  align-items: center;
  position: relative;
  padding: 0 !important;
  display: flex !important;
}
.mainFooter .bottom .footerMenu > div .menu li:first-child a {
  margin-left: 0;
}
@media (min-width: 992px) {
  .mainFooter .bottom .footerMenu > div .menu li:first-child a {
    margin-left: 36px;
  }
}
.mainFooter .bottom .footerMenu > div .menu li:last-child:after {
  content: unset;
}
.mainFooter .bottom .footerMenu > div .menu li:last-child a {
  margin-right: 0;
}
.mainFooter .bottom .footerMenu > div .menu li:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #FFFFFF33;
  transform: translate(0, -50%);
}
.mainFooter .bottom .footerMenu > div .menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #EFEFEF;
  text-decoration: none;
  margin: 0 36px;
}
.mainFooter .bottom .footerMenu .res {
  position: relative;
}
.mainFooter .bottom .footerMenu .res:after {
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #FFFFFF33;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .mainFooter .bottom .footerMenu .res:after {
    content: "";
  }
}
.mainFooter .bottom .footerMenu .res span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #EFEFEF;
  text-decoration: none;
}
@media (min-width: 992px) {
  .mainFooter .bottom .footerMenu .res span {
    margin: 0 36px;
  }
}
.mainFooter .socialIcons.dark {
  display: none;
}

.contacts {
  border-top: 1px solid #FFFFFF33;
  margin-bottom: 0;
}
.contacts.notContactBlock {
  border-top: 1px solid #01245333;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contacts.notContactBlock {
    margin-bottom: 96px;
  }
}
.contacts.notContactBlock .contactBlock:after {
  background: #01245333;
}
.contacts.notContactBlock .contactBlock div span,
.contacts.notContactBlock .contactBlock div a {
  color: #F59A38;
  text-decoration: none;
}
.contacts.notContactBlock .contactBlock .languageSelector span {
  color: #F59A38;
}
.contacts.notContactBlock .contactBlock:nth-child(3) {
  border-top: 1px solid #01245333;
}
@media (min-width: 992px) {
  .contacts.notContactBlock .contactBlock:nth-child(3) {
    border-top: unset;
  }
}
.contacts.notContactBlock .contactBlock:last-child {
  border-top: 1px solid #01245333;
}
@media (min-width: 992px) {
  .contacts.notContactBlock .contactBlock:last-child {
    border-top: unset;
  }
}
.contacts .contactBlock {
  width: 100%;
  position: relative;
  display: flex;
  padding: 30px 16px 0 2px;
}
@media (min-width: 992px) {
  .contacts .contactBlock {
    width: calc(100% / 3 - 10px);
    padding: 45px 5px 0;
  }
}
.contacts .contactBlock:after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background: #FFFFFF33;
}
.contacts .contactBlock:first-child {
  padding: 48px 16px 0 0;
}
.contacts .contactBlock:first-child:after {
  content: unset;
}
@media (min-width: 992px) {
  .contacts .contactBlock:first-child:after {
    content: "";
  }
}
.contacts .contactBlock:last-child {
  padding-right: 0;
}
@media (min-width: 992px) {
  .contacts .contactBlock:last-child {
    width: 30px;
    justify-content: flex-end;
  }
}
.contacts .contactBlock:last-child:after {
  content: unset;
}
.contacts .contactBlock:nth-child(2):after {
  content: unset;
}
@media (min-width: 992px) {
  .contacts .contactBlock:nth-child(2):after {
    content: "";
  }
}
.contacts .contactBlock:nth-child(3):after {
  content: unset;
}
.contacts .contactBlock div span,
.contacts .contactBlock div a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-decoration: none;
}
.contacts .contactBlock div span:hover,
.contacts .contactBlock div a:hover {
  color: #F59A38;
}
.contacts .contactBlock div img {
  margin-right: 18px;
}
.contacts .contactBlock .languageSelector {
  position: relative;
  margin-right: calc(5px + 15px);
}
.contacts .contactBlock .languageSelector:hover .languageSelectorBox {
  display: flex;
}
.contacts .contactBlock .languageSelector .selectedLanguage {
  position: relative;
}
.contacts .contactBlock .languageSelector .selectedLanguage:after {
  content: "";
  display: flex;
  background: url("/wp-content/themes/nru/images/icons/arrow.svg");
  width: 8px;
  height: 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .contacts .contactBlock .languageSelector .selectedLanguage:after {
    top: 40%;
    transform: translate(0, -40%);
  }
}
.contacts .contactBlock .languageSelector span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
.contacts .contactBlock .languageSelector .languageSelectorBox {
  display: none;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #01245333;
  top: 25px;
  z-index: 1;
}
.contacts .contactBlock .languageSelector .languageSelectorBox ul {
  padding-left: 0;
  margin-bottom: 0;
}
.contacts .contactBlock .languageSelector .languageSelectorBox ul li {
  display: flex;
}
.contacts .contactBlock .languageSelector .languageSelectorBox ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #EFEFEF;
  padding: 16px 24px;
  display: flex;
  width: 100%;
}
.contacts .contactBlock .languageSelector .languageSelectorBox ul li a:hover {
  background: #F7F8FC;
}

.pageImage {
  margin-top: 92px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .pageImage {
    margin-bottom: 96px;
  }
}
.pageImage img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .pageImage img {
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .pageImage img {
    max-height: unset;
  }
}

.pageCorrector {
  margin-top: 129px;
}
@media (min-width: 992px) {
  .pageCorrector {
    margin-top: 186px;
  }
}

.container.documents {
  max-width: 816px;
}
.container.hiddenTitle {
  position: relative;
  z-index: 1;
}
.container.hiddenTitle .pageTitle {
  display: none;
}
.container h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #182344;
  margin-bottom: 23px;
  border-left: 5px solid #F59A38;
  padding-left: 27px;
}
@media (min-width: 992px) {
  .container h1 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 59px;
  }
}
.container .content .wp-block-columns .wp-block-column p.is-style-highlighted-paragraph:last-child {
  margin-bottom: 0;
}
.container .content p {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #182344;
  margin-bottom: 16px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .container .content p {
    font-size: 16px;
  }
}
.container .content p.highlighted {
  line-height: 140%;
  color: #F59A38;
}
.container .content p.is-style-highlighted-paragraph {
  border: 1px solid #ADBFC8;
  padding: 24px 26px;
  position: relative;
  width: 100%;
}
.container .content p.is-style-highlighted-paragraph:hover {
  background: #F2F2F2;
}
.container .content p.is-style-highlighted-paragraph:hover a:after {
  background: #F59A38;
}
.container .content p.is-style-highlighted-paragraph a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #F59A38;
  display: flex;
  width: 100%;
  max-width: calc(100% - 26px);
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .container .content p.is-style-highlighted-paragraph a {
    padding-left: 54px;
  }
}
@media (min-width: 992px) {
  .container .content p.is-style-highlighted-paragraph a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
.container .content p.is-style-highlighted-paragraph a:before {
  content: url("/wp-content/themes/nru/images/icons/documentIcon.svg");
  display: none;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translate(0, -50%);
  background: #F2F2F2;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .container .content p.is-style-highlighted-paragraph a:before {
    display: flex;
  }
}
.container .content p.is-style-highlighted-paragraph a:after {
  content: "";
  display: flex;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-mask-image: url("/wp-content/themes/nru/images/icons/downloadIcon.svg");
  mask-image: url("/wp-content/themes/nru/images/icons/downloadIcon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #F59A38;
}
.container .content p.is-style-highlighted-paragraph a span {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #ADBFC8;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .container .content p.is-style-highlighted-paragraph a span {
    font-size: 14px;
    font-weight: 500;
  }
}
.container .content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #182344;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .container .content h2 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
  }
}
.container .content h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: #F59A38;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .container .content h4 {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

@media (max-width: 992px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style="flex-basis:25%"] {
    flex-basis: 25% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style="flex-basis:50%"] {
    flex-basis: 100% !important;
  }
}

.pageLines {
  background: url("/wp-content/themes/nru/images/pageLines.svg");
  width: 100%;
  display: block;
  height: 550px;
  position: absolute;
  bottom: -6rem;
}

.singlePage .contentHeader {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .singlePage .contentHeader {
    margin-bottom: 96px;
  }
}
.singlePage .contentHeader .leadWrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #012453;
}
@media (min-width: 992px) {
  .singlePage .contentHeader .leadWrapper p {
    font-size: 16px;
  }
}
.singlePage .contentHeader .leadWrapper p:first-of-type {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 992px) {
  .singlePage .contentHeader .leadWrapper p:first-of-type {
    font-size: 20px;
  }
}
.singlePage .contentHeader .leadWrapper p:last-child {
  margin-bottom: 0;
}

.content .wp-block-columns {
  margin-bottom: 20px;
  gap: 24px;
}
@media (min-width: 992px) {
  .content .wp-block-columns {
    margin-bottom: 96px;
    gap: 32px;
  }
}
.content .wp-block-columns.is-style-highlighted {
  background: #FFFFFF;
  border: 1px solid #01245333;
  border-radius: 8px;
  padding: 24px;
  gap: 20px;
}
@media (min-width: 992px) {
  .content .wp-block-columns.is-style-highlighted {
    gap: 40px;
  }
}
.content .wp-block-columns.is-style-highlighted .wp-block-column {
  border-top: 1px solid #01245319;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .content .wp-block-columns.is-style-highlighted .wp-block-column {
    padding-right: 40px;
    border-right: 1px solid #01245319;
    padding-top: 0;
    border-top: unset;
  }
}
.content .wp-block-columns.is-style-highlighted .wp-block-column:first-child {
  border-top: unset;
  padding-top: 0;
}
.content .wp-block-columns.is-style-highlighted .wp-block-column:last-child {
  border-right: unset;
}
.content .wp-block-columns.is-style-highlighted .wp-block-column p:last-of-type {
  margin-bottom: 0;
}
.content .wp-block-columns.is-style-highlighted .wp-block-column p:first-of-type {
  margin-bottom: 33px;
}
.content ul li {
  color: #012453;
}

.divisionsWrapper {
  padding: 0 24px;
}
@media (min-width: 992px) {
  .divisionsWrapper {
    padding: 0;
  }
}
.divisionsWrapper h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #012453;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .divisionsWrapper h2 {
    margin-bottom: 64px;
    font-size: 36px;
    line-height: 140%;
  }
}
.divisionsWrapper .divisions a {
  text-decoration: none;
  border-top: 1px solid #01245333;
  padding: 34px 0;
}
@media (min-width: 992px) {
  .divisionsWrapper .divisions a {
    padding: 0;
    border-top: unset;
  }
}
.divisionsWrapper .divisions .divisionTitleWrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .divisionsWrapper .divisions .divisionTitleWrapper {
    margin-bottom: 0;
  }
}
.divisionsWrapper .divisions .divisionTitleWrapper img {
  margin-right: 15px;
  max-width: 36px;
  max-height: 36px;
}
@media (min-width: 992px) {
  .divisionsWrapper .divisions .divisionTitleWrapper img {
    display: none;
  }
}
.divisionsWrapper .divisions .divisionTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  display: flex;
  color: #012453;
}
@media (min-width: 992px) {
  .divisionsWrapper .divisions .divisionTitle {
    margin-bottom: 16px;
  }
}
.divisionsWrapper .divisions .divisionLead {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #012453;
  margin-bottom: 16px;
}
.divisionsWrapper .divisions .more:hover:after {
  transform: translate(10px, 0);
}
.divisionsWrapper .divisions .more span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #0091C1;
  margin-right: 10px;
}
.divisionsWrapper .divisions .more:after {
  content: "";
  display: flex;
  background: url("/wp-content/themes/gyoriszesz/images/icons/moreArrowCyan.svg");
  width: 12px;
  height: 11px;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.divisionsWrapper .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .divisionsWrapper .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.divisionsWrapper .row > a {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .divisionsWrapper .row > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.productPage {
  margin-top: 92px;
}
.productPage .breadcrumb {
  padding: 40px 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .productPage .breadcrumb {
    padding: 40px 0;
  }
}
.productPage .breadcrumb span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #696D76;
}
@media (min-width: 992px) {
  .productPage .breadcrumb span {
    font-size: 12px;
  }
}
.productPage .breadcrumb span:last-child:after {
  content: unset;
}
.productPage .breadcrumb span:after {
  content: "";
  display: flex;
  background: url("/wp-content/themes/gyoriszesz/images/icons/greyArrow.svg");
  width: 9px;
  height: 8px;
  background-repeat: no-repeat;
  margin: 0 10px;
}
.productPage .productImage {
  padding: 0 36px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .productPage .productImage {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
    padding-right: 36px;
  }
}
.productPage .productImage img {
  background: #FFFFFF;
  border: 1px solid rgba(1, 36, 83, 0.2);
  border-radius: 8px;
  max-width: 100%;
  max-height: 498px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .productPage .productImage img {
    max-width: 498px;
  }
}
.productPage .content {
  padding: 0 36px;
}
@media (min-width: 992px) {
  .productPage .content {
    padding: 0;
  }
}
.productPage .content .category {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #0091C1;
  text-decoration: none;
  margin-bottom: 6px;
  display: flex;
}
@media (min-width: 992px) {
  .productPage .content .category {
    font-size: 16px;
  }
}
.productPage .content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #012453;
  border-bottom: 1px solid #0091C133;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .productPage .content h1 {
    font-size: 30px;
    line-height: 150%;
  }
}
.productPage .content p {
  margin-bottom: 16px;
}
.productPage .content .wp-block-separator {
  margin-top: 24px;
  margin-bottom: 24px;
}

.newsListPage {
  margin-top: 129px;
}
@media (min-width: 992px) {
  .newsListPage {
    margin-top: 187px;
  }
}
.newsListPage > header {
  margin-bottom: 24px;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .newsListPage > header {
    padding: 0;
  }
}
.newsListPage > header h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #012453;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .newsListPage > header h1 {
    font-size: 30px;
  }
}
.newsListPage > header .customSelect {
  position: relative;
  display: block;
  min-width: 180px;
  margin: 0 auto;
  border: 1px solid #F59A38;
  z-index: 1;
  width: 100%;
  margin-right: 0;
}
@media (min-width: 992px) {
  .newsListPage > header .customSelect {
    max-width: 400px;
  }
}
.newsListPage > header .customSelect select {
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 12px 55px 12px 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #F59A38;
}
.newsListPage > header .customSelect:after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  background: url("/wp-content/themes/nru/images/icons/selectArrow.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
}
.newsListPage .content {
  margin-left: -4px;
  margin-right: -4px;
  padding: 0 23px;
}
@media (min-width: 992px) {
  .newsListPage .content {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0;
  }
}
.newsListPage .content > div {
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 992px) {
  .newsListPage .content > div {
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.newsListPage .content .news {
  height: 100%;
  text-decoration: none;
}
.newsListPage .content .news:hover header img {
  scale: 1.1;
}
.newsListPage .content .news header {
  overflow: hidden;
  margin-bottom: 20px;
}
.newsListPage .content .news header img {
  aspect-ratio: 4/3;
  transition: 0.5s;
}
.newsListPage .content .news .bottom .date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #89898B;
  display: flex;
  margin-bottom: 8px;
}
.newsListPage .content .news .bottom h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #182344;
}
@media (min-width: 992px) {
  .newsListPage .content .news .bottom h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.newsListPage .content .news .bottom .excerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #89898B;
}

.container .content .wp-block-columns.is-style-salesBorder {
  margin-bottom: 0;
  gap: 0;
  flex-wrap: wrap !important;
}
@media (min-width: 992px) {
  .container .content .wp-block-columns.is-style-salesBorder {
    border-top: 1px solid #18234433;
    padding-top: 48px;
    gap: 24px;
  }
}
.container .content .wp-block-columns.is-style-salesBorder .wp-block-column {
  position: relative;
  border-top: 1px solid #18234433;
  padding-top: 33px;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .container .content .wp-block-columns.is-style-salesBorder .wp-block-column {
    border-top: unset;
    padding-top: 0;
    flex-basis: 0;
  }
}
.container .content .wp-block-columns.is-style-salesBorder .wp-block-column:after {
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: -48px;
  background: #18234433;
}
@media (min-width: 992px) {
  .container .content .wp-block-columns.is-style-salesBorder .wp-block-column:after {
    content: "";
  }
}
.container .content .wp-block-columns.is-style-salesBorder .wp-block-column:last-child:after {
  content: unset;
}
.container .content .salesPerson {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .container .content .salesPerson {
    margin-bottom: 60px;
  }
}
.container .content .salesPerson img {
  margin-right: 11px;
  width: 17px;
}
.container .content .salesPerson > div a {
  text-decoration: none;
  color: #182344;
}
.container .content .salesPerson > div a:hover {
  color: #F59A38;
}
.container .content .salesPerson .name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #182344;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .container .content .salesPerson .name {
    font-size: 20px;
    line-height: 30px;
  }
}
.container .content .salesPerson .title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #182344;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .container .content .salesPerson .title {
    font-size: 14px;
    line-height: 21px;
  }
}
.container .content .salesPerson .address {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #182344;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .container .content .salesPerson .address {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
}
.container .content .salesPerson .phone {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #182344;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .container .content .salesPerson .phone {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
}
.container .content .salesPerson .mobile {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #182344;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .container .content .salesPerson .mobile {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
}
.container .content .salesPerson .mail {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #182344;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .container .content .salesPerson .mail {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
}

.productOfferer {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding: 24px;
  padding-bottom: 153px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  .productOfferer {
    padding: 64px;
    padding-bottom: 153px;
    margin-bottom: 144px;
  }
}
.productOfferer .productOffererContent {
  max-width: 100%;
}
@media (min-width: 992px) {
  .productOfferer .productOffererContent {
    max-width: 432px;
  }
}
.productOfferer .productOffererContent h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .productOfferer .productOffererContent h2 {
    font-size: 36px;
    line-height: 140%;
  }
}
.productOfferer .productOffererContent .lead {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .productOfferer .productOffererContent .lead {
    font-size: 16px;
  }
}
.productOfferer .productOffererContent .readMore:hover:after {
  transform: translate(10px, 0);
}
.productOfferer .productOffererContent .readMore span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #0091C1;
  margin-right: 10px;
}
.productOfferer .productOffererContent .readMore:after {
  content: "";
  display: flex;
  background: url("/wp-content/themes/gyoriszesz/images/icons/moreArrowCyan.svg");
  width: 12px;
  height: 11px;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.single-nru_news .singlePage {
  max-width: 816px;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .single-nru_news .singlePage {
    padding: 0;
  }
}
.single-nru_news .singlePage .date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #89898B;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.single-nru_news .singlePage .contentHeader {
  margin-bottom: 24px;
}
.single-nru_news .singlePage .contentHeader h1 {
  margin-bottom: 0;
}
.single-nru_news .singlePage .content .featuredImage {
  margin-bottom: 24px;
}
.single-nru_news .singlePage .content .featuredImage img {
  max-width: 100%;
}
.single-nru_news .singlePage .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #89898B;
}
@media (min-width: 992px) {
  .single-nru_news .singlePage .content p {
    font-weight: 500;
  }
}
.single-nru_news .singlePage .content figure figcaption {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  color: #89898B;
}
@media (min-width: 992px) {
  .single-nru_news .singlePage .content figure figcaption {
    font-size: 12px;
  }
}
.single-nru_news .singlePage .content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #182344;
}
@media (min-width: 992px) {
  .single-nru_news .singlePage .content h2 {
    font-size: 24px;
  }
}

.galleryBlock {
  text-decoration: none;
}
.galleryBlock .preTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #292929;
  border-left: 5px solid #F59A38;
  padding-left: 27px;
  margin-bottom: 48px;
  display: block;
}
@media (min-width: 992px) {
  .galleryBlock .preTitle {
    font-size: 30px;
    line-height: 45px;
  }
}
.galleryBlock .gallerySection {
  margin-bottom: 2px;
}
.galleryBlock .gallerySection > div {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .galleryBlock .gallerySection > div {
    width: 50%;
    margin: 0 2px;
  }
}
.galleryBlock .gallerySection > div img {
  transition: 0.5s;
}
.galleryBlock .gallerySection > div img:hover {
  scale: 1.1;
}
.galleryBlock .gallerySection .bigPicture {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .galleryBlock .gallerySection .bigPicture {
    margin-bottom: 0;
  }
}
.galleryBlock .gallerySection .bigPicture img {
  width: 100%;
  height: calc(100% - 2px);
}
.galleryBlock .gallerySection .imagesContainer {
  display: flex;
}
.galleryBlock .gallerySection .imagesContainer .twoImages {
  width: 100%;
}
.galleryBlock .gallerySection .imagesContainer .twoImages:first-child {
  margin-bottom: 2px;
}
.galleryBlock .gallerySection .imagesContainer .twoImages .imageWrapper {
  overflow: hidden;
  width: 50%;
  height: calc(100% - 2px);
}
.galleryBlock .gallerySection .imagesContainer .twoImages .imageWrapper:first-child {
  margin-right: 4px;
}
.galleryBlock .gallerySection .imagesContainer .twoImages .imageWrapper img {
  width: 100%;
  height: 100%;
}

.admin-bar .singleGalleryPage {
  margin-top: 29px;
}
@media (min-width: 992px) {
  .admin-bar .singleGalleryPage {
    margin-top: 73px;
  }
}
.admin-bar .singleGalleryPage .swiper-slide {
  height: calc(100vh - 62px);
}
@media (min-width: 992px) {
  .admin-bar .singleGalleryPage .swiper-slide {
    height: calc(100vh - 105px);
  }
}

.singleGalleryPage {
  background: black;
  margin-top: 73px;
}
.singleGalleryPage .swiper-pagination {
  z-index: 1;
  top: unset;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: unset;
  height: unset;
  background: white;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #292929;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.singleGalleryPage .swiper-pagination > * {
  color: #292929;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  padding: 0 8px;
}
.singleGalleryPage .swiper-button-next,
.singleGalleryPage .swiper-button-prev {
  color: white;
}
.singleGalleryPage .swiper-button-next:after,
.singleGalleryPage .swiper-button-prev:after {
  font-size: 26px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  margin-bottom: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  height: calc(100vh - 73px);
}

.swiper-slide img {
  display: block;
  width: fit-content;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .swiper-slide img {
    max-width: 92.5%;
  }
}

.closeIcon {
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/nru/images/icons/close.svg");
  position: absolute;
  top: 30px;
  right: 30px;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=style.css.map */
