

/* Start:/local/templates/vg/components/bitrix/news.detail/static.pages/style.css?16338711282690*/
.doc-inner--three .doc-inner__item-wrapper {
  width: calc((100% / 3) - 24px); }
.doc-inner--four .doc-inner__item-wrapper {
  width: calc((100% / 4) - 24px); }
.doc-inner--offset-top {
  margin-top: 40px; }
.doc-inner__title {
  font-size: 24px;
  color: #323046;
  font-weight: bold;
  margin-bottom: 26px; }

.doc-inner__description {
  font-size: 16px;
  line-height: 32px;
  color: rgba(50, 48, 70, 0.8);
  margin-bottom: 24px; }
.doc-inner__list {
  margin: 0 -12px -24px -12px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
.doc-inner__item-wrapper {
  margin: 0 12px 24px;
  width: calc((100% / 4) - 24px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.doc-inner__item {
  height: 100%;
  display: flex;
  text-decoration: none;
  padding: 24px 24px 24px 32px;
  background: rgba(54, 169, 225, 0.1);
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.doc-inner__item:hover .doc-inner__item-title {
  color: #323046; }
.doc-inner__item-picture {
  width: 48px;
  min-width: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.doc-inner__item-picture img {
  display: block;
  width: 100%; }
.doc-inner__item-title {
  font-size: 16px;
  line-height: 20px;
  color: #36A9E1;
  margin-left: 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

@media screen and (max-width: 1300px) {
  .doc-inner--four .doc-inner__item-wrapper {
    width: calc((100% / 3) - 24px); } }
@media screen and (max-width: 1220px) {
  .doc-inner--three .doc-inner__item-wrapper, .doc-inner--four .doc-inner__item-wrapper {
    width: calc((100% / 2) - 24px); } }
@media screen and (max-width: 620px) {
  .doc-inner--three .doc-inner__item-wrapper, .doc-inner--four .doc-inner__item-wrapper {
    width: calc(100% - 24px); }
  .doc-inner__list {
    margin-bottom: 0; }
  .doc-inner__item-wrapper {
    margin-bottom: 15px; }
  .doc-inner__item-wrapper:last-child {
    margin-bottom: 0; } }
@media screen and (max-width: 480px) {
  .doc-inner__title {
    font-size: 18px;
    line-height: 24px; } }
@media screen and (max-width: 420px) {
  .doc-inner--offset-top {
    margin-top: 22px; }
  .doc-inner__description {
    font-size: 14px;
    line-height: 24px; }
  .doc-inner__item-wrapper {
    margin-bottom: 8px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/js/ukv/vue/components/form/dist/form.css?163386960011131*/
.form--feedback .form__wrapper {
  padding: 29px 32px 41px 32px; }
.form--feedback .form__title {
  line-height: 32px; }
.form--feedback .form__header {
  margin-bottom: 35px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(130, 143, 154, 0.4); }
.form--sidebar .form__wrapper {
  padding: 31px 24px 40px; }
.form--sidebar .form__title {
  text-align: center;
  line-height: 120%; }
.form--sidebar.form--column-2 .form__field, .form--sidebar.form--column-3 .form__field {
  width: calc(100% - 32px); }
.form--sidebar .form__agree {
  margin-bottom: 30px; }
.form--modal {
  background-color: #fff;
  position: relative; }
.form--modal.form--column-1 {
  max-width: 360px; }
.form--modal.form--column-1 .form__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.form--modal.form--column-1 .form__agree {
  margin-bottom: 30px; }
.form--modal .form__wrapper {
  padding: 52px 60px 64px 60px; }
.form--column-2.form--remnant-1 .form__field:nth-last-child(-n+1), .form--column-3.form--remnant-1 .form__field:nth-last-child(-n+1) {
  width: calc(100% - 32px); }
.form--column-2 .form__field {
  width: calc((100% / 2) - 32px); }
.form--column-3 .form__field {
  width: calc((100% / 3) - 32px); }
.form--column-3.form--remnant-2 .form__field:nth-last-child(-n+2) {
  width: calc((100% / 2) - 32px); }
.form--offset-top {
  margin-top: 41px; }
.form--tablet {
  display: none; }
.form__wrapper {
  padding: 15px;
  background: rgba(54, 169, 225, 0.1); }
.form__close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.form__close-btn img {
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
.form__close-btn:hover img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.form__header {
  margin-bottom: 24px; }
.form__title {
  color: #323046;
  font-size: 24px;
  margin-bottom: 10px; }
.form__title:last-child {
  margin-bottom: 0; }
.form__description {
  font-size: 14px;
  line-height: 18px;
  color: #828F9A; }
.form__body {
  margin-bottom: 32px; }
.form__body:last-child {
  margin-bottom: 0; }
.form__fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.form__field {
  width: calc(100% - 32px);
  margin: 0 16px 15px; }
.form__field:last-child {
  margin-bottom: 0; }
.form__field--hidden {
  display: none; }
.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.form__agree {
  text-align: left; }
.form__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.form__button {
  display: block;
  color: #36A9E1;
  background-color: transparent;
  position: relative;
  margin: 0 16px;
  padding: 12px 15px;
  text-align: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  width: 184px;
  min-width: 184px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: skewX(-13deg);
  -ms-transform: skewX(-13deg);
  transform: skewX(-13deg);
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.form__button span {
  display: block;
  font-style: normal;
  -webkit-transform: skewX(13deg);
  -ms-transform: skewX(13deg);
  transform: skewX(13deg); }
.form__button:before {
  top: -8px;
  right: -9px;
  bottom: 0;
  left: -9px; }
.form__button:after {
  top: 0;
  right: 0;
  bottom: -8px;
  left: 0; }
.form__button:before, .form__button:after {
  content: "";
  display: block;
  position: absolute;
  padding-left: 18px;
  opacity: 0.3;
  border: 1px solid rgba(54, 169, 225, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.form__button:hover {
  background-color: #36A9E1;
  color: #fff; }
.form__button:hover:before, .form__button:hover:after {
  border-color: #36A9E1; }

.form-agree {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #828F9A;
  position: relative;
  padding-left: 36px;
  min-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.form-agree:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #36A9E1;
  background: #FFF;
  left: 0;
  top: 50%;
  margin-top: -12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.form-agree--error:before {
  border: 1px solid red; }
.form-agree__input {
  display: none; }
.form-agree__input:checked + .form-agree__text:before {
  opacity: 1; }
.form-agree__text {
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  color: #828F9A; }
.form-agree__text:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #1D71B8 url("/local/templates/vg/assets/img/check_ico.svg") no-repeat 0 5px;
  opacity: 0;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.form-agree__text a {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: #36A9E1; }
.form-agree__text a:hover {
  text-decoration: none; }

input.form-field__field {
  height: 48px; }

textarea.form-field__field {
  padding-top: 14px;
  resize: none;
  height: 104px; }

.form-field {
  width: 100%; }
.form-field--focus .form-field__placeholder {
  display: none; }
.form-field--error .form-field__field {
  border-bottom-color: red; }
.form-field--error .form-field__field:hover, .form-field--error .form-field__field:focus {
  border-bottom-color: red; }
.form-field__wrap {
  position: relative; }
.form-field__wrap:hover .form-field__placeholder {
  color: rgba(50, 48, 70, 0.8); }
.form-field__field {
  display: block;
  width: 100%;
  padding: 0 19px;
  background: #fff;
  font-size: 16px;
  color: rgba(130, 143, 154, 0.8);
  border: none;
  border-bottom: 1px solid #36A9E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.form-field__field:hover, .form-field__field:focus {
  color: rgba(50, 48, 70, 0.8);
  border-bottom-color: #323046; }
.form-field__field:focus + .form-field__placeholder {
  display: none; }
.form-field__placeholder {
  display: block;
  cursor: text;
  left: 19px;
  top: 14px;
  position: absolute;
  font-size: 16px;
  color: rgba(130, 143, 154, 0.8); }

@media screen and (max-width: 1020px) {
  .form--sidebar.form--column-2.form--remnant-1 .form__field:nth-last-child(-n+1), .form--sidebar.form--column-3.form--remnant-1 .form__field:nth-last-child(-n+1) {
    width: calc(100% - 32px); }
  .form--sidebar.form--column-2 .form__field {
    width: calc((100% / 2) - 32px); }
  .form--sidebar.form--column-3 .form__field {
    width: calc((100% / 3) - 32px); }
  .form--sidebar.form--column-3.form--remnant-2 .form__field:nth-last-child(-n+2) {
    width: calc((100% / 2) - 32px); }
  .form--sidebar .form__agree {
    margin-bottom: 0; }
  .form--tablet {
    display: block; }
  .form--tablet-hide {
    display: none; } }
@media screen and (max-width: 996px) {
  .form--feedback .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .form--feedback .form__agree {
    margin-bottom: 30px; }
  .form--feedback.form--column-2 .form__field, .form--feedback.form--column-3 .form__field {
    width: calc(100% - 32px); }
  .form--feedback.form--column-2.form--remnant-2 .form__field:nth-last-child(-n+2), .form--feedback.form--column-3.form--remnant-2 .form__field:nth-last-child(-n+2) {
    width: calc(100% - 32px); } }
@media screen and (max-width: 770px) {
  .form--modal.form--column-3 .form__field {
    width: calc(100% - 32px); }
  .form--modal.form--column-3.form--remnant-2 .form__field:nth-last-child(-n+2) {
    width: calc(100% - 32px); } }
@media screen and (max-width: 720px) {
  .form--modal .form__footer, .form--sidebar .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .form--modal .form__agree, .form--sidebar .form__agree {
    margin-bottom: 30px; }
  .form--sidebar.form--column-2 .form__field, .form--sidebar.form--column-3 .form__field {
    width: calc(100% - 32px); } }
@media screen and (max-width: 570px) {
  .form--modal.form--column-2 .form__field {
    width: calc(100% - 32px); }
  .form--modal.form--column-2.form--remnant-2 .form__field:nth-last-child(-n+2) {
    width: calc(100% - 32px); } }
@media screen and (max-width: 520px) {
  .form--mobile-offset.form--feedback {
    margin-left: -16px;
    margin-right: -16px; } }
@media screen and (max-width: 420px) {
  .form--feedback .form__wrapper {
    padding: 20px 15px 31px; }
  .form--feedback .form__header {
    margin-bottom: 18px;
    padding-bottom: 24px; }
  .form__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px; }
  .form__description {
    font-size: 13px; } }
@media screen and (max-width: 380px) {
  .form--modal .form__wrapper, .form--sidebar .form__wrapper {
    padding: 30px 20px 40px; } }

/* End */
/* /local/templates/vg/components/bitrix/news.detail/static.pages/style.css?16338711282690 */
/* /local/js/ukv/vue/components/form/dist/form.css?163386960011131 */
