@font-face {
  font-family: UniNeue;
  src: url("fonts/Fontfabric - UniNeueRegular.otf");
}
.jumbotron {
  background-color: #ececec;
}
.btn {
  border-radius: 60px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-danger {
  color: #fff;
  background-color: #018FE1;
  border-color: #018FE1;
}
.btn-danger:hover {
  background-color: #0276b9;
  border-color: #0276b9;
}
.btn-danger:not(:disabled):not(.disabled):active {
  background-color: #0276b9;
  border-color: #0276b9;
}
.btn-light {
  color: #3e3e3e;
  background-color: #E4E4E4;
  border-color: #E4E4E4;
}
.btn-light:hover {
  background-color: #dedede;
  border-color: #dedede;
}
.btn-light:active {
  background-color: #cacaca !important;
  border-color: #cacaca !important;
}
.btn:focus,
.btn:active,
.btn:hover {
  box-shadow: none!important;
}
.btn-sm {
  padding: 2px 12px;
  font-size: 12px;
}
.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}
.alert {
  margin-bottom: 10px;
  margin-top: 10px;
}
.hidden {
  display: none !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #F2F2F2;
  color: #4f4f4f;
}
.bg--dark {
  background-color: #3E3E3E;
}
.login {
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.login__phone {
  padding: 10px;
  color: #fff;
  opacity: 0.9;
  font-weight: 300;
  font-size: 20px;
  text-align: right;
  margin-top: 10px;
}
.login__logo {
  margin-bottom: 30px;
  margin-top: 10px;
}
.login__logo img {
  height: 80px;
}
.login__title {
  font-size: 40px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.login__form {
  max-width: 300px;
  margin: 0 auto;
}
.login__form label {
  float: left;
  margin-top: 15px;
}
.login__form .btn {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 10px;
}
.login__desc {
  font-size: 40px;
  opacity: 0.3;
  margin-top: 40px;
}
.login-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
  opacity: 0.9;
  font-weight: 300;
  font-size: 12px;
  background: #3e3e3e;
}
.navbar {
  background-color: #3E3E3E;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0;
}
.navbar__logo {
  z-index: 2;
  width: 100px;
  position: relative;
  text-align: center;
  margin-left: -30px;
}
.navbar__logo img {
  height: 30px;
}
.navbar__logo span {
  position: absolute;
  left: 0;
  color: #fff;
  bottom: -7px;
  width: 100px;
  font-family: UniNeue;
}
.navbar__title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
}
.navbar__user {
  position: relative;
  z-index: 2;
  float: right;
}
.user {
  overflow: hidden;
}
.user__logout {
  float: right;
  margin-left: 30px;
}
.user__logout img {
  height: 20px;
}
.user__admins {
  float: right;
  margin-left: 30px;
}
.user__admins img {
  height: 20px;
}
.user__profile {
  float: right;
}
.user__profile a {
  color: rgba(255, 255, 255, 0.6);
}
.user__profile img {
  height: 30px;
  margin-right: 10px;
}
.page {
  padding-top: 60px;
}
.page__header {
  margin-top: 55px;
  margin-bottom: 70px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__header h2 {
  padding-left: 20px;
}
.page__header .qr-code {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.page__header .qr-code .qrcode {
  text-align: center;
}
.page__header .qr-code .qrcode > img {
  width: 100px;
}
.page__header .l {
  width: 0;
  height: 64px;
  border-left: 2px solid #ddd;
}
.header {
  border-left: 2px solid #018FE1;
}
.header__separator {
  border: 1px solid #E0E0E0;
  float: left;
  height: 100%;
}
.header__title_desc_block {
  width: 355px;
  float: left;
  margin-top: -45px;
}
.header__title {
  font-weight: 600;
  font-size: 24px;
  color: #3E3E3E;
  margin-left: 30px;
}
.header__title--editable input {
  background: transparent;
  border: 1px solid transparent;
  padding: 5px;
  margin-left: -5px;
  border-radius: 4px;
  width: 300px;
  font-weight: 600;
  font-size: 24px;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.header__title--editable input::placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.header__title--editable input:-ms-input-placeholder {
  color: #c5c5c5;
}
.header__title--editable input::-ms-input-placeholder {
  color: #c5c5c5;
}
.header__title--editable input:focus {
  background: #ffffff;
  border: 1px solid #ec001f;
}
.header__title--editable:hover input {
  background: #ffffff;
  border: 1px solid #018FE1;
}
.header__desc {
  margin-left: 30px;
  width: 300px;
  margin-top: 5px;
  height: 65px;
}
.header__desc textarea {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px;
  margin-left: -5px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  resize: none;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.header__desc textarea::placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.header__desc textarea:-ms-input-placeholder {
  color: #c5c5c5;
}
.header__desc textarea::-ms-input-placeholder {
  color: #c5c5c5;
}
.header__desc textarea:focus {
  border: 1px solid #ec001f;
}
.header__desc:hover textarea {
  border: 1px solid #018FE1;
}
.header__period_work_targets_block {
  width: 204px;
  float: left;
  padding: 0 29px;
  margin-top: -31px;
}
.header__period_work_targets_block .switcher {
  margin-top: 37px;
}
.header__period_work_targets_block .switcher .switch {
  float: left;
}
.header__period_work_targets_block .switcher input {
  border: 1px solid #018FE1;
  border-radius: 4px;
  width: 45px;
  float: right;
  text-align: center;
}
.header__user_access_block {
  width: 335px;
  float: left;
  padding: 0 29px;
  margin-top: -31px;
  position: relative;
}
.header__user_access_block .qrcode-block {
  float: left;
  margin-top: 5px;
  position: relative;
}
.header__user_access_block .qrcode-block .qrcode {
  cursor: pointer;
}
.header__user_access_block .qrcode-block .qrcode img {
  width: 65px;
}
.header__user_access_block .switch {
  float: left;
  margin-top: 35px;
  margin-left: 10px;
}
.header__user_access_block .qrcode-block-personal {
  float: left;
  margin-top: 5px;
  position: relative;
}
.header__user_access_block .qrcode-block-personal .qrcode {
  cursor: pointer;
}
.header__user_access_block .qrcode-block-personal .qrcode img {
  width: 65px;
}
.header__user_access_block .qrcode-block-personal .personal_kod_edit {
  text-align: center;
  margin-top: 5px;
  width: 65px;
}
.header__user_access_block .disabled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  opacity: 0.7;
  z-index: 2;
}
.header__user_access_block .disabled.show {
  display: block;
}
.header__user_access_block .disabled.hide {
  display: none;
}
.header__user_access_block .disabled-share {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #F2F2F2;
  opacity: 0.7;
}
.header__user_access_block .disabled-share.hide {
  display: none;
}
.header__project_autoload {
  float: left;
  padding: 0 0 0 29px;
  margin-top: -31px;
}
.header__project_autoload .switch {
  margin-top: 35px;
  margin-left: 10px;
}
.header__project_autoload .header__btns {
  margin-top: 16.5px;
  margin-bottom: 10px;
}
.header__block__title {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #4F4F4F;
  margin-left: -30px;
}
.header__block__subtitle {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.6;
}
.header .project_autoload {
  float: left;
  margin-left: 30px;
  margin-top: 1px;
  width: 95px;
  text-align: center;
}
.header .project_autoload span {
  font-size: 80%;
}
.header .project_autoload .switch {
  margin: 0 auto;
}
.header__btns {
  float: right;
  margin-top: 9.5px;
}
.header__btns-markers {
  margin-right: 40px;
  color: #018FE1;
}
.header__btns-markers:hover {
  margin-right: 40px;
  color: #0276b9;
}
.header__btns-markers--active {
  text-decoration: underline;
}
.header__step {
  margin-top: -5px;
}
.header__step-title {
  font-size: 10px;
  letter-spacing: 2px;
  opacity: 0.6;
}
.header__step-number {
  font-size: 24px;
  letter-spacing: 4px;
}
.header__step-number span {
  font-size: 16px;
  color: #BDBDBD;
}
.header__step-number--only span {
  visibility: hidden;
}
.header__overview {
  float: left;
}
.personalcode__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 64px;
  margin: 0 30px;
  float: left;
  width: 305px;
}
.personalcode__count_activated {
  float: left;
  margin: 13px 30px 0;
  width: 190px;
}
.personalcode__count_activated__title {
  font-size: 10px;
  line-height: 14px;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.personalcode__count_activated__input {
  text-align: center;
  margin-top: 9px;
}
.personalcode__count_activated__input input {
  width: 55px;
  text-align: center;
  border: 1px solid #018FE1;
  border-radius: 4px;
}
.personalcode__activated {
  float: left;
  margin: 13px 30px 0;
  width: 140px;
}
.personalcode__activated__title {
  font-size: 10px;
  line-height: 14px;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.personalcode__activated__count {
  text-align: center;
  font-size: 24px;
  line-height: 33px;
}
.personalcode__activated__count small {
  font-size: 60%;
}
.personalcode__add {
  float: right;
  margin: 18px 0 0 30px;
  width: 215px;
}
.personalcode__add input {
  border: 1px solid #018FE1;
  border-radius: 4px;
  width: 55px;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  text-align: center;
}
.personalcode__activated_buttons {
  float: left;
}
.personalcode__activated_buttons input {
  width: auto;
  margin: 0;
  border-radius: 60px;
}
.personalcodes {
  background-color: #fff;
}
.personalcodes table {
  width: 100%;
}
.personalcodes table td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}
.personalcodes table td .targets__file {
  float: none;
  margin: 23px auto 0;
}
.personalcodes table td textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
}
.personalcodes table tr.no-public .personalcodes__td1 img {
  opacity: 0.3;
}
.personalcodes__td1 {
  width: 120px;
}
.personalcodes__td3 {
  color: #555C61;
  opacity: 0.6;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.personalcodes__td4 {
  color: #555C61;
  opacity: 0.6;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.overview__item {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.overview__item--views img {
  height: 16px;
  margin-bottom: 5px;
}
.overview__item small {
  color: #BDBDBD;
}
.overview__title {
  color: #3e3e3e;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
  opacity: 0.6;
}
.overview__desc {
  font-size: 24px;
  font-weight: 300;
  color: #3e3e3e;
}
.projects__item {
  width: 100%;
  height: 360px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
.projects__item:last-child {
  margin-right: 0;
}
.projects__item--deleted {
  background: #F8F8F8;
}
.projects__item__qrcode {
  position: absolute;
  right: 15px;
  top: 10px;
}
.projects__item__qrcode img {
  width: 40px;
}
.projects__warning {
  position: absolute;
  right: 45px;
  top: 20px;
  z-index: 2;
}
.projects__author {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3E3E3E;
  opacity: 0.6;
  margin-bottom: 12px;
}
.projects__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-word;
}
.projects__desc {
  line-height: 23px;
  font-size: 14px;
  height: 95px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects__edited {
  margin-bottom: 15px;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  color: #3E3E3E;
}
.projects__edited img {
  margin-right: 14px;
  margin-bottom: 5px;
}
.projects__stats {
  margin-bottom: 15px;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 20px;
  padding-left: 30px;
  text-transform: uppercase;
  color: #3E3E3E;
}
.projects__stats-line span {
  opacity: 0.8;
  float: right;
}
.projects__stats img {
  height: 12px;
  margin-bottom: 8px;
  margin-top: 3px;
}
.projects__btns .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.projects__btns-item {
  float: right;
  line-height: 30px;
  margin-left: 30px;
}
.projects__btns-item:last-child {
  margin-left: 0;
}
.projects__btns-item img {
  height: 28px;
  opacity: 0.7;
}
.projects .container {
  padding-right: 0;
}
.targets {
  padding-bottom: 50px;
}
.targets__item {
  padding: 15px 35px 30px 35px;
  background: #ffffff;
  margin-bottom: 3px;
}
.targets__item--deleted {
  background: #f8f8f8;
}
.targets__title {
  font-weight: 600;
  line-height: 20px;
  font-size: 12px;
  color: #3E3E3E;
}
.targets__content {
  margin-top: 20px;
}
.targets__info {
  margin-left: 35px;
  border-left: 1px solid #D9D9D9;
  padding-left: 35px;
  float: left;
  height: 120px;
  width: calc(100% - 155px);
}
.targets__marker {
  float: left;
  width: 120px;
}
.targets__print {
  text-align: center;
  margin-top: 5px;
}
.targets__file {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.targets__file-bg {
  min-height: 120px;
  min-width: 120px;
  display: table;
  text-align: center;
}
.targets__file img {
  width: 120px;
  height: auto;
}
.targets__file a img {
  width: 80px;
}
.targets__file--pswp {
  cursor: pointer;
}
.targets__warning {
  text-align: center;
  font-size: 10px;
  color: #dc2730;
  margin-top: 5px;
}
.targets__warning img {
  width: 20px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.targets__code {
  width: calc(50% - 290px);
  height: 100%;
  float: left;
  text-align: center;
  line-height: 120px;
  font-weight: 600;
  font-size: 18px;
  color: #3E3E3E;
}
.targets__desc {
  width: calc(50% - 210px);
  height: 100%;
  display: table;
  float: left;
  line-height: 20px;
  font-size: 12px;
  word-break: break-word;
}
.targets__desc .targets__center {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.targets__center {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
.targets__stats {
  width: 180px;
  padding-right: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
  float: right;
  height: 100%;
  display: table;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3E3E3E;
}
.targets__stats-line {
  margin-top: 4px;
}
.targets__stats-line span {
  opacity: 0.8;
  float: right;
}
.targets__stats img {
  height: 12px;
  margin-bottom: 3px;
}
.targets__btns {
  width: 180px;
  float: right;
  height: 100%;
  display: table;
}
.targets__btns-item {
  float: left;
  line-height: 30px;
  margin-left: 28px;
}
.targets__btns .switch {
  float: left;
}
.targets__controls {
  text-align: right;
  margin-top: 5px;
}
.admins-form {
  border-left: 1px solid #e0e0e0;
  padding-left: 30px;
}
.admins-form--center {
  max-width: 350px;
  margin: 0 auto;
  border-left: 0;
  text-align: center;
  margin-top: 50px;
  padding-left: 0;
}
.admins-form__row {
  overflow: hidden;
  margin-bottom: 8px;
}
.admins-form__title {
  float: left;
  margin: 0;
  line-height: 30px;
}
.admins-form__input {
  float: right;
  padding: 8px;
  height: 30px;
  line-height: 30px;
  border: 0;
  border-radius: 3px;
  min-width: 180px;
}
.admins-form__input::placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.admins-form__input:-ms-input-placeholder {
  color: #c5c5c5;
}
.admins-form__input::-ms-input-placeholder {
  color: #c5c5c5;
}
.target-types__title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.target-types__title:before {
  content: " ";
  position: absolute;
  width: calc(100% - 110px);
  height: 1px;
  background: #ADADAD;
  top: 14px;
  left: 110px;
}
.target-types__item {
  text-align: center;
  height: 150px;
  background: #fff;
  margin-bottom: 30px;
  display: table;
  width: 100%;
  color: #3e3e3e;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  text-decoration: none;
}
.target-types__item:hover {
  color: #3e3e3e;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.target-types__item-image img {
  height: 50px;
}
.target-types__item-title {
  margin-top: 15px;
  display: table;
  width: 100%;
  height: 30px;
  line-height: 20px;
}
.target-types__item-center {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
.target-add {
  text-align: center;
}
.target-add__file {
  background: #F4F4F4;
  border: 0.5px solid #E2E2E2;
  height: 200px;
  min-width: 200px;
  display: table;
  line-height: 15px;
  font-size: 12px;
  color: #B2B2B2;
  margin: 0 auto;
}
.target-add__file img {
  height: 200px;
  min-height: 200px;
  min-width: 200px;
  width: auto;
}
.target-add__file--marker {
  border: 0;
  height: auto;
}
.target-add__file--marker img {
  max-width: 200px;
  min-height: auto;
  width: auto;
  height: auto;
}
.target-add__btn {
  margin: 20px 10px 10px;
}
.target-add__desc {
  height: 80px;
  width: 300px;
  line-height: 20px;
  font-size: 12px;
  margin: 30px auto 0;
}
.target-add__desc textarea {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  resize: none;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.target-add__desc textarea::placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.target-add__desc textarea:-ms-input-placeholder {
  color: #c5c5c5;
}
.target-add__desc textarea::-ms-input-placeholder {
  color: #c5c5c5;
}
.target-add__desc textarea:focus {
  border: 1px solid #ec001f;
}
.target-add__desc:hover textarea {
  border: 1px solid #018FE1;
}
.target-add__input {
  width: 300px;
  margin: 30px auto 0;
}
.target-add__input input {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  resize: none;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.target-add__input input::placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.target-add__input input:-ms-input-placeholder {
  color: #c5c5c5;
}
.target-add__input input::-ms-input-placeholder {
  color: #c5c5c5;
}
.target-add__input input:focus,
.target-add__input input:hover {
  border: 1px solid #ec001f;
}
.target-add__center {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
.target-add__btns {
  margin-bottom: 30px;
}
.target-add__info {
  margin-top: 20px;
  text-align: center;
}
.target-add__rating {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.target-add__rating--star0 .target-add__warning-icon,
.target-add__rating--star0 .target-add__warning-text,
.target-add__rating--star1 .target-add__warning-icon,
.target-add__rating--star1 .target-add__warning-text,
.target-add__rating--star2 .target-add__warning-icon,
.target-add__rating--star2 .target-add__warning-text {
  display: block;
}
.target-add__warning-icon {
  display: none;
  float: left;
  margin-right: 10px;
  margin-top: -6px;
}
.target-add__warning-text {
  font-size: 10px;
  color: #DB2B36;
  display: none;
  margin-left: 35px;
  margin-bottom: -1px;
}
.target-add__qr {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.target-add__qr a {
  color: #3e3e3e;
}
.target-add__qr img {
  margin-right: 12px;
  margin-top: -3px;
}
.target-add__digital {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.target-add__digital a {
  color: #3e3e3e;
}
.target-add__digital img {
  margin-right: 12px;
  margin-top: -3px;
}
.target-add__image {
  width: 400px;
}
.target-add__image img {
  width: 100%;
  height: auto;
}
.target-add__switch {
  text-align: center;
  width: 300px;
  margin: 20px auto 0;
}
.target-add__switch-title {
  float: right;
  margin-top: 4px;
  margin-right: 12px;
}
.target-add__switch-btn {
  float: right;
}
.switch {
  height: 32px;
  width: 70px;
  position: relative;
  cursor: pointer;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.switch--disable {
  opacity: 0.6;
}
.switch--off .switch__bg {
  background: #ff3734;
}
.switch--off .switch__circle {
  left: 0;
}
.switch--on .switch__bg {
  background: #018FE1;
}
.switch--on .switch__circle {
  left: 36px;
}
.switch--small {
  height: 26px;
  width: 60px;
}
.switch--small .switch__circle {
  width: 26px;
  height: 26px;
  top: -9px;
}
.switch--small .switch__bg {
  height: 8px;
  width: 40px;
  top: 8px;
}
.switch__bg {
  height: 12px;
  width: 50px;
  border-radius: 15px;
  z-index: 1;
  position: relative;
  top: 10px;
  margin: 0 auto;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.switch__circle {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #F2F2F2;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  top: -13px;
  z-index: 2;
  position: relative;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.target-position {
  position: relative;
  display: table;
  width: 100%;
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.target-position__marker {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
.target-position__content {
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #DB2B36;
}
.target-position__file {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.target-position__point {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 3px solid #DB2B36;
  position: absolute;
  z-index: 3;
}
.target-position__point--left-top {
  left: -7.5px;
  top: -7.5px;
}
.target-position__point--left-bottom {
  left: -7.5px;
  bottom: -7.5px;
}
.target-position__point--right-top {
  right: -7.5px;
  top: -7.5px;
}
.target-position__point--right-bottom {
  right: -7.5px;
  bottom: -7.5px;
}
.content-model {
  width: 200px;
  margin: 0 auto;
  text-align: left;
}
.content-menu {
  width: 580px;
  margin: 0 auto 50px;
  text-align: center;
}
.content-menu__header {
  text-align: left;
  color: #adadad;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.content-menu__row {
  margin-bottom: 20px;
}
.content-menu__input {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px;
  margin-left: -5px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  resize: none;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.content-menu__input::placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.content-menu__input:-ms-input-placeholder {
  color: #c5c5c5;
}
.content-menu__input::-ms-input-placeholder {
  color: #c5c5c5;
}
.content-menu__input:hover,
.content-menu__input:focus {
  border: 1px solid #018FE1;
}
.content-menu__input--title {
  color: #018FE1;
}
.content-menu__delete {
  margin-top: 12px;
  width: 8px;
  cursor: pointer;
}
.content-menu__add {
  cursor: pointer;
}
.content-menu__add:hover {
  text-decoration: underline;
  color: #018FE1;
}
.content-menu__add img {
  margin-right: 10px;
}
.content-gallery__item {
  margin-bottom: 40px;
}
.content-gallery__center {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
.content-gallery__audio {
  border: 2px solid #fff;
  padding: 5px;
  float: left;
}
.content-gallery__content {
  min-height: 120px;
  min-width: 120px;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.content-gallery__content img {
  width: 120px;
  height: auto;
}
.content-gallery__delete {
  margin-left: 15px;
}
.content-gallery__delete img {
  width: 30px;
}
.content-gallery__comments {
  margin-left: 15px;
  margin-top: 10px;
}
.content-gallery__comments img {
  width: 30px;
}
.target-button__icon {
  width: 260px;
  margin: 20px auto 20px;
}
.target-button__content {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.target-button__content-image {
  position: absolute;
  width: 74%;
  height: 74%;
  left: 39px;
  top: 32px;
  z-index: 1;
}
.target-button__content-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.target-button__content-icon {
  z-index: 3;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.target-button__content-icon img {
  max-height: 140px;
  max-width: 140px;
  margin-top: -5px;
}
.target-button__background {
  margin: 20px 20px 10px;
}
.target-button__background a {
  color: #3e3e3e;
}
.target-button__background img {
  margin-right: 12px;
  margin-top: -3px;
}
.target-button__switch {
  float: right;
}
.target-contact {
  width: 560px;
  margin: 0 auto 60px;
}
.target-contact__photo {
  float: left;
}
.target-contact__photo .target-add__file {
  margin: 0;
  border: 0;
}
.target-contact__photo .target-add__file img {
  border-radius: 150px;
}
.target-contact .admins-form {
  width: 300px;
  border-left: 0;
  padding-left: 0;
  margin-left: 60px;
  margin-top: 10px;
  float: left;
}
.filter {
  margin-bottom: 10px;
}
.filter__item--right {
  float: right;
}
.filter__title {
  float: left;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3E3E3E;
  opacity: 0.6;
  margin-top: 7px;
  margin-right: 5px;
}
.filter__option {
  float: left;
  margin-left: 5px;
}
.filter__option .custom-select {
  background-color: #E0E0E0;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 27px;
}
.filter__input {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px;
  font-size: 12px;
  border-radius: 4px;
  width: 150px;
  height: 27px;
}
.filter__input::placeholder {
  color: #c5c5c5;
  opacity: 1;
}
.filter__input:-ms-input-placeholder {
  color: #c5c5c5;
}
.filter__input::-ms-input-placeholder {
  color: #c5c5c5;
}
.comments {
  width: 500px;
  margin: 0 auto;
}
.comments__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}
.comments__item {
  position: relative;
  margin-bottom: 25px;
}
.comments__avatar {
  float: left;
}
.comments__avatar img {
  width: 70px;
  height: 70px;
  border-radius: 80px;
}
.comments__info {
  float: left;
  margin-left: 20px;
}
.comments__name {
  color: #DB2B36;
  margin-bottom: 3px;
  font-weight: bold;
}
.comments__time {
  opacity: 0.5;
  font-size: 12px;
  margin-top: 4px;
}
.comments__text {
  font-size: 16px;
  margin-right: 50px;
}
.comments__btn {
  position: absolute;
  right: 0;
  top: 0;
}
.accountBlocked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000db;
  z-index: 999;
  text-align: center;
  color: #fff;
  padding-top: 200px;
}
.accountBlocked__header {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.accountBlocked__content {
  font-size: 16px;
  margin-bottom: 7px;
}
.accountBlocked__contacts {
  font-size: 21px;
}
.accountBlocked__contacts a {
  color: #fff;
}
.red {
  color: red!Important;
}
.reglaments {
  text-align: center;
  margin-top: 100px;
}
.reglaments .header {
  font-size: 36px;
  margin-bottom: 20px;
  border: 0;
}
.reglaments .content {
  font-size: 24px;
}
input[type=range].position-size {
  -webkit-appearance: none;
  margin: 40px 0 4px;
}
input[type=range].position-size:focus {
  outline: none;
}
input[type=range].position-size::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #1ecf34;
  background: linear-gradient(90deg, #1ecf34 0%, #2a8edc 100%);
  border-radius: 1.6px;
  /* border: 1px solid #0276b9; */
}
input[type=range].position-size::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0.1px solid #4f0000;
  height: 12px;
  width: 12px;
  border-radius: 7px;
  background: #1ecf34;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range].position-size::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #1ecf34;
  background: linear-gradient(90deg, #1ecf34 0%, #2a8edc 100%);
  border-radius: 1.6px;
  /* border: 1px solid #0276b9; */
}
input[type=range].position-size::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0.1px solid #4f0000;
  height: 12px;
  width: 12px;
  border-radius: 7px;
  background: #1ecf34;
  cursor: pointer;
}
input[type=range].position-size::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].position-size::-ms-fill-lower {
  background: #1ecf34;
  background: linear-gradient(90deg, #1ecf34 0%, #2a8edc 100%);
  /* border: 1px solid #0276b9; */
  border-radius: 3.2px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].position-size::-ms-fill-upper {
  background: #1ecf34;
  background: linear-gradient(90deg, #1ecf34 0%, #2a8edc 100%);
  /* border: 1px solid #0276b9; */
  border-radius: 3.2px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].position-size::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0.1px solid #4f0000;
  height: 12px;
  width: 12px;
  border-radius: 7px;
  background: #1ecf34;
  cursor: pointer;
  height: 4px;
}
.block_position_size a {
  width: 19px;
  height: 19px;
  display: inline-block;
  line-height: 9px;
  border-radius: 7px;
  cursor: pointer;
  background-size: 100%;
  color: transparent;
}
.block_position_size__minus {
  background-image: url(../img/zoom-minus.svg);
}
.block_position_size__plus {
  background-image: url(../img/zoom-plus.svg);
}
.panel {
  border: 1px solid #999;
  background: #fff;
  padding: 15px 15px 0;
  margin-bottom: 15px;
}
.insta-qrcode-block {
  display: none;
}
.insta-qrcode-block.show {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.insta-qrcode-block .qrcode img {
  width: 80px;
}
/*# sourceMappingURL=styles.css.map */