body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--color-black);
  background-color: var(--color-white);
}

main {
  width: 100%;
  overflow: hidden;
}

.wp-child-theme-twentytwentyfive-child :where(.wp-site-blocks a:focus),
.wp-child-theme-twentytwentyfive-child :where(.wp-site-blocks :focus) {
  outline: none;
}

.wp-child-theme-twentytwentyfive-child h1,
.wp-child-theme-twentytwentyfive-child h2,
.wp-child-theme-twentytwentyfive-child h3,
.wp-child-theme-twentytwentyfive-child h4,
.wp-child-theme-twentytwentyfive-child h5,
.wp-child-theme-twentytwentyfive-child h6 {
  line-height: 130%;
}

a {
  text-decoration: none;
}

a:active {
  color: var(--color-white);
}

@media (hover:hover) {
  a:not(.wp-element-button):hover {
    color: var(--color-brand-blue);
  }
}

@media (hover: hover) {
  :root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
    background-color: var(--color-brand-pink);
    color: var(--color-white);
  }
}

.wp-site-blocks {
  display: grid;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
  position: relative;
  background: url(../images/main-bg.jpg) no-repeat top center;
  background-size: auto;
}

.wp-site-blocks.long-page {
  background: url(../images/main-bg.jpg) no-repeat top center,
    url(../images/footer-bg.jpg) no-repeat bottom center;
  background-size: auto;
}

.bvi-body .wp-site-blocks,
.bvi-body .wp-site-blocks.long-page {
  background: transparent;
}

.two-column--top {
  display: flex;
  align-items: flex-start;
}

.two-column .content {
  max-width: 878px;
}

.wp-block-post-title {
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .wp-site-blocks {
    background: url(../images/main-bg-600.jpg) no-repeat top center,
      url(../images/footer-bg-600.jpg) no-repeat bottom center;
    background-size: auto;
  }

  .two-column {
    display: flex;
    flex-direction: column-reverse;
  }
}

.content {
  width: 100%;
}

.orange-bg {
  background-color: #fffcf6;
}

#js-show-iframe-wrapper {
  background: var(--pos-banner-fluid-96__background)
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
  width: 100%;
  min-height: 52px;
  background: #0d4cd3;
  color: #fff;
  font-size: 16px;
  font-family: LatoWeb, sans-serif;
  font-weight: 400;
  padding: 0;
  line-height: 1.2
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #e4ecfd
}

#js-show-iframe-wrapper .bf-96 {
  position: relative;
  display: grid;
  grid-template-columns: var(--pos-banner-fluid-96__grid-template-columns);
  grid-template-rows: var(--pos-banner-fluid-96__grid-template-rows);
  width: 100%;
  max-width: var(--pos-banner-fluid-96__max-width);
  box-sizing: border-box;
  grid-auto-flow: row dense
}

#js-show-iframe-wrapper .bf-96__decor {
  background: var(--pos-banner-fluid-96__bg-url) var(--pos-banner-fluid-96__bg-url-position) no-repeat;
  background-size: cover;
  background-color: #f8efec;
  position: relative
}

#js-show-iframe-wrapper .bf-96__logo-wrap {
  box-shadow: var(--pos-banner-fluid-96__logo-box-shadow)
}

#js-show-iframe-wrapper .bf-96__content {
  display: flex;
  flex-direction: column;
  padding: var(--pos-banner-fluid-96__content-padding);
  grid-row: var(--pos-banner-fluid-96__content-grid-row)
}

#js-show-iframe-wrapper .bf-96__description {
  display: flex;
  flex-direction: column;
  margin: var(--pos-banner-fluid-96__description-margin)
}

#js-show-iframe-wrapper .bf-96__text {
  margin: var(--pos-banner-fluid-96__text-margin);
  font-size: var(--pos-banner-fluid-96__text-font-size);
  line-height: 1.3;
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
  color: #0b1f33
}

#js-show-iframe-wrapper .bf-96__text_small {
  font-size: var(--pos-banner-fluid-96__text-small-font-size);
  font-weight: 400;
  margin: var(--pos-banner-fluid-96__text-small-margin)
}

#js-show-iframe-wrapper .bf-96__bottom-wrap {
  display: flex;
  flex-direction: row;
  align-items: center
}

#js-show-iframe-wrapper .bf-96__logo-wrap {
  position: absolute;
  top: var(--pos-banner-fluid-96__logo-wrap-top);
  left: 0;
  padding: var(--pos-banner-fluid-96__logo-wrap-padding);
  background: #fff;
  border-radius: 0 0 8px 0
}

#js-show-iframe-wrapper .bf-96__logo {
  width: var(--pos-banner-fluid-96__logo-width);
  margin-left: 1px
}

#js-show-iframe-wrapper .bf-96__slogan {
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
  font-size: var(--pos-banner-fluid-96__slogan-font-size);
  line-height: 1;
  color: #005ca9
}

#js-show-iframe-wrapper .bf-96__btn-wrap {
  width: 100%;
  max-width: var(--pos-banner-fluid-96__button-wrap-max-width)
}

#js-show-iframe-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 293px;
  max-width: 100%;
  background: linear-gradient(138.4deg, #38bafe 26.49%, #2d73bc 79.45%);
  color: #fff;
  cursor: pointer
}

#js-show-iframe-wrapper .pos-banner-fluid * {
  box-sizing: border-box
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
  display: block;
  width: 240px;
  min-height: 56px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  background: #0d4cd3;
  color: #fff;
  border: none;
  border-radius: 8px;
  outline: 0
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #1d5deb
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus {
  background: #2a63ad
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active {
  background: #2a63ad
}

#js-show-iframe-wrapper p {
  display: none;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: block;
    opacity: 0
  }

  100% {
    display: block;
    opacity: 1
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: block;
    opacity: 0
  }

  100% {
    display: block;
    opacity: 1
  }
}

@font-face {
  font-family: LatoWebLight;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: LatoWeb;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: LatoWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: RobotoWebLight;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: RobotoWebRegular;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: RobotoWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: ScadaWebRegular;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: ScadaWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: Geometria;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot);
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Geometria-ExtraBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot);
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot?#iefix) format("embedded-opentype"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}