

/* Start:/local/templates/new_ru_dki/css/style.css?1753106659176643*/
@charset "UTF-8";
/*Поключение шрифтов*/
@import url("/local/templates/new_ru_dki/css/../fonts/sofiapro/stylesheet.css");
@import url("/local/templates/new_ru_dki/css/../fonts/notosans/stylesheet.css");
/*Обнуление стилей*/
/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, button {
  border: none;
  outline: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0 !important;
  border: 1px solid #c0c0c0;
  *border-collapse: expression("collapse", cellSpacing = "0px");
  margin: 10px 0;
}

table th {
  border: 1px solid #c0c0c0;
  font-weight: bold;
  padding: 10px 0;
  /* background: #efefef;*/
}

table td {
  border: 1px solid #c0c0c0;
  padding: 5px;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

textarea:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #7D7470;
}

select input[type=radio], select label {
  display: none !important;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  height: 24px;
  width: 24px;
  float: left;
}

input[type=checkbox] + label,
input[type=radio] + label {
  margin-bottom: 16px;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #161413;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin: 12px 0;
  max-width: calc(100% - 32px);
}

input[type=checkbox] + label {
  margin-top: 13px;
}

input [type=checkbox]:checked,
input[type=radio]:checked {
  background: #008F43;
  color: #008F43;
}

select input [type=checkbox]:checked,
select input[type=radio]:checked {
  background: #008F43 !important;
  color: #008F43 !important;
  background-color: #008F43 !important;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #E0DEDC;
  outline: 1px solid #E0DEDC;
}

.private input[type=checkbox],
.private input[type=radio] {
  visibility: visible !important;
  width: 20px !important;
  height: 20px !important;
}

input[type=checkbox]::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  border-radius: 2px;
  background: #008F43;
  display: none;
  border: 1px solid #008F43;
  border-radius: 2px;
}

input[type=radio]:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #FFFFFF;
  display: none;
  border: 1px solid #008F43;
  border-radius: 50%;
}

input[type=radio]:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  background: #008F43;
  display: none;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  z-index: 150;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  z-index: 100;
  display: none;
  top: 3px;
  width: 14px;
  height: 12px;
  background-size: contain;
  background: url(/local/templates/new_ru_dki/css/../img/icons/check.svg);
  left: 3px;
  display: none;
}

input[type=checkbox]:checked::after,
input[type=checkbox]:checked::before,
input[type=radio]:checked::after,
input[type=radio]:checked::before,
.radio input[type=checkbox]:checked::after,
.radio input[type=checkbox]:checked::before {
  display: block;
}

.radio input[type=checkbox] {
  border-radius: 50% !important;
}

/*Круглый чекбокс*/
.radio input[type=checkbox] {
  width: 0;
  height: 0;
  border: none;
  outline: none;
}

.radio input[type=checkbox]::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #FFFFFF;
  border: none;
  outline: 1px solid #A49792;
  border-radius: 50%;
  top: -2px;
  left: 0px;
}

.radio input[type=checkbox]:checked::after {
  border: none;
  outline: 1px solid #008F43;
}

.radio input[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  background: #008F43;
  top: 2px;
  left: 4px;
  border-radius: 50%;
  z-index: 150;
}

.radio input[type=checkbox] + label {
  padding-left: 22px;
  cursor: pointer;
}

.radio input[type=checkbox] + label:hover {
  cursor: pointer;
}

input {
  outline: 0 !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input:focus, button:focus {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #E0E0E0;
}

input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #E0E0E0;
}

input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #E0E0E0;
}

input::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #E0E0E0;
}

input::placeholder {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #E0E0E0;
}

select {
  border: none;
  outline: none;
  height: 48px;
  background: #FFFFFF;
  border-radius: 1px 1px 0px 0px;
  border-bottom: 1px solid #7D7470;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url(/local/templates/new_ru_dki/css/../img/icons/raskryt_down.svg) center no-repeat #FFFFFF;
  background-position-x: calc(100% - 8px);
  color: #5C5653;
  padding: 0 31px 0 16px;
  z-index: 199;
}

body input:-internal-autofill-selected {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  background-color: #FFFFFF !important;
  background: #FFFFFF;
  /* color:#006630!important;*/
}

body input[type=search], body input[type=search]:active,
body input[type=search]:hover, body input[type=search]:focus {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  /*color:#006630!important;*/
}

p {
  margin: 16px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.0025em;
  color: #002914;
}

body h1 {
  font-size: 32px;
  line-height: 38px;
}

body h2 {
  font-size: 32px;
  line-height: 38px;
}

body h3 {
  font-size: 22px;
  line-height: 26px;
}

body h4 {
  font-size: 19px;
  line-height: 22px;
}

body h5 {
  font-size: 17px;
  line-height: 20px;
  margin: 8px 0;
  font-weight: 500;
  letter-spacing: 0.026px;
  color: var(--neitral-3, #161413);
}

body h6 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #5C5653;
  font-weight: 500;
  letter-spacing: 0.001em;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #E0DEDC;
  clear: both;
}

/*style buttons*/
.regims-project .back {
  margin-bottom: 10px;
}

.primary-button, .secondary-button,
.thirdy-button, .back > a, .sez-card__left a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 2px;
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[name=Login] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 2px;
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background: #008F43;
  -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  padding: 12px 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.primary-button.icon.dark, .primary-button.icon.light,
.secondary-button.icon.dark, .secondary-button.icon.light {
  padding-left: 38px;
  position: relative;
}

.thirdy-button.icon.dark, .thirdy-button.icon.light {
  padding-left: 32px;
  position: relative;
}

.primary-button.icon svg, .secondary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  left: 12px;
  top: 13px;
}

.region-card__buttons .secondary-button.icon svg {
  top: 8px;
}

.thirdy-button.icon svg {
  position: absolute;
  left: 8px;
  top: 13px;
}

span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primary-button.dark {
  background: #008F43;
  -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  padding: 12px 16px;
}

.button30 {
  background: #008F43;
  -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 2px;
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 16px;
}

.button30:hover, .button30:focus {
  background: #FFC27B;
  text-decoration: none;
  color: #161413;
  cursor: pointer;
}

.content .button30 span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 700;
}

.content .button30:hover span, .content .button30:focus span {
  color: #161413;
}

.button30:active {
  background: #FFC27B;
  -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.primary-button.light {
  padding: 12px 16px;
  background: #F58300;
  -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.primary-button.dark span {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 700;
}

.primary-button.dark:hover, .primary-button.dark:focus,
.primary-button.light:hover,
.primary-button.light:focus, input[name=Login]:hover, input[name=Login]:focus {
  background: #FFC27B;
  text-decoration: none;
  color: #161413;
  cursor: pointer;
}

.primary-button.dark:hover span,
.primary-button.dark:focus span {
  color: #161413;
}

.primary-button.dark:active,
.primary-button.light:active, input[name=Login]:active {
  background: #FFC27B;
  -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

svg path {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primary-button.dark.icon:hover svg path,
.primary-button.dark.icon:focus svg path,
.primary-button.light.icon:hover svg path,
.primary-button.light.icon:focus svg path {
  stroke: #161413;
}

.secondary-button.dark {
  padding: 11px 16px;
  border: 1px solid #006630;
  background: transparent;
  color: #006630;
}

.secondary-button.dark a {
  color: #006630;
  text-transform: none;
  text-transform: uppercase;
}

.secondary-button.light {
  padding: 11px 16px;
  border: 1px solid #BFFFDD;
  color: #BFFFDD;
  background: transparent;
}

.secondary-button.dark:hover, .secondary-button.dark:focus, .secondary-button.light:hover, .secondary-button.light:focus {
  background: #FFFFFF;
  border: 1px solid #AC5B00;
  -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #AC5B00;
  cursor: pointer;
}

.secondary-button.dark:hover a, .secondary-button.dark:focus a {
  color: #AC5B00;
  text-transform: uppercase;
  text-decoration: none;
}

.secondary-button.dark:active, .secondary-button.light:active {
  -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.back {
  margin-bottom: 16px;
}

.back > a {
  display: inline-block;
}

.back > a svg {
  position: relative;
  top: 3px;
}

.thirdy-button.dark, .back > a, .sez-card__left a {
  padding: 12px 8px;
  color: #006630;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thirdy-button.dark > a {
  color: #006630;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thirdy-button.light {
  padding: 12px 8px;
  color: #D23100;
  background: transparent;
}

.thirdy-button.dark:hover, .thirdy-button.dark:focus, .thirdy-button.light:hover, .thirdy-button.light:focus,
.back > a:hover, .back > a:focus, .sez-card__left a:hover, .sez-card__left a:focus {
  background: #FFFFFF;
  -webkit-box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #AC5B00;
  text-decoration: none;
  cursor: pointer;
}

.sez-card__left p > a:hover, .sez-card__left p > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.thirdy-button.dark > a:hover, .thirdy-button.dark > a:focus {
  color: #AC5B00;
  text-decoration: none;
}

.thirdy-button.dark:active, .thirdy-button.light:active, .sez-card__left a:active,
.back > a:active {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset -8px 8px 32px rgba(0, 0, 0, 0.1), inset -2px 2px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.sez-card__left p > a:active {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.thirdy-button.dark.icon:hover svg path,
.thirdy-button.light.icon:hover svg path,
.thirdy-button.dark.icon:active svg path,
.thirdy-button.light.icon:active svg path,
.thirdy-button.dark.icon:focus svg path,
.thirdy-button.light.icon:focus svg path,
.back > a:hover svg path, .back > a:focus svg path,
.back > a:active svg path {
  stroke: #AC5B00;
}

.secondary-button.dark.icon:hover svg path,
.secondary-button.light.icon:hover svg path,
.secondary-button.dark.icon:active svg path,
.secondary-button.light.icon:active svg path,
.secondary-button.dark.icon:focus svg path,
.secondary-button.light.icon:focus svg path {
  stroke: #AC5B00;
}

svg path, svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*style hello preload start*/
.hello {
  background: linear-gradient(312.45deg, rgba(255, 255, 255, 0.8) 3.38%, #FFFFFF 96.16%);
  mix-blend-mode: normal;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 2px;
  width: 886px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  position: fixed;
  top: 128px;
  z-index: 1000;
  left: calc(50% - 443px);
  -ms-transform: translateY(calc(-100% - 130px));
  -webkit-transform: translateY(calc(-100% - 130px));
          transform: translateY(calc(-100% - 130px));
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: none;
}

.hello .hello-title h2 {
  font-size: 32px;
  line-height: 38px;
  color: #002914;
}

.hello__wrapper {
  width: 100%;
  padding: 24px;
}

.hello__header {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.hello__content {
  position: relative;
  width: 100%;
}

.hello__content p {
  margin-bottom: 32px;
}

.hello__content p + p + p {
  margin-right: 130px;
  width: calc(100% - 130px);
}

.hello__content h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #AC5B00;
}

.hello .secondary-button {
  display: block;
  width: 100%;
  text-align: center;
}

.hello .thirdy-button {
  position: absolute;
  right: 8px;
  bottom: 0px;
}

.logo-left {
  margin-right: 8px;
}

.hello-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-right {
  margin-left: 8px;
}

.hello.visible {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.hello.d-none {
  display: none;
  opacity: 0;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.hello.visible.d-none {
  display: none;
  opacity: 0;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

@media screen and (max-width: 767px) {
  .hello .hello-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .hello .thirdy-button {
    position: relative;
    left: calc(100% - 105px);
  }
  .hello__content p + p + p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .hello .hello-title h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }
  .logo-left > img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
  .hello__content h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }
  .hello__content p + p + p {
    margin-right: 0;
    width: 100%;
    width: 100%;
    margin-bottom: 16px;
    /* padding-bottom: 40px; */
  }

}
@media screen and (max-width: 430px) {
  .hello .hello-title h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .logo-left > img {
    width: 40px;
    height: 40px;
  }
  .logo-right > img {
    width: 22px;
    height: 40px;
  }
  .hello__content h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 350px) {
  .logo-left > img {
    margin-right: 8px;
  }
}
/*style body start*/
section.main-page {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*section.first-page.dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #002914;
  opacity: 0.25;
  z-index: 500;
}
*/
/*section.main-page.dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #002914;
  opacity: 0.25;
  z-index: 520;
}*/
body {
  scroll-behavior: smooth;
  color: #161413;
  font: normal 400 16px/20px "Noto Sans", sans-serif;
  letter-spacing: 0.005em;
  background: #FFFFFF;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #005D97;
}

a:hover {
  text-decoration: underline;
  color: #007BC3;
}

/*style header start*/
.header {
  width: 100%;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  height: 128px;
  z-index: 150;
  /* position: fixed;
  top: 0;*/
  position: sticky;
  top: 0;
  z-index: 300;
}

#bx-panel + .hello + .header, #bx-panel + .header {
  /*  top: -38px;*/
}

.header__item {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}
.header__item .primary-button {
  margin-left: 18px;
}
.portal-btn a{
  display: block;
  width: fit-content;
  white-space: nowrap;
}
.header__item .thirdy-button {
  margin-left: 16px;
}
.header__item .thirdy-button.icon svg  {
  top: 10px;
}

.wrapper {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
}

.logo__img {
  margin-right: 16px;
}

.logo-title a {
  text-decoration: none;
}

.logo-title a:hover {
  text-decoration: none;
}

.search {
  position: relative;
  width: 240px;
  height: 48px;
}

.search form {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 240px;
  height: 48px;
}

.search input, .search button {
  border: none;
  outline: none;
  border-radius: 0;
}

.search input {
  width: 240px;
  height: 48px;
  background: #FFFFFF;
  padding-left: 16px;
  border-bottom: 1px solid #006630;
}

.search input::-webkit-input-placeholder {
  color: #7D7470;
}

.search input:-ms-input-placeholder {
  color: #7D7470;
}

.search input::-ms-input-placeholder {
  color: #7D7470;
}

.search input::-moz-placeholder {
  color: #7D7470;
}

.search input::placeholder {
  color: #7D7470;
}

.search button {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 12px;
  right: 8px;
  cursor: pointer;
  background: transparent;
}

.search button:before {
  content: url(/local/templates/new_ru_dki/css/../img/icons/search.svg);
  font-size: 20px;
}

.search .search-button {
  width: 24px;
  height: 100%;
  float: right;
  margin-right: 4px;
  background: url(/local/templates/new_ru_dki/css/../img/icons/search.svg) center center no-repeat;
}

.lang {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.lang__item {
  padding-left: 0;
  list-style: none;
  margin-left: 24px;
}

.lang__item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #5C5653;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.lang__item a:hover {
  color: #006630;
}

@media screen and (max-width: 576px) {
  .lang__item a {
    font-size: 14px;
    line-height: 18px;
  }
}
/*menu style start*/
.navbar {
  width: 100%;
  padding: 14px 0;
}

.nav-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-display: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu__link {
  font-family: "Sofia Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #7D7470;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  padding: 0 8px;
}

.nav-menu__link::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 2px solid #002914;
  opacity: 0;
  position: absolute;
  bottom: -13.5px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-menu__link:hover, .nav-menu__link.active {
  color: #002914;
  text-decoration: none;
}

.nav-menu__link:hover::after, .nav-menu__link.active::after {
  border-top: 2px solid #002914;
  opacity: 1;
}

.nav-menu__link .nav-menu__link.active::after {
  border-top: 2px solid #002914;
  opacity: 1;
}

/*Форма авторизации*/
.entry {
  position: relative;
}

/*Иконка персональные данные после авторизации*/
.entry .personal {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/new_ru_dki/css/../img/icons/account.svg) center center no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-top: 4px;
}

.authorization {
  display: none;
  position: absolute;
  right: -16px;
  top: 49px;
  z-index: 1000;
  /* background: linear-gradient(313.76deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 97.95%);*/
  background: -webkit-gradient(linear, left top, left bottom, from(#E0DEDC), color-stop(20.1%, #F6F5F4), color-stop(74.27%, rgba(246, 245, 244, 0.95)), to(rgba(246, 245, 244, 0.5)));
  background: linear-gradient(180deg, #E0DEDC 0%, #F6F5F4 20.1%, rgba(246, 245, 244, 0.95) 74.27%, rgba(246, 245, 244, 0.5) 100%);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 2px;
  width: 462px;
  padding: 16px;
}

.bx-system-auth-form {
  background: -webkit-gradient(linear, left top, left bottom, from(#E0DEDC), color-stop(20.1%, #F6F5F4), color-stop(74.27%, rgba(246, 245, 244, 0.95)), to(rgba(246, 245, 244, 0.5)));
  background: linear-gradient(180deg, #E0DEDC 0%, #F6F5F4 20.1%, rgba(246, 245, 244, 0.95) 74.27%, rgba(246, 245, 244, 0.5) 100%);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 2px;
  width: 462px;
  padding: 16px;
  max-width: 100%;
  margin-top: 8px;
}

.bx-system-auth-form td,
.bx-system-auth-form table {
  border: none;
}
.bx-system-auth-form table {
  width: 100% !important;
}
.bx-system-auth-form table tr td input[name=Login] {
  margin-top: 16px;
}
.bx-system-auth-form p {
  margin-top: 0;
  font-size: 14px;
}
.authorization h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #002914;
  text-align: center;
  margin: 0 0 22px;
}

.authorization .primary-button, .authorization .thirdy-button {
  width: calc(50% - 8px);
  border: none;
  cursor: pointer;
}
.authorization .thirdy-button {
  text-align: center;
}
 .thirdy-button {
  float: right;
}
.form-authorize .form-row:last-child {
  width: fit-content;
  margin: 0 auto;
}
.form-authorize .form-row:last-child a {
  color: #161413;
}
.form-authorize .form-row:last-child a:hover {
  color: #7c7a79;
  text-decoration: none;
}
input[type=text], input[type=password] {
  width: 100%;
  height: 48px;
  border: none;
  border-bottom: 1px solid #7D7470;
  background: #FFFFFF;
  border-radius: 2px 2px 0px 0px;
  margin-bottom: 16px;
  padding: 0 16px;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=number] {
  padding: 0 16px;
  height: 48px;
  border: none;
  border-bottom: 1px solid #008F43;
  background: #FFFFFF;
  border-radius: 2px 2px 0px 0px;
}

input[type=email]::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #7D7470;
}

input[type=email]:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #7D7470;
}

input[type=email]::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #7D7470;
}

input[type=email]::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #7D7470;
}

input[type=email]::-moz-placeholder, input::-moz-placeholder {
  color: #7D7470;
}

input[type=email]:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #7D7470;
}

input[type=email]::-ms-input-placeholder, input::-ms-input-placeholder {
  color: #7D7470;
}

input[type=email]::placeholder,
input::placeholder {
  color: #7D7470;
}

input[type=checkbox],
input[type=radio] {
  padding: 6px;
  /* width: 18px;
  height: 18px;
  border: 1px solid #E0DEDC;*/
  margin: 0 12px 0 0;
}

input[type=radio] {
  margin-top: 10px;
}

.form-row input[type=checkbox] {
  margin: 12px 12px 12px 0;
}

.own-project input[type=checkbox] {
  border-radius: 50%;
}

.otrasl-container input[type=checkbox] {
  float: none;
}

label {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.0025em;
  color: #7D7470;
  letter-spacing: 0.004em;
}

input::-webkit-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5C5653;
}

input:-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5C5653;
}

input::-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5C5653;
}

input::-moz-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5C5653;
}

input::placeholder {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5C5653;
}

.navbar-burger {
  display: none;
}

/*медиа запросы*/
@media screen and (max-width: 1160px) {
  .hello {
    top: 80px;
  }
  .navbar-burger {
    display: block;
  }
  .hamburger-menu.navbar-burger {
    margin-left: 16px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 38px;
    height: 34px;
    position: relative;
    text-align: center;
    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;
  }
  .hamburger-menu.navbar-burger:hover {
    cursor: pointer;
  }
  .bar,
  .bar:after,
  .bar:before {
    width: 28px;
    height: 1.5px;
  }
  .bar {
    position: relative;
    background: #003D1E;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
  }
  .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
  .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #003D1E;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #003D1E;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .search {
    width: 180px;
  }
  .search form {
    width: 180px;
  }
  .header__item .entry > .thirdy-button.dark {
    font-size: 0;
    line-height: 0;
    padding-top: 27px;
    padding-bottom: 16px;
    width: 28px;
  }
  .header__item .entry > .thirdy-button.dark svg{
    top: 12px;
    left: 4px;
  }
  .lang__item {
    margin-left: 12px;
  }
  .header__item .thirdy-button.dark {
    margin-left: 8px;
  }
  .logo-title h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .search {
    width: 32px;
  }
  .search form {
    z-index: 120;
    right: 0;
    left: auto;
    top: 64px;
    width: 240px;
    height: 48px;
  }
  .search form input {
    width: 240px;
  }
  /*Мобильное меню*/
  nav.navbar {
    position: fixed;
    right: 0;
    /*top: 80px;*/
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    width: 280px;
    z-index: 120;
  }
  nav.navbar .nav-menu {
    -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;
  }
  nav.navbar .nav-menu__item {
    padding: 14px 0;
    width: 100%;
    text-align: center;
  }
  nav.navbar .nav-menu__item a {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  nav.navbar.navbar-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: 80px;
  }
}
@media screen and (max-width: 920px) {
  .hello {
    left: 16px;
    top: 16px;
    max-height: 100vh;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 860px) {
  nav.navbar {
    /*  top: 113px;*/
  }
  .header {
    height: 113px;
  }
  .header .wrapper {
    position: relative;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  header.header .wrapper {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  header.header .wrapper .header__item {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 8px;
  }
  header.header .wrapper .header__item:nth-child(1) {
    padding-top: 0;
    width: calc(100% - 90px);
    padding-bottom: 8px;
  }
  header.header .wrapper {
    height: 100%;
  }
  header.header .navbar .wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .navbar-burger.hamburger-menu {
    position: absolute;
    bottom: 12px;
    right: 16px;
    z-index: 120;
  }
  .search {
    position: absolute;
    bottom: 6px;
    right: 74px;
  }
  .search form {
    z-index: 120;
    right: 0;
    left: auto;
    top: 54px;
    width: 240px;
    height: 48px;
  }
  .entry {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .question {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lang {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .lang__item {
    margin-left: 24px;
  }
  .header__item .thirdy-button.dark {
    margin-left: 0;
  }
  .authorization {
    right: auto;
    left: 0;
    max-width: calc(100vw - 32px);
  }
}
@media screen and (max-width: 768px) {
  .hello {
    right: 16px;
    bottom: 16px;

  }
  .hello__wrapper {
    height: 100vh;
    height: calc(100dvh - 32px);
  /* height: calc((var(--vh, 1vh) * 100) - 32px);*/
    display: flex;
    flex-direction: column;
  }
  .hello__content {
    overflow-y: scroll;
  }
  .hello_btn {
    padding: 16px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 166px;
  }
  header.header .wrapper .header__item:nth-child(1) {
    margin-bottom: 45px;
  }
  .logo-title h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .portal-btn {
    position: absolute;
    right: 16px;
  }
  .question {
    position: relative;
    right: 130px;
  }
  ul.lang {
    position: absolute;
    bottom: 18px;
    left: -8px;
  }
  .entry .personal {
    margin-left: 0;
  }
  .header__item .entry > .thirdy-button.dark {
    position: absolute;
    top: -22px;
    left: -3px;
  }
}
/* @media screen and (max-width: 576px) {
  .logo-title h1 {
    font-size: 24px;
    line-height: 30px;
  }
} */
@media screen and (max-width: 480px) {
  /* .header {
    height: 128px;
  } */
  nav.navbar {
    /* top: 128px;*/
  }
}
@media screen and (max-width: 430px) {
  .logo-title h1 {
    font-size: 22px;
    line-height: 26px;
  }
  header.header .wrapper .header__item:nth-child(1) {
    padding-top: 4px;
    width: 100%;
  }
  header.header .wrapper .header__item:nth-child(2) {
    padding-top: 16px;
  }
  .navbar-burger.hamburger-menu {
    bottom: 14px;
  }
  .search {
    bottom: 8px;
  }
  .search form {
    right: -74px;
    left: auto;
    top: 54px;
    width: 100vw;
  }
  .search form input {
    width: 100%;
  }
}
@media screen and (max-width: 346px){
.question .thirdy-button.icon.dark{
  display: inline-block;
  font-size: 0;
}
.question{
  right: 180px;
}
}
/*style Формы Инвест проекты*/
/*Форма поиска инвест проектов*/
.sidebar-navigation .invest-project,
.sidebar-navigation .own-project,
.sidebar-navigation .land-project,
.sidebar-navigation .resourses-project,
.sidebar-navigation .torgi-project,
.sidebar-navigation .regions-project,
.sidebar-navigation .regims-project,
div.region-card, div.sez-card {
  width: 456px;
  height: calc(100vh - 128px);
  overflow-y: auto;
  z-index: 999999;
  /*position: relative;*/
}

.sidebar-navigation .describe-project {
  height: calc(100vh - 128px);
  overflow-y: auto;
  width: 684px;
}

.describe-project .form-content {
  min-height: calc(100vh - 128px);
}

.sidebar-navigation .wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.form-sidebar {
  position: fixed;
  /* top: 128px;*/
  left: 0;
  /* left:0;
  top: 0;*/
  z-index: 99999999999;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  -webkit-box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.1), 2px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.1), 2px 0px 4px rgba(0, 0, 0, 0.25);
}

.content .form-sidebar {
  /* position: absolute;
  top: 0;
  left: -24px;*/
  position: fixed;
  left: 0;
  top: 128px;
}

.form-sidebar form#invest-project,
.form-sidebar form#own-project,
.form-sidebar form#land-project,
.form-sidebar form#resourses-project,
.form-sidebar form#torgi-project {
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0DEDC), color-stop(20.1%, #F6F5F4), color-stop(74.27%, rgba(246, 245, 244, 0.95)), to(rgba(246, 245, 244, 0.5)));
  background: linear-gradient(180deg, #E0DEDC 0%, #F6F5F4 20.1%, rgba(246, 245, 244, 0.95) 74.27%, rgba(246, 245, 244, 0.5) 100%);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  min-height: calc(100vh - 128px);
  min-height: calc((var(--vh, 1vh) * 100) - 128px);
}

.form-sidebar #regions-project,
.form-sidebar #regims-project {
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0DEDC), color-stop(20.1%, #F6F5F4), color-stop(74.27%, rgba(246, 245, 244, 0.95)), to(rgba(246, 245, 244, 0.5)));
  background: linear-gradient(180deg, #E0DEDC 0%, #F6F5F4 20.1%, rgba(246, 245, 244, 0.95) 74.27%, rgba(246, 245, 244, 0.5) 100%);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  min-height: calc(100vh - 128px);
}

/*.content, .map, .content-map {
  margin-top: 128px;
}*/
.form-sidebar h6 {
  margin-top: 16px;
  margin-bottom: 8px;
}

.form-row {
  width: 100%;
}

input[type=search] {
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  padding-left: 16px;
  padding-right: 40px;
  border-bottom: 1px solid #006630;
}

.search-row {
  position: relative;
}

.search-row input::-webkit-input-placeholder {
  color: #7D7470;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.search-row input:-ms-input-placeholder {
  color: #7D7470;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.search-row input::-ms-input-placeholder {
  color: #7D7470;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.search-row input::-moz-placeholder {
  color: #7D7470;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.search-row input::placeholder {
  color: #7D7470;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.search-row button {
  height: 47px;
  width: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: #FFFFFF;
  padding-right: 12px;
}

.search-row button:before {
  content: url(/local/templates/new_ru_dki/css/../img/icons/search.svg);
  margin-right: 12px;
  margin-top: 12px;
  font-size: 20px;
}

input#min, input#max {
  width: calc(50% - 17px);
}

input#min {
  margin-right: 12px;
}

input#max {
  margin-left: 12px;
}

input#min + span {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5C5653;
  display: inline-block;
  margin-top: 12px;
}

/*Спойлер select otrasl*/
.otrasl-container {
  width: 100%;
  background: #FFFFFF;
}

.otrasl-body {
  width: 100%;
  padding: 16px;
  display: none;
}

.otrasl-body input[type=checkbox] {
  float: right;
  margin: 0;
}

.otrasl-body label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.otrasl-body label .dark + input {
  display: block;
  float: right;
}

.otrasl-body .form-row {
  -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;
}

.otrasl-title {
  width: 100%;
  padding: 14px 16px;
  background: #FFFFFF;
  border-radius: 1px 1px 0px 0px;
  border-bottom: 1px solid #5C5653;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5C5653;
}

.form-row select {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5C5653;
}

.otrasl-title.spojler::after {
  top: 12px;
  right: 12px;
}

.otrasl-subtitle {
  width: 100%;
  /*padding-left: 16px;
  padding-right: 8px;*/
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  cursor: pointer;
}

.otrasl-subtitle span {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #5C5653;
  max-width: 238px;
}

span.dark {
  display: inline-block;
  max-width: 280px;
  width: 280px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: #161413;
}

span.light {
  display: inline-block;
  color: #5C5653;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  width: 51px;
  text-align: left;
}

.otrasl-body .form-row {
  border-bottom: 1px solid #F6F5F4;
}

.otrasl-body .form-row:last-child {
  border-bottom: none;
}

.otrasl-subtitle .thirdy-button {
  visibility: hidden;
  opacity: 0;
  /*transform: translate(15px,-10px);*/
}

.otrasl-subtitle:hover > .thirdy-button {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.resourses-project .otrasl-container {
  margin-bottom: 16px;
}

@media screen and (max-width: 1124px) {
  .otrasl-subtitle .thirdy-button {
    visibility: visible;
    opacity: 1;
    min-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  span.dark {
    width: calc(100% - 76px);
  }
}
/*Кнопка для мобильной версии*/
.button-sidebar {
  display: none;
  position: absolute;
  top: 10px;
  left: 86px;
  z-index: 10;
}

.close-button {
  display: none;
}

@media screen and (max-width: 1500px) {
  .form-sidebar {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 1160px) {
  .sidebar-navigation .invest-project,
  .sidebar-navigation .own-project,
  .sidebar-navigation .land-project,
  .sidebar-navigation .torgi-project,
  .sidebar-navigation .regions-project,
  .sidebar-navigation .regims-project,
  div.region-card, div.sez-card,
  div.sidebar-navigation .describe-project,
  .sidebar-navigation .resourses-project {
    height: calc(100vh - 80px);
  }
  .form-sidebar {
    /* top: 80px;*/
  }
  .content .form-sidebar {
    top: 80px;
  }
  /* .content, .map, .content-map {
    margin-top: 80px;
  }*/
}
@media screen and (max-width: 1100px) {
  .form-sidebar {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .form-sidebar.show {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    z-index: 999999;
  }
  .button-sidebar {
    display: block;
  }
  .button-sidebar .primary-button.dark {
    background: #F58300;
    color: #161413;
  }
  .button-sidebar .primary-button.dark.icon svg path {
    stroke: #161413;
  }
  .close-button {
    display: block;
    text-align: right;
    float: right;
    height: 23px;
    width: 23px;
    padding: 20px 16px;
    background: url(/local/templates/new_ru_dki/css/../img/icons/close.svg) top right no-repeat;
    /*   background-position-x: -webkit-calc(100% - 24px);
    background-position-x: calc(100% - 24px);*/
    position: relative;
    z-index: 100;
  }
  .close-button:hover {
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 860px) {
  .sidebar-navigation .invest-project,
  .sidebar-navigation .own-project,
  .sidebar-navigation .land-project,
  .sidebar-navigation .torgi-project,
  .sidebar-navigation .resourses-project,
  .sidebar-navigation .describe-project,
  .sidebar-navigation .regions-project,
  .sidebar-navigation .regims-project,
  div.region-card, div.sez-card,
  div.sidebar-navigation .describe-project,
  .sidebar-navigation .resourses-project {
    height: calc(100vh - 113px);
    max-width: 55vw;
  }
  div.sidebar-navigation .describe-project {
    max-width: 100vw;
  }
  .form-row.button .primary-button svg {
    left: 17.5%;
    top: 10px;
  }
  .form-sidebar {
    /*  top: 113px;*/
  }
  .content .form-sidebar {
    top: 113px;
  }
  .form-sidebar form#invest-project,
  .form-sidebar form#own-project,
  .form-sidebar form#land-project,
  .form-sidebar form#resourses-project,
  .form-sidebar form#torgi-project {
    padding: 24px;
  }
}
@media screen and (max-width: 430px) {
  .form-sidebar form#invest-project,
  .form-sidebar form#own-project,
  .form-sidebar form#land-project,
  .form-sidebar form#resourses-project,
  .form-sidebar form#torgi-project,
  .form-sidebar #regions-project,
  .form-sidebar #regims-project {
    padding: 16px;
  }
  .form-footer {
    padding: 16px;
  }
}
.sidebar-navigation {
  /* Размеры скроллбара */
  /* Трек поле скроллбара */
  /* Ползунок скроллбара */
}

.sidebar-navigation .wrapper {
  position: relative;
  z-index: 10;
}

/*.sidebar-navigation{
  direction: rtl;
}


.form-sidebar>*{
 direction: ltr;
}*/
@media screen and (min-width: 600px) {
  .sidebar-navigation ::-webkit-scrollbar {
    width: 4px;
  }
  .sidebar-navigation ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* background: #F6F5F3;*/
    background: #F6F5F3;
    border-radius: 5px;
  }
  .sidebar-navigation ::-webkit-scrollbar-thumb {
    background: #A49792;
    border-radius: 5px;
  }
  html, body, .sidebar-navigation, * {
    scrollbar-color: #A49792 #F6F5F3;
    scrollbar-width: thin !important;
  }
}
/*input[type=checkbox] {
  margin-bottom: 24px;
}*/
.invest-project .form-row.button,
.own-project .form-row.button {
  margin-bottom: 48px;
  position: relative;
}

.form-row.button .primary-button {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 8px;
  margin-left: 8px;

  display: flex;
  justify-content: center;
  padding-left: 16px;
}
.form-row.button .thirdy-button {
  margin-top: 8px;
}
.form-row.button .primary-button svg {
  left: 17.5%;
  top: 10px;

  position: static;
  margin-right: 8px;
}
.form-row.button .primary-button span {
  position: relative;
  top: 2px;
}

.own-project .form-row.button::after,
.invest-project .form-row.button::after {
  content: "";
  position: absolute;
  width: calc(100% + 48px);
  bottom: -24px;
  left: -24px;
  border-top: 1px solid #FFFFFF;
}

/* .own-project .form-row.button::after {
  display: none;
} */

.form-row {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-row.popular-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.form-row.popular-row h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.popular-row__block .count_result {
  color: #4D4845;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.048px;
}
.form-row select {
  width: calc(50% - 8px);
}

.form-row select:first-child {
  margin-right: 14px;
  float: left;
}

.form-row.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-row.between .thirdy-button svg {
  top: 9px;
}

.form-row select#otrasl,
.form-row select#own-use,
.form-row select#minerls_item {
  width: 100%;
  margin: 0;
}

.form-row select#minerls_item {
  margin-bottom: 16px;
}

.form-footer {
  padding: 24px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  /*анимация*/
}
.invest-project .form-row.button span.mobile,
.own-project .form-row.button span.mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .invest-project .form-row.button span:nth-child(2),
  .own-project .form-row.button span:nth-child(2){
    display: none;
  }
  .invest-project .form-row.button span.mobile,
  .own-project .form-row.button span.mobile {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .form-row select {
    width: 100%;
  }
  .form-row select:first-child {
    margin-right: 0;
    float: none;
    margin-bottom: 16px;
  }
  .form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-row.button {
    flex-wrap: nowrap;
  }
  .form-row .chosen-container {
    width: 100% !important;
  }
}
.lenta-sidebar .form-footer {
  background: rgba(255, 255, 255, 0.5);
}

.lenta-sidebar .form-content {
  background: #FFFFFF;
}

.form-footer hr {
  border-color: #FFFFFF;
}

.form-footer__logo {
  width: 100%;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.form-footer__logo p {
  margin: 0;
  text-align: left;
}

.form-footer__logo img {
  margin-right: 16px;
  width: 30px;
  height: 56px;
}

.form-footer__socials {
  text-align: center;
  margin-top: 8px;
}

.form-sidebar .podpiska h3 {
  text-align: center;
  margin: 24px 0;
  color: #002914;
}

form.news-podpiska {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  background: #FFFFFF;
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}

form.news-podpiska .primary-button.icon.dark {
  padding-left: 37px;
  padding-right: 15px;
}

form.news-podpiska::after {
  content: "";
  width: calc(100% - 1px);
  border-top: 1px solid #008F43;
  position: absolute;
  left: 0;
  bottom: -1px;
}

form.news-podpiska .primary-button.icon svg {
  top: 13px;
}

form.news-podpiska input {
  margin: 0;
  border-bottom: none;
}

form.news-podpiska input[type=email] {
  width: calc(100% - 164px);
}

form.news-podpiska .primary-button {
  position: relative;
  height: 100%;
  height: 48px;
  left: 0px;
  padding-top: 17px;
  padding-bottom: 13px;
}

@media screen and (max-width: 600px) {
  .form-sidebar {
    width: 100%;
    width: 100vw;
    left: 0;
    overflow-x: hidden;
    /*  top: 113px;*/
  }
  .content .form-sidebar {
    top: 113px;
  }
  /* .content, .map, .content-map {
    margin-top: 113px;
  }*/
  .form-sidebar .invest-project, .form-sidebar .lenta-sidebar,
  .sidebar-navigation .invest-project,
  .sidebar-navigation .own-project,
  .sidebar-navigation .land-project,
  .sidebar-navigation .torgi-project,
  .sidebar-navigation .resourses-project,
  .sidebar-navigation .regions-project,
  .sidebar-navigation .regims-project,
  .sidebar-navigation div.region-card, .sidebar-navigation div.sez-card,
  div.sidebar-navigation .describe-project,
  .sidebar-navigation .resourses-project {
    width: 100%;
    max-width: 100vw;
    height: calc(100vh - 113px);
  }
  form.news-podpiska input {
    padding-right: 4px;
    padding-left: 8px;
    width: calc(100% - 163px);
  }
  .form-row.button .primary-button svg {
    left: 33.5%;
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .sidebar-navigation .invest-project,
  .sidebar-navigation .own-project,
  .sidebar-navigation .land-project,
  .sidebar-navigation .resourses-project,
  .sidebar-navigation .torgi-project,
  .sidebar-navigation .describe-project,
  .sidebar-navigation .regions-project,
  .sidebar-navigation .regims-project,
  div.region-card, div.sez-card,
  div.sidebar-navigation .describe-project,
  .sidebar-navigation .resourses-project {
    height: calc(100vh - 128px);
  }
  .form-sidebar {
    /*  top: 128px;*/
  }
  .content .form-sidebar {
    top: 128px;
  }
  /* .content, .map, .content-map {
    margin-top: 128px;
  }*/
}
@media screen and (max-width: 430px) {
  .form-row.button .primary-button svg {
    left: 25%;
  }
}
@media screen and (max-width: 430px) {
  .form-row.button .primary-button svg {
    left: 22%;
  }
}
@media screen and (max-width: 370px) {
  .form-row.between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-row.between .dark:first-child {
    margin-bottom: 10px;
  }
}
/*content part*/
/*style section map*/
.map {
  /*width: 100%;
  height: 100%;*/
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

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

/*стилизуем карту и баллуны*/
#map, #map-unauthorized,
#map-project, #map_2-1, #map_3-1,
#map_4-1, #map_5-1, #map_1-3, #map_2-2,
#map_3-2, #map_4-2, #map_6-1, .my-map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  /* transform: scale(1.4);*/
}

.no-display {
  display: none;
}

.ymaps-2-1-79-controls-pane * {
  text-align: right !important;
}

#map_7-1 .layout-control-group._side_left[data-type=search] {
  display: none !important;
}

.map-widget-search-control-view {
  display: none !important;
}

.ymaps-2-1-79-controls__control {
  position: absolute !important;
  right: 20px !important;
  top: 60px !important;
}

.ymaps-2-1-79-zoom {
  position: absolute !important;
  right: 20px !important;
  top: 60px !important;
}

.ymaps-2-1-79-float-button.ymaps-2-1-79-_hidden-text {
  /* position: absolute!important;
  right: 20px!important;
  top: 120px!important;*/
}

.ymaps-2-1-79-controls__control_toolbar .ymaps-2-1-79-listbox__button-icon.ymaps-2-1-79-_icon_layers,
.ymaps-2-1-79-listbox {
  display: none !important;
}

.ymaps-2-1-79-balloon {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.15)) !important;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.15)) !important;
}

@media screen and (max-width: 440px) {
  /*.ymaps-2-1-79-panel-pane,
  .ymaps-2-1-79-ballon-panel*/
  .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal,
  .ymaps-2-1-79-balloon-overlay,
  .ymaps-2-1-79-balloon-pane, .balloon {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    bottom: 22px !important;
    top: auto !important;
    z-index: 99!important;
    width: 100% !important;
    max-width: calc(100vw - 2px) !important;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .balloon > ymaps {
    width: 100% !important;
    max-width: 100% !important;
    z-index: 999999 !important;
    max-height: calc(100vh - 270px) !important;
    overflow-y: auto !important;
    z-index: 999999999999 !important;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .ymaps-2-1-79-balloon-pane {
    z-index: 99999999999999 !important;
  }
  .ymaps-2-1-79-map {
    /* z-index: 999999999999!important;
     transform: translate(0);*/
  }
  .b24-widget-button-wrapper, .crm-widget-button-mobile .b24-widget-button-wrapper,
  .b24-widget-button-inner-mask, .b24-widget-button-inner-container {
    z-index: 0 !important;
  }
  .b24-widget-button-position-bottom-right {
    right: 8px !important;
    bottom: 8px !important;
  }
  .b24-widget-button-wrapper {
    z-index: 0 !important;
  }
}
img.ballon-header-icon {
  float: left;
  margin-right: 12px;
  margin-left: 12px;
}

img.ballon-footer-icon {
  position: absolute;
  right: 6px;
  bottom: 8px;
  z-index: 0;
}

ymaps a:hover {
  text-decoration: none;
}

.balloon {
  position: relative;
  height: fit-content;
  width: fit-content;
}

.balloon > ymaps {
  position: relative;
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.15));
  border-radius: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  /* display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;*/
}

/*Разные цвета бордеров для разных карт*/
.balloon-blue > ymaps {
  border: 1px solid #005475;
}

.balloon-pink > ymaps {
  border: 1px solid #A82106;
}
.balloon-pink.baloon-layers{
  border-radius: 2px;
}
.balloon-pink.baloon-layers::after{
  display: none;
}
.balloon-pink.baloon-layers > ymaps {
  border-radius: 2px;
  border: 1px solid var(--accent-0, #F58300);
  background: #FFF;
}
.balloon-green > ymaps {
  border: 1px solid #00541F;
}

.balloon-yellow > ymaps {
  border: 1px solid #355E00;
}

.balloon-gray > ymaps {
  border: 1px solid #525252;
}

.balloon-blue::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-top: 12px solid #005475;
  top: 100%;
  left: 163px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.balloon-gray::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-top: 12px solid #525252;
  top: 100%;
  left: 163px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.balloon-pink::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-top: 12px solid #A82106;
  top: 100%;
  left: 163px;
  /* left: calc(50% - 12px);*/
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.balloon-pink.baloon-layers::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-top: 12px solid #A82106;
  top: 100%;
  /* left: 163px;*/
  left: calc(50% - 12px);
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.balloon-green::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-top: 12px solid #00541F;
  top: 100%;
  left: 163px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.balloon-yellow::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-top: 12px solid #355E00;
  top: 100%;
  left: 163px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.balloon-body {
  padding-right: 30px !important;
  /* max-height: calc(100vh - 160px)!important;
  overflow-y: auto!important;*/
}

.baloon-layers .balloon-body {
  padding-right: 16px !important;
}

.balloon > ymaps > ymaps {
  height: 100%;
}

.baloon-name {
  /* display: flex;
  flex-direction: column;*/
  width: calc(100% - 64px);
  height: calc(100% - 12px);
  position: relative;
  z-index: 10;
}
.baloon-name{
  color: #5C5653;
}
h6>a{
  color: #5C5653; 
}
a.baloon-name:hover{
  color: #005D97;
}

.baloon-name span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #5C5653;
  /* margin-bottom: 12px;*/
  margin-top: 4px;
  /* padding-left: 10px;*/
  padding-right: 2px;
}

.balloon h5{
  margin-top: 1px;
  margin-bottom: 8px;
  font-size: 17px;
font-style: normal;
font-weight: 500;
}
.ballon_body h5{
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 17px;
font-style: normal;
font-weight: 500;
}
.baloon-name h6 b {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #161413;
}

.balloon ul li {
  color: var(--neitral-3, #161413);
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.035px;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
  }
.balloon span{
  color: var(--neitral-2, #4D4845);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.048px;
}
.balloon span.baloon-transport {
  font-size: 14px
}
  .baloon-layers, .balloon-body{
  color: var(--neitral-3, #161413);
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
  }
  .baloon-layers hr{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .balloon ul li::marker {
    font-size: 12px;
  }
  .balloon ul{
    margin-bottom: 12px;
    margin-top: 8px;
    padding-left: 6px;
  }
  .balloon.baloon-layers h6{
    color: var(--neitral-2, #4D4845);
font-size: 15px;
font-weight: 500;
line-height: 18px; /* 120% */
letter-spacing: 0.015px;
margin-bottom: 8px;
margin-top: 20px;
  }
  .balloon.baloon-layers a{
    color: var(--link, #005D97);
text-decoration-line: underline;
  }
  .balloon.baloon-layers a:hover{
    text-decoration: underline;
    color: #007BC3;
  }
  .balloon.baloon-layers p{
    margin: 10px 0;
  }
  .balloon.baloon-layers p.adress,
  .balloon.baloon-layers p.mail,
  .balloon.baloon-layers p.phone,
  .balloon.baloon-layers p.mobile{
    color: var(--neitral-3, #161413);
    text-decoration: none;
    margin-bottom: 11px;
    margin-top: 0;
  }
  .balloon.baloon-layers p.adress>a,
  .balloon.baloon-layers p.mail>a,
  .balloon.baloon-layers p.phone>a,
  .balloon.baloon-layers p.mobile>a{
    color: var(--neitral-3, #161413);
    text-decoration: none;
  }
  .balloon.baloon-layers p.adress span,
  .balloon.baloon-layers p.mail span,
  .balloon.baloon-layers p.phone span,
  .balloon.baloon-layers p.mobile span{
    color: var(--neitral-2, #4D4845);
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.035px;
    display: inline-block;
    margin-left: 4px;
  }
  p.adress, p.mail, p.phone, p.mobile{
    margin-bottom: 11px;
    padding-left: 26px;
    position: relative;
  }
  p.adress::after{
    content: url(/local/templates/new_ru_dki/css/../img/icons/place-balloon.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  }
  p.mobile::after{
    content: url(/local/templates/new_ru_dki/css/../img/icons/smartphone.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  }
  p.phone::after{
    content: url(/local/templates/new_ru_dki/css/../img/icons/office-phone.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  }
  p.mail::after{
    content: url(/local/templates/new_ru_dki/css/../img/icons/email.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  }
@media screen and (max-width: 440px) {
  .balloon > ymaps,
  .balloon {
    z-index: 9!important;
    position: relative;
  }
  .baloon-layers>ymaps{
    max-height: 280px!important;
    height: 280px!important;
  }
}
/*Кнопка слои*/
.layers-button {
  position: absolute;
  top: 10px;
  right: calc(50vw - 425px - 24px);
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.layers-button.add-offer__btn {
  right: calc(50vw - 683px - 24px);
  top: 18px;
}
.layers-button.add-offer__btn .primary-button.dark {
  border: 1px solid #006630;
  background: #FFF;
  padding: 9px 16px;
  padding-left: 38px;
  color: #006630;
}
.layers-button.add-offer__btn .primary-button.dark:hover svg path,
.layers-button.add-offer__btn .primary-button.dark:focus svg path {
  stroke: none;
}
.layers-button.add-offer__btn .primary-button.dark span {
  color: #006630;
}
@media screen and (max-width: 1510px) {
  .layers-button {
    right: 305px;
  }
  .layers-button.add-offer__btn {
    right: 48px;
  }
}
@media screen and (max-width: 768px) {
  .layers-button {
    right: 190px;
  }
}
@media screen and (max-width: 600px) {
  .map.z_ind .layers-button {
    z-index: 0;
    opacity: 0;
  }
  .layers-button {
    right: 48px;
  }
  .layers-button.add-offer__btn {
    top: 62px;
  }
}
.layers-button .primary-button.icon svg {
  top: 10px;
}

/*Выбор слоев на карте*/
.layers {
  display: none;
  position: absolute;
  /*  top: 46px;*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 593px;
  max-width: 100vw;
  z-index: 2000;
}

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

.layers-header {
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F6F5F4;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 8px;
}

.layers-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.layers-header__title {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #5C5653;
  padding: 8px 12px;
  border-radius: 32px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: unset;
}

.layers-header__title:hover {
  background: #BFFFDD;
}

.layers-header .layers-header__title.active {
  background: #BFFFDD;
}

.layers-body {
  display: none;
  width: 593px;
  max-width: 100vw;
  position: absolute;
  top: 48px;
  left: 0;
  overflow-y: auto;
  background: #FFFFFF;
}

.layers-body__item {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 16px;
  border-bottom: 1px solid #F6F5F4;
}

.layers-body__item:last-child {
  border-bottom: none;
}

.layers-body__title {
  font-size: 16px;
  line-height: 20px;
  color: #161413;
}

.layers-eye {
  background: url(/local/templates/new_ru_dki/css/../img/icons/icons8-eye.svg) center center no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.layers-eye.visible {
  background: url(/local/templates/new_ru_dki/css/../img/icons/eye.svg) center center no-repeat;
}

@media screen and (max-width: 700px) {
  .layers {
    width: 320px;
    right: -52px;
    z-index: 99999999;
   
  }
  .layers-button.layers-button--special{
    z-index: 120;
  }
  .layers-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .layers-body {
    width: 320px;
    top: 79px;
  }
  .layers-header__item:first-child  .layers-body {
    height: calc(100vh - 230px);
    height: calc(100dvh - 230px);
  }
}
/*style кнопки обратной связи*/
.call-me {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 193px;
  height: 48px;
  z-index: 501;
}

.call-me .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 24px;
  padding-right: 10px;
}

.call-me__icon {
  width: 193px;
  height: 48px;
  background: #F58300;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  z-index: 200;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.call-me__icon img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 12px;
}

.call-me__icon p {
  margin-left: 12px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #161413;
}

.call-me .call-me__buttons {
  display: none;
  position: absolute;
  bottom: 48px;
  width: 193px;
  right: -8px;
}

.call-me .fab {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: #F58300;
  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;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  position: relative;
}

.call-me .fab:after {
  opacity: 0;
  position: absolute;
  right: 50px;
  background: linear-gradient(313.76deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 97.95%);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #161413;
  font-size: 14px;
  line-height: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  white-space: unset;
}

.call-me .fab:hover::after {
  opacity: 1;
}

.call-me .form-telegram {
  background: #0088CC;
}

.call-me .form-telegram::after {
  content: "Написать через Telegram";
}

.call-me .form-viber {
  background: #7360F2;
}

.call-me .form-viber::after {
  content: "Написать через Viber";
}

.call-me .form-bitrix {
  background: #2FC7F7;
}

.call-me .form-bitrix::after {
  content: "Написать через Bitrix24";
}

.call-me .form-message::after {
  content: "Онлайн-чат со специалистом";
}

.call-me .form-callback::after {
  content: "Форма обратной связи";
}

input:required::-webkit-input-placeholder::after {
  content: "*";
  color: red;
}

input:required:-ms-input-placeholder::after {
  content: "*";
  color: red;
}

input:required::-ms-input-placeholder::after {
  content: "*";
  color: red;
}

input:required::-moz-placeholder::after {
  content: "*";
  color: red;
}

input:required::placeholder::after {
  content: "*";
  color: red;
}

/*Форма для онлайн-консультации--*/
.online-consultation.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.online-consultation {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -ms-transform: translateX(calc(100% + 24px));
  -webkit-transform: translateX(calc(100% + 24px));
          transform: translateX(calc(100% + 24px));
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  width: 432px;
  max-width: 100vw;
  border: 1px solid #E0DEDC;
  -webkit-filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.15));
  border-radius: 2px;
}

.online-consultation .message {
  width: 100%;
  background: #F6F5F4;
  border-radius: 32px 64px 64px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 8px;
}

.online-consultation .message img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
}

.online-consultation h3:before {
  content: url(/local/templates/new_ru_dki/css/../img/icons/icons8-messaging-white.svg);
  margin-right: 16px;
}

.form-header {
  background: #006630;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.form-header h3 {
  color: #FFFFFF;
  position: relative;
  vertical-align: middle;
}

.form-close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.message-box {
  overflow: hidden;
  padding: 8px;
  background: #FFFFFF;
  height: 158px;
}

textarea {
  background: #FFFFFF;
  border-radius: 2px 2px 0px 0px;
  border: none;
  border-bottom: 1px solid #7D7470;
  height: 72px;
  padding: 12px 16px;
}

.message-entry {
  background: #F6F5F4;
  padding: 16px;
}

.message-entry textarea {
  width: 92%;
}

.message-button {
  font-size: 0;
  border: none;
  outline: 0;
  width: 22px;
  height: 22px;
  background: url("/local/templates/new_ru_dki/css/../img/icons/icons8-sent-100.svg") no-repeat;
  background-position: bottom right;
  background-size: contain;
  float: right;
  width: 8%;
  padding: 0;
  margin-top: 44px;
}

.callback-form.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 480px) {
  .online-consultation {
    width: calc(100vw - 32px);
    right: 16px;
  }
}
.callback-form {
  position: fixed;
  bottom: 0;
  right: 24px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -ms-transform: translateX(calc(100% + 24px));
  -webkit-transform: translateX(calc(100% + 24px));
          transform: translateX(calc(100% + 24px));
  width: 660px;
  -webkit-filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.15));
  border-radius: 2px;
  background: #F6F5F4;
  border: 1px solid #E0DEDC;
  z-index: 1000;
  max-height: calc(100vh - 16px);
  overflow-y: auto;
  max-width: 100vw;
}

.callback-form::-webkit-scrollbar {
  width: 4px;
}

.callback-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #F6F5F3;
}

.callback-form::-webkit-scrollbar-thumb {
  background: #A49792;
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  .callback-form {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .callback-form {
    width: 70vw;
    right: 16px;
  }
}
@media screen and (max-width: 500px) {
  .callback-form {
    width: calc(100vw - 32px);
    right: 16px;
  }
}
.callback-form hr {
  border-color: #FFFFFF;
}

.callback-form h3:before {
  content: url(/local/templates/new_ru_dki/css/../img/icons/icons8-form-white.svg);
  margin-right: 16px;
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.callback-form h3 {
  position: relative;
}

.callback-form form {
  padding: 16px 16px 0 16px;
}

.callback-form form .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 14px;
}

.callback-form input {
  border-color: #7D7470;
  width: 100%;
  margin-bottom: 2px;
}

input#file-callback {
  font-size: 0;
  position: relative;
  width: 190px;
}

input#file-callback::after {
  content: "прикрепить файл";
  z-index: 520;
  position: absolute;
  right: 8px;
  top: 13px;
  color: #006630;
  width: 146px;
  height: 14px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input#file-callback:hover::after {
  color: #AC5B00;
}

.callback-form label {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #7D7470;
  margin-left: 16px;
}

.callback-form input#file-upload-button {
  font-size: 0;
  border: none;
  outline: none;
}

.callback-form input[type=file]::-webkit-file-upload-button {
  font-size: 0;
  border: none;
  outline: none;
}

.callback-form input[type=file]::file-selector-button {
  font-size: 0;
  border: none;
  outline: none;
}

.callback-form input#mail-callback::-webkit-input-placeholder::after {
  content: "*";
  color: red;
  position: absolute;
  top: 8px;
  right: -8px;
}

.callback-form input#mail-callback:-ms-input-placeholder::after {
  content: "*";
  color: red;
  position: absolute;
  top: 8px;
  right: -8px;
}

.callback-form input#mail-callback::-ms-input-placeholder::after {
  content: "*";
  color: red;
  position: absolute;
  top: 8px;
  right: -8px;
}

.callback-form input#mail-callback::-moz-placeholder::after {
  content: "*";
  color: red;
  position: absolute;
  top: 8px;
  right: -8px;
}

.callback-form input#mail-callback::placeholder::after {
  content: "*";
  color: red;
  position: absolute;
  top: 8px;
  right: -8px;
}

.callback-form input#mail-callback::-webkit-input-placeholder {
  position: relative;
}

.callback-form input#mail-callback:-ms-input-placeholder {
  position: relative;
}

.callback-form input#mail-callback::-ms-input-placeholder {
  position: relative;
}

.callback-form input#mail-callback::-moz-placeholder {
  position: relative;
}

.callback-form input#mail-callback::placeholder {
  position: relative;
}

.callback-form .callback-form__footer .form-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.callback-form .callback-form__footer input {
  width: calc(100% - 190px);
}

.callback-form .file-button {
  position: relative;
  cursor: pointer;
  margin-bottom: 12px;
}

.callback-form .file-button .thirdy-button {
  width: 180px;
  text-align: right;
  padding-left: 24px;
}

.callback-form label[for=file-callback] {
  margin-left: 0;
  position: absolute;
  left: 12px;
  top: 10px;
}

.callback-form svg path {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.callback-form .file-button:hover {
  cursor: pointer;
}

.callback-form .file-button:hover svg path {
  stroke: #AC5B00;
}

.callback-form .area-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 190px);
}

.callback-form .area-form textarea {
  width: 100%;
}

@media screen and (max-width: 860px) {
  .call-me {
    right: 16px;
    bottom: 16px;
  }
}
/*style page 1.2 lenta*/
.lenta-sidebar {
  width: 326px;
  min-height: calc(100vh - 128px);
}

.content {
  width: 100%;
  padding-bottom: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16.98%, #F6F5F4), color-stop(32.6%, #FCFCFB), to(#FFFFFF));
  background: linear-gradient(180deg, #F6F5F4 16.98%, #FCFCFB 32.6%, #FFFFFF 100%);
  min-height: calc(100vh - 128px);
}

.content h3 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #161413;
  margin-top: 8px;
  margin-bottom: 4px;
}

.content .wrapper {
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.content h2 {
  text-align: left;
  margin: 16px 0;
  color: #002914;
}

.content-wrapper {
  max-width: 1008px;
}

.content-wrapper span {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #7D7470;
}

.lenta {
  width: 100%;
}

.lenta ul {
  padding-left: 30px;
}

.lenta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #FFFFFF;
  border: 1px solid #E0DEDC;
  border-radius: 2px;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 328px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.lenta__item:hover {
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.lenta__item .more-inform {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.lenta-image {
  width: 326px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lenta-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lenta-content {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 12px 16px;
  width: calc(100% - 326px);
  position: relative;
  padding-bottom: 50px;
  display: flex;
}

.lenta-content__header {
  text-align: left;
  padding-right: 80px;
}

.chapter {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #5C5653;
}

.lenta-content__body {
  text-align: left;
}

.cosht {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #291600;
  background: #FFF5EB;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cosht:hover {
  background: #DEFFED;
  cursor: pointer;
}

.form-content {
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.73%, #FFFFFF), to(#F6F5F4));
  background: linear-gradient(180deg, #FFFFFF 10.73%, #F6F5F4 100%);
  border-bottom: 1px solid #F0F0F0;
}

.form-content .thirdy-button.icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-content .thirdy-button.icon svg {
  top: 8px;
}

.lenta-sidebar .thirdy-button.icon:first-child {
  /* margin-bottom: 180px;*/
}

.form-content .thirdy-button.icon:first-child svg {
  top: 10px;
}

.lenta-sidebar .form-content {
  height: calc(100vh - 364px - 128px);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 140px;
}

.lenta-sidebar form.news-podpiska input[type=email] {
  width: calc(100% - 163px);
  padding-left: 0;
  padding-right: 0px;
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  .content-wrapper {
    width: calc(100% - 342px);
    max-width: calc(100% - 342px);
  }
}
@media screen and (max-width: 1300px) {
  .sidebar-navigation .describe-project {
    height: calc(100vh - 128px);
    overflow-y: auto;
    width: 48vw;
  }
}
@media screen and (max-width: 1160px) {
  .content .wrapper, .content-map .wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .lenta-sidebar {
    min-height: 1px;
  }
  .describe-project .form-content {
    min-height: auto;
  }
  .content-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .content .form-sidebar {
    position: static;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .content .form-sidebar .form-footer {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .content .form-sidebar .lenta-sidebar,
  .content-map .form-sidebar .lenta-sidebar {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .form-content .thirdy-button.icon:first-child {
    /*  margin-bottom: 16px;*/
  }
  .form-content__buttons > .thirdy-button.icon:first-child {
    margin-bottom: 0;
  }
  .content-map .form-sidebar {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .content-map .sidebar-navigation .form-sidebar {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
  }
  .lenta-sidebar .form-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .lenta__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lenta-image {
    width: 100%;
    float: none;
  }
  .lenta-image img {
    width: 100%;
    max-width: 100%;
  }
  .lenta-content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .lenta-sidebar .form-content {
    height: auto;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: auto;
    padding: 16px;
  }
  .lenta-sidebar .form-footer {
    padding: 16px;
  }
  .form-content .thirdy-button.icon:first-child {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 370px) {
  .form-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*style start page 1.3 project*/
.content-map {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1160px) {
  .content .form-sidebar .lenta-sidebar,
  .content-map .form-sidebar .lenta-sidebar {
    width: 100%;
  }
  .sidebar-navigation, .sidebar-navigation .wrapper {
    width: 100%;
    overflow-anchor: none;
  }
}
@media screen and (max-width: 992px) {
  .content-map .form-sidebar {
    position: static;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .content-map {
    /*  -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .map-relative {
    height: 400px !important;
    display: block;
  }
  .sidebar-navigation, .sidebar-navigation .wrapper {
    width: 100%;
    overflow-anchor: none;
  }
  .content-map .sidebar-navigation .describe-project {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .content-map .sidebar-navigation .form-sidebar {
    /* position: static;*/
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
  }
  .sidebar-navigation .describe-project {
    overflow: visible;
  }
  .map-relative {
    height: 400px !important;
  }
  .content-map {
    /* -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;*/
  }
}
@media screen and (max-width: 767px) {
  .map-relative {
    height: 320px !important;
  }
}
@media screen and (max-width: 600px) {
  .card-relative {
    height: 320px !important;
    display: block;
  }
  .map-regions .my-map {
    height: 320px !important;
  }
}
/*Боковая колонка*/
.form-content__buttons {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-titles > h3 {
  font-family: "Sofia Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #161413;
  margin: 10px 0;
}

span {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.001em;
  color: #5C5653;
}

.project-place {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-region {
  display: inline-block;
  width: calc(100% - 180px);
}

.coordinates::before {
  content: url(/local/templates/new_ru_dki/css/../img/icons/icons8-geography-100.svg);
  position: relative;
  top: 3px;
  right: 5px;
}

span.property {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #6B3900;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 4px 8px;
  background: #FFF5EB;
  border-radius: 2px;
  display: inline-block;
  margin: 11px 0;
}

span.property:hover {
  background: #DEFFED;
  cursor: pointer;
}

/*spojler style*/
.project-content {
  margin-top: 18px;
}

.project-content .content-item {
  display: none;
  padding: 0px 0 16px;
}

.project-content .content-item > profit:first-child {
  margin: 0;
}

.project-content .content-item span {
  display: inline-block;
  margin-top: 14px;
}

.project-content .content-item span:first-child {
  margin-top: 5px;
}

.project-content .content-item p {
  margin: 6px 0;
}

.project-content__item {
  border-top: 1px solid #DEFFED;
}

.project-content__item h3 {
  color: #003D1E;
}

.project-content__title.spojler {
  padding: 19px 36px 19px 0;
}

.spojler, .spojler-region {
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

h3.spojler:hover, h3.spojler-region {
  color: #31CD7A;
}

.spojler::after, .spojler-region::after {
  content: url(/local/templates/new_ru_dki/css/../img/icons/raskryt.svg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 19px;
  right: 16px;
}

.spojler-region::after {
  top: 10px;
}

.active.spojler::after, .active.spojler-region::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  content: url(/local/templates/new_ru_dki/css/../img/icons/raskryt_down.png);
}

@media screen and (max-width: 1025px) {
  h3.spojler:hover {
    color: #003D1E;
  }
  .project-content__title.spojler {
    padding: 19px 30px 19px 0;
  }
  .spojler::after {
    right: 6px;
  }
}
@media screen and (max-width: 440px) {
  .project-place {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-region {
    width: 100%;
    margin-bottom: 10px;
  }
  .coordinates {
    width: 100%;
  }
}
.project-content h5 {
  margin: 8px 0;
}

.project-content h5.profit-title {
  letter-spacing: 0.0015em;
  color: #003D1E;
  margin: 12px 0 8px;
}

.profit h5, .form-titles h5 {
  margin: 5px 0;
}

.profit {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}

.profit + span {
  margin-top: 14px;
  display: inline-block;
}

.profit > div {
  width: 50%;
  text-align: left;
}

.content ol, .content-map ol {
  margin: 10px 0;
  padding-left: 26px;
}

.content ul, .content-map ul {
  padding-left: 0;
}

.content ol li, .content-map ol li {
  margin: 8px 0;
}

.content-map ol li::marker, .content ol > li::marker {
  color: #31CD7A;
}

.content ul li {
  font-size: 14px;
  line-height: 16px;
  margin-left: 20px;
}

.content-map ul li {
  margin-left: 20px;
}

.content-map ul li::marker {
  font-size: 12px;
}

.project-content__item:last-child {
  margin-bottom: 16px;
}

.project-content a[href$=pdf] {
  /* margin-top: 24px;*/
}

a[href$=doc], a[href$=docx], a[href$=zip], a[href$=rar], a[href$=pdf], a[href$=xls],
a[href$=xlsx], a[href*=downloads], a[href$=pptx], a[href$=ppt], a[href$=PDF] {
  padding-left: 32px;
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  /* background-size: contain;*/
  min-height: 25px;
  margin: 12px 0;
  color: #005D97;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a[href$=doc]:hover, a[href$=docx]:hover, a[href$=zip]:hover, a[href$=rar]:hover,
a[href$=pdf]:hover, a[href$=xls]:hover, a[href$=xlsx]:hover,
a[href*=downloads]:hover, a[href$=pptx]:hover, a[href$=ppt]:hover {
  color: #007BC3;
}

a[href$=ppt] {
  background-image: url("/local/templates/new_ru_dki/css/..//img/files/PPT.svg");
}

a[href$=pptx] {
  background-image: url("/local/templates/new_ru_dki/css/..//img/files/PPTX.svg");
}

a[href$=pdf], a[href$=PDF] {
  background-image: url("/local/templates/new_ru_dki/css/..//img/files/pdf.svg");
}

a[href$=doc], a.button[href$=doc] {
  background-image: url("/local/templates/new_ru_dki/css/..//img/files/doc.svg");
}

a[href$=xls], a.button[href$=xls] {
  background-image: url("/local/templates/new_ru_dki/css/..//img/files/xls.svg");
}

a[href$=xlsx], a.button[href$=xlsx], a[href*=downloads] {
  background-image: url("/local/templates/new_ru_dki/css/..//img/files/xlsx.svg");
}

a[href$=docx], a.button[href$=docx] {
  background-image: url("/local/templates/new_ru_dki/css/..//img/files/docx.svg");
}

a[href$=zip], a.button[href$=zip] {
  background-image: url("/local/templates/new_ru_dki/css/..//img/files/archive.svg");
}

a[href$=rar], a.button[href$=rar] {
  background-image: url("/local/templates/new_ru_dki/css/..//img/files/archive.svg");
}

.project-content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 16px 0 0;
  border-bottom: 1px solid #F6F5F4;
  padding-bottom: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-content__button {
  display: flex;
  flex-direction: column;
}
.thirdy-button.dark.icon.active {
  color: #AC5B00;
}
.thirdy-button.dark.icon.active svg path {
  stroke: #AC5B00;
}
.project-content__buttons .secondary-button {
  margin-right: 8px;
}

.project-content__buttons > a {
  min-width: 35%;
}

.project-content__buttons > a.primary-button {
  margin-bottom: 12px;
}

.project-content__buttons .secondary-button.icon svg {
  top: 7px;
}

.project-content__buttons a.secondary-button.dark.icon {
  margin-top: 0;
  text-decoration: none;
}

.project-content__buttons:nth-child(3) {
  /* -webkit-column-break-after: always;
           break-after: always;
   page-break-after: always;*/
}

.b24-web-form-popup-btn-7,
.b24-web-form-popup-btn-13 {
  position: relative;
  z-index: 100;
  display: inline-block;
}

.secondary-button.icon.show-format.file svg {
  top: 9px;
}

/*Новые стили Поделиться*/
.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge {
  background: transparent !important;
}

.ya-share2__badge {
  /* border: 1px solid#1b1b1b!important;*/
  border: none !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.facebook, .social-likes__button_facebook {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/facebook_light.svg);
  background-size: 24px 24px !important;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: 2px;
}

.instagram {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/instagram_light.svg);
  background-size: 24px 24px !important;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.mail-share {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/email_light.svg);
  background-size: 24px 24px !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.share-block div, .share-block a,
.social-likes__button_facebook {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.share-block .mail-share:hover,
.share-block .instagram:hover,
.share-block .facebook:hover,
.share-block .social-likes__button_facebook:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/ok.svg) !important;
}

.ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/telegram-app_light.svg) !important;
}

.ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/twitter_light.svg) !important;
}

.ya-share2__item_service_viber .ya-share2__icon {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/viber_light.svg) !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/vk_light.svg) !important;
}

.ya-share2__item_service_whatsapp .ya-share2__icon {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/whatsapp_light.svg) !important;
}

.ya-share2__item_service_linkedin .ya-share2__icon {
  background-image: url(/local/templates/new_ru_dki/css/../img/icons/linkedin_light.svg) !important;
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 24px 24px !important;
}

.ya-share2__badge:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ya-share2__icon {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 24px !important;
  height: 24px !important;
  padding: 0;
  z-index: 10;
  margin-right: 0 !important;
}

.ya-share2__icon svg path {
  fill-rule: #008F43 !important;
}

.share-block {
  margin-top: 24px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-right: 0 !important;
}

.share-block span {
  margin-right: 10px;
}

.share-buttons a {
  /* margin-right: 5px;*/
}

.share-buttons img, .social-icons img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social-icons img {
  margin: 0 4px;
}

.share-buttons img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social-icons img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 440px) {
  .share-block > span:first-child {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .share-block span {
    margin-right: 6px;
  }
  .region-card {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*Форма заинтересовал проект появляется по клику на кнопку в sidebar*/
.interest-project-form {
  position: fixed;
  top: 8px;
  left: calc(50% - 342px);
  width: 684px;
  background: linear-gradient(313.76deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 97.95%);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 2px;
  max-width: 100%;
  padding: 16px;
  z-index: 1000;
  max-height: calc(100vh - 8px);
  overflow-y: auto;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.interest-project-form::-webkit-scrollbar-thumb {
  background: #A49792;
  border-radius: 5px;
}

.interest-project-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* background: #F6F5F3;*/
  background: #F6F5F3;
  border-radius: 5px;
}

.interest-project-form::-webkit-scrollbar {
  width: 4px;
}

.interest-project-form.show {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  visibility: visible;
  opacity: 1;
}

.interest-project-form h3 {
  margin-bottom: 8px;
  text-align: center;
}

.interest-project-form span {
  text-align: center;
  display: inline-block;
  /* margin-bottom: 12px;*/
  width: 100%;
}

.interest-project-form ::-webkit-scrollbar {
  width: 5px;
}

.interest-project-form ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #F6F5F3;
  border-radius: 5px;
}

.interest-project-form ::-webkit-scrollbar-thumb {
  background: #A49792;
}

.interest-project-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.interest-project-form .form-row label {
  margin-left: 16px;
}

.interest-project-form .form-row input,
.interest-project-form .form-row select,
.interest-project-form .form-row textarea {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 12px;
}

.interest-project-form input.primary-button {
  width: 100%;
  text-align: center;
  margin-top: 22px;
}

.interest-project-form .close-button {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/new_ru_dki/css/../img/icons/close.svg) center center no-repeat;
  position: absolute;
  top: 16px;
  right: 16px;
}

.interest-project-form .close-button:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*swiper/slider*/
.project-swiper .swiper-button-prev:after, .owner-swiper .swiper-button-prev:after {
  content: url(/local/templates/new_ru_dki/css/../img/icons/chevron-left.svg);
  position: relative;
  bottom: 10px;
}

.project-swiper .swiper-button-next:after, .owner-swiper .swiper-button-next:after {
  content: url(/local/templates/new_ru_dki/css/../img/icons/chevron-right.svg);
  margin-bottom: 5px;
  position: relative;
  bottom: 10px;
}

.project-swiper .swiper-slide {
  width: 100%;
  height: 385px;
}

.project-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .project-swiper .swiper-slide {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 440px) {
  .project-swiper .swiper-slide {
    width: 100%;
    height: 200px;
  }
}
/*style page 2.2*/
h5 {
  margin: 7px 0 14px;
}

h5.adress {
  margin-top: 24px;
  margin-bottom: 22px;
  position: relative;
  right: 10px;
}

h5.adress::before {
  content: url(/local/templates/new_ru_dki/css/../img/icons/place-marker.svg);
  position: relative;
  top: 4px;
  padding-right: 8px;
}

.profit p {
  margin: 5px 0;
}

.form-titles hr {
  border-color: #DEFFED;
}

.form-titles {
  margin-top: 20px;
}

/*style page 3.1*/
/*Переключатель*/
/*checkbox google*/
.checkbox-google {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  margin-left: 24px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-google .checkbox-google-switch {
  display: inline-block;
  width: 36px;
  height: 14px;
  border-radius: 20px;
  position: relative;
  top: 6px;
  vertical-align: top;
  background: #9f9f9f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox-google .checkbox-google-switch:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: -1px;
  background: #E0DEDC;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25), 4px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25), 4px 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.checkbox-google input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
  background: #31CD7A;
}

.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
  background: #008F43;
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Hover */
.checkbox-google input[type=checkbox]:not(:disabled) + .checkbox-google-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.3);
}

/* Active/Focus */
.checkbox-google input[type=checkbox]:not(:disabled):active + .checkbox-google-switch:before,
.checkbox-google input[type=checkbox]:not(:disabled):focus + .checkbox-google-switch:before {
  -webkit-animation: checkbox-active-on 0.5s forwards linear;
  animation: checkbox-active-on 0.5s forwards linear;
}

@-webkit-keyframes checkbox-active-on {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
    box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
  }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
    box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
  }
}
@keyframes checkbox-active-on {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
    box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
  }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
    box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
  }
}
.checkbox-google input[type=checkbox]:not(:disabled):checked:active + .checkbox-google-switch:before,
.checkbox-google input[type=checkbox]:not(:disabled):checked:focus + .checkbox-google-switch:before {
  -webkit-animation: checkbox-active-off 0.5s forwards linear;
  animation: checkbox-active-off 0.5s forwards linear;
}

@-webkit-keyframes checkbox-active-off {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(154, 190, 247, 0);
    box-shadow: 0 0 0 0 rgba(154, 190, 247, 0);
  }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(125, 255, 186, 0.5);
    box-shadow: 0 0 0 10px rgba(125, 255, 186, 0.5);
  }
}
@keyframes checkbox-active-off {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(154, 190, 247, 0);
    box-shadow: 0 0 0 0 rgba(154, 190, 247, 0);
  }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(125, 255, 186, 0.5);
    box-shadow: 0 0 0 10px rgba(125, 255, 186, 0.5);
  }
}
/* Disabled */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  border-color: rgba(0, 0, 0, 0.1);
}

.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch:before {
  background: #eee;
}

/*style page 4.2*/
.grodno-logo {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 16px;
}

.grodno-logo img {
  margin-right: 16px;
}

/*style page 6.1 regions*/
.regions-container {
  padding: 0px 0px 24px 48px;
  border-top: 1px solid #E0DEDC;
  /*  position: relative;*/
}

/*стрелка для карточки области*/
.oblast-arrow {
  /*  position: absolute;
  right: 0;
  top: 22px;*/
  width: 24px;
  height: 24px;
  position: relative;
  left: calc(100% - 24px);
  top: 24px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.oblast-arrow.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.oblast-arrow.active svg path {
  fill: #31CD7A;
}

.oblast-arrow:hover {
  cursor: pointer;
}

.regions-title {
  color: #5C5653;
  font-family: "Sofia Pro", sans-serif;
  width: calc(100% - 32px);
  margin-right: 32px;
}

.regions-body .region.minsk {
  /* color: #161413;*/
  color: #5C5653;
  /*font-family: 'Noto Sans';*/
  font-family: "Sofia Pro", sans-serif;
  padding: 14px 16px 22px 48px;
}

.regions-title.spojler::after,
.regions-title.spojler-region::after {
  right: auto;
  left: -48px;
  top: -3px;
}

.regions-title.active.spojler::after,
.regions-title.active.spojler-region::after {
  -webkit-transform: translateY(-2px) rotateX(180deg);
  transform: translateY(-2px) rotateX(180deg);
}

.regions-body .region {
  color: #161413;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /*margin-top: 28px;*/
  padding-left: 4px;
  position: relative;
  padding: 14px 0;
  /* margin-top: 14px;
   margin-bottom: 14px;*/
  cursor: pointer;
  padding-right: 30px;
}

.regims-project .regions-body {
  margin: 0;
}

.important-sez {
  margin-top: 8px;
  margin-bottom: 16px;
}

.regims-project .important-sez .region {
  width: 100%;
}

.regims-project .important-sez .regions-body {
  border-top: 1px solid #E0DEDC;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.regions-body {
  margin-top: 14px;
}

.regions-body .region::before {
  content: url(/local/templates/new_ru_dki/css/../img/icons/raskryt_right.svg);
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.regions-body .region.active::before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: url(/local/templates/new_ru_dki/css/../img/icons/raskryt_right.png);
}

.regions-container > .regions-body {
  display: none;
}

/*Карточка региона*/
.region-card, .sez-card {
  height: calc(100vh - 128px);
  overflow-y: auto;
  background: #FFFFFF;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  width: 456px;
  padding: 24px;
  overflow-x: hidden;
}

.region-card.show, .sez-card {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

.region-card h2, .sez-card h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #161413;
  margin-bottom: 8px;
}

.region-card__header {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;*/
}

.region-card__header span {
  font-size: 12px;
  line-height: 14px;
  color: #5C5653;
  display: block;
  margin-top: 12px;
}

@media screen and (max-width: 1100px) {
  .region-card, .sez-card {
    left: 0;
    right: auto;
    z-index: 550;
    width: 456px;
    max-width: 100vw;
  }
}
@media screen and (max-width: 600px) {
  .map.map-regions {
    display: block;
    min-height: calc(100vh + 320px - 120px);
  }
  .map.map-regions .form-sidebar {
    overflow-x: initial;
    overflow-x: visible;
  }
  .map .form-sidebar {
    /*left: -100%;*/
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    opacity: 1 !important;
    visibility: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .map .form-sidebar.show {
    visibility: visible;
  }
  .map .form-sidebar.show .region-card, .map .form-sidebar.show .sez-card {
    z-index: -10;
    opacity: 0;
  }
  .map .form-sidebar .region-card, .map .form-sidebar .sez-card {
    visibility: hidden;
    -webkit-transition: all 0s ease !important;
    transition: all 0s ease !important;
    top: 320px;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - 120px);
    z-index: 100;
    padding: 16px;
  }
  .map .form-sidebar .region-card.show {
    visibility: visible;
    overflow-y: auto;
  }
  .map-regions.map .form-sidebar .region-card.show {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: unset;
  }
  .map-regions.map {
    overflow-y: auto;
  }
  .scale-arrow {
    display: none;
  }
  #map.my-map.card-relative {
    /* margin-bottom: 600px;*/
    /* overflow: auto;*/
  }
  .regions-project .form-footer, .regims-project .form-footer {
    /*backdrop-filter: none;*/
  }
  .form-content {
    padding: 16px;
  }
  /*.sidebar-navigation ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: inherit;
    -webkit-border-radius:none;
    border-radius: none;
  }

  .sidebar-navigation ::-webkit-scrollbar-thumb {
    background:inherit;
    -webkit-border-radius: none;
    border-radius: none;
  }

  html, body, .sidebar-navigation, * {
    scrollbar-color:inherit;
    scrollbar-width: inherit;
  }*/
}
/*Диаграмма*/
.card-digramma__item {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.card-structura, .card-people {
  border-top: 1px solid #DEFFED;
  padding-bottom: 16px;
}

.card-digramma.horizontal .card-diagramma__body {
  height: 204px;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-diagramma__body + h6 {
  text-align: center;
}

.horizontal .procent {
  /* width: 72%;*/
  /* max-width: 286px;*/
  width: calc(100% - 50px);
}

.horizontal .one {
  height: 22%;
}

.horizontal .one .procent,
.card-digramma__item.string0 .procent {
  background: #FFC27B;
}

.horizontal .two {
  height: 60%;
}

.horizontal .two .procent,
.card-digramma__item.string1 .procent {
  background: #F58300;
}

.horizontal .three {
  height: 18%;
}

.horizontal .three .procent,
.card-digramma__item.string2 .procent {
  background: #FFE4BB;
}

.card-digramma__item span {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161413;
  margin-left: 3px;
  margin-right: 3px;
}

.vertical .card-digramma__item {
  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: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 100%;
  margin-bottom: 8px;
  height: 48px;
}

.vertical .one .procent {
  width: 15%;
  background: #FFE4BB;
}

.vertical .two .procent {
  width: calc(100% - 64px);
  background: #FF8800;
}

.vertical .procent {
  max-width: calc(100% - 68px) !important;
}

.vertical .three .procent {
  width: 30%;
  background: #FFBD70;
}

.vertical .four .procent {
  width: 20%;
  background: #FFDFAD;
}

.vertical .five .procent {
  width: 26%;
  background: #FFC685;
}

.vertical .six .procent {
  width: 40%;
  background: #FFA133;
}

.vertical .seven .procent {
  width: 37%;
  background: #FFAA47;
}

.vertical .eight .procent {
  width: 35%;
  background: #FFB45C;
}

.vertical .nine .procent {
  width: 27%;
  background: #FFD799;
}

.card-digramma__item.string0 .procent {
  background: #FFE4BB;
}

.card-digramma__item.string1 .procent {
  background: #FF8800;
}

.card-digramma__item.string2 .procent {
  background: #FFBD70;
}

.card-digramma__item.string3 .procent {
  background: #FFDFAD;
}

.card-digramma__item.string4 .procent {
  background: #FFC685;
}

.card-digramma__item.string5 .procent {
  background: #FFA133;
}

.card-digramma__item.string6 .procent {
  background: #FFAA47;
}

.card-digramma__item.string7 .procent {
  background: #FFB45C;
}

.card-digramma__item.string8 .procent {
  background: #FFD799;
}

.card-digramma__item.string9 .procent {
  background: #FFA133;
}

.card-digramma__item.string10 .procent {
  background: #FFC685;
}

.card-digramma__item.string11 .procent {
  background: #FFDFAD;
}

.horizontal .card-digramma__item {
  position: relative;
}

.horizontal .card-digramma__item span:first-child {
  padding-right: 8px;
}

/*.horizontal .card-digramma__item span:last-child{
  max-width: 290px;
  position: absolute;
  right: 0;

}*/
.horizontal .card-digramma__item span:nth-child(1) {
  width: 40px;
  margin-left: 0;
  /* display: inline-block;*/
}

.horizontal .card-digramma__item span:nth-child(3) {
  max-width: 290px;
  position: absolute;
  display: inline-block;
  max-width: 290px;
  min-height: 48px;
  height: 100%;
  right: 16px;
  top: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vertical .card-digramma__item span:nth-child(1) {
  width: 62px;
}

.card-digramma__item {
  position: relative;
}

.vertical .card-digramma__item span:nth-child(3) {
  position: absolute;
  display: inline-block;
  max-width: 290px;
  height: 100%;
  min-height: 48px;
  right: 16px;
  top: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 440px) {
  .region-card .vertical .card-digramma__item span,
  .region-card .horizontal .card-digramma__item span {
    max-width: calc(100% - 90px);
  }
}
/*/////////*/
.region-card .close-arrow,
.regims-project .scale-arrow {
  background: url(/local/templates/new_ru_dki/css/../img/icons/left-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.card-item__title {
  font-family: "Sofia Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #003D1E;
}

.card-item__title.spojler::after {
  top: 4px;
}

.card-item {
  border-bottom: 1px solid #F6F5F4;
  padding: 20px 0;
}

.card-item:nth-child(7) {
  border-bottom: none;
}

.card-item__body {
  display: none;
}

.region-card__wrapper .secondary-button.dark {
  display: inline-block;
  margin-bottom: 24px;
}

.region-card__buttons {
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F6F5F4;
}

.card-item__content p {
  color: #5C5653;
}

.card-item__content p:first-child {
  margin-top: 0;
}

.card-item__content {
  display: none;
}

.card-item__wrapper {
  padding: 7px 0;
}

h6.plus, div.plus {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  color: #161413;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 18px;
  height: auto;
  cursor: pointer;
}

h6.plus {
  margin-top: 0;
  margin-bottom: 0;
}
.specialization-row h6.plus {
  text-transform: lowercase;
}
.specialization-row h6.plus::first-letter {
  text-transform: capitalize;
}

h6.plus + ul, div.plus + ul,
h6.plus + ol, div.plus + ol {
  margin-top: 0;
}

/*Часто задаваемые вопросы faq*/
div.plus {
  /* margin-top: 20px;
  margin-bottom: 20px;*/
  margin: 0;
}

div.plus a:hover {
  text-decoration: none;
}

.q {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 11px;
}

.q img {
  margin-right: 10px;
}

.content .list-sheme li {
  font-size: 16px;
  line-height: 24px;
}

.description_wrapp {
  /*padding: 10px 0;*/
}

.faq-list .item {
  margin: 20px 0;
}

h6.plus::after,
div.plus::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 0;
  border-top: 2px solid #7D7470;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h6.plus::before, div.plus::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 22px;
  height: 0;
  border-top: 2px solid #7D7470;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h6.plus.active::before, div.plus.active::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: #31CD7A;
}

h6.plus.active::after, div.plus.active::after {
  border-color: #31CD7A;
}

.sez-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sez-card__item {
  margin-top: 24px;
  position: relative;
}

.sez-card__item:after {
  content: "";
  width: 403px;
  height: 1px;
  border-top: 1px solid #F6F5F4;
  bottom: -16px;
  left: 0px;
  display: block;
  position: absolute;
}

.sez-card__item:last-child:after {
  display: none;
}

.sez-card__item:last-child {
  padding-bottom: 0;
}

.regims-project h3 {
  color: #003D1E;
}

.sez-card__left, .scale-arrow {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sez-card__left.scale {
  /* transform: scaleX(0);*/
}

.sez-card__left table, .sez-card__left td {
  border: none;
}

.regims-project .region-card__logo {
  width: 80px;
  text-align: center;
  display: inline-block;
}

.region-card__logo {
  text-align: center;
  display: inline-block;
}

.regims-project .region-card__logo img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 4px;
  margin-right: 8px;
}

.regions-project .region-card__logo img {
  margin-top: 8px;
  margin-left: 4px;
  margin-right: 8px;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.scale-arrow.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.region-card.scale-width {
  width: 106px;
}

.region-card {
  z-index: 550;
}

.region {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.region:hover {
  color: #31CD7A;
}

.region.active {
  color: #31CD7A;
}

.sez-card__left table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sez-card__left table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sez-card__left table tr td:nth-child(2) {
  font-family: "Sofia Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #5C5653;
}

.sez-card__left table tr td:nth-child(1) {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #161413;
  padding-top: 5px;
  padding-bottom: 9px;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .region-card.scale-width {
    width: 456px;
  }
}
.content .wrapper .content-wrapper {
  width: 100%;
}

.content .wrapper .content-wrapper, .content .wrapper .faq-list {
  text-align: left;
}

.thirdy-button, .secondary-button, .primary-button {
  font: normal 700 14px/14px "Noto Sans", sans-serif;
}

/*всплывающее окно с форматом файлов*/
.project-content__buttons .primary-button,
.project-content__buttons .thirdy-button,
.project-content__buttons .secondary-button {
  height: 38px;
}

.formats {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 39px;
  left: 0;
  width: fit-contents;
  min-width: 205px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100000 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFFFFF;
  border-radius: 2px;
}

.thirdy-button.show-format.icon {
  position: relative !important;
  display: inline-block;
}

.thirdy-button.show-format.icon:hover .formats {
  opacity: 1;
  visibility: visible;
}

.secondary-button.show-format.icon {
  position: relative !important;
  display: inline-block;
}

.secondary-button.show-format.icon:hover .formats {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 600px) {
  .region-card__wrapper .close-arrow {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .secondary-button.show-format.icon {
    margin-bottom: 16px;
  }
}
/*Пупап ограничение высоты*/
.popup-window-overlay {
  /* max-height: 100vh!important;*/
}

.block_map {
  height: 100%;
}

@media screen and (max-width: 520px) {
  .ymaps-2-1-79-balloon {
    max-width: calc(100vw) !important;
  }
  .ymaps-2-1-79-balloon__content {
    max-width: 100% !important;
    padding-right: 10px;
    z-index: 100!important;
  }
  .ymaps-2-1-79-balloon__layout {
    max-width: 100% !important;
  }
  /*.ymaps-2-1-79-balloon__content>ymaps{
    max-width: 100%!important;
    padding-right: 4px;
  }*/
  .ymaps-2-1-79-b-cluster-tabs {
    width: calc(100% - 2px) !important;
  }
  /*maps-2-1-79-b-cluster-tabs ymaps-2-1-79-b-cluster-content*/
  .ymaps-2-1-79-balloon .ymaps-2-1-79-b-cluster-tabs__section_type_nav {
    /*  max-width: calc(100% - 32px)!important;*/
  }
}
@media screen and (max-width: 400px) {
  .ymaps-2-1-79-balloon__content{
   max-width: 100vw!important;
  }
  .ymaps-2-1-79-balloon {
    max-width: 100vw !important;
  }
  .ymaps-2-1-79-balloon__content>ymaps,
  .ymaps-2-1-79-b-cluster-accordion{
    max-width: calc(100vw - 40px);
  }
}
/*Ошибка 404*/
table.page_not_found, .page_not_found td,
.page_not_found tr {
  border: none;
}

table.page_not_found {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.b24-widget-button-wrapper {
  z-index: 2 !important;
}

.b24-widget-button-position-bottom-right {
  right: 24px !important;
  bottom: 24px !important;
}

.crm-widget-button-mobile .b24-widget-button-wrapper {
  z-index: 0 !important;
}

.b24-widget-button-inner-mask, .b24-widget-button-inner-container {
  z-index: 2 !important;
}

.b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible.b24-widget-button-bottom {
  z-index: 99999999999 !important;
}

/********************/
.chosen-choices {
  padding-top: 5px !important;
  min-height: 48px;
  background: url(/local/templates/new_ru_dki/css/../img/icons/raskryt_down.svg) calc(100% - 8px) 12px no-repeat #FFFFFF !important;
  padding-right: 24px;
}

.form-row .chosen-container-multi .chosen-choices {
  border: none;
  border-radius: 1px 1px 0px 0px;
  border-bottom: 1px solid #7D7470;
}

.form-row .chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
}

.form-row .chosen-container-multi .chosen-choices li.search-choice span {
  font-size: 16px;
  line-height: 20px;
  color: #5C5653;
}

.form-row .chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: calc(100% - 5px);
  max-width: 100%;
  text-align: left;
  padding-left: 11px;
}

.form-row .search-field {
  display: none !important;
}

@media screen and (max-width: 440px) {
  /*.ymaps-2-1-79-panel-pane,
  .ymaps-2-1-79-ballon-panel*/
  .ymaps-2-1-79-balloon.ymaps-2-1-79-balloon_layout_normal,
  .ymaps-2-1-79-balloon-overlay,
  .ymaps-2-1-79-balloon-pane, .balloon {
    position: absolute !important;
    left: 0px!important;
    right: auto !important;
    bottom: 0px!important;
    top: auto !important;
    z-index: 999!important;
    width: 100% !important;
    max-width: calc(100vw - 2px) !important;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 0.999;
  }
  .balloon{
    z-index: 5!important;
  }
  #map .balloon-pink.balloon.baloon-layers {
    position: absolute !important;
    top: auto !important;
    bottom: 5px !important;
  }
  .balloon > ymaps {
    width: 100% !important;
    max-width: 100% !important;
    z-index: 99!important;
    max-height: calc(100vh - 270px) !important;
    overflow-y: auto !important;
    z-index: 99!important;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 0.999;
  }
  .ymaps-2-1-79-balloon-pane, .ymaps-2-1-79-balloon {
    z-index: 99999999999999 !important;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 0.999;
  }
  .ymaps-2-1-79-map {
    /* z-index: 999999999999!important;
     transform: translate(0);*/
  }
  .balloon-blue::after {
    left: calc(50vw - 14px);
  }
  .balloon-gray::after {
    left: calc(50vw - 14px);
  }
  .balloon-pink::after {
    left: calc(50vw - 14px);
  }
  .balloon-pink.baloon-layers::after {
    left: calc(50vw - 14px);
  }
  .balloon-green::after {
    left: calc(50vw - 14px);
  }
  .balloon-yellow::after {
    left: calc(50vw - 14px);
  }
  .b24-widget-button-wrapper, .crm-widget-button-mobile .b24-widget-button-wrapper,
  .b24-widget-button-inner-mask, .b24-widget-button-inner-container {
    z-index: 1 !important;
  }
  .b24-widget-button-position-bottom-right {
    right: 8px !important;
    bottom: 8px !important;
  }
  .b24-widget-button-wrapper {
    z-index: 1 !important;
  }
}
/*Страница о портале*/
.about-portal {
  background-color: #FFFFFF;
  position: relative;
}

.about-portal .wrapper {
  /* height: 100%; */
}

.about-portal::after {
  content: "";
  width: 80px;
  height: 100%;
  background: url(/local/templates/new_ru_dki/css/../img/portal/ornament_left.svg) top left repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.about-portal::before {
  content: "";
  width: 80px;
  height: 100%;
  background: url(/local/templates/new_ru_dki/css/../img/portal/ornament_left.svg) top right repeat-y;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.swiper.swiper-about {
  width: 100%;
  height: calc(100vh - 128px);
  background: #FFFFFF;
  min-height: 550px;
  /* overflow-y: auto;*/
}

.swiper.swiper-about .swiper-slide {
  /* overflow-y: auto;*/
}

.portal {
  width: 100%;
  /* height: calc(100vh - 128px) !important; */
  /* min-height: 550px; */
  background: url(/local/templates/new_ru_dki/css/../img/portal/portal-slide1.svg) no-repeat;
  background-position-y: -192px;
}

.portal .wrapper {
  /* height: 100%; */
  display: block;
}

.portal__section {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.portal hr {
  border-top: 1px solid var(--main-0, #31CD7A);
  height: 1px;
  width: 100%;
  border-width: 100%;
  margin-top: 0px;
  margin-bottom: 24px;
}

h2.section-title {
  padding-top: 4px;
  padding-bottom: 8px;
  margin-top: 16px;
  position: relative;
  color: var(--main-25, #003D1E);
  text-align: center;
  font-family: "Sofia Pro", sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 140.541% */
  letter-spacing: 0.093px;
}

h2.section-title::after {
  content: "";
  width: 1100px;
  height: 2px;
  border-radius: 2px 0px 0px 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(26.66%, rgba(49, 205, 122, 0)), to(#31CD7A));
  background: linear-gradient(90deg, rgba(49, 205, 122, 0) 26.66%, #31CD7A 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

.portal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; */
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 1216px;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.portal-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 96px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 59%;
      -ms-flex: 59% 0 0px;
          flex: 59% 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.portal-left__row {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.portal-left__row p {
  margin: 0;
  color: var(--neitral-2, #4D4845);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
}

.primary .portal-left__subtitle p {
  color: var(--neitral-2, #4D4845);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
}

.secondary .portal-left__subtitle p {
  color: var(--neitral-2, #4D4845);
  font-family: "Sofia Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.026px;
}

.portal-left__title {
  width: 39%;
  text-align: right;
  padding-right: 16px;
}

.portal-left__title h5 {
  margin: 0;
  color: var(--neitral-3, #003D1E);
  text-align: right;
  font-family: "Sofia Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.026px;
}

.portal-left__title h3 {
  color: var(--main-25, #003D1E);
  font-family: "Sofia Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 127.273% */
  letter-spacing: 0.033px;
  margin: 0;
}

.portal-left__subtitle {
  width: 60%;
  padding-top: 2px;
}

.portal-right {
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portal-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  height: 100%;
}

.base-item {
  width: calc(50% - 8px);
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-box-shadow: -15px 15px 15px 0px rgba(255, 255, 255, 0.2) inset, 15px -15px 15px 0px rgba(194, 194, 194, 0.2) inset, 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -15px 15px 15px 0px rgba(255, 255, 255, 0.2) inset, 15px -15px 15px 0px rgba(194, 194, 194, 0.2) inset, 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
  /*filter: drop-shadow(-15px 15px 15px 0px rgba(255, 255, 255, 0.20) inset);*/
  -webkit-backdrop-filter: blur(10.6499996185px);
          backdrop-filter: blur(10.6499996185px);
  padding: 32px 8px 30px 16px;
  height: calc(33.33% - 10.67px);
  min-height: 112px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.base-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.base-item a:hover {
  text-decoration: none;
}

.base-item__content {
  padding-left: 16px;
}

.base-item__icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1360px) {
  .portal-left {
    padding-right: 16px;
    -webkit-box-flex: 50%;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .portal__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1130px) {
  .portal__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portal-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 8px;
    padding-right: 8px;
  }
  .portal-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 16px;
  }
  .portal-left__row {
    margin-bottom: 24px;
  }
}
/*Функционал портала*/
.functional {
  min-height: 550px;
  /* height: calc(100vh - 128px) !important; */
  width: 100%;
  background-color: var(--main-1, #008F43);
  position: relative;
  background-image: url(/local/templates/new_ru_dki/css/../img/portal/fon-slide2.svg);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.functional .wrapper {
  /* height: 100%; */
}

.functional__section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding: 32px 8px 64px 8px;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.functional__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 580px;
  margin-top: 10px;
}

.functional__item {
  border-radius: 2px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 186px;
  height: calc(50% - 16px);
  padding: 32px 16px 16px 16px;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(25% - 24px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.functional__image {
  width: 72px;
  height: 72px;
}

.functional__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.functional__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.functional__title {
  text-align: center;
  color: var(--neitral-3, #161413);
  text-align: center;
  font-family: "Sofia Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.026px;
}

/*Секция с видео*/
.instruction {
  position: relative;
  min-height: 570px;
  /* height: calc(100vh - 128px) !important; */
  position: relative;
  background-color: var(--main-1, #008F43);
  background-image: url(/local/templates/new_ru_dki/css/../img/portal/fon-slide3.svg);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.instruction::after{
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  background-color: var(--main-1, #008F43);
}

.instruction__section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  /* height: 100%; */
  padding: 32px 8px 32px 8px;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.instruction h2.section-title {
  color: #FFF;
}

.instruction__wrapper {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 500px;
  margin-top: 10px;
}

.f-video-container {
  position: relative;
  display: block;
  width: 780px;
  height: 440px;
  margin: 0 auto;
}

.f-video-player {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.f-video-player iframe,
.f-video-player object,
.f-video-player embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  border-radius: 2px;
  border: 1px solid var(--main-2, #006630);
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
}

.f-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  /* top: 50%;
   transform: translate(-50%,-50%);
   left: 50%;*/
  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;
  width: 100%;
  height: 100%;
  cursor: pointer;
 /* background: rgba(0, 41, 20, 0.35);*/
}
.f-video-cover::after{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/new_ru_dki/css/../img/portal/video_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.f-video-cover::before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 41, 20, 0.35);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}
.f-video-cover img {
  width: 96px;
  height: 96px;
  position: relative;
  z-index:20;
}

/*.f-video-cover::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--main-3, #002914);
  opacity: 0.1;
  top: 0;
  left: 0;
}*/
.instruction-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*Секция с Блогом о портале*/
.blog {
  min-height: 550px;
  /* height: calc(100vh - 128px) !important; */
  width: 100%;
  background-color: var(--main-1, #008F43);
  position: relative;
  background-image: url(/local/templates/new_ru_dki/css/../img/portal/fon-slide4.svg);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog:has(+ .blog-btn) {
  padding-bottom: 40px;
}
.blog-btn {
  position: absolute;
  bottom: 495px;
  left: calc(50% - 50px);
}
.blog .wrapper {
  /* height: 100%; */
}

.blog__section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding: 32px 8px 64px 8px;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* max-height: 580px; */
  margin-top: 10px;
}

.blog__item {
  width: calc(50% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 188px;
  /* height: calc(50% - 16px); */
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 2px;
}

.blog__item > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  text-decoration: none;
}

.blog__item a:hover {
  text-decoration: none;
}

.blog__item:hover {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.blog__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.blog__item-content {
  width: 316px;
  max-width: calc(100% - 64px);
  height: calc(100% - 64px);
  position: absolute;
  left: 32px;
  top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-box-shadow: -15px 15px 15px 0px rgba(255, 255, 255, 0.2) inset, 15px -15px 15px 0px rgba(194, 194, 194, 0.2) inset;
          box-shadow: -15px 15px 15px 0px rgba(255, 255, 255, 0.2) inset, 15px -15px 15px 0px rgba(194, 194, 194, 0.2) inset;
  -webkit-backdrop-filter: blur(10.6499996185px);
          backdrop-filter: blur(10.6499996185px);
}

.blog__item-content h3 {
  padding: 16px 8px 8px 8px;
  color: var(--neitral-3, #161413);
  text-overflow: ellipsis;
  font-family: "Sofia Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.026px;
}

/*Секция Наши контакты*/
.portal-contacts {
  min-height: 300px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: 100%;
  color: #FFFFFF;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14.37%, #008F43), color-stop(86.25%, #006630));
  background: linear-gradient(180deg, #008F43 14.37%, #006630 86.25%);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-slide.blog::after{
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #008F43;
}

.portal-contacts__section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  /*height: 100%;*/
  padding: 16px 8px;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*gap: 16px;*/
  /*flex-shrink: 0;*/
  overflow: hidden;
}

.portal-contacts .section-title {
  color: #FFFFFF;
}

.portal-contacts__wrapper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.portal-contacts__logo {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 28px;
}

.portal-contacts__logo::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  background: url(/local/templates/new_ru_dki/css/../img/portal/logo_white.svg) no-repeat;
  background-size: contain;
}

.portal-contacts__logo h5 {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
  margin: 0;
}

.portal-contacts__logo h5 a {
  color: #FFFFFF;
  text-decoration: none;
}

.portal-contacts__logo h5 a:hover {
  text-decoration: underline;
}

.portal-contacts__contacts {
  width: 100%;
  max-width: 852px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.portal-contacts__contacts span {
  color: var(--main--2, #BFFFDD);
  font-family: "Sofia Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 120% */
  letter-spacing: 0.015px;
}

.portal-contacts__contacts p > span {
  font-size: 20px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
}

.portal-contacts__contacts a {
  color: #FFFFFF;
  text-decoration: none;
}

.portal-contacts__contacts p {
  margin-top: 8px;
  margin-bottom: 0;
}

.portal-contacts__socials {
  margin-top: 24px;
  margin-bottom: 24px;
}

.portal-contacts__socials h6 {
  color: var(--main--2, #BFFFDD);
  font-family: "Sofia Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 120% */
  letter-spacing: 0.015px;
  text-align: center;
  margin-bottom: 8px;
}

.portal-copyright {
  width: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portal-copyright > p {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.035px;
  padding-right: 16px;
}

.thirdy-button.portal.dark {
  color: var(--main--2, #BFFFDD);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  white-space: nowrap;
}

.thirdy-button.portal.dark:hover, .thirdy-button.portal.dark:focus {
  color: var(--accent-1, #AC5B00);
}

.thirdy-button.portal.dark:active {
  color: var(--accent-1, #AC5B00);
}

.thirdy-button.icon.portal svg {
  top: 9px;
}

@media screen and (max-width: 1396px) {
  .about-portal .wrapper {
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (max-width: 1160px) {
  .swiper.swiper-about, .swiper-slide.portal, .functional.swiper-slide,
  .swiper-slide.instruction, .swiper-slide.blog, .swiper-slide.portal-contacts {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: 300px !important;
  }
  .swiper.swiper-about {
    /* height: calc(100vh - 80px)!important;*/
    height: 100vh !important;
    overflow: visible !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .swiper.swiper-about .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* .swiper.swiper-about .swiper-slide::after{
     content: "";
     width: 80px;
     height: 100%;
     background: url(/local/templates/new_ru_dki/css/../img/portal/ornament_left.svg) top left repeat-y;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 20;
   }
   .swiper.swiper-about .swiper-slide::before{
     content: "";
     width: 80px;
     height: 100%;
     background: url(/local/templates/new_ru_dki/css/../img/portal/ornament_left.svg) top right repeat-y;
     position: absolute;
     top: 0;
     right: 0;
     z-index: 20;
   }*/
  h2.section-title::after {
    width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .functional__item {
    width: calc(33.33% - 21px);
    height: 186px;
  }
  .functional__wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  h2.section-title {
    font-size: 32px;
    line-height: 42px;
  }
  h2.section-title::after {
    width: 500px;
  }
  .instruction__section h2.section-title::after {
    width: 800px;
  }
  .blog__section h2.section-title::after {
    width: 650px;
  }
  .f-video-container {
    width: 600px;
    height: 338px;
  }
}
@media screen and (max-width: 992px) {
  .blog-btn {
    bottom: 615px;
  }
  .portal-contacts__contacts {
    -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;
  }
  .portal-contacts__contacts > div {
    margin-bottom: 16px;
    width: 320px;
  }
  .portal-contacts__contacts > div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .functional__item {
    width: calc(50% - 16px);
    height: 186px;
  }
  .functional__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    max-height: none;
  }
  .f-video-container {
    width: 500px;
    height: 282px;
  }
}

@media screen and (max-width: 767px) {
  .blog-btn {
    bottom: 630px;
  }
  .functional__wrapper {
    gap: 16px;
  }
  .functional__item {
    width: calc(50% - 8px);
    height: auto;
    min-height: 160px;
  }
  .about-portal .wrapper {
    padding-left: 88px;
    padding-right: 88px;
  }
  .functional__image {
    width: 48px;
    height: 48px;
  }
  .functional__section,
  .instruction__section,
  .blog__section {
    padding-top: 16px;
  }
  /* h2.section-title{
     margin-top: 0;
   }*/
  .blog__item {
    min-height: 188px;
    height: auto;
    width: 100%;
  }
  .blog__wrapper {
    gap: 16px;
    max-height: none;
  }
  .instruction__wrapper {
    max-height: none;
  }
  .f-video-cover img {
    width: 78px;
    height: 78px;
  }
}
@media screen and (max-width: 676px) {
  .about-portal .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .swiper.swiper-about .swiper-slide::before,
  .swiper.swiper-about .swiper-slide::after {
    display: none;
  }
  .about-portal::after {
    display: none;
  }
  .about-portal::before {
    display: none;
  }
  h2.section-title {
    font-size: 28px;
    line-height: 38px;
  }
  h2.section-title::after {
    width: 410px;
  }
  .instruction__section h2.section-title::after {
    width: 600px;
  }
  .blog__section h2.section-title::after {
    width: 550px;
  }
}
@media screen and (max-width: 576px) {
  .portal-left__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portal-left__title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .portal-left__subtitle {
    width: 100%;
  }
  .portal-left__title h5 {
    color: var(--main-25, #003D1E);
  }
  .f-video-cover img {
    width: 64px;
    height: 64px;
  }
  .f-video-container {
    width: calc(100vw - 32px);
    height: calc((100vw - 32px) / 1.77778);
  }
}
@media screen and (max-width: 500px) {
  h2.section-title::after {
    /* width: 350px;*/
  }
  .functional__item {
    min-height: 170px;
    padding-top: 24px;
  }
  .base-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .blog-btn {
    bottom: 655px;
  }
  .portal-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .portal-copyright > p {
    padding-right: 0;
  }
  .portal-contacts__contacts {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .portal-contacts__contacts > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .f-video-cover img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 430px) {
  .blog-btn {
    bottom: 680px;
  }
}
@media screen and (max-width: 346px) {
  .functional__item {
    min-height: 150px;
    width: 100%;
    padding-top: 16px;
  }
}
/*о портале статичная*/
.about-portal_static {
  position: relative;
  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;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 550px;
  /* height: calc(100vh - 128px); */
  width: 100%;
  /*background-color: #FFFFFF;*/
 /* background: linear-gradient(to top, #008F43 95%, #FFFFFF 5%);*/
  position: relative;
  background: url(/local/templates/new_ru_dki/css/../img/portal/fon-slide4.svg), linear-gradient(to top, #008F43 95%, #FFFFFF 5%);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-portal_static .wrapper {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

ul.breadcrumb {
  max-width: 1366px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

ul.breadcrumb li {
  list-style: none;
}

ul.breadcrumb li,
ul.breadcrumb span {
  color: var(--main-2, #006630);
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.035px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.breadcrumb li a {
  color: var(--main-2, #006630);
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  opacity: 0.75;
}

ul.breadcrumb span {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

.static-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 32px 0 48px; */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 16px; */
}

.static-container hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #16ab5e;
  clear: both;
  width: 100%;
}
.static-container h1,
.static-container h2,
.static-container h3,
.static-container h4,
.static-container h5,
.static-container h6 {
  color: var(--neitral-2, #4D4845);
  font-family: 'Sofia Pro', sans-serif;
  letter-spacing: 0.026px;
  margin-bottom: 8px;
}
.static-container h4{
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
.static-container a {
  color: #16ab5e;
}
.static-container__link {
  padding-left: 24px;
  position: relative;
}
.static-container__link::before {
  content: url(/local/templates/new_ru_dki/css/../img/icons/ar_left.png);
  position: absolute;
  left: 0;
  top: 0px;
}
.static-container blockquote {
  background-color: #efeeed;
  padding: 10px 16px;
  font-style: italic;
  border-bottom: 1px solid #16ab5e;
}
h3.static-title,
h1.static-title {
  color: var(--neitral-3, #161413);
  text-align: center;
  font-family: "Sofia Pro", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 161.538% */
  padding-top: 12px;
  padding-bottom: 12px;
}

.static-image {
  float: left;
  margin: 16px 24px 16px 0;
  max-width: 472px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 472px;
      -ms-flex: 472px 0 0px;
          flex: 472px 0 0;
}

.static-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  min-height: 288px;
}
.static-container .static-content.swiper {
  width: 100%;
  height: 100%;
}

.static-content-wrapper {
  position: relative;
}

.static-content-wrapper p {
  margin-top: 0;
  margin-bottom: 16px;
}
.static-content-wrapper .static-content {
  padding: 0 16px;
}
.about-portal_static ul {
  padding-left: 1rem;
}
.about-portal_static ul li{
  position: relative;
  left: 20px;
}
@media screen and (max-width: 1190px) {
  .about-portal_static {
    height: auto;
    min-height: 100px;
    display: block;
  }
  .about-portal_static .wrapper {
    display: block;
    height: 100%;
  }
}

@media screen and (max-width: 992px){
  .static-image img {
    min-height: 140px;
  }
  .static-image {
    float: none;
    margin: 16px auto;
  }
}
@media screen and (max-width: 767px) {
  h3.static-title {
    font-size: 24px;
    line-height: 34px;
  }
  .static-image img {
    min-height: 130px;
  }
}
@media screen and (max-width: 576px) {
  .static-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-bottom: 56px;
    padding-top: 12px;
  }
  .static-image img {
    min-height: 200px;
  }
  .static-content-wrapper {
    width: 100%;
  }
  .static-content-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .static-container .static-content-wrapper::after {
    width: 100%;
    left: 0;
  }
  .static-image {
    margin: 16px;
  }
}

.scrollUp {
  position: fixed;
  bottom: 16px;
  right: 82px;
  display: block;
 /* display: none;*/
  padding: 8px;
  border-radius: 32px;
  width: 40px;
  height: 40px;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 9999999999999;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  opacity: 1!important;
}

.scrollUp:hover {
  background: linear-gradient(138deg, #31CD7A 15.78%, #008F43 82.17%);
}

.scrollUp-show {
  display: block;
}

.scrollUp:hover {
  cursor: pointer;
}

.scrollUp svg {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

@media screen and (max-width: 676px){
  .scrollUp{
    right: 16px;
    bottom: 70px;
  }
}
.balloon_close{
  display: none;
}
.ymaps-2-1-79-balloon__close{
  display: none!important;
}
span.like-h1{
  display: block;
  font-size: 2em;
  color: #161413;
}
/*кнопка добавить в мобильной версии*/
@media screen and (max-width: 600px){
  .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content{
    padding-right: 24px!important;
  }
  .balloon_close{
    display: block;
    position: absolute;
    right: 6px;
    top: 8px;
    width: 20px;
    height: 20px;
    z-index: 999999999999!important;
    opacity: 1;
  }
  .ymaps-2-1-79-balloon__close-button{
    display: block!important;
    z-index: 99999999999;
    opacity: 0.5!important;
    position: relative;
  }
  .ymaps-2-1-79-balloon__layout .ymaps-2-1-79-balloon__close, .ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__close{
    display: block!important;
  }
  .ymaps-2-1-79-balloon__close{
    position: absolute!important;
    top: 0px;
    right: 6px;
    width: 24px;
    height: 24px;
    z-index: 999999999999999!important;
    display: block!important;
    float: none!important;
    margin: 0!important;
  }
.button-sidebar{
  left: 10px;
  
}
.layers-button--special{
  right: 62px!important;
}

.layers-button.add-offer__btn span.mobile{
  display: none!important;
}

.layers-button.add-offer__btn .primary-button.dark{
padding: 9px 24px 9px 16px;
  font-size: 0;
  height: 38px;
  display: inline-block;
}
.layers-button.add-offer__btn{
  right: 10px;
  top: 10px;
}
.layers-button.add-offer__btn .primary-button.icon svg{
  left: 11.5px;
}
span.like-h1{
  font-size: 20px;
}
}

/* Рзаработчик */
.copyright-cvr {
  display: flex;
  padding-top: 24px;
}
.copyright-cvr img {
  float: left;
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
.copyright-cvr h6 {
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.copyright-cvr p {
  margin-top: 4px;
  margin-bottom: 0;
}
.copyright-cvr p a {
  color: #000;
}
/* End */


/* Start:/local/templates/new_ru_dki/css/swiper-bundle.min.css?169488976415833*/
/**
 * Swiper 8.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 1, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/new_ru_dki/template_styles.css?1701382200315*/
.form_search .form-row .search-field {
	display: block !important;
    font-size: 16px;
	padding-top: 5px !important;
	padding-left: 15px !important;
}
.form_search .form-row .search-field input {
	color: #5C5653 !important;
}
.form_search .form-row .chosen-results {
	font-size: 16px;
	color: #5C5653 !important;
}
/* End */
/* /local/templates/new_ru_dki/css/style.css?1753106659176643 */
/* /local/templates/new_ru_dki/css/swiper-bundle.min.css?169488976415833 */
/* /local/templates/new_ru_dki/template_styles.css?1701382200315 */
