:root {
    --icons-color: #3dbec5;
    --icons-dark-color: #3dbec5;
    --text-color: #2F333D;
    --text-dark-color: #fff;
}

body {
    background-color: #fff;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    color: #2F333D;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a, button {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

input {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

img, svg {
    vertical-align: bottom;
}

.display-none {
    display: none;
}

.form-group {
    width: 100%;
    margin-bottom: 35px;
}

.form-group--icon {
    position: relative;
}

.form-group--icon .form-control {
    padding-left: 41px;
}

.form-group__icon {
    position: absolute;
    top: 50%;
    left: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-group__svg {
    width: 24px;
    height: 24px;
    fill: #A5ABB7;
}

.form-group__svg--stroke {
    fill: transparent;
    stroke: #A5ABB7;
}

.form-group--small {
    width: 175px;
}

.form-group__help {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #3DBEC5;
}

datalist::-webkit-calendar-picker-indicator {
    display: none;
}

.form-control {
    width: 100%;
    font-size: 15px;
    color: #2F333D;
    padding: 11px 12px;
    border: 1px solid #E2E5EC;
    border-radius: 5px;
    outline: none;
    background: #fff;
}

.form-control:-ms-input-placeholder {
    color: #A5A5A5;
}

.form-control::placeholder {
    color: #A5A5A5;
}

.form-control:hover, .form-control:focus {
    border-color: #2FA9B1;
    box-shadow: 0 0 3px #3DBEC5;
}

.form-control--textarea {
    height: 80px;
}

.form-control--datalist::-webkit-calendar-picker-indicator {
    display: none;
}

.form-control[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.form-control[type=date]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

.label {
    font-size: 12px;
    color: #A5ABB7;
    margin-bottom: 10px;
    display: inline-block;
}

.label span {
    color: #FF0000;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.btn {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border-radius: 5px;
    background: none;
    border: 1px solid transparent;
    padding: 15px 50px;
    text-align: center;
    display: inline-block;
}
.btn2 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border-radius: 5px;
    background: none;
    border: 1px solid transparent;
    padding: 15px 50px;
    text-align: center;
    display: inline-block;
}
.btn--blue {
    color: #FFF;
    background: #3DBEC5;
    border: 1px solid transparent;
}

.btn--blue:hover, .btn--blue:focus {
    background: #2FA9B1;
}

.btn--blue2 {
    color: #3DBEC5;
    border-color: #3DBEC5;
    background: #FFF;
}

.btn--blue2:hover, .btn--blue2:focus {
    color: #FFF;
    background: #3DBEC5;
}

.btn--blue2:hover.btn--plus::before, .btn--blue2:hover.btn--plus::after, .btn--blue2:focus.btn--plus::before, .btn--blue2:focus.btn--plus::after {
    background: #FFF;
}

.btn--blue2.btn--plus::before, .btn--blue2.btn--plus::after {
    transition: background-color .3s ease-in-out;
    background: #3DBEC5;
}

.btn--full {
    width: 100%;
}

.btn--plus {
    position: relative;
    padding: 12px 15px 12px 36px;
}

.btn--plus::before {
    content: "";
    width: 12px;
    height: 2px;
    background: #FFF;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.btn--plus::after {
    content: "";
    height: 12px;
    width: 2px;
    background: #FFF;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

.btn--plus2 {
    width: 40px;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.btn--save {
    width: 140px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 20px;
}

.btn--save2 {
    padding: 12px 20px 15px 20px;
    width: 145px;
    height: 40px;
    left: 100%;
}

 .btn--plus2__svg {
    width: 16px;
    height: 16px;
    fill: transparent;
    stroke: #3DBEC5;
    transition: stroke .3s ease-in-out;
}

.btn--plus2:hover .btn--plus2__svg, .btn--plus2:focus .btn--plus2__svg {
    stroke: #FFF;
}

.btn--grey {
    background: #FFFFFF;
    color: #A5ABB7;
    border: 1px solid #A5ABB7;
}

.btn--grey:hover, .btn--grey:focus {
    background: #A5ABB7;
    color: #FFF;
}

.main {
    padding-left: 255px;
}

.content {
    min-height: calc(100vh - 87px);
}

.sect-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #3DBEC5;
    padding-right: 45px;
}

.sect-header-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.sect-header-list__link {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 25px;
    color: #2F333D;
}

.sect-header-list__link.active {
    background: rgba(61, 190, 197, 0.2);
}

.sect-header-list__link:hover, .sect-header-list__link:focus {
    text-decoration: underline;
}

.xls-download {
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #3DBEC5;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.xls-download:hover, .xls-download:focus {
    text-decoration: underline;
}

.xls-download__svg {
    width: 16px;
    height: 16px;
    fill: transparent;
    stroke: #3DBEC5;
}

.xls-download__text {
    margin-left: 7px;
}

.xls-download-2 {
    margin-right: 30px;
}

.xls-download-2 .xls-download__svg {
    stroke: none;
    fill: #3DBEC5;
}

.attention {
    /*padding: 18px 30px;*/
    /*background: #FFEBF2;*/
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}


.attention {
    /*padding: 18px 30px;*/
    /*background: #FFEBF2;*/
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.attention__icon {
    width: 38px;
}

.attention__svg {
    width: 38px;
    height: 38px;
    fill: #FA3D7B;
}

.attention__text {
    /*color: #FA3D7B;*/
    font-size: 12px;
    font-weight: 500;
    padding-left: 30px;
    width: calc(100% - 38px);
}

.checkbox input {
    display: none;
}

.checkbox input + label {
    padding-left: 32px;
    position: relative;
    cursor: pointer;
}

.checkbox input + label:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #3DBEC5;
    border-radius: 5px;
}

.checkbox input + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 7px;
    height: 15px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.checkbox input:checked + label:before {
    background: #3DBEC5;
}

.checkbox input:checked + label:after {
    display: block;
}

.checkbox2 input {
    display: none;
}

.checkbox2 input + label {
    padding-right: 50px;
    cursor: pointer;
    position: relative;
}

.checkbox2 input + label:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 40px;
    height: 24px;
    border-radius: 17px;
    background: #E6E6E6;
    transition: .3s ease-in-out;
}

.checkbox2 input + label:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 18px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #FFF;
    transition: .3s ease-in-out;
}

.checkbox2 input:checked + label:before {
    background: #3DBEC5;
}

.checkbox2 input:checked + label:after {
    right: 2px;
}

.content-schedule .checkbox2--left input + label {
    padding-left: 50px;
    padding-right: 90px;
}

.checkbox2--left input + label {
    padding-left: 50px;
    padding-right: 0;
}

.checkbox2--left input + label:before {
    left: 0;
}

.checkbox2--left input + label:after {
    top: -1px;
    left: 2px;
}

.checkbox2--left input:checked + label:after {
    left: 18px;
}

.checkbox3 input {
    display: none;
}

.checkbox3 input + label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
}

.checkbox3 input + label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #A5ABB7;
    border-radius: 3px;
    width: 18px;
    height: 18px;
}

.checkbox3 input + label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #3DBEC5;
    border-right: 2px solid #3DBEC5;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.checkbox3 input:checked + label::before {
    border-color: #3DBEC5;
}

.checkbox3 input:checked + label::after {
    display: block;
}

.main-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.main-table__head {
    background: #F1F2F6;
}

.main-table__head-item {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #A5A5A5;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 10px;
    letter-spacing: .5px;
}

.main-table__head--center {
    text-align: center;
}

.main-table__head--right {
    text-align: right;
}

.main-table__body tr {
    position: relative;
}

.main-table__body tr:hover .main-table-edit, .main-table__body tr:focus .main-table-edit {
    opacity: 1;
    visibility: visible;
}

.main-table__body-item {
    padding: 10px;
}

.main-table__body-item--right {
    text-align: right;
}

.main-table__body-item--center {
    text-align: center;
}

.main-table-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-table-user__image {
    width: 42px;
}

.main-table-user__image img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 100%;
}

.main-table-user__name {
    padding-left: 15px;
}

.main-table-status {
    text-align: center;
}

.main-table-status__svg {
    width: 18px;
    height: 18px;
}

.main-table-status--sleep .main-table-status__svg {
    stroke: #A5ABB7;
}

.main-table-status--mic .main-table-status__icon {
    width: 28px;
    height: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #3DBEC5;
    border-radius: 100%;
    margin: 0 auto;
}

.main-table-status--mic .main-table-status__svg {
    fill: #FFF;
}

.main-table-login {
    width: 18px;
    height: 18px;
    stroke: #54BB04;
    fill: transparent;
}

.main-table__edit {
    position: absolute;
}

.main-table-edit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.main-table-edit li:first-child {
    padding-right: 15px;
    border-right: 2px solid #E6E6E6;
}

.main-table-edit li:last-child {
    padding-left: 15px;
}

.main-table-edit a:hover svg, .main-table-edit a:focus svg {
    stroke: #596066;
}

.main-table-edit svg {
    width: 32px;
    height: 32px;
    stroke: #A5ABB7;
    fill: transparent;
    transition: stroke .3s ease-in-out;
}

.main-table-checkbox input {
    display: none;
}

.main-table-checkbox input + label {
    width: 22px;
    height: 22px;
    border: 1px solid #E6E6E6;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.main-table-checkbox input + label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.main-table-checkbox input:checked + label {
    background: #3DBEC5;
    border-color: #3DBEC5;
}

.main-table-checkbox input:checked + label:before {
    display: block;
}

.main-table-send {
    width: 140px;
}

.main-table-user-image img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.main-table-event {
    display: -ms-flexbox;
    display: flex;
}

.main-table-event__image {
    width: 40px;
}

.main-table-event__image img {
    width: 100%;
}

.main-table-event__text {
    padding-left: 30px;
}

.main-table-activity {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-radius: 100%;
    background: #A5ABB7;
}

.main-table-activity.active {
    background: #54BB04;
}

.main-table-select {
    position: relative;
    margin: -9px -10px;
    padding: 8px 15px;
    width: 185px;
    border: 1px solid transparent;
}

.main-table-select-current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.main-table-select-current::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 100%;
    margin-left: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #A5A5A5 transparent transparent transparent;
}

.main-table-select-current__icon {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-table-select-dropdown {
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    opacity: 0;
    visibility: hidden;
    background: #FFF;
    border: 1px solid #ccc;
    border-top: none;
}

.main-table-select-dropdown__link {
    padding: 5px 15px;
    display: -ms-flexbox;
    display: flex;
    color: #A5A5A5;
    transition: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.main-table-select-dropdown__link:hover, .main-table-select-dropdown__link:focus {
    background: rgba(61, 190, 197, 0.2);
}

.main-table-select-dropdown__icon {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-table-select--open {
    background: #FFF;
    border: 1px solid #ccc;
    border-bottom: none;
}

.main-table-select--open .main-table-select-dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.not-full-table {
    position: relative;
}

.not-full-table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: #F1F2F6;
    z-index: -1;
}

.radio input {
    display: none;
}

.radio input + label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
}

.radio input + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 2px solid #A5ABB7;
    border-radius: 100%;
}

.radio input + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #3DBEC5;
    border-radius: 100%;
    display: none;
}

.radio input:checked + label::before {
    border-color: #3DBEC5;
}

.radio input:checked + label::after {
    display: block;
}

.help-info {
    position: relative;
    z-index: 10;
}

.help-info__icon {
    display: inline-block;
    cursor: help;
}

.help-info__icon svg {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #3DBEC5;
}

.help-info__icon:hover + .help-info__text, .help-info__icon:focus + .help-info__text {
    opacity: 1;
    visibility: visible;
}

.help-info__text {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;
    margin-left: -10px;
    width: 115px;
    padding: 10px 15px;
    background: #2F333D;
    font-size: 10px;
    color: #C0C5D2;
    text-align: center;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out;
}

.help-info__text:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #2F333D transparent;
}

.color-select input {
    display: none;
}

.color-select__wrap {
    position: relative;
}

.color-select__input {
    height: 44px;
    width: 100%;
    padding: 0 28px 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.color-select__input:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
}

.color-select__input-color {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 5px;
    border: 1px solid transparent;
}

.color-select__options {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -10px;
    width: 248px;
    background: #2F333D;
    padding: 16px;
    border-radius: 6px;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 999;
}

.color-select__options:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #2F333D transparent;
}

.color-select__options.open {
    display: -ms-flexbox;
    display: flex;
}

.color-select__option {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    margin: 0 8px 8px 0;
    cursor: pointer;
}

.color-select__option:nth-child(7n + 7) {
    margin-right: 0;
}

.color-select__btn {
    width: 100%;
    background: transparent;
    border: 1px solid #A5ABB7;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: #A5ABB7;
    display: block;
    padding: 12px 10px;
    margin-top: 18px;
    transition: .3s ease-in-out;
}

.color-select__btn:hover, .color-select__btn:focus {
    background: #A5ABB7;
    color: #2F333D;
}

.header {
    min-height: 87px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #FFF;
    /*position: relative;*/
    z-index: 10;
    position: sticky;
    top: 0;
}

.header-search-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 87px;
    height: 87px;
    border: none;
    background: none;
    border-left: 1px solid #F1F2F6;
}

.header-search-btn__svg {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #A5ABB7;
}

.header .header__events {
    width: 575px;
    padding: 0 10px;
    position: relative;
}

.header .header__events .header__event {
    margin: 0;
    position: relative;
}

.header .header__events .header__event:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #373a3c transparent transparent transparent;
}

.header .header__events .event {
    padding: 10px 15px;
}

.header .header__events-all {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding: 12px 10px 0;
    background: #FFF;
    box-shadow: 0 5px 20px rgba(165, 171, 183, 0.3);
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    max-height: 381px;
    overflow-y: auto;
}

.header .header__events-all::-webkit-scrollbar {
    width: 3px;
}

.header .header__events-all::-webkit-scrollbar-track {
    background: transparent;
}

.header .header__events-all::-webkit-scrollbar-thumb {
    background: #A5ABB7;
}

.header .header__events-all::-webkit-scrollbar-thumb:hover, .header .header__events-all::-webkit-scrollbar-thumb:focus {
    background: #A5ABB7;
}

.header .header__events-all.open {
    visibility: visible;
    opacity: 1;
}

.header .header__events-all .event:first-child .event__image {
    opacity: 0;
    visibility: hidden;
}

.header .header__events-all .event:first-child .event__name {
    margin-bottom: 0;
}

.header__left, .header__right {
    width: calc((100% - 575px) / 2);
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__right .header-search-btn {
    margin-left: auto;
}

.search-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    background: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.search-form.open {
    visibility: visible;
    opacity: 1;
}

.search-form__icon {
    padding-left: 20px;
}

.search-form__icon svg {
    width: 18px;
    height: 18px;
    fill: transparent;
    stroke: #A5ABB7;
    vertical-align: middle;
}

.search-form__input {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 15px;
    width: calc(100% - 125px);
    border: none;
}

.search-form__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 87px;
    height: 100%;
    border: none;
    background: none;
    border-left: 1px solid #F1F2F6;
}

.search-form__close svg {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #A5ABB7;
}

.title {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
}

.title--back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.title--back__link {
    width: 24px;
    margin-right: 10px;
}

.title--back__svg {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #3DBEC5;
    vertical-align: middle;
}

.header-burger {
    display: none;
    background: transparent;
    border: none;
    width: 25px;
    height: 14px;
    z-index: 2;
    position: relative;
    margin-left: 15px;
}

.header-burger:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.header-burger:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}

.header-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 6px;
    right: 0;
    transition: .5s;
    opacity: 1;
}

.header-burger.close:before {
    top: 50% !important;
    transition: .5s;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.header-burger.close:after {
    top: 50% !important;
    transition: .5s;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.header-burger.close span {
    opacity: 0;
}

.sidebar-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.sidebar-bg.open {
    visibility: visible;
    opacity: 1;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 255px;
    height: 100vh;
    background: #2F333D;
    overflow: auto;
    z-index: 999;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-track {
    background: #2F333D;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #3DBEC5;
}

.sidebar::-webkit-scrollbar-thumb:hover, .sidebar::-webkit-scrollbar-thumb:focus {
    background: #3DBEC5;
}

.sidebar-user {
    padding: 20px;
    border-bottom: 1px solid #3DBEC5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-user__avatar {
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    border: 2px solid rgba(61, 190, 197, 0.4);
    border-radius: 100%;
    overflow: hidden;
}

.sidebar-user__image {
    width: 100%;
}

.sidebar-user__info {
    padding: 0 10px;
}

.sidebar-user__name {
    color: #3DBEC5;
    font-weight: 500;
    font-size: 16px;
}

.sidebar-user__role {
    font-size: 12px;
    color: #A4AAB8;
}

.sidebar-user__more {
    width: 24px;
    height: 24px;
    position: relative;
}

.sidebar-user__btn {
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.sidebar-user__svg {
    width: 14px;
    height: 7px;
    fill: #A5ABB7;
}

.sidebar-user__setting {
    position: absolute;
    top: calc(100% + 5px);
    right: -15px;
    background: #3DBEC5;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.sidebar-user__setting.show {
    opacity: 1;
    visibility: visible;
}

.sidebar-user__setting:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #3DBEC5 transparent;
}

.sidebar-user-list__link {
    padding: 10px;
    font-size: 12px;
    color: #2F333D;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-user-list__icon {
    width: 18px;
}

.sidebar-user-list__text {
    width: calc(100% - 18px);
    padding-left: 10px;
}

.sidebar-user-list__svg {
    width: 18px;
    height: 18px;
    fill: transparent;
}

.sidebar-list {
    padding-top: 60px;
}

.sidebar-list__item--dropdown-active .sidebar-list__link {
    color: #FFF;
}

.sidebar-list__item--dropdown-active .sidebar-list__svg--stroke {
    stroke: #FFF;
}

.sidebar-list__item--dropdown-active .sidebar-list__svg--fill {
    fill: #FFF;
}

.sidebar-list__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 25px;
    color: #97999E;
}

.sidebar-list__link:hover, .sidebar-list__link--active, .sidebar-list__link:focus {
    background: rgba(255, 255, 255, 0.05);
    color: #FFF;
}

.sidebar-list__link:hover .sidebar-list__svg--stroke, .sidebar-list__link--active .sidebar-list__svg--stroke, .sidebar-list__link:focus .sidebar-list__svg--stroke {
    stroke: #FFF;
}

.sidebar-list__link:hover .sidebar-list__svg--fill, .sidebar-list__link--active .sidebar-list__svg--fill, .sidebar-list__link:focus .sidebar-list__svg--fill {
    fill: #FFF;
}

.sidebar-list__icon {
    width: 24px;
}

.sidebar-list__svg {
    width: 24px;
    height: 24px;
}

.sidebar-list__svg--stroke {
    fill: transparent;
    stroke: #97999E;
    transition: stroke .3s ease-in-out;
}

.sidebar-list__svg--fill {
    fill: #97999E;
    transition: fill .3s ease-in-out;
}

.sidebar-list__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding-left: 15px;
}

.sidebar-list .dropdown-arrow {
    margin-left: 10px;
    margin-top: 3px;
}

.sidebar-list__unread {
    width: 8px;
    height: 8px;
    background: #F1453B;
    border-radius: 100%;
    margin-left: 8px;
    margin-top: 3px;
}

.dropdown-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #97999e transparent transparent transparent;
}

.dropdown-arrow--active {
    border-width: 0 3px 4px 3px;
    border-color: transparent transparent #97999e transparent;
}

.dropdown-list {
    display: none;
}

.dropdown-list__link {
    display: block;
    color: #97999E;
    padding: 9px 25px 9px 73px;
    position: relative;
}

.dropdown-list__link:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 64px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #97999E;
    transition: background-color .3s ease-in-out;
}

.dropdown-list__link:hover, .dropdown-list__link--active, .dropdown-list__link:focus {
    color: #FFF;
    background: rgba(255, 255, 255, 0.05);
}

.dropdown-list__link:hover:before, .dropdown-list__link--active:before, .dropdown-list__link:focus:before {
    background: #FFF;
}

.auth {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auth__wrap {
    text-align: center;
    max-width: 450px;
    padding: 0 15px;
}

.auth__logo {
    width: 50px;
    height: 50px;
    margin-bottom: 46px;
}

.auth__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 17px;
}

.auth__subtitle {
    font-size: 20px;
    color: #5E6166;
    margin-bottom: 46px;
}

.auth__form {
    width: 325px;
    max-width: 100%;
    margin: 0 auto 10px;
}

.auth__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.auth__forgot-password {
    color: #596066;
}

.auth__forgot-password:hover, .auth__forgot-password:focus {
    text-decoration: underline;
}

.auth .form-control {
    padding: 17px;
}

.auth .form-group {
    margin-bottom: 18px;
}

.events__wrap {
    max-width: 585px;
    padding: 40px 15px;
    margin: 0 auto;
    /*min-height: calc(100vh - 131px);*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.events__btn {
    text-align: right;
}

.events .btn {
    padding: 12px 20px;
}

.events .btn--plus {
    padding: 12px 15px 12px 36px;
}

.event {
    padding: 15px;
    border: 1px solid #A5ABB7;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.event:hover .event__edit, .event:focus .event__edit {
    opacity: 1;
    visibility: visible;
}

.event--no-public .event__image img {
    opacity: 0.5;
}

.event--archive .event__image img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.event:hover, .event:focus {
    border-color: #2FA9B1;
    box-shadow: 0 0 3px #3DBEC5;
}

.event.checked {
    border-color: #2FA9B1;
    box-shadow: 0 0 3px #3DBEC5;
}

.event__image {
    width: 40px;
}

.event__image img {
    max-width: 100%;
    height: 40px;
}

.event__info {
    width: calc(100% - 40px);
    padding-left: 12px;
}

.event__name {
    font-size: 15px;
    color: #222632;
    font-weight: 500;
    margin-bottom: 5px;
}

.event__date {
    font-size: 12px;
    color: #A5A5A5;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
}

.doc-event__edit {
    position: absolute;
    left: 60%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.doc-event__edit li:first-child {
    padding-right: 15px;
    border-right: 2px solid #E6E6E6;
}

.doc-event__edit li:last-child {
    padding-left: 15px;
}

.doc-event__edit a:hover svg, .doc-event__edit a:focus svg {
    stroke: #596066;
}

.doc-event__edit svg {
    width: 32px;
    height: 32px;
    stroke: #A5ABB7;
    fill: transparent;
    transition: stroke .3s ease-in-out;
}

.content-schedule-docs-left .content-schedule-new-doc {
    cursor: pointer;
}

.event__edit {
    position: absolute;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.event__edit li:first-child {
    padding-right: 15px;
    border-right: 2px solid #E6E6E6;
}

.event__edit li.second-child {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 2px solid #E6E6E6;
}

.event__edit li:last-child {
    padding-left: 15px;
}

.event__edit a:hover svg, .event__edit a:focus svg {
    stroke: #596066;
}

.event__edit svg {
    width: 32px;
    height: 32px;
    stroke: #A5ABB7;
    fill: transparent;
    transition: stroke .3s ease-in-out;
}

.events-new {
    position: relative;
}

.events-new__wrap {
    max-width: 615px;
    padding: 15px 15px 40px;
    margin: 0 auto;
    min-height: calc(100vh - 87px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-event__images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.new-event__background {
    width: calc(100% - 190px);
}

.new-event-image__input {
    display: none;
}

.new-event-image__block {
    text-align: center;
    background: #F7F8FC;
    border: 1px dashed #C0C5D2;
    border-radius: 4px;
    height: 175px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    transition: background-color .3s ease-in-out;
    position: relative;
}

.new-event-image__block.is-dragover {
    background: #e5eaff;
}

.new-event-image__block-delete {
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #a5abb7;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.new-event-image__block-delete1 {
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 3px;
    background: #a5abb7;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.new-event-image__block-delete.active, .new-event-image__block-delete1.active {
    visibility: visible;
    opacity: 1;
}

.new-event-image__block-delete1 svg {
    width: 10px;
    height: 10px;
    fill: transparent;
    stroke: #FFF;
}

.new-event-image__block-delete svg {
    width: 10px;
    height: 10px;
    fill: transparent;
    stroke: #FFF;
}

.new-event-image__text {
    font-weight: 500;
    color: #a5abb7;
    font-size: 12px;
    margin-bottom: 18px;
}

.new-event-image__text span {
    color: #1a75ff;
    cursor: pointer;
}

.new-event-image__text span:hover, .new-event-image__text span:focus {
    text-decoration: underline;
}

.new-event-image__name {
    font-size: 12px;
    color: #A5Abb7;
    margin-bottom: 10px;
}

.new-event-image__format {
    font-size: 10px;
    color: #A5ABB7;
}

.new-event .form-control {
    padding: 11px 12px;
}

.new-event .form-group--icon .form-control {
    padding-left: 41px;
}

.new-event__dates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-event__dates .form-group {
    width: 185px;
}

.new-event__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-event__social .form-group {
    width: 175px;
}

.new-event__admin {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.new-event__admin .btn {
    width: 44px;
    height: 44px;
    margin-bottom: 35px;
    margin-left: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.new-event-admin {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}

.new-event-admin__input {
    height: 44px;
    width: 100%;
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.new-event-admin__input:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
}

.new-event-admin__input img  {
    height: 32px;
    width: 32px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.new-event-admin-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    border: 1px solid #E2E5EC;
    border-radius: 5px;
    margin-top: 2px;
    display: none;
    overflow-y: auto;
    height: 500px;
}

.new-event-admin-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 12px;
    border-bottom: 1px solid #E2E5EC;
    cursor: default;
}

.new-event-admin-option:hover, .new-event-admin-option:focus {
    background: #F5F5F5;
}

.new-event-admin-option:last-child {
    border-bottom: none;
}

.new-event-admin-option img {
    height: 32px;
    width: 32px  !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.new-event__checkboxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.new-event__checkboxes .checkbox2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.new-event__checkboxes .checkbox2 .help-info {
    margin-left: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.events-new__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.events-new__btns .btn {
    margin-left: 17px;
}

.events-new__btns .btn--grey {
    padding: 12px 15px;
}

.events-new__btns .btn--blue {
    padding: 12px 25px;
}

.events-new-qr {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 150px;
    display: -ms-flexbox;
    display: flex;
}

.events-new-qr__image {
    width: 90px;
}

.events-new-qr__image img {
    width: 100%;
}

.events-new-qr__btns {
    padding-left: 15px;
    width: calc(100% - 90px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.events-new-qr__btn {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFF;
    border: 1px solid #3DBEC5;
    border-radius: 5px;
}

.events-new-qr__btn:hover, .events-new-qr__btn:focus {
    background: #3DBEC5;
}

.events-new-qr__btn:hover .events-new-qr__svg--fill, .events-new-qr__btn:focus .events-new-qr__svg--fill {
    fill: #FFF;
}

.events-new-qr__btn:hover .events-new-qr__svg--stroke, .events-new-qr__btn:focus .events-new-qr__svg--stroke {
    stroke: #FFF;
}

.events-new-qr__svg {
    width: 16px;
    height: 16px;
}

.events-new-qr__svg--fill {
    fill: #3DBEC5;
    transition: fill .3s ease-in-out;
}

.events-new-qr__svg--stroke {
    fill: transparent;
    stroke: #3DBEC5;
    transition: stroke .3s ease-in-out;
}

.mass-registration .sect-header {
    padding: 12px 45px 12px 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: none;
}

.mass-registration .xls-download__svg {
    stroke: none;
    fill: #3DBEC5;
}

.mass-registration__form {
    max-width: 585px;
    padding: 0 15px 40px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 127px);
}

.mass-registration__content {
    margin-bottom: 40px;
}

.mass-registration .attention {
    margin-bottom: 50px;
}

.mass-registration__drag {
    margin-bottom: 25px;
}

.mass-registration__drag .new-event-image__block {
    height: 120px;
}

.mass-registration__constructor-btn {
    text-align: right;
}

.mass-registration__constructor-btn .btn {
    padding: 12px 15px;
}

.mass-registration .checkbox {
    margin-bottom: 60px;
}

.mass-registration__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mass-registration__btns .btn {
    margin-left: 15px;
    width: 155px;
    padding: 12px 0;
}

.letter-template {
    padding-top: 35px;
}

.letter-template__form {
    padding: 0 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 122px);
    position: relative;
}

.letter-template__content {
    width: 100%;
    max-width: 395px;
    padding: 0 15px;
    margin: 0 auto;
}

.letter-template .new-event-image__block {
    height: 175px;
}

.letter-template .form-control--textarea {
    height: 106px;
}

.letter-template .checkbox {
    margin-bottom: 40px;
}

.letter-template .mass-registration__btns {
    padding: 0 100px;
}

.letter-template__preview-btn {
    position: absolute;
    top: 26px;
    right: 100px;
    width: 155px;
    padding: 12px 0;
}

.participants .sect-header {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 45px 12px 0;
    border-bottom: none;
}

.participants__content {
    /*padding-top: 60px;*/
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 127px);
}

.participants__btns {
    display: -ms-flexbox;
    display: flex;
    padding-left: 54px;
}

.participants__btns .btn {
    margin-right: 15px;
}

.participants__btns .btn--plus {
    padding: 11px 15px 11px 36px;
}

.participants-new__form {
    padding: 20px 15px 40px;
    width: 100%;
    max-width: 585px;
    margin: 0 auto;
}

.participants-new-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.participants-new-first-row__left {
    width: 175px;
}

.participants-new-first-row__left .new-event-image__block {
    width: 140px;
    height: 140px;
    padding: 10px;
}

.participants-new-first-row__right {
    width: calc(100% - 175px);
    padding-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.participants-new-first-row__right .form-group {
    margin-bottom: 0;
}

.participants-new .form-control--textarea {
    height: 110px;
}

.participants-new__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.participants-new__btns .btn {
    margin-left: 15px;
    width: 155px;
    padding: 12px 0;
}

.participants-new .tags {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
}

.companies .sect-header {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 45px 12px 0;
    border-bottom: none;
}

.companies__content {
    width: 100%;
    padding: 0 15px;
    max-width: 585px;
    margin: 0 auto;
}

.companies__btns {
    padding-left: 10px;
}

.companies__bottom {
    padding: 5px 60px;
}

.companies__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 127px);
    padding-bottom: 40px;
}

.companies__image {
    width: 42px;
    height: 42px;
}

.company-new__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.company-new__btns .btn {
    margin-left: 15px;
    width: 155px;
    padding: 12px 0;
}

.company-new .xls-download__svg {
    stroke: transparent;
    fill: #3DBEC5;
}

.company-new .events-new__wrap {
    min-height: calc(100vh - 131px);
}

.company-new-tags-wrap {
    padding-top: 70px;
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 131px);
}

.company-new-tags-wrap .tags {
    padding-bottom: 40px;
}

.company-new-tags-wrap .company-new__btns {
    padding-right: 100px;
}

.compnany-new-participants-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px 100px 30px 0;
}

.compnany-new-participants-btns .btn {
    margin-left: 15px;
}

.compnany-new-participants-btns .btn--plus {
    padding: 11px 15px 11px 36px;
}

.compnany-new-participant-hide {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.company-new-tags-wrap .tags-wrap {
    width: 175px;
}

.tags {
    max-width: 585px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.tags__btn {
    width: 100%;
    margin-top: 25px;
}

.tags-wrap {
    width: 260px;
}

.tags-wrap__name {
    font-size: 12px;
    color: #A5ABB7;
    margin-bottom: 10px;
}

.tags-block {
    width: 100%;
    min-height: 415px;
    border: 1px solid #A5ABB7;
    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 415px;
}

.tags-block::-webkit-scrollbar {
    width: 3px;
    background-color: #f9f9fd;
}

.tags-block::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #3DBEC5;
}

.tags-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 3px;
    background-color: #f9f9fd;
}

.tags-block--global .tags-single {
    color: #3DBEC5;
}

.tags-block--drags {
    background: #F7F8FC;
    border: 1px dashed #A5ABB7;
    position: relative;
}

.tags-block--drags__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 25px;
    text-align: center;
    border-top: 1px solid #E6E6E6;
}

.tags-block--drags__bottom img {
    max-width: 100%;
    margin-bottom: 15px;
}

.tags-block--drags__bottom p {
    font-size: 12px;
    color: #A5ABB7;
}

.tags-single {
    padding: 12px 12px;
    border-bottom: 1px solid #E2E5EC;
    background: #FFF;
    position: relative;
    z-index: 1;
    cursor: move;
}

/* Адресные теги */

.address-tags-block--drags {
    background: #F7F8FC;
    border: 1px dashed #A5ABB7;
    position: relative;
}

.address-tags-block--drags__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 25px;
    text-align: center;
    border-top: 1px solid #E6E6E6;
}

.address-tags-block--drags__bottom img {
    max-width: 100%;
    margin-bottom: 15px;
}

.address-tags-block--drags__bottom p {
    font-size: 12px;
    color: #A5ABB7;
}

/* --- */

.tags-participants .tags-wrap {
    width: 175px;
}

.content-tags {
    padding-bottom: 104px;
}

.content-tags__btns {
    padding: 20px 30px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content-tags__btns .btn {
    margin-left: 15px;
    padding: 12px 25px;
}

.bottom-arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    padding: 12px 125px 12px 380px;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    z-index: 998;
}

.bottom-arrows__btn {
    width: 80px;
    height: 40px;
    background: #3DBEC5;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom-arrows__btn:hover, .bottom-arrows__btn:focus {
    background: #2FA9B1;
}

.bottom-arrows__svg {
    width: 34px;
    height: 24px;
    fill: transparent;
    stroke: #FFF;
}

.content-participants {
    padding-bottom: 104px;
}

.content-participants .content-tags__btns {
    padding: 20px 30px;
}

.content-participants__wrap {
    min-height: calc(100vh - 273px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-workgroups {
    padding-bottom: 104px;
}

.content-workgroups .content-tags__btns {
    padding: 20px 30px;
}

.content-workgroups__wrap {
    padding: 0 25px;
}

.content-workgroups .main-table__body-item {
    padding: 20px 10px;
}

.content-workgroups-new__form {
    padding: 30px 0 40px;
    min-height: calc(100vh - 87px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
}

.content-workgroups-new__form .form-group {
    padding: 0 30px;
    margin-bottom: 35px;
    max-width: 615px;
}

.content-workgroups-new__count {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.content-workgroups-new__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 125px;
}

.content-workgroups-new__btns .btn {
    margin-left: 15px;
}

.content-modules {
    padding-bottom: 104px;
}

.content-modules .content-tags__btns {
    padding: 20px 30px;
}

.content-modules-slider-wrap {
    padding: 15px 55px;
    background: #F7F8FC;
    position: relative;
    margin-bottom: 20px;
}


.content-modules-slider-module {
    text-align: center;
    outline: none;
    cursor: move;
}

.content-modules-slider-module__icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #FFF;
    border: 1px solid #C0C5D2;
    margin: 0 auto 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-modules-slider-module__icon span {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #3dbec5;
    -webkit-mask-size: 36px 36px;
    mask-size: 36px 36px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

#content-modules-slider2 .content-modules-slider-module__icon span {
    display: block;
    width: 25px;
    height: 25px;
    background-color: var(--icons-color);
    -webkit-mask-size: 25px 25px;
    mask-size: 25px 25px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

#content-modules-slider2 .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

#content-modules-slider2 .slick-dots li {
    margin: 0 0.25rem;
}

#content-modules-slider2 .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: #43adb5;

    text-indent: -9999px;
}

#content-modules-slider2 .slick-dots li.slick-active button {
    background-color: #245a5e;
}

.content-modules-slider-module__title {
    font-size: 13px;
    font-weight: 700;
}

.content-modules-slider-module__svg {
    width: 36px;
    height: 36px;
}

.content-modules-slider-module__svg--stroke {
    fill: transparent;
    stroke: #3DBEC5;
}

.content-modules-slider-module__svg--fill {
    fill: #3DBEC5;
}

.content-modules-slider-module__text {
    display: none;
}

.content-modules-slider-module .main-table-edit {
    display: none;
}

.content-modules-slider-arrow {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.content-modules-slider-arrow:hover, .content-modules-slider-arrow:focus {
    background: rgba(47, 51, 61, 0.2);
}

.content-modules-slider-arrow:hover:before, .content-modules-slider-arrow:focus:before {
    border-color: #FFF;
}

.content-modules-slider-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: .3s ease-in-out;
}

.content-modules-slider-arrow--prev {
    left: 0;
}

.content-modules-slider-arrow--prev:before {
    border-bottom: 2px solid #A5ABB7;
    border-left: 2px solid #A5ABB7;
    left: 12px;
}

.content-modules-slider-arrow--next {
    right: 0;
}

.content-modules-slider-arrow--next:before {
    border-top: 2px solid #A5ABB7;
    border-right: 2px solid #A5ABB7;
    right: 13px;
}

.content-modules-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}

.content-modules-info-center {
    width: 365px;
    min-height: 600px;
    background: #F7F8FC;
    border: 1px solid #A5ABB7;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.content-modules-info-center-all {
    padding: 15px 15px 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-modules-info-center .content-modules-slider-module {
    width: 160px !important;
    height: 108px;
    background: #FFF;
    border: 1px solid #C0C5D2;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    cursor: auto;
}

.content-modules-info-center .content-modules-slider-module__icon {
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
}

.content-modules-info-center .content-modules-slider-module__icon span {
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--icons-color);
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.content-modules-info-center .content-modules-slider-module__svg {
    width: 24px;
    height: 24px;
}

.content-modules-info-center .content-modules-slider-module__title {
    margin-bottom: 10px;
    color: var(--text-color);
}

.content-modules-info-center .content-modules-slider-module__text {
    display: block;
    font-size: 10px;
    color: var(--text-color);
    font-weight: 700;
}

.content-modules-info-center.dark-mode .content-modules-slider-module__text {
    color: var(--text-dark-color);
}

.content-modules-info-center .content-modules-slider-module .main-table-edit {
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
    padding: 10px;
    border-radius: 5px;
}

.content-modules-info-center .content-modules-slider-module .main-table-edit li:first-child {
    padding-right: 10px;
}

.content-modules-info-center .content-modules-slider-module .main-table-edit li:last-child {
    padding-left: 10px;
}

.content-modules-info-center .content-modules-slider-module:hover .main-table-edit, .content-modules-info-center .content-modules-slider-module:focus .main-table-edit {
    opacity: 1;
    visibility: visible;
}

.content-modules-info-center-bottom {
    padding: 15px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #E6E6E6;
}

.content-modules-info-center-bottom img {
    margin-right: 10px;
}

.content-modules-info-center-bottom p {
    font-size: 12px;
    color: #A5ABB7;
}

.content-modules-info-center.dark-mode {
    background: #2F333D;
    border-color: transparent;
}

.content-modules-info-center.dark-mode .content-modules-slider-module {
    background: #343843;
    border-color: #596066;
}

.content-modules-info-center.dark-mode .content-modules-slider-module__title {
    color: var(--text-dark-color);
}

.content-modules-info-center.dark-mode .content-modules-slider-module__icon span {
    background-color: var(--icons-dark-color);
}

.content-modules-info-right {
    width: 270px;
}

.content-modules-info-left {
    padding-right: 15px;
    width: 270px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content-modules-slider-module2 {
    width: 160px !important;
    height: 108px;
    background: #FFF;
    border: 1px solid #C0C5D2;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
    position: relative;
    margin: 0 5px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
}

.content-modules-slider-module2.active {
    border-color: #3DBEC5;
}

.content-modules-slider-module2 .content-modules-slider-module__icon {
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.content-modules-slider-module2 .content-modules-slider-module__title {
    margin-bottom: 10px;
    color: var(--text-color);
}

.content-modules-slider-module2 .content-modules-slider-module__text {
    display: block;
    font-size: 10px;
    color: var(--text-color);
}

.content-schedule-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}


.content-participants-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;

    margin-bottom: 20px;
    padding-right: 20px;
}

.content-assignments .content-schedule-head__list{
    width: calc(100% - 270px);
}


.content-schedule-head__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #3DBEC5;
    width: calc(100% - 350px);
    margin-right: 10px;
}

.content-participants-head__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 27%;
    /*margin-right: 10px;*/
}

.content-schedule-head__list li > a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 25px;
    color: #2F333D;
    position: relative;
}

.content-schedule-head__list li > a.active {
    background: rgba(61, 190, 197, 0.2);
}

.content-schedule-head__list li > a input {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #2F333D;
    border: none;
    background: transparent;
}

.content-schedule-head__list li > a input:-ms-input-placeholder {
    color: #2F333D;
}

.content-schedule-head__list li > a input::placeholder {
    color: #2F333D;
}

.content-schedule-head__list-delete {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #a5abb7;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}

.content-schedule-head__list-delete svg {
    width: 10px;
    height: 10px;
    fill: transparent;
    stroke: #FFF;
}

.content-schedule-head__list-link--delete .content-schedule-head__list-delete {
    opacity: 1;
    visibility: visible;
}

.content-schedule-head .btn--plus2 {
    margin-right: 10px;
}

.content-schedule-head .btn--plus {
    width: 204px;
    padding: 11px 15px 11px 36px;
}

.content-participants-head .btn--plus2 {
    margin-right: 10px;
}

.content-participants-head .btn--plus {
    margin-right: 10px;
}

.content-participants-head .btn--plus {
    width: 204px;
    padding: 11px 15px 11px 36px;
}

.content-participants-head .btn {
    min-height: 40px;
}

.content-schedule .main-table {
    width: 700px;
    margin: 0 auto 50px;
}

.content-schedule .main-table__body-item {
    padding: 20px 10px;
}

.content-schedule .main-table__edit {
    padding: 20px 10px 10px 10px;
}

.content-schedule__stream {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.content-schedule__stream--purple {
    background: #CD00FF;
}

.content-schedule__stream--pink {
    background: #FF80FA;
}

.content-schedule__stream--blue {
    background: #52B6FF;
}

.content-schedule__stream--green {
    background: #7FD320;
}

.content-schedule-checkbox {
    width: 700px;
    text-align: right;
    margin: 0 auto;
}

.content-stream .content-schedule-head__list {
    width: 100%;
    margin-right: 20px;
}

.content-stream__wrap {
    width: 555px;
    margin: 0 auto;
}

.content-stream__single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.content-stream__single:hover .event__edit, .content-stream__single:focus .event__edit {
    opacity: 1;
    visibility: visible;
}

.content-stream__single .event__edit {
    top: auto;
    -ms-transform: none;
    transform: none;
    bottom: 40px;
}

.content-stream__single .event__edit li:first-child {
    border-right: none;
}

.content-stream__single .form-group {
    width: 365px;
}

.content-stream__single .form-group .form-control {
    height: 40px;
    padding: 0 12px;
}

.content-stream__single .form-group:first-child {
    width: 175px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.content-stream__single .color-select__input-color {
    border-radius: 100%;
}

.content-stream__single .color-select__option {
    border-radius: 100%;
}

.content-schedule-new__wrap {
    width: 585px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 131px);
    padding-bottom: 40px;
}

.content-schedule-new__inner {
    padding-top: 40px;
}

.content-schedule-new__time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-schedule-new__time .form-group {
    width: 185px;
}

.content-schedule-new__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content-schedule-new__btns .btn {
    margin-left: 15px;
    width: 155px;
    padding: 12px 0;
}

.content-schedule-new-select {
    position: relative;
}

.content-schedule-new-select__current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.content-schedule-new-select__current-color {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    border-radius: 100%;
}

.content-schedule-new-select__current-text {
    margin-top: 2px;
}

.content-schedule-new-select-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    border: 1px solid #E2E5EC;
    z-index: 10;
    display: none;
}

.content-schedule-new-select-list-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 12px;
    color: #2F333D;
}

.content-schedule-new-select-list-link:hover, .content-schedule-new-select-list-link:focus {
    background: #F5F5F5;
}

.content-schedule-new-select-list-link__color {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    border-radius: 100%;
}

.content-schedule-new-select-list-link__text {
    margin-top: 2px;
}

.content-schedule-new-tags__wrap {
    width: auto;
}

.content-schedule-new-tags__wrap .content-schedule-new__btns {
    width: 555px;
    margin: 0 auto;
}

.content-schedule-new-tags__wrap .tags-wrap {
    width: 175px;
}

.content-schedule-new-speaker__inner {
    width: 365px;
    margin: 0 auto;
}

.content-single-speaker {
    position: relative;
}

.content-single-speaker:hover .event__edit, .content-single-speaker:focus .event__edit {
    opacity: 1;
    visibility: visible;
}

.content-single-speaker:hover .content-schedule-new-speaker--current, .content-single-speaker:focus .content-schedule-new-speaker--current {
    border-color: #2FA9B1;
    box-shadow: 0 0 3px #3DBEC5;
}

.content-schedule-new-speaker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background: #FFF;
    border: 1px solid #A5ABB7;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
}

.content-schedule-new-speaker::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
}

.content-schedule-new-speaker__image {
    width: 48px;
}

.content-schedule-new-speaker__image img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    object-fit: cover;
}

.content-schedule-new-speaker__info {
    padding-left: 13px;
    width: calc(100% - 48px);
}

.content-schedule-new-speaker__name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
}

.content-schedule-new-speaker__company {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.content-schedule-new-speaker__position {
    font-size: 10px;
    color: #A5A5A5;
}

.content-schedule-new-speaker__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    z-index: 10;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    display: none;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
}

.content-schedule-new-speaker__dropdown .content-schedule-new-speaker {
    margin-bottom: 10px !important;
}

.content-schedule-new-speaker__dropdown .content-schedule-new-speaker:before {
    display: none;
}

.content-schedule-new-speaker__dropdown .content-schedule-new-speaker:last-child {
    margin-bottom: 0 !important;
}

.content-schedule-new-doc-input input {
    display: none;
}

.content-schedule-new-doc-input .content-schedule-new-doc {
    cursor: pointer;
}

.content-schedule-new-doc-input input:checked + .content-schedule-new-doc {
    border-color: #2FA9B1;
    box-shadow: 0 0 3px #3DBEC5;
}

.content-schedule-new-doc {
    position: relative;
    background: #FFF;
    border: 1px solid #A5ABB7;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
    display: block;
}

.content-schedule-new-doc__icon {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-schedule-new-doc__icon svg {
    width: 18px;
    height: 18px;
    fill: transparent;
    stroke: #A5ABB7;
}

.content-schedule-new-doc__title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.content-schedule-new-doc__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-schedule-new-doc__authors {
    font-size: 12px;
    color: #757A7E;
    word-break: break-all;
}

.content-schedule-new-doc__weight {
    font-size: 12px;
    color: #757A7E;
}

.content-schedule-new-doc:hover .event__edit, .content-schedule-new-doc:focus .event__edit {
    opacity: 1;
    visibility: visible;
}

.content-schedule-new-doc:hover .doc-event__edit, .content-schedule-new-doc:focus .doc-event__edit {
    opacity: 1;
    visibility: visible;
}

.content-schedule-new-doc-btns {
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
}

.content-schedule-new-doc-btns .btn {
    margin-right: 15px;
}

.content-schedule-new-doc-btns .btn--plus {
    padding: 11px 15px 11px 36px;
}

.content-schedule-new-doc1-btns {
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-left: 46px;
}

.content-schedule-new-doc1-btns .btn {
    margin-right: 15px;
}

.content-schedule-new-doc1-btns .btn--plus {
    padding: 11px 15px 11px 36px;
}

.content-schedule-docs {
    width: 585px;
    padding: 0 15px;
    margin: 0 auto;
}

.content-schedule-docs1 {
    width: 525px;
    height: 435px;
    overflow-x: hidden;
    margin: 0 auto 22px auto;
    padding: 0 10px 0 45px;
}

.content-schedule-docs-new__form {
    padding: 40px 0;
}

.content-schedule-docs-new__wrap {
    width: 585px;
    padding: 0 15px;
    margin: 0 auto;
}

.content-schedule-docs-new .new-event__logo {
    width: 100%;
}

.content-schedule-docs-new .new-event-image__block {
    height: 100px;
}

.content-schedule-docs-new__top {
    padding-bottom: 50px;
}

.content-schedule-docs-new .content-schedule-head__list {
    width: 100%;
    margin-right: 0;
}

.content-schedule-docs-new .content-schedule-new-doc-btns {
    padding-top: 0;
    margin-bottom: 60px;
}

.content-schedule-docs-new__checkboxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 40px;
}

.content-schedule-docs-new__checkboxes .checkbox2--left input + label {
    padding-left: 43px;
}

.content-schedule-docs-new__bottom .form-group {
    position: relative;
}

.content-schedule-docs-new__bottom .form-group:hover .event__edit, .content-schedule-docs-new__bottom .form-group:focus .event__edit {
    opacity: 1;
    visibility: visible;
}

.content-schedule-docs-new__tags .tags-wrap {
    width: 175px;
}

.content-schedule-docs-new__tags .content-schedule-docs-new__form {
    padding-top: 0;
}

.content-schedule-docs-new__tags .tags {
    margin-bottom: 60px;
}

.content-schedule-info {
    position: relative;
}

.content-schedule-info > .btn {
    position: absolute;
    bottom: 0;
    right: 100px;
}

.content-schedule-info .content-schedule-head__list {
    width: calc(100% - 110px);
}

.content-schedule-info__wrap {
    width: 900px;
    padding: 0 15px;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    display: none;
}

.content-schedule-info__wrap.open {
    display: -ms-flexbox;
    display: flex;
}

.content-schedule-info__wrap .btn {
    position: absolute;
    bottom: 0;
    left: 100%;
}
.content-schedule-info__wrap .btn2 {
    position: absolute;
    bottom: 0;
    left: 95%;
}
.content-schedule-info__slider {
    width: 100%;
}

.content-schedule-info__slider .slick-track {
    width: 100% !important;
}

.content-schedule-info__single {
    position: relative;
    width: 395px !important;
    border: 1px solid #A5ABB7;
    border-radius: 8px;
    padding: 20px 15px;
    height: 515px;
    overflow-y: auto;
    margin: 15px 15px;
    outline: none;
}

.content-schedule-zoom__single {
    width: 394px !important;
    border: 1px solid #A5ABB7;
    border-radius: 8px;
    padding: 20px 15px;
    margin: 15px 15px;
    outline: none;
}

.content-schedule-info__single::-webkit-scrollbar {
    width: 3px;
}

.content-schedule-info__single::-webkit-scrollbar-track {
    background: transparent;
}

.content-schedule-info__single::-webkit-scrollbar-thumb {
    background: #A5ABB7;
}

.content-schedule-info__single::-webkit-scrollbar-thumb:hover, .content-schedule-info__single::-webkit-scrollbar-thumb:focus {
    background: #A5ABB7;
}

.content-schedule-info__single .new-event__logo {
    width: 100%;
}

.content-schedule-info__single-image {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
}

.content-schedule-info .form-control--textarea {
    max-width: 360px;
    min-width: 360px;
}

.content-schedule-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}

.content-schedule-media-left {
    width: 425px;
    padding: 0 15px;
}

.content-schedule-media-left .btn {
    margin-bottom: 55px;
}

.content-schedule-media-left .checkbox2 {
    margin-bottom: 30px;
}

.content-schedule-media-left .checkbox2:last-child {
    margin-bottom: 0;
}

.content-schedule-docs-left {
    width: 425px;
    padding: 0 15px;
    margin-right: 150px;
    margin-bottom: 15px;
}

.content-schedule-docs-left .btn {
    margin-bottom: 55px;
}

.content-schedule-docs-left .checkbox2 {
    margin-bottom: 30px;
    padding-left: 45px;
}

.content-schedule-docs-left .checkbox2:last-child {
    margin-bottom: 0;
    padding-left: 45px;
}

.content-schedule-media-single {
    outline: none;
    position: relative;
    padding-left: 35px;
}

.content-schedule-media-single_icons {
    position: absolute;
    width: 35px;
    left: 0;
    height: 100%;
    vertical-align: middle;
    padding-top: 100px;
}
.content-schedule-media-single__sleep {
    display: flex;
    left: 0;
    top: 130px;
    margin-bottom: 10px;
}

.content-schedule-media-single__sleep svg {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #A5ABB7;
    margin-right: 3px;
}

.content-schedule-info-single__sleep {
    position: absolute;
    left: 10px;
    top: 5px;
}

.content-schedule-info-single__sleep svg {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #A5ABB7;
}


.content-schedule-media-single .event__edit {
    top: 10px;
    right: 10px;
    left: auto;
    -ms-transform: none;
    transform: none;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    border-radius: 5px;
}

.content-schedule-media-single .event__edit li {
    padding: 0 15px;
    border-right: 2px solid #E6E6E6;
}

.content-schedule-media-single .event__edit li:last-child {
    border: none;
}

.content-schedule-media-single:hover .event__edit, .content-schedule-media-single:focus .event__edit {
    opacity: 1;
    visibility: visible;
}

.content-schedule-media-single__date {
    font-size: 12px;
    color: #8E8E93;
    margin-bottom: 5px;
}

.content-schedule-media-single__description {
    font-size: 17px;
    margin-bottom: 15px;
}

.content-schedule-media-single__image {
    width: 100%;
    margin-bottom: 20px;
}

.content-schedule-media-slider__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.content-schedule-media-slider__count {
    font-size: 18px;
    color: #A5ABB7;
    font-weight: 500;
    margin: 0 10px;
}

.content-schedule-media-slider__prev {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #A5ABB7;
    border-left: 2px solid #A5ABB7;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}

.content-schedule-media-slider__next {
    width: 10px;
    height: 10px;
    border-top: 2px solid #A5ABB7;
    border-right: 2px solid #A5ABB7;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}

.content-schedule-media-chat {
    height: 420px;
    position: relative;
    width: 555px;
    background: #F1F2F6;
    border-radius: 4px;
    border: 1px solid #C0C5D2;
}

.content-schedule-media-chat__messages {
    height: calc(100% - 59px);
    padding: 20px 50px 0;
    overflow-y: auto;
}

.content-schedule-media-chat__messages::-webkit-scrollbar {
    width: 3px;
}

.content-schedule-media-chat__messages::-webkit-scrollbar-track {
    background: transparent;
}

.content-schedule-media-chat__messages::-webkit-scrollbar-thumb {
    background: #A5ABB7;
}

.content-schedule-media-chat__messages::-webkit-scrollbar-thumb:hover, .content-schedule-media-chat__messages::-webkit-scrollbar-thumb:focus {
    background: #A5ABB7;
}

.content-schedule-media-chat-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 35px;
}

.content-schedule-media-chat-message__image {
    width: 38px;
}

.content-schedule-media-chat-message__image img {
    width: 100%;
    height: 38px;
    border-radius: 100%;
}

.content-schedule-media-chat-message__info {
    margin-left: 8px;
    width: 304px;
    max-width: calc(100% - 46px);
    background: #FFF;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #C0C5D2;
    position: relative;
}

.content-schedule-media-chat-message__name {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.content-schedule-media-chat-message__meta {
    position: absolute;
    right: 0;
    top: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}

.content-schedule-media-chat-message__time {
    font-size: 12px;
    color: #9191A1;
    padding-left: 14px;
    position: relative;
    margin-left: 10px;
}

.content-schedule-media-chat-message__time::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #9191A1;
}

.content-schedule-media-chat-message__likes {
    font-size: 10px;
    color: #222632;
    position: relative;
    padding-left: 18px;
}

.content-schedule-media-chat-message__likes::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/message-like.svg) no-repeat center;
    background-size: cover;
}

.content-schedule-media-new {
    padding: 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 87px);
}

.content-schedule-media-new__wrap {
    width: 395px;
    padding: 0 15px;
    margin: 0 auto 40px;
}

.content-schedule-media-new__wrap .form-control--textarea {
    height: 110px;
}

.content-schedule-media-new__wrap .new-event__logo {
    width: 100%;
}

.content-schedule-media-new__wrap img {
    width: 100%;
}

.content-schedule-media-new__btns {
    padding: 0 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content-schedule-media-new__btns .btn {
    margin-left: 15px;
}

.content-schedule-web {
    width: 395px;
    padding: 0 15px;
    margin: 0 auto;
}

.content-schedule-web-single {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #A5ABB7;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
}

.content-schedule-web-single:hover .event__edit, .content-schedule-web-single:focus .event__edit {
    opacity: 1;
    visibility: visible;
}

.content-schedule-web-single__image {
    width: 48px;
}

.content-schedule-web-single__image img {
    width: 100%;
    height: 48px;
}

.content-schedule-web-single__info {
    width: calc(100% - 48px);
    padding-left: 13px;
}

.content-schedule-web-single__title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.content-schedule-web-single__text {
    font-size: 10px;
    color: #A5A5A5;
}

.content-schedule-web-new {
    padding: 40px 0;
    min-height: calc(100vh - 87px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-schedule-zoom-new {
    padding: 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-schedule-web-new__wrap {
    width: 585px;
    padding: 0 15px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}

.content-schedule-web-new .new-event-image {
    width: 160px;
    margin-top: 26px;
}

.content-schedule-web-new .new-event-image__block {
    height: 160px;
}

.content-schedule-web-new__info {
    width: calc(100% - 160px);
    padding-left: 30px;
}

.content-schedule-web-new__info .form-control--textarea {
    height: 58px;
}

.content-schedule-question {
    padding: 0 30px;
}

.content-schedule-question-speaker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 35px;
}

.content-schedule-question-speaker-left {
    width: 365px;
    margin-right: 15px;
}

.content-schedule-question-speaker-left .content-schedule-new-speaker {
    margin-bottom: 0;
}

.content-schedule-question__title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

.content-schedule-question__block {
    background: #F1F2F6;
    border: 1px solid #A5ABB7;
    border-radius: 4px;
    padding: 20px 25px;
    height: 368px;
    overflow-y: auto;
    margin-bottom: 30px;
}

.content-schedule-question__block::-webkit-scrollbar {
    width: 3px;
}

.content-schedule-question__block::-webkit-scrollbar-track {
    background: transparent;
}

.content-schedule-question__block::-webkit-scrollbar-thumb {
    background: #A5ABB7;
}

.content-schedule-question__block::-webkit-scrollbar-thumb:hover, .content-schedule-question__block::-webkit-scrollbar-thumb:focus {
    background: #A5ABB7;
}

.content-schedule-question__block--approved {
    background: rgba(61, 190, 197, 0.1);
}

.content-schedule-question-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px;
}

.content-schedule-question-single:hover .content-schedule-question-single__btns, .content-schedule-question-single:focus .content-schedule-question-single__btns {
    visibility: visible;
    opacity: 1;
}

.content-schedule-question-single__image {
    width: 40px;
}

.content-schedule-question-single__image img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.content-schedule-question-single__info {
    max-width: calc(100% - 150px);
    min-width: 100px;
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #A5ABB7;
    padding: 10px 15px;
    border-radius: 6px;
    position: relative;
}

.content-schedule-question-single__name {
    font-size: 12px;
    color: #3DBEC5;
}

.content-schedule-question-single__text {
    font-size: 17px;
}

.content-schedule-question-single__date {
    position: absolute;
    font-size: 12px;
    color: #9191A1;
    top: 100%;
    right: 5px;
    margin-top: 5px;
}

.content-schedule-question-single__btns {
    position: absolute;
    left: 100%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.content-schedule-question-single__btns li {
    padding: 0 10px;
    border-right: 2px solid #A5A5A5;
}

.content-schedule-question-single__btns li:last-child {
    border: none;
}

.content-schedule-question-single__remove {
    width: 22px;
    height: 22px;
    position: relative;
    display: block;
}

.content-schedule-question-single__remove::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 3px;
    border-radius: 25px;
    background: #F90000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content-schedule-question-single__remove::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 3px;
    border-radius: 25px;
    background: #F90000;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.content-schedule-question-single__approve {
    width: 22px;
    height: 22px;
    position: relative;
    display: block;
}

.content-schedule-question-single__approve:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 6px;
    width: 10px;
    height: 18px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 3px solid #54BB04;
    border-right: 3px solid #54BB04;
}

.content-schedule-question__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.content-schedule-question__bottom .btn {
    padding: 12px 25px;
}

.content-schedule-question-main {
    padding: 0;
}

.content-schedule-question-approved {
    max-width: 1140px;
    padding: 30px 15px;
    margin: 0 auto;
}

.content-schedule-question-approved .content-schedule-question__block--approved {
    margin-bottom: 0;
    height: calc(100vh - 60px);
}

.content-module-edit__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.content-module-edit__center {
    width: 475px;
    padding: 35px 55px;
}

.content-module-edit__right {
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100% - 475px) / 2);
    height: 100%;
    background: #F7F8FC;
}

.content-module-edit-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-module-edit-icons__single {
    width: 10%;
}

.content-module-edit-icons__single:nth-child(10n + 10) label, .content-module-edit-icons__single:last-child label {
    border-right: 1px solid #A5ABB7;
}

.content-module-edit-icons__single:nth-last-child(-n + 10) {
    border-bottom: 1px solid #A5ABB7;
}

.content-module-edit-icons__single input {
    display: none;
}

.content-module-edit-icons__single input + label {
    border: 1px solid #A5ABB7;
    border-right: none;
    border-bottom: none;
    width: 100%;
    height: 37px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.content-module-edit-icons__single input + label span {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #A5ABB7;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
}

.content-module-edit-icons__single-stroke {
    stroke: #A5ABB7;
    fill: transparent;
}

.content-module-edit-icons__single-fill {
    fill: #A5ABB7;
}

.content-module-edit-icons__single svg {
    width: 24px;
    height: 24px;
}

.content-module-edit-icons__single input:checked + label {
    background: #3dbec5;
}

.content-module-edit-icons__single input:checked + label span {
    background-color: #fff;
}

.content-module-edit-icons__single input:checked + label .content-module-edit-icons__single-fill {
    fill: #FFF;
}

.content-module-edit-icons__single input:checked + label .content-module-edit-icons__single-stroke {
    stroke: #FFF;
}

.content-module-edit .new-event-image {
    width: 175px;
    margin-bottom: 100px;
}

.content-module-edit .new-event-image .new-event-image__block {
    height: 117px;
}

.content-module-edit__btns {
    display: -ms-flexbox;
    display: flex;
}

.content-module-edit__btns .btn {
    width: 175px;
    margin-right: 15px;
}

.content-module-edit .btn--plus2 {
    margin-bottom: 35px;
}

.content-module-edit .content-modules-slider-module {
    width: 160px !important;
    height: 108px;
    background: #FFF;
    border: 1px solid #C0C5D2;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
    margin: 35px auto;
    position: relative;
    cursor: auto;
}

.content-module-edit .content-modules-slider-module__icon {
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
}

.content-module-edit .content-modules-slider-module__icon span {
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--icons-color);
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.content-module-edit .content-modules-slider-module__svg {
    width: 24px;
    height: 24px;
}

.content-module-edit .content-modules-slider-module__title {
    margin-bottom: 10px;
    color: var(--text-color);
}

.content-module-edit .content-modules-slider-module__text {
    display: block;
    font-size: 10px;
    color: var(--text-color);
    font-weight: 700;
}

.tags-page .sect-header {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 45px 12px 0;
    border-bottom: none;
}

.tags-page__inner {
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.tags-page__left {
    border-bottom: 1px solid #A5ABB7;
    padding-right: 30px;
    padding-top: 10px;
}

.tags-page__left .tags-page__tag {
    background: #3DBEC5;
}

.tags-page__right {
    width: 50%;
    border-bottom: 1px solid #A5ABB7;
    padding-left: 30px;
    padding-top: 10px;
}

.tags-page__right .tags-page__tag {
    background: #A5ABB7;
}

.tags-page__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.tags-page__all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags-page__all-block {
    width: 50%;
}

.tags-page__tag {
    padding: 5px 15px;
    color: #FFF;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.tags-page__tag .event__edit {
    z-index: 10;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
    padding-left: 0;
}

.tags-page__tag .event__edit li:first-child {
    padding-right: 5px;
}

.tags-page__tag .event__edit li:last-child {
    padding-left: 5px;
}

.tags-page__tag:hover .event__edit, .tags-page__tag:focus .event__edit {
    opacity: 1;
    visibility: visible;
}

.tags-page__add {
    padding: 0 30px 40px;
}

.tags-page-form {
    display: none;
}

.tags-page-form__title {
    font-size: 16px;
    font-weight: 700;
}

.tags-page-form__wrap {
    width: 555px;
    margin: 0 auto 60px;
}

.tags-page-form__wrap-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tags-page-form__wrap-top .form-group {
    width: 365px;
}

.tags-page-form__radios {
    padding-top: 28px;
}

.tags-page-form__radios .radio {
    margin-bottom: 30px;
}

.tags-page-form__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tags-page-form__btns .btn {
    width: 155px;
    padding: 12px 0;
    margin-left: 15px;
}

.tags-page-form-mass {
    display: none;
    margin-top: 25px;
}

.tags-page-form-mass .attention {
    margin-bottom: 20px;
}

.tags-page-form-mass .new-event-image__block {
    padding: 15px;
    height: auto;
}

.mailing .sect-header {
    margin-bottom: 50px;
}

.mailing-add-btn {
    padding-left: 10px;
}

.mailing-new-form {
    padding: 40px 0;
}

.mailing-new__wrap {
    width: 100%;
    max-width: 385px;
    margin: 0 auto;
}

.mailing-new .form-control--textarea {
    height: 106px;
}

.mailing-new__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.mailing-new__row .form-group {
    width: 185px;
}

.mailing-new .checkbox3 {
    margin-bottom: 15px;
}

.mailing-new__btn {
    text-align: right;
    padding-right: 100px;
}

.support .sect-header {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 45px 12px 0;
    border-color: #E2E5EC;
}

.support__inner {
    padding: 40px 20px;
    background: #F1F2F6;
    width: 555px;
    margin: 0 auto;
    height: calc(100vh - 128px);
    overflow-y: auto;
}

.support__inner::-webkit-scrollbar {
    width: 3px;
}

.support__inner::-webkit-scrollbar-track {
    background: #F1F2F6;
}

.support__inner::-webkit-scrollbar-thumb {
    background: #A5ABB7;
}

.support__inner::-webkit-scrollbar-thumb:hover, .support__inner::-webkit-scrollbar-thumb:focus {
    background: #A5ABB7;
}

.support-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
}

.support-message__user {
    width: 40px;
}

.support-message__user img {
    width: 100%;
    height: 40px;
    border-radius: 100%;
}

.support-message__block {
    width: calc(100% - 50px);
    margin-left: 10px;
    background: #FFF;
    border-radius: 6px 6px 6px 0;
    border: 1px solid #A5ABB7;
    position: relative;
}

.support-message__title {
    background: #3DBEC5;
    color: #FFF;
    font-size: 12px;
    padding: 5px 15px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.support-message__username {
    font-size: 12px;
    color: #3DBEC5;
    padding: 0 15px;
    margin: 5px 0;
}

.support-message__text {
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.support-message__date {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 12px;
    color: #9191A1;
    margin-top: 5px;
}

.support-message__info {
    padding: 0 15px;
    color: #9191A1;
    font-size: 12px;
    margin-bottom: 5px;
}

.support-message--error .support-message__title {
    background: #F90000;
}

.support-message--request .support-message__title {
    background: #1A75FF;
}

.chat .sect-header {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 45px 12px 0;
    border-color: #E2E5EC;
}

.chat__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 100px;
}

.chat__users {
    height: calc(100vh - 128px);
    background: #FFF;
    border-left: 1px solid #E2E5EC;
    border-right: 1px solid #E2E5EC;
    width: 380px;
    overflow-y: auto;
}

.chat__users::-webkit-scrollbar {
    width: 3px;
}

.chat__users::-webkit-scrollbar-track {
    background: transparent;
}

.chat__users::-webkit-scrollbar-thumb {
    background: #A5ABB7;
}

.chat__users::-webkit-scrollbar-thumb:hover, .chat__users::-webkit-scrollbar-thumb:focus {
    background: #A5ABB7;
}

.chat-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #FFF;
    border-bottom: 1px solid #D2D2D2;
}

.chat-user:hover, .chat-user.active, .chat-user:focus {
    background: #F1F2F6;
}

.chat-user__image {
    padding: 10px 15px;
}

.chat-user__image img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.chat-user__info {
    padding: 10px 15px 10px 0;
    width: 100%;
}

.chat-user__name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.chat-user__text {
    font-size: 13px;
    color: #8E8E93;
    word-wrap: break-word;
}

.chat-user__date {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    color: #8E8E93;
}

.chat-user__unread {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #FB3A2F;
    right: 10px;
    bottom: 14px;
}

.chat-messages {
    height: calc(100vh - 128px);
    width: calc(100% - 380px);
    background: #F1F2F6;
    position: relative;
    display: none;
}

.chat-messages__all {
    height: calc(100% - 59px);
    padding: 15px 30px;
    overflow-y: auto;
}

.chat-messages__all::-webkit-scrollbar {
    width: 3px;
}

.chat-messages__all::-webkit-scrollbar-track {
    background: transparent;
}

.chat-messages__all::-webkit-scrollbar-thumb {
    background: #A5ABB7;
}

.chat-messages__all::-webkit-scrollbar-thumb:hover, .chat-messages__all::-webkit-scrollbar-thumb:focus {
    background: #A5ABB7;
}

.chat-form {
    width: 100%;
    padding: 10px 15px;
    background: #E2E5EC;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.chat-form__input {
    width: calc(100% - 92px);
    background: #FFF;
    border-radius: 5px;
    font-size: 15px;
    padding: 11px 15px;
    border: none;
    margin: 0 15px;
}

.chat-form__smiles-svg {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #596066;
}

.chat-form__btn {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: none;
    background: #3DBEC5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-form__btn:hover, .chat-form__btn:focus {
    background: #2FA9B1;
}

.chat-form__btn-svg {
    width: 24px;
    height: 24px;
    fill: #FFF;
    margin-left: 3px;
}

.chat-message {
    background: #FFF;
    border-radius: 6px;
    margin-bottom: 5px;
    padding: 5px 12px;
    border: 1px solid #A5ABB7;
    display: inline-block;
    position: relative;
    max-width: 90%;
}

.chat-message-wrap {
    position: relative;
}

.chat-message-wrap .chat-message-event__edit {
    z-index: 10;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding-left: 0;
    border-radius: 5px;
}

.chat-message--admin .chat-message-event__edit {
    left: 90%;
}


.chat-message-wrap .chat-message-event__edit li:first-child {
    padding-right: 5px;
}

.chat-message-wrap .chat-message-event__edit li:last-child {
    padding-left: 5px;
}

.chat-message-wrap:hover .chat-message-event__edit, .chat-message-wrap:focus .chat-message-event__edit {
    opacity: 1;
    visibility: visible;
}

.chat-message-event__edit svg {
    width: 32px;
    height: 32px;
    stroke: #A5ABB7;
    fill: transparent;
    transition: stroke .3s ease-in-out;
}

.chat-message-event__edit {
    position: absolute;
    left: 2%;
    top: 35%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.chat-message-event__edit li:first-child {
    padding-right: 15px;
    border-right: 2px solid #E6E6E6;
}

.chat-message-event__edit li:last-child {
    padding-left: 15px;
}

.chat-message-event__edit a:hover svg, .chat-message-event__edit a:focus svg {
    stroke: #596066;
}

.chat-message__name {
    font-size: 12px;
    color: #3DBEC5;
    margin-bottom: 5px;
}

.chat-message__text {
    font-size: 14px;
}

.chat-message__date {
    display: none;
    position: absolute;
    top: 100%;
    right: 5px;
    margin-top: 5px;
    font-size: 12px;
    color: #9191A1;
}

.chat-message--last {
    margin-bottom: 25px;
}

.chat-message--last .chat-message__date {
    display: block;
}

.chat-message--admin {
    text-align: right;
}

.chat-message--admin .chat-message {
    background: #596066;
    border-color: transparent;
    text-align: left;
}

.chat-message--admin .chat-message__name {
    text-align: right;
}

.chat-message--admin .chat-message__text {
    color: #C0C5D2;
    word-wrap: break-word;
}

.chat-message--admin .chat-message__date {
    left: 5px;
    right: auto;
}

.admins .sect-header {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 45px 12px 0;
    border-color: #E2E5EC;
}

.admins__wrap {
    min-height: calc(100vh - 128px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
}

.admins__btn {
    text-align: right;
    padding-right: 100px;
}

.admins-new__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
    min-height: calc(100vh - 87px);
}

.admins-new__wrap {
    width: 555px;
    margin: 0 auto;
}

.admins-new-avatar {
    width: 140px;
    position: relative;
    margin-bottom: 40px;
}

.admins-new-avatar:hover .admins-new-avatar-new.has-image, .admins-new-avatar:focus .admins-new-avatar-new.has-image {
    opacity: 1;
    visibility: visible;
}

.admins-new-avatar-new {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background: #FFF;
    border: 1px dashed #A5ABB7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.admins-new-avatar-new svg {
    width: 25px;
    height: 25px;
    fill: transparent;
    stroke: #A5ABB7;
}

.admins-new-avatar-new.has-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.admins-new-avatar-icon {
    width: 32px;
    height: 32px;
    background: #3DBEC5;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.admins-new-avatar-icon svg {
    fill: transparent;
    width: 18px;
    height: 18px;
}

.admins-new__image {
    width: 140px;
    height: 140px;
    border-radius: 100%;
}

.admins-new__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.admins-new__row .form-group {
    width: 175px;
}

.admins-new__events {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.admins-new__events .label {
    width: 100%;
}

.admins-new-event {
    width: 270px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #A5ABB7;
    background: #FFF;
    margin-bottom: 40px;
}

.admins-new-event__image {
    width: 100%;
}

.admins-new-event__info {
    padding: 15px;
}

.admins-new-event__title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.admins-new-event__date {
    font-size: 11px;
    color: #757A7E;
}

.admins-new__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 555px;
    margin: 0 auto;
}

.admins-new__btns .btn {
    margin-left: 15px;
    width: 155px;
    padding: 12px 0;
}

.admins-change-pass {
    width: 100%;
    height: 41px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.admins-new__row .form-group:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.admins-new__row .form-group select.form-control {
    height: 41px;
}

.system .sect-header {
    margin-bottom: 50px;
}

.system-icons-new {
    max-width: 585px;
    margin: 0 auto;
    padding: 40px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 87px);
}

.system-icons-new .attention {
    margin-bottom: 70px;
}

.system-icons-new .new-event-image__block {
    height: 120px;
}

.system-icons-new__wrap {
    margin-bottom: 40px;
}

.system-icons-new__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.system-icons-new__btns .btn {
    width: 155px;
    margin-left: 15px;
    padding: 12px 0;
}

.system-statistic-wrap {
    padding: 0 30px;
    margin-bottom: 25px;
}

.system .row {
    margin-left: -7px;
    margin-right: -7px;
}

.system-statistic-single {
    padding: 0 7px;
    width: 25%;
}

.system-statistic-single--date {
    text-align: right;
}

.system-statistic {
    border: 1px solid #A5ABB7;
    padding: 15px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 4px;
}

.system-statistic__title {
    font-weight: 500;
    color: #A5ABB7;
    font-size: 12px;
}

.system-statistic-info__single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.system-statistic-info__title {
    font-size: 12px;
    color: #A5ABB7;
    font-weight: 500;
    margin-right: 5px;
}

.system-statistic-info__number {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.system-statistic-info__btn {
    width: 40px;
    height: 40px;
    background: #FFF;
    border: 1px solid #3DBEC5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: 15px;
}

.system-statistic-info__btn svg {
    width: 16px;
    height: 16px;
    fill: #3DBEC5;
    transition: fill .3s ease-in-out;
}

.system-statistic-info__btn:hover, .system-statistic-info__btn:focus {
    background: #3DBEC5;
}

.system-statistic-info__btn:hover svg, .system-statistic-info__btn:focus svg {
    fill: #FFF;
}

.system-statistic-date {
    color: #3DBEC5;
    border: 1px solid #3DBEC5;
    letter-spacing: .5px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 12px 20px;
    outline: none;
    margin-left: auto;
    margin-bottom: 15px;
    background: #fff;
}

.system-statistic__main-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.system-statistic-modules .system-statistic__main-title {
    padding: 0 30px;
}

.system-statistic-modules__all {
    background: #F7F8FC;
    padding: 15px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.system-statistic-module {
    text-align: center;
}

.system-statistic-module__icon {
    width: 90px;
    height: 90px;
    border: 1px solid #C0C5D2;
    background: #FFF;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.system-statistic-module__icon svg {
    width: 36px;
    height: 36px;
    stroke: #3DBEC5;
    fill: transparent;
}

.system-statistic-module__icon .system-statistic-module__icon--fill {
    fill: #3DBEC5;
    stroke: none;
}

.system-statistic-module__title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.system-statistic-module__count {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.preview-invite {
    padding: 70px 15px;
}

.preview-invite__wrap {
    width: 100%;
    max-width: 555px;
    border: 1px dashed #C0C5D2;
    border-radius: 4px;
    padding: 15px;
    margin: 0 auto 100px;
}

.preview-invite__image {
    max-width: 100%;
    margin-bottom: 25px;
}

.preview-invite__message {
    margin-bottom: 75px;
}

.preview-invite__message p {
    margin-bottom: 15px;
}

.preview-invite__regards {
    margin-bottom: 65px;
}

.preview-invite__user-info {
    margin-bottom: 30px;
}

.preview-invite__qr {
    margin-bottom: 20px;
}

.preview-invite__btn {
    text-align: right;
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


.content-schedule-zoom-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 34px;
}

.content-schedule-zoom-head .btn--plus2 {
    /* display: flex; */
    margin-right: 41px;
    position: absolute;
    right: 0;
    /* top: 140px; */
    margin-top: 27px;
}

.popup-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}

.spin__popup {
    position: fixed;
    width: 1000px;
    height: 400px;
    overflow-y: auto;
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.spin__popup_info {
    position: fixed;
    width: 1000px;
    height: 700px;
    overflow-y: auto;
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.spin__popup.open,
.spin__popup_info.open,
.popup-bg.open {
    visibility: visible;
    opacity: 1;
}

#table-1 {
    width: 950px;
    min-height: 30%
}

.spin__popup_info img {
    max-width: 100%;
}

#canvas_info {
    height: 900px;
    width: 600px;
    background-color: #ffffff;
    cursor: default;
    border: 1px solid black;
}

.info-tags-page__inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.info-tags-page__left {
    padding-top: 10px;
}

.info-tags-page__all {
    display: flex;
    flex-wrap: wrap;
}

.info-tags-page__all-block {
    width: 50%;
}

.info-tags-page__left .info-tags-page__tag {
    background: #3DBEC5;
}

.info-tags-page__tag {
    padding: 5px 15px;
    color: #FFF;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.info-tags-page__tag .event__edit {
    z-index: 10;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
    padding-left: 0;
}

.info-tags-page__tag .event__edit li:first-child {
    padding-right: 5px;
}

.info-tags-page__tag .event__edit li:last-child {
    padding-left: 5px;
}

.info-tags-page__tag:hover .event__edit, .info-tags-page__tag:focus .event__edit {
    opacity: 1;
    visibility: visible;
}


.complaints-new__wrap {
    margin-bottom: 40px;
}

.complaints-new {
    max-width: 555px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 87px);
}

.complaints-new .complaints-attention {
    margin-bottom: 20px;
}

.complaints-attention {
    height: 100px;
    padding: 18px 30px;
    background: #FFEBF2;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.complaints-attention__icon {
    width: 38px;
}

.complaints-attention__svg {
    width: 38px;
    height: 38px;
    fill: #FA3D7B;
}

.complaints-attention__text {
    color: #FA3D7B;
    font-size: 12px;
    font-weight: 500;
    padding-left: 30px;
    width: calc(100% - 38px);
}

.complaints-support__inner {
    padding: 40px 20px;
    background: #F1F2F6;
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 128px);
    overflow-y: auto;
}

.complaints-message__username {
    font-size: 12px;
    color: #8E8E93;
    padding: 0 15px;
    margin: 5px 0;
}

.complaints-message__block {
    width: calc(100% - 50px);
    margin-left: 10px;
    background: #FFF;
    border-radius: 6px 6px 6px 0;
    border: 1px solid #A5ABB7;
    cursor: pointer;
}

.complaints-message__user {
    width: 50px;
    cursor: pointer;
}


.complaints-message__user img {
    max-width: 100%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.complaints-message .complaints-event__edit {
    z-index: 10;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 77%;
    padding-left: 0;
    border-radius: 5px;

}

.complaints-message .complaints-event__edit li:first-child {
    padding-right: 5px;
}

.complaints-message .complaints-event__edit li:last-child {
    padding-left: 5px;
}

.complaints-message:hover .complaints-event__edit, .complaints-message:focus .complaints-event__edit {
    opacity: 1;
    visibility: visible;
}

.complaints-message__block a {
    color: #2F333D;
}

.complaints-event__edit svg {
    width: 32px;
    height: 32px;
    stroke: #A5ABB7;
    fill: transparent;
    transition: stroke .3s ease-in-out;
}

.complaints-event__edit {
    position: absolute;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.complaints-event__edit li:first-child {
    padding-right: 15px;
    border-right: 2px solid #E6E6E6;
}

.complaints-event__edit li:last-child {
    padding-left: 15px;
}

.complaints-event__edit a:hover svg, .complaints-event__edit a:focus svg {
    stroke: #596066;
}

.complaints-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
    position: relative;
}

.complaints-message--not_reaction .support-message__title {
    background: #F90000;
}

.complaints-message--reaction .support-message__title {
    background: #9c9c9c;
}


.content-module-edit .form-group:hover .module-event__edit, .content-module-edit .form-group:focus .module-event__edit {
    opacity: 1;
    visibility: visible;
}

.content-module-edit .form-group {
    position: relative;
}

.module-event__edit {
    position: absolute;
    left: 84%;
    top: 65%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    padding-left: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.module-event__edit {
    position: absolute;
    left: 95%;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.module-event__edit li:first-child {
    padding-right: 15px;
    border-right: 2px solid #E6E6E6;
}

.module-event__edit li:last-child {
    padding-left: 15px;
}

.module-event__edit a:hover svg, .module-event__edit a:focus svg {
    stroke: #596066;
}

.module-event__edit svg {
    width: 32px;
    height: 32px;
    stroke: #A5ABB7;
    fill: transparent;
    transition: stroke .3s ease-in-out;
}

.content-schedule-media-chat-message__text {
    word-break: break-word;
}

textarea{
    max-width: 100%;
    min-width: 100%;
}


.content-single-event {
    width: 270px;
    background: #FFF;
    margin-bottom: 40px;
    align-items: flex-end;
    position: relative;
}

.content-new-event {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #FFF;
    border: 1px solid #A5ABB7;
    border-radius: 8px;
    height: 100%;
    margin-bottom: 10px;
    position: relative;
    color: #000;
}

.content-new-event__info {
    padding-left: 13px;
    width: calc(100% - 48px);
}

.content-new-event__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    z-index: 10;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    height: auto;
    display: none;
    max-height: 400px;
    overflow-y: auto;
}

.content-new-event__dropdown .content-new-event {
    margin-bottom: 10px !important;
}

.content-new-event {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #FFF;
    border: 1px solid #A5ABB7;
    border-radius: 8px;
    height: 100%;
    position: relative;
    color: #000;
}

.content-new-event__dropdown .content-new-event:before {
    display: none;
}

.content-new-event__dropdown .content-new-event:last-child {
    margin-bottom: 0 !important;
}

.content-single-event:hover .content-new-event--current, .content-single-event:focus .content-new-event--current {
    border-color: #2FA9B1;
    box-shadow: 0 0 3px #3DBEC5;
}

.content-new-event::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
}

.info-in-one-line {
    white-space: nowrap;
}

.info-scroll {
    overflow-y: hidden;
    overflow-x: auto;
}

.info-scroll::-webkit-scrollbar {
    height: 6px;
    background-color: #f9f9fd;
}

.info-scroll::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #3DBEC5;
}

.info-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 1px;
    background-color: #f9f9fd;
}


