

/* Start:/local/templates/knowledge/css/main.min.css?173105715436728*/
@-webkit-keyframes header-show {
  from {
    left: -1000px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes header-show {
  from {
    left: -1000px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes header-hide {
  from {
    left: 0px;
    opacity: 1;
  }

  to {
    left: -1000px;
    opacity: 0;
  }
}

@keyframes header-hide {
  from {
    left: 0px;
    opacity: 1;
  }

  to {
    left: -1000px;
    opacity: 0;
  }
}

@-webkit-keyframes header-width-up {
  from {
    max-width: 55px;
  }

  to {
    max-width: 300px;
  }
}

@keyframes header-width-up {
  from {
    max-width: 55px;
  }

  to {
    max-width: 300px;
  }
}

@-webkit-keyframes header-width-down {
  from {
    max-width: 300px;
    z-index: 1000;
  }

  to {
    max-width: 55px;
    z-index: 0;
  }
}

@keyframes header-width-down {
  from {
    max-width: 300px;
    z-index: 1000;
  }

  to {
    max-width: 55px;
    z-index: 0;
  }
}

@-webkit-keyframes header-show-mobile {
  from {
    left: -400px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes header-show-mobile {
  from {
    left: -400px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes header-hide-mobile {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    z-index: 1000;
  }
}

@keyframes header-hide-mobile {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    z-index: 1000;
  }
}

@-webkit-keyframes header-width-up-mobile {
  from {
    height: 55px;
    max-width: 55px;
  }

  to {
    height: 100%;
    max-width: 100%;
  }
}

@keyframes header-width-up-mobile {
  from {
    height: 55px;
    max-width: 55px;
  }

  to {
    height: 100%;
    max-width: 100%;
  }
}

@-webkit-keyframes header-width-down-mobile {
  from {
    height: 100%;
    max-width: 100%;
  }

  to {
    height: 50px;
    max-width: 55px;
  }
}

@keyframes header-width-down-mobile {
  from {
    height: 100%;
    max-width: 100%;
  }

  to {
    height: 50px;
    max-width: 55px;
  }
}

@-webkit-keyframes show {
  from {
    top: -10px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes show {
  from {
    top: -10px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

html {
  height: 100%;
  font-family: "Golos Text Regular", sans-serif;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 20px;
}

body {
  height: 100%;
  background: #F5F5F5;
  margin: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.section {
  margin-bottom: 90px;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0px auto;
}

header {
  grid-area: h;
}

main {
  grid-area: m;
}

footer {
  grid-area: b;
}

.page-wrapper {
  display: grid;
  grid-template-columns: 300px auto;
  grid-template-areas: "h m"
 "h b";
}

.container {
  position: relative;
}

.search input {
  border: none;
}

.search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.search button {
  border: none;
}

.banner.banner-content {
  height: 324px;
  margin-bottom: 80px;
}

.banner.banner-content .container {
  background-image: none;
}

.banner.banner-content .banner__text {
  margin-bottom: 40px;
}

.banner.banner-content .banner__title {
  max-width: 790px;
  font-weight: 600;
  margin-bottom: 0;
}

.content {
  margin-bottom: 60px;
}

.content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background-color: #2436BF;
  margin: 20px 0;
}

.content .step:nth-of-type(1) {
  margin-top: 0;
}

.content p {
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  width: 100%;
  max-width: 960px;
  //padding: 0 50px;
}

.content .text-link {
  color: #2436BF;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.content .text-link:hover {
  color: #2B2B2B;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.content .photo-big-inctruction {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 100%;
  max-width: 1084px;
  margin: 40px 0px;
  aspect-ratio: 1084/620;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 16px 13px rgba(34, 60, 80, 0.24);
  -moz-box-shadow: 0px 0px 16px 13px rgba(34, 60, 80, 0.24);
  box-shadow: 0px 0px 16px 13px rgba(34, 60, 80, 0.24);
}

.content iframe {
  width: 100%;
  max-width: 1084px;
  aspect-ratio: 1084/610;
  padding: 0;
  margin: 55px 0 80px;
}

.content p + .annotation {
  margin-top: 60px;
}

.content .annotation + p {
  margin-top: 60px;
}

.content .annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  width: 100%;
  border-radius: 10px;
  background-color: #EAEAEB;
}

.content .annotation p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #2B2B2B;
  max-width: 960px;
}

.themes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 30px;
  text-align: left;
}

.themes__list li {
  max-width: calc(33% - 20px);
  width: 100%;
}

.themes__link {
  font-size: 18px;
  line-height: 28px;
  color: #2B2B2B;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.themes__link:hover {
  color: #2436BF;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: .3;
  background-color: #2B2B2B;
}

footer .container {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

footer .footer__block {
  max-width: calc(33% - 20px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 40px;
  gap: 15px;
}

footer .footer__block-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

footer .footer__block-text {
  color: #909090;
}

footer .footer__block-text a {
  color: #2436BF;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

footer .footer__block-text a:hover {
  color: #909090;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.form-section {
  margin-bottom: 80px;
}

.form-section__wrapper {
  padding: 60px 0;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-section__title {
  font-size: 36px;
  line-height: 43.2px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.form-section__title ~ p {
  font-size: 18px;
  line-height: 28px;
  color: #909090;
  margin-bottom: 32px;
  max-width: 620px;
  text-align: center;
}

.form-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}

.form-section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  cursor: pointer;
  padding: 14px 53px;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 600;
  border-radius: 25px;
  color: #fff;
  background-color: #FF430F;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-section__link.telegram {
  background-color: #3390EC;
}

.form-section__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-section .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-section .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 48px;
}

.form-section .form__row .form__group {
  max-width: calc(50% - 15px);
}

.form-section .form .form__group {
  width: 100%;
}

.form-section .form .form__group label {
  font-size: 0px;
}

.form-section .form .form__group input,
.form-section .form .form__group textarea {
  width: 100%;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 500;
  color: #909090;
  border: none;
  border-bottom: 2px solid #c2c2c2;
  padding-bottom: 12px;
}

.form-section .form .form__group input:focus,
.form-section .form .form__group input:focus-visible,
.form-section .form .form__group textarea:focus,
.form-section .form .form__group textarea:focus-visible {
  outline: none;
}

.form-section .form .form__group textarea {
  resize: none;
  overflow: hidden;
  height: 44px;
  margin-bottom: 25px;
}

.form-section .form .form__group .form__file {
  visibility: hidden;
}

.form-section .form .form__group .form__file-label {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
  color: #909090;
  margin-left: 22px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-section .form .form__group .form__file-label:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-section .form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.form-section .form__buttons .agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
  color: #909090;
  cursor: pointer;
  margin-bottom: 48px;
}

.form-section .form__buttons .agree input {
  display: none;
}

.form-section .form__buttons .agree span {
  min-height: 16px;
  min-width: 16px;
  border: 1px solid #FF430F;
  display: inline-block;
  position: relative;
  background-color: #FF430F;
  border-radius: 4px;
}

.form-section .form__buttons [type="checkbox"]:checked+span:before {
  content: "\2714";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
}

.form-section .form__buttons .submit-btn {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 14px 53px;
  text-align: center;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 600;
  border-radius: 25px;
  color: #fff;
  background-color: #FF430F;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-section .form__buttons .submit-btn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

header {
  position: relative;
  background: #fff;
  width: 100%;
}

.header-hamburger__wrapper {
  position: absolute;
  left: -9999px;
}

.header-wrapper {
  position: fixed;
  overflow-y: auto;
  height: 100%;
  max-width: 300px;
  width: 100%;
  padding: 25px 15px;
}

.header-wrapper .close {
  display: none;
}

.header-wrapper .site-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  padding: 0 15px;
  display: block;
  margin-bottom: 20px;
}

.header-wrapper .navigation__search {
  position: relative;
  margin-bottom: 20px;
  padding: 0 15px;
}

.header-wrapper .navigation__search button {
  cursor: pointer;
  position: absolute;
  background: none;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-wrapper .navigation__search label {
  font-size: 0px;
}

.header-wrapper .navigation__search input {
  width: 100%;
  border: 1px solid #cbccdc;
  border-radius: 17px;
  padding: 7px 10px 7px 39px;
  font-size: 14px;
}

.header-wrapper .navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
}

.header-wrapper .navigation__list .navigation__item span {
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 22px;
  text-transform: uppercase;
  padding: 4px 0 4px 31px;
  -webkit-transition: background-color 0.3s ease,
 color 0.3s ease;
  transition: background-color 0.3s ease,
 color 0.3s ease;
  border-radius: 4px;
}

.header-wrapper .navigation__list .navigation__item span:hover {
  color: #2436BF;
  background-color: #BEC3EC;
  -webkit-transition: background-color 0.3s ease,
 color 0.3s ease;
  transition: background-color 0.3s ease,
 color 0.3s ease;
}

.header-wrapper .navigation__list .navigation__item span.active {
  color: #2436BF;
}

.header-wrapper .navigation__list .navigation__item span.active:before {
  -webkit-transform: rotateZ(360deg);
      -ms-transform: rotate(360deg);
          transform: rotateZ(360deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-wrapper .navigation__list .navigation__item span:before {
  content: " ";
  display: block;
  position: absolute;
  left: 16px;
  top: 11px;
  width: 12px;
  height: 8px;
  background-image: url("/local/templates/knowledge/css/../img/navigation-arrow.svg");
  -webkit-transform: rotateZ(270deg);
      -ms-transform: rotate(270deg);
          transform: rotateZ(270deg);
  fill: #2B2B2B;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-wrapper .navigation__list .navigation__item.active span {
  color: #2436BF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header-wrapper .navigation__list .navigation__item.active span:before {
  -webkit-transform: rotateZ(360deg);
      -ms-transform: rotate(360deg);
          transform: rotateZ(360deg);
}

.header-wrapper .navigation__list .navigation__item.active .navigation__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-wrapper .navigation__list .navigation__links-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 10px;
  padding-top: 11px;
  padding-left: 41px;
}

.header-wrapper .navigation__list .navigation__links-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

.header-wrapper .navigation__list .navigation__links-list:before {
  content: " ";
  position: absolute;
  left: 20px;
  top: 0;
  width: 10px;
  height: calc(100% - 9px);
  border: 1px solid #BEC3EC;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 6px;
}

.header-wrapper .navigation__list .navigation__links-list li:nth-last-of-type(1) a:before {
  content: none;
}

.header-wrapper .navigation__list .navigation__links-list li.active a {
  color: #909090;
}

.header-wrapper .navigation__list .navigation__links-list li.active a:after {
  content: " ";
  position: absolute;
  left: -16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #BEC3EC;
}

.header-wrapper .navigation__list .navigation__links-list a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-wrapper .navigation__list .navigation__links-list a:hover {
  color: #2436BF;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-wrapper .navigation__list .navigation__links-list a:before {
  content: " ";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 9px;
  height: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #BEC3EC;
}

.main .container {
  padding: 0 50px;
}

.section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.banner {
  height: 430px;
  background-color: #2436BF;
  color: #fff;
  width: 100%;
  margin-bottom: 60px;
}

.banner .container {
  background-image: url("/local/templates/knowledge/css/../img/banner-background.png");
  background-repeat: no-repeat;
  background-position: top 15px center;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner img {
  margin-bottom: 15px;
}

.banner__title {
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.banner__text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 50px;
  max-width: 790px;
  text-align: center;
}

.banner__search {
  width: 100%;
  max-width: 790px;
  position: relative;
}

.banner__search input {
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 28px;
  padding: 11px 60px 11px 30px;
  border-radius: 30px;
}

.banner__search label {
  font-size: 0px;
}

.banner__search button {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 30px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2436BF;
  border-radius: 25px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.banner__search button:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.banner__search button img {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
}

.sections .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.sections__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #fff;
  padding: 35px 40px;
  border-radius: 10px;
  max-width: calc(33% - 20px);
  width: 100%;
  min-height: 220px;
  gap: 20px;
}

.sections__block:nth-of-type(2n) .sections__icon {
  background-color: #D3F4E4;
}

.sections__block:nth-of-type(3n) .sections__icon {
  background-color: #F4F3D6;
}

.sections__block:nth-of-type(4n) .sections__icon {
  background-color: #E7E9FB;
}

.sections__block:nth-of-type(5n) .sections__icon {
  background-color: #F9E0E4;
}

.sections__block:nth-of-type(6n) .sections__icon {
  background-color: #FFE8CC;
}

.sections h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.sections__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.sections__link {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 10;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.sections__link:hover {
  color: #2436BF;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.sections__icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #DAEFFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular-themes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 30px;
  text-align: left;
}

.popular-themes__list li {
  max-width: calc(33% - 20px);
  width: 100%;
}

.popular-themes__link {
  font-size: 16px;
  line-height: 24px;
  color: #2436BF;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.popular-themes__link:hover {
  color: #2B2B2B;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  -ms-touch-action: none;
      touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.pswp:focus {
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

.pswp__content {
  pointer-events: none;
}

.pswp__content>* {
  pointer-events: auto;
}

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  -webkit-transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  pointer-events: none;
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  pointer-events: none !important;
}

.pswp__top-bar>* {
  pointer-events: auto;
  will-change: opacity;
}

.pswp__button--close {
  margin-right: 6px;
}

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul li {
  list-style: none;
}

@media screen and (max-width: 1250px) {
  .section,
  .footer {
    margin-left: 56px;
  }

  .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .content .annotation {
    padding: 40px 30px;
  }

  .form-section__wrapper {
    padding: 60px 40px;
  }

  header {
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0;
    max-width: 55px;
  }

  header.notactive {
    -webkit-animation-name: header-width-down;
            animation-name: header-width-down;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    max-width: 55px;
  }

  header.active {
    z-index: 1000;
    -webkit-animation-name: header-width-up;
            animation-name: header-width-up;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    max-width: 300px;
  }

  .header-hamburger__wrapper {
    cursor: pointer;
    left: 0;
    top: 0;
    position: fixed;
    width: 56px;
    height: 50px;
    background-color: #6083FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-hamburger__wrapper .hamburger {
    width: 20px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3px;
  }

  .header-hamburger__wrapper .hamburger-line {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }

  .header-hamburger__wrapper .hamburger-bottom {
    width: 13px;
  }

  .header-wrapper {
    position: absolute;
    -webkit-animation-name: header-hide;
            animation-name: header-hide;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    left: -999px;
    opacity: 0;
  }

  .header-wrapper.active {
    background: #fff;
    width: 300px;
    z-index: 500;
    -webkit-animation-name: header-show;
            animation-name: header-show;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    left: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  .sections .container {
    gap: 20px;
  }

  .sections__block {
    max-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 991px) {
  .content iframe {
    padding: 0;
  }

  .themes__list {
    gap: 8px 20px;
  }

  .themes__list li {
    max-width: calc(50% - 17px);
  }

  footer .container {
    padding: 0 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .footer__block {
    max-width: calc(50% - 17px);
  }

  .form-section__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form-section__link {
    padding: 12px 24px;
  }

  .form-section .form__buttons .submit-btn {
    padding: 12px 24px;
  }

  .header-wrapper .navigation__list .navigation__item span:hover {
    background-color: transparent;
  }

  .main .container {
    padding: 0 40px;
  }

  .banner .container {
    padding: 0 40px;
  }

  .popular-themes__list {
    gap: 8px 20px;
  }

  .popular-themes__list li {
    max-width: calc(50% - 17px);
  }
}

@media screen and (max-width: 580px) {
  .section,
  .footer {
    margin-left: 0;
  }

  .themes__list li {
    max-width: 100%;
  }

  footer .container {
    padding: 0 47px 0 20px;
  }

  footer .footer__block {
    max-width: 100%;
    padding-right: 0px;
  }

  footer .footer__block-name {
    font-size: 16px;
    line-height: 24px;
  }

  .form-section__wrapper {
    padding: 60px 20px;
  }

  .form-section__link {
    text-align: center;
  }

  .form-section .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }

  .form-section .form__row .form__group {
    max-width: 100%;
  }

  .form-section .form .form__group .form__file-label {
    margin-left: 0;
  }

  .form-section .form__buttons {
    margin-top: 40px;
  }

  .form-section .form__buttons .agree {
    font-size: 16px;
    line-height: 22px;
  }

  .form-section .form__buttons [type="checkbox"]:checked+span:before {
    font-size: 13px;
  }

  header {
    height: 50px;
    z-index: 1000;
  }

  header.notactive {
    -webkit-animation-name: header-width-down-mobile;
            animation-name: header-width-down-mobile;
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s;
    z-index: 1000;
    max-width: 55px;
    height: 50px;
  }

  header.active {
    -webkit-animation-name: header-width-up-mobile;
            animation-name: header-width-up-mobile;
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s;
    max-width: 100%;
    z-index: 1111;
    height: 100%;
  }

  .header-wrapper {
    -webkit-animation-name: header-hide-mobile;
            animation-name: header-hide-mobile;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    left: -400px;
    max-width: 100%;
  }

  .header-wrapper.active {
    width: 100%;
    -webkit-animation-name: header-show-mobile;
            animation-name: header-show-mobile;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
  }

  .header-wrapper .close {
    cursor: pointer;
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .header-wrapper .close-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #909090;
    border-radius: 2px;
    -webkit-transform: rotateZ(135deg);
        -ms-transform: rotate(135deg);
            transform: rotateZ(135deg);
    top: 50%;
    position: absolute;
  }

  .header-wrapper .close-left {
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
  }

  .main .container {
    padding: 0 20px;
  }

  .banner .container {
    padding: 0 20px;
  }

  .banner__title {
    font-size: 24px;
    line-height: 32px;
    max-width: 300px;
  }

  .banner__text {
    line-height: 26px;
  }

  .sections__block {
    max-width: 100%;
  }

  .popular-themes__list li {
    max-width: 100%;
  }
}
/* End */


/* Start:/local/templates/knowledge/fonts/golos_text_regular.css?1721899678599*/
@font-face {
	font-family: 'Golos Text Regular';
	src: url('/local/templates/knowledge/fonts/./fonts/golos_text_regular.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/knowledge/fonts/./fonts/golos_text_regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/knowledge/fonts/./fonts/golos_text_regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/knowledge/fonts/./fonts/golos_text_regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/knowledge/fonts/./fonts/golos_text_regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/knowledge/fonts/./fonts/golos_text_regular.svg#golos_text_regular') format('svg'); /* Chrome < 4, Legacy iOS */
}
/* End */


/* Start:/local/templates/knowledge/components/bitrix/form/popup_knowledge/bitrix/form.result.new/.default/style.css?1730975545666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/knowledge/components/bitrix/form/popup_knowledge/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/knowledge/components/bitrix/form/popup_knowledge/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/knowledge/styles.css?1759472619372*/
.popup-knowledge-cont {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
	z-index: 100;
}
.popup-knowledge{	
    width: 350px;
    margin: auto;
    margin-top: 15%;
    border: 4px solid #2436bf;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
}
#popup-check:checked~.popup-knowledge-cont{
	display: block;
}
/* End */


/* Start:/local/templates/knowledge/template_styles.css?17594726191607*/
        h2 {
            color: #34495e;
            margin-top: 30px;
            border-bottom: 2px solid #ecf0f1;
            padding-bottom: 8px;
        }
        h3 {
            color: #7f8c8d;
            margin-top: 20px;
        }
        ul {
            margin: 10px 0;
        }
        li {
            margin: 8px 0;
        }
        strong {
            color: #e74c3c;
        }
        code {
            background: #ecf0f1;
            padding: 2px 6px;
            border-radius: 3px;
            font-family: 'Courier New', monospace;
        }
        .note {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 12px;
            margin: 15px 0;
        }
        .important {
            background: #f8d7da;
            border-left: 4px solid #dc3545;
            padding: 12px;
            margin: 15px 0;
        }
        section {
            margin-bottom: 40px;
        }
        ol.steps {
            background: #f8f9fa;
            padding: 20px 20px 20px 40px;
            border-radius: 5px;
            margin: 15px 0;
        }
        ol.steps li {
            margin: 12px 0;
            font-weight: 500;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }
        th {
            background-color: #3498db;
            color: white;
        }
        tr:nth-child(even) {
            background-color: #f2f2f2;
        }
/* End */
/* /local/templates/knowledge/css/main.min.css?173105715436728 */
/* /local/templates/knowledge/fonts/golos_text_regular.css?1721899678599 */
/* /local/templates/knowledge/components/bitrix/form/popup_knowledge/bitrix/form.result.new/.default/style.css?1730975545666 */
/* /local/templates/knowledge/styles.css?1759472619372 */
/* /local/templates/knowledge/template_styles.css?17594726191607 */
