@font-face {
  font-family: "futurademic";
  src: url(/fonts/futurademic.ttf?682e9ef2a50c00218076e0827154433b);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 900;
  font-style: normal;
  src: url(/fonts/IBMPlexSans-Bold.ttf?e933eba4e2fcc3d71b31db66373519b2);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 900;
  font-style: italic;
  src: url(/fonts/IBMPlexSans-BoldItalic.ttf?2078e351dd8d85240597b9cda02f78b0);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 200;
  font-style: normal;
  src: url(/fonts/IBMPlexSans-ExtraLight.ttf?80e51e08c66239d80b58b96c3d787ed3);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 200;
  font-style: italic;
  src: url(/fonts/IBMPlexSans-ExtraLightItalic.ttf?d3201f072707c72d3a08131b3ec33044);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 500;
  font-style: italic;
  src: url(/fonts/IBMPlexSans-Italic.ttf?2b311f7fe222ec0e8b39b29850c50636);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 300;
  font-style: normal;
  src: url(/fonts/IBMPlexSans-Light.ttf?f6a1d8cf71c931e0b2aa676809031231);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 300;
  font-style: italic;
  src: url(/fonts/IBMPlexSans-LightItalic.ttf?d729101987e9ad868d490df322185780);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 500;
  font-style: normal;
  src: url(/fonts/IBMPlexSans-Medium.ttf?56fb541cbbc5462f1c330a164cc6eaca);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 500;
  font-style: italic;
  src: url(/fonts/IBMPlexSans-MediumItalic.ttf?c269d94d366ce6886c1bdf3bc76877b6);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 400;
  font-style: normal;
  src: url(/fonts/IBMPlexSans-Regular.ttf?d77342fdcbcb6b3ce1b56bfe612087e8);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 600;
  font-style: normal;
  src: url(/fonts/IBMPlexSans-SemiBold.ttf?f2e690b59fb90d236c08def8113f998a);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 600;
  font-style: italic;
  src: url(/fonts/IBMPlexSans-SemiBoldItalic.ttf?dc52201a0f3abab7941e1470fd3d4747);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 100;
  font-style: normal;
  src: url(/fonts/IBMPlexSans-Thin.ttf?ce5a0c0552af949f3c17aa8ff9ce00e9);
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 100;
  font-style: italic;
  src: url(/fonts/IBMPlexSans-ThinItalic.ttf?929fc3a9f87d73ff73cc8a3dcadebc37);
}
* {
  box-sizing: border-box;
  text-decoration: none;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: #ebebeb;
}

.row-dark {
  background: #4E5C68;
}

.row-padding {
  padding: 0 24px;
}

header {
  font-family: "IBMPlexSans";
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 250px;
  background: #E73D3D;
  height: 100%;
  min-height: 100vh;
  padding: 0 15px;
  z-index: 2;
}
header .hamburger {
  display: none;
}
header .logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 17px 0;
}
header .logo .image {
  margin: 0 auto;
  display: flex;
  width: 150px;
}
header .logo .image img {
  width: 100%;
}
header .logo .text {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  color: white;
}
header .search {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 12px 0;
}
header .search i {
  color: white;
  font-size: 1rem;
}
header .nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
header .nav li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6.5px auto;
  position: relative;
}
header .nav li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
header .nav li a span {
  width: 100%;
}
header .nav li a i {
  font-size: 1.4rem;
}
header .nav li .submenu {
  width: 0;
  opacity: 0;
  position: absolute;
  left: 235px;
  top: 0;
  background: white;
  overflow: hidden;
  will-change: auto;
  transition: 0.4s ease;
  z-index: 0;
}
header .nav li .submenu a {
  color: black;
  padding: 12px 6px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-size: 12px;
  will-change: auto;
  transition: 0.2s ease;
}
header .nav li .submenu a:hover {
  background: #f6f6f6;
  will-change: auto;
  transition: 0.2s ease;
}
header .nav li:hover .submenu {
  width: 400px;
  opacity: 1;
  will-change: auto;
  transition: 0.2s ease;
  z-index: 1;
}
header .social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px 0;
}
header .social-media .line {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}
header .social-media .line i {
  font-size: 25px;
  color: white;
}
header .social-media .title {
  margin: 12px 0;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: white;
}
header .social-media a {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: white;
}
header .bvi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
header .bvi i {
  margin: 0 6px 0 0;
}

.mobile-menu {
  display: none;
}

main {
  min-height: 100vh;
  margin-left: 250px;
}

.full-image {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  min-height: calc(100vh - 294px);
}

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

  header {
    width: 100%;
    height: 70px;
    min-height: 70px;
    position: relative;
    flex-direction: row;
    align-items: center;
  }
  header .hamburger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 25px;
    will-change: auto;
    transition: 0.2s ease;
  }
  header .hamburger span {
    width: 100%;
    height: 3px;
    background: white;
    will-change: auto;
    transition: 0.2s ease;
  }
  header .hamburger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    top: 0;
    will-change: auto;
    transition: 0.2s ease;
  }
  header .hamburger span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    bottom: 0;
    will-change: auto;
    transition: 0.2s ease;
  }
  header .hamburger__active {
    will-change: auto;
    transition: 0.2s ease;
  }
  header .hamburger__active span {
    transform: rotate(45deg);
    will-change: auto;
    transition: 0.2s ease;
  }
  header .hamburger__active span:after {
    transform: rotate(90deg);
    will-change: auto;
    transition: 0.2s ease;
  }
  header .hamburger__active span:before {
    opacity: 0;
    will-change: auto;
    transition: 0.2s ease;
  }
  header .logo {
    margin: 0;
    height: 70px;
  }
  header .logo .image {
    width: auto;
  }
  header .logo .text {
    margin-top: 6px;
  }
  header .search {
    display: none;
  }
  header .nav {
    display: none;
  }
  header .social-media {
    display: none;
  }
  header .bvi {
    display: none;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    overflow: hidden;
    height: 0;
    transform: scaleY(0);
    transform-origin: top;
    will-change: auto;
    transition: 0.2s ease;
    top: 70px;
    left: 0;
    z-index: 3;
    background: white;
    padding: 0 12px;
    font-family: "IBMPlexSans";
  }
  .mobile-menu ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
  }
  .mobile-menu ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 6px;
  }
  .mobile-menu ul li .menu-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .mobile-menu ul li .menu-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
  }
  .mobile-menu ul li .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: black;
  }
  .mobile-menu ul li .menu-item i {
    transform: rotate(0);
    font-size: 1.5rem;
    will-change: auto;
    transition: 0.2s ease;
  }
  .mobile-menu ul li .menu-item__active i {
    transform: rotate(180deg);
    will-change: auto;
    transition: 0.2s ease;
  }
  .mobile-menu ul .submenu {
    width: 100%;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    will-change: auto;
    transition: 0.2s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 12px 6px;
    border-left: 2px #E73D3D solid;
    border-right: 2px #E73D3D solid;
    margin-top: 12px;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.3) inset, 0 -20px 20px -20px rgba(0, 0, 0, 0.3) inset;
  }
  .mobile-menu ul .submenu a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    color: black;
    margin-bottom: 12px;
  }
  .mobile-menu ul .submenu__active {
    transform: scaleY(1);
    transform-origin: top;
    will-change: auto;
    transition: 0.2s ease;
    max-height: 600px;
  }
  .mobile-menu .footer-mobile-menu {
    background: #E73D3D;
  }
  .mobile-menu .footer-mobile-menu .social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px 0;
  }
  .mobile-menu .footer-mobile-menu .social-media .line {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
  }
  .mobile-menu .footer-mobile-menu .social-media .line i {
    font-size: 25px;
    color: white;
  }
  .mobile-menu .footer-mobile-menu .social-media .title {
    margin: 12px 0;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: white;
  }
  .mobile-menu .footer-mobile-menu .social-media a {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: white;
  }
  .mobile-menu__active {
    height: auto;
    transform: scaleY(1);
    transform-origin: top;
    will-change: auto;
    transition: 0.2s ease;
  }

  main {
    margin-left: 0;
  }
}
.container {
  max-width: none;
  padding: 0;
}
.container .row {
  margin: 0;
}
.container .col {
  padding: 0;
}

.swiper-block {
  height: 800px;
  position: relative;
}
.swiper-block .swiper {
  width: 100%;
  height: 100%;
}
.swiper-block .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-block .swiper .swiper-button-next, .swiper-block .swiper .swiper-button-prev {
  border: 1px rgba(128, 128, 128, 0.2) solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-block .swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  color: white;
  right: 0;
  top: auto;
  bottom: 0;
  font-weight: bold;
}
.swiper-block .swiper .swiper-button-next:after {
  font-size: 15px;
}
.swiper-block .swiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  color: white;
  left: auto;
  right: 35px;
  top: auto;
  bottom: 0;
  font-weight: bold;
}
.swiper-block .swiper .swiper-button-prev:after {
  font-size: 15px;
}
.swiper-block .banner {
  position: absolute;
  top: 85px;
  left: 24px;
  z-index: 1;
  color: white;
  font-family: "futurademic";
}
.swiper-block .banner .title {
  font-size: 5rem;
  text-transform: uppercase;
  width: 600px;
  line-height: 5rem;
  font-weight: 500;
  margin-bottom: 48px;
}
.swiper-block .banner .subtitle {
  width: 500px;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 48px;
}
.swiper-block .banner a {
  padding: 12px 24px;
  background: white;
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
  border-radius: 5px;
}

@media (max-width: 960px) {
  .swiper-block {
    height: 300px;
  }
  .swiper-block .swiper .swiper-slide img {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .swiper-block .swiper .swiper-slide img:first-child {
    -o-object-position: right;
       object-position: right;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-block .banner {
    width: 80%;
    padding: 12px;
    top: 0;
    left: 0;
  }
  .swiper-block .banner .title {
    width: 70%;
    font-size: 1.5rem;
    margin-bottom: 12px;
    line-height: 1.5rem;
  }
  .swiper-block .banner .subtitle {
    width: 70%;
    font-size: 1rem;
    margin-bottom: 24px;
    line-height: 1rem;
  }
  .swiper-block .banner a {
    padding: 6px 12px;
    font-size: 1rem;
  }
}
.col-title {
  font-size: 2rem;
  text-transform: uppercase;
  color: #707070;
  font-family: "futurademic";
}
.col-title_light {
  color: white;
}

.news-card {
  display: flex;
  flex-direction: column;
  background: white;
  font-family: "futurademic";
  min-height: 650px;
  max-height: 650px;
  width: 100%;
}
.news-card .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.news-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  height: 100%;
}
.news-card .content .title {
  color: #707070;
  font-size: 1.3rem;
  margin-bottom: 24px;
  height: 50px;
}
.news-card .content .text {
  font-size: 0.9rem;
  color: #4E5C68;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
}
.news-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 24px;
  border-top: 1px rgba(153, 153, 153, 0.5) solid;
}
.news-card .card-footer .date {
  color: #4E5C68;
}
.news-card .card-footer a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #E73D3D;
}

.card-specialty {
  display: flex;
  flex-direction: column;
  color: white;
}
.card-specialty .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 12px;
}
.card-specialty .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-specialty .title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.card-specialty hr {
  width: 100%;
  background: #FFFC33;
  height: 1px;
  border: 0;
}
.card-specialty a {
  display: flex;
  align-items: center;
  color: white;
}
.card-specialty a i {
  color: #FFFC33;
  margin-left: 12px;
}

.feedback-block {
  display: flex;
  align-items: center;
  padding: 96px 0 66px;
}
.feedback-block .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
}
.feedback-block .image img {
  width: 100%;
}
.feedback-block .content {
  display: flex;
  flex-direction: column;
  margin-left: 48px;
  align-items: flex-start;
}
.feedback-block .content .title {
  font-size: 3rem;
  text-transform: uppercase;
  color: #4E5C68;
  margin-bottom: 24px;
  font-family: "futurademic";
}
.feedback-block .content .text {
  font-size: 1.5rem;
  width: 70%;
  margin-bottom: 24px;
}
.feedback-block .content a {
  display: inline-flex;
  padding: 12px 24px;
  background: #4E5C68;
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  border-radius: 5px;
}

@media (max-width: 960px) {
  .feedback-block {
    padding: 48px 0 33px;
    flex-direction: column;
  }
  .feedback-block .image {
    margin-bottom: 12px;
  }
  .feedback-block .content {
    width: 100%;
    margin: 0;
  }
  .feedback-block .content .title {
    font-size: 1.5rem;
  }
  .feedback-block .content .text {
    font-size: 1.2rem;
  }
}
.grade-block {
  display: flex;
}
.grade-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 510px;
}
.grade-block a img {
  width: 100%;
}
.grade-block a:last-child {
  margin-left: 48px;
}

@media (max-width: 960px) {
  .grade-block {
    flex-direction: column;
  }
  .grade-block a {
    width: 100%;
    margin: 0;
  }
  .grade-block a:first-child {
    margin-bottom: 24px;
  }
  .grade-block a:last-child {
    margin: 0;
  }
}
.comment-card {
  display: flex;
  align-items: flex-start;
  height: 150px;
}
.comment-card .image {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-card .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-card .content {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.comment-card .content .title {
  font-size: 2rem;
  color: #4E5C68;
  font-family: "futurademic";
  margin-bottom: 12px;
}
.comment-card .content .text {
  font-size: 1rem;
  margin-bottom: 12px;
}
.comment-card .content a {
  border-bottom: 1px #E73D3D solid;
  color: #E73D3D;
  font-family: "futurademic";
  font-size: 1.2rem;
}

@media (max-width: 960px) {
  .comment-card {
    height: auto;
  }
}
footer {
  padding: 96px 24px;
  background: #4E5C68;
  display: flex;
  margin-top: auto;
}
footer .block_1\/2 {
  width: 50%;
}
footer .title {
  font-family: "futurademic";
  font-size: 2rem;
  color: white;
  margin-bottom: 24px;
}
footer form {
  width: 300px;
  display: flex;
  align-items: center;
  position: relative;
}
footer form input {
  width: 100%;
  padding: 12px 12px;
  background: none;
  border: 1px white solid;
}
footer form input::-moz-placeholder {
  color: white;
}
footer form input:-ms-input-placeholder {
  color: white;
}
footer form input::placeholder {
  color: white;
}
footer form button {
  height: 43px;
  position: absolute;
  padding: 12px 6px;
  right: -115px;
  background: #E73D3D;
  border: 0;
  font-size: 1.2rem;
  font-family: "futurademic";
  color: white;
  line-height: 0;
  cursor: pointer;
}
footer #js-show-iframe-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 293px;
  max-width: 100%;
  background: linear-gradient(138.4deg, #38bafe 26.49%, #2d73bc 79.45%);
  color: #fff;
  cursor: pointer;
}
footer #js-show-iframe-wrapper .pos-banner-fluid * {
  box-sizing: border-box;
}
footer #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;
}
footer #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #1d5deb;
}
footer #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus {
  background: #2a63ad;
}
footer #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active {
  background: #2a63ad;
}
@-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 {
  footer {
    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 {
  footer {
    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 {
  footer {
    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 {
  footer {
    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 {
  footer {
    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 {
  footer {
    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 {
  footer {
    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 {
  footer {
    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 {
  footer {
    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 {
  footer {
    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;
  }
}
footer #js-show-iframe-wrapper {
  background: var(--pos-banner-fluid-20__background);
}
footer #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
  width: 100%;
  min-height: 52px;
  background: #fff;
  color: #0b1f33;
  font-size: 16px;
  font-family: LatoWeb, sans-serif;
  font-weight: 400;
  padding: 0;
  line-height: 1.2;
}
footer #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active, footer #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus, footer #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #e4ecfd;
}
footer #js-show-iframe-wrapper .bf-20 {
  position: relative;
  display: grid;
  grid-template-columns: var(--pos-banner-fluid-20__grid-template-columns);
  grid-template-rows: var(--pos-banner-fluid-20__grid-template-rows);
  width: 100%;
  max-width: var(--pos-banner-fluid-20__max-width);
  box-sizing: border-box;
  grid-auto-flow: row dense;
}
footer #js-show-iframe-wrapper .bf-20__decor {
  background: var(--pos-banner-fluid-20__bg-url) var(--pos-banner-fluid-20__bg-url-position) no-repeat;
  background-size: cover;
  background-color: #f8efec;
  position: relative;
}
footer #js-show-iframe-wrapper .bf-20__content {
  display: flex;
  flex-direction: column;
  padding: var(--pos-banner-fluid-20__content-padding);
  grid-row: var(--pos-banner-fluid-20__content-grid-row);
  justify-content: center;
}
footer #js-show-iframe-wrapper .bf-20__text {
  margin: var(--pos-banner-fluid-20__text-margin);
  font-size: var(--pos-banner-fluid-20__text-font-size);
  line-height: 1.4;
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
  color: #0b1f33;
}
footer #js-show-iframe-wrapper .bf-20__bottom-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer #js-show-iframe-wrapper .bf-20__logo-wrap {
  position: absolute;
  top: var(--pos-banner-fluid-20__logo-wrap-top);
  left: var(--pos-banner-fluid-20__logo-wrap-right);
  padding: var(--pos-banner-fluid-20__logo-wrap-padding);
  background: #fff;
  border-radius: 0 0 8px 0;
}
footer #js-show-iframe-wrapper .bf-20__logo {
  width: var(--pos-banner-fluid-20__logo-width);
  margin-left: 1px;
}
footer #js-show-iframe-wrapper .bf-20__slogan {
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
  font-size: var(--pos-banner-fluid-20__slogan-font-size);
  line-height: 1.2;
  color: #005ca9;
}
footer #js-show-iframe-wrapper .bf-20__btn-wrap {
  width: 100%;
  max-width: var(--pos-banner-fluid-20__button-wrap-max-width);
}

@media (max-width: 960px) {
  footer {
    padding: 48px 12px;
    flex-direction: column;
  }
  footer .block_1\/2 {
    width: 100%;
  }
  footer .block_1\/2:first-child {
    margin-bottom: 24px;
  }
  footer form {
    width: 100%;
    flex-direction: column;
  }
  footer form input {
    margin-bottom: 12px;
  }
  footer form button {
    width: 100%;
    position: relative;
    right: 0;
  }
}
.bread-crumbs {
  font-size: 1.2rem;
  font-family: "futurademic";
  margin: 24px 0;
  display: flex;
  align-items: center;
}
.bread-crumbs a {
  position: relative;
  display: inline;
  font-family: "futurademic";
  color: black;
}
.bread-crumbs a:before {
  content: "";
  width: 0;
  height: 2px;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
  will-change: auto;
  transition: 0.2s ease;
}
.bread-crumbs a:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background: black;
}
.bread-crumbs i {
  margin: 0 12px;
}
.bread-crumbs__light * {
  color: white !important;
}
.bread-crumbs__light a:before {
  background: white;
}
.bread-crumbs__light a:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
}

.title-block {
  font-family: "futurademic";
  color: #4E5C68;
}

.subtitle-block {
  font-family: "futurademic";
  color: #4E5C68;
}

.text-block {
  width: 100%;
  word-break: break-word;
}
.text-block ul, .text-block ol {
  margin-left: 24px;
}

.special-card {
  padding: 12px;
  display: flex;
  align-items: flex-start;
  font-family: "futurademic";
  will-change: auto;
  transition: 0.2s ease;
  background: rgba(78, 92, 104, 0.1);
}
.special-card .image {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.special-card .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-card .content {
  display: flex;
  flex-direction: column;
}
.special-card .content .title {
  font-size: 1.5rem;
  margin: 0 0 24px;
  font-weight: bold;
  color: #4E5C68;
  will-change: auto;
  transition: 0.2s ease;
}
.special-card .content .qual {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  color: black;
  margin: 0 0 12px;
  will-change: auto;
  transition: 0.2s ease;
}
.special-card .content .qual i {
  margin-right: 12px;
}
.special-card:hover {
  background: #4E5C68;
  transform: scale(1.01);
  will-change: auto;
  transition: 0.2s ease;
}
.special-card:hover .content .title {
  color: white;
  will-change: auto;
  transition: 0.2s ease;
}
.special-card:hover .content .qual {
  color: white;
  will-change: auto;
  transition: 0.2s ease;
}
.special-card:hover .content .qual i {
  margin-right: 12px;
}

.special-banner {
  width: 100%;
  height: 750px;
  background-size: cover !important;
  background-position: top right !important;
  padding: 24px;
  font-family: "futurademic";
  display: flex;
  flex-direction: column;
}
.special-banner .title {
  color: white;
  font-size: 3rem;
  margin: 96px 0 24px;
}
.special-banner .subtitle {
  color: white;
  font-size: 2rem;
}
.special-banner .qualification-card {
  margin-top: auto;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.special-banner .qualification-card .card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 0 12px;
  height: 100%;
}
.special-banner .qualification-card .card a {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: #4E5C68;
}
.special-banner .qualification-card .card a .image {
  width: 100%;
  height: 100%;
}
.special-banner .qualification-card .card a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-banner .qualification-card .card a .content {
  display: flex;
  align-items: center;
  color: white;
  padding: 6px;
}

.sveden-content table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
  color: #000000;
}
.sveden-content table td {
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
  padding: 5px;
}
.sveden-content table th {
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
  padding: 5px;
}
.sveden-content table thead {
  background-color: #4E5C68;
}

@media (max-width: 960px) {
  .sveden-content table {
    display: inline-block;
    vertical-align: top;
    overflow-x: auto;
    white-space: nowrap;
    border-spacing: 0;
  }
}
.news-swiper {
  width: 70%;
  height: 500px;
  margin: 0 auto;
}
.news-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-swiper .swiper-button-next, .news-swiper .swiper-button-prev {
  border: 1px rgba(128, 128, 128, 0.2) solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  color: white;
  right: 0;
  top: auto;
  bottom: 0;
  font-weight: bold;
}
.news-swiper .swiper-button-next:after {
  font-size: 15px;
}
.news-swiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  color: white;
  left: auto;
  right: 35px;
  top: auto;
  bottom: 0;
  font-weight: bold;
}
.news-swiper .swiper-button-prev:after {
  font-size: 15px;
}

.note {
  font-family: "futurademic";
}
.note a {
  text-decoration: none;
  color: #E73D3D;
  font-size: 1rem;
}
.note .link-button {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.note .link-button a {
  text-decoration: none;
  padding: 12px;
  background: #E73D3D;
  color: white;
  text-align: center;
  margin: 24px auto 0;
}
.note .link-button a:first-child {
  width: 48%;
  margin-left: 0;
}
.note .link-button a:nth-child(2) {
  width: 48%;
  margin-right: 0;
}
.note .link-button a:nth-child(3) {
  width: 100%;
}
.note .link-button a:last-child {
  width: 100%;
}
.note details {
  width: 100%;
  background: white;
  color: #999999;
  border: 1px #999999 solid;
  border-radius: 15px;
  margin-bottom: 24px;
  outline: none;
  overflow: hidden;
}
.note details summary {
  outline: none;
  padding: 12px;
}
.note details .details-list {
  padding: 0 24px 24px 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.note details .details-list a {
  margin-top: 12px;
}
.note details .details-list a:first-child {
  margin-top: 0;
}
.note details[open] {
  border: 1px #E73D3D solid;
}
.note details[open] summary {
  background: #E73D3D;
  color: white;
}
.note .img-2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.admin-panel {
  margin: auto 0 12px;
  text-align: center;
}
.admin-panel a {
  font-weight: bold;
  font-size: 1rem;
  color: white;
}

.bvi {
  cursor: pointer;
}

.details_sub-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.details_sub-block .details-block {
  width: 40%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}
.details_sub-block .details-block .details {
  width: 100%;
  background: white;
  color: #999999;
  border: 1px #999999 solid;
  border-radius: 15px;
  margin-bottom: 24px;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}
.details_sub-block .details-block .details summary {
  outline: none;
  padding: 12px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.details_sub-block .details-block .details .details-list {
  padding: 0 24px 24px 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.details_sub-block .details-block .details .details-list a {
  position: relative;
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #E73D3D;
  font-family: "futurademic";
  margin-bottom: 12px;
}
.details_sub-block .details-block .details .details-list a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #E73D3D;
  position: absolute;
  bottom: 0;
  left: 0;
  will-change: auto;
  transition: 0.2s ease;
}
.details_sub-block .details-block .details .details-list a:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #E73D3D;
}
.details_sub-block .details-block .details .details-list a:last-child {
  margin-bottom: 0;
}
.details_sub-block .details-block .details[open] {
  border: 1px #E73D3D solid;
}
.details_sub-block .details-block .details[open] summary {
  background: #E73D3D;
  color: white;
}
.details_sub-block .sub-block {
  width: 60%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}
.details_sub-block .sub-block_item {
  display: flex;
  flex-direction: column;
  transform: scaleY(0);
  height: 0;
  background: white;
  border-radius: 15px;
}
.details_sub-block .sub-block_item a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  font-family: "futurademic";
  color: #E73D3D;
  margin-bottom: 12px;
}
.details_sub-block .sub-block_item a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #E73D3D;
  position: absolute;
  bottom: 0;
  left: 0;
  will-change: auto;
  transition: 0.2s ease;
}
.details_sub-block .sub-block_item a:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #E73D3D;
}
.details_sub-block .sub-block_item a:last-child {
  margin-bottom: 0;
}
.details_sub-block .sub-block_item__active {
  transform: scaleY(1);
  height: auto;
  padding: 12px;
}

@media (max-width: 960px) {
  .details_sub-block {
    flex-direction: column;
  }
  .details_sub-block .details-block {
    width: 100%;
  }
  .details_sub-block .sub-block {
    width: 100%;
  }
}
