/* ---------- COLORS  ---------- */
/* ---------- FONTS  ---------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
dd,
del,
pre,
code,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  position: relative;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a,
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

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

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
}

button,
input[type=submit],
input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

input[type=date] {
  -webkit-appearance: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

a:hover.button.button--primary {
  color: #FFFFFF;
}

/* ---------- COLORS  ---------- */
/* ---------- FONTS  ---------- */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg") format("svg"), url("../fonts/Inter-Regular.otf") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg") format("svg"), url("../fonts/Inter-Medium.otf") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svg") format("svg"), url("../fonts/Inter-SemiBold.otf") format("svg");
  font-weight: 600;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1,
.heading-h1 {
  font-size: 48px;
  line-height: 1.16em;
  letter-spacing: -2px;
}
@media only screen and (max-width: 820px) {
  h1,
  .heading-h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 360px) {
  h1,
  .heading-h1 {
    font-size: 40px;
  }
}

h2,
.heading-h2 {
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: -1px;
}
@media only screen and (max-width: 820px) {
  h2,
  .heading-h2 {
    font-size: 36px;
  }
}

h3,
.heading-h3 {
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: -1px;
}
@media only screen and (max-width: 820px) {
  h3,
  .heading-h3 {
    font-size: 28px;
  }
}

h4,
.heading-h4 {
  font-size: 24px;
  line-height: 1.33em;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 820px) {
  h4,
  .heading-h4 {
    font-size: 22px;
  }
}

h5,
.heading-h5 {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -1px;
}
@media only screen and (max-width: 820px) {
  h5,
  .heading-h5 {
    font-size: 18px;
  }
}

h6,
.heading-h6 {
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media only screen and (max-width: 820px) {
  h6,
  .heading-h6 {
    font-size: 14px;
  }
}

p,
.paragraph-long {
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-short {
  line-height: 1.3em;
}

.paragraph-small-long {
  font-size: 14px;
  line-height: 1.43em;
}

.paragraph-small-short {
  font-size: 14px;
  line-height: 1.28em;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
}

body {
  min-height: 100vh;
  background: linear-gradient(#FAFBFC, #EEF1F4);
  padding-right: 24px;
  padding-bottom: 18px;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background: rgba(2, 7, 38, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll:before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 920px) {
  body {
    padding-right: 20px;
  }
}

.all-elements-guide {
  background: #FFFFFF;
  padding: 60px;
}
@media only screen and (max-width: 820px) {
  .all-elements-guide {
    padding: 20px;
  }
}
.all-elements-guide input,
.all-elements-guide label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.all-elements-guide .toggle input,
.all-elements-guide .toggle label {
  margin-bottom: 0;
}
.all-elements-guide strong {
  font-weight: bold;
}
.all-elements-guide .input-preffixed {
  margin-bottom: 10px;
}

.main-content-wrap {
  display: flex;
}
@media only screen and (max-width: 920px) {
  .main-content-wrap {
    position: relative;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 360px) {
  .main-content-wrap {
    padding-left: 54px;
  }
}

.main-content {
  background: #FFFFFF;
  box-shadow: 0 2px 12px -1px rgba(27, 36, 44, 0.1);
  min-height: calc(100vh - 160px);
  width: 100%;
  flex: 1;
  padding: 20px 55px 20px 35px;
}
@media only screen and (max-width: 920px) {
  .main-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-content__layout {
  display: flex;
  flex-wrap: wrap;
}
.main-content__layout--column {
  flex-direction: column;
  height: 100%;
}
.main-content__layout--full-height {
  height: 100%;
}
.main-content__layout--with-breadcrumbs {
  position: relative;
  height: 100%;
  padding-top: 54px;
}
@media only screen and (max-width: 1180px) {
  .main-content__layout--with-breadcrumbs {
    display: block;
    padding-top: 0;
  }
}
@media only screen and (max-width: 820px) {
  .main-content__layout--with-breadcrumbs {
    overflow: auto;
  }
}
.main-content__layout .folders-nav {
  width: 19%;
  padding-top: 5px;
  min-width: 220px;
  overflow: auto;
  height: 75vh;
}
@media only screen and (max-width: 1180px) {
  .main-content__layout .folders-nav {
    position: absolute;
    background: #FFFFFF;
    height: 100%;
    width: 220px;
    box-shadow: 0 2px 12px -1px rgba(27, 36, 44, 0.1);
    top: 0;
    left: 0;
    transition: all 400ms;
    transform: translateX(-60px);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
}
@media only screen and (max-width: 1180px) {
  .main-content__layout .folders-nav.active {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 360px) {
  .main-content__layout .folders-nav.active {
    transform: translateX(-10px);
  }
}
.main-content__layout .sorting-and-selecting-wrap {
  width: 81%;
  flex: 1;
}
@media only screen and (max-width: 1180px) {
  .main-content__layout .sorting-and-selecting-wrap {
    width: 100%;
    flex: auto;
  }
}
.main-content__layout .template-2-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
}
@media only screen and (max-width: 1280px) {
  .main-content__layout .template-2-buttons {
    order: 3;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .main-content__layout .template-2-buttons {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.main-content__layout .template-2-buttons .button {
  margin-left: 7px;
}
@media only screen and (max-width: 420px) {
  .main-content__layout .template-2-buttons .button {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.main-content__layout .template-2-file-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 580px) {
  .main-content__layout .template-2-file-name {
    flex-wrap: wrap;
  }
}
.main-content__layout .template-2-file-name .input-wrap {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 580px) {
  .main-content__layout .template-2-file-name .input-wrap {
    flex: 1;
  }
}
.main-content__layout .template-2-file-name__icons {
  display: flex;
  align-items: center;
}
.main-content__layout .template-2-file-name__icons > a {
  display: block;
  margin-left: 7px;
}
.main-content__layout .template-2-file-name__icons > a img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 580px) {
  .main-content__layout .template-2-file-name .button {
    margin-top: 10px;
    display: flex;
  }
}
.main-content__layout .template-2-placeholder-image {
  display: block;
  width: 100%;
}
.main-content--with-side-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
  align-items: flex-start;
}
.main-content--with-side-nav .main-content__layout {
  flex: 1;
}
.main-content--with-side-nav .main-content__template_form {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width: 580px) {
  .main-content--with-side-nav {
    padding-right: 16px;
  }
}
.main-content .start-watch-button {
  position: relative;
  display: block;
  margin-left: 7px;
  cursor: pointer;
}
.main-content .start-watch-button .additional-settings {
  width: 100%;
  min-width: 276px;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  z-index: 10;
}
@media only screen and (max-width: 420px) {
  .main-content .start-watch-button .additional-settings {
    min-width: 220px;
  }
}
.main-content .start-watch-button.active .additional-settings {
  opacity: 1;
  visibility: visible;
}

.button {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  padding: 16px 24px;
  display: inline-flex;
  border: none;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button--with-icon:after {
  content: "+";
  display: inline-block;
  margin-left: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
  position: relative;
  top: -1px;
}
.button--with-icon--left {
  flex-direction: row-reverse;
}
.button--with-icon--left:after {
  margin-left: 0;
  margin-right: 8px;
}
.button--with-icon.button--small:after {
  font-size: 16px;
}
.button--with-icon.button--tiny:after {
  font-size: 15px;
}
.button--primary {
  color: #FFFFFF;
  background: #1864F2;
  border: 1px solid #1864F2;
}
.button--secondary {
  border: 1px solid #1B1B1E;
  color: #1B1B1E;
  background: #FFFFFF;
}
.button--grey {
  background: #A8AAB2;
  border: 1px solid #A8AAB2;
  color: #FFFFFF;
}
.button--disabled {
  border: 1px solid #A8AAB2;
  color: #A8AAB2;
}
.button--small {
  font-size: 14px;
  line-height: 1.14em;
  padding: 8px 12px;
  max-height: 32px;
}
@media only screen and (max-width: 820px) {
  .button--small {
    max-height: 100%;
  }
}
.button--large {
  width: 12rem;
}
.button--tiny {
  font-size: 13px;
  line-height: 1.23em;
  padding: 4px 8px;
}
.button--tiny .button--dropdown:after {
  width: 18px;
  height: 18px;
}
.button--dropdown {
  position: relative;
  border: none;
  cursor: pointer;
  z-index: 999;
}
.button--dropdown:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/chevron-down-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  transition: all 400ms;
}
.button--dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background: #1864F2;
  padding: 0px 24px 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  z-index: 10;
}
.button--dropdown ul li a {
  display: block;
  color: #FFFFFF;
  padding: 5px 0;
  font-size: 14px;
}
.button--dropdown:hover ul {
  opacity: 1;
  visibility: visible;
}
.button--dropdown:hover:after {
  transform: rotate(180deg);
}
.button--dropdown.button--small:after {
  width: 20px;
  height: 20px;
}
.button--dropdown.button--small ul li a {
  font-size: 13px;
}
.button--dropdown.button--tiny:after {
  width: 16px;
  height: 16px;
}
.button--dropdown.button--tiny ul li {
  padding-top: 5px;
}
.button__ghost {
  padding: 16px;
  display: inline-block;
}
.button__ghost--primary {
  color: #1864F2;
}
.button__ghost--secondary {
  color: #1B1B1E;
}
.button__ghost--disabled {
  color: #A8AAB2;
  pointer-events: none;
}
.button__ghost--small {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.14em;
}
.button--full-width {
  width: 100%;
}

.fullbleed-buttons {
  width: 100%;
  display: flex;
}
.fullbleed-buttons .button {
  flex: 1;
  padding: 24px 48px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 820px) {
  .fullbleed-buttons .button {
    padding: 16px 20px;
    font-size: 14px;
    text-align: center;
  }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #70777D;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #70777D;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #70777D;
}

:-moz-placeholder { /* Firefox 18- */
  color: #70777D;
}

input,
.big-select,
.small-select {
  display: inline-block;
  border: 2px solid #DADEE5;
  padding: 0px 16px;
  font-size: 14px;
  line-height: 1.285em;
  color: #1B1B1E;
  font-weight: 400;
  height: 48px;
  background: #FFFFFF;
  width: 100%;
}
input:focus,
.big-select:focus,
.small-select:focus {
  border-color: #1864F2;
}
input.small-input,
.big-select.small-input,
.small-select.small-input {
  height: 24px;
}
input.small-input + .input-wrap__clear-field,
.big-select.small-input + .input-wrap__clear-field,
.small-select.small-input + .input-wrap__clear-field {
  bottom: 2px;
}
input.input-icon,
.big-select.input-icon,
.small-select.input-icon {
  padding-right: 48px;
  position: relative;
  background-position: calc(100% - 14px) center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url("../images/input-icon.svg");
}
input.input-icon--credit-card,
.big-select.input-icon--credit-card,
.small-select.input-icon--credit-card {
  background-image: url("../images/credit-card-icon.svg");
}
input.input-disabled,
.big-select.input-disabled,
.small-select.input-disabled {
  pointer-events: none;
  background-color: #F8F9FC;
}

.input-wrap {
  position: relative;
}
.input-wrap__clear-field {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 14px;
  right: 14px;
  background-image: url("../images/close-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
.input-wrap input {
  padding-right: 40px;
}
.input-wrap input:focus + .input-wrap__clear-field {
  opacity: 1;
  visibility: visible;
}
.input-wrap input.input-icon {
  padding-right: 60px;
}
.input-wrap input.input-icon + .input-wrap__clear-field {
  right: 40px;
}

.big-select,
.small-select {
  display: block;
  width: 100%;
  color: #70777D;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("../images/chevron-down.svg");
  background-size: 24px 24px;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.big-select:focus,
.small-select:focus {
  border-color: #DADEE5;
  background: none;
}

.small-select {
  font-size: 14px;
  height: 32px;
  display: inline-block;
  width: auto;
  min-width: 116px;
}

label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14em;
  display: block;
  margin-bottom: 8px;
}

.input-preffixed {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.input-preffixed input {
  margin: 0;
  flex: 1;
}
.input-preffixed__icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 2px solid #DADEE5;
  border-right: none;
  background-image: url("../images/mail-icon.svg");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.input-preffixed label {
  width: 100%;
}

.input-message ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1B1B1E;
}
.input-message ::-moz-placeholder { /* Firefox 19+ */
  color: #1B1B1E;
}
.input-message :-ms-input-placeholder { /* IE 10+ */
  color: #1B1B1E;
}
.input-message :-moz-placeholder { /* Firefox 18- */
  color: #1B1B1E;
}
.input-message > .input-message__small-text {
  color: #70777D;
}
.input-message--error .input-icon {
  border-color: #AE2443;
  background-image: url("../images/error-icon.svg");
}
.input-message--error .input-message__small-text {
  color: #AE2443;
}
.input-message--error .input-message__small-text--height {
  height: 20px;
}
.input-message--success .input-icon {
  border-color: #00A671;
  background-image: url("../images/checkmark-icon.svg");
}
.input-message__small-text {
  display: block;
  font-size: 12px;
  line-height: 1.33em;
  font-weight: 500;
  margin-top: 8px;
  color: #1B1B1E;
}

.input-search {
  position: relative;
  width: 100%;
  padding-right: 20px;
}
.input-search .input-wrap {
  height: 40px;
  width: 100%;
  max-width: 400px;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .input-search .input-wrap {
    height: 34px;
  }
}
.input-search .input-wrap:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/input-search-icon.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.input-search .input-wrap input {
  height: 100%;
  display: block;
  padding-left: 46px;
}
.input-search .input-wrap__clear-field {
  bottom: 10px;
}
.input-search__results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 560px;
  max-width: 560px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(27, 36, 44, 0.1215686275);
  transition: all 400ms;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
@media only screen and (max-width: 920px) {
  .input-search__results {
    min-width: 320px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 580px) {
  .input-search__results {
    height: calc(100vh - 120px);
    overflow: auto;
  }
}
@media only screen and (max-width: 360px) {
  .input-search__results {
    min-width: 280px;
  }
}
.input-search__results.active {
  opacity: 1;
  visibility: visible;
}
.input-search__results__header {
  padding: 16px 16px 12px;
  box-shadow: 0px 2px 4px 0px rgba(27, 36, 44, 0.1215686275);
  display: flex;
  align-items: center;
}
.input-search__results__header .button--tiny {
  padding: 2px 8px;
  border-color: #DADEE5;
}
.input-search__results__header .button.active {
  background: #1B1B1E;
  color: #FFFFFF;
}
.input-search__results__one-section {
  padding: 16px 16px 8px;
  box-shadow: 0px 2px 4px 0px rgba(27, 36, 44, 0.1215686275);
}
.input-search__results__one-section > span {
  font-size: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #70777D;
  letter-spacing: 0.6px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.input-search__results__one-section__one-result {
  display: block;
  position: relative;
  padding-left: 24px;
  padding-top: 6px;
  color: #1B1B1E;
  font-weight: 400;
}
.input-search__results__one-section__one-result:last-of-type:after {
  opacity: 0;
}
.input-search__results__one-section__one-result span {
  display: block;
}
.input-search__results__one-section__one-result__name {
  font-size: 14px;
  line-height: 1.43em;
  margin-bottom: 2px;
  position: relative;
}
.input-search__results__one-section__one-result__name:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow-right-search-result.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.input-search__results__one-section__one-result__folder {
  font-size: 12px;
  line-height: 1.33em;
}
.input-search__results__one-section__one-result:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url("../images/search-folder-icon.svg");
  background-size: contain;
  background-position: center;
}
.input-search__results__one-section__one-result:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DADEE5;
  margin-top: 8px;
}
.input-search__results__one-section--folders {
  padding-bottom: 4px;
}
.input-search__results__one-section--folders > span {
  margin-bottom: 12px;
}
.input-search__results__one-section--folders .input-search__results__one-section__one-result {
  padding-top: 0;
  margin-bottom: 12px;
}
.input-search__results__one-section--folders .input-search__results__one-section__one-result:before {
  top: 2px;
  background-image: url("../images/search-time-icon.svg");
}
.input-search__results__one-section--folders .input-search__results__one-section__one-result:after {
  display: none;
}
.input-search__results__one-section--folders .input-search__results__one-section__one-result__name {
  margin-bottom: 0;
}
.input-search__results__one-section--folders .input-search__results__one-section__one-result__name:after {
  display: none;
}

.textarea,
.signature-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 400px;
}
@media only screen and (max-width: 580px) {
  .textarea,
  .signature-wrap {
    width: 100%;
  }
}
.textarea ::-webkit-input-placeholder,
.signature-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #70777D;
}
.textarea ::-moz-placeholder,
.signature-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: #70777D;
}
.textarea :-ms-input-placeholder,
.signature-wrap :-ms-input-placeholder { /* IE 10+ */
  color: #70777D;
}
.textarea :-moz-placeholder,
.signature-wrap :-moz-placeholder { /* Firefox 18- */
  color: #70777D;
}
.textarea > span,
.signature-wrap > span {
  font-size: 14px;
  font-weight: 500;
  color: #1B1B1E;
  margin: 0;
}
.textarea > span.textarea-char-number,
.signature-wrap > span.textarea-char-number {
  font-size: 12px;
  font-weight: 400;
  color: #70777D;
  margin-left: auto;
}
.textarea textarea,
.signature-wrap textarea {
  display: block;
  width: 100%;
  height: 128px;
  margin-top: 16px;
  border: 2px solid #DADEE5;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #1B1B1E;
  background: #FFFFFF;
}
.textarea textarea:focus,
.signature-wrap textarea:focus {
  border-color: #1864F2;
}
.textarea textarea + span,
.signature-wrap textarea + span {
  font-size: 12px;
  font-weight: 400;
  color: #70777D;
  margin-top: 8px;
}
.textarea--error > span,
.signature-wrap--error > span {
  color: #AE2443;
}
.textarea--error > span.textarea-char-number,
.signature-wrap--error > span.textarea-char-number {
  color: #1B1B1E;
  font-weight: 500;
}
.textarea--error textarea,
.signature-wrap--error textarea {
  border-color: #AE2443;
}
.textarea--error textarea + span,
.signature-wrap--error textarea + span {
  color: #AE2443;
}
.textarea--disabled ::-webkit-input-placeholder,
.signature-wrap--disabled ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A8AAB2;
}
.textarea--disabled ::-moz-placeholder,
.signature-wrap--disabled ::-moz-placeholder { /* Firefox 19+ */
  color: #A8AAB2;
}
.textarea--disabled :-ms-input-placeholder,
.signature-wrap--disabled :-ms-input-placeholder { /* IE 10+ */
  color: #A8AAB2;
}
.textarea--disabled :-moz-placeholder,
.signature-wrap--disabled :-moz-placeholder { /* Firefox 18- */
  color: #A8AAB2;
}
.textarea--disabled > span,
.signature-wrap--disabled > span {
  color: #A8AAB2;
}
.textarea--disabled > span.textarea-char-number,
.signature-wrap--disabled > span.textarea-char-number {
  color: #70777D;
  font-weight: 400;
}
.textarea--disabled textarea,
.signature-wrap--disabled textarea {
  background: #F8F9FC;
  color: #A8AAB2;
  pointer-events: none;
}

.signature-wrap {
  width: 100%;
  position: relative;
}
.signature-wrap .signature {
  background: #FFFFFF;
  touch-action: none;
  width: 100%;
  height: 300px;
  border: 1px solid #DADEE5;
  margin: 16px 0 10px;
}
.signature-wrap .signature + span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33em;
  color: #70777D;
}
.signature-wrap__buttons {
  position: absolute;
  bottom: -6px;
  right: 0;
  display: flex;
  align-items: center;
}
.signature-wrap__buttons__one-button {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  cursor: pointer;
}
.signature-wrap__buttons__one-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.ui-datepicker {
  width: auto;
  box-shadow: 0px 8px 16px 0px rgba(27, 36, 44, 0.1215686275);
  padding: 16px;
}
@media only screen and (max-width: 420px) {
  .ui-datepicker {
    width: 240px;
  }
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  min-height: 40px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 8px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  background-color: none;
  border: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background-image: url("../images/arrow-prev-black.svg");
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-image: url("../images/arrow-next-black.svg");
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14em;
  color: #1B1B1E;
  font-family: "Inter", sans-serif;
}
.ui-datepicker.ui-widget-content {
  border: none;
  border-radius: 0;
}
.ui-datepicker th {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28em;
  text-align: center;
  color: #70777D;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td .ui-state-default {
  height: 40px;
  width: 40px;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.14em;
  color: #1B1B1E;
}
@media only screen and (max-width: 420px) {
  .ui-datepicker td .ui-state-default {
    height: 30px;
    width: 30px;
  }
}
.ui-datepicker td .ui-state-default.ui-state-highlight {
  border: 1px solid #1864F2;
}
.ui-datepicker td .ui-state-default.ui-state-active {
  background: #1864F2;
  color: #FFFFFF;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.14em;
  font-weight: 500;
  color: #1B1B1E;
  padding: 8px 12px;
  background: #F8F9FC;
  border: 1px solid #F8F9FC;
  cursor: pointer;
}
.tag--with-icon > img {
  width: 16px;
  height: 16px;
  display: inline-block;
  object-fit: contain;
  object-position: center;
  margin-left: 8px;
}
.tag--with-icon--left {
  flex-direction: row-reverse;
}
.tag--with-icon--left > img {
  margin-left: 0;
  margin-right: 8px;
}
.tag--white {
  border: 1px solid #DADEE5;
  background: #FFFFFF;
}
.tag--small {
  font-size: 12px;
  padding: 4px 8px;
  line-height: 1.16em;
}
.tag--small.tag--with-icon > img {
  width: 14px;
  height: 14px;
}

.toggle {
  position: relative;
  box-sizing: border-box;
}
.toggle input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.toggle input[type=checkbox]:checked + label:before {
  background: #00D28F;
}
.toggle input[type=checkbox]:checked + label:after {
  left: 35px;
  box-shadow: 0px 2px 1px 0px rgba(27, 36, 44, 0.1215686275);
  background: #00D28F;
  border: 10px solid #FFFFFF;
}
.toggle label {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 0;
}
.toggle label span {
  margin: 0;
  margin-left: 12px;
}
.toggle label:before {
  content: "";
  width: 64px;
  height: 32px;
  background: #A8AAB2;
  position: relative;
  display: inline-block;
  border-radius: 34px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
.toggle label:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  z-index: 2;
  background: transparent;
  border: 13px solid #E6E6E6;
  box-sizing: border-box;
  transition: 0.2s ease-in;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1490196078);
}
.toggle--small input[type=checkbox]:checked + label:after {
  left: 27px;
  border: 7px solid #FFFFFF;
}
.toggle--small label {
  font-size: 14px;
}
@media only screen and (max-width: 420px) {
  .toggle--small label {
    font-size: 12px;
  }
}
.toggle--small label:before {
  width: 48px;
  height: 24px;
}
.toggle--small label:after {
  width: 18px;
  height: 18px;
  border-width: 9px;
}

.unisign-tooltip {
  position: relative;
}
.unisign-tooltip__text {
  opacity: 0;
  visibility: hidden;
  min-width: 120px;
  font-size: 12px;
  line-height: 1.5em;
  background-color: rgba(27, 27, 30, 0.9);
  color: #FFFFFF;
  text-align: center;
  padding: 4px 8px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 400ms;
}
.unisign-tooltip__text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(27, 27, 30, 0.9) transparent transparent transparent;
}
.unisign-tooltip__text--nowidth {
  width: auto;
}
.unisign-tooltip__text--bottom {
  bottom: auto;
  top: 150%;
}
.unisign-tooltip__text--bottom:after {
  top: auto;
  bottom: 100%;
  border-color: transparent transparent rgba(27, 27, 30, 0.9) transparent;
}
.unisign-tooltip__text--right {
  bottom: auto;
  top: 50%;
  left: calc(100% + 6px);
  transform: translateY(-50%);
}
.unisign-tooltip__text--right:after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: -6px;
  border-color: transparent transparent transparent rgba(27, 27, 30, 0.9);
}
.unisign-tooltip__text--left {
  bottom: auto;
  top: 50%;
  left: auto;
  right: calc(100% + 6px);
  transform: translateY(-50%);
}
.unisign-tooltip__text--left:after {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: -12px;
  border-color: transparent transparent transparent rgba(27, 27, 30, 0.9);
}
.unisign-tooltip__text--big {
  width: 220px;
  text-align: left;
  line-height: 1.16em;
}
.unisign-tooltip:hover .unisign-tooltip__text {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox input:checked + label:before {
  background-image: url("../images/checked-icon.svg");
}
.checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.14em;
  color: #1B1B1E;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/unchecked-icon.svg");
  margin-right: 15px;
}

.tristate-checkbox {
  text-align: center;
  margin-top: 20px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.tristate-checkbox label {
  display: none;
  cursor: pointer;
  font-size: 60px;
}
.tristate-checkbox input {
  display: none;
}
.tristate-checkbox input:checked + label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.14em;
  color: #1B1B1E;
}
.tristate-checkbox input:checked + label img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: center;
  margin-right: 15px;
}

.radio-wrap {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.radio-wrap__one-item {
  margin-bottom: 2px;
  width: auto;
  display: inline-block;
}
.radio-wrap__one-item:last-of-type {
  margin-bottom: 0;
}
.radio-wrap__one-item input {
  display: none;
}
.radio-wrap__one-item input:checked + label {
  font-weight: 600;
}
.radio-wrap__one-item input:checked + label img {
  opacity: 0;
  visibility: hidden;
}
.radio-wrap__one-item input:checked + label img:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.radio-wrap__one-item label {
  position: relative;
  font-size: 14px;
  line-height: 1.14em;
  color: #1B1B1E;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  transition: all 400ms;
}
.radio-wrap__one-item label:hover {
  background: #E8F0FE;
}
.radio-wrap__one-item label img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
  object-position: center;
  margin-right: 13px;
  transition: all 400ms;
}
.radio-wrap__one-item label img:nth-of-type(2) {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  visibility: hidden;
}

.notification {
  background: #1B1B1E;
  color: #FFFFFF;
  /*	padding: 12px 48px 12px 24px;
  	position: relative;
  	display: block;
  	width: 100%;*/
}
.notification p {
  font-size: 14px;
  line-height: 1.28em;
  font-weight: 400;
  margin-top: 4px;
}
.notification p,
.notification .button,
.notification .time-stamp,
.notification .time {
  display: none;
}
.notification__close {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/close-notification-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
}
@media only screen and (max-width: 820px) {
  .notification__close {
    right: 6px;
  }
}
.notification:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.notification--information:before {
  background: #1864F2;
}
.notification--error, .notification--warning, .notification--success {
  padding-left: 60px;
}
@media only screen and (max-width: 820px) {
  .notification--error, .notification--warning, .notification--success {
    padding-left: 40px;
  }
}
.notification--error:before, .notification--warning:before, .notification--success:before {
  background: none;
  width: 60px;
  border-left: 4px solid transparent;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 820px) {
  .notification--error:before, .notification--warning:before, .notification--success:before {
    width: 40px;
    background-size: 18px;
  }
}
.notification--error:before {
  border-color: #E2224D;
  background-image: url("../images/error-notification-icon.svg");
}
.notification--warning:before {
  border-color: #F1C21B;
  background-image: url("../images/alert-circle-notification-icon.svg");
}
.notification--success:before {
  border-color: #00D28F;
  background-image: url("../images/check-circle-notification-icon.svg");
}
.notification--with-button {
  padding-right: 280px;
}
@media only screen and (max-width: 820px) {
  .notification--with-button {
    padding-right: 34px;
  }
}
.notification--with-button p {
  display: block;
}
.notification--with-button .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 72px;
  display: inline-flex;
}
@media only screen and (max-width: 920px) {
  .notification--with-button .button {
    right: 44px;
  }
}
@media only screen and (max-width: 820px) {
  .notification--with-button .button {
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0);
    margin-top: 10px;
  }
}
.notification--with-button.notification--error:before, .notification--with-button.notification--success:before, .notification--with-button.notification--warning:before {
  background-position: center 14px;
}
.notification--toast-square {
  max-width: 320px;
  padding: 16px 60px 16px 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 820px) {
  .notification--toast-square {
    padding-right: 40px;
  }
}
.notification--toast-square .notification__close {
  top: 16px;
  right: 16px;
  transform: translateY(0);
}
@media only screen and (max-width: 820px) {
  .notification--toast-square .notification__close {
    right: 10px;
  }
}
.notification--toast-square p {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33em;
  margin-bottom: 8px;
  order: 1;
}
.notification--toast-square .heading-h6 {
  order: 2;
}
.notification--toast-square .time-stamp {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 36px;
  order: 3;
  margin-bottom: 0;
}
.notification--toast-square.notification--error, .notification--toast-square.notification--success, .notification--toast-square.notification--warning {
  padding-left: 60px;
  color: #1B1B1E;
}
@media only screen and (max-width: 820px) {
  .notification--toast-square.notification--error, .notification--toast-square.notification--success, .notification--toast-square.notification--warning {
    padding-left: 40px;
  }
}
.notification--toast-square.notification--error .time-stamp, .notification--toast-square.notification--success .time-stamp, .notification--toast-square.notification--warning .time-stamp {
  color: #70777D;
}
.notification--toast-square.notification--error:before, .notification--toast-square.notification--success:before, .notification--toast-square.notification--warning:before {
  background-position: center 20px;
}
.notification--toast-square.notification--error .notification__close, .notification--toast-square.notification--success .notification__close, .notification--toast-square.notification--warning .notification__close {
  background-image: url("../images/close-notification-icon-dark.svg");
}
.notification--toast-square.notification--error {
  background: rgba(252, 240, 240, 0.94);
}
.notification--toast-square.notification--error:before {
  border-color: #AE2443;
  background-image: url("../images/error-notification-icon-dark.svg");
}
.notification--toast-square.notification--success {
  background: rgba(223, 247, 239, 0.94);
}
.notification--toast-square.notification--success:before {
  border-color: #00A671;
  background-image: url("../images/check-circle-notification-icon-dark.svg");
}
.notification--toast-square.notification--warning {
  background: rgba(255, 248, 229, 0.94);
}
.notification--toast-square.notification--warning:before {
  border-color: #B58800;
  background-image: url("../images/alert-circle-notification-icon-dark.svg");
}
@media only screen and (max-width: 580px) {
  .notification--toast-line {
    padding-right: 36px;
  }
}
.notification--toast-line p {
  display: block;
}
.notification--toast-line .time {
  display: inline-block;
  color: #70777D;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23em;
  margin-left: 8px;
}
.notification--toast-line .heading-h6 {
  font-size: 14px;
  line-height: 1.14em;
  font-weight: 600;
}
.notification--toast-line .notification__close {
  width: 56px;
  height: 100%;
  border-left: 1px solid transparent;
  background-size: 24px;
  right: 0;
}
@media only screen and (max-width: 580px) {
  .notification--toast-line .notification__close {
    width: 36px;
    background-size: 22px;
  }
}
.notification--toast-line.notification--information .notification__close {
  border-color: rgba(255, 255, 255, 0.2);
}
.notification--toast-line.notification--error, .notification--toast-line.notification--success, .notification--toast-line.notification--warning {
  color: #1B1B1E;
}
.notification--toast-line.notification--error .notification__close, .notification--toast-line.notification--success .notification__close, .notification--toast-line.notification--warning .notification__close {
  background-image: url("../images/close-notification-icon-dark.svg");
}
.notification--toast-line.notification--error:before, .notification--toast-line.notification--success:before, .notification--toast-line.notification--warning:before {
  background-position: center 12px;
}
.notification--toast-line.notification--error {
  background: rgba(252, 240, 240, 0.94);
}
.notification--toast-line.notification--error:before {
  border-color: #E2224D;
  background-image: url("../images/error-notification-icon-light.svg");
}
.notification--toast-line.notification--error .notification__close {
  border-color: rgba(174, 36, 67, 0.1);
}
.notification--toast-line.notification--success {
  background: rgba(223, 247, 239, 0.94);
}
.notification--toast-line.notification--success:before {
  border-color: #00D28F;
  background-image: url("../images/check-circle-notification-icon-light.svg");
}
.notification--toast-line.notification--success .notification__close {
  border-color: rgba(0, 166, 113, 0.2);
}
.notification--toast-line.notification--warning {
  background: rgba(255, 248, 229, 0.94);
}
.notification--toast-line.notification--warning:before {
  border-color: #B58800;
  background-image: url("../images/alert-circle-notification-icon-dark.svg");
}
.notification--toast-line.notification--warning .notification__close {
  border-color: rgba(181, 136, 0, 0.2);
}

.banner {
  width: 100%;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #FFFFFF;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.6px;
  position: relative;
}
.banner__icon {
  display: none;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.banner__close {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 820px) {
  .banner__close {
    right: 10px;
  }
}
.banner--forced {
  background: url("../images/banner-background-red.svg");
}
.banner--forced .banner__icon {
  display: block;
  background-image: url("../images/error-banner-icon.svg");
}
.banner--dismissible {
  color: #B58800;
  z-index: 1001;
  background: url("../images/banner-background-yellow.svg");
}
@media only screen and (max-width: 820px) {
  .banner--dismissible {
    padding-right: 40px;
  }
}
.banner--dismissible .banner__icon {
  display: block;
  background-image: url("../images/info-banner-icon.svg");
}
.banner--dismissible .banner__close {
  display: flex;
  background-image: url("../images/close-banner-icon.svg");
}

.modal {
  display: block;
  width: 100%;
  max-width: 740px;
  background: #FFFFFF;
  box-shadow: 0px 16px 26px -6px rgba(27, 36, 44, 0.1607843137);
  position: relative;
}
.modal__close {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/close-modal-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
@media only screen and (max-width: 820px) {
  .modal__close {
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
  }
}
.modal__content {
  padding: 32px 32px 16px 32px;
  overflow: auto;
}
@media only screen and (max-width: 820px) {
  .modal__content {
    padding: 20px 20px 10px 20px;
  }
}
.modal__content .heading-h3 {
  margin-bottom: 24px;
  padding-right: 32px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 820px) {
  .modal__content .heading-h3 {
    margin-bottom: 20px;
    align-items: center;
  }
}
.modal__content p {
  margin-bottom: 16px;
}
@media only screen and (max-width: 820px) {
  .modal__content p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.modal__content__loader-line {
  display: none;
  width: 100%;
  max-width: 68%;
  height: 4px;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 125, 255, 0.3607843137);
  margin: 38px auto 10px;
}
.modal__content__loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 4px;
  width: 49.5%;
  background-color: #1864F2;
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
}
@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}
.modal__content .checkbox {
  margin-top: 35px;
  margin-bottom: 20px;
}
.modal__content__access-wrap {
  margin-top: 24px;
  max-height: 40vh;
  overflow:inherit;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap {
    margin-top: 20px;
  }
}
.modal__content__access-wrap > .heading-h5 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap > .heading-h5 {
    margin-bottom: 20px;
  }
}
.modal__content__access-wrap__one-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__one-item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.modal__content__access-wrap__one-item .access-user {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__one-item .access-user {
    margin-bottom: 10px;
    width: 100%;
  }
}
.modal__content__access-wrap__one-item .access-user__image {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  /*margin: auto;*/
  margin-right: 22px;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__one-item .access-user__image {
    min-width: 30px;
    min-height: 30px;
    margin-right: 10px;
    margin-left: 0;
  }
}
.modal__content__access-wrap__one-item .access-user__image span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1864F2;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  padding-top: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__one-item .access-user__image span {
    font-size: 14px;
  }
}
.modal__content__access-wrap__one-item .access-user__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal__content__access-wrap__one-item .access-user__info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28em;
  color: #70777D;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__one-item .access-user__info span {
    font-size: 12px;
  }
}
.modal__content__access-wrap__one-item .access-option {
  width: 140px;
  text-align: right;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__one-item .access-option {
    width: 100%;
    text-align: left;
  }
}
.modal__content__access-wrap__footer {
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__footer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.modal__content__access-wrap__footer .heading-h5 {
  margin-right: 20px;
}
.modal__content__access-wrap__share-link {
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__share-link {
    margin-bottom: 20px;
  }
}
.modal__content__access-wrap__share-link.active {
  opacity: 1;
  visibility: visible;
}
.modal__content__access-wrap__share-link .heading-h6 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__share-link .heading-h6 {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.modal__content__access-wrap__share-link span {
  display: inline-block;
  margin: 0 6px;
}
@media only screen and (max-width: 580px) {
  .modal__content__access-wrap__share-link span {
    margin: 10px 0;
  }
}
.modal__content__access-wrap__share-link .button:after {
  content: "";
  display: block;
  background-image: url("../images/copy-link-icon.svg");
  width: 12px;
  height: 6px;
  top: 1px;
}
.modal__content__import-contacts {
  margin-bottom: 54px;
  margin-top: 40px;
}
@media only screen and (max-width: 820px) {
  .modal__content__import-contacts {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.modal__content__import-contacts__input-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  .modal__content__import-contacts__input-wrap {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.modal__content__import-contacts__input-wrap label {
  width: 100%;
}
.modal__content__import-contacts__input-wrap input {
  width: 100%;
  max-width: 320px;
  margin-bottom: 0px;
  margin-right: 10px;
}
@media only screen and (max-width: 820px) {
  .modal__content__import-contacts__input-wrap input {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.modal__content__import-contacts__input-wrap .button {
  margin-right: 10px;
}
.modal__content__import-contacts__input-wrap .button:last-of-type {
  margin-right: 0;
}
.modal__content__import-contacts > .button {
  padding: 12px 20px;
  width: 100%;
  max-width: 260px;
}
@media only screen and (max-width: 820px) {
  .modal__content__import-contacts > .button {
    font-size: 14px;
  }
}
.modal__content__import-contacts > .button:first-of-type {
  margin-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  .modal__content__import-contacts > .button:first-of-type {
    margin-bottom: 20px;
  }
}
.modal__content__import-contacts > .button--with-icon:after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.modal__content__import-contacts > .button--with-icon--gmail:after {
  background-image: url("../images/gmail-icon.svg");
}
.modal__content__import-contacts > .button--with-icon--outlook:after {
  background-image: url("../images/microsoft-outlook-icon.png");
}
.modal--with-icon .modal__content .heading-h3:before {
  content: "";
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
}
@media only screen and (max-width: 820px) {
  .modal--with-icon .modal__content .heading-h3:before {
    min-width: 24px;
    min-height: 24px;
    margin-right: 10px;
  }
}
.modal--with-loader .modal__content__loader-line {
  display: block;
}
.modal--small {
  max-width: 670px;
  height: initial !important;
}
.modal--error {
  background: #AE2443;
  color: #FFFFFF;
}
.modal--error .modal__close {
  background-image: url("../images/close-modal-icon-error.svg");
}
.modal--error .fullbleed-buttons .button__ghost--primary {
  color: #FFFFFF;
}
.modal--error .fullbleed-buttons .button--primary {
  background: #E2224D;
  border-color: #E2224D;
}
.modal--error.modal--with-icon .modal__content .heading-h3:before {
  background-image: url("../images/alert-modal-icon.svg");
}
.modal--error .radio-wrap__one-item label {
  color: #FFFFFF;
}
.modal--error .radio-wrap__one-item label:hover {
  background: #E2224D;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: rgba(2, 7, 38, 0.16);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
.modal-wrap .modal {
  transform: translateY(-50px);
  transition: all 400ms;
}
.modal-wrap.active {
  opacity: 1;
  visibility: visible;
}
.modal-wrap.active .modal {
  transform: translateY(0);
}
.modal-wrap--full-width {
  padding: 70px 30px;
}
.modal-wrap--full-width .modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-wrap--full-width .modal .sorting-and-selecting-wrap {
  width: 100%;
  padding: 0 38px;
}
.modal-wrap--full-width .modal .sorting-and-selecting-wrap table tr th, .modal-wrap--full-width .modal .sorting-and-selecting-wrap table tr td {
  width: 18.4%;
  text-align: center;
}
.modal-wrap--full-width .modal .sorting-and-selecting-wrap table tr th:first-of-type, .modal-wrap--full-width .modal .sorting-and-selecting-wrap table tr td:first-of-type {
  width: 8%;
  padding-left: 20px;
}
.modal-wrap--sign-doc-modal {
  padding: 70px 120px;
}
@media only screen and (max-width: 920px) {
  .modal-wrap--sign-doc-modal {
    padding: 20px;
  }
}
.modal-wrap--sign-doc-modal .modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-wrap--sign-doc-modal .modal .input-wrap {
  margin-bottom: 25px;
}
.modal-wrap--sign-doc-modal .modal .textarea {
  width: 100%;
}
.modal-wrap--sign-doc-modal .modal .textarea textarea {
  height: 240px;
}
.modal-wrap--sign-doc-modal .modal__content {
  padding: 30px 48px 20px 48px;
}
@media only screen and (max-width: 580px) {
  .modal-wrap--sign-doc-modal .modal__content {
    padding: 20px;
  }
}

.additional-settings {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(27, 36, 44, 0.1215686275);
  display: block;
  width: 100%;
  max-width: 220px;
}
.additional-settings ul li {
  border-bottom: 1px solid #DADEE5;
}
.additional-settings ul li:last-child {
  border-bottom: none;
}
.additional-settings ul li a {
  display: flex;
  align-items: center;
  padding: 12px;
  color: #1B1B1E;
  font-size: 14px;
  line-height: 1.14em;
  font-weight: 500;
}
.additional-settings ul li a img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
  margin-right: 20px;
}
.additional-settings__inside-list {
  padding: 10px 0px 14px;
}
.additional-settings__inside-list > span {
  font-size: 12px;
  font-weight: 700px;
  line-height: 1.33em;
  letter-spacing: 0.5px;
  color: #70777D;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 0 15px;
}
.additional-settings__inside-list > span + ul {
  margin-top: 8px;
}
.additional-settings__inside-list ul li {
  border: none;
}
.additional-settings__inside-list ul li:last-child {
  margin-bottom: 0;
}
.additional-settings--wide {
  max-width: 276px;
}
.additional-settings--small-icons ul li a {
  padding: 16px;
}
.additional-settings--small-icons ul li a img {
  width: 16px;
  height: 16px;
}
.additional-settings__user {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  cursor: pointer;
  transition: all 400ms;
  position: relative;
}
.additional-settings__user__remove {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/settings-remove-user-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  z-index: 10;
}
.additional-settings__user:hover {
  background: rgba(2, 7, 38, 0.1);
}
.additional-settings__user:hover .additional-settings__user__remove {
  opacity: 1;
  visibility: visible;
}
.additional-settings__user > span {
  font-size: 14px;
  line-height: 1.28em;
  font-weight: 400;
}
.additional-settings__user__image {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
.additional-settings__user__image span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1864F2;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  padding-top: 1px;
  text-transform: uppercase;
}
.additional-settings__user__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.additional-settings__user-info {
  padding: 16px 16px 24px 16px;
  text-align: center;
  border-bottom: 1px solid #DADEE5;
  cursor: auto;
}
.additional-settings__user-info__image {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin: auto;
  margin-bottom: 8px;
}
.additional-settings__user-info__image span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1864F2;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  padding-top: 1px;
  text-transform: uppercase;
}
.additional-settings__user-info__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.additional-settings__user-info .heading-h6 {
  margin-bottom: 5px;
}
.additional-settings__user-info p a {
  color: #70777D;
}
.additional-settings__user-info .tag {
  margin-top: 8px;
}
.additional-settings__start-watching-button img:nth-of-type(2) {
  display: none;
}
.additional-settings__start-watching-button__text span:nth-of-type(2) {
  display: none;
}
.additional-settings__start-watching-button.active img {
  display: none;
}
.additional-settings__start-watching-button.active img:nth-of-type(2) {
  display: inline-block;
}
.additional-settings__start-watching-button.active .additional-settings__start-watching-button__text span {
  display: none;
}
.additional-settings__start-watching-button.active .additional-settings__start-watching-button__text span:nth-of-type(2) {
  display: inline-block;
}
.additional-settings .add-watchers-wrap {
  position: relative;
}
.additional-settings .add-watchers-wrap .input-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  z-index: 10;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}
.additional-settings .add-watchers-wrap .input-wrap:before {
  content: "";
  display: block;
  background-image: url("../images/add-watchers-input-search-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.additional-settings .add-watchers-wrap .input-wrap input {
  border: none;
  padding-left: 0;
  padding-right: 80px;
  margin: 0;
}
.additional-settings .add-watchers-wrap .input-wrap__result-number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 12px;
  line-height: 1.33em;
  font-weight: 400;
  font-style: italic;
  color: #70777D;
}
.additional-settings .add-watchers-wrap .input-wrap__results {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  border-top: 1px solid #DADEE5;
}
.additional-settings .add-watchers-wrap .input-wrap__results ul li {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.43em;
  font-weight: 400;
  border: none;
  box-shadow: none;
}
.additional-settings .add-watchers-wrap .input-wrap.active {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=global-styles.css.map */
