@charset "UTF-8";
/* MAIN LIBS --------------------------------------------------- */
/* MAIN ws --------------------------------------------------- */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 599px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.clear,
.both {
  clear: both;
}

/* Картинку установить */
#loader {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.6) url(/images/common/ring.svg) no-repeat 50% 45%;
}

/*Уведомления */
#alert__msg {
  padding: 3rem 4rem 3rem 4rem;
  background: #fefefe;
  color: #324554;
  border: 0.1rem solid #efefef;
  font-family: inherit;
  font-size: 1.8rem;
  position: fixed;
  z-index: 999999;
  top: 12rem;
  width: 45rem;
  -webkit-box-shadow: 0 1.9rem 3.8rem rgba(0, 0, 0, 0.3), 0 1.5rem 1.2rem rgba(0, 0, 0, 0.22);
          box-shadow: 0 1.9rem 3.8rem rgba(0, 0, 0, 0.3), 0 1.5rem 1.2rem rgba(0, 0, 0, 0.22);
  display: none;
}

.alert__title {
  font-weight: bold;
  text-align: center;
}

.alert_message {
  line-height: 1.2;
  padding-top: 1rem;
  font-size: 1.6rem;
}

.alert__ok {
  width: 9.5rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background: silver;
  border: 0;
  border-radius: 0.3rem;
  text-align: center;
  padding: 0.3rem 0rem 0.3rem 0rem;
  margin-top: 2rem;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}

/* loader cover */
.local-cover {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75) url(/images/common/loader.svg) no-repeat 50% 50%;
}

/* MAIN GRID --------------------------------------------------- */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
.container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
.container-sm,
.container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
.container-md,
.container-sm,
.container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.d-none {
  display: none !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

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

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

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

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

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

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

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

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

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

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

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

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

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

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

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

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

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

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

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

  .d-print-none {
    display: none !important;
  }
}
/* MAIN VARIABLES --------------------------------------------------- */
/* MAIN FONTS --------------------------------------------------- */
/* MAIN CSS */
html {
  font-size: 10px;
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #3d4461;
  color: #0f0f0f;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ------ Specification ------ */
div,
p,
form,
input,
a,
span,
button,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
a,
div {
  padding: 0;
  margin: 0;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #0f0f0f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0f0f0f;
}

a,
a:hover,
a:active a:focus {
  text-decoration: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: auto;
  height: 3.8rem;
  min-width: 10rem;
  padding: 0rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background: #2a8386;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 1rem;
  outline: none !important;
}
.btn:hover {
  background: #4e9da0;
  color: #fff;
  outline: none !important;
}
.btn:active {
  background: #4e9da0;
  color: #fff;
  outline: none !important;
}
.btn:focus {
  background: #4e9da0;
  color: #fff;
  outline: none !important;
}
.btn.active {
  background: #4e9da0;
  color: #fff;
  outline: none !important;
}
.btn span {
  margin-left: 0.5rem;
  font-weight: 400;
}

.btn-alternative {
  background: transparent;
  color: #2a8386;
  border: 0.1rem solid #accfd0;
}
.btn-alternative:hover {
  background: transparent;
  color: #2a8386;
  border: 0.1rem solid #accfd0;
}
.btn-alternative:active {
  background: transparent;
  color: #2a8386;
  border: 0.1rem solid #accfd0;
}
.btn-alternative:focus {
  background: transparent;
  color: #2a8386;
  border: 0.1rem solid #accfd0;
}
.btn-alternative.active {
  background: transparent;
  color: #2a8386;
  border: 0.1rem solid #accfd0;
}

.btn-bordered {
  background: transparent;
  color: #3d4461;
  border: 0.1rem solid #d1d6de;
}
.btn-bordered:hover {
  background: transparent;
  color: #3d4461;
  border: 0.1rem solid #d1d6de;
}
.btn-bordered:active {
  background: transparent;
  color: #3d4461;
  border: 0.1rem solid #d1d6de;
}
.btn-bordered:focus {
  background: transparent;
  color: #3d4461;
  border: 0.1rem solid #d1d6de;
}
.btn-bordered.active {
  background: transparent;
  color: #3d4461;
  border: 0.1rem solid #d1d6de;
}

.btn-transparent {
  color: #2a8386;
  background: transparent;
  border: none;
}
.btn-transparent:hover {
  color: #3c4361;
  background: transparent;
  border: none;
}
.btn-transparent:active {
  color: #3c4361;
  background: transparent;
  border: none;
}
.btn-transparent:focus {
  color: #3c4361;
  background: transparent;
  border: none;
}
.btn-transparent.active {
  color: #3c4361;
  background: transparent;
  border: none;
}

.btn-tabs {
  color: #373737;
  background: #c9d2df;
  border: 0.1rem solid #c9d2df;
}
.btn-tabs:hover {
  background: #a6adb8;
  color: #373737;
  border: 0.1rem solid #a6adb8;
}
.btn-tabs:active {
  background: #238184;
  color: #fff;
  border: 0.1rem solid #238184;
}
.btn-tabs:focus {
  background: #238184;
  color: #fff;
  border: 0.1rem solid #238184;
}
.btn-tabs.active {
  background: #238184;
  color: #fff;
  border: 0.1rem solid #238184;
}

.mobile-br {
  display: none;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

a,
button,
div {
  display: block;
  text-decoration: none;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none !important;
  background: transparent;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.collapsible.active ~ .collapsible-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collapsible-content {
  overflow: hidden;
}

.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}

.show-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-mobile {
  display: none;
}

/* MAIN NAV PANEL --------------------------------------------------- */
.navpanel {
  width: 24rem;
  min-width: 24rem;
  height: 100vh;
  background: #181926;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  position: fixed;
  left: 0;
  z-index: 1;
}
.navpanel.no-text {
  width: 11rem;
  min-width: 11rem;
}
.navpanel.no-text .navpanel__item__text {
  display: none;
}

.navpanel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.4rem;
  padding-left: 1rem;
  border-top-left-radius: 30rem;
  border-bottom-left-radius: 30rem;
  position: relative;
  margin-bottom: 2rem;
}
.navpanel__item.active {
  background: #3d4461;
}
.navpanel__item.active::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  border: 0px solid #3d4461;
  border-radius: 0;
  background: -o-radial-gradient(bottom right, farthest-side, transparent 100%, #181926 100%) top left/0px 0px, -o-radial-gradient(top right, farthest-side, transparent 100%, #181926 100%) bottom left/0px 0px, -o-radial-gradient(bottom left, farthest-side, transparent 100%, #3d4461 100%) top right/2.5rem 2.5rem, -o-radial-gradient(top left, farthest-side, transparent 100%, #181926 100%) bottom right/0px 0px, #181926;
  background: radial-gradient(farthest-side at bottom right, transparent 100%, #181926 100%) top left/0px 0px, radial-gradient(farthest-side at top right, transparent 100%, #181926 100%) bottom left/0px 0px, radial-gradient(farthest-side at bottom left, transparent 100%, #3d4461 100%) top right/2.5rem 2.5rem, radial-gradient(farthest-side at top left, transparent 100%, #181926 100%) bottom right/0px 0px, #181926;
  background-repeat: no-repeat;
  background-origin: padding-box;
}
.navpanel__item.active::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: -2.5rem;
  border: 0px solid #3d4461;
  border-radius: 0;
  background: -o-radial-gradient(bottom right, farthest-side, transparent 100%, #181926 100%) top left/0px 0px, -o-radial-gradient(top right, farthest-side, transparent 100%, #181926 100%) bottom left/0px 0px, -o-radial-gradient(bottom left, farthest-side, transparent 100%, #181926 100%) top right/0px 0px, -o-radial-gradient(top left, farthest-side, transparent 100%, #3d4461 100%) bottom right/2.5rem 2.5rem, #181926;
  background: radial-gradient(farthest-side at bottom right, transparent 100%, #181926 100%) top left/0px 0px, radial-gradient(farthest-side at top right, transparent 100%, #181926 100%) bottom left/0px 0px, radial-gradient(farthest-side at bottom left, transparent 100%, #181926 100%) top right/0px 0px, radial-gradient(farthest-side at top left, transparent 100%, #3d4461 100%) bottom right/2.5rem 2.5rem, #181926;
  background-repeat: no-repeat;
  background-origin: padding-box;
}
.navpanel__item.active .navpanel__item__profile {
  border: 0.2rem solid #5d637c;
}

.navpanel__item__text__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.66rem;
  line-height: 1;
  font-weight: 500;
  color: #92b5bc;
}

.navpanel__item__text__title_section {
  font-family: "Montserrat", sans-serif;
  font-size: 1.349rem;
  line-height: 1;
  font-weight: 500;
  color: #4b5272;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.navpanel__item__icon {
  width: 6.6rem;
  min-width: 6.6rem;
  height: 6.6rem;
  margin-right: 1.3rem;
}
.navpanel__item__icon .noraml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navpanel__item__icon .actived {
  display: none;
}

.navpanel__item.active .navpanel__item__icon .actived {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navpanel__item.active .navpanel__item__icon .noraml {
  display: none;
}

.navpanel__item__profile {
  width: 6.6rem;
  min-width: 6.6rem;
  height: 6.6rem;
  padding: 0.3rem;
  border-radius: 50%;
  border: 0.2rem solid #3f4a6a;
  overflow: hidden;
  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;
  margin-right: 1.3rem;
}
.navpanel__item__profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.navpanel__item__profile__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.navpanel__item__profile__section {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.notification__buttons {
  margin-top: auto;
  padding-left: 1rem;
}

.notification__btn {
  cursor: pointer;
  position: relative;
  width: 6.6rem;
  min-width: 6.6rem;
  height: 6.6rem;
  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;
  color: #3c4361;
}
.notification__btn:not(:last-child) {
  margin-bottom: 1rem;
}
.notification__btn svg {
  width: 2.7rem;
  height: 2.7rem;
  color: inherit;
}
.notification__btn:hover {
  color: #626885;
}

.notification__btn__label {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #181926;
  background: #5a8688;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  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;
}

.dropbtn {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-right: 0.5rem;
}
.dropdown:hover .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dropArrow::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border: solid;
  border-color: inherit;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg) translate(0, -50%);
      -ms-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  margin-left: 0.5rem;
}

.navbar {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #181926;
}

.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 1020;
  left: -110%;
  top: 6.8rem;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 3rem;
  width: 100%;
  background: #181926;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__menu.active {
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2rem;
}

.navbar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2rem;
  padding-right: 1rem;
}
.navbar__link span {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar__link .navpanel__item__profile {
  width: 5.5rem;
  min-width: 5.5rem;
  height: 5.5rem;
  margin-right: 1.5rem;
}
.navbar__link .navpanel__item__icon {
  width: 5.5rem;
  min-width: 5.5rem;
  height: 5.5rem;
  margin-right: 1.5rem;
}
.navbar__link .navbar__link__text {
  color: #92b5bc;
}
.navbar__link.navbar__link__sub.active {
  color: #2e8285;
}

.navbar__links__sub {
  padding-left: 7rem;
}

/* HAMBURGER BUTON*/
.hamburger {
  padding: 1.5rem 1.5rem;
  display: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.active:hover {
  opacity: 1;
}

.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #2e8285;
}

.hamburger-box {
  width: 4rem;
  height: 2.4rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.2rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 3.5rem;
  height: 0.3rem;
  background-color: #2e8285;
  border-radius: 0.4rem;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -1rem;
}

.hamburger-inner::after {
  bottom: -1rem;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 8rem;
          perspective: 8rem;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 1rem, 0) rotate(45deg);
          transform: translate3d(0, 1rem, 0) rotate(45deg);
}

.hamburger--3dx.active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -1rem, 0) rotate(-45deg);
          transform: translate3d(0, -1rem, 0) rotate(-45deg);
}

/* MAIN MAIN CONTENT --------------------------------------------------- */
.section-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 700;
  color: #36c0ee;
  text-transform: uppercase;
}
.section-title p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #7a7a7a;
}

section {
  overflow: hidden;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-slide:focus {
  outline: none;
}

.slick-list {
  padding: 0 !important;
}

/* //! SECTION navpanel -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ */
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
  padding-left: 5rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: 24rem;
  margin-right: 20.5rem;
}
.main__wrapper.with-nav {
  margin-left: 11rem;
  margin-right: 8vw;
  padding-left: 8vw;
  padding-top: 8rem;
}
.main__wrapper.with-nav .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 0;
}

.main__wrapper__buttons {
  position: absolute;
  top: 1.2rem;
  right: -12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__wrapper__buttons a {
  height: 6rem;
  min-width: 6rem;
  width: 6rem;
  border-radius: 50%;
  border: 0.2rem solid #525872;
  margin: 0;
  padding: 0.3rem;
}
.main__wrapper__buttons a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__wrapper__buttons a:not(:last-child) {
  margin-right: 0.5rem;
}

.main__wrapper__button__label {
  background: #dee3eb;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  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;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  color: #3d4461;
}

.main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}
.main__content.no-asside__messenger {
  padding-right: 10vw;
}
.main__content.no-asside__messenger .content {
  max-width: 100%;
}
.main__content.content__album .content {
  padding-left: 0;
}

.content__drop {
  position: absolute;
  height: 2rem;
  left: 0;
  top: -2.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #61bbbe;
}
.content__drop .dropdown {
  height: inherit;
}
.content__drop .dropbtn {
  height: inherit;
}
.content__drop .dropdown-content {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
.content__drop .dropdown-content a {
  padding: 0.5rem 0;
  color: #3d4461;
}
.content__drop .dropdown-content a:hover {
  background: #eff3f9;
}
.content__drop .dropdown-content.lyceums a {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__drop .dropdown-content.lyceums a img {
  height: 6rem;
  min-width: 6rem;
  width: 6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.content__drop .dropdown-content.lyceums a p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #000;
}
.content__drop .dropdown-content.lyceums a p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  padding: 0 1rem;
  background: #e4ecee;
  border-radius: 2.5rem;
}
.content__drop .dropdown-content.lyceums a:not(:last-child) {
  border-bottom: 0.1rem solid #eff3f9;
}

.content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  border-radius: 1rem;
  width: 100%;
  max-width: 93.5rem;
  height: calc(100vh - 11.5rem);
  overflow: hidden;
}

.content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #eff3f9;
  margin-right: 4rem;
}
.content__menu a {
  text-align: center;
  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;
  min-width: 10rem;
  height: 3.8rem;
  border-radius: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #313952;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
.content__menu a:not(:last-child) {
  margin-right: 1rem;
}
.content__menu a:hover {
  color: #313952be;
}
.content__menu a.active {
  background: #313952;
  color: #fff;
}

.content__nav {
  background: #eff3f9;
  width: 23.5rem;
  min-width: 23.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 4rem;
  padding-top: 3rem;
}
.content__nav a {
  font-size: 1.4rem;
  line-height: 4.4rem;
  font-weight: 500;
  color: #3d4461;
}
.content__nav a.active {
  color: #2a8386;
}

.content__nav__icon {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 3rem;
}

.content__wrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 2rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  overflow-y: auto;
  margin-right: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content__wrapper::-webkit-scrollbar {
  width: 0.2rem;
}
.content__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.content__wrapper::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__wrapper::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.content__wrapper__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;
  border-bottom: 0.1rem solid #dee3eb;
  padding-bottom: 2rem;
}

.content__wrapper__header__title {
  color: #181926;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

.content__wrapper__header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content__wrapper__header__buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10rem;
}
.content__wrapper__header__buttons .btn.active {
  display: none;
}
.content__wrapper__header__buttons .close {
  display: none;
}
.content__wrapper__header__buttons .close.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__wrapper__avatar__image {
  position: relative;
  width: 12rem;
  min-width: 12rem;
  height: 12rem;
  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;
  border-radius: 50%;
  margin-right: 3rem;
}
.content__wrapper__avatar__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.content__wrapper__avatar__image.events {
  border-radius: 2rem;
}
.content__wrapper__avatar__image.events img {
  border-radius: 2rem;
}

.delete-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.2rem !important;
  height: 3.2rem !important;
  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;
  background: #fff;
  justify-content: center;
  border-radius: 50%;
}
.delete-btn span {
  width: 2rem;
  height: 2rem;
  font-size: 2.3rem;
  color: #fff;
  background: #dee3eb;
  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;
  border-radius: 50%;
}
.delete-btn:hover span {
  background: #bdc5d1;
}

.content__wrapper__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  margin-bottom: 7rem;
}

.content__wrapper__avatar__text {
  width: 14rem;
}
.content__wrapper__avatar__text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #92949e;
  margin-bottom: 1rem;
}

.upload-btn {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: #2a8386;
  width: 13.2rem;
  height: 3.3rem;
  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: 2rem;
  border: 0.1rem solid #2a8386;
  background: #fff;
  cursor: pointer;
}

.content__wrapper__title {
  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;
  border-bottom: 0.1rem solid #dee3eb;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  width: 100%;
}
.content__wrapper__title h3 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #050506;
}
.content__wrapper__title p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: #92949e;
}

.selected__options {
  padding-top: 1rem;
  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;
}
.selected__options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.7rem;
  padding: 0 1rem;
  background: #eff3f9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2rem;
}
.selected__options li:not(:last-child) {
  margin-right: 0.5rem;
}
.selected__options p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 300;
  color: #3d446199;
  margin-right: 0.5rem;
}
.selected__options a {
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 1.2rem;
  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;
  background: #3d446199;
  color: #eff3f9;
  font-size: 1.7rem;
}

.content__wrapper__delete {
  border-top: 0.1rem solid #dee3eb;
  padding-top: 1rem;
  width: 100%;
  padding-bottom: 5rem;
}
.content__wrapper__delete a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  color: #3d4461;
  text-decoration: underline;
}

.content__wrapper__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__wrapper__info .form_field.half {
  width: 45%;
}
.content__wrapper__info .form_field.half .form_field__chevron {
  -webkit-transform: translate(0, 40%);
      -ms-transform: translate(0, 40%);
          transform: translate(0, 40%);
}
.content__wrapper__info .form_field.third {
  width: 30%;
}
.content__wrapper__info .form_field.third .form_field__chevron {
  -webkit-transform: translate(0, 40%);
      -ms-transform: translate(0, 40%);
          transform: translate(0, 40%);
}
.content__wrapper__info .form_field.select {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1rem;
}
.content__wrapper__info .form_field.select .check-box:not(:last-child) {
  margin-right: 2rem;
}
.content__wrapper__info.security {
  padding-top: 5rem;
}
.content__wrapper__info.security .content__wrapper__title {
  padding-top: 2rem;
}
.content__wrapper__info.security .form_field {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content__wrapper__info.privacy {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
.content__wrapper__info.privacy .content__wrapper__title {
  padding-top: 5rem;
  -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;
  border-bottom: none;
  margin-bottom: 2rem;
}
.content__wrapper__info.privacy .content__wrapper__title h3 {
  margin-bottom: 0.5rem;
}
.content__wrapper__info.tags .content__wrapper__title {
  padding-top: 5rem;
}
.content__wrapper__info.photogallery {
  padding-top: 3rem;
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.content__wrapper__info.photogallery::-webkit-scrollbar {
  width: 0.2rem;
}
.content__wrapper__info.photogallery::-webkit-scrollbar-track {
  background: transparent;
}
.content__wrapper__info.photogallery::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__wrapper__info.photogallery::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}
.content__wrapper__info.meeting {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.content__wrapper__info.accounts .content__wrapper__title {
  margin-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0rem;
}
.content__wrapper__info .row {
  width: 100%;
}

.content__wrapper__info__find {
  position: absolute;
  background: #fff;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.content__wrapper__info__find.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.find_family__search {
  position: relative;
  margin-bottom: 3rem;
}
.find_family__search input {
  height: 4.5rem;
  background: #fff;
  width: 100%;
  border-radius: 2.5rem;
  padding-left: 6rem;
  padding-right: 1rem;
  border: 0.1rem solid #dee3eb;
}
.find_family__search input::-webkit-input-placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}
.find_family__search input::-moz-placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}
.find_family__search input:-ms-input-placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}
.find_family__search input::-ms-input-placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}
.find_family__search input::placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}

.find_family__title {
  color: #222224;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.find_family__result {
  padding-top: 2rem;
}
.find_family__result .family__memeber__image {
  margin-right: 1.3rem;
}
.find_family__result .family__memeber__buttons .btn {
  color: #ffff;
}
.find_family__result .family__memeber__buttons .btn.active {
  background: #2a8386;
  color: #fff;
}
.find_family__result .family__memeber__buttons .btn:hover {
  background: #2a8386;
  color: #fff;
}

.find_family__result__title {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #dee3eb;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  color: #3a3c42;
}

.form_field__chevron {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}
.form_field__chevron svg {
  width: 1rem;
  height: 1rem;
}

.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;
  margin-bottom: 4rem;
  width: 100%;
  position: relative;
}
.form_field .form_field__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  color: #92949e;
  margin-bottom: 0.5rem;
}
.form_field input {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: #30343f;
  border-bottom: 0.1rem solid #eff3f9;
  padding: 0.5rem 0;
}
.form_field.social input {
  padding-left: 3rem;
}
.form_field .btn {
  border-radius: 2.5rem;
}
.form_field select {
  width: 100%;
  border-color: #fff;
  color: #18192a;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #eff3f9;
  padding: 0.5rem 0rem;
}
.form_field select:focus {
  outline: none;
  border-bottom: 0.1rem solid #eff3f9;
}
.form_field select:active {
  outline: none;
  border-bottom: 0.1rem solid #eff3f9;
}
.form_field textarea {
  padding: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid #eff3f9;
  resize: none;
  overflow: auto;
}

.content__wrapper__textarea {
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
}

select::-ms-expand {
  display: none;
  /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

.check-box {
  display: block;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #3d4461;
}

.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  background-color: #eff3f9;
  border-radius: 0.2rem;
}

.check-box:hover input ~ .checkmark {
  background-color: rgba(204, 204, 204, 0.61) 3f9;
}

.check-box input:checked ~ .checkmark {
  background-color: #eff3f9;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-box input:checked ~ .checkmark:after {
  display: block;
}

.check-box .checkmark:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  background: #bed0d4;
  border-radius: 0.2rem;
}

.social__icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: 0.6rem;
}
.social__icon svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
}

.content__wrapper__social {
  position: relative;
}

.content__wrapper__social__add {
  position: absolute;
  top: -1rem;
  width: 100%;
  display: none;
  background: #fff;
  padding: 2.5rem;
  border-radius: 2rem;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
.content__wrapper__social__add.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__wrapper__social__add__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.social__add__label {
  cursor: pointer;
  width: 7rem;
  height: 7rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid #eff3f9;
  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;
}
.social__add__label img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
}
.social__add__label .normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__add__label .actived {
  display: none;
}
.social__add__label.active {
  border: 0.1rem solid #bed0d4;
}
.social__add__label.active .normal {
  display: none;
}
.social__add__label.active .actived {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__add__label:hover {
  border: 0.1rem solid #bed0d4;
}
.social__add__label:hover .normal {
  display: none;
}
.social__add__label:hover .actived {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__wrapper__social__add__field {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.content__wrapper__social__add__field input {
  padding-left: 2.5rem;
}
.content__wrapper__social__add__field svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.7rem;
  height: 1.7rem;
  color: #dee3eb;
}

.content__wrapper__social__add__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content__wrapper__social__add__buttons .close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1rem;
  padding: 0;
}

.content__wrapper__title__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content__wrapper__title__buttons button {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  color: #181926;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__wrapper__title__buttons button .icon {
  margin-left: 0.7rem;
  color: #fefefe;
  border-radius: 50%;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  background: #bed0d4;
  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;
}
.content__wrapper__title__buttons button .icon svg {
  color: #fefefe;
  width: 1rem;
  height: 1rem;
}
.content__wrapper__title__buttons button:not(:last-child) {
  margin-right: 2rem;
}
.content__wrapper__title__buttons button:hover .icon {
  background: #92b5bc;
}
.content__wrapper__title__buttons a {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  color: #181926;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__wrapper__title__buttons a .icon {
  margin-left: 0.7rem;
  color: #fefefe;
  border-radius: 50%;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  background: #bed0d4;
  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;
}
.content__wrapper__title__buttons a .icon svg {
  color: #fefefe;
  width: 1rem;
  height: 1rem;
}
.content__wrapper__title__buttons a:not(:last-child) {
  margin-right: 2rem;
}
.content__wrapper__title__buttons a:hover .icon {
  background: #92b5bc;
}

.main__header {
  position: relative;
}

.search__field__wrapper {
  display: none;
  width: 100%;
  height: calc(100vh - 9rem);
  background: #fff;
  position: absolute;
  top: 5rem;
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 3;
}
.search__field__wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__field__wrapper__result {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-left: 4rem;
  padding-bottom: 2rem;
  padding-right: 0.5rem;
}

.search__field__wrapper__result__block {
  background: #fff;
  width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 3.5rem;
}
.search__field__wrapper__result__block .family__memeber {
  border: 0.1rem solid #dee3eb;
  border-radius: 1rem;
  width: 49%;
  height: 9rem;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.search__field__wrapper__result__block::-webkit-scrollbar {
  width: 0.2rem;
}
.search__field__wrapper__result__block::-webkit-scrollbar-track {
  background: transparent;
}
.search__field__wrapper__result__block::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.search__field__wrapper__result__block::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.search__field__wrapper__result__title {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  color: #3a3c42;
  position: absolute;
  top: 3rem;
  left: 4rem;
}

.search__field__wrapper__filter__title {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  color: #222224;
  margin-bottom: 4rem;
}

.search__field__wrapper__filter {
  position: relative;
  padding-top: 5rem;
  padding-right: 3.6rem;
  padding-left: 3.6rem;
  padding-bottom: 5rem;
  background: #eff3f9;
  width: 100%;
  max-width: 35rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__field__wrapper__filter .form_field {
  background: #eff3f9;
}
.search__field__wrapper__filter .form_field span {
  color: #222224;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1rem;
}
.search__field__wrapper__filter .form_field select {
  background: #eff3f9;
  border-color: #eff3f9;
  border-bottom: 0.1rem solid #dee3eb;
}

.search__field__wrapper__filter__resset {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.search__field__wrapper__filter__resset a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 300;
  color: #222224;
  text-decoration: underline;
}

.search__field__wrapper__filter__block {
  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;
  overflow-y: auto;
  padding-right: 1rem;
}
.search__field__wrapper__filter__block::-webkit-scrollbar {
  width: 0.2rem;
}
.search__field__wrapper__filter__block::-webkit-scrollbar-track {
  background: transparent;
}
.search__field__wrapper__filter__block::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.search__field__wrapper__filter__block::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.search__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 4.5rem;
  margin-bottom: 3rem;
}
.search__field input {
  background: #fff;
  width: 100%;
  border-radius: 2.5rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
.search__field input::-webkit-input-placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}
.search__field input::-moz-placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}
.search__field input:-ms-input-placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}
.search__field input::-ms-input-placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}
.search__field input::placeholder {
  color: #3d4461;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
}
.search__field.active .search__filter__button {
  background: #2e8285;
  color: #fff;
}

.search__button {
  height: 4.5rem;
  width: 6rem;
  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;
  color: #3d4461;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.search__button svg {
  color: inherit;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search__filter__button {
  height: 3.2rem;
  width: 3.2rem;
  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;
  background: #dee3eb;
  color: #888ea8;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
}
.search__filter__button svg {
  color: inherit;
  width: 1.1rem;
  height: 1.1rem;
}
.search__filter__button:hover {
  background: #dee3eb;
  color: #3d4461;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3.6rem;
  height: 1.4rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f5fa;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  left: 0;
  bottom: -0.1rem;
  background-color: #dee3eb;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .switch-slider {
  background-color: #cee5d8;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(2rem);
      -ms-transform: translateX(2rem);
          transform: translateX(2rem);
  background-color: #31754e;
}

/* Rounded switch-sliders */
.switch-slider.round {
  border-radius: 3.4rem;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.privacy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.privacy__block p {
  color: #30343f;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.6rem;
  padding-left: 1.5rem;
}

.privacy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #dee3eb;
}

.content__wrapper__text {
  color: #92949e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.7rem;
  padding-top: 1rem;
}

.content__wrapper__photo-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #dee3eb;
}

.content__wrapper__photo-upload__text {
  padding-left: 2.5rem;
}
.content__wrapper__photo-upload__text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #92949e;
}

.photogallery__image {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.photogallery__image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
}
.photogallery__image img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photogallery__image .delete-btn {
  top: -0.6rem;
  right: -0.6rem;
}

.family__memeber {
  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;
  width: 100%;
  border-bottom: 0.1rem solid #dee3eb;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.family__memeber__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.family__memeber__image {
  min-width: 6rem;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.family__memeber__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.family__memeber__text h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #242c41;
}

.family__memeber__info__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  color: #3d4461;
  padding: 0.4rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #eff3f9;
  border-radius: 1rem;
  margin-top: 0.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.family__memeber__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  color: #dd1733;
  padding: 0.4rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fdf1f3;
  border-radius: 1rem;
  margin-right: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

.family__memeber__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.family__memeber__buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffff;
}
.family__memeber__buttons a svg {
  width: 0.4rem;
  height: 1.5rem;
}
.family__memeber__buttons a:hover {
  color: #cdd1d7;
}

.teachers__memeber {
  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;
  width: 100%;
  border-bottom: 0.1rem solid #dee3eb;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.teachers__memeber__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.teachers__memeber__image {
  min-width: 6rem;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.teachers__memeber__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teachers__memeber__text h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #242c41;
}

.teachers__memeber__info__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  color: #3d4461;
  padding: 0.4rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #eff3f9;
  border-radius: 1rem;
  margin-top: 0.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.teachers__memeber__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  color: #dd1733;
  padding: 0.4rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fdf1f3;
  border-radius: 1rem;
  margin-right: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.teachers__memeber__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teachers__memeber__buttons a {
  width: 3.4rem;
  height: 3.4rem;
  min-width: 3.4rem;
  background: #eff3f9;
  border-radius: 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;
  color: #969aa9a6;
}
.teachers__memeber__buttons a svg {
  width: 1.4rem;
  height: 1.4rem;
}
.teachers__memeber__buttons a:hover {
  color: #969aa9;
}

.accaunt__block {
  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;
  width: 100%;
  border-bottom: 0.1rem solid #dee3eb;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.accaunt__block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accaunt__block__image {
  min-width: 6rem;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.accaunt__block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accaunt__block__text h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #242c41;
}

.accaunt__block__info__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  color: #3d4461;
  padding: 0.4rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #eff3f9;
  border-radius: 1rem;
  margin-top: 0.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accaunt__block__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  color: #dd1733;
  padding: 0.4rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fdf1f3;
  border-radius: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accaunt__block__btn {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #2a8386 !important;
  height: 3.4rem;
  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;
  padding: 0 3rem;
  border-radius: 3rem;
  border: 0.1rem solid #2a8386;
}

.accaunt__block__label-done svg {
  width: 2.3rem;
  height: 2.3rem;
  color: #2a8386;
}

.accaunt__block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accaunt__block__buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969aa9;
}
.accaunt__block__buttons a svg {
  width: 0.4rem;
  height: 1.5rem;
}
.accaunt__block__buttons a:hover {
  color: #cdd1d7;
}

.meeting__block {
  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;
  width: 100%;
  border-bottom: 0.1rem solid #dee3eb;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 29.5rem;
}
.meeting__block .meeting__wrapepr__dates {
  margin-bottom: 1rem;
}

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

.meeting__block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  height: 100%;
}
.meeting__block__buttons a {
  width: 3.4rem;
  height: 3.4rem;
  min-width: 3.4rem;
  background: #eff3f9;
  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;
  color: #969aa9a6;
}
.meeting__block__buttons a svg {
  width: 1.4rem;
  height: 1.4rem;
}
.meeting__block__buttons a:hover {
  color: #969aa9;
}

.meeting__block__delete {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  color: #3d4461 !important;
  text-decoration: underline;
  opacity: 0.7;
  background: transparent !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.meeting__block__wrap h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #242c41;
  opacity: 0.75;
  padding-top: 1.5rem;
}
.meeting__block__wrap p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  color: #2d2d2d;
}

.meeting__block__wrap__labels {
  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;
}

.meeting__block__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  color: #3d4461;
  padding: 0.4rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #eff3f9;
  border-radius: 1rem;
  margin-top: 0.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
}
.meeting__block__label:not(:last-child) {
  margin-right: 0.5rem;
}

.oreder-history__block {
  border-bottom: 0.1rem solid #dee3eb;
  width: 100%;
}

.oreder-history__id {
  cursor: pointer;
  padding: 2rem 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.oreder-history__id .oreder-history__title {
  text-align: left;
}
.oreder-history__id .oreder-history__title p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  color: #92949e;
  margin-bottom: 0.5rem;
}
.oreder-history__id .oreder-history__title h4 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #181926;
}
.oreder-history__id.active {
  color: #2a8386;
}
.oreder-history__id.active .oreder-history__title p {
  color: #2a8386;
}
.oreder-history__id.active .oreder-history__title h4 {
  color: #2a8386;
}
.oreder-history__id.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.oreder-history__id svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
}

.oreder-history__icon {
  margin-left: 1rem;
}

.oreder-history__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.oreder-history__info .btn {
  width: 13rem;
  min-height: 3.3rem;
  border-radius: 3rem;
  margin-bottom: 3rem;
}

.oreder-history__info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}

.oreder-history__info__wrap_title {
  width: 45%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 2.5rem;
  color: #92949e;
}

.oreder-history__info__wrap_content {
  width: 45%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #181926;
}

.meeting__wrapepr {
  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;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #dee3eb;
  width: 100%;
}

.meeting__wrapepr__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meeting__wrapepr__image {
  min-width: 6rem;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.meeting__wrapepr__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.meeting__wrapepr__text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  color: #242c41;
  margin-bottom: 1rem;
}
.meeting__wrapepr__text h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #2d2d2d;
}

.meeting__wrapepr__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meeting__wrapepr__dates_field {
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  overflow: hidden;
  z-index: 0;
}
.meeting__wrapepr__dates_field:not(:last-child) {
  margin-right: 1rem;
}
.meeting__wrapepr__dates_field input {
  color: #242c41 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: auto !important;
  border: none !important;
  background: none !important;
  font-size: 2.4rem !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 0.8rem;
  left: 50% !important;
  -webkit-transform: translate(-50%) !important;
      -ms-transform: translate(-50%) !important;
          transform: translate(-50%) !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  z-index: 2;
}
.meeting__wrapepr__dates_field span {
  bottom: 1.2rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  color: #242c41;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  z-index: 2;
}
.meeting__wrapepr__dates_field .meeting__wrapepr__dates_bg {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  z-index: 1;
}

.asside__messenger {
  background: #fff;
  width: 100%;
  max-width: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  border-radius: 2.5rem;
  height: calc(100vh - 11.5rem);
  overflow: hidden;
  margin-left: 2rem;
  padding-top: 4.8rem;
  padding-left: 3.8rem;
  padding-right: 1rem;
  padding-bottom: 8.5rem;
  position: relative;
}

.asside__messenger__input {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}
.asside__messenger__input input {
  width: 100%;
  height: 4.2rem;
  background: #eff3f9;
  padding-left: 1rem;
  border-radius: 3rem;
  padding-right: 5rem;
}
.asside__messenger__input .sent-btn {
  cursor: pointer;
  position: absolute;
  right: 4.2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  width: 3.4rem;
  height: 3.4rem;
  background: #2e8285;
  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;
}
.asside__messenger__input .sent-btn svg {
  width: 1.8rem;
  height: 1.7rem;
  margin-left: 0.4rem;
}

.asside__messenger__wrapepr {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 3.8rem;
  padding-bottom: 2rem;
}
.asside__messenger__wrapepr::-webkit-scrollbar {
  width: 0.2rem;
}
.asside__messenger__wrapepr::-webkit-scrollbar-track {
  background: transparent;
}
.asside__messenger__wrapepr::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.asside__messenger__wrapepr::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.asside__messenger__memeber__image {
  width: 3.7rem;
  min-width: 3.7rem;
  height: 3.7rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-right: 1.2rem;
}
.asside__messenger__memeber__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.asside__messenger__memeber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.asside__messenger__memeber__block {
  width: 100%;
}
.asside__messenger__memeber__block .asside__messenger__memeber:last-child .asside__messenger__memeber__links {
  border: none;
}

.asside__messenger__memeber__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.asside__messenger__memeber__info__name h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  color: #242c41;
  margin-bottom: 0.5rem;
}
.asside__messenger__memeber__info__name p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  color: #6f6f6f;
}

.asside__messenger__memeber__info__date p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  color: #6f6f6f;
}

.asside__messenger__memeber__massage {
  padding: 1rem;
  border-radius: 0 1rem 1rem 1rem;
  background: #eff3f9;
  margin-top: 1.5rem;
}
.asside__messenger__memeber__massage p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2f2f2f;
}

.asside__messenger__memeber__links {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #dee3eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.asside__messenger__memeber__links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asside__messenger__memeber__links__wrap a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  color: #3c4361;
}
.asside__messenger__memeber__links__wrap a:not(:last-child)::after {
  content: "|";
  margin: 0 0.2rem;
}

.asside__messenger__memeber__links__like {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  color: #3c4361;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.asside__messenger__memeber__links__like svg {
  margin-left: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
}

.asside__messenger__my {
  border-top: 0.1rem solid #dee3eb;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.asside__messenger__my p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 72%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #2f2f2f;
  background: #bed0d4;
  border-radius: 1rem 0 1rem 1rem;
  padding: 2rem 1rem;
}

.asside__messenger__my_date {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  color: #6f6f6f;
  margin-bottom: 0.5rem;
}

.main__wrapper {
  position: relative;
}

.main__wrapper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.5rem solid #2e8285;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 25vw;
}

.main__wrapper__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  position: relative;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #eff3f9;
}
.main__wrapper__nav__item:hover {
  color: #eff3f988;
}
.main__wrapper__nav__item.active {
  background: #2e8285;
  color: #eff3f9;
}
.main__wrapper__nav__item.active::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: -2.5rem;
  top: 0;
  border: 0 solid #2e8285;
  border-radius: 0;
  background: -o-radial-gradient(bottom right, farthest-side, transparent 100%, #3d4461 100%) top left/0rem 0rem, -o-radial-gradient(top right, farthest-side, transparent 100%, #3d4461 100%) bottom left/0rem 0rem, -o-radial-gradient(bottom left, farthest-side, transparent 100%, #2e8285 100%) top right/2.5rem 2.5rem, -o-radial-gradient(top left, farthest-side, transparent 100%, #3d4461 100%) bottom right/0rem 0rem, #3d4461;
  background: radial-gradient(farthest-side at bottom right, transparent 100%, #3d4461 100%) top left/0rem 0rem, radial-gradient(farthest-side at top right, transparent 100%, #3d4461 100%) bottom left/0rem 0rem, radial-gradient(farthest-side at bottom left, transparent 100%, #2e8285 100%) top right/2.5rem 2.5rem, radial-gradient(farthest-side at top left, transparent 100%, #3d4461 100%) bottom right/0rem 0rem, #3d4461;
  background-repeat: no-repeat;
  background-origin: padding-box;
}
.main__wrapper__nav__item.active::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: -2.5rem;
  top: 0;
  border: 0 solid #2e8285;
  border-radius: 0;
  background: -o-radial-gradient(bottom right, farthest-side, transparent 100%, #2e8285 100%) top left/2.5rem 2.5rem, -o-radial-gradient(top right, farthest-side, transparent 100%, #3d4461 100%) bottom left/0rem 0rem, -o-radial-gradient(bottom left, farthest-side, transparent 100%, #3d4461 100%) top right/0rem 0rem, -o-radial-gradient(top left, farthest-side, transparent 100%, #3d4461 100%) bottom right/0rem 0rem, #3d4461;
  background: radial-gradient(farthest-side at bottom right, transparent 100%, #2e8285 100%) top left/2.5rem 2.5rem, radial-gradient(farthest-side at top right, transparent 100%, #3d4461 100%) bottom left/0rem 0rem, radial-gradient(farthest-side at bottom left, transparent 100%, #3d4461 100%) top right/0rem 0rem, radial-gradient(farthest-side at top left, transparent 100%, #3d4461 100%) bottom right/0rem 0rem, #3d4461;
  background-repeat: no-repeat;
  background-origin: padding-box;
}
.main__wrapper__nav__item.active .navpanel__item__profile {
  border: 0.2rem solid #3d4461;
}

.content__wrapper_column {
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 3rem;
  padding-right: 3rem;
  margin-right: 1rem;
}
.content__wrapper_column::-webkit-scrollbar {
  width: 0.2rem;
}
.content__wrapper_column::-webkit-scrollbar-track {
  background: transparent;
}
.content__wrapper_column::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__wrapper_column::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.content__wrapper__about__image {
  width: 33rem;
  height: 19rem;
  border-radius: 1rem;
  overflow: hidden;
  float: left;
  margin-right: 2.3rem;
  margin-bottom: 2.3rem;
}
.content__wrapper__about__image a {
  width: inherit;
  height: inherit;
}
.content__wrapper__about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__wrapper__about {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #eff3f9;
}
.content__wrapper__about h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
}
.content__wrapper__about p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2f2f2f;
  margin-bottom: 2rem;
}

.content__wrapper__image {
  padding-top: 2rem;
}

.content__wrapper__image__pic {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.content__wrapper__image__pic a {
  width: inherit;
  height: inherit;
}
.content__wrapper__image__pic img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__wrapper__image__pic .delete-btn {
  top: -0.6rem;
  right: -0.6rem;
}

.content__wrapper_column__head {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  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;
}
.content__wrapper_column__head h2 {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.profile__block {
  padding: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid #eff3f9;
  background: #eff3f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.teachers__sldier__nav__sldie.slick-center .profile__block {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.profile__block__image {
  width: 5.3rem;
  min-width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.2rem;
}
.profile__block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile__block__text h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7rem;
  color: #000;
}
.profile__block__text p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7rem;
  color: #000;
}

.profile__content {
  padding-top: 2rem;
}
.profile__content h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #2f2f2f;
}
.profile__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  color: #2f2f2f;
  margin-bottom: 2rem;
}

.profile__content__title {
  margin-bottom: 2rem;
}
.profile__content__title h2 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 500;
  color: #2f2f2f;
}
.profile__content__title span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #2f2f2f;
}

.profile__content__image {
  width: 21rem;
  height: 21rem;
  border-radius: 1rem;
  overflow: hidden;
  float: left;
  margin-right: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile__content__image a {
  width: inherit;
  height: inherit;
}
.profile__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__wrapper__slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__wrapper__slider__nav__button {
  cursor: pointer;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid #d1d8e4;
  color: #d1d8e4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.content__wrapper__slider__nav__button svg {
  width: 1.8rem;
  height: 1.9rem;
  color: inherit;
  margin-left: 0.2rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.content__wrapper__slider__nav__button.content__wrapper__slider__nav__button_prev {
  margin-right: 1rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content__wrapper__slider__nav__button:hover {
  border: 0.1rem solid #3c4960;
}
.content__wrapper__slider__nav__button:hover svg {
  color: #3c4960;
}

.content__wrapper_column__slider__nav {
  border-bottom: 0.1rem solid #eff3f9;
  padding-bottom: 2rem;
}

.teachers__sldier__nav .slick-slide {
  margin: 0 0.7rem;
}
.teachers__sldier__nav .slick-list {
  margin: 0 -0.7rem;
}
.teachers__sldier__nav .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.date__wrapper {
  padding-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.date__box {
  border-radius: 50%;
  border: 0.1rem solid #2e82853b;
  width: 7rem;
  height: 7rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.date__box .date__box__d {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #3d4461;
}
.date__box .date__box__my {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #3d4461;
}

.article__main {
  padding-top: 2rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
.article__main h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #242c41;
  margin-bottom: 3rem;
}

.article__main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__main__wrapper .article__main__image {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
}
.article__main__wrapper .article__main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__main__wrapper .article__main_text {
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin-left: 2rem;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0.1rem solid #eff3f9;
}
.article__main__wrapper .article__main_text p {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #2f2f2f;
}
.article__main__wrapper .article__main_text .btn {
  width: 10rem;
  margin-top: 1.5rem;
}

.article__main_text__comments {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #242c41;
}
.article__main_text__comments svg {
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  margin-right: 1rem;
}

.articles__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles__block:not(:last-child) {
  margin-bottom: 2rem;
}

.articles__image {
  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;
  width: 50%;
  max-height: 15rem;
  border-radius: 1rem;
  overflow: hidden;
}
.articles__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles__text {
  width: 50%;
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.articles__text h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  color: #242c41;
}

.articles__text__date {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #3d4461;
  margin-bottom: 1.5rem;
}

.articles__text__comments {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #242c41;
}
.articles__text__comments svg {
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  margin-right: 1rem;
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.articles__left {
  width: 59%;
}

.articles__right {
  width: 41%;
  padding-left: 2rem;
}

.articles__block__tall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 1rem;
}
.articles__block__tall h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  color: #242c41;
}

.articles__block__tall__image {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.articles__block__tall__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__wrapper_column {
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 3rem;
  padding-right: 3rem;
  margin-right: 1rem;
}
.content__wrapper_column::-webkit-scrollbar {
  width: 0.2rem;
}
.content__wrapper_column::-webkit-scrollbar-track {
  background: transparent;
}
.content__wrapper_column::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__wrapper_column::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.content__article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 2rem;
  padding-bottom: 8rem;
}

.article__slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__slide__content h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #242c41;
  margin-bottom: 3rem;
}

.main__content__row {
  width: 100%;
}

.main__content__row__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;
  height: 3.2rem;
  width: 100%;
  margin-bottom: 3rem;
}
.main__content__row__header h2 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.filter__button {
  height: 3.2rem;
  width: 3.2rem;
  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;
  background: #dee3eb;
  color: #888ea8;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
}
.filter__button svg {
  color: inherit;
  width: 1.1rem;
  height: 1.1rem;
}
.filter__button:hover {
  background: #dee3eb;
  color: #3d4461;
}

.main__content__row__item {
  border-radius: 1rem;
  background: #fff;
  padding: 1.8rem;
  height: 100%;
}

.main__content__row__item__image {
  max-height: 17rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.main__content__row__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
 max-width:27rem; 
 max-height:17rem;
}

.main__content__row__item__title {
  margin-bottom: 2rem;
}
.main__content__row__item__title h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #242c41;
}

.main__content__row__item__info {
  margin-bottom: 1.5rem;
}
.main__content__row__item__info p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #5b5b5b;
}

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

.main__content__row__item__label {
  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;
  border-radius: 3rem;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #e4ecee;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5rem;
}
.main__content__row__item__label:not(:last-child) {
  margin-right: 0.5rem;
}

.content__wrapper_archive__years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.content__wrapper_archive__title {
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #eff3f9;
  margin-right: 4rem;
}
.content__wrapper_archive__title h2 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}

.archive__years__btn {
  cursor: pointer;
  width: 3.7rem;
  min-width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid #d1d8e4;
  color: #d1d8e4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.archive__years__btn svg {
  width: 1.8rem;
  height: 1.9rem;
  color: inherit;
  margin-left: 0.2rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.archive__years__btn.archive__years__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 2rem;
}
.archive__years__btn.archive__years__next {
  margin-left: 2rem;
}
.archive__years__btn:hover {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 0.1rem solid #3c4960;
}
.archive__years__btn:hover svg {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #3c4960;
}

.content__wrapper_archive__years__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.archive__years {
  width: 7rem;
  height: 7.8rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
}
.archive__years.active {
  background: #2e8285;
}
.archive__years.active .year__numb {
  color: #fff;
}
.archive__years.active .years__count {
  background: #2e8285;
  color: #fff;
}

.year__numb {
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  margin-bottom: 1rem;
}

.years__count {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: #eff3f9;
  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;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  line-height: 1;
}
.years__count.fill {
  background: #92b5bc;
}

.content__wrapper_archive__btn {
  margin-right: 4rem;
  margin-bottom: 2rem;
}
.content__wrapper_archive__btn .btn {
  width: 100%;
}

.content__wrapper_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 2rem;
}

.content__wrapper_archive__block {
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 3rem;
  padding-right: 1rem;
  margin-right: 3rem;
  margin-bottom: 5rem;
}
.content__wrapper_archive__block::-webkit-scrollbar {
  width: 0.2rem;
}
.content__wrapper_archive__block::-webkit-scrollbar-track {
  background: transparent;
}
.content__wrapper_archive__block::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__wrapper_archive__block::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.archive__list__item {
  padding: 1.5rem;
  background: #eff3f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
}

.archive__list__item__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.archive__list__item__label {
  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;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
  background: #fff;
  width: 6rem;
  height: 3rem;
  border-radius: 3rem;
}
.archive__list__item__label svg {
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
}
.archive__list__item__label:not(:last-child) {
  margin-right: 0.5rem;
}

.archive__list__item__text__wrap {
  padding-right: 2rem;
}
.archive__list__item__text__wrap h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.3rem;
  color: #242c41;
}
.archive__list__item__text__wrap p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  color: #2f2f2f;
}

.archive__list__item__image {
  width: 12.4rem;
  min-width: 12.4rem;
  height: 12.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
}
.archive__list__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive__list__image {
  width: 100%;
  height: 15rem;
  border-radius: 1rem;
  overflow: hidden;
}
.archive__list__image a {
  width: inherit;
  height: inherit;
}
.archive__list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__wrapper_archive__info_album {
  border-radius: 1rem;
  background: #eff3f9;
  margin-right: 4rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.content__wrapper_archive__info_album__title h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #242c41;
}
.content__wrapper_archive__info_album__title p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  color: #2f2f2f;
}

.content__wrapper_archive__info_album__wrap {
  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;
  padding-top: 1rem;
}
.content__wrapper_archive__info_album__wrap .archive__list__item__labels {
  margin-bottom: 0;
}

.archive__info_album__btn .upload-btn {
  height: 3rem;
  padding: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  border-color: #fff;
}
.archive__info_album__btn .upload-btn svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}

.content__wrapper_archive__image__block {
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 3rem;
  padding-right: 2rem;
  margin-right: 4rem;
  margin-bottom: 5rem;
  padding-left: 2rem;
}
.content__wrapper_archive__image__block::-webkit-scrollbar {
  width: 0.2rem;
}
.content__wrapper_archive__image__block::-webkit-scrollbar-track {
  background: transparent;
}
.content__wrapper_archive__image__block::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__wrapper_archive__image__block::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.content__wrapper_archive__add {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-right: 4rem;
  background: #eff3f9;
}
.content__wrapper_archive__add .archive__list__image {
  height: 13rem;
}

.content__wrapper_archive__add__image__block {
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 13rem;
  padding-left: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background: #eff3f9;
}
.content__wrapper_archive__add__image__block::-webkit-scrollbar {
  width: 0.2rem;
}
.content__wrapper_archive__add__image__block::-webkit-scrollbar-track {
  background: transparent;
}
.content__wrapper_archive__add__image__block::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__wrapper_archive__add__image__block::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.content__wrapper_archive__add__form {
  background: #eff3f9;
  margin-right: 4rem;
  margin-bottom: 4rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding-top: 1rem;
}

.content__wrapper_archive__add__form__btn .btn {
  border-radius: 0.5rem;
  width: 100%;
  height: 4.5rem;
}

.content__wrapper_archive__add__form__fileds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content__wrapper_archive__add__form__fileds .form_field {
  background: #fff;
  width: 46.5%;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.content__wrapper_archive__add__form__fileds .form_field input {
  border-bottom: 0.1rem solid #fff;
}
.content__wrapper_archive__add__form__fileds .form_field .form_field__title {
  font-size: 1.4rem;
}

.content__wrapper_archive__add__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 4rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.content__wrapper_archive__add__button {
  margin-bottom: 1rem;
}
.content__wrapper_archive__add__button .upload-btn {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border-color: #fff;
}
.content__wrapper_archive__add__button .upload-btn svg {
  width: 2rem;
  height: 2rem;
}

.event__nav__wrap {
  padding: 0 4rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-right: 0.1rem solid #eff3f9;
}

.event__nav__btn {
  cursor: pointer;
  width: 3.7rem;
  min-width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid #d1d8e4;
  color: #d1d8e4;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event__nav__btn svg {
  width: 1.8rem;
  height: 1.9rem;
  color: inherit;
  margin-left: 0.2rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event__nav__btn.event__nav__btn__prev {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.event__nav__btn:hover {
  border: 0.1rem solid #3c4960;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event__nav__btn:hover svg {
  color: #3c4960;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.event__nav__wrap__dates .date__box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.event__nav__wrap__dates .date__box.active {
  background: #2e8285;
}
.event__nav__wrap__dates .date__box.active .date__box__d {
  color: #fff;
}
.event__nav__wrap__dates .date__box.active .date__box__my {
  color: #fff;
}

.article__content__wrapper {
  padding: 0 3.5rem;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  margin-right: 1rem;
}
.article__content__wrapper::-webkit-scrollbar {
  width: 0.2rem;
}
.article__content__wrapper::-webkit-scrollbar-track {
  background: #e1e5ec;
}
.article__content__wrapper::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.article__content__wrapper::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.article__content__wrapper__title h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #242c41;
  margin-bottom: 3rem;
  text-align: center;
}

.article__content__wrapper__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article__content__wrapper__text:not(:last-child) {
  margin-bottom: 2rem;
}

.article__content__wrapper__text__block {
  width: 48%;
}
.article__content__wrapper__text__block p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  color: #1f1f1f;
  margin-bottom: 1rem;
}

.article__content__wrapper__text__image {
  margin-bottom: 1rem;
}

.article__comments__wrapper {
  position: relative;
  height: 100%;
  padding: 0 2rem;
  min-width: 26rem;
  width: 26rem;
  overflow: hidden;
  overflow-y: scroll;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.article__comments__wrapper::-webkit-scrollbar {
  width: 0.2rem;
}
.article__comments__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.article__comments__wrapper::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.article__comments__wrapper::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.article__comment {
  min-width: 22rem;
  border-radius: 1rem;
  background: #eff3f9;
  padding: 2rem;
}
.article__comment:not(:last-child) {
  margin-bottom: 1rem;
}

.article__comment__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__comment__user__image {
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.article__comment__user__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__comment__user__title h4 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #242c41;
}
.article__comment__user__title p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #2f2f2f;
}

.article__comment__text p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.9rem;
  color: #1f1f1f;
}

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

.article__comments__wrapper__add {
  width: 26rem;
  padding: 0 2rem;
}
.article__comments__wrapper__add input {
  height: 4rem;
  margin-bottom: 1rem;
  border-top: 0.1rem solid #eff3f9;
}
.article__comments__wrapper__add textarea {
  padding: 0.5rem;
  resize: none;
  width: 100%;
  height: 4.2rem;
  margin-bottom: 1rem;
  border-top: 0.1rem solid #eff3f9;
}
.article__comments__wrapper__add textarea::-webkit-scrollbar {
  width: 0;
}
.article__comments__wrapper__add textarea::-webkit-scrollbar-track {
  background: transparent;
}
.article__comments__wrapper__add textarea::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.article__comments__wrapper__add textarea::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}
.article__comments__wrapper__add .btn {
  width: 100%;
}

.content__album {
  background: #eff3f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  border-radius: 1rem;
  width: 100%;
  height: calc(100vh - 11.5rem);
  overflow: hidden;
}
.content__album.add-video {
  background: #fff;
}
.content__album.add-video .content__album__header {
  background: #1b2c4a;
}

.content__album__header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-top: 1.8rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content__album__header .content__wrapper__years {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background: #fff;
}
.content__album__header .content__wrapper__years .archive__years {
  height: 5rem;
  border-radius: 1.5rem;
}

.content__album__header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__album__button {
  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;
  height: 3.8rem;
  width: 10.3rem;
  border-radius: 0.6rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #313952;
  -webkit-box-shadow: 0rem 0.3rem 0.9rem 0rem rgba(0, 0, 0, 0.13);
          box-shadow: 0rem 0.3rem 0.9rem 0rem rgba(0, 0, 0, 0.13);
  margin-right: 0.7rem;
}
.content__album__button.active {
  background: #313952;
  color: #fff;
}

.content__album__button__more {
  color: #313952;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
}
.content__album__button__more svg {
  width: 0.7rem;
  height: 2rem;
}

.content__album__button__close {
  height: 3rem;
  width: 9rem;
  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: 0.1rem solid #fff;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0.5;
  border-radius: 3rem;
}
.content__album__button__close:hover {
  opacity: 0.7;
}

.content__album__header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__album__header__info__image {
  width: 6.2rem;
  min-width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.content__album__header__info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__album__header__info__text h2 {
  font-size: 2.2rem;
  line-height: 3.8rem;
  font-weight: 500;
  color: #383838;
}

.content__album__header__info__text__labels {
  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;
}

.content__album__header__info__text__label {
  padding: 0 1rem;
  border-radius: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  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;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #989898;
  background: #eff3f9;
}

.content__album__foto__wrapper {
  padding-top: 2rem;
  max-width: 95rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.album__foto__slider {
  height: 67rem;
  border-radius: 1rem;
  overflow: hidden;
}
.album__foto__slider .slick-list {
  height: inherit;
}
.album__foto__slider .slick-list .slick-track {
  height: inherit;
}

.album__foto__slider__btn {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 5rem;
  height: 4.3rem;
  border-radius: 50%;
  background: #eff3f9;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid #eff3f9;
  color: #3d4461;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 8;
}
.album__foto__slider__btn svg {
  width: 2rem;
  height: 2rem;
  color: inherit;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.album__foto__slider__btn.album__foto__slider__btn__prev {
  margin-right: 1rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 44%;
  left: -2.5rem;
}
.album__foto__slider__btn.album__foto__slider__btn__prev::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -1.42rem;
  top: 0.17rem;
  border: 0 solid transparent;
  border-radius: 0;
  background: -o-radial-gradient(bottom right, farthest-side, transparent 100%, transparent 100%) top left/0rem 0rem, -o-radial-gradient(top right, farthest-side, transparent 100%, transparent 100%) bottom left/0rem 0rem, -o-radial-gradient(bottom left, farthest-side, transparent 100%, transparent 100%) top right/0rem 0rem, -o-radial-gradient(top left, farthest-side, transparent 100%, #eff3f9 100%) bottom right/2rem 2rem, transparent;
  background: radial-gradient(farthest-side at bottom right, transparent 100%, transparent 100%) top left/0rem 0rem, radial-gradient(farthest-side at top right, transparent 100%, transparent 100%) bottom left/0rem 0rem, radial-gradient(farthest-side at bottom left, transparent 100%, transparent 100%) top right/0rem 0rem, radial-gradient(farthest-side at top left, transparent 100%, #eff3f9 100%) bottom right/2rem 2rem, transparent;
  background-repeat: no-repeat;
  background-origin: padding-box;
}
.album__foto__slider__btn.album__foto__slider__btn__prev::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: -1.42rem;
  top: 0.17rem;
  border: 0 solid transparent;
  border-radius: 0;
  background: -o-radial-gradient(bottom right, farthest-side, transparent 100%, transparent 100%) top left/0rem 0rem, -o-radial-gradient(top right, farthest-side, transparent 100%, #eff3f9 100%) bottom left/2rem 2rem, -o-radial-gradient(bottom left, farthest-side, transparent 100%, transparent 100%) top right/0rem 0rem, -o-radial-gradient(top left, farthest-side, transparent 100%, transparent 100%) bottom right/0rem 0rem, transparent;
  background: radial-gradient(farthest-side at bottom right, transparent 100%, transparent 100%) top left/0rem 0rem, radial-gradient(farthest-side at top right, transparent 100%, #eff3f9 100%) bottom left/2rem 2rem, radial-gradient(farthest-side at bottom left, transparent 100%, transparent 100%) top right/0rem 0rem, radial-gradient(farthest-side at top left, transparent 100%, transparent 100%) bottom right/0rem 0rem, transparent;
  background-repeat: no-repeat;
  background-origin: padding-box;
}
.album__foto__slider__btn.album__foto__slider__btn__next {
  top: 44%;
  right: -2.5rem;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.album__foto__slider__btn.album__foto__slider__btn__next::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -1.42rem;
  top: 0.17rem;
  border: 0rem solid transparent;
  border-radius: 0;
  background: -o-radial-gradient(bottom right, farthest-side, transparent 100%, transparent 100%) top left/0rem 0rem, -o-radial-gradient(top right, farthest-side, transparent 100%, transparent 100%) bottom left/0rem 0rem, -o-radial-gradient(bottom left, farthest-side, transparent 100%, transparent 100%) top right/0rem 0rem, -o-radial-gradient(top left, farthest-side, transparent 100%, #eff3f9 100%) bottom right/2rem 2rem, transparent;
  background: radial-gradient(farthest-side at bottom right, transparent 100%, transparent 100%) top left/0rem 0rem, radial-gradient(farthest-side at top right, transparent 100%, transparent 100%) bottom left/0rem 0rem, radial-gradient(farthest-side at bottom left, transparent 100%, transparent 100%) top right/0rem 0rem, radial-gradient(farthest-side at top left, transparent 100%, #eff3f9 100%) bottom right/2rem 2rem, transparent;
  background-repeat: no-repeat;
  background-origin: padding-box;
}
.album__foto__slider__btn.album__foto__slider__btn__next::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: -1.42rem;
  top: 0.17rem;
  border: 0rem solid transparent;
  border-radius: 0;
  background: -o-radial-gradient(bottom right, farthest-side, transparent 100%, transparent 100%) top left/0rem 0rem, -o-radial-gradient(top right, farthest-side, transparent 100%, #eff3f9 100%) bottom left/2rem 2rem, -o-radial-gradient(bottom left, farthest-side, transparent 100%, transparent 100%) top right/0rem 0rem, -o-radial-gradient(top left, farthest-side, transparent 100%, transparent 100%) bottom right/0rem 0rem, transparent;
  background: radial-gradient(farthest-side at bottom right, transparent 100%, transparent 100%) top left/0rem 0rem, radial-gradient(farthest-side at top right, transparent 100%, #eff3f9 100%) bottom left/2rem 2rem, radial-gradient(farthest-side at bottom left, transparent 100%, transparent 100%) top right/0rem 0rem, radial-gradient(farthest-side at top left, transparent 100%, transparent 100%) bottom right/0rem 0rem, transparent;
  background-repeat: no-repeat;
  background-origin: padding-box;
}
.album__foto__slider__btn:hover svg {
  color: #3c4960;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.album__foto__slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.album__foto__slider__dots ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.album__foto__slider__dots ul li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.album__foto__slider__dots ul li button {
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
  font-size: 0;
  color: transparent;
  background: #dee3eb;
}
.album__foto__slider__dots ul li.slick-active button {
  color: transparent;
  background: #2e8285;
  position: relative;
}

.content__album__buttom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.album__foto__slider__pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  margin-top: 1rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #313952;
}

.content__album__buttom__buttons {
  padding-top: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 4rem;
  padding-left: 4rem;
}

.content__album__buttom__btn {
  margin-left: 1rem;
  width: 4.2rem;
  min-width: 4.2rem;
  height: 4.2rem;
  border-radius: 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;
  color: #313952;
  background: #fff;
}
.content__album__buttom__btn svg {
  color: inherit;
  width: 2rem;
  height: 2rem;
}

.content__album__header__info__title h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
  color: #fff;
}
.content__album__header__info__title p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.9rem;
  color: #fff;
}

.content__album__add {
  padding-top: 4rem;
  padding-right: 4rem;
  padding-left: 4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.add__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  margin-right: 7.8rem;
}

.add__video__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}
.add__video__steps::after {
  position: absolute;
  left: 0;
  top: 0.9rem;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #dee3eb;
}

.add__video__step__block {
  width: 4.3rem;
  height: 1.8rem;
  background: #fff;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.add__video__step__block::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #dee3eb;
  border-radius: 50%;
  background: #fff;
}

.add__video__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.add__video__step h4 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  color: rgba(36, 44, 65, 0.54);
  margin-bottom: 0.8rem;
}
.add__video__step p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(36, 44, 65, 0.54);
}
.add__video__step.active .add__video__step__block::after {
  background: #dee3eb;
}
.add__video__step.active h4 {
  color: #242c41;
}
.add__video__step.active p {
  color: #242c41;
}
.add__video__step.done h4 {
  color: #242c41;
}
.add__video__step.done p {
  color: #242c41;
}
.add__video__step.done .add__video__step__block::after {
  background: #31754e;
  border-color: #31754e;
}
.add__video__step.done .add__video__step__block::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 1.9rem;
  top: 0.3rem;
  width: 0.3rem;
  height: 0.8rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.add__video__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.8rem;
  border-top: 0.1rem solid #eff3f9;
  margin-top: auto;
}

.add__video__buttons__price {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #3d4461;
}
.add__video__buttons__price span {
  margin-left: 0.5rem;
  font-size: 1.6rem;
}

.add__video__buttons__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add__video__nav_button {
  height: 6.4rem;
  width: 6.4rem;
  min-width: 6.4rem;
  border-radius: 1rem;
  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;
  color: #b0b7c3;
  margin-left: 1rem;
}
.add__video__nav_button svg {
  width: 2.5rem;
  height: 1.5rem;
  color: inherit;
}
.add__video__nav_button.prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #eff3f9;
}
.add__video__nav_button.next {
  background: #31754e;
}
.add__video__nav_button.disabled {
  background: transparent;
}
.add__video__nav_button.payment {
  background: #31754e;
  width: 100%;
  margin-left: 0;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.add__video__nav_button.payment svg {
  position: absolute;
  right: 2.5rem;
}

.add__video__container {
  padding-top: 8.8rem;
  max-width: 60rem;
  margin: 0 auto;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.add__video__container__title {
  text-align: center;
  margin-bottom: 4rem;
}
.add__video__container__title h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  color: #242c41;
  margin-bottom: 0.7rem;
}
.add__video__container__title h4 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 2.7rem;
  color: #242c41;
  margin-bottom: 0.7rem;
}
.add__video__container__title p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
  color: #676767;
}

.add__video__container__block {
  width: 29rem;
  height: 17.8rem;
  background: #eff3f9 url(../image/album/add-video-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.add__video__container__button .upload-btn {
  width: 29rem;
  height: 4.2rem;
  background: #3d4461;
  border-color: #3d4461;
  border-radius: 1rem;
  color: #fff;
}

.content__album__add__info {
  border: 0.1rem dashed #dce0e7;
  border-radius: 2rem;
  max-width: 35rem;
  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;
  padding: 4rem;
  margin-bottom: 9rem;
}

.content__album__add__info__video {
  width: 100%;
  height: 17.8rem;
  background: #eff3f9 url(../image/album/add-video-bg.png) center no-repeat;
  background-size: cover;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.content__album__add__info__text {
  margin-bottom: 1rem;
}
.content__album__add__info__text h4 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.7rem;
}
.content__album__add__info__text p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  color: #676767;
}

.add__video__container__message {
  width: 100%;
}
.add__video__container__message textarea {
  resize: none;
  padding: 2rem;
  width: 100%;
  border-radius: 1rem;
  border: 0.1rem solid #ebeef3;
}
.add__video__container__message textarea::-webkit-input-placeholder {
  font-style: italic;
}
.add__video__container__message textarea::-moz-placeholder {
  font-style: italic;
}
.add__video__container__message textarea:-ms-input-placeholder {
  font-style: italic;
}
.add__video__container__message textarea::-ms-input-placeholder {
  font-style: italic;
}
.add__video__container__message textarea::placeholder {
  font-style: italic;
}

.add__video__container__date {
  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;
  width: 100%;
}
.add__video__container__date .form_field.half {
  width: 47%;
}

.add__video__container__notification {
  border: 0.1rem solid #ebeef3;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.add__video__container__notification:not(:last-child) {
  margin-bottom: 1rem;
}

.add__video__container__notification__title h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #242c41;
}
.add__video__container__notification__title p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
  color: #676767;
}

.add__video__container__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.payment__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  height: 9rem;
  padding: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid #eef1f5;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #242c41;
}
.payment__btn img {
  width: 4.7rem;
  min-width: 4.7rem;
  margin-right: 1.5rem;
}

/* //! NOTIFICATION/MESSAGES BLOCK START */
.notification__wrapper {
  position: absolute;
  z-index: 1021;
  width: 45rem;
  height: 100vh;
  bottom: 0;
  left: 11rem;
  background: #3d4461;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 0.2rem #181926;
          box-shadow: 0 0 0.2rem #181926;
  padding-top: 4rem;
}
.notification__wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notification__wrapper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2e344f;
}
.notification__wrapper__buttons button {
  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;
  cursor: pointer;
  width: 50%;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  border-bottom: 0.1rem solid #515a80;
}
.notification__wrapper__buttons button.active {
  color: #6aa3a6;
  border-bottom: 0.1rem solid #2d8083;
}
.notification__wrapper__buttons button:hover {
  color: #6aa3a6;
}
.notification__wrapper__buttons button span {
  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;
  margin-left: 0.5rem;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  font-size: 1rem;
  background: #2d8083;
  color: #fff;
  border-radius: 50%;
}

.notification__wrapper__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  border-bottom: 0.1rem solid #515a80;
}
.notification__wrapper__search input {
  color: #aaadba;
  height: 4rem;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}
.notification__wrapper__search .search__button {
  color: #aaadba;
  height: inherit;
  width: 4.5rem;
}
.notification__wrapper__search.text-caenter {
  position: absolute;
  top: 0;
  left: 0;
  height: 4rem;
  width: 100%;
  background: #3d4461;
  z-index: 1;
}
.notification__wrapper__search h1 {
  width: 100%;
}

.notification__wrapper__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 20rem;
}
.notification__wrapper__block::-webkit-scrollbar {
  width: 0.2rem;
}
.notification__wrapper__block::-webkit-scrollbar-track {
  background: transparent;
}
.notification__wrapper__block::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.notification__wrapper__block::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.notification__wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem;
  border-bottom: 0.1rem solid #515a80;
}
.notification__wrapper__item:hover {
  background: #424965;
}

.notification__wrapper__item__image {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.notification__wrapper__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notification__wrapper__item__title {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}

.item__title__name h4 {
  font-size: 1rem !important;
  color: #fff;
}
.item__title__name p {
  font-size: 1rem !important;
  color: #aaadba;
}

.item__title__date p {
  font-size: 1rem !important;
  color: #aaadba;
}

.notification__wrapper__item__text {
  width: 100%;
}
.notification__wrapper__item__text p {
  font-size: 1.2rem;
  color: #aaadba;
}

.notification__wrapper__item__del {
  color: #fff;
  margin-left: auto;
  opacity: 0.7;
  font-size: 1rem;
  cursor: pointer;
}
.notification__wrapper__item__del:hover {
  opacity: 1;
}

/* //! NOTIFICATION/MESSAGES BLOCK END */
/* //! AUTORISATION */
.autorisation__wrapper {
  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;
  height: 100%;
  width: 100%;
  padding: 2rem;
}

.autorisation {
  text-align: center;
  background: #fff;
  max-width: 50rem;
  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;
  border-radius: 2.5rem;
  margin: auto;
  position: relative;
  padding: 4rem 2rem;
}

.autorisation__title {
  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;
  border-bottom: 0.1rem solid #dee3eb;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.autorisation label {
  text-align: left;
}

.autorisation-type {
  margin-bottom: 2rem;
  text-align: center;
}
.autorisation-type a {
  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;
  color: #7b8199;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem 1rem 0rem 0rem;
  border-bottom: 0.3rem solid #7b8199;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
}
.autorisation-type a:hover {
  background: #fff;
  border-bottom: 0.3rem solid #ebeff4;
}
.autorisation-type a.active {
  color: #2a8386;
  background: #fff;
  border-bottom: 0.3rem solid #2a8386;
}

.accented {
  border-bottom: 0.1rem solid red !important;
  background: #ff030329;
}

/* Уведомления */
#alert__msg {
  padding: 3rem 4rem 3rem 4rem;
  background: #fefefe;
  color: #324554;
  border: 0.1rem solid #efefef;
  font-family: inherit;
  font-size: 1.8rem;
  position: fixed;
  z-index: 999999;
  top: 12rem;
  width: 45rem;
  -webkit-box-shadow: 0 1.9rem 3.8rem rgba(0, 0, 0, 0.3), 0 1.5rem 1.2rem rgba(0, 0, 0, 0.22);
          box-shadow: 0 1.9rem 3.8rem rgba(0, 0, 0, 0.3), 0 1.5rem 1.2rem rgba(0, 0, 0, 0.22);
  display: none;
}

.alert__title {
  font-weight: 700;
  text-align: center;
}

.alert_message {
  line-height: 1.2;
  padding-top: 1rem;
  font-size: 1.6rem;
}

.alert__ok {
  width: 9.5rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background: silver;
  border: 0;
  border-radius: 0.3rem;
  text-align: center;
  padding: 0.3rem 0rem 0.3rem 0rem;
  margin-top: 2rem;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}

/* loader cover */
.local-cover {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75) url(/images/common/loader.svg) no-repeat 50% 50%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.top-meniu-profil .main__wrapper__button__label {
  overflow: hidden;
}
.top-meniu-profil .main__wrapper__button__label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-meniu-profil-poup {
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 7rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30rem;
  padding: 1rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
.top-meniu-profil-poup .family__memeber__image {
  overflow: hidden;
}
.top-meniu-profil-poup .family__memeber__image img {
  border-radius: 50%;
}
.top-meniu-profil-poup .family__memeber {
  padding: 0.5rem 0;
}
.top-meniu-profil-poup .log-out {
  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;
  width: 10rem;
  height: 3rem;
  color: #fff;
  background: #338588;
  margin: 0.6rem auto;
  border-radius: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.top-meniu-profil-poup .log-out:hover {
  background: #1f5052;
}

.social__add__label.add .normal {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.social__add__label.add:hover .normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.social__add__label.add.active .normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.form_field.social .social__icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social__add__label.edit .normal {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.social__add__label.edit:hover .normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.social__add__label.edit.active .normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* //! AUTORISATION */
.content__full {
  background: #fff;
  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: 2rem;
  border-radius: 1rem;
  width: 100%;
  height: calc(100vh - 11.5rem);
  overflow: hidden;
}

.content__full__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.content__full__wrapper .article__comments__wrapper__block {
  padding-top: 4rem;
  padding-bottom: 3rem;
  width: 100%;
  max-width: 35rem;
}
.content__full__wrapper .article__comments__wrapper {
  width: auto;
  max-width: 100%;
}

.colegue__content__wrapper {
  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;
}

.colegue__content__wrapper__header {
  background: #eff3f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4rem;
  padding-top: 3.5rem;
  padding-right: 4rem;
  padding-bottom: 3.5rem;
}

.colegue__content__wrapper__header__image {
  width: 19rem;
  min-width: 19rem;
  height: 19rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3rem;
}
.colegue__content__wrapper__header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.colegue__content__wrapper__header__name {
  font-size: 2.2rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
}

.colegue__content__wrapper__header__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.colegue__content__wrapper__header__label {
  padding: 0 1rem;
  border-radius: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  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;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #3d4461;
  background: #dee3eb;
}

.colegue__content__wrapper__header__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colegue__content__wrapper__header__buttons .btn {
  width: 12.8rem;
  height: 3.8rem;
}
.colegue__content__wrapper__header__buttons .btn:not(:last-child) {
  margin-right: 1rem;
}

.colegue__content__wrapper__tabs__buttons {
  padding-right: 4rem;
  padding-left: 4rem;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #eff3f9;
}
.colegue__content__wrapper__tabs__buttons .tablink {
  font-size: 1.4rem;
  font-weight: 500;
  color: #313952;
  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;
  width: 100%;
  cursor: pointer;
  height: 3.2rem;
  border-bottom: 0.4rem solid #fff;
}
.colegue__content__wrapper__tabs__buttons .tablink.active {
  border-bottom: 0.4rem solid #2e8285;
}

.colegue__content__wrapper__tabs {
  height: 100%;
  border-right: 0.1rem solid #eff3f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.colegue__content__wrapper__tabs_content {
  padding-right: 4rem;
  padding-left: 4rem;
  padding-top: 4rem;
  padding-bottom: 30rem;
  overflow: hidden;
  overflow-y: scroll;
}
.colegue__content__wrapper__tabs_content::-webkit-scrollbar {
  width: 0.2rem;
}
.colegue__content__wrapper__tabs_content::-webkit-scrollbar-track {
  background: transparent;
}
.colegue__content__wrapper__tabs_content::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.colegue__content__wrapper__tabs_content::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.colegue__content__video__image {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 2rem;
  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;
}
.colegue__content__video__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.colegue__content__video__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.colegue__content__video__image__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9rem;
  height: 9rem;
}

.colegue__content__video__wrap__text {
  margin-bottom: 1rem;
}
.colegue__content__video__wrap__text p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  color: #3d4461;
  text-align: center;
}

.colegue__content__video__wrap__time {
  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;
}
.colegue__content__video__wrap__time p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #336649;
}

.colegue__content__video__wrap__icon {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
}

.colegue__comments__wrapper__add {
  position: relative;
  padding: 0 2rem;
}
.colegue__comments__wrapper__add input {
  width: 100%;
  height: 4.2rem;
  background: #eff3f9;
  padding-left: 1rem;
  border-radius: 3rem;
  padding-right: 5rem;
}
.colegue__comments__wrapper__add .sent-btn {
  cursor: pointer;
  position: absolute;
  right: 2.7rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  width: 3.4rem;
  height: 3.4rem;
  background: #2e8285;
  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;
}
.colegue__comments__wrapper__add .sent-btn svg {
  width: 1.8rem;
  height: 1.7rem;
  margin-left: 0.4rem;
}
.colegue__comments__wrapper__add textarea {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  width: 100%;
  height: 4.2rem;
  background: #eff3f9;
  padding-left: 2rem;
  border-radius: 3rem;
  padding-right: 4.7rem;
}
.colegue__comments__wrapper__add textarea::-webkit-scrollbar {
  width: 0rem;
}
.colegue__comments__wrapper__add textarea::-webkit-scrollbar-track {
  background: transparent;
}
.colegue__comments__wrapper__add textarea::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.colegue__comments__wrapper__add textarea::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.colegue__list {
  position: relative;
  max-width: 35rem;
  width: 100%;
  padding-top: 4rem;
  padding-left: 2.5rem;
  padding-right: 0.5rem;
  background: #eff3f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.colegue__list__header {
  border-bottom: 0.1rem solid #dee3eb;
  padding-bottom: 2rem;
  position: relative;
}

.colegue__list__header__more {
  position: absolute;
  color: #878da0;
  bottom: 2rem;
  right: 2.3rem;
  width: 2rem;
  height: 2rem;
}
.colegue__list__header__more svg {
  width: 2rem;
  height: 2rem;
}
.colegue__list__header__more:hover {
  color: #000;
}

.colegue__list__header__title {
  margin-bottom: 1rem;
}
.colegue__list__header__title h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #242c41;
}
.colegue__list__header__title p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  color: #336649;
}

.colegue__list__header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
}
.colegue__list__header__search .search__field {
  width: 100%;
  margin-bottom: 2rem;
}
.colegue__list__header__search .search__field input {
  width: 100%;
  padding-left: 4.5rem;
  padding-right: 4.7rem;
}
.colegue__list__header__search .search__button {
  width: 4rem;
}
.colegue__list__header__search .search__filter__button:hover {
  background: #2e8285;
  color: #fff;
}
.colegue__list__header__search .search__filter__button:focus {
  background: #2e8285;
  color: #fff;
}
.colegue__list__header__search .search__filter__button .active {
  background: #2e8285;
  color: #fff;
}

.colegue__list__header__title__results {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #242c41;
}
.colegue__list__header__title__results span {
  font-weight: 400;
}

.colegue__list__wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-right: 1rem;
}
.colegue__list__wrapper::-webkit-scrollbar {
  width: 0.2rem;
}
.colegue__list__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.colegue__list__wrapper::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.colegue__list__wrapper::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.colegue__list__wrapper__item {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.colegue__list__wrapper__item:hover {
  background: #dee3eb;
}
.colegue__list__wrapper__item.active {
  background: #dee3eb;
}

.colegue__list__wrapper__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.colegue__list__wrapper__item__image {
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.5rem;
}
.colegue__list__wrapper__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.colegue__list__wrapper__item__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
  color: #242c41;
  padding-right: 4rem;
}

.colegue__list__wrapper__item__more {
  position: absolute;
  color: #878da0;
  top: 2rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
}
.colegue__list__wrapper__item__more svg {
  width: 2rem;
  height: 2rem;
}
.colegue__list__wrapper__item__more:hover {
  color: #000;
}

.content__full__all__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.content__full__all__list__header {
  padding-top: 4rem;
  padding-right: 4rem;
  padding-left: 4rem;
  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: 2rem;
}

.content__full__all__list__header__title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #242c41;
}

.content__full__all__list__header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__full__all__list__header__buttons p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #242c41;
  margin-right: 1rem;
}
.content__full__all__list__header__buttons p span {
  font-weight: 400;
}

.content__full__all__list__header__buttons__more {
  color: #878da0;
  width: 2rem;
  height: 1.6rem;
}
.content__full__all__list__header__buttons__more svg {
  width: 2rem;
  height: 1.6rem;
}
.content__full__all__list__header__buttons__more:hover {
  color: #000;
}

.content__full__all__list__item__wrap {
  position: relative;
}
.content__full__all__list__item__wrap:hover .content__full__all__list__item {
  border: 0.1rem solid #000;
}

.content__full__all__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid #dee3eb;
  min-height: 12.5rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.content__full__all__list__item__more {
  position: absolute;
  top: 1rem;
  right: 0;
  color: #878da0;
  width: 2rem;
  height: 2rem;
}
.content__full__all__list__item__more svg {
  width: 2rem;
  height: 2rem;
}
.content__full__all__list__item__more:hover {
  color: #000;
}

.content__full__all__list__image {
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.5rem;
}
.content__full__all__list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__full__all__list__item__info h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #242c41;
  margin-bottom: 0.5rem;
}

.content__full__all__list__item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__full__all__list__item__time p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}

.content__full__all__list__item__info__icon {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
}

.content__full__all__list__item__label {
  padding: 0 1rem;
  border-radius: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  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;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #3d4461;
  background: #eff3f9;
  margin-bottom: 1rem;
}

.content__full__all__list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 4rem;
  position: relative;
  height: 100%;
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-right: 2.5rem;
  margin-right: 1rem;
  padding-bottom: 5rem;
}
.content__full__all__list__wrapper::-webkit-scrollbar {
  width: 0.2rem;
}
.content__full__all__list__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.content__full__all__list__wrapper::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__full__all__list__wrapper::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.content__full__all__list__item__wrap {
  width: 100%;
  margin-bottom: 2rem;
}

.professors__wrapper {
  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;
  height: 100%;
}
.professors__wrapper .content__full__all__list__item__wrap {
  width: 100%;
}

.timeline__wrapper {
  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;
  height: 100%;
}
.timeline__wrapper.with-timelinelist {
  width: 50%;
}

.timeline__wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 5rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #eff3f9;
}

.timeline__wrapper__header__title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #222224;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline__wrapper__header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline_header_btn {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: #222224;
  min-width: 6rem;
  height: 3rem;
  border-radius: 1rem;
  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;
  padding: 0 1rem;
  color: #595959;
  background: #eff3f9;
}
.timeline_header_btn svg {
  width: 1.8rem;
  height: 1.8rem;
}
.timeline_header_btn.active {
  background: #2e8285;
  color: #fff;
}
.timeline_header_btn.active:hover {
  background: #2e8285;
  color: #fff;
}
.timeline_header_btn:hover {
  background: #a5a6a781;
}
.timeline_header_btn:not(:last-child) {
  margin-right: 0.5rem;
}

.timeline__wrapper__container {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: 0.5rem;
}
.timeline__wrapper__container::-webkit-scrollbar {
  width: 0.2rem;
}
.timeline__wrapper__container::-webkit-scrollbar-track {
  background: transparent;
}
.timeline__wrapper__container::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.timeline__wrapper__container::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.timeline__photo__wrapper {
  margin-bottom: 4.5rem;
}

.timeline__photo__wrapper__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #eff3f9;
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
}

.timeline__photo__wrapper__title__info h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #242c41;
  margin-bottom: 0.5rem;
}
.timeline__photo__wrapper__title__info p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  color: #242c41;
}

.timeline__photo__wrapper__title__button .download__album {
  color: #595959;
}
.timeline__photo__wrapper__title__button .download__album svg {
  width: 2rem;
  height: 2rem;
}

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

.timeline__photo__wrapper__album__pthoto {
  position: relative;
  margin-bottom: 1rem;
}
.timeline__photo__wrapper__album__pthoto .timeline__album__photo {
  position: relative;
  width: 12.7rem;
  height: 12.7rem;
  border-radius: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline__photo__wrapper__album__pthoto .timeline__album__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline__photo__wrapper__album__pthoto p {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.timeline__photo__wrapper__album__pthoto p::before {
  content: "";
  width: 0.8rem;
  min-width: 0.8rem;
  height: 0.8rem;
  background: #92b5bc;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.timeline__photo__wrapper__album__pthoto:hover .timeline__album__photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.timeline__photo__wrapper__album__pthoto:hover .timeline__photo__wrapper__album__pthoto__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline__photo__wrapper__album__pthoto:not(:last-child) {
  margin-right: 1.5rem;
}

.timeline__photo__wrapper__album__pthoto__icon {
  position: absolute;
  display: none;
  right: 1rem;
  bottom: 2.5rem;
  color: #fff;
}
.timeline__photo__wrapper__album__pthoto__icon svg {
  width: 2rem;
  height: 2rem;
}

.timeline__assaide {
  max-width: 35rem;
  width: 100%;
  background: #eff3f9;
  position: relative;
}

.timeline__assaide__header {
  padding-top: 4rem;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.timeline__assaide__header__button {
  cursor: pointer;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  color: #595959;
  background: #dee3eb;
  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;
}
.timeline__assaide__header__button svg {
  width: 1.5rem;
  height: 1.5rem;
}
.timeline__assaide__header__button.active {
  background: #2e8285;
  color: #fff;
}
.timeline__assaide__header__button.active:hover {
  background: #2e8285;
  color: #fff;
}
.timeline__assaide__header__button:hover {
  background: #a5a6a781;
}

.timeline__assaide__filter {
  display: none;
  position: absolute;
  top: 10rem;
  width: 100%;
  height: 100%;
  padding-bottom: 10rem;
}
.timeline__assaide__filter.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  left: 0;
}
.timeline__assaide__filter .form_field__chevron {
  position: absolute;
  top: 75%;
}
.timeline__assaide__filter .search__field__wrapper__filter {
  padding-right: 4rem;
  padding-left: 3rem;
}
.timeline__assaide__filter .search__field__wrapper__filter__title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.timeline__add__institut {
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
}

.timeline__add__institut__title {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.timeline__add__institut__title h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #242c41;
  margin-bottom: 1rem;
}
.timeline__add__institut__title p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
  color: #676767;
}

.timeline__add__institut__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline__add__institut__form .form_field span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #222224;
}
.timeline__add__institut__form .form_field.half {
  width: 45%;
}
.timeline__add__institut__form .form_field__chevron {
  top: 70%;
}

.timeline__add__institut__form__button {
  margin-top: 2rem;
  width: 100%;
}
.timeline__add__institut__form__button .add__institut__btn {
  cursor: pointer;
  height: 5.4rem;
  width: 100%;
  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: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #31754e;
}
.timeline__add__institut__form__button .add__institut__btn:hover {
  background: #296141;
}

.add__institut__btn__close {
  position: absolute;
  top: 4rem;
  right: -12rem;
  width: 5.7rem;
  height: 5.7rem;
  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-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: #fff;
  color: #5a9c9f;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
}

.timeline__assaide__content {
  padding-top: 2rem;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-bottom: 2rem;
  position: relative;
}

.timeline__assaide__content__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #242c41;
  margin-bottom: 3.5rem;
}

.timeline__assaide__content__video {
  margin-bottom: 2rem;
  position: relative;
}
.timeline__assaide__content__video p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #242c41;
  margin-bottom: 0.5rem;
}

.timeline__assaide__content__video__button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 3.6rem;
  min-width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  overflow: hidden;
  background: #2e8285;
  color: rgba(255, 255, 255, 0.445);
  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-size: 4rem;
  font-weight: 100;
}
.timeline__assaide__content__video__button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline__assaide__content__video__button:hover {
  color: #fff;
}

.timeline__assaide__content__video__block {
  width: 100%;
  height: 16.5rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 1rem;
}
.timeline__assaide__content__video__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline__assaide__content__photo {
  margin-bottom: 5.5rem;
}
.timeline__assaide__content__photo p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #242c41;
  margin-bottom: 0.5rem;
}

.timeline__assaide__content__photo__image {
  width: 100%;
  height: 27rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 1rem;
}
.timeline__assaide__content__photo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline__assaide__content__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline__assaide__content__place__image {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.timeline__assaide__content__place__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline__assaide__content__place__info__title,
.timeline__assaide__content__place__info__name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  color: #242c41;
}

.timeline__assaide__content__place__info__year {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #242c41;
  margin-top: 1rem;
}

.timeline__assaide__content__video__add {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-bottom: 2rem;
  background: #eff3f9;
}
.timeline__assaide__content__video__add.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline__assaide__content__video__add__title {
  text-align: center;
  margin-bottom: 2.8rem;
}
.timeline__assaide__content__video__add__title h4 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: #242c41;
}
.timeline__assaide__content__video__add__title h4 span {
  font-size: 1.8rem;
}
.timeline__assaide__content__video__add__title p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #242c41;
}

.timeline__add__video__button {
  width: 100%;
}
.timeline__add__video__button .upload-btn {
  width: 100%;
  height: 5.4rem;
  background: #3d4461;
  border-color: #3d4461;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.5rem;
}

.timeline__assaide__content__video__add__block {
  margin-bottom: 7rem;
}

.video__add__block__block {
  width: 100%;
  height: 16.5rem;
  background: #eff3f9 url(../image/album/add-video.png) center no-repeat;
  background-size: cover;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.timeline__assaide__content__video__add__from .form_field span {
  color: #222224;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
.timeline__assaide__content__video__add__from .form_field .form_field__chevron {
  top: 70%;
}
.timeline__assaide__content__video__add__from .form_field select {
  background: #eff3f9;
  border-color: #eff3f9;
  border-bottom: 0.1rem solid #dee3eb;
}

.timeline__assaide__content__video__add__from__button {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  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;
  height: 5.4rem;
  width: 100%;
  background: #31754e;
  color: #fff;
  border-radius: 1rem;
  padding: 0;
  margin-top: auto;
}
.timeline__assaide__content__video__add__from__button:hover {
  background: #428a61;
  color: #fff;
}

.timeline__assaide__content__video__add__back {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 2rem;
  left: 4rem;
  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;
  height: 3.7rem;
  width: 3.7rem;
  min-width: 3.7rem;
  border-radius: 50%;
  border: 0.1rem solid #b8bdcf;
  color: #b8bdcf;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.timeline__assaide__content__video__add__back svg {
  width: 2rem;
  height: 2rem;
}
.timeline__assaide__content__video__add__back:hover {
  border: 0.1rem solid #7d7e83;
  color: #7d7e83;
}

.content__wrapper__years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafcfd;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.content__wrapper__years .archive__years {
  height: 3.7rem;
  border-radius: 3rem;
}
.content__wrapper__years .year__numb {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.content__wrapper__years .archive__years__btn {
  background: transparent;
}

.activity__list {
  padding-left: 4rem;
  padding-right: 4rem;
}

.activity__list__item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #eff3f9;
}

.activity__list__item__image {
  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;
  height: 6.2rem;
  width: 6.2rem;
  min-width: 6.2rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.2rem;
}
.activity__list__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.activity__list__item__info h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}

.activity__list__item__info__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.activity__list__item__info__label {
  padding: 0 1rem;
  border-radius: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  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;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #3d4461;
  background: #eff3f9;
  margin-bottom: 1rem;
}

.video-promotii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-bottom: 3rem;
}

.video-promotii__block {
  width: 48%;
}
.video-promotii__block h4 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #313952;
}

.video-promotii__block__image {
  height: 18.4rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.video-promotii__block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-promotii__block__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-promotii__block__label {
  padding: 0 1rem;
  border-radius: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  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;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #3d4461;
  background: #eff3f9;
  margin-bottom: 1rem;
}

.tab__contacts__wrapper {
  padding-top: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
}

.content__album__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.content__album__video__wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-right: 2rem;
  padding-left: 4rem;
}

.content__album__video__tabs {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-right: 2rem;
}
.content__album__video__tabs::-webkit-scrollbar {
  width: 0.2rem;
}
.content__album__video__tabs::-webkit-scrollbar-track {
  background: transparent;
}
.content__album__video__tabs::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__album__video__tabs::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.colegue__content__video__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-right: 3rem;
}
.colegue__content__video__wrap::-webkit-scrollbar {
  width: 0.2rem;
}
.colegue__content__video__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.colegue__content__video__wrap::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.colegue__content__video__wrap::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.content__album__video__content {
  width: 50%;
  margin-top: 1.5rem;
  padding-right: 1rem;
  padding-left: 4rem;
  margin-bottom: 10rem;
}

.content__album__video__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.content__album__video__tab.active {
  background: transparent;
}

.content__album__video__tab__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  height: 9.5rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2rem;
}
.content__album__video__tab__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__album__video__tab__image__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.8rem;
  height: 3.8rem;
}

.content__album__video__tab__info h4 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #3d4461;
}
.content__album__video__tab__info p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  color: #5d5d5d;
}

.content__album__video__tab__info__label {
  margin-top: 1rem;
  border-radius: 3rem;
  height: 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e1e5ec;
  padding: 0 1rem;
}
.content__album__video__tab__info__label p {
  color: #3d4461;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}

.content__album__video__button {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 6.4rem;
  width: 100%;
  background: #3d4461;
  border-radius: 1rem;
}
.content__album__video__button h3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.content__album__video__button p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff98;
}

.content__album__video__button__icon {
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4.5rem;
  height: 4.5rem;
}

.colegue__content__video__wrap__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid #e1e5ec;
  padding-bottom: 2rem;
  margin-bottom: 5.5rem;
}

.colegue__content__video__wrap__info__item p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  color: #5a5a5a;
}
.colegue__content__video__wrap__info__item h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #121212;
}

.colegue__content__video__wrap__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #3d4461;
  margin-bottom: 5rem;
  text-align: center;
}

.content__promotion__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.content__promotion__video__wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 4rem;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 8rem;
  padding-right: 2rem;
}
.content__promotion__video__wrapper::-webkit-scrollbar {
  width: 0.2rem;
}
.content__promotion__video__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.content__promotion__video__wrapper::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__promotion__video__wrapper::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.content__promotion__video__content {
  width: 50%;
  margin-top: 1.5rem;
  padding-right: 1rem;
  padding-left: 4rem;
  margin-bottom: 10rem;
}

.content__promotion__video__wrapper__blok {
  margin-bottom: 3rem;
}

.content__promotion__video__wrapper__blok__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #383838;
  margin-bottom: 1.5rem;
}
.content__promotion__video__wrapper__blok__title span {
  font-size: 1.1rem;
}

.content__promotion__video__wrapper__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 11rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.content__promotion__video__wrapper__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__promotion__video__wrapper__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__promotion__video__wrapper__item__info__image {
  width: 3.7rem;
  min-width: 3.7rem;
  height: 3.7rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.content__promotion__video__wrapper__item__info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__promotion__video__wrapper__item__info__text h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #242c41;
}

.content__promotion__video__content__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 4rem;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__promotion__video__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__promotion__video__content__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__promotion__video__content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #e1e5ec;
  padding-bottom: 3.5rem;
}

.content__promotion__video__content__info__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.8rem;
  min-width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.5rem;
}
.content__promotion__video__content__info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__promotion__video__content__info__text h4 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #3d4461;
  margin-bottom: 0.5rem;
}

.content__promotion__video__content__info__text__button {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  padding: 0 1rem;
  border-radius: 3rem;
  background: #dee3eb;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #2e8285;
}
.content__promotion__video__content__info__text__button:hover {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #2e8285;
}

.content__promotion__video__content__buttons {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__promotion__video__content__buttons a {
  border-radius: 0.5rem;
}
.content__promotion__video__content__buttons a:not(:last-child) {
  margin-right: 0.5rem;
}

.content__promotion__album__wrapper {
  position: relative;
  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;
  padding-left: 5rem;
  padding-right: 2rem;
  margin-right: 1rem;
  margin-left: -1rem;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}
.content__promotion__album__wrapper::-webkit-scrollbar {
  width: 0.2rem;
}
.content__promotion__album__wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.content__promotion__album__wrapper::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.content__promotion__album__wrapper::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.content__promotion__album__title {
  position: relative;
  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;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.content__promotion__album__title h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
.content__promotion__album__title .filter__button.active {
  background: #2e8285;
  color: #fff;
}

.album__assaide__filter {
  display: none;
  position: absolute;
  right: 1rem;
  width: 100%;
  max-width: 35rem;
  top: 0;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
.album__assaide__filter .search__field__wrapper__filter__block {
  max-height: 45rem;
}
.album__assaide__filter.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promotion__album {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}

.promotion__album__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16.3rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.promotion__album__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promotion__album__title {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #242c41;
  margin-bottom: 2.8rem;
}

.promotion__album__label {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  padding: 0 2rem;
  background: #e4ecee;
  border-radius: 3rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #242c41;
  margin-bottom: 2rem;
}

.timeline__block {
  width: 100%;
  height: 10rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline__block.right {
  margin-top: -0.1rem;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-top: 0.1rem solid #c2c6d9;
  border-right: 0.2rem solid #c2c6d9;
  border-bottom: 0.1rem solid #c2c6d9;
  border-left: 0.2rem solid transparent;
}
.timeline__block.right::before {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.4rem;
  height: 0.7rem;
  background: #fff;
  top: -0.06rem;
  left: -0.08rem;
}
.timeline__block.right::after {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.7rem;
  height: 0.7rem;
  background: #fff;
  bottom: -0.04rem;
  left: 0;
}
.timeline__block.left {
  margin-top: -0.1rem;
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-top: 0.1rem solid #c2c6d9;
  border-left: 0.2rem solid #c2c6d9;
  border-bottom: 0.1rem solid #c2c6d9;
  border-right: 0.2rem solid transparent;
}
.timeline__block.left::before {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.7rem;
  height: 0.7rem;
  background: #fff;
  top: -0.04rem;
  right: 0;
}
.timeline__block.left::after {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.7rem;
  height: 0.7rem;
  background: #fff;
  bottom: -0.05rem;
  right: -0.2rem;
}

.timeline__block__wrap {
  position: relative;
  width: 33.3333333333%;
  height: 10rem;
}

.chat__close__button {
  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;
  top: 0;
  right: 0;
  min-width: 4rem;
  height: 100%;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  background: #2d8083;
}

/* //! CHAT BLOCK START */
.chat__wrapper {
  position: absolute;
  z-index: 1021;
  height: 100vh;
  bottom: 0;
  left: 11rem;
  background: #3d4461;
  display: none;
  -webkit-box-shadow: 0 0 0.2rem #181926;
          box-shadow: 0 0 0.2rem #181926;
  height: -webkit-fill-available;
}
.chat__wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chat__wrapper__users {
  width: 45rem;
  height: 100%;
  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;
}

.chat__wrapper__users__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eff3f9;
  height: 9.3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
}
.chat__wrapper__users__header p {
  color: #3d4461;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
}
.chat__wrapper__users__header p span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.chat__header__btn {
  font-size: 1.1rem;
  line-height: 1;
  color: #3d4461;
  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: 0.1rem solid #c7dce2;
  width: 6.6rem;
  height: 2.4rem;
  border-radius: 3rem;
}

.chat__header__btn__next {
  background: #2a8386;
  border-color: #2a8386;
  color: #fff;
}

.chat__wrapper__messages {
  background: #fff;
  width: 60rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3rem;
}

.chat__wrapper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2e344f;
}
.chat__wrapper__buttons button {
  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;
  cursor: pointer;
  width: 50%;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  border-bottom: 0.1rem solid #515a80;
}
.chat__wrapper__buttons button.active {
  color: #6aa3a6;
  border-bottom: 0.1rem solid #2d8083;
}
.chat__wrapper__buttons button:hover {
  color: #6aa3a6;
}
.chat__wrapper__buttons button span {
  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;
  margin-left: 0.5rem;
  width: 1.7rem;
  min-width: 1.7rem;
  height: 1.7rem;
  font-size: 1rem;
  background: #2d8083;
  color: #fff;
  border-radius: 50%;
}
.chat__wrapper__buttons a {
  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;
  cursor: pointer;
  width: 50%;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  border-bottom: 0.1rem solid #515a80;
}
.chat__wrapper__buttons a.active {
  color: #6aa3a6;
  border-bottom: 0.1rem solid #2d8083;
}
.chat__wrapper__buttons a:hover {
  color: #6aa3a6;
}
.chat__wrapper__buttons a span {
  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;
  margin-left: 0.5rem;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  font-size: 1rem;
  background: #2d8083;
  color: #fff;
  border-radius: 50%;
}

.text-caenter {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 4rem;
  width: 100%;
  background: #3d4461;
  z-index: 1;
}

.chat__wrapper__search {
  position: relative;
  height: 4rem;
  border-bottom: 0.1rem solid #515a80;
}
.chat__wrapper__search input {
  color: #aaadba;
  height: 4rem;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}
.chat__wrapper__search .search__button {
  color: #aaadba;
  height: inherit;
  width: 4.5rem;
}

.chat__wrapper__members__search {
  position: relative;
  height: 4rem;
  border-bottom: 0.1rem solid #515a80;
  background: #2a8386;
}
.chat__wrapper__members__search input {
  color: #fff;
  height: 4rem;
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
.chat__wrapper__members__search .search__button {
  color: rgba(255, 255, 255, 0.74);
  height: inherit;
  width: 4.5rem;
  left: 1.5rem;
}
.chat__wrapper__members__search .search__filter__button {
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  right: 2.4rem;
  height: 100%;
  width: 3rem;
}
.chat__wrapper__members__search .search__filter__button svg {
  width: 1.7rem;
  height: 1.7rem;
}
.chat__wrapper__members__search .search__filter__button .normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chat__wrapper__members__search .search__filter__button .close {
  display: none;
}
.chat__wrapper__members__search .search__filter__button.active .normal {
  display: none;
}
.chat__wrapper__members__search .search__filter__button.active .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chat__wrapper__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 12rem;
}
.chat__wrapper__block::-webkit-scrollbar {
  width: 0.2rem;
}
.chat__wrapper__block::-webkit-scrollbar-track {
  background: transparent;
}
.chat__wrapper__block::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.chat__wrapper__block::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.chat__members__filter {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.chat__members__filter.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  right: 0;
}
.chat__members__filter .form_field__chevron {
  position: absolute;
  top: 75%;
}
.chat__members__filter .search__field__wrapper__filter {
  padding-right: 4rem;
  padding-left: 3rem;
  max-width: 100%;
}
.chat__members__filter .search__field__wrapper__filter__title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.chat__members__filter .search__field__wrapper__filter__resset {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.chat__members__filter .search__field__wrapper__filter__resset a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #2a8386;
  text-decoration: none;
}

.chat__wrapper__add__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 4rem;
  padding-bottom: 4rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.chat__wrapper__add__button button {
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  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;
  background: #2e8285;
  color: #fff;
  line-height: 300;
  font-size: 2rem;
  line-height: 1;
}
.chat__wrapper__add__button a {
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  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;
  background: #2e8285;
  color: #fff;
  line-height: 300;
  font-size: 2rem;
  line-height: 1;
}

.chat__wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem;
  border-bottom: 0.1rem solid #515a80;
  position: relative;
}
.chat__wrapper__item:hover {
  background: #424965;
}

.chat__wrapper__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2rem 3rem;
  border-bottom: 0.1rem solid #515a80;
}
.chat__wrapper__member:hover {
  background: #424965;
}
.chat__wrapper__member.active .chat__wrapper__member__mark {
  background: #2a8386;
}

.chat__wrapper__member__image {
  width: 4.7rem;
  height: 4.7rem;
  min-width: 4.7rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.5rem;
}
.chat__wrapper__member__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat__wrapper__member__name {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.chat__members__filter__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 3rem;
}

.selected__filter {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6rem;
  background: #dee3eb;
  height: 2rem;
  border-radius: 1rem;
  padding: 0 0.7rem;
  margin-bottom: 0.5rem;
  margin: 0.5rem;
}
.selected__filter p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  color: #3d4461;
}

.delеte__selected__filter {
  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;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  font-size: 1.4rem;
  background: #acb2c5;
  color: #dee3eb;
  border-radius: 50%;
  margin-left: 0.5rem;
}

.chat__wrapper__member__all {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

.chat__wrapper__member__mark {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 0.1rem solid rgba(255, 255, 255, 0.22);
  margin-left: auto;
}

.chat__wrapper__item__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 2rem 3rem;
  border-bottom: 0.1rem solid #515a80;
}
.chat__wrapper__item__group:hover {
  background: #424965;
}

.chat__wrapper__item__group__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  padding-right: 2rem;
}

.chat__wrapper__item__group__title__label {
  position: absolute;
  top: 0;
  right: 0;
  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;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
  font-size: 1rem;
  background: #2d8083;
  color: #fff;
  border-radius: 50%;
}

.chat__wrapper__item__group__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.chat__wrapper__item__group__block__image {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.chat__wrapper__item__group__block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat__wrapper__item__group__block__text {
  width: 100%;
}

.chat__wrapper__item__group__block__text__info {
  padding-top: 0.5rem;
}
.chat__wrapper__item__group__block__text__info p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
}

.chat__wrapper__item__image {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.chat__wrapper__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat__wrapper__item__title {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}

.item__title__name h4 {
  font-size: 1rem !important;
  color: #fff;
}
.item__title__name p {
  font-size: 1rem !important;
  color: #aaadba;
}

.item__title__date {
  position: relative;
}
.item__title__date p {
  font-size: 1rem !important;
  color: #aaadba;
}

.item__title__date__label {
  position: absolute;
  top: 2rem;
  right: 0rem;
  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;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
  font-size: 1rem;
  background: #2d8083;
  color: #fff;
  border-radius: 50%;
}

.chat__wrapper__item__text {
  width: 100%;
}
.chat__wrapper__item__text p {
  font-size: 1.2rem;
  color: #aaadba;
}

.chat__wrapper__item__del {
  color: #fff;
  margin-left: auto;
  opacity: 0.7;
  font-size: 1rem;
  cursor: pointer;
}
.chat__wrapper__item__del:hover {
  opacity: 1;
}

.chat__wrapper__messages__block {
  position: relative;
  height: calc(100vh - 17.5rem);
  padding: 0 2rem;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 1rem;
}
.chat__wrapper__messages__block::-webkit-scrollbar {
  width: 0.2rem;
}
.chat__wrapper__messages__block::-webkit-scrollbar-track {
  background: transparent;
}
.chat__wrapper__messages__block::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.chat__wrapper__messages__block::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.chat__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
}

.my__chat__message {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}
.my__chat__message p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 72%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #2f2f2f;
  background: #bed0d4;
  border-radius: 1rem 0 1rem 1rem;
  padding: 2rem 1rem;
}

.my__chat__message__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  color: #6f6f6f;
  margin-bottom: 0.5rem;
}

.chat__wrapper__messages__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background: #eff3f9;
  margin-bottom: 1rem;
  position: relative;
}

.chat__wrapper__messages__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.1rem;
}

.chat__wrapper__messages__head__image {
  width: 5.5rem;
  min-width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.chat__wrapper__messages__head__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat__wrapper__messages__head__info {
  padding-left: 2rem;
}

.chat__wrapper__messages__head__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  color: #111111;
  margin-bottom: 1rem;
}

.chat__wrapper__messages__head__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat__wrapper__messages__head__list__item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  color: #00000063;
}
.chat__wrapper__messages__head__list__item:not(:last-child)::after {
  content: "|";
  margin: 0 1rem;
}

.chat__wrapper__block__form {
  padding-top: 7rem;
  padding-right: 3rem;
  padding-left: 3rem;
}
.chat__wrapper__block__form .form_field .form_field__title {
  color: #fff;
  font-size: 1.4rem;
}
.chat__wrapper__block__form .form_field input {
  padding: 2rem;
  height: 4.4rem;
  width: 100%;
  border-radius: 1rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.chat__wrapper__block__form .form_field textarea {
  resize: none;
  color: #fff;
  padding: 2rem;
  width: 100%;
  border-radius: 1rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.chat__wrapper__block__form .form_field.checkboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.chat__wrapper__block__form .form_field.checkboxs .form_field__title {
  width: 100%;
}
.chat__wrapper__block__form .form_field.checkboxs .check-box {
  color: rgba(255, 255, 255, 0.64);
  margin-right: 3rem;
}
.chat__wrapper__block__form .form_field.checkboxs .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.chat__wrapper__block__form .form_field.checkboxs .check-box .checkmark {
  background: transparent;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}

.chat__wrapper__block__form__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  margin-bottom: 3rem;
}

/* //! CHAT BLOCK END */
/* //! VID BLOCK  */
.vid-body::-webkit-scrollbar {
  width: 1rem;
}
.vid-body::-webkit-scrollbar-track {
  background: #030f1d;
}
.vid-body::-webkit-scrollbar-thumb {
  background: #030f1d;
}
.vid-body::-webkit-scrollbar-thumb:hover {
  background: #063972;
}

.vid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #030f1d;
}

.vid__header {
  width: 100%;
  background: #030f1d;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.vid__header__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vid__header__button {
  width: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vid__header__button .vid-btn {
  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;
  width: auto;
  height: 3.7rem;
  min-height: 1rem;
  padding: 0rem 4rem;
  color: #fff;
  background: transparent;
  border: 0.1rem solid #fff;
  border-radius: 3rem;
  font-size: 1.6rem;
}

.vid__header__logo {
  width: 21rem;
}

.vid__header__title {
  text-align: center;
}
.vid__header__title h1 {
  color: #fff;
  font-size: 3rem;
}

.vid__content {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: url(../image/vid/header-bg.jpg) top center no-repeat;
  background-size: cover;
}
.vid__content .container {
  position: relative;
  z-index: 2;
}

.vid__content-top-bg {
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.vid__content-bottm-bg {
  position: absolute;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tnx__element-right {
  position: absolute;
  width: 13.1rem;
  right: 3.8rem;
  top: 3.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.tnx__element-left {
  position: absolute;
  width: 13.1rem;
  left: 1.4rem;
  bottom: 3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.vid__content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.vid__content_video {
  width: 80%;
}
.vid__content_video video {
  width: 100%;
}

.vid__content__text {
  padding: 0 5rem;
}
.vid__content__text p {
  color: #fff;
  white-space: pre-line;
}

.vid__footer {
  height: 5rem;
  background: #030f1d;
}

.timeline_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.timelineblock {
  width: 25%;
  height: 10rem;
  position: relative;
}

.timelineblock__line_left {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background: #dee3eb;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.timelineblock__line_left.active {
  background: #92b5bc;
  height: 0.4rem;
}

.timelineblock__line_right {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background: #dee3eb;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.timelineblock__line_right.active {
  background: #92b5bc;
  height: 0.4rem;
}

.timelineblock__img {
  position: absolute;
  width: 100%;
  top: 0;
}

.timelineblock__curved__bottom_left {
  position: absolute;
  width: 100%;
  height: 5.1rem;
  top: 0;
  border-bottom: 0.2rem solid #dee3eb;
  border-left: 0.2rem solid #dee3eb;
  border-bottom-left-radius: 4rem;
}
.timelineblock__curved__bottom_left.active {
  border-color: #92b5bc;
  border-bottom: 0.4rem solid #92b5bc;
  border-left: 0.4rem solid #92b5bc;
}

.timelineblock__curved__top_right {
  position: absolute;
  width: 100%;
  height: 5.1rem;
  bottom: 0;
  border-top: 0.2rem solid #dee3eb;
  border-right: 0.2rem solid #dee3eb;
  border-top-right-radius: 4rem;
}
.timelineblock__curved__top_right.active {
  border-color: #92b5bc;
  border-top: 0.4rem solid #92b5bc;
  border-right: 0.4rem solid #92b5bc;
}

.timelineblock__curved__top_left {
  position: absolute;
  width: 100%;
  height: 5.1rem;
  bottom: 0;
  border-top: 0.2rem solid #dee3eb;
  border-left: 0.2rem solid #dee3eb;
  border-top-left-radius: 4rem;
}
.timelineblock__curved__top_left.active {
  border-top: 0.4rem solid #92b5bc;
  border-left: 0.4rem solid #92b5bc;
}

.timelineblock__curved__bottom_right {
  position: absolute;
  width: 100%;
  height: 5.1rem;
  top: 0;
  border-bottom: 0.2rem solid #dee3eb;
  border-right: 0.2rem solid #dee3eb;
  border-bottom-right-radius: 4rem;
}
.timelineblock__curved__bottom_right.active {
  border-bottom: 0.4rem solid #92b5bc;
  border-right: 0.4rem solid #92b5bc;
}

.timeline__block__wrap__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 7rem;
  left: -3rem;
  top: 1.2rem;
}
.timeline__block__wrap__year P {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1f1f1f;
}
.timeline__block__wrap__year.fill .year__icon {
  background: #92b5bc;
}
.timeline__block__wrap__year.disabled {
  display: none;
}

.timeline__block__wrap__images {
  position: absolute;
}
.timeline__block__wrap__images .year__icon {
  position: absolute;
  top: 4.4rem;
}
.timeline__block__wrap__images.fill .year__icon {
  background: #92b5bc;
}

.timeline__block__wrap__images__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -2.2rem;
  top: 1.8rem;
}
.timeline__block__wrap__images__block img {
  width: 3.3rem;
  min-width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.timeline__block__wrap__images__block img.first {
  left: 0;
  z-index: 3;
}
.timeline__block__wrap__images__block img.second {
  left: 1rem;
  z-index: 2;
}
.timeline__block__wrap__images__block img.third {
  left: 2rem;
  z-index: 1;
}

.timeline__block__wrap__year__block {
  position: absolute;
  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;
  width: 4.6rem;
  height: 4.6rem;
  background: #eff3f9;
  color: #333333;
  border-radius: 50%;
  left: -2rem;
  top: 2.6rem;
  border: 0.3rem solid #fff;
}
.timeline__block__wrap__year__block p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
.timeline__block__wrap__year__block.active {
  background: #2e8285;
  color: #fff;
}

.year__icon {
  width: 1.2rem;
  height: 1.2rem;
  background: #eff3f9;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  margin-right: 2rem;
  position: relative;
}
.year__icon.active {
  background: #92b5bc;
  border: none;
  width: 1rem;
  height: 1rem;
}
.year__icon.active::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(146, 181, 188, 0.48);
  width: 4.2rem;
  height: 4.2rem;
}
.year__icon.active::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(146, 181, 188, 0.48);
  width: 2rem;
  height: 2rem;
  z-index: 1;
}

.timelineblock__image__block {
  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;
  position: absolute;
  left: -2.4rem;
  top: 2rem;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  border: 0.2rem solid transparent;
  overflow: hidden;
  background: transparent;
}
.timelineblock__image__block.active {
  border: 0.2rem solid #92b5bc;
  background: #fff;
}
.timelineblock__image__block.disabled {
  display: none;
}

.timelineblock__image {
  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;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 0.3rem solid #fff;
  overflow: hidden;
}
.timelineblock__image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timelinelist {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.timelinelist__header {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.timelinelist__filter {
  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;
}
.timelinelist__filter .form_field.trio {
  width: 30%;
  margin-bottom: 0;
}
.timelinelist__filter .form_field.trio span {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}

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

.timelinelist__item__image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.timelinelist__item__image a {
  width: inherit;
  height: inherit;
}
.timelinelist__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timelinelist__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timelinelist__item__title__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.7rem;
  min-width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.8rem;
}
.timelinelist__item__title__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timelinelist__item__title__name h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #000;
}

.timelinelist__container {
  padding-top: 0;
  padding-left: 2rem;
  padding-bottom: 2rem;
  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;
  height: 100%;
}

.timelinelist__content {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 9rem;
  padding-right: 1rem;
  margin-right: 1rem;
}
.timelinelist__content::-webkit-scrollbar {
  width: 0.2rem;
}
.timelinelist__content::-webkit-scrollbar-track {
  background: transparent;
}
.timelinelist__content::-webkit-scrollbar-thumb {
  background: #92b5bc;
}
.timelinelist__content::-webkit-scrollbar-thumb:hover {
  background: #2a8386;
}

.aspect-inner .block_img {
  position: relative;
}

.aspect-inner {
  height: auto !important;
}

.colegue__content__wrapper__tabs__buttons .tablink:nth-child(4) {
  display: none;
}

.slbCloseBtn {
  background: #2e8285 !important;
  border-radius: 50%;
  width: 3rem !important;
  height: 3rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  line-height: 1 !important;
  right: 2rem !important;
  top: 6rem !important;
  font-size: 2.6rem !important;
}
.slbCloseBtn:hover {
  background: #2e8285 !important;
}

/* MAIN FOOTER --------------------------------------------------- */
/* MAIN MEDIA --------------------------------------------------- */
@media (max-width: 1700.98px) {
  .main__wrapper__buttons {
    right: 2rem;
  }

  .main__header {
    margin-right: 14rem;
  }

  .main__wrapper {
    margin-right: 0;
  }

  .main__wrapper.with-nav {
    padding-left: 2rem;
    margin-right: 0;
  }

  .asside__messenger {
    max-width: 40rem;
  }

  .search__field__wrapper__result__block .family__memeber {
    height: auto;
    min-height: 9rem;
    padding-left: 1rem;
  }

  .search__field__wrapper__filter {
    max-width: 30rem;
  }

  .search__field__wrapper__filter__resset {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .content {
    max-width: unset;
  }

  .main__content.no-asside__messenger {
    padding-right: 0;
  }
}
@media (max-width: 1370.98px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 1199.98px) {
  html {
    font-size: 6px;
  }
}
@media (max-width: 768.98px) {
  html {
    font-size: 5px;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 10px;
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }

  .vid__header__wrapp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 1rem;
  }

  .vid__content_video {
    width: 100%;
  }

  .vid__header__logo {
    width: 50%;
    padding-right: 1rem;
  }

  .vid__header__button {
    width: 40%;
  }
  .vid__header__button .vid-btn {
    padding: 0 2rem;
  }

  .vid__header__title {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .vid__content__text {
    padding: 0 2rem;
  }

  .navpanel {
    display: none;
  }

  .main__wrapper__nav {
    display: none;
  }

  .main__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .main__wrapper.with-nav {
    margin-left: 0;
    margin-right: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .main__wrapper.with-nav .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .main__header {
    padding-top: 0;
    margin-right: 0;
  }

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

  .content {
    max-width: unset;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .content__nav {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: auto;
    padding: 1rem;
  }
  .content__nav a {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .content__nav a:not(:last-child) {
    margin-right: 2rem;
  }

  .content__nav__icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }

  .content__wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 0;
  }

  .content__wrapper__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .content__wrapper__header__title {
    margin-bottom: 3rem;
  }

  .content__wrapper__header__buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .content__wrapper__avatar {
    -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: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }

  .content__wrapper__avatar__image {
    margin: 0 auto;
  }

  .content__wrapper__avatar__text {
    padding: 2rem 1rem 1rem;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .content__wrapper__avatar__text .upload-btn {
    margin: 0 auto;
  }

  .content__wrapper__info .form_field.half {
    width: 100%;
  }

  .content__wrapper__social__add {
    top: auto;
    bottom: 1rem;
    padding: 2rem;
  }

  .social__add__label {
    margin-bottom: 1rem;
  }

  .content__wrapper__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__wrapper__title h3 {
    margin-bottom: 2rem;
  }

  .content__wrapper__title__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }

  .asside__messenger {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .privacy__block {
    width: 100%;
  }

  .content__wrapper__info.photogallery {
    height: 40rem;
    padding-bottom: 0;
  }

  .content__wrapper__photo-upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    padding: 1rem;
  }
  .content__wrapper__photo-upload p {
    padding: 0;
    margin-bottom: 1rem;
  }

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

  .meeting__wrapepr__info {
    margin-bottom: 1rem;
    width: 100%;
  }

  .photogallery__image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: inherit;
    height: auto;
  }

  .content__wrapper__text {
    text-align: center;
  }

  .accaunt__block__text h4 {
    padding-right: 1rem;
  }

  .timeline__wrapper {
    height: auto;
  }
  .timeline__wrapper.with-timelinelist {
    width: 100%;
  }

  .timelinelist {
    width: 100%;
  }

  .timelinelist__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timelinelist__filter .form_field.trio {
    width: 100%;
    margin-bottom: 2rem;
  }

  .timelinelist__container {
    height: 50rem;
  }

  .timelinelist__content {
    margin-bottom: 1rem;
  }

  .timeline__wrapper__header {
    padding: 2rem 1rem;
    -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: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .content__full {
    height: auto;
    margin: 0;
  }

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

  .timeline__wrapper__container {
    height: 50rem;
    padding-right: 1rem;
    padding-left: 1.5rem;
    margin-right: 0.5rem;
  }

  .timeline__assaide .timeline__assaide__filter {
    position: static;
    height: auto;
  }

  .timeline__add__institut {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }

  .add__institut__btn__close {
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
  }

  .timeline__add__institut__form .form_field.half {
    width: 100%;
  }

  .professors__wrapper .content__full__all__list__item__wrap {
    width: 100%;
  }

  .content__full__all__list__item__wrap {
    width: 100%;
  }

  .content__full__all__list__wrapper {
    padding-left: 2rem;
    padding-right: 1rem;
    padding-bottom: 0;
    height: 50rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .timeline__assaide__filter {
    height: auto;
  }

  .content__full__all__list__header {
    padding-top: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .colegue__content__wrapper__tabs_content {
    height: 40rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .colegue__content__wrapper__tabs_content .colegue__content__video__wrap {
    padding: 0;
    margin: 0;
  }

  .colegue__content__wrapper__header {
    padding-left: 2rem;
    padding-top: 2.5rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
  }

  .colegue__content__wrapper__header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .colegue__content__wrapper__header__buttons {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .colegue__content__wrapper__header__buttons .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .colegue__content__wrapper__header__image {
    width: 11rem;
    min-width: 11rem;
    height: 11rem;
  }

  .content__wrapper__image__pic {
    height: auto;
  }

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

  .content__menu {
    margin-right: 0;
    overflow: auto;
    padding-bottom: 1rem;
    height: 6rem;
  }

  .content__wrapper_column {
    padding-right: 0;
    margin-right: 0;
  }

  .content__wrapper__about__image {
    width: 100%;
  }

  .content__wrapper__about {
    border: none;
  }

  .content__wrapper_archive__block {
    padding-right: 0;
    margin-right: 0;
  }

  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main__wrapper__buttons {
    top: -6rem;
    right: 1rem;
  }
  .main__wrapper__buttons a {
    height: 5rem;
    min-width: 5rem;
    width: 5rem;
  }

  .article__main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .article__main__wrapper .article__main__image {
    width: 100%;
  }
  .article__main__wrapper .article__main_text {
    width: 100%;
    margin-left: 0;
  }

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

  .articles__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .articles__right {
    width: 100%;
    padding-left: 0;
  }

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

  .articles__text {
    width: 100%;
    padding-right: 2rem;
  }

  .articles__block__tall__image,
.articles__image {
    width: 100%;
    max-height: 17rem;
  }

  .content__article__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }

  .event__nav__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    padding: 0;
    border-right: none;
  }

  .event__nav__wrap__dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }

  .event__nav__btn {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .event__nav__btn.event__nav__btn__prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .article__content__wrapper {
    padding: 0;
    width: 100%;
    height: 50rem;
    margin: 1rem 0;
    padding: 0 1rem;
  }

  .notification__buttons {
    margin-top: auto;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .article__comments__wrapper__block {
    border-top: 0.1rem solid #eff3f9;
    padding-top: 1rem;
    margin-top: 2rem;
  }

  .article__comments__wrapper {
    width: 100%;
    height: 50rem;
    padding: 0px 1rem;
  }

  .article__comments__wrapper__add {
    width: 100%;
  }

  .content__wrapper_archive__title {
    margin-right: 0;
  }

  .content__wrapper_archive__years {
    margin-right: 0;
  }

  .content__wrapper_archive__info_album {
    margin-right: 0;
  }

  .content__wrapper_archive__image__block {
    margin-right: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 0rem;
    height: 50rem;
  }

  .archive__list__image {
    height: auto;
  }

  .content__drop {
    font-size: 1.2rem;
    position: static;
  }

  .content__album {
    height: auto;
  }

  .content__album__header {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .content__promotion__album__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: auto;
    margin-left: auto;
    height: 48rem;
  }

  .content__album__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .content__album__header__info {
    margin-bottom: 1rem;
  }

  .content__album__foto__wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .album__foto__slider {
    height: auto;
  }

  .album__foto__slider__btn {
    width: 3.5rem;
    height: 3.5rem;
  }
  .album__foto__slider__btn.album__foto__slider__btn__prev {
    left: -1rem;
    top: 12rem;
  }
  .album__foto__slider__btn.album__foto__slider__btn__next {
    right: -1rem;
    top: 12rem;
  }

  .content__album__foto__wrapper {
    height: auto;
  }

  .aspect-inner .block_img {
    margin: 0 auto !important;
  }

  .aspect-inner {
    height: auto !important;
  }

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

  .content__promotion__video__wrapper {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content__promotion__video__content {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .colegue__content__video__wrap {
    padding-right: 0;
  }

  .content__promotion__video__content__buttons a {
    text-align: center;
  }

  .teachers__memeber__label {
    text-align: center;
  }

  .content__wrapper__info .form_field.third {
    width: 100%;
  }

  .content__wrapper__info.meeting {
    padding-top: 2rem;
  }

  .content__wrapper__info.family .content__wrapper__avatar {
    margin-left: auto;
    margin-right: auto;
  }

  .content__wrapper_archive__info_album__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content__wrapper_archive__info_album__wrap .archive__list__item__labels {
    margin-bottom: 0.6rem;
  }

  .archive__info_album__btn {
    margin-bottom: 0.6rem;
  }

  .colegue__list {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .colegue__list .timeline__assaide__filter {
    position: static;
    padding-bottom: 0rem;
  }

  .colegue__list__header__search {
    padding-right: 0;
  }

  .colegue__content__video__image {
    height: auto;
  }

  .search__field__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 35vw);
    z-index: 10;
  }

  .search__field__wrapper__result {
    padding-left: 2rem;
    padding-right: 1rem;
    height: 100%;
  }

  .search__field__wrapper__result__block {
    padding-right: 1rem;
    height: auto;
  }

  .search__field__wrapper__result__block .family__memeber {
    width: 100%;
    margin-bottom: 1rem;
  }

  .family__memeber__text {
    padding-right: 0.5rem;
  }

  .find_family__result .family__memeber__buttons .btn {
    text-align: center;
  }

  .content__full__all__list__item__label {
    height: auto;
    padding: 0.5rem 1rem;
  }

  .notification__wrapper {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 2rem;
  }

  .notification__wrapper__block {
    padding-bottom: 0;
    height: auto;
    overflow-y: unset;
  }

  .notifications-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 4rem;
    height: calc(100vh - 4rem);
    overflow-y: scroll;
    padding-bottom: 10rem;
  }

  .chat__wrapper {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 2rem;
  }

  .chat__wrapper__buttons {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
  }

  .chat__wrapper__search {
    position: fixed;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 4rem;
  }

  .chat__wrapper__block {
    position: fixed;
    top: 8rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 8rem);
    padding-bottom: 15rem;
  }
  .chat__wrapper__block.chat__wrapper__block__group {
    position: fixed;
    top: 14rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 14rem);
    padding-bottom: 15rem;
  }

  .chat__members__filter {
    position: fixed;
    top: 14rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 14rem);
  }
  .chat__members__filter .search__field__wrapper__filter {
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 14rem;
    left: 0;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .chat__members__filter .search__field__wrapper__filter .search__field__wrapper__filter__block {
    padding-right: 2rem;
    padding-left: 2rem;
    height: calc(100vh - 19rem);
  }
  .chat__members__filter .search__field__wrapper__filter__resset {
    text-align: center;
    width: 100%;
    position: fixed;
    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;
    left: 0;
    bottom: 0;
    height: 4rem;
    background: #eff3f9;
  }

  .chat__wrapper__block__form {
    position: fixed;
    top: 10rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 10rem);
    overflow: auto;
  }

  .chat__wrapper__block__form .form_field.checkboxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .chat__members__filter__selected {
    padding: 0;
  }

  .chat__wrapper__messages {
    position: fixed;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    height: 100vh;
  }

  .chat__wrapper__messages__head {
    position: fixed;
    top: 0;
    left: 0;
    height: 10rem;
    width: 100%;
  }

  .chat__wrapper__messages__block {
    position: fixed;
    top: 11rem;
    left: 0;
    height: calc(100vh - 15rem);
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10rem;
  }

  .chat__wrapper__users__header {
    position: fixed;
    top: 0;
    left: 0;
    height: 10rem;
    width: 100%;
  }

  .chat__wrapper__members__search {
    position: fixed;
    width: 100%;
    left: 0;
    top: 10rem;
  }

  .colegue__comments__wrapper__add {
    position: fixed;
    width: 100%;
    height: 5rem;
    background: #fff;
    bottom: 0;
    left: 0;
  }

  .colegue__comments__wrapper__add .sent-btn {
    top: 41%;
  }

  .chat__wrapper__messages__close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.1rem;
    width: 4rem;
    height: 4rem;
    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;
  }

  .chat__wrapper__users {
    width: 100%;
  }

  .item__title__date {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .item__title__name {
    padding-right: 1rem;
  }

  .content__album__video__wrapper {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .content__album__video__button {
    margin-bottom: 0 !important;
    min-height: 6.4rem;
  }

  .content__album__video__button__icon {
    left: 1rem;
  }

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

  .content__album__video__tabs {
    height: 47rem;
    padding-right: 0rem;
  }

  .content__album__video__tab {
    padding: 0.5rem;
  }

  .content__album__video__tab__image {
    height: auto;
    width: 10rem;
  }

  .content__album__video__tab__info__label p {
    font-size: 0.9rem;
  }

  .content__album__video__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }

  .colegue__content__video__wrap__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .colegue__content__video__wrap__info__item {
    width: 50%;
    margin-bottom: 1rem;
  }

  .colegue__content__wrapper__tabs__buttons {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .colegue__content__wrapper__tabs__buttons .tablink:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .colegue__content__wrapper__tabs {
    padding-right: 0;
    padding-left: 0;
  }
  .colegue__content__wrapper__tabs .tabcontent {
    height: 50rem;
    overflow: hidden;
    overflow-y: scroll;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .colegue__content__wrapper__tabs #colegueTab3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .colegue__content__wrapper__tabs #colegueTab3 .asside__messenger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    overflow-y: scroll;
    height: 50rem;
    padding-bottom: 9rem;
  }
  .colegue__content__wrapper__tabs #colegueTab3 .asside__messenger .asside__messenger__input {
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .colegue__content__wrapper__tabs #colegueTab3 .asside__messenger .asside__messenger__input .sent-btn {
    right: 0.6rem;
    top: 47%;
  }
  .colegue__content__wrapper__tabs #colegueTab3 .asside__messenger .asside__messenger__wrapepr {
    padding-right: 1rem;
    padding-bottom: 0;
  }

  .colegue__content__wrapper__tabs_content {
    height: auto;
    overflow: auto;
    overflow-y: auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .colegue__content__wrapper__tabs_content .tablink:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .asside__messenger {
    display: none;
  }

  .notification__wrapper__search.text-caenter {
    position: fixed;
  }

  .navbar__menu {
    position: fixed;
    top: 0;
    height: 100vh;
    padding-top: 9rem;
  }
  .navbar__menu.active .notification__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 1rem;
    width: 100%;
    background: #181926;
    height: 6.6rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .hamburger.hamburger--3dx.active {
    position: fixed;
    top: 0.7rem;
    left: 1rem;
    z-index: 1020;
  }

  .navbar__links {
    position: fixed;
    top: 7rem;
    height: calc(100vh - 13.6rem);
    width: 100%;
    overflow: auto;
  }

  .search__field__wrapper__filter {
    position: absolute;
    max-width: 100%;
    width: 100%;
  }

  .stop-scroll {
    overflow: hidden;
  }

  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-height: 700px) {
  .navbar__link {
    margin-bottom: 1.1vh;
  }
}
@media screen and (max-height: 481px) {
  .navbar__link {
    font-size: 1.3rem;
  }
  .navbar__link .navpanel__item__profile {
    width: 4.5rem;
    min-width: 4.5rem;
    height: 4.5rem;
  }
  .navbar__link .navpanel__item__icon {
    width: 4.5rem;
    min-width: 4.5rem;
    height: 4.5rem;
  }
}
.ct_popup_overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
	background:rgba(255,255,255,0.4);
	display:none;
}
.create_timeline_popup{
	position:absolute;
	width:100%;
	height:100%;
	background:#16243d;
	z-index:4;
	padding:6rem;
	display:none;
}
.ctp_title{
	color:white;
	font-size:1.9rem;
	padding-left:6rem;
}
.ct_popup_subtitle{
	display:block;
	font-size:5.5rem;
	font-weight:800;
	color:white;
}
.ct_popup_title{
	margin-bottom:10rem;
}
.ct_popup_txt p{
	font-size:1.5rem;
	color:white;
	margin-bottom:3.5rem;
}
.ct_popup_btn{
	max-width:16rem;
	height:5rem;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#298385;
	color:white;
	border-radius:0.8rem;
	font-size:1.6rem;
	font-weight:500;
	cursor:pointer;
}
.close_ctp_btn{
	position:absolute;
	top:3rem;
	right:3rem;
	color:#eff3f9;
	cursor:pointer;
}
.create_capsula_popup{
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:4;
	width:100%;
	height:100%;
	max-width:135rem;
	max-height:76rem;
	background:#16243d;
	border-radius:1.6rem;
	padding:6rem;
	display:none;
}
.close_ccp_btn{
	position: absolute;
	right:3rem;
	top:3rem;
	font-size:2rem;
	cursor:pointer;
	color:white;
}
.ccp_img{
	display:flex;
	align-items:center;
	justify-content:center;
	height:70%;
}
.ccp_info{
	display:flex;
	align-items:baseline;
	justify-content:center;
	margin:3rem auto auto auto;
}
.ccp_info_txt p{
	color:white;
}
.ccp_info_txt,
.ccp_info_btn{
	width:50%;
}
.ccp_info_btn{
	text-align:center;
}
.ccp_content{
	max-height:80vh;
	overflow-y:auto;
	height:100%;
}
.ccp_overlay{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(255,255,255,0.4);
	z-index:3;
	display:none;
}
.content__wrapper__about__data{
	width:calc(100% - 33rem);
}
@media (max-width:576px){
	.create_timeline_popup{
		padding: 2rem;
	    height: inherit;
	    border-radius: 0 0 1rem 1rem;
	}
	.create_capsula_popup{
		padding:3rem;
	}
	.ccp_info{
		flex-direction:column;
	}
	.ccp_img {
		height:auto;
	}
	.close_ccp_btn{
		right:1rem;
		top:1rem;
	}
	.ccp_info_txt, 
	.ccp_info_btn{
		width:100%;
	}
	.ccp_info_txt{
		margin:2rem 0;
	}
	.about_institut{
		flex-direction: column;
	}
	.content__wrapper__about__data{
		width:100%;
	}
}
.restorepass_popup{
	display:none;
	max-width:50rem;
	padding:2rem;
	width:100%;
	height:auto;
	border-radius:2.5rem;
	background:white;
	z-index:4;
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.rp_overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:3;
	display:none;
}
.timeline_content{
	position:relative;
}
.feedback_form_timeline{
	width:100%;
	margin:0 -2rem;
	display:flex;
	margin-bottom:2rem;
}
.feedback_timeline_row{
	display:flex;
	flex-direction:column;
	width: 100%;
    margin: 0 2rem;
    max-width: 27rem;
}
.feedback_timeline_label{
	font-weight:500;
	font-size:1.6rem;
	color:#f0f0f0;
	display:block;
	margin-bottom:0.5rem;
}
.feedback_timeline_input,
.feedback_timeline_input:hover,
.feedback_timeline_input:active,
.feedback_timeline_input:focus{
	border-bottom:0.1rem solid #6a7076;
	color:white;
	font-size:1.6rem;
}
.submit_feedback_timeline{
	cursor:pointer;
	background: #c5583d;
    color: #fff;
    height:5.3rem;
    font-size:1.6rem;
    width: 100%;
    border-radius: 3rem;
}
.submit_feedback_timeline:hover,
.submit_feedback_timeline:active{
	background: #b44226;
}
.time_schools_content_wrapper{
	width:100%;
}
.time_students_wrapper{
	width:100%;
	padding:2rem 2rem 8rem 2rem;
	position:relative;
}
.skip_btn{
	position:absolute;
	bottom:2rem;
	right:2rem;
}

.about_institut{
	display:flex;
	align-items:flex-start;
}