.jumbotron {
    background-color: #ececec;
}
.red {
    color: #db2b36 !important;
    fill: #db2b36;
}
.green {
    color: #27ae60 !important;
    fill: #27ae60;
}
.gray {
    color: #969696 !important;
    fill: #969696 !important;
}
.black {
    color: #3e3e3e !important;
    fill: #3e3e3e !important;
}
.white {
    color: #fff !important;
    fill: #fff !important;
}
.bg-green {
    background: #27ae60 !important;
}
.bg-red {
    background: #db2b36 !important;
}
@font-face {
    font-family: UniNeue;
    src: url("fonts/Fontfabric - UniNeueRegular.otf");
}
html * {
    max-height: 999999px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
    box-sizing: border-box;
    outline: none;
}
section {
    position: relative;
}
html,
body {
    width: 100%;
    height: 100%;
    min-width: 320px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #f2f2f2;
    color: #4f4f4f;
    min-height: 100%;
    height: 100%;
    position: relative;
    -webkit-text-size-adjust: 100%;
}
.page-wrap {
    min-height: 100%;
    position: relative;
    min-width: 320px;
    overflow: hidden;
}
form,
p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    list-style: none;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.width-wrap {
    display: block;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px;
}
ol,
ul,
.grid {
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}
li,
.grid-item {
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
.hidden,
.hidden-block {
    display: none !important;
}
.justifyed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.vertical-center {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.vertical-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.alert {
    margin-bottom: 10px;
    margin-top: 10px;
}
a,
p,
span,
li,
input,
time,
blockquote,
textarea {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    color: #3e3e3e;
}
a {
    cursor: pointer;
    text-decoration: none;
}
*.fs-14 {
    font-size: 14px;
    line-height: 23px;
}
.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    border-radius: 60px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn.btn-small {
    height: 24px;
    font-size: 12px;
    line-height: 16px;
    padding: 0 10px;
}
.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-red {
    color: #fff;
    background-color: #db2b36;
    border-color: #db2b36;
}
.btn-red:hover,
.btn-red:focus {
    color: #fff;
    background-color: #ec3c47;
    border-color: #ec3c47;
}
.btn-gray {
    color: #fff;
    background-color: #adadad;
    border-color: #adadad;
}
.btn-gray:hover,
.btn-gray:focus {
    color: #fff;
    background-color: #db2b36;
    border-color: #db2b36;
}
.btn:focus,
.btn:active,
.btn:hover {
    box-shadow: none !important;
}
.btn-sm {
    padding: 2px 12px;
    font-size: 12px;
}
.form-item {
    margin-bottom: 17px;
    position: relative;
    display: block;
}
.form-lbl {
    font-size: 13px;
    color: $cGrey;
    margin-bottom: 3px;
}
.form-descr {
    font-size: 12px;
    line-height: 16px;
    color: #808080;
    padding-top: 8px;
}
.form-descr_error {
    color: #ff7f7f;
}
input {
    background: #fff;
    background-size: 17px 17px;
    border: 1px solid #fff;
    padding: 8px;
    font-size: 15px;
    border-radius: 4px;
    width: 150px;
    height: 27px;
    padding-right: 30px;
}
input::-webkit-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
input::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
input::placeholder {
    color: #c5c5c5;
    opacity: 1;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
a input {
    width: auto;
}
.navbar {
    background-color: #3e3e3e;
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
}
@media (max-width: 990px) {
    .navbar {
        height: auto;
        padding: 40px 0 10px;
    }
}
@media (max-width: 600px) {
    .navbar {
        padding-top: 70px;
    }
}
.navbar__logo {
    z-index: 2;
    width: 100px;
    position: relative;
    text-align: center;
    margin-left: -30px;
}
.navbar__logo img {
    height: 30px;
}
@media (max-width: 600px) {
    .navbar__logo img {
        height: 25px;
    }
}
@media (max-width: 990px) {
    .navbar__logo {
        position: absolute;
        top: 10px;
        letf: 20px;
    }
}
@media (max-width: 600px) {
    .navbar__logo {
        left: 0;
        right: 0;
        width: 100%;
        margin-left: 0;
    }
}
.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__title a{
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
}
@media (max-width: 990px) {
    .navbar__title {
        position: relative;
    }
}
@media (max-width: 600px) {
    .navbar__title {
        font-size: 20px;
        line-height: 40px;
    }
}
.navbar__user {
    position: relative;
    z-index: 2;
    float: right;
}
@media (max-width: 990px) {
    .navbar__user {
        position: absolute;
        top: 10px;
        right: 20px;
    }
}
@media (max-width: 600px) {
    .navbar__user {
        top: 40px;
        left: 0;
        right: 0;
        text-align: center;
    }
}
.user {
    overflow: hidden;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.user a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.user a img {
    height: 20px;
    margin-right: 10px;
}
.user a span {
    color: #fff;
    opacity: 0.6;
}
.user__logout,
.user__admins {
    margin-left: 30px;
}
.user__profile a img {
    height: 30px;
    margin-right: 10px;
}
.header {
    border-left: 2px solid #db2b36;
}
@media (max-width: 990px) {
    .header {
        display: block;
    }
}
.header__title {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    margin-left: 50px;
    max-width: calc(100% - 400px);
}
@media (max-width: 990px) {
    .header__title {
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .header__title {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 990px) {
    .header__title:last-child {
        margin-bottom: 0;
    }
}
.header__title--editable {
    margin-top: 4px;
}
.header__title--editable input {
    background: transparent;
    border: 1px solid transparent;
    padding: 5px;
    margin-left: -5px;
    width: 300px;
    font-weight: 600;
    font-size: 24px;
    transition: all 100ms linear;
}
.header__title--editable input:focus {
    background: #fff;
    border: 1px solid #ec001f;
}
.header__title--editable:hover input {
    background: #fff;
    border: 1px solid #ec001f;
}
.header__desc {
    float: left;
    margin-left: 30px;
    width: 300px;
    margin-top: -5px;
    height: 65px;
}
.header__desc textarea {
    background: #fff;
    border: 1px solid #fff;
    padding: 8px;
    margin-left: -5px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    resize: none;
    transition: all 100ms linear;
}
.header__desc textarea::-webkit-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.header__desc textarea::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.header__desc textarea:-ms-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.header__desc textarea::placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.header__desc textarea:focus {
    border: 1px solid #ec001f;
}
.header__desc:hover textarea {
    border: 1px solid #ec001f;
}
.header .qrcode-block {
    float: left;
    margin-left: 30px;
    margin-top: -5px;
}
.header__instruction {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__instruction img, .header__instruction svg {
    display: inline-block;
    height: 32px;
    margin-right: 10px;
}
.header__instruction span {
    display: inline-block;
    vertical-align: top;
    color: #db2b36;
    line-height: 16px;
    text-transform: uppercase;
}
.header__btns {
    display: inline-block;
    vertical-align: top;
}
.header__btns .btn {
    margin-left: 20px;
}
@media (max-width: 600px) {
    .header__btns .btn {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 5px;
        margin-left: 0;
    }
}
.header__step {
    margin-top: -5px;
}
.header__step-title {
    font-size: 10px;
    letter-spacing: 2px;
    opacity: 0.6;
}
.header__step-number {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 4px;
}
.header__step-number span {
    font-size: 16px;
    line-height: 30px;
    vertical-align: baseline;
    color: #bdbdbd;
}
.header__step-number--only span {
    visibility: hidden;
}
.qrcode {
    cursor: pointer;
}
.qrcode img {
    width: 65px;
}
.qrcode .project_autoload {
    margin-left: 30px;
    margin-top: 1px;
    width: 95px;
    text-align: center;
}
.qrcode .project_autoload span {
    font-size: 80%;
}
.qrcode .project_autoload .switch {
    margin: 0 auto;
}
.qrcode__btns {
    display: inline-block;
    vertical-align: top;
    margin-top: 9.5px;
}
.qrcode__btns-markers {
    margin-right: 40px;
    color: #018fe1;
}
.qrcode__btns-markers:hover {
    margin-right: 40px;
    color: #0276b9;
}
.qrcode__btns-markers--active {
    text-decoration: underline;
}
.qrcode__overview {
    float: left;
}
.filter {
    margin-bottom: 50px;
}
@media (max-width: 990px) {
    .filter {
        margin-bottom: 30px;
    }
}
.filter__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}
@media (max-width: 1999px) {
    .filter__item {
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .filter__item {
        display: block;
        margin-bottom: 10px;
    }
}
.filter__item:last-child {
    margin-right: 0;
}
.filter__item--right {
    display: inline-block;
    vertical-align: top;
}
.filter__title {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3e3e3e;
    opacity: 0.6;
    margin-top: 7px;
    margin-right: 5px;
}
@media (max-width: 770px) {
    .filter__title {
        margin-bottom: 5px;
    }
}
@media (max-width: 600px) {
    .filter__title {
        display: block;
        margin: 0 0 5px;
    }
}
.filter__option {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 10px;
}
.filter__option .custom-select {
    background-color: #e0e0e0;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 27px;
}
@media (max-width: 770px) {
    .filter__option {
        margin-bottom: 5px;
    }
}
@media (max-width: 600px) {
    .filter__option {
        display: block;
        margin: 0 0 5px;
    }
}
.filter__input {
    background: #fff url("../img/icon--search.svg") no-repeat 98% 50%;
    background-size: 17px 17px;
}
@media (max-width: 600px) {
    .filter__input {
        width: 100%;
        margin: 0 0 5px;
    }
}
.projects__item {
    width: 100%;
    min-height: 360px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    padding: 30px;
    padding-bottom: 135px;
    position: relative;
    margin-bottom: 30px;
}
@media (max-width: 990px) {
    .projects__item {
        min-height: 10px;
    }
}
@media (max-width: 600px) {
    .projects__item {
        padding: 10px;
    }
}
.projects__item:last-child {
    margin-right: 0;
}
.projects__item--deleted {
    background: #f8f8f8;
}
.projects__footer {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
@media (max-width: 600px) {
    .projects__footer {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
}
.projects__footer .projects__stats {
    padding-left: 0;
}
.projects__item__qrcode {
    position: absolute;
    right: 15px;
    top: 7px;
}
.projects__item__qrcode img {
    max-width: 40px;
}
.projects__warning {
    position: absolute;
    right: 45px;
    top: 20px;
    z-index: 2;
}
.projects__author {
    display: inline-block;
    vertical-align: top;
    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;
    word-break: break-word;
}
.projects__visit-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
}
@media (max-width: 600px) {
    .projects__visit-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
}
.projects__desc {
    line-height: 23px;
    font-size: 14px;
    height: 95px;
    margin-bottom: 10px;
    -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 {
    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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 15px;
}
@media (max-width: 990px) {
    .projects__btns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.projects__btns.justifyed {
    display: -ms-flexbox;
    display: flex;
}
.projects__btns .btn {
    padding-left: 15px;
    padding-right: 15px;
}
.projects__btns-item {
    display: inline-block;
    line-height: 30px;
}
.projects__btns-item:first-child {
    margin-left: 0;
}
.projects__btns-item svg,
.projects__btns-item img {
    fill: #3e3e3e;
    max-height: 28px;
}
.projects .container {
    padding-right: 0;
}
.projects__docs-folder,
.projects__docs-docs {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.projects__docs-folder svg,
.projects__docs-docs svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    fill: #3e3e3e;
}
.projects__docs-folder span,
.projects__docs-docs span {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3e3e3e;
}
.projects__docs-icon {
    display: block;
    margin: 0 auto;
    fill: #db2b36;
}
.projects__content {
    margin-bottom: 20px;
}
@media (max-width: 600px) {
    .projects__content {
        margin-bottom: 10px;
    }
}
.targets {
    padding-bottom: 50px;
    font-size: 12px;
    line-height: 20px;
    color: #4f4f4f;
}
.targets__item {
    padding: 20px 20px 20px 0;
    background: #fff;
    margin-bottom: 3px;
    position: relative;
}
.targets__item:nth-child(even) {
    background: #f8f8f8;
}
.targets__item--deleted {
    background: #f8f8f8;
}
.targets__item__lk {
    display: grid;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
}
.targets__item__checklist-edit .targets__form{
    display:block;
}
@media (max-width: 990px) {
    .targets__item__lk {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2);
    }
}
@media (max-width: 600px) {
    .targets__item__lk {
        display: block;
    }
}
.targets__item__lk .targets__el {
    padding: 0 30px 30px;
    position: relative;
}
@media (max-width: 990px) {
    .targets__item__lk .targets__el {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .targets__item__lk .targets__el {
        display: block;
        padding: 10px;
        margin-bottom: 20px;
    }
}
.targets__item__event {
    display: grid;
    grid-template-columns: 120px 140px 1fr 120px;
}
@media (max-width: 770px) {
    .targets__item__event {
        grid-template-columns: 140px 1fr;
        grid-rows: 2;
    }
}
@media (max-width: 600px) {
    .targets__item__event {
        display: block;
        padding: 10px;
    }
}
@media (max-width: 600px) {
    .targets__item__event .targets__el:nth-child(1) {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 48%;
    }
}
@media (max-width: 770px) {
    .targets__item__event .targets__el:nth-child(2) {
        grid-column: 1/2;
        grid-row: 2/3;
    }
}
@media (max-width: 600px) {
    .targets__item__event .targets__el:nth-child(2) {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 48%;
    }
}
@media (max-width: 770px) {
    .targets__item__event .targets__el:nth-child(4) .targets__thin-text {
        display: block;
        text-align: left;
        width: 100%;
    }
}
.targets__item__event-edit {
    display: grid;
    grid-template-columns: 140px 140px 1fr 260px;
}
@media (max-width: 990px) {
    .targets__item__event-edit {
        grid-template-columns: 140px 140px 1fr;
        grid-template-rows: 2;
    }
}
@media (max-width: 600px) {
    .targets__item__event-edit {
        display: block;
        padding: 10px;
    }
}
@media (max-width: 990px) {
    .targets__item__event-edit .targets__el:last-child {
        margin-top: 20px;
        grid-column: 1/4;
        margin-left: 20px;
    }
}
@media (max-width: 600px) {
    .targets__item__event-edit .targets__el:last-child {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .targets__item__event-edit .targets__el:nth-child(1),
    .targets__item__event-edit .targets__el:nth-child(2) {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 48%;
        margin-bottom: 10px;
        min-height: 120px;
    }
}
.targets__item__violation {
    display: grid;
    grid-template-columns: 140px 140px 1fr 1fr 60px;
}
@media (max-width: 770px) {
    .targets__item__violation {
        grid-template-columns: 140px 1fr;
        grid-rows: 2;
    }
}
@media (max-width: 600px) {
    .targets__item__violation {
        display: block;
        padding: 10px;
        padding-bottom: 40px;
    }
}
@media (max-width: 600px) {
    .targets__item__violation .targets__el:nth-child(1) {
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: top;
        width: 48%;
    }
}
@media (max-width: 770px) {
    .targets__item__violation .targets__el:nth-child(2) {
        grid-column: 1/2;
        grid-row: 2/3;
    }
}
@media (max-width: 600px) {
    .targets__item__violation .targets__el:nth-child(2) {
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: top;
        width: 48%;
    }
}
@media (max-width: 600px) {
    .targets__item__violation .targets__el.border-left {
        border: none !important;
        padding-left: 0;
        margin-bottom: 10px;
    }
}
.targets__item__leader-visit {
    display: grid;
    grid-template-columns: 140px 1.25fr 0.75fr 60px;
}
@media (max-width: 770px) {
    .targets__item__leader-visit {
        grid-template-columns: 140px 1fr 60px;
        grid-row: 2;
    }
}
@media (max-width: 600px) {
    .targets__item__leader-visit {
        display: block;
        padding: 10px 10px 60px 10px;
    }
}
@media (max-width: 770px) {
    .targets__item__leader-visit .targets__el:nth-child(3) {
        grid-column: 2/3;
        padding-left: 20px;
    }
}
@media (max-width: 770px) {
    .targets__item__leader-visit .targets__el:nth-child(3) {
        grid-column: 2/3;
        padding-left: 20px;
    }
}
@media (max-width: 600px) {
    .targets__item__leader-visit .targets__el:nth-child(3) {
        padding-left: 0;
    }
}
@media (max-width: 600px) {
    .targets__item__leader-visit .targets__el.border-left {
        border: none !important;
        padding-left: 0 !important;
        margin-bottom: 10px;
    }
}
.targets__item__post {
    display: grid;
    grid-template-columns: 140px 1fr;
}
@media (max-width: 600px) {
    .targets__item__post {
        display: block;
        padding: 10px;
    }
}
.targets__item__post-edit {
    display: grid;
    grid-template-columns: 140px 140px 1fr 150px;
}
.targets__item__checklist-edit {
    display: grid;
    grid-template-columns: 1fr 50px 50px;
}
@media (max-width: 990px) {
    .targets__item__post-edit {
        grid-template-columns: 140px 1fr;
        grid-template-rows: repeat(2);
    }
}
@media (max-width: 600px) {
    .targets__item__post-edit {
        display: block;
        padding: 10px;
    }
}
@media (max-width: 600px) {
    .targets__item__post-edit .targets__el:nth-child(1) {
        margin-bottom: 10px;
    }
}
@media (max-width: 990px) {
    .targets__item__post-edit .targets__el:nth-child(3) {
        display: block;
        margin-top: 10px;
        grid-column: 1/3;
    }
}
@media (max-width: 990px) {
    .targets__item__post-edit .targets__el:nth-child(3) .targets__publish,
    .targets__item__post-edit .targets__el:nth-child(3) .targets__btns {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 48%;
        position: relative;
        top: auto;
    }
}
@media (max-width: 600px) {
    .targets__item__post-edit .targets__el:nth-child(3) .targets__publish,
    .targets__item__post-edit .targets__el:nth-child(3) .targets__btns {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 5px;
    }
}
@media (max-width: 990px) {
    .targets__item__post-edit .targets__el:nth-child(3) .targets__publish {
        padding-left: 20px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.targets__item__contacts {
    display: grid;
    grid-template-columns: 140px 0.33fr 0.33fr 0.33fr;
}
@media (max-width: 990px) {
    .targets__item__contacts {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2);
    }
}
@media (max-width: 600px) {
    .targets__item__contacts {
        display: block;
        padding: 10px;
    }
}
@media (max-width: 990px) {
    .targets__item__contacts .targets__el:nth-child(2) {
        margin-top: 10px;
        grid-column: 1/2;
        grid-row: 2/3;
    }
}
@media (max-width: 600px) {
    .targets__item__contacts .targets__el:nth-child(2) {
        margin-top: 0;
    }
}
@media (max-width: 990px) and (max-width: 990px) {
    .targets__item__contacts .targets__el:nth-child(2) .targets__contacts {
        align-center: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 990px) {
    .targets__item__contacts .targets__el:nth-child(3) {
        margin-top: 10px;
        grid-column: 2/3;
        grid-row: 2/3;
    }
}
@media (max-width: 600px) {
    .targets__item__contacts .targets__el:nth-child(3) {
        margin-top: 0;
    }
}
.targets__item__contacts-edit {
    display: grid;
    grid-template-columns: 140px calc((100% - 310px) * 0.3) calc((100% - 310px) * 0.3) calc((100% - 310px) * 0.4) 170px
}
@media (max-width: 990px) {
    .targets__item__contacts-edit {
        grid-template-columns: 140px 0.5fr 0.5fr;
        grid-rows: 2;
        grid-template-rows: auto auto;
    }
}
@media (max-width: 600px) {
    .targets__item__contacts-edit {
        display: block;
        padding: 10px;
    }
}
@media (max-width: 990px) {
    .targets__item__contacts-edit .targets__el:nth-child(4) {
        margin-top: 10px;
        grid-column: 1/3;
        padding-left: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 990px) {
    .targets__item__contacts-edit .targets__el:nth-child(5) {
        margin-top: 10px;
        grid-column: 3/4;
        margin-right: 40px;
    }
}
.targets__item__doc {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr 170px;
}
@media (max-width: 770px) {
    .targets__item__doc {
        grid-template-columns: 0.5fr 0.5fr;
        grid-template-rows: 2;
    }
}
@media (max-width: 600px) {
    .targets__item__doc {
        display: block;
        padding: 10px;
    }
}
@media (max-width: 770px) {
    .targets__item__doc .targets__el:nth-child(1) {
        grid-column: 1/3;
    }
}
.targets__item__visit-edit {
    display: grid;
    grid-template-columns: 140px 1fr 60px 200px 50px;
}
.targets__item__visit-add {
    display: grid;
    grid-template-columns: 1fr 60px 250px;
}
.targets__item__visit-add .targets__form{
    max-width: 100%;
    padding-left: 20px;
}
@media (max-width: 990px) {
    .targets__item__visit-edit {
        grid-template-columns: 140px 140px 1fr;
        grid-template-rows: 2;
    }
}
@media (max-width: 600px) {
    .targets__item__visit-edit {
        display: block;
        padding: 10px;
    }
}
@media (max-width: 600px) {
    .targets__item__visit-edit .targets__el:nth-child(1),
    .targets__item__visit-edit .targets__el:nth-child(2) {
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-height: 120px;
        width: 48%;
        margin-bottom: 10px;
    }
}
@media (max-width: 990px) {
    .targets__item__visit-edit .targets__el:nth-child(4) {
        margin-top: 20px;
        grid-column: 1/3;
        margin-left: 20px;
    }
}
@media (max-width: 990px) {
    .targets__item__visit-edit .targets__el:nth-child(5) {
        margin-top: 10px;
        grid-column: 3/4;
        padding-left: 10px;
    }
}
@media (max-width: 990px) {
    .targets__item__visit-edit .targets__el:last-child {
        position: absolute;
        bottom: 5px;
        right: -5px;
        height: 60px;
        margin-top: 20px;
        grid-column: 3/4;
    }
}
@media (max-width: 600px) {
    .targets__item__visit-edit .targets__el:last-child {
        bottom: -3px;
        right: 10px;
    }
}
.targets__item__hot {
    display: grid;
    grid-template-columns: 140px 140px 1fr 165px 1fr 50px;
}
@media (max-width: 990px) {
    .targets__item__hot {
        grid-template-columns: 140px 140px 1fr;
        grid-rows: 2;
        grid-template-rows: auto auto;
    }
}
@media (max-width: 600px) {
    .targets__item__hot {
        display: block;
        padding: 10px;
    }
}
.targets__item__hot .targets__el:nth-child(1),
.targets__item__hot .targets__el:nth-child(2) {
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 120px;
    margin-bottom: 10px;
}
@media (max-width: 990px) {
    .targets__item__hot .targets__el:nth-child(4) {
        margin-top: 10px;
        grid-column: 1/3;
        padding-left: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 600px) {
    .targets__item__hot .targets__el:nth-child(4) {
        border: none !important;
    }
}
@media (max-width: 990px) {
    .targets__item__hot .targets__el:nth-child(5) {
        margin-top: 10px;
        grid-column: 3/4;
        margin-right: 40px;
    }
}
@media (max-width: 990px) {
    .targets__item__hot .targets__el:last-child {
        position: absolute;
        bottom: 5px;
        right: -5px;
        height: 60px;
        margin-top: 20px;
        grid-column: 3/4;
    }
}
@media (max-width: 600px) {
    .targets__item__hot .targets__el:last-child {
        right: 10px;
    }
}
.targets__item__add {
    display: grid;
    grid-template-columns: 140px 140px 0.33fr 0.66fr 100px 190px;
}
@media (max-width: 990px) {
    .targets__item__add {
        grid-template-columns: 140px 140px 1fr;
        grid-row: 2;
    }
}
@media (max-width: 600px) {
    .targets__item__add {
        display: block;
        padding: 10px;
    }
}
.targets__item__add .targets__el:nth-child(1),
.targets__item__add .targets__el:nth-child(2) {
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 120px;
    width: 48%;
}
@media (max-width: 990px) {
    .targets__item__add .targets__el:nth-child(3) {
        grid-column: 2/3;
        grid-row: 2/3;
    }
}
@media (max-width: 990px) {
    .targets__item__add .targets__el:nth-child(4) {
        grid-column: 3/4;
        grid-row: 2/3;
    }
}
@media (max-width: 600px) {
    .targets__item__add .targets__el:nth-child(5) .targets__text {
        width: 100%;
    }
}
@media (max-width: 990px) {
    .targets__item__add .targets__el:nth-child(6) {
        grid-column: 3/4;
        grid-row: 1/2;
    }
}
.targets__item__user {
    display: grid;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 80px;
}
@media (max-width: 990px) {
    .targets__item__user {
        grid-template-columns: 140px 0.5fr 0.5fr;
        grid-rows: 2;
        grid-template-rows: auto auto;
    }
}
@media (max-width: 600px) {
    .targets__item__user {
        display: block;
        padding: 10px;
    }
}
@media (max-width: 990px) {
    .targets__item__user .targets__el:nth-child(4) {
        margin-top: 10px;
        grid-column: 1/3;
        margin-bottom: 10px;
    }
}
@media (max-width: 990px) {
    .targets__item__user .targets__el:nth-child(5) {
        margin-top: 10px;
        grid-column: 3/4;
    }
}
.targets__item__user .targets__el-vertical {
    padding-left: 20px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 600px) {
    .targets__item__user .targets__el-vertical {
        padding-left: 0;
    }
}
.targets__item__user .targets__el-vertical:last-child {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    padding-left: 0;
}
.targets *.border-left {
    border-left: 1px solid #e0e0e0;
}
.targets *.border-left .targets__form {
    padding-left: 20px;
}
@media (max-width: 600px) {
    .targets *.border-left .targets__form {
        padding-left: 0;
    }
}
.targets__thin-text {
    color: #3e3e3e !important;
    opacity: 0.8 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}
.targets__el {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.targets__el-vertical {
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.targets__header {
    margin-bottom: 20px;
    padding: 0 30px;
}
@media (max-width: 600px) {
    .targets__header {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}
.targets__header-title {
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    color: #3e3e3e;
}
@media (max-width: 600px) {
    .targets__header-title {
        max-width: calc(100% - 60px);
    }
}
.targets__users {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.targets__users svg {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    margin-right: 10px;
    fill: #3e3e3e;
}
.targets__users span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    font-size: 16px;
}
.targets__img-center {
    width: 120px;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.targets__img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.targets__file-bg {
    height: 100px;
    width: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.targets__item__hot .targets__file-bg{
    width: 120px
}
.targets__file-bg img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
}
.targets__file-bg img:last-child {
    margin-bottom: 0;
}
.targets__file-bg span{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #db2b36;
    color: #fff;
    padding: 0 3px;
    font-size: 10px;
    line-height: 13px;
}
.targets__item__visit-edit .targets__file-bg img{
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.targets__counter {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 10;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}
.targets__date-fixed {
    position: absolute;
    left: 20px;
    top: -10px;
    white-space: nowrap;
}
@media (max-width: 600px) {
    .targets__date-fixed {
        position: relative;
        top: auto;
        left: auto;
        text-align: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
.targets__form {
    display: grid;
    height: 100%;
    grid-template-rows: 40px 1fr;
    grid-gap-rows: 5px;
    padding-right: 20px;
    max-width: 645px;
}
.targets__item__checklist-edit .targets__form{
    max-width: 100%;
}
@media (max-width: 990px) {
    .targets__form {
        padding-right: 0;
    }
}
@media (max-width: 600px) {
    .targets__form {
        max-width: 100%;
    }
}
.targets__form input,
.targets__form textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    resize: none;
    padding-left: 10px;
    padding-top: 5px;
    transition: all 0.2s ease-in-out;
    background: transparent;
}
.targets__form input:last-child,
.targets__form textarea:last-child {
    margin-bottom: 0;
}
.targets__form input::-webkit-input-placeholder,
.targets__form textarea::-webkit-input-placeholder {
    color: #3e3e3e;
    letter-spacing: 2px;
    opacity: 0.6;
    font-size: 10px;
    line-height: 14px;
}
.targets__form input::-moz-placeholder,
.targets__form textarea::-moz-placeholder {
    color: #3e3e3e;
    letter-spacing: 2px;
    opacity: 0.6;
    font-size: 10px;
    line-height: 14px;
}
.targets__form input:-ms-input-placeholder,
.targets__form textarea:-ms-input-placeholder {
    color: #3e3e3e;
    letter-spacing: 2px;
    opacity: 0.6;
    font-size: 10px;
    line-height: 14px;
}
.targets__form input::placeholder,
.targets__form textarea::placeholder {
    color: #3e3e3e;
    letter-spacing: 2px;
    opacity: 0.6;
    font-size: 10px;
    line-height: 14px;
}
.targets__form input:hover,
.targets__form textarea:hover,
.targets__form input:focus,
.targets__form textarea:focus,
.targets__form input.inp-empty,
.targets__form textarea.inp-empty {
    background: #fff;
    border: 1px solid #e0e0e0;
}
.targets__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 12px;
    line-height: 20px;
    color: #4f4f4f;
}
.targets__description {
    color: #4f4f4f;
    font-size: 12px;
    line-height: 20px;
}
.targets__author {
    min-height: 100%;
    padding-left: 20px;
    display: grid;
    grid-template-rows: 25px 1fr 25px;
}
@media (max-width: 990px) {
    .targets__author {
        grid-template-rows: auto 1fr auto;
    }
}
@media (max-width: 600px) {
    .targets__author {
        padding-left: 0;
    }
}
.targets__author .targets__contacts {
    padding: 0;
    display: block;
}
.targets__comment {
    padding-left: 20px;
    max-width: 250px;
    padding-right: 20px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.targets__status {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 600px) {
    .targets__status {
        left: 0;
        top: auto;
        bottom: 0;
        width: auto;
        height: 40px;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.targets__status svg,
.targets__status img {
    display: block;
    margin: 0 auto;
    max-height: 27px;
    fill: #fff;
}
@media (max-width: 600px) {
    .targets__status svg,
    .targets__status img {
        display: inline-block;
        max-width: 40px;
        margin: 0;
        margin-right: 10px;
    }
}
.targets__status span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.8px;
    opacity: 0.8;
    color: #fff;
}
@media (max-width: 600px) {
    .targets__status span {
        position: relative;
        bottom: auto;
        display: inline-block;
    }
}
.targets__post {
    padding-left: 20px;
}
@media (max-width: 600px) {
    .targets__post {
        padding-left: 0;
    }
}
.targets__post * {
    margin-bottom: 5px;
}
.targets__post *:last-child {
    margin-bottom: 0;
}
.targets__post__title {
    font-weight: 600;
}
.targets__userpick {
    border-radius: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.targets__contacts {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
@media (max-width: 600px) {
    .targets__contacts {
        padding: 0;
        margin-bottom: 10px;
    }
}
.targets__contacts-phone,
.targets__contacts-mail {
    display: block;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    line-height: 23px;
    color: #757575;
    margin-bottom: 15px;
}
@media (max-width: 990px) {
    .targets__contacts-phone,
    .targets__contacts-mail {
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }
}
.targets__contacts-phone:last-child,
.targets__contacts-mail:last-child {
    margin-bottom: 0;
}
.targets__contacts-phone:before,
.targets__contacts-mail:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    left: 0;
    top: 50%;
    margin-top: -16px;
}
@media (max-width: 990px) {
    .targets__contacts-phone:before,
    .targets__contacts-mail:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
}
.targets__contacts-phone:before {
    background: url("../img/icon--phone.svg") no-repeat 50% 50%;
    background-size: cover;
}
.targets__contacts-mail:before {
    background: url("../img/icon--mail.svg") no-repeat 50% 50%;
    background-size: 100% auto;
}
.targets__doc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 600px) {
    .targets__doc {
        margin-bottom: 5px;
    }
}
.targets__doc span {
    margin-bottom: 10px;
}
.targets__btns {
    width: 100%;
}
.targets__inputs {
    display: block;
    padding: 10px 0 10px 20px;
}
@media (max-width: 600px) {
    .targets__inputs {
        padding: 0;
        margin-bottom: 10px;
    }
}
.targets__inputs input {
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #979797;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 10px;
}
.targets__inputs input:last-child {
    margin-bottom: 0;
}
.targets__inputs input::-webkit-input-placeholder {
    color: #3e3e3e;
    letter-spacing: 2px;
    opacity: 0.6;
    font-size: 10px;
    line-height: 14px;
}
.targets__inputs input::-moz-placeholder {
    color: #3e3e3e;
    letter-spacing: 2px;
    opacity: 0.6;
    font-size: 10px;
    line-height: 14px;
}
.targets__inputs input:-ms-input-placeholder {
    color: #3e3e3e;
    letter-spacing: 2px;
    opacity: 0.6;
    font-size: 10px;
    line-height: 14px;
}
.targets__inputs input::placeholder {
    color: #3e3e3e;
    letter-spacing: 2px;
    opacity: 0.6;
    font-size: 10px;
    line-height: 14px;
}
.targets__refresh {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.targets__refresh svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.targets__refresh span {
    display: inline-block;
    vertical-align: top;
}
.targets .targets__calendar {
    display: inline-block;
    vertical-align: top;
}
.targets .targets__publish {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
}
.targets .targets__publish .targets__date {
    margin-bottom: 0;
}
.targets__btns {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media (max-width: 990px) {
    .targets__btns {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.targets__btns-item {
    display: inline-block;
    /* vertical-align: top; */
    margin-right: 20px;
}
.targets__btns-item:last-child {
    margin-right: 0;
}
.targets__btns-item .targets__calendar {
    margin: 0 auto;
    display: block;
}
.targets__btns-item .targets__publish {
    display: block;
    position: relative;
    text-align: center;
    left: auto;
    top: auto;
}
.targets__btns-item .targets__publish .targets__date {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}
.targets__btns-item .targets__publish .targets__date:last-child {
    margin-bottom: 0;
}
.targets__btns-item .targets__publish .targets__calendar {
    display: block;
    margin: 0 auto;
}
.targets__publish {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
}
.targets__publish .targets__date {
    display: block;
    text-align: center;
    margin-right: 20px;
}
.targets__publish .targets__date:last-child {
    margin-bottom: 0;
}
.targets__publish .targets__calendar {
    display: inline-block;
    margin-right: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 20px;
    margin-left: 10px;
}
.targets__calendar {
    cursor: default;
    position: relative;
    display: block;
    margin: 0 auto;
}
.targets__calendar input {
    opacity: 0;
    position: absolute;
}
.targets__dangerous {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.targets__dangerous label {
    display: block;
    padding: 5px;
    cursor: pointer;
    margin-right: 5px;
}
.targets__dangerous label input {
    display: none;
}
.targets__dangerous label input:checked + .targets__dangerous__point + .targets__file-bg {
    display: -ms-flexbox;
    display: flex;
}
.targets__dangerous label .targets__file-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.targets__dangerous__point {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
}
.targets__dangerous__point-yellow {
    background: #fff500;
}
.targets__dangerous__point-red {
    background: #db2b36;
}
.targets__dangerous__point-white {
    background: #fff;
}
.targets__dangerous .targets__file-bg {
    position: absolute;
    left: -120px;
    top: 50%;
    margin-top: -60px;
    display: none;
}
.targets__evaluation {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
}
@media (max-width: 990px) {
    .targets__evaluation {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 600px) {
    .targets__evaluation {
        width: 100%;
    }
}
.targets__evaluation .label-radio {
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    min-height: 60px;
    height: 50%;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
@media (max-width: 990px) {
    .targets__evaluation .label-radio {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 50%;
        height: 100%;
    }
}
.targets__evaluation .label-radio input {
    display: none;
}
.targets__evaluation .label-radio input.like:checked + svg {
    fill: #27ae60;
}
.targets__evaluation .label-radio input.dislike:checked + svg {
    fill: #db2b36;
}
.targets__evaluation .label-radio svg {
    fill: #969696;
}
.targets__checklist {
    padding: 0 10px 0 20px;
}
@media (max-width: 990px) {
    .targets__checklist {
        display: block;
        width: 100%;
        padding-right: 50px;
        padding-left: 0;
    }
}
.targets__checklist span {
    display: block;
    margin-bottom: 5px;
}
.targets__checklist select.custom-select {
    background-color: #e0e0e0;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 27px;
}
.checklist-parent{
    padding-left: 10px;
}
.targets__hot-params {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 0 20px;
}
@media (max-width: 600px) {
    .targets__hot-params {
        padding-left: 0;
    }
}
.targets__hot-params div span {
    display: block;
}
.targets__hot-params .targets__btns-item {
    display: block;
    margin: 0 auto;
}
.targets__hot-params .targets__publish {
    position: relative;
    top: auto;
    right: auto;
}
.targets__hot-comment {
    display: block;
    width: 100%;
    height: 100%;
}
.targets__hot-comment textarea {
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    border: 1px solid #969696;
    border-radius: 4px;
    padding: 5px;
}
.targets__code {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
.targets__text span,
.targets__text p {
    display: block;
    width: 100%;
    text-align: left;
}
.targets__text .targets__params {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin-right: 15px;
}
@media (max-width: 600px) {
    .targets__text .targets__params {
        margin-right: 25px;
    }
}
.targets__text .targets__params:last-child {
    margin-right: 0;
}
.targets__text .targets__params svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.targets__text .targets__params span {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.targets__text .targets__params p {
    display: block;
}
.targets__type {
    margin-bottom: 10px;
}
.targets__type span {
    background: #a0a8cd;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 2px 5px;
}
.targets__time {
    display: block;
    min-height: 20px;
}
@media (max-width: 600px) {
    .targets__time {
        min-height: 0;
    }
}
.targets__numbers {
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    line-height: 37px;
}
.targets__more {
    position: absolute;
    left: 30px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #db2b36;
}
@media (max-width: 600px) {
    .targets__more {
        position: relative;
        left: auto;
    }
}
.targets__more svg {
    display: inline-block;
    vertical-align: top;
    fill: #db2b36;
    margin-left: 10px;
}
.target-types__title {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}
.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;
    transition: all 100ms linear;
    text-decoration: none;
}
.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-types__list {
    margin-bottom: 30px;
    margin-left: -30px;
}
@media (max-width: 600px) {
    .target-types__list {
        margin-left: -20px;
    }
}
.target-types__item {
    margin-left: 30px;
    width: 140px;
    height: 140px;
    display: inline-block;
    vertical-align: top;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 600px) {
    .target-types__item {
        margin-left: 15px;
    }
}
.target-types__item:hover {
    color: #3e3e3e;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
.target-types__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 140px;
}
.target-types__link span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: #3e3e3e;
    padding: 0 10px;
}
.target-types__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    margin-bottom: 10px;
}
.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;
}
@media (max-width: 600px) {
    .target-add__desc {
        width: 100%;
    }
}
.target-add__desc textarea {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    resize: none;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 15px;
    padding: 8px;
    transition: all 100ms linear;
}
.target-add__desc textarea::-webkit-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.target-add__desc textarea::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.target-add__desc textarea:-ms-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.target-add__desc textarea::placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.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;
}
@media (max-width: 600px) {
    .target-add__input {
        width: 100%;
    }
}
.target-add__input input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    resize: none;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 15px;
    padding: 8px;
    transition: all 100ms linear;
}
.target-add__input input::-webkit-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.target-add__input input::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.target-add__input input:-ms-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.target-add__input input::placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.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;
}
.page {
    padding-bottom: 50px;
}
@media (max-width: 990px) {
    .page {
        padding-top: 110px !important;
    }
}
.page__map {
    height: 40vw;
    max-height: 615px;
}
.contacts__form {
    max-width: 580px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .contacts__form {
        display: block;
    }
}
.contacts__photo {
    display: inline-block;
    vertical-align: top;
    max-width: 220px;
}
@media (max-width: 600px) {
    .contacts__photo {
        display: block;
        margin: 0 auto 20px;
    }
}
.contacts__userpick {
    display: block;
    margin: 0 auto 10px;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 100%;
}
.contacts__userpick img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contacts__data {
    display: inline-block;
    vertical-align: top;
    width: 350px;
}
@media (max-width: 600px) {
    .contacts__data {
        width: 100%;
    }
}
.contacts__data .label-input {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
@media (max-width: 600px) {
    .contacts__data .label-input {
        display: block;
        margin-bottom: 10px;
    }
}
.contacts__data .label-input span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 200px);
    font-size: 13px;
    line-height: 20px;
    color: #4f4f4f;
    text-align: left;
    padding-right: 10px;
}
@media (max-width: 600px) {
    .contacts__data .label-input span {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}
.contacts__data .label-input .inp {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    background: #fff;
    border: 1px solid #fff;
    height: 38px;
}
@media (max-width: 600px) {
    .contacts__data .label-input .inp {
        width: 100%;
    }
}
.contacts__data .label-input .btn {
    width: 200px;
    margin-top: 20px;
    -ms-flex-pack: center;
    justify-content: center;
}
.contacts__data .label-input textarea.inp {
    height: 65px;
    resize: none;
    padding: 8px;
    font-size: 15px;
}
.user__form {
    max-width: 400px;
    margin: 0 auto;
}
.user__form .label-input {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
@media (max-width: 600px) {
    .user__form .label-input {
        display: block;
        margin-bottom: 10px;
    }
}
.user__form .label-input span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 270px);
    font-size: 13px;
    line-height: 20px;
    color: #4f4f4f;
    text-align: left;
    padding-right: 10px;
}
@media (max-width: 600px) {
    .user__form .label-input span {
        display: block;
        margin-bottom: 5px;
    }
}
.user__form .label-input .inp {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    background: #fff;
    border: 1px solid #fff;
    height: 38px;
    padding-left: 10px;
}
@media (max-width: 600px) {
    .user__form .label-input .inp {
        width: 100%;
    }
}
.user__form .btn {
    width: calc(50% - 10px);
    margin-top: 20px;
    -ms-flex-pack: center;
    justify-content: center;
}
.photo__list {
    display: block;
    margin: 0 auto;
    max-width: 610px;
}
.photo__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 20px;
}
.photo__img {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 110px;
    overflow: hidden;
}
.photo__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo__delete {
    text-decoration: none !important;
}
.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;
}
.page {
    padding-top: 60px;
}
.page__header {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 64px;
}
@media (max-width: 990px) {
    .page__header {
        height: auto;
        padding-left: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .page__header {
        padding-left: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 990px) {
    .page__header * {
        margin-left: 0;
    }
}
.overview__item {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
}
.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;
    line-height: 32px;
    font-weight: 300;
    color: #3e3e3e;
}
.overview__desc small {
    line-height: 32px;
    vertical-align: baseline;
}
.overview__desc svg {
    display: inline-block;
    vertical-align: baseline;
    opacity: 0.6;
}
.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;
    font-size: 17px;
}
.admins-form__input {
    float: right;
    padding: 8px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-radius: 3px;
    min-width: 180px;
}
.admins-form__input::-webkit-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.admins-form__input::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.admins-form__input:-ms-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.admins-form__input::placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.switch {
    height: 32px;
    width: 70px;
    position: relative;
    cursor: pointer;
    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: #1fcc6f;
}
.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;
    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;
    transition: all 100ms linear;
}
.target-position {
    position: relative;
    padding: 100px;
    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;
}
.target-position__marker-img {
    width: 100%;
    height: 100%;
}
.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: #fff;
    border: 1px solid #fff;
    padding: 8px;
    margin-left: -5px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    resize: none;
    transition: all 100ms linear;
}
.content-menu__input::-webkit-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.content-menu__input::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.content-menu__input:-ms-input-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.content-menu__input::placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.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;
}
.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: #000;
    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;
}
.reglaments {
    text-align: center;
    margin-top: 100px;
}
.reglaments .header {
    font-size: 36px;
    margin-bottom: 20px;
    border: 0;
}
.reglaments .content {
    font-size: 24px;
}
.qrcode {
    margin: 40px 0;
    display: block;
    text-align: center;
    cursor: default;
}
.qrcode__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    text-align: left;
}
@media (max-width: 600px) {
    .qrcode__item {
        margin-bottom: 20px;
    }
}
.qrcode__title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.15px;
    min-height: 43px;
    margin-bottom: 10px;
}
.qrcode__content {
    margin-bottom: 20px;
}
.qrcode__img {
    display: inline-block;
    vertical-align: top;
    width: 74px;
    margin-right: 20px;
    cursor: pointer;
}
.qrcode__users {
    display: inline-block;
    vertical-align: top;
}
.qrcode__users svg {
    height: 32px;
    width: 32px;
    display: block;
}
.qrcode__users span {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}
.qrcode__btns a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
}
.qrcode__btns a:last-child {
    margin-right: 0;
    width: 26px;
    height: 22px;
}
.nav {
    margin-left: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
@media (max-width: 600px) {
    .nav {
        margin-left: 0;
    }
}
.nav .one-half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.nav__numbers {
    display: block;
    font-size: 32px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 5px;
}
.nav__item {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    margin-left: 30px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    padding: 20px 20px 55px;
    position: relative;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    min-height: 215px;
}
@media (max-width: 990px) {
    .nav__item {
        width: calc(50% - 30px);
    }
}
@media (max-width: 600px) {
    .nav__item {
        width: 100%;
        margin-left: 0;
    }
}
.nav__item * {
    transition: all 0.2s ease-in-out;
}
.nav__item:hover {
    background: #db2b36;
}
.nav__item:hover * {
    color: #fff!important;
}
.nav__item:hover svg {
    fill: #fff;
}
.nav__content {
    margin-bottom: 10px;
}
.nav__content span,
.nav__content time,
.nav__content p {
    font-size: 12px;
    line-height: 16px;
    color: rgba(62,62,62,0.6);
    text-decoration: none !important;
}
.nav__title {
    display: block;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.nav__params {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__param {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
.nav__param:last-child {
    margin-right: 0;
}
.nav__param svg {
    display: inline-block;
    vertical-align: top;
    fill: #3e3e3e;
    margin-right: 10px;
}
.nav__param span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.nav__location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 10px;
}
.nav__location svg {
    display: inline-block;
    vertical-align: top;
    fill: #3e3e3e;
    margin-right: 10px;
}
.nav__location span {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    width: calc(100% - 50px);
    opacity: 0, 9;
}
.nav__icon {
    display: block;
    margin: 0 auto;
    fill: #db2b36;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
#ui-datepicker-div {
    margin-left: -155px;
}
.verification {
    margin: 40px 0;
    padding: 5px 0;
}
.verification__header {
    border-left: 2px solid #db2b36;
    padding-left: 20px;
    /* margin-bottom: 20px; */
}
.verification__content {
    padding-left: 20px;
}
.verification__title {
    padding: 5px;
    padding-left: 20px;
    margin-left: -5px;
    width: 100%;
    font-weight: 600;
    height: 55px;
    background: #fff;
    font-size: 24px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.verification__title:hover, .verification__title:active, .verification__title:focus{
    border: 1px solid #ccc;
}
@media (max-width: 770px) {
    .verification__title {
        width: 100%;
        margin-bottom: 10px;
    }
}
.verification__description {
    padding: 5px;
    padding-left: 20px;
    margin-left: -5px;
    width: 100%;
    height: 90px;
    background: #fff;
    transition: all 0.2s ease-in-out;
    border: 1px solid #969696;
    border-radius: 4px;
    resize: none;
}
@media (max-width: 770px) {
    .verification__description {
        width: 100%;
    }
}
.verification__publish {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media (max-width: 600px) {
    .verification__publish {
        margin-bottom: 10px;
    }
}
.verification__publish.targets__publish {
    position: relative;
    top: auto;
    right: auto;
}
.verification__publish .verification__date {
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    margin-bottom: 10px;
}
.verification__publish .verification__date:last-child {
    margin-bottom: 0;
}
.verification__calendar {
    cursor: pointer;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
    width: 21px;
}
.verification__calendar input {
    opacity: 0;
    position: absolute;
}
.verification__date {
    display: inline-block;
    vertical-align: top;
    color: #828282;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 10px;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../img/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("../img/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../img/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../img/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../img/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../img/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("../img/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(30);
}
.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-property: -webkit-transform, opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-property: -webkit-transform, opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30,30,30,0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}
.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
}
.fancybox-caption::before {
    background-image: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=");
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
    .fancybox-caption {
        padding: 12px;
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.save-action{
    margin-top:22px;
}
.grid-visit{
    display: grid;
    grid-template-columns: 140px 1fr 260px;
}
.grid-visit button{
    margin-top: 100px;
}
.instructions__data-input{
    width: 100%;
    margin-bottom: 20px;
}
.instructions-btn-view{
    display: flex;
    align-items: flex-end;
}
.selector{
    margin-top: 20px;
    display: flex;
}
.targets__file-bg span.targets__thin-text{
    text-transform: none!Important;
    letter-spacing: 0px!Important;
    background-color: transparent;
}
.block-map-bg{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    display: none;
    z-index: 120;
}
.block-map{
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    display: none;
    position: fixed;
    z-index: 130;
    background: #fff;
}
#map{
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    position: fixed;
    top: 50px;
    left: 50px;
}
#mapclose{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 150;
    background-color: #db2b36;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
}
.list-events .add-date{
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
}
.list-events .add-date .targets__thin-text{
    float: left;
    padding-top: 6px;
    padding-right: 10px;
}
.list-events .targets__btns-item .targets__publish .targets__calendar{
    float: left;
}
.list-events .targets__el-vertical.align-right{
    justify-content: right;
    align-content: flex-end;
    align-items: flex-end;
}
.list-events .type-event{}
.list-events .type-event .checkboxes{
    width: calc(100% - 50px);
    float: left;
    text-align: right;
}
.list-events .type-event .checkboxes label{
    text-align: right;
}
.list-events .type-event .checkboxes input{
    width: 17px;
    height: 22px;
}
.list-events .type-event .removebtn{
    width: 50px;
    float: right;
    text-align: right;
    padding-right: 3px;
}
.list-events .targets__file-bg{
    width: 100px;
}
.add-admin{
    width:auto;
}
.projects__btns-page-index a{
    flex: 1 1 auto;
}
.projects__btns-page-index a:last-child{
    flex: 0 0 auto;
}
.grid-140--140{
    display: grid;
    grid-template-columns: 140px 1fr 140px;
}
.grid-140-140--140{
    display: grid;
    grid-template-columns: 140px 140px 1fr 140px;
}
.control-visit .projects__stats-line+.projects__stats-line{
    margin-top: 15px;
}
.bg--dark{
    background-color: #3E3E3E;
}
.rows-4{
    max-height: 77px;
    overflow: hidden;
}
*.fs-14.rows-4{
     max-height: 90px;
     overflow: hidden;
}
.instruction-type-title-edit{
    width: calc(100% - 455px);
}
.instruction-type-title-edit .name-instrucion-type{
    width: 100%;
    height: 36px;
    font-size: 24px;
}
.instruction-type-title-edit .name-instrucion-type:hover, .instruction-type-title-edit .name-instrucion-type:active, .instruction-type-title-edit .name-instrucion-type:focus{
    border: 1px solid #ccc;
}
.targets__item__root{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 140px;
}
.targets__item__root .targets__el{
    padding: 0 10%;
}
.root-admins-list input:hover, .root-admins-list input:focus, .root-admins-list input:active{
    border: 1px solid #ccc;
}
.root-admins-list input[type=checkbox]{
    width: auto;
}
.targets__item__root-admins{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 70px;
}
.targets__item__root-admins .targets__el{
    padding: 0 10%;
}
.targets__item.bg-transparent{
    background: transparent!important;
}