@-webkit-keyframes naviscrolled {
  from {
    top: -100px; }
  to {
    top: 0; } }

@keyframes naviscrolled {
  from {
    top: -100px; }
  to {
    top: 0; } }

/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop -1200*/
/*WidthTabletLand-1024*/
/*WidthTabletLand-992*/
/*WidthTabletLand-768*/
/*WidthTabletLand-580*/
/*WidthTabletLand-420*/
html, body, div, span, applet, object, iframe, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html,
body {
  min-height: 100%; }

body {
  color: #5D6167;
  font: 14px/20px "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #fbf9f8; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.middle {
  padding: 20px 0; }
  .middle.middle_secondary {
    padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #333333; }
  h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
    margin: 0 0 10px; }

h1,
.h1 {
  font-size: 25px;
  line-height: 32px; }

h2,
.h2 {
  font-size: 18px;
  line-height: 22px; }

h3,
.h3 {
  font-size: 16px;
  line-height: 20px; }

h4,
.h4 {
  font-size: 14px;
  line-height: 20px; }
  h4:not(:last-child),
  .h4:not(:last-child) {
    margin-bottom: 5px; }

h5,
.h5 {
  font-size: 14px;
  line-height: 20px; }
  h5:not(:last-child),
  .h5:not(:last-child) {
    margin-bottom: 5px; }

h6,
.h6 {
  font-size: 14px;
  line-height: 20px; }
  h6:not(:last-child),
  .h6:not(:last-child) {
    margin-bottom: 5px; }

strong {
  font-weight: 600; }

a {
  text-decoration: none;
  color: #00A961; }
  a:hover {
    text-decoration: none; }

ul, p, ol {
  padding: 0;
  margin-bottom: 0; }
  ul:not(:last-child), p:not(:last-child), ol:not(:last-child) {
    margin-bottom: 10px; }

p:empty {
  display: none; }

ul,
ol {
  margin: 0; }
  ul ul, ul ol,
  ol ul,
  ol ol {
    margin: 10px 0 10px 15px; }
  ul li,
  ol li {
    margin: 0 0 10px; }

img,
svg {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 25px;
  table-layout: fixed; }
  table td, table th {
    border-bottom: 1px solid #F3F5FA;
    border-top: 1px solid #F3F5FA;
    text-align: left;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 992px) {
      table td, table th {
        padding: 15px 25px; } }
  table th {
    font-weight: 700;
    background-color: #F3F5FA; }

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px; }

blockquote {
  padding-left: 15px;
  font-style: italic;
  margin-bottom: 30px;
  border-left: 2px solid #fbf9f8; }
  @media screen and (min-width: 992px) {
    blockquote {
      margin-left: 30px; } }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 25px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

.container {
  width: 1360px;
  max-width: calc(100% - 30px);
  margin: 0 auto; }
  .container.container_secondary {
    width: 780px; }
  .container.container_tertiary {
    width: 625px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px; }
  .row.row_justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col.col_1 {
    width: 8.3333%; }
  .col.col_2 {
    width: 16.666%; }
  .col.col_3 {
    width: 25%; }
  .col.col_4 {
    width: 33.3%; }
  .col.col_5 {
    width: 41.666667%; }
  .col.col_6 {
    width: 50%; }
  .col.col_7 {
    width: 58.333333%; }
  .col.col_8 {
    width: 66.666667%; }
  .col.col_9 {
    width: 75%; }
  .col.col_10 {
    width: 83.333333%; }
  .col.col_11 {
    width: 91.666667%; }
  .col.col_12 {
    width: 100%; }
  @media (max-width: 1519px) {
    .col.col_hd-desktop-2 {
      width: 16.66%; }
    .col.col_hd-desktop-3 {
      width: 25%; }
    .col.col_hd-desktop-4 {
      width: 33.3%; }
    .col.col_hd-desktop-5 {
      width: 41.666667%; }
    .col.col_hd-desktop-6 {
      width: 50%; }
    .col.col_hd-desktop-7 {
      width: 58.333333%; }
    .col.col_hd-desktop-8 {
      width: 66.666667%; }
    .col.col_hd-desktop-9 {
      width: 75%; }
    .col.col_hd-desktop-10 {
      width: 83.333333%; }
    .col.col_hd-desktop-11 {
      width: 91.666667%; }
    .col.col_hd-desktop-12 {
      width: 100%; } }
  @media (max-width: 1399px) {
    .col.col_big-desktop-2 {
      width: 16.66%; }
    .col.col_big-desktop-3 {
      width: 25%; }
    .col.col_big-desktop-4 {
      width: 33.3%; }
    .col.col_big-desktop-5 {
      width: 41.666667%; }
    .col.col_big-desktop-6 {
      width: 50%; }
    .col.col_big-desktop-7 {
      width: 58.333333%; }
    .col.col_big-desktop-8 {
      width: 66.666667%; }
    .col.col_big-desktop-9 {
      width: 75%; }
    .col.col_big-desktop-10 {
      width: 83.333333%; }
    .col.col_big-desktop-11 {
      width: 91.666667%; }
    .col.col_big-desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .col.col_middle-desktop-2 {
      width: 16.66%; }
    .col.col_middle-desktop-3 {
      width: 25%; }
    .col.col_middle-desktop-4 {
      width: 33.3%; }
    .col.col_middle-desktop-5 {
      width: 41.666667%; }
    .col.col_middle-desktop-6 {
      width: 50%; }
    .col.col_middle-desktop-7 {
      width: 58.333333%; }
    .col.col_middle-desktop-8 {
      width: 66.666667%; }
    .col.col_middle-desktop-9 {
      width: 75%; }
    .col.col_middle-desktop-10 {
      width: 83.333333%; }
    .col.col_middle-desktop-11 {
      width: 91.666667%; }
    .col.col_middle-desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .col.col_desktop-2 {
      width: 16.66%; }
    .col.col_desktop-3 {
      width: 25%; }
    .col.col_desktop-4 {
      width: 33.3%; }
    .col.col_desktop-5 {
      width: 41.666667%; }
    .col.col_desktop-6 {
      width: 50%; }
    .col.col_desktop-7 {
      width: 58.333333%; }
    .col.col_desktop-8 {
      width: 66.666667%; }
    .col.col_desktop-9 {
      width: 75%; }
    .col.col_desktop-10 {
      width: 83.333333%; }
    .col.col_desktop-11 {
      width: 91.666667%; }
    .col.col_desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .col.col_tab-3 {
      width: 25%; }
    .col.col_tab-4 {
      width: 33.3%; }
    .col.col_tab-5 {
      width: 41.666667%; }
    .col.col_tab-6 {
      width: 50%; }
    .col.col_tab-7 {
      width: 58.333333%; }
    .col.col_tab-8 {
      width: 66.666667%; }
    .col.col_tab-9 {
      width: 75%; }
    .col.col_tab-10 {
      width: 83.333333%; }
    .col.col_tab-11 {
      width: 91.666667%; }
    .col.col_tab-12 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .col.col_mob-3 {
      width: 25%; }
    .col.col_mob-4 {
      width: 33.3%; }
    .col.col_mob-6 {
      width: 50%; }
    .col.col_mob-8 {
      width: 66.666667%; }
    .col.col_mob-12 {
      width: 100%; } }
  @media screen and (max-width: 579px) {
    .col.col_mob-p-12 {
      width: 100%; } }

.text-center {
  text-align: center !important; }

@media (min-width: 1400px) {
  .direction_big-desktop-text-center {
    text-align: center !important; } }

.text-left {
  text-align: left !important; }

@media (min-width: 1400px) {
  .direction_big-desktop-text-left {
    text-align: left !important; } }

.text-right {
  text-align: right !important; }

@media (min-width: 1400px) {
  .direction_big-desktop-text-right {
    text-align: right !important; } }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 1200px) {
  .d_desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

@media (min-width: 1200px) {
  .content_desktop-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; } }

.content-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

@media (min-width: 1200px) {
  .content_desktop-left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; } }

.content-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

@media (min-width: 1200px) {
  .content_desktop-right {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; } }

.content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

@media (min-width: 1200px) {
  .content_desktop-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; } }

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

@media (min-width: 1200px) {
  .align_desktop-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; } }

@media (min-width: 1400px) {
  .align_big-desktop-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; } }

.align-left {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

@media (min-width: 1200px) {
  .align_desktop-left {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; } }

@media (min-width: 1200px) {
  .align_desktop-right {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; } }

.direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

@media (min-width: 1400px) {
  .direction_big-desktop-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }

@media (min-width: 1200px) {
  .direction_desktop-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }

.direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

@media (min-width: 1400px) {
  .direction_big-desktop-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; } }

@media (min-width: 1200px) {
  .direction_desktop-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; } }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

@media (min-width: 1200px) {
  .flex_desktop-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; } }

.no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

@media (min-width: 1200px) {
  .no_desktop-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; } }

.w-100 {
  width: 100% !important; }

@media (min-width: 1200px) {
  .w_desktop-100 {
    width: 100% !important; } }

.w-auto {
  width: auto !important; }

@media (min-width: 1200px) {
  .w_desktop-auto {
    width: auto !important; } }

.m_0 {
  margin: 0 !important; }

.mb_0 {
  margin-bottom: 0 !important; }

@media (min-width: 1400px) {
  .mb_big-desktop-0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .mb_desktop-0 {
    margin-bottom: 0 !important; } }

@media screen and (min-width: 768px) {
  .mb_mobile-0 {
    margin-bottom: 0 !important; } }

.ml-auto {
  margin-left: auto !important; }

@media (min-width: 1400px) {
  .ml_big-desktop-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .ml_desktop-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .mr_desktop-20 {
    margin-right: 20px; } }

@media (min-width: 1400px) {
  .mr_big-desktop-20 {
    margin-right: 20px; } }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

@media (min-width: 1400px) {
  .ml-big-desktop-auto {
    margin-left: auto; } }

.p_0 {
  padding: 0 !important; }

.avatar {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.h-100 {
  height: 100%; }

.scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  overflow-x: auto; }
  .scroll-wrap .section {
    margin-bottom: 20px; }
    .scroll-wrap .section:not(:first-child) {
      margin-left: 20px; }

.br_0 {
  border-radius: 0 !important; }

.bg_0 {
  background: none !important; }

.border_0 {
  border: 0 !important; }

.bg_secondary {
  background-color: #F3F5FA; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea {
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  border-radius: 5px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #DFE3E8;
  margin: 0;
  font-family: "Lato", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="tel"]:hover,
  input[type="email"]:hover,
  textarea:hover {
    padding-left: 15px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    padding-left: 15px;
    border-color: #5D6167; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="tel"]:disabled,
  input[type="email"]:disabled,
  textarea:disabled {
    background-color: #F7F8FA; }
  input[type="text"].error, input[type="text"].wpcf7-not-valid,
  input[type="password"].error,
  input[type="password"].wpcf7-not-valid,
  input[type="tel"].error,
  input[type="tel"].wpcf7-not-valid,
  input[type="email"].error,
  input[type="email"].wpcf7-not-valid,
  textarea.error,
  textarea.wpcf7-not-valid {
    border-color: #EB5757; }

textarea {
  width: 100%;
  height: 64px;
  resize: none; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media screen and (min-width: 580px) {
    .form-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .form-group .form-field {
    width: 100%; }
    @media screen and (min-width: 580px) {
      .form-group .form-field {
        width: auto; } }
    .form-group .form-field:not(:last-child) {
      margin-bottom: 10px; }
      @media screen and (min-width: 580px) {
        .form-group .form-field:not(:last-child) {
          margin-bottom: 0;
          margin-right: 15px; } }

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 15px; }
  .form-field.form-field_secondary-margin {
    margin-bottom: 10px; }
    @media screen and (min-width: 580px) {
      .form-field.form-field_secondary-margin {
        margin-bottom: 40px; } }
  .form-field.form-field_secondary .form-field__ico, .form-field.form-field_tertiary .form-field__ico {
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .form-field.form-field_secondary .form-field__input, .form-field.form-field_tertiary .form-field__input {
    padding-right: 40px; }
  .form-field.form-field_tertiary .form-field__ico {
    left: 12px;
    right: auto; }
  .form-field.form-field_tertiary .form-field__input {
    padding-left: 40px;
    padding-right: 12px; }
  .form-field .form-field__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form-field .form-field__header:not(:last-child) {
      margin-bottom: 5px; }

.form-field__title,
label {
  font-weight: 700;
  cursor: pointer;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .form-field__title:not(:last-child),
  label:not(:last-child) {
    margin-right: 10px; }
  .form-field__title:hover,
  label:hover {
    color: #000000; }

.form-field__content {
  position: relative; }
  .form-field__content:not(:last-child) {
    margin-bottom: 15px; }

.form-field__ico {
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer; }

.custom-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .custom-check.custom-check_secondary .custom-check__input[type="checkbox"]:checked ~ .btn, .custom-check.custom-check_secondary .custom-check__input[type="radio"]:checked ~ .btn {
    color: #ffffff;
    border-color: #00A961;
    background-color: #00A961; }
  .custom-check.custom-check_secondary .btn {
    color: #00A961;
    background-color: transparent;
    border-color: #DFE3E8; }
  .custom-check.custom-check_secondary[type="checkbox"] ~ .custom-check__ico rect {
    stroke: #DFE3E8;
    fill: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .custom-check.custom-check_secondary[type="checkbox"]:checked ~ .custom-check__ico rect {
    stroke: #00A961;
    fill: #00A961; }
  .custom-check.custom-check_secondary[type="checkbox"].error ~ .custom-check__ico rect {
    stroke: #EB5757;
    fill: transparent; }
  .custom-check.custom-check_secondary[type="radio"] ~ .custom-check__ico circle.circle_main {
    stroke: #DFE3E8;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .custom-check.custom-check_secondary[type="radio"] ~ .custom-check__ico circle.circle_secondary {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .custom-check.custom-check_secondary[type="radio"]:checked ~ .custom-check__ico circle.circle_main {
    stroke: #00A961; }
  .custom-check.custom-check_secondary[type="radio"]:checked ~ .custom-check__ico circle.circle_secondary {
    opacity: 1; }
  .custom-check.custom-check_secondary[type="radio"].error ~ .custom-check__ico circle.circle_main {
    stroke: #EB5757; }
  .custom-check.custom-check_secondary.custom-check__input_switcher {
    cursor: pointer; }
    .custom-check.custom-check_secondary.custom-check__input_switcher ~ .custom-check__ico {
      width: 42px;
      min-width: 42px;
      height: 28px; }
      .custom-check.custom-check_secondary.custom-check__input_switcher ~ .custom-check__ico g,
      .custom-check.custom-check_secondary.custom-check__input_switcher ~ .custom-check__ico rect,
      .custom-check.custom-check_secondary.custom-check__input_switcher ~ .custom-check__ico circle {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .custom-check.custom-check_secondary.custom-check__input_switcher ~ .custom-check__ico g {
        -webkit-transform: translateX(-15px);
                transform: translateX(-15px); }
      .custom-check.custom-check_secondary.custom-check__input_switcher ~ .custom-check__ico rect {
        fill: #ffffff;
        stroke: #DFE3E8; }
      .custom-check.custom-check_secondary.custom-check__input_switcher ~ .custom-check__ico circle {
        fill: #DFE3E8; }
    .custom-check.custom-check_secondary.custom-check__input_switcher:checked ~ .custom-check__ico g {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .custom-check.custom-check_secondary.custom-check__input_switcher:checked ~ .custom-check__ico rect {
      fill: #00A961;
      stroke: #DFE3E8; }
    .custom-check.custom-check_secondary.custom-check__input_switcher:checked ~ .custom-check__ico circle {
      fill: #ffffff; }
  .custom-check .custom-check__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    width: 100%; }
  .custom-check .custom-check__input {
    position: absolute;
    opacity: 0; }
    .custom-check .custom-check__input:disabled ~ .custom-check__ico {
      opacity: .5; }
    .custom-check .custom-check__input[type="checkbox"] ~ .custom-check__ico rect {
      stroke: #DFE3E8;
      fill: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .custom-check .custom-check__input[type="checkbox"]:checked ~ .custom-check__ico rect {
      stroke: #00A961;
      fill: #00A961; }
    .custom-check .custom-check__input[type="checkbox"].error ~ .custom-check__ico rect {
      stroke: #EB5757;
      fill: transparent; }
    .custom-check .custom-check__input[type="radio"] ~ .custom-check__ico circle.circle_main {
      stroke: #DFE3E8;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .custom-check .custom-check__input[type="radio"] ~ .custom-check__ico circle.circle_secondary {
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .custom-check .custom-check__input[type="radio"]:checked ~ .custom-check__ico circle.circle_main {
      stroke: #00A961; }
    .custom-check .custom-check__input[type="radio"]:checked ~ .custom-check__ico circle.circle_secondary {
      opacity: 1; }
    .custom-check .custom-check__input[type="radio"].error ~ .custom-check__ico circle.circle_main {
      stroke: #EB5757; }
    .custom-check .custom-check__input.custom-check__input_switcher {
      cursor: pointer; }
      .custom-check .custom-check__input.custom-check__input_switcher ~ .custom-check__ico {
        width: 42px;
        min-width: 42px;
        height: 28px; }
        .custom-check .custom-check__input.custom-check__input_switcher ~ .custom-check__ico g,
        .custom-check .custom-check__input.custom-check__input_switcher ~ .custom-check__ico rect,
        .custom-check .custom-check__input.custom-check__input_switcher ~ .custom-check__ico circle {
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .custom-check .custom-check__input.custom-check__input_switcher ~ .custom-check__ico g {
          -webkit-transform: translateX(-15px);
                  transform: translateX(-15px); }
        .custom-check .custom-check__input.custom-check__input_switcher ~ .custom-check__ico rect {
          fill: #ffffff;
          stroke: #DFE3E8; }
        .custom-check .custom-check__input.custom-check__input_switcher ~ .custom-check__ico circle {
          fill: #DFE3E8; }
      .custom-check .custom-check__input.custom-check__input_switcher:checked ~ .custom-check__ico g {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .custom-check .custom-check__input.custom-check__input_switcher:checked ~ .custom-check__ico rect {
        fill: #00A961;
        stroke: #DFE3E8; }
      .custom-check .custom-check__input.custom-check__input_switcher:checked ~ .custom-check__ico circle {
        fill: #ffffff; }
  .custom-check .custom-check__ico {
    margin-right: 10px; }
  .custom-check .custom-check__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }

.switcher {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .switcher .switcher__action {
    margin-right: 10px;
    position: relative; }
    .switcher .switcher__action .custom-check__input {
      width: 100%;
      height: 100%; }

.jcf-select,
select {
  height: 40px;
  width: 100%;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #DFE3E8; }
  .jcf-select.jcf-drop-active,
  select.jcf-drop-active {
    border-color: #00A961; }
    .jcf-select.jcf-drop-active .jcf-select-opener:after,
    select.jcf-drop-active .jcf-select-opener:after {
      margin-top: 6px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .jcf-select.jcf-disabled,
  select.jcf-disabled {
    background-color: #F7F8FA; }
  .jcf-select .jcf-select-text,
  select .jcf-select-text {
    color: #5D6167;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .jcf-select .jcf-select-opener,
  select .jcf-select-opener {
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .jcf-select .jcf-select-opener:after,
    select .jcf-select-opener:after {
      display: block;
      border-right: 1px solid #5D6167;
      border-top: 1px solid #5D6167;
      content: "";
      width: 7px;
      height: 7px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.jcf-select-drop {
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  z-index: 3;
  min-width: 100%;
  width: auto !important;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
  .jcf-select-drop .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
    padding: 12px;
    max-height: 320px !important;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #DFE3E8; }
    .jcf-select-drop .jcf-list-content ul {
      margin: 0;
      list-style: none; }
    .jcf-select-drop .jcf-list-content li {
      margin: 0; }
      .jcf-select-drop .jcf-list-content li:not(:last-child) {
        margin-bottom: 5px; }
    .jcf-select-drop .jcf-list-content .jcf-option {
      padding: 12px;
      font-size: 14px;
      line-height: 15px;
      color: #333333;
      background-color: #ffffff;
      border-radius: 5px;
      display: block;
      cursor: pointer;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .jcf-select-drop .jcf-list-content .jcf-option.jcf-selected, .jcf-select-drop .jcf-list-content .jcf-option:hover {
        background-color: #F7F8FA; }

.jcf-select-select_secondary .jcf-select-drop .jcf-list-content .jcf-option {
  padding: 12px 12px 12px 42px;
  background-image: url("../images/check.svg");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .jcf-select-select_secondary .jcf-select-drop .jcf-list-content .jcf-option.jcf-selected, .jcf-select-select_secondary .jcf-select-drop .jcf-list-content .jcf-option:hover {
    background-image: url("../images/check-active.svg"); }

@media screen and (min-width: 992px) {
  .jcf-select-select_tertiary .jcf-select-drop .jcf-list-content ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; } }

.select-smart {
  position: relative; }
  .select-smart .select__header {
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .select-smart .select__header .select-header__content {
      width: 100%;
      overflow: auto; }
    .select-smart .select__header .select-header__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .select-smart .select__header .select-header__item {
      padding: 5px;
      border-radius: 4px;
      background-color: #CCEEDF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 4px; }
      .select-smart .select__header .select-header__item .select-item__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        margin-right: 10px; }
        .select-smart .select__header .select-header__item .select-item__title .title-text {
          color: #333333;
          font-size: 12px;
          line-height: 14px;
          font-weight: 700; }
      .select-smart .select__header .select-header__item .select-item__action {
        width: 18px;
        min-width: 18px;
        height: 18px;
        cursor: pointer; }
    .select-smart .select__header .select-header__init {
      width: 28px;
      height: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
  .select-smart .select__dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    max-height: 240px;
    overflow: auto; }
    .select-smart .select__dropdown .select__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .select-smart .select__dropdown .select__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      border-radius: 4px;
      padding: 5px 10px; }
      .select-smart .select__dropdown .select__item:hover {
        background-color: #F7F8FA; }
      .select-smart .select__dropdown .select__item .select-item__avatar {
        width: 30px;
        min-width: 30px;
        height: 30px;
        margin-right: 10px;
        border-radius: 50%;
        background-size: cover; }
      .select-smart .select__dropdown .select__item .select-item__wysiwyg {
        margin: 0 10px 0 0; }
        .select-smart .select__dropdown .select__item .select-item__wysiwyg .title-text {
          color: #333333;
          font-size: 14px;
          line-height: 15px;
          font-weight: 700; }
      .select-smart .select__dropdown .select__item .select-item__action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-left: auto; }

.jcf-number {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 40px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #DFE3E8; }
  .jcf-number input {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
  .jcf-number input::-webkit-inner-spin-button,
  .jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .jcf-number input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    padding: 10px;
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    outline: none; }
  .jcf-number .jcf-btn-dec,
  .jcf-number .jcf-btn-inc {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    border-radius: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .jcf-number .jcf-btn-dec svg,
    .jcf-number .jcf-btn-inc svg {
      width: 10px; }
    .jcf-number .jcf-btn-dec rect,
    .jcf-number .jcf-btn-dec path,
    .jcf-number .jcf-btn-inc rect,
    .jcf-number .jcf-btn-inc path {
      stroke: #5D6167; }
  .jcf-number .jcf-btn-dec {
    left: 0; }
  .jcf-number .jcf-btn-inc {
    right: 0; }

.attach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .attach .attach__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px; }
    .attach .attach__list:empty {
      margin-bottom: 0; }
    .attach .attach__list .attach__item {
      margin-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 5px;
      background-color: #F7F8FA;
      position: relative;
      padding: 12px; }
      .attach .attach__list .attach__item .attach-item__input {
        position: absolute;
        left: -9999px;
        opacity: 0;
        visibility: hidden; }
      .attach .attach__list .attach__item .attach-item__ico {
        width: 18px;
        min-width: 18px;
        height: 18px;
        margin-right: 4px; }
      .attach .attach__list .attach__item .attach-item__title {
        margin-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .attach .attach__list .attach__item .attach-item__title .title-text {
          color: #5D6167;
          font-weight: 700;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .attach .attach__list .attach__item .attach-item__remove {
        margin-left: auto;
        width: 18px;
        min-width: 18px;
        height: 18px;
        cursor: pointer; }
        .attach .attach__list .attach__item .attach-item__remove:hover path {
          fill: #EB5757; }
        .attach .attach__list .attach__item .attach-item__remove path {
          fill: #333333;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
  .attach .attach__init {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .attach .attach__init:not(:last-child) {
      margin-bottom: 10px; }
    .attach .attach__init.attach__init_secondary {
      width: 40px;
      min-width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 5px;
      background-color: transparent; }
      .attach .attach__init.attach__init_secondary:hover {
        background-color: #fbf9f8; }
        .attach .attach__init.attach__init_secondary:hover .ico path {
          fill: #000000; }
      .attach .attach__init.attach__init_secondary .ico path {
        fill: #5D6167;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

.calendar,
.calendar-range {
  cursor: pointer; }

.ui-widget-content {
  border: 0; }

.ui-datepicker {
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  display: none;
  max-width: 320px;
  font-weight: 700;
  background-color: #ffffff;
  margin-top: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 580px) {
    .ui-datepicker {
      max-width: 384px; } }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    margin-bottom: 15px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
      display: none; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    height: 25px;
    width: 25px;
    left: 0;
    right: auto;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
    .ui-datepicker .ui-datepicker-next.ui-state-disabled {
      opacity: .5; }
  .ui-datepicker .ui-datepicker-next {
    right: 0;
    left: auto; }
  .ui-datepicker .ui-datepicker-title {
    font-weight: 700;
    text-align: center; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    margin: 0;
    border-collapse: collapse; }
    .ui-datepicker .ui-datepicker-calendar thead {
      display: none; }
    .ui-datepicker .ui-datepicker-calendar td {
      text-align: center;
      border: 0;
      padding: 0; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable {
        opacity: .6; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today span,
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
        color: #ffffff;
        background-color: #CCEEDF; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span,
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar td:hover span,
      .ui-datepicker .ui-datepicker-calendar td:hover a {
        color: #ffffff;
        background-color: #00A961; }
      .ui-datepicker .ui-datepicker-calendar td span,
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #333333;
        height: 32px;
        width: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 300;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        border-radius: 50%;
        text-align: center;
        margin: 1px;
        background: transparent;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

.media .media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.media .media-item {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 5px 0;
  width: 100%; }
  .media .media-item .media-item__link {
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 15px;
    border: 1px solid #DFE3E8;
    border-radius: 5px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .media .media-item .media-item__link:hover {
      border-color: #5D6167; }
  .media .media-item .media-item__media {
    width: 32px;
    min-width: 32px;
    margin-right: 10px; }
  .media .media-item .media-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .media .media-item .media-item__content:not(:last-child) {
      margin-right: 15px; }
  .media .media-item .media-item__title {
    font-weight: 700;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .media .media-item .media-item__size {
    color: #5D6167; }
  .media .media-item .media-item__action {
    margin-left: auto; }

.progressbar {
  background: #F7F8FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  position: relative; }
  .progressbar .progressbar__value {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    border-radius: 5px;
    background-color: #ffba00; }

.form-field__devider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden; }
  .form-field__devider .devider-text {
    color: #5D6167;
    font-size: 14px;
    line-height: 20px;
    position: relative; }
    .form-field__devider .devider-text:before, .form-field__devider .devider-text:after {
      content: "";
      position: absolute;
      top: 50%;
      height: 1px;
      width: 100vw;
      background-color: #E8EBED;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .form-field__devider .devider-text:before {
      left: auto;
      right: calc(100% + 10px); }
    .form-field__devider .devider-text:after {
      left: calc(100% + 10px); }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #333333; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #333333; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #333333; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #333333; }

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #333333; }

::-webkit-scrollbar {
  width: 4px; }

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

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #DFE3E8; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #DFE3E8; }

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media screen and (min-width: 580px) {
    .btn-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .btn-group .btn,
  .btn-group .dropdown,
  .btn-group .custom-check {
    width: 100%; }
    @media screen and (min-width: 580px) {
      .btn-group .btn,
      .btn-group .dropdown,
      .btn-group .custom-check {
        width: auto; } }
    .btn-group .btn:not(:last-child),
    .btn-group .dropdown:not(:last-child),
    .btn-group .custom-check:not(:last-child) {
      margin-bottom: 10px; }
      @media screen and (min-width: 580px) {
        .btn-group .btn:not(:last-child),
        .btn-group .dropdown:not(:last-child),
        .btn-group .custom-check:not(:last-child) {
          margin-bottom: 0;
          margin-right: 15px; } }
  .btn-group .btn-group__btn {
    color: #5D6167;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn-group .btn-group__btn:not(:last-child) {
      margin-bottom: 4px; }
      @media screen and (min-width: 580px) {
        .btn-group .btn-group__btn:not(:last-child) {
          margin-bottom: 0;
          margin-right: 20px; } }
    .btn-group .btn-group__btn .btn__ico:not(:last-child),
    .btn-group .btn-group__btn .btn__text:not(:last-child) {
      margin-right: 5px; }
    .btn-group .btn-group__btn .btn__ico {
      min-width: 18px;
      width: 18px; }
      .btn-group .btn-group__btn .btn__ico path {
        fill: #5D6167; }
    .btn-group .btn-group__btn.btn-group__btn_secondary {
      color: #00A961; }
      .btn-group .btn-group__btn.btn-group__btn_secondary .btn__ico path {
        fill: #00A961; }
  .btn-group.btn-group_secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .btn-group.btn-group_secondary .btn,
    .btn-group.btn-group_secondary .dropdown,
    .btn-group.btn-group_secondary .custom-check {
      width: auto;
      margin-bottom: 0; }
      .btn-group.btn-group_secondary .btn:not(:last-child),
      .btn-group.btn-group_secondary .dropdown:not(:last-child),
      .btn-group.btn-group_secondary .custom-check:not(:last-child) {
        margin-right: 10px; }
        @media screen and (min-width: 580px) {
          .btn-group.btn-group_secondary .btn:not(:last-child),
          .btn-group.btn-group_secondary .dropdown:not(:last-child),
          .btn-group.btn-group_secondary .custom-check:not(:last-child) {
            margin-right: 15px; } }

.btn,
button,
input[type="submit"],
input[type="reset"] {
  font-size: 14px;
  cursor: pointer;
  line-height: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-align: center;
  margin: 0;
  outline: none;
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    text-decoration: none; }
  .btn.btn_primary,
  button.btn_primary,
  input[type="submit"].btn_primary,
  input[type="reset"].btn_primary {
    color: #ffffff;
    border-color: #00A961;
    background-color: #00A961;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .btn.btn_primary:hover,
    button.btn_primary:hover,
    input[type="submit"].btn_primary:hover,
    input[type="reset"].btn_primary:hover {
      color: #00A961;
      background: transparent;
      border-color: #DFE3E8; }
      .btn.btn_primary:hover .btn__ico path,
      button.btn_primary:hover .btn__ico path,
      input[type="submit"].btn_primary:hover .btn__ico path,
      input[type="reset"].btn_primary:hover .btn__ico path {
        fill: #00A961; }
    .btn.btn_primary:disabled,
    button.btn_primary:disabled,
    input[type="submit"].btn_primary:disabled,
    input[type="reset"].btn_primary:disabled {
      opacity: .5; }
    .btn.btn_primary .btn__ico path,
    button.btn_primary .btn__ico path,
    input[type="submit"].btn_primary .btn__ico path,
    input[type="reset"].btn_primary .btn__ico path {
      fill: #ffffff; }
  .btn.btn_secondary,
  button.btn_secondary,
  input[type="submit"].btn_secondary,
  input[type="reset"].btn_secondary {
    color: #00A961;
    background-color: transparent;
    border-color: #DFE3E8; }
    .btn.btn_secondary:hover,
    button.btn_secondary:hover,
    input[type="submit"].btn_secondary:hover,
    input[type="reset"].btn_secondary:hover {
      color: #00A961;
      border-color: #00A961;
      background-color: #CCEEDF; }
    .btn.btn_secondary .btn__ico path,
    button.btn_secondary .btn__ico path,
    input[type="submit"].btn_secondary .btn__ico path,
    input[type="reset"].btn_secondary .btn__ico path {
      fill: #00A961; }
  .btn.btn_tertiary,
  button.btn_tertiary,
  input[type="submit"].btn_tertiary,
  input[type="reset"].btn_tertiary {
    color: #00A961;
    border-color: transparent;
    background-color: transparent; }
    .btn.btn_tertiary:hover,
    button.btn_tertiary:hover,
    input[type="submit"].btn_tertiary:hover,
    input[type="reset"].btn_tertiary:hover {
      color: #ffffff;
      border-color: #00A961;
      background-color: #00A961; }
      .btn.btn_tertiary:hover .btn__ico path,
      button.btn_tertiary:hover .btn__ico path,
      input[type="submit"].btn_tertiary:hover .btn__ico path,
      input[type="reset"].btn_tertiary:hover .btn__ico path {
        fill: #ffffff; }
    .btn.btn_tertiary .btn__ico path,
    button.btn_tertiary .btn__ico path,
    input[type="submit"].btn_tertiary .btn__ico path,
    input[type="reset"].btn_tertiary .btn__ico path {
      fill: #00A961; }
  .btn.btn_quaternary,
  button.btn_quaternary,
  input[type="submit"].btn_quaternary,
  input[type="reset"].btn_quaternary {
    color: #EB5757;
    border-color: #DFE3E8;
    background-color: transparent; }
    .btn.btn_quaternary:hover,
    button.btn_quaternary:hover,
    input[type="submit"].btn_quaternary:hover,
    input[type="reset"].btn_quaternary:hover {
      color: #EB5757;
      border-color: #EB5757;
      background-color: #FFDADA; }
      .btn.btn_quaternary:hover .btn__ico path,
      button.btn_quaternary:hover .btn__ico path,
      input[type="submit"].btn_quaternary:hover .btn__ico path,
      input[type="reset"].btn_quaternary:hover .btn__ico path {
        fill: #EB5757; }
    .btn.btn_quaternary .btn__ico path,
    button.btn_quaternary .btn__ico path,
    input[type="submit"].btn_quaternary .btn__ico path,
    input[type="reset"].btn_quaternary .btn__ico path {
      fill: #EB5757; }
  .btn.btn_quintuple,
  button.btn_quintuple,
  input[type="submit"].btn_quintuple,
  input[type="reset"].btn_quintuple {
    color: #333333;
    border-color: #DFE3E8;
    background-color: transparent; }
    .btn.btn_quintuple:hover,
    button.btn_quintuple:hover,
    input[type="submit"].btn_quintuple:hover,
    input[type="reset"].btn_quintuple:hover {
      color: #333333;
      border-color: #333333;
      background-color: transparent; }
  .btn.btn_hex,
  button.btn_hex,
  input[type="submit"].btn_hex,
  input[type="reset"].btn_hex {
    color: #00A961;
    padding: 25px;
    border-radius: 10px;
    background-color: #F9F8F8;
    border: 2px dashed #DFE3E8; }
    .btn.btn_hex:hover,
    button.btn_hex:hover,
    input[type="submit"].btn_hex:hover,
    input[type="reset"].btn_hex:hover {
      background-color: transparent;
      border-color: #5D6167; }
  .btn.btn_sevenfold,
  button.btn_sevenfold,
  input[type="submit"].btn_sevenfold,
  input[type="reset"].btn_sevenfold {
    color: #00A961;
    background-color: #CCEEDF;
    border-color: #CCEEDF; }
    .btn.btn_sevenfold:hover,
    button.btn_sevenfold:hover,
    input[type="submit"].btn_sevenfold:hover,
    input[type="reset"].btn_sevenfold:hover {
      color: #00A961;
      background-color: transparent;
      border-color: #00A961; }
  .btn.btn_octal,
  button.btn_octal,
  input[type="submit"].btn_octal,
  input[type="reset"].btn_octal {
    color: #EB5757;
    background-color: #FFDADA;
    border-color: #FFDADA; }
    .btn.btn_octal:hover,
    button.btn_octal:hover,
    input[type="submit"].btn_octal:hover,
    input[type="reset"].btn_octal:hover {
      color: #EB5757;
      background-color: transparent;
      border-color: #EB5757; }
  .btn.btn_ninefold,
  button.btn_ninefold,
  input[type="submit"].btn_ninefold,
  input[type="reset"].btn_ninefold {
    color: #5D6167;
    background-color: transparent;
    border-color: transparent; }
    .btn.btn_ninefold .btn__ico path,
    button.btn_ninefold .btn__ico path,
    input[type="submit"].btn_ninefold .btn__ico path,
    input[type="reset"].btn_ninefold .btn__ico path {
      fill: #5D6167; }
    .btn.btn_ninefold:hover,
    button.btn_ninefold:hover,
    input[type="submit"].btn_ninefold:hover,
    input[type="reset"].btn_ninefold:hover {
      color: #00A961;
      background-color: transparent;
      border-color: transparent; }
      .btn.btn_ninefold:hover .btn__ico path,
      button.btn_ninefold:hover .btn__ico path,
      input[type="submit"].btn_ninefold:hover .btn__ico path,
      input[type="reset"].btn_ninefold:hover .btn__ico path {
        fill: #00A961; }
  .btn.btn_success,
  button.btn_success,
  input[type="submit"].btn_success,
  input[type="reset"].btn_success {
    color: #ffffff;
    background-color: #00A961;
    border-color: #00A961; }
    .btn.btn_success .btn__ico path,
    button.btn_success .btn__ico path,
    input[type="submit"].btn_success .btn__ico path,
    input[type="reset"].btn_success .btn__ico path {
      fill: #ffffff; }
    .btn.btn_success:hover,
    button.btn_success:hover,
    input[type="submit"].btn_success:hover,
    input[type="reset"].btn_success:hover {
      color: #00A961;
      background-color: #CCEEDF;
      border-color: #00A961; }
      .btn.btn_success:hover .btn__ico path,
      button.btn_success:hover .btn__ico path,
      input[type="submit"].btn_success:hover .btn__ico path,
      input[type="reset"].btn_success:hover .btn__ico path {
        fill: #00A961; }
  .btn.btn_error,
  button.btn_error,
  input[type="submit"].btn_error,
  input[type="reset"].btn_error {
    color: #ffffff;
    background-color: #EB5757;
    border-color: #EB5757; }
    .btn.btn_error .btn__ico path,
    button.btn_error .btn__ico path,
    input[type="submit"].btn_error .btn__ico path,
    input[type="reset"].btn_error .btn__ico path {
      fill: #ffffff; }
    .btn.btn_error:hover,
    button.btn_error:hover,
    input[type="submit"].btn_error:hover,
    input[type="reset"].btn_error:hover {
      color: #EB5757;
      background-color: #FFDADA;
      border-color: #EB5757; }
      .btn.btn_error:hover .btn__ico path,
      button.btn_error:hover .btn__ico path,
      input[type="submit"].btn_error:hover .btn__ico path,
      input[type="reset"].btn_error:hover .btn__ico path {
        fill: #EB5757; }
  .btn.btn_bigger,
  button.btn_bigger,
  input[type="submit"].btn_bigger,
  input[type="reset"].btn_bigger {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 20px; }
  .btn.btn_tiny,
  button.btn_tiny,
  input[type="submit"].btn_tiny,
  input[type="reset"].btn_tiny {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px; }
  .btn.btn_tiny-p,
  button.btn_tiny-p,
  input[type="submit"].btn_tiny-p,
  input[type="reset"].btn_tiny-p {
    padding: 10px; }
  .btn.btn_text,
  button.btn_text,
  input[type="submit"].btn_text,
  input[type="reset"].btn_text {
    border: 0;
    padding: 0;
    font-weight: 400;
    background-color: transparent; }
    .btn.btn_text:hover,
    button.btn_text:hover,
    input[type="submit"].btn_text:hover,
    input[type="reset"].btn_text:hover {
      background-color: transparent; }
    .btn.btn_text.btn_tertiary,
    button.btn_text.btn_tertiary,
    input[type="submit"].btn_text.btn_tertiary,
    input[type="reset"].btn_text.btn_tertiary {
      font-weight: 600; }
  @media screen and (max-width: 767px) {
    .btn.btn_secondary-ico,
    button.btn_secondary-ico,
    input[type="submit"].btn_secondary-ico,
    input[type="reset"].btn_secondary-ico {
      padding: 10px; }
      .btn.btn_secondary-ico .btn__text:not(:last-child),
      .btn.btn_secondary-ico .btn__ico:not(:last-child),
      button.btn_secondary-ico .btn__text:not(:last-child),
      button.btn_secondary-ico .btn__ico:not(:last-child),
      input[type="submit"].btn_secondary-ico .btn__text:not(:last-child),
      input[type="submit"].btn_secondary-ico .btn__ico:not(:last-child),
      input[type="reset"].btn_secondary-ico .btn__text:not(:last-child),
      input[type="reset"].btn_secondary-ico .btn__ico:not(:last-child) {
        margin: 0; }
      .btn.btn_secondary-ico .btn__text,
      button.btn_secondary-ico .btn__text,
      input[type="submit"].btn_secondary-ico .btn__text,
      input[type="reset"].btn_secondary-ico .btn__text {
        display: none; } }
  .btn .btn__text:not(:last-child),
  .btn .btn__ico:not(:last-child),
  button .btn__text:not(:last-child),
  button .btn__ico:not(:last-child),
  input[type="submit"] .btn__text:not(:last-child),
  input[type="submit"] .btn__ico:not(:last-child),
  input[type="reset"] .btn__text:not(:last-child),
  input[type="reset"] .btn__ico:not(:last-child) {
    margin-right: 5px; }
  .btn .btn__ico,
  button .btn__ico,
  input[type="submit"] .btn__ico,
  input[type="reset"] .btn__ico {
    width: 18px;
    min-width: 18px; }
    .btn .btn__ico path,
    button .btn__ico path,
    input[type="submit"] .btn__ico path,
    input[type="reset"] .btn__ico path {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.wysiwyg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .wysiwyg:not(:last-child) {
    margin-bottom: 15px; }
  .wysiwyg.wysiwyg_secondary-margin {
    margin-bottom: 20px; }
  .wysiwyg img,
  .wysiwyg svg {
    margin-bottom: 20px; }
  .wysiwyg ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    .wysiwyg ul ul {
      margin-left: 0; }
    .wysiwyg ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 10px 0 0;
      color: #5D6167; }
      .wysiwyg ul li:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        content: "";
        width: 4px;
        height: 4px;
        background-color: #C4C4C4;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
        top: 1px; }
  .wysiwyg.wysiwyg_secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .wysiwyg.wysiwyg_secondary h1, .wysiwyg.wysiwyg_secondary h2, .wysiwyg.wysiwyg_secondary h3, .wysiwyg.wysiwyg_secondary h4, .wysiwyg.wysiwyg_secondary h5, .wysiwyg.wysiwyg_secondary h6, .wysiwyg.wysiwyg_secondary ul, .wysiwyg.wysiwyg_secondary ol {
      margin-right: 10px;
      margin-bottom: 4px; }
      @media screen and (min-width: 580px) {
        .wysiwyg.wysiwyg_secondary h1, .wysiwyg.wysiwyg_secondary h2, .wysiwyg.wysiwyg_secondary h3, .wysiwyg.wysiwyg_secondary h4, .wysiwyg.wysiwyg_secondary h5, .wysiwyg.wysiwyg_secondary h6, .wysiwyg.wysiwyg_secondary ul, .wysiwyg.wysiwyg_secondary ol {
          margin-bottom: 10px; } }

.slick-slider {
  position: relative;
  width: auto;
  display: block;
  cursor: -webkit-grab;
  cursor: grab; }
  .slick-slider img {
    display: block;
    width: 100%; }
  .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slick-slider .slick-list {
    overflow: hidden; }
  .slick-slider .slick-slide {
    display: inline-block;
    height: 100%;
    z-index: 2 !important;
    margin: 0;
    min-height: 1px; }
    .slick-slider .slick-slide.slick-current {
      z-index: 3 !important; }
  .slick-slider .slider-item__content {
    padding: 4px; }
  .slick-slider .slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-slider .slick-arrow:hover path {
      fill: #000000; }
    .slick-slider .slick-arrow.slick-prev {
      left: 25px;
      right: auto; }
      .slick-slider .slick-arrow.slick-prev:hover {
        left: 15px; }
    .slick-slider .slick-arrow.slick-next {
      left: auto;
      right: 25px; }
      .slick-slider .slick-arrow.slick-next:hover {
        right: 15px; }
    .slick-slider .slick-arrow.slick-disabled {
      opacity: .8;
      pointer-events: none; }
    .slick-slider .slick-arrow path {
      fill: #333333;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .slick-slider.slider__secondary-pagination .slick-dots {
    bottom: -40px; }
  .slick-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%; }
    .slick-slider .slick-dots li {
      margin: 0;
      font-size: 10px;
      line-height: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .slick-slider .slick-dots li:not(:last-child) {
        margin-right: 10px; }
      .slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li:hover button {
        background-color: #00A961; }
      .slick-slider .slick-dots li:only-child {
        display: none; }
    .slick-slider .slick-dots button {
      text-indent: -9999px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin: 0;
      padding: 0;
      border: 1px solid #00A961;
      background-color: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.slick-loading .slick-slide {
  visibility: hidden; }

.tabs .tabs-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  border-bottom: 1px solid #DFE3E8; }
  .tabs .tabs-header .tabs-header__item {
    position: relative; }
    .tabs .tabs-header .tabs-header__item:before {
      content: "";
      position: absolute;
      left: 0;
      top: 100%;
      background-color: #00A961;
      opacity: 0; }
    .tabs .tabs-header .tabs-header__item:not(:last-child) {
      margin-right: 15px; }
    .tabs .tabs-header .tabs-header__item.tabs-header__item_active:before {
      opacity: 1; }
    .tabs .tabs-header .tabs-header__item.tabs-header__item_active .tabs-header__text {
      color: #00A961; }
  .tabs .tabs-header .tabs-header__text {
    display: block;
    cursor: pointer;
    color: #333333;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none; }
  .tabs .tabs-body .tabs-body__item.tabs-body__item_active {
    display: block; }

.accordion-item {
  margin-bottom: 15px;
  border-radius: 15px;
  background-color: #ffffff; }
  .accordion-item.accordion-item_active {
    background-color: #F7F8FA; }
    .accordion-item.accordion-item_active .accordion-item__header .accordion-item__toggle {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .accordion-item.accordion-item_active .accordion-item__body {
      display: block; }
  .accordion-item .accordion-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    color: #333333;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    padding: 15px 25px;
    position: relative;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .accordion-item .accordion-item__header .accordion-item__ico {
      display: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 65px;
      min-width: 65px;
      height: 65px;
      border-radius: 50%;
      margin-right: 12px;
      background-color: #00A961; }
      @media screen and (min-width: 580px) {
        .accordion-item .accordion-item__header .accordion-item__ico {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .accordion-item .accordion-item__header .accordion-item__ico .ico {
        max-width: 25px; }
    .accordion-item .accordion-item__header .accordion-item__title {
      margin-right: 15px; }
      .accordion-item .accordion-item__header .accordion-item__title .title-text {
        font-size: 15px;
        line-height: 25px;
        font-weight: 700; }
    .accordion-item .accordion-item__header .accordion-item__toggle {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 25px;
      min-width: 25px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  .accordion-item .accordion-item__body {
    padding: 0 25px 25px;
    display: none; }
    .accordion-item .accordion-item__body .box__item {
      background-color: #ffffff; }

.dropdown {
  position: relative; }
  .dropdown.dropdown_secondary {
    width: 35px;
    height: 35px; }
    .dropdown.dropdown_secondary.dropdown_active .dropdown__init {
      background-color: #F7F8FA; }
    .dropdown.dropdown_secondary .dropdown__init {
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 5px;
      background-color: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .dropdown.dropdown_secondary .dropdown__init:hover {
        background-color: #F7F8FA; }
    .dropdown.dropdown_secondary .dropdown__content {
      min-width: 180px; }
  .dropdown.dropdown_secondary-content .dropdown__content {
    left: auto;
    right: -1px; }
  .dropdown.dropdown_active .dropdown__content {
    display: block; }
  .dropdown .dropdown__init {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .dropdown .dropdown__init .title-text:not(:last-child),
    .dropdown .dropdown__init .ico:not(:last-child) {
      margin-right: 5px; }
  .dropdown .dropdown__content {
    position: absolute;
    top: calc(100% + 2px);
    left: -1px;
    z-index: 3;
    padding: 12px;
    width: auto !important;
    min-width: 100%;
    max-height: 274px;
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #DFE3E8;
    overflow: auto;
    display: none;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
    .dropdown .dropdown__content .dropdown__list {
      margin: 0;
      list-style: none; }
    .dropdown .dropdown__content .dropdown__item {
      margin: 0; }
      .dropdown .dropdown__content .dropdown__item:not(:last-child) {
        margin-bottom: 5px; }
    .dropdown .dropdown__content .dropdown__link {
      padding: 15px;
      font-size: 14px;
      line-height: 15px;
      color: #333333;
      background-color: #ffffff;
      border-radius: 5px;
      white-space: nowrap;
      display: block;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .dropdown .dropdown__content .dropdown__link.jcf-selected, .dropdown .dropdown__content .dropdown__link:hover {
        background-color: #F7F8FA; }

.ico-animation.ico-animation_plant .ico-animation_plant__main,
.ico-animation.ico-animation_plant .ico-animation_plant__secondary {
  transform-box: fill-box;
  -webkit-transform-origin: center 100%;
          transform-origin: center 100%;
  -webkit-animation: animation-rotate 6s ease-in-out infinite;
          animation: animation-rotate 6s ease-in-out infinite; }

.ico-animation.ico-animation_plant .ico-animation_plant__secondary {
  opacity: 0; }
  .ico-animation.ico-animation_plant .ico-animation_plant__secondary.ico-animation_plant__secondary_1 {
    -webkit-animation: plant__secondary_1 5s ease-in-out infinite;
            animation: plant__secondary_1 5s ease-in-out infinite; }
  .ico-animation.ico-animation_plant .ico-animation_plant__secondary.ico-animation_plant__secondary_2 {
    -webkit-animation: plant__secondary_2 5s ease-in-out infinite;
            animation: plant__secondary_2 5s ease-in-out infinite; }
  .ico-animation.ico-animation_plant .ico-animation_plant__secondary.ico-animation_plant__secondary_3 {
    -webkit-animation: plant__secondary_3 5s ease-in-out infinite;
            animation: plant__secondary_3 5s ease-in-out infinite; }
  .ico-animation.ico-animation_plant .ico-animation_plant__secondary.ico-animation_plant__secondary_4 {
    -webkit-animation: plant__secondary_4 5s ease-in-out infinite;
            animation: plant__secondary_4 5s ease-in-out infinite; }
  .ico-animation.ico-animation_plant .ico-animation_plant__secondary.ico-animation_plant__secondary_5 {
    -webkit-animation: plant__secondary_5 5s ease-in-out infinite;
            animation: plant__secondary_5 5s ease-in-out infinite; }

@-webkit-keyframes plant__secondary_1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  5% {
    opacity: 1; } }

@keyframes plant__secondary_1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  5% {
    opacity: 1; } }

@-webkit-keyframes plant__secondary_2 {
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes plant__secondary_2 {
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes plant__secondary_3 {
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes plant__secondary_3 {
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes plant__secondary_4 {
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes plant__secondary_4 {
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes plant__secondary_5 {
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes plant__secondary_5 {
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.box .box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.box .box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #F7F8FA; }
  @media (min-width: 1400px) {
    .box .box__item {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .box .box__item:not(:last-child) {
    margin-bottom: 10px; }
  .box .box__item.box__item_read {
    background-color: #ffffff; }
  .box .box__item.box__item_secondary:not(:last-child) {
    border-bottom: 1px solid #DFE3E8; }
  .box .box__item .box__avatar {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin-right: 10px;
    margin-bottom: 12px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (min-width: 580px) {
      .box .box__item .box__avatar {
        width: 52px;
        min-width: 52px;
        height: 52px;
        min-height: 52px; } }
    @media screen and (min-width: 992px) {
      .box .box__item .box__avatar {
        width: 90px;
        min-width: 90px;
        height: 90px;
        min-height: 90px; } }
    @media (min-width: 1400px) {
      .box .box__item .box__avatar {
        margin-bottom: 0; } }
    .box .box__item .box__avatar.box__avatar_secondary {
      width: 32px;
      min-width: 32px;
      height: 32px;
      min-height: 32px; }
    @media screen and (min-width: 992px) {
      .box .box__item .box__avatar.box__avatar_tertiary {
        width: 80px;
        min-width: 80px;
        height: 80px;
        min-height: 80px; } }
    @media screen and (min-width: 992px) {
      .box .box__item .box__avatar.box__avatar_quaternary {
        width: 60px;
        min-width: 60px;
        height: 60px;
        min-height: 60px; } }
  .box .box__item .box__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
    width: calc(100% - 52px); }
    @media screen and (min-width: 580px) {
      .box .box__item .box__main {
        width: calc(100% - 62px); } }
    @media screen and (min-width: 992px) {
      .box .box__item .box__main {
        width: calc(100% - 100px); }
        .box .box__item .box__main:not(:last-child) {
          margin-right: 10px; } }
    @media (min-width: 1400px) {
      .box .box__item .box__main {
        width: auto;
        margin-bottom: 0; } }
  .box .box__item .btn-group {
    margin-right: 10px;
    width: auto; }
  .box .box__item .box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4px; }
    @media screen and (min-width: 580px) {
      .box .box__item .box__header {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 0; } }
  .box .box__item .box__request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
    background-color: #CCEEDF;
    width: 100%; }
    @media screen and (min-width: 580px) {
      .box .box__item .box__request {
        margin-bottom: 0; } }
    @media screen and (min-width: 768px) {
      .box .box__item .box__request {
        width: auto; } }
    .box .box__item .box__request .request__title {
      width: 100%;
      margin-right: 20px; }
      .box .box__item .box__request .request__title .title-text {
        display: block;
        color: #00A961;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700; }
    .box .box__item .box__request .btn {
      min-width: 72px;
      padding: 8px; }

@media screen and (min-width: 580px) {
  .box .box__actions {
    padding: 10px; } }

@media (min-width: 1400px) {
  .box .box__actions {
    padding: 0; } }

.box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .box .rating .rating__text {
    margin-right: 8px; }
    .box .rating .rating__text .title-text {
      color: #00A961;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700; }
  .box .rating .rating__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .box .rating .rating__media .rating__ico {
      min-width: 110px; }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .main .main__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main .main__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .main .main__header {
        margin-bottom: 25px; } }
    .main .main__header .header__logo .logo__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .main .main__header .header__wysiwyg {
      margin-bottom: 0; }
    .main .main__header .header__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.site-header {
  padding: 12px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #DFE3E8;
  position: relative;
  z-index: 3; }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  @media (max-width: 1199px) {
    .site-header.site-header_menu-active {
      background-color: #fbf9f8;
      border-bottom-color: transparent;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
      .site-header.site-header_menu-active .site-header__logo,
      .site-header.site-header_menu-active .site-header__user {
        visibility: hidden; }
      .site-header.site-header_menu-active .site-header__navigation {
        display: block; }
      .site-header.site-header_menu-active .nav-toggle .nav-toggle__link {
        margin-bottom: 0; }
        .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(1) {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(2) {
          display: none; }
        .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
          margin-top: -2px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .site-header.site-header_menu-active ~ * {
        opacity: .1; } }

.site-header__logo {
  margin-right: 20px; }
  @media (min-width: 1400px) {
    .site-header__logo {
      margin-right: 164px; } }
  .site-header__logo .logo__link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-header__logo .logo__img {
    height: 25px; }

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10;
  margin-right: 15px; }
  @media (min-width: 1200px) {
    .nav-toggle {
      display: none; } }
  .nav-toggle .nav-toggle__link {
    width: 18px;
    background-color: #333333;
    height: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .nav-toggle .nav-toggle__link:not(:last-child) {
      margin-bottom: 5px; }

@media (max-width: 1199px) {
  .site-header__navigation {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fbf9f8;
    z-index: 3;
    overflow: auto;
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; } }

.site-header__navigation .nav__title {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 10px 20px; }
  @media (min-width: 1200px) {
    .site-header__navigation .nav__title {
      display: none; } }

.site-header__navigation .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.site-header__navigation .nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1200px) {
    .site-header__navigation .nav__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.site-header__navigation .nav__item {
  margin: 0; }
  @media (min-width: 1200px) {
    .site-header__navigation .nav__item:not(:last-child) {
      margin-right: 25px; } }
  .site-header__navigation .nav__item.current-menu-item .nav__link, .site-header__navigation .nav__item:hover .nav__link {
    background-color: #ffffff; }
    .site-header__navigation .nav__item.current-menu-item .nav__link:before, .site-header__navigation .nav__item:hover .nav__link:before {
      width: 5px; }
    @media (min-width: 1200px) {
      .site-header__navigation .nav__item.current-menu-item .nav__link, .site-header__navigation .nav__item:hover .nav__link {
        color: #00A961;
        background-color: transparent; } }

.site-header__navigation .nav__link {
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 1200px) {
    .site-header__navigation .nav__link {
      padding: 0;
      font-weight: 700; } }
  .site-header__navigation .nav__link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background-color: #00A961;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    @media (min-width: 1200px) {
      .site-header__navigation .nav__link:before {
        display: none; } }

.site-header__user {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .site-header__user .user__avatar {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 5px; }
  .site-header__user .user__name {
    margin-right: 5px;
    display: none; }
    @media screen and (min-width: 580px) {
      .site-header__user .user__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .site-header__user .user__name .name-text {
      color: #5D6167;
      font-size: 14px;
      line-height: 15px;
      font-weight: 600;
      max-width: 110px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }

.sub-header {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  border-bottom: 1px solid #DFE3E8; }
  @media screen and (min-width: 580px) {
    .sub-header {
      padding: 20px; } }
  @media screen and (min-width: 992px) {
    .sub-header {
      display: none; } }

.site-footer {
  margin-top: auto; }

.sidebar {
  width: 360px;
  max-width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 991px) {
    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      padding: 5px 0;
      background-color: #fbf9f8;
      height: 100vh;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
      .sidebar.sidebar_active {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        z-index: 4; }
        .sidebar.sidebar_active:after {
          content: "";
          position: fixed;
          top: 0;
          left: 100%;
          width: 100vw;
          height: 100%;
          background-color: #333333;
          opacity: .9; } }
  .sidebar .sidebar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    margin-bottom: 5px;
    background-color: transparent; }
    @media screen and (min-width: 992px) {
      .sidebar .sidebar__header {
        display: none; } }
    .sidebar .sidebar__header:hover {
      background-color: #ffffff; }
    .sidebar .sidebar__header .title-text:not(:last-child),
    .sidebar .sidebar__header .title-ico:not(:last-child) {
      margin-right: 12px; }
    .sidebar .sidebar__header .title-text {
      color: #00A961;
      font-size: 14px;
      line-height: 18px;
      font-weight: 700; }
    .sidebar .sidebar__header .title-ico {
      width: 18px;
      min-width: 18px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .sidebar .sidebar__header .title-ico path {
        fill: #00A961; }
  .sidebar .sidebar__content {
    overflow: auto; }
  @media screen and (max-width: 991px) {
    .sidebar .section.section_mobile-secondary {
      border-radius: 0; } }
  .sidebar .sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      .sidebar .sidebar__user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 30px; } }
    .sidebar .sidebar__user .user__media {
      margin-right: 10px;
      position: relative; }
      @media screen and (min-width: 992px) {
        .sidebar .sidebar__user .user__media {
          margin: 0 auto 20px; } }
    .sidebar .sidebar__user .user__avatar {
      width: 90px;
      height: 90px;
      min-width: 90px;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      margin-right: 10px; }
      @media screen and (min-width: 992px) {
        .sidebar .sidebar__user .user__avatar {
          width: 120px;
          height: 120px; } }
    .sidebar .sidebar__user .user__settings {
      position: absolute;
      bottom: 0;
      right: 0; }
      .sidebar .sidebar__user .user__settings .user-settings__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-decoration: none; }
      .sidebar .sidebar__user .user__settings .user-settings__ico {
        width: 32px;
        min-width: 32px;
        height: 32px; }
    .sidebar .sidebar__user .user__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%; }
      @media screen and (min-width: 992px) {
        .sidebar .sidebar__user .user__content {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .sidebar .sidebar__user .user__content .user__name {
        margin-bottom: 5px; }
        .sidebar .sidebar__user .user__content .user__name .name-text {
          color: #333333;
          font-size: 18px;
          line-height: 25px;
          font-weight: 700; }
      .sidebar .sidebar__user .user__content .user__company .company-text {
        color: #5D6167;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600; }
  .sidebar .sidebar__nav .nav__group:not(:last-child) {
    margin-bottom: 45px; }
  .sidebar .sidebar__nav .nav-group__header {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    padding-left: 25px; }
    .sidebar .sidebar__nav .nav-group__header .nav-group__title {
      text-transform: uppercase;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-right: 5px; }
  .sidebar .sidebar__nav .nav-group__content .nav-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sidebar .sidebar__nav .nav-group__content .nav-group__item.nav-item_active > .nav-item__header, .sidebar .sidebar__nav .nav-group__content .nav-group__item:hover > .nav-item__header {
    background-color: #ffffff;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    .sidebar .sidebar__nav .nav-group__content .nav-group__item.nav-item_active > .nav-item__header:before, .sidebar .sidebar__nav .nav-group__content .nav-group__item:hover > .nav-item__header:before {
      width: 5px;
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
  .sidebar .sidebar__nav .nav-group__content .nav-group__item.nav-item_active .nav-item__ico {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-color: #F7F8FA; }
  .sidebar .sidebar__nav .nav-group__content .nav-group__item.nav-item_active .nav-item__dropdown {
    display: block; }
  .sidebar .sidebar__nav .nav-group__content .nav-group__item.nav-group__item_dropdown > .nav-item__header .nav-item__link {
    color: #333333; }
  .sidebar .sidebar__nav .nav-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2px;
    border-radius: 5px;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .sidebar .sidebar__nav .nav-item__header:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      border-radius: 0 5px 5px 0;
      background-color: #00A961;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
      @media screen and (min-width: 992px) {
        .sidebar .sidebar__nav .nav-item__header:before {
          border-radius: 5px 0 0 5px; } }
    .sidebar .sidebar__nav .nav-item__header .nav-item__title {
      width: 100%; }
      .sidebar .sidebar__nav .nav-item__header .nav-item__title .nav-item__link {
        display: block;
        width: 100%;
        padding: 15px 20px;
        color: #5D6167;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        text-transform: capitalize;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
        @media screen and (min-width: 992px) {
          .sidebar .sidebar__nav .nav-item__header .nav-item__title .nav-item__link {
            padding: 15px 25px; } }
    .sidebar .sidebar__nav .nav-item__header .nav-item__ico {
      width: 40px;
      min-width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 5px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      cursor: pointer;
      position: relative;
      top: 0;
      right: 5px;
      background-color: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .sidebar .sidebar__nav .nav-item__header .nav-item__ico:hover {
        background-color: #F7F8FA; }
  .sidebar .sidebar__nav .nav-item__dropdown {
    display: none; }
    .sidebar .sidebar__nav .nav-item__dropdown .nav-group__item:not(:last-child) {
      margin-bottom: 0; }
    .sidebar .sidebar__nav .nav-item__dropdown .nav-group__item .nav-item__header .nav-item__link {
      padding-left: 25px; }

.popup-init {
  cursor: pointer; }

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  cursor: pointer;
  background-color: #464646;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.popup-wrap,
.popup {
  visibility: hidden;
  opacity: 0; }

.popup-visible .popup-wrap {
  visibility: visible;
  opacity: 1; }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  cursor: auto;
  min-width: 320px;
  width: 100%;
  padding: 15px 15px 30px;
  max-width: 100%;
  max-height: 100%;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  opacity: 0;
  background-color: #ffffff;
  z-index: 111;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (min-width: 580px) {
    .popup {
      width: 645px;
      height: auto;
      border-radius: 10px;
      padding: 30px; } }
  .popup.active {
    visibility: visible;
    opacity: 1; }
  @media screen and (min-width: 580px) {
    .popup.popup_tiny {
      width: 420px; } }
  @media screen and (min-width: 992px) {
    .popup.popup_secondary {
      top: 0;
      right: 0;
      left: auto;
      border-radius: 0;
      -webkit-transform: none;
              transform: none;
      height: 100vh; } }
  .popup .popup__header,
  .popup .popup__content,
  .popup .popup__footer {
    width: 100%; }
  .popup .popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .popup .popup__header .popup__title {
      margin-right: 15px; }
      .popup .popup__header .popup__title .title-text {
        color: #333333;
        font-size: 18px;
        line-height: 25px;
        font-weight: 700; }
    .popup .popup__header .popup-action {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .popup .popup__header .popup-action .popup-action__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 25px;
        min-width: 25px; }
        .popup .popup__header .popup-action .popup-action__item:not(:last-child) {
          margin-right: 15px; }
  .popup .popup__content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100% - 20px); }
    .popup .popup__content:not(:last-child) {
      margin-bottom: 10px;
      max-height: 100%; }
  .popup .popup__section {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DFE3E8; }

.fancybox-inner .fancybox-button:hover {
  color: #00A961; }

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #DFE3E8;
  background-color: #ffffff;
  margin: 0 -15px 20px;
  width: calc(100% + 30px); }
  @media screen and (min-width: 580px) {
    .section {
      margin: 0 0 20px;
      width: auto;
      border-radius: 10px; } }
  @media screen and (max-width: 579px) {
    .section.section_mobile-secondary {
      margin-left: 0;
      margin-right: 0;
      width: auto;
      border-radius: 10px; } }
  .section.section_secondary-bg {
    padding: 0;
    background-color: transparent;
    border: 0; }
  .section.section_tertiary {
    border: 0;
    background-color: transparent;
    padding: 0; }
  .section .section__header,
  .section .section__content,
  .section .section__footer {
    padding: 15px; }
    @media screen and (min-width: 580px) {
      .section .section__header,
      .section .section__content,
      .section .section__footer {
        padding: 20px; } }
    .section .section__header:not(:last-child),
    .section .section__content:not(:last-child),
    .section .section__footer:not(:last-child) {
      padding-bottom: 0; }
  .section .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1400px) {
      .section .section__header {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 1400px) {
      .section .section__header .section__title:not(:last-child) {
        margin-right: 15px; } }
    .section .section__header .section__title .title-text {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .section .section__header .section__wysiwyg {
      width: 100%;
      margin-bottom: 0; }
      .section .section__header .section__wysiwyg:not(:last-child) {
        margin-bottom: 15px; }
        @media (min-width: 1400px) {
          .section .section__header .section__wysiwyg:not(:last-child) {
            margin-right: 15px;
            margin-bottom: 0; } }
    @media (min-width: 1400px) {
      .section .section__header .section__actions .search {
        min-width: 300px; } }
  .section .section__content {
    width: 100%; }

.sub-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .sub-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .sub-section:not(:last-child), .sub-section.sub-section_secondary {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFE3E8; }
  .sub-section .sub-section__content {
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .sub-section .sub-section__content {
        margin-bottom: 0;
        margin-right: 20px; } }
  .sub-section .sub-section__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.section__banner {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 580px) {
    .section__banner {
      border-radius: 5px; } }
  @media screen and (min-width: 580px) {
    .section__banner:not(:last-child) {
      border-radius: 5px 5px 0 0; } }

.team {
  margin-bottom: 10px; }
  .team .team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    overflow-x: auto; }
  .team .team__item {
    color: #5D6167;
    width: 232px;
    min-width: 232px;
    border: 1px solid #DFE3E8;
    border-radius: 5px;
    padding: 10px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .team .team__item:not(:last-child) {
      margin-right: 15px; }
  .team .team-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 5px; }
  .team .team-item__avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .team .team-item__name {
    margin-bottom: 5px; }
    .team .team-item__name .name-text {
      color: #333333;
      font-size: 15px;
      line-height: 20px;
      font-weight: 600; }
  .team .team-item__content {
    text-align: center; }
  .team .team-item__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .team .team-item__data .team-data__item {
      font-size: 14px;
      line-height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      .team .team-item__data .team-data__item .team-data__separator {
        margin: 0 5px; }

.steps .step {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFE3E8; }
  .steps .step .step__header {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .steps .step .step__header .step__number {
      width: 30px;
      min-width: 30px;
      height: 30px;
      margin-right: 5px;
      border-radius: 50%;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      background-color: #00A961; }
      .steps .step .step__header .step__number .number-text {
        font-size: 14px;
        line-height: 17px;
        font-weight: 700; }
    .steps .step .step__header .step__title .title-text {
      color: #00A961;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px; }

.middle_login {
  min-height: 100vh;
  padding: 0;
  background-color: #ffffff; }
  .middle_login .login__main {
    height: 100vh;
    min-height: 580px;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 992px) {
      .middle_login .login__main {
        padding: 40px; } }
    .middle_login .login__main .login__form .login-form__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 40px; }
      @media screen and (min-width: 580px) {
        .middle_login .login__main .login__form .login-form__header {
          margin-bottom: 30px; } }
      .middle_login .login__main .login__form .login-form__header .title-text {
        color: #333333;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px; }
        @media screen and (min-width: 580px) {
          .middle_login .login__main .login__form .login-form__header .title-text {
            font-size: 25px;
            line-height: 29px; } }
    .middle_login .login__main .login__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .middle_login .login__main .login__footer {
      text-align: center; }
  .middle_login .login__media {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fbf9f8;
    position: relative;
    height: 100vh;
    min-height: 580px;
    padding: 30px 15px; }
    @media screen and (min-width: 992px) {
      .middle_login .login__media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px; } }
    .middle_login .login__media .login-media__bg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .middle_login .login__media .login-media__bg .login-media__img {
        width: 100%;
        height: 100%; }
    .middle_login .login__media .login-media__slider {
      width: 100%;
      max-width: 500px;
      position: unset; }

.account__create .create__item {
  position: relative;
  margin-bottom: 25px;
  height: 100%; }

.account__create .create-item__label {
  height: 100%; }

.account__create .create-item__input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden; }
  .account__create .create-item__input:checked ~ .create-item__container {
    border: 1px solid #00A961;
    background-color: #CCEEDF;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    .account__create .create-item__input:checked ~ .create-item__container .create-item__ico {
      opacity: 1;
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
  .account__create .create-item__input.error ~ .create-item__container, .account__create .create-item__input.wpcf7-not-valid ~ .create-item__container {
    border: 1px solid #FFDADA; }

.account__create .create-item__container {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #DFE3E8;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }
  @media screen and (min-width: 768px) {
    .account__create .create-item__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 150px;
      height: 100%; } }

.account__create .create-item__ico {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  @media screen and (min-width: 768px) {
    .account__create .create-item__ico {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.account__create .create-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 768px) {
    .account__create .create-item__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }
  .account__create .create-item__content:after {
    content: "";
    width: 42px; }
    @media screen and (min-width: 768px) {
      .account__create .create-item__content:after {
        display: none; } }

.account__create .create-item__image {
  margin-right: 10px;
  width: 42px;
  min-width: 42px; }
  @media screen and (min-width: 768px) {
    .account__create .create-item__image {
      margin: 0 auto 10px; } }

.account__create .create-item__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700; }

.files .files__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.files .files__item {
  margin-bottom: 10px; }

.files .files__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .files .files__link:hover {
    background-color: #F7F8FA; }

.files .files__ico {
  width: 18px;
  min-width: 18px;
  margin-right: 5px; }

.files .files__text {
  font-size: 14px;
  line-height: 20px;
  color: #5D6167;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.posts .post__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.posts .post__item {
  border: 1px solid #DFE3E8;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 580px) {
    .posts .post__item {
      padding: 20px; } }

.forum .forum__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.forum .forum__item:not(:last-child) {
  border-bottom: 1px solid #DFE3E8; }

.forum .forum__item:last-child {
  border-radius: 0 0 10px 10px;
  overflow: hidden; }

.forum .forum__link {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 580px) {
    .forum .forum__link {
      padding: 20px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .forum .forum__link:hover {
    background-color: #F7F8FA; }

.forum .forum__title {
  color: #333333;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(100% - 28px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  @media screen and (min-width: 580px) {
    .forum .forum__title {
      margin-bottom: 0;
      width: auto; } }

.forum .forum__ico {
  width: 18px;
  min-width: 18px; }
  @media screen and (min-width: 580px) {
    .forum .forum__ico {
      margin-right: 10px; } }

@media screen and (min-width: 580px) {
  .forum .forum__status {
    margin-left: auto; } }

.notifications .notifications__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.notifications .notifications__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .notifications .notifications__item:not(:last-child) {
    margin-bottom: 20px; }

.notifications .notifications__media {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .notifications .notifications__media .notifications__ico {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-color: #00A961;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-25%, 25%);
            transform: translate(-25%, 25%); }

.notifications .notifications__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .notifications .notifications__content .notifications__wisywig {
    margin-bottom: 10px; }
  .notifications .notifications__content .notifications__date .date-text {
    color: #5D6167;
    font-size: 13px;
    line-height: 15px; }

.news .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.news .news__item:not(:last-child) {
  border-bottom: 1px solid #DFE3E8; }

.news .news__media {
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  width: 40px;
  min-width: 40px;
  height: 40px; }
  @media screen and (min-width: 580px) {
    .news .news__media {
      width: 110px;
      min-width: 110px;
      height: 110px; } }

.news .news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.news .news__wysiwyg {
  margin-bottom: 10px; }

@media screen and (min-width: 580px) {
  .dl.dl_secondary .dl__item .dl__title {
    min-width: 0;
    white-space: nowrap; } }

@media screen and (min-width: 580px) {
  .dl.dl_secondary .dl__item .dl__value {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; } }

.dl .dl__text {
  font-size: 14px;
  line-height: 20px;
  background: #F3F5FA;
  border-radius: 4px;
  padding: 12px;
  text-align: center; }

.dl .dl__list:not(:last-child),
.dl .dl__text:not(:last-child) {
  margin-bottom: 10px; }

.dl .dl__item {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dl .dl__item:not(:last-child) {
    margin-bottom: 15px; }
  .dl .dl__item.dl__item_secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .dl .dl__item.dl__item_secondary .dl__title {
      width: 100%;
      margin: 0 0 10px; }
  .dl .dl__item.dl__item_tertiary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 580px) {
      .dl .dl__item.dl__item_tertiary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .dl .dl__item.dl__item_tertiary .dl__title {
      margin: 0 0 10px; }
      @media screen and (min-width: 580px) {
        .dl .dl__item.dl__item_tertiary .dl__title {
          margin: 0 10px 0 0; } }
  .dl .dl__item .dl__title {
    margin-right: 10px;
    min-width: 50%; }
    @media screen and (min-width: 580px) {
      .dl .dl__item .dl__title {
        min-width: 120px;
        margin-right: 30px; } }
    .dl .dl__item .dl__title .title-text {
      font-weight: 700; }
  .dl .dl__item .dl__value {
    width: auto; }

.contact .section {
  min-width: calc(100vw - 50px);
  width: calc(100vw - 50px);
  margin: 0;
  border-radius: 10px; }
  @media screen and (min-width: 580px) {
    .contact .section {
      min-width: 476px;
      width: 476px; } }

.notes {
  margin: -15px -20px -20px; }
  .notes .notes__groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .notes .notes__group {
    color: #333333;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 620px; }
    @media screen and (min-width: 768px) {
      .notes .notes__group {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .notes .notes__group {
        width: 100%; } }
    @media (min-width: 1200px) {
      .notes .notes__group {
        width: 50%; } }
    @media (min-width: 1400px) {
      .notes .notes__group {
        width: 33.3%; } }
    .notes .notes__group:not(:last-child) {
      border-right: 1px solid #DFE3E8; }
    .notes .notes__group:last-child {
      width: 100%; }
      @media (min-width: 1400px) {
        .notes .notes__group:last-child {
          width: 33.3%; } }
    .notes .notes__group .group__header,
    .notes .notes__group .group__footer {
      padding: 20px; }
    .notes .notes__group .group__header .title-text {
      font-size: 18px;
      line-height: 21px;
      font-weight: 700; }
    .notes .notes__group .group__content {
      height: 100%;
      overflow: auto;
      border-bottom: 1px solid #DFE3E8; }
      .notes .notes__group .group__content .group__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .notes .notes__group .group__content .notes__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; }
        .notes .notes__group .group__content .notes__item .note__author {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .notes .notes__group .group__content .notes__item .note__author .author__avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 12px; }
          .notes .notes__group .group__content .notes__item .note__author .author__name .name-text {
            color: #333333;
            font-size: 14px;
            line-height: 20px; }
    .notes .notes__group .group__footer {
      background-color: #F3F5FA; }
      .notes .notes__group .group__footer.group__footer_secondary {
        background-color: transparent; }
    .notes .notes__group .group__formular textarea {
      height: 56px; }

.chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4; }
  .chat.chat_active .chat__preview {
    display: none; }
  .chat.chat_active .chat__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .chat .chat__preview {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    background-color: #00A961;
    -webkit-box-shadow: 0 4px 10px rgba(52, 169, 206, 0.15);
            box-shadow: 0 4px 10px rgba(52, 169, 206, 0.15);
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .chat .chat__preview:hover {
      opacity: .9; }
    @media screen and (min-width: 580px) {
      .chat .chat__preview {
        width: 60px;
        height: 60px; } }
    .chat .chat__preview .chat__ico {
      width: 18px;
      height: 18px; }
      @media screen and (min-width: 580px) {
        .chat .chat__preview .chat__ico {
          width: 20px;
          height: 20px; } }
  .chat .chat__content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 360px;
    max-width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
    .chat .chat__content .section__remove {
      cursor: pointer; }
    .chat .chat__content .box__list {
      margin-bottom: 20px;
      height: 350px;
      overflow-y: auto;
      max-height: calc(100vh - 280px); }
