@charset "UTF-8";
.org-box {
  display: block;
  background-color: #e7f0f7;
  padding: 10px;
  margin-bottom: 15px;
}
.org-box-title {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}
.org-box-body {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  font-size: 14px;
}
.org-box-body-tr {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
}
.org-box-body-tr:last-child {
  border-bottom: 0px solid transparent;
}
.org-box-body b.s-proverka {
  color: #0d74bb;
}
.org-box-body b.s-active {
  position: relative;
  color: #000000;
  padding-left: 60px;
  padding-right: 5px;
}
.org-box-body b.s-active::before {
  position: absolute;
  content: "(СНИЛС ";
  left: 0;
}
.org-box-body b.s-active::after {
  position: absolute;
  content: ")";
  right: 0;
}
.org-name {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 10px;
}

i.i-plus, i.i-info, i.i-no-i, i.i-edit {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/data-org/i-plus.png) left center no-repeat;
}
i.i-plus:hover, i.i-info:hover, i.i-no-i:hover, i.i-edit:hover {
  cursor: pointer;
}

i.i-edit {
  width: 17px;
  height: 15px;
  background: url(../images/data-org/i-edit.png) left center no-repeat;
}

i.i-info {
  background: url(../images/data-org/i-info.png) left center no-repeat;
}

i.i-no-i {
  position: absolute;
  left: 20px;
  margin-top: 20px;
  width: 35px;
  height: 35px;
  background: url(../images/data-org/i-no-i.png) left center no-repeat;
}

.adress-box-body {
  border: 0px solid transparent;
  border-radius: 0px;
}
.adress-box-body-row {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
}

button.btn-snails {
  width: 120px;
  font-size: 12px;
  height: 24px;
  background-color: #16a1b8;
  color: #ffffff;
  text-align: center;
  border: 0px solid transparent;
}
button.btn-snails span {
  font-size: 10px;
}

button.btn-download, button.btn-close, button.btn-save, button.btn-dell {
  background-color: #5fd19d;
  width: 120px;
  height: 36px;
  border-radius: 6px;
  border: 0px solid transparent;
}

button.btn-close {
  background-color: #dc3545;
}

button.btn-save {
  background-color: #0d74bb;
  margin-right: 10px;
}

button.btn-dell {
  background-color: #6c757d;
  margin-right: 10px;
}

button.btn-snails, button.btn-download, button.btn-close, button.btn-dell {
  color: #ffffff;
}
button.btn-snails:focus, button.btn-download:focus, button.btn-close:focus, button.btn-dell:focus {
  border: 0px solid transparent;
  outline: none;
}

a.link-shablon {
  display: inline-block;
  margin-right: 90px;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
  color: #1eb3ee;
}

table.contacts-box-body {
  width: 100%;
}
table.contacts-box-body thead th {
  background-color: #0d74bb;
  color: #ffffff;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
table.contacts-box-body tbody td {
  vertical-align: top;
  padding: 5px;
  border: 0px solid transparent;
}
table.contacts-box-body tbody td.dover-statys {
  font-weight: bold;
  color: #4c88c0;
  text-align: center;
}

.download-snails, .add-adress, .add-contacts, .download-doverennost {
  display: block;
  position: absolute;
  width: 760px;
  background-color: #222a35;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 10px 0 20px;
  color: #ffffff;
  z-index: 100;
}
.download-snails h3, .add-adress h3, .add-contacts h3, .download-doverennost h3 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.download-snails h4, .add-adress h4, .add-contacts h4, .download-doverennost h4 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.add-adress, .add-contacts, .download-doverennost {
  background-color: #141435;
}

form.add-adress-form, form.add-contacts-form, form.download-doverennost-form, form.f-d-snails {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 25px;
}
form.add-adress-form div, form.add-contacts-form div, form.download-doverennost-form div, form.f-d-snails div {
  margin-bottom: 10px;
}
form.add-adress-form label, form.add-contacts-form label, form.download-doverennost-form label, form.f-d-snails label {
  width: 100%;
  color: #31a5f1;
  font-weight: bold;
}
form.add-adress-form input, form.add-contacts-form input, form.download-doverennost-form input, form.f-d-snails input {
  width: 100%;
  background-color: transparent;
  padding-left: 5px;
  border: 1px solid #30304d;
  border-radius: 3px;
  color: #ffffff;
  height: 26px;
}
form.add-adress-form input:focus, form.add-contacts-form input:focus, form.download-doverennost-form input:focus, form.f-d-snails input:focus {
  color: #ffffff;
  outline: none;
}

form.add-adress-form {
  overflow-y: scroll;
  height: 323px;
  width: 99%;
  padding-right: 10px;
}

form.add-contacts-form {
  padding-top: 10px;
}
form.add-contacts-form label {
  color: #ffffff;
  width: 49%;
  text-align: right;
  padding-right: 10px;
}
form.add-contacts-form input {
  width: 50%;
}

form.download-doverennost-form {
  margin-bottom: 40px;
  padding-top: 10px;
}

form.f-d-snails {
  margin-bottom: 0;
}
form.f-d-snails p {
  padding: 0 10px;
  padding-top: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}

form.add-contacts-form input::placeholder, form.edit-contacts-form input::placeholder, form.add-adress-form input::placeholder, form.download-doverennost-form input::placeholder {
  color: #3d667d;
}

.box-btn {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #30304d;
}

label.window-file {
  width: 100%;
  color: #ffffff !important;
  font-weight: normal !important;
}

input.main-i-snails {
  display: none;
}

.window-area-file {
  width: 100%;
  border: 2px dashed #ffffff;
  border-radius: 10px;
  text-align: center;
  font-size: 21px;
  padding: 10px 4px;
  margin-bottom: 10px;
}

.switch {
  --uiSwitchSize: var(--switchSize, 54px);
  --uiSwitchBgColor: var(--switchBgColor, #c8ccd5);
  --uiSwitchBgColorActive: var(--switchBgColorActive, #0d72b7);
  --uiSwitchButtonBgColor: var(--switchButtonBgColor, #fff);
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.switch__label {
  display: block;
  width: 100%;
  height: 100%;
}

.switch__toggle {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.switch__toggle:focus ~ .switch__label {
  box-shadow: 0 0 0 var(--uiSwitchThickFocus, 4px) var(--uiSwitchBorderColorFocus);
}

.switch__toggle:checked:focus ~ .switch__label {
  box-shadow: 0 0 0 var(--uiSwitchThickFocus, 4px) var(--uiSwitchBorderColorActive);
}

.switch__label:before, .switch__label:after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.switch__label:before {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--uiSwitchBgColor);
}

.switch__label:after {
  top: 50%;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
  transition: -webkit-transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
  transition: transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
  transition: transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15), -webkit-transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
}

.switch_type1 {
  --uiSwitchBorderRadius: var(--switchBorderRadius, 60px);
  width: 100px;
  height: calc((var(--uiSwitchSize) / 2));
  border-radius: var(--uiSwitchBorderRadius);
  background-color: var(--uiSwitchBgColorActive);
}

.switch_type1 .switch__label {
  border-radius: var(--uiSwitchBorderRadius);
}

.switch_type1 .switch__label:before {
  border-radius: var(--uiSwitchBorderRadius);
  -webkit-transition: opacity 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  transition: opacity 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
  transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  -webkit-transform: scale(1);
  -webkit-transform-transform: scale(1);
  opacity: 1;
}

.switch_type1 .switch__toggle:checked ~ .switch__label:before {
  -webkit-transform: scale(0);
  -webkit-transform-transform: scale(0);
  opacity: 0.7;
}

.switch_type1 .switch__label:after {
  width: calc(var(--uiSwitchSize) / 2);
  height: calc(var(--uiSwitchSize) / 2);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform-transform: translate3d(0, -50%, 0);
  background-color: var(--uiSwitchButtonBgColor);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.switch_type1 .switch__toggle:checked ~ .switch__label:after {
  -webkit-transform: translate3d(270%, -50%, 0);
  -webkit-transform-transform: translate3d(270%, -50%, 0);
}

@media (max-width: 1200px) {
  .download-snails, .add-adress, .add-contacts, .download-doverennost {
    width: 70%;
  }
}

/*# sourceMappingURL=org.css.map */
