.row {
  font-size: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1025px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1440px) {
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }

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

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }

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

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

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

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

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

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular-Medium.woff2") format("woff2"),
    url("/fonts/Formular-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular.woff2") format("woff2"),
    url("/fonts/Formular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular-Light.woff2") format("woff2"),
    url("/fonts/Formular-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular-Bold.woff2") format("woff2"),
    url("/fonts/Formular-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular-BoldItalic.woff2") format("woff2"),
    url("/fonts/Formular-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular-MediumItalic.woff2") format("woff2"),
    url("/fonts/Formular-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular-LightItalic.woff2") format("woff2"),
    url("/fonts/Formular-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular-Black.woff2") format("woff2"),
    url("/fonts/Formular-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular-Italic.woff2") format("woff2"),
    url("/fonts/Formular-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Formular";
  src: url("/fonts/Formular-BlackItalic.woff2") format("woff2"),
    url("/fonts/Formular-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

body {
  font-size: 14px;
  line-height: 1.63;
  font-family: Formular, sans-serif;
  font-weight: 300;
}

@media (min-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.67;
  }
}

.h1 {
  font-family: Formular;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.h1 + .lid {
  margin-top: 1.2em;
}

@media (min-width: 1024px) {
  .h1 + .lid {
    margin-top: 1.5em;
  }
}

.h1 + .h3 {
  margin-top: 1.2em;
}

@media (min-width: 1024px) {
  .h1 + .h3 {
    margin-top: 1.5em;
  }
}

.h1--white {
  color: white;
}

@media (min-width: 767px) {
  .h1 {
    font-size: 1.8em;
  }
}

@media (min-width: 1360px) {
  .h1 {
    font-size: 32px;
    line-height: normal;
  }
}

h2,
.h2 {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

@media (min-width: 767px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}

h2 + .p,
.h2 + .p {
  margin-top: 2em;
}

h2--green,
.h2--green {
  color: #7ed0c9;
}

h2--white,
.h2--white {
  color: white;
}

@media (min-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 1.54;
  }
}

@media (min-width: 1360px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 1.41;
  }
}

h3,
.h3 {
  font-size: 1.2em;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
}

@media (min-width: 767px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h3--green,
.h3--green {
  color: #7ed0c9;
}

h3--white,
.h3--white {
  color: white;
}

@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 1.45;
  }
}

@media (min-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 767px) {
  .h4 {
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
  }
}

.h5 {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
}

@media (min-width: 767px) {
  .h5 {
    font-size: 16px;
  }
}

.subtitle {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 767px) {
  .subtitle {
    font-size: 16px;
  }
}

.bigtitle {
  max-width: 492px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
}

@media (min-width: 767px) {
  .bigtitle {
    font-size: 3.75vw;
    max-width: 492px;
  }
}

@media (min-width: 1024px) {
  .bigtitle {
    max-width: none;
  }
}

.desc {
  font-family: Formular;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
}

.desc--white {
  color: white;
}

@media (min-width: 1024px) {
  .desc {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 767px) {
  .desc {
    font-size: 13px;
    line-height: 1.38;
  }
}

p,
.p {
  font-family: Formular;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  margin: 1em 0;
}

@media (min-width: 1024px) {
  p,
  .p {
    font-size: 1rem;
  }
}

p + .h2,
p + h2,
.p + .h2,
.p + h2 {
  padding-top: 4rem;
}

p + .h3,
p + h3,
.p + .h3,
.p + h3 {
  padding-top: 3rem;
}

.tags {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  text-transform: uppercase;
}

.link--arrow {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #7ed0c9;
}

.number {
  font-size: 28px;
}

@media (min-width: 1024px) {
  .number {
    font-size: 2.25vw;
  }
}

.number small {
  font-size: 16px;
}

.rm-year-title {
  font-size: 50px;
  line-height: 0.9;
  text-align: center;
}

@media (min-width: 767px) {
  .rm-year-title {
    font-size: 22vw;
  }
}

@media (min-width: 1024px) {
  .rm-year-title {
    font-size: 11.5vw;
  }
}

.lid {
  font-size: 1.1em;
}

@media (min-width: 1024px) {
  .lid {
    font-size: 1.429em;
  }
}

.lid + .lid {
  margin-top: 1em;
}

.lid + .p {
  margin-top: 1.2em;
}

@media (min-width: 1024px) {
  .lid + .p {
    margin-top: 2em;
  }
}

.big--text {
  font-size: 1.5em;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*---------GENERAL SETTINGS-------*/
body *,
body *:after,
body *::before {
  box-sizing: border-box;
}

html.freeze,
body.freeze {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
}

.loader {
  width: 140px;
  height: 15px;
  background-image: url(/loader.gif);
}

a {
  color: #49a0a4;
  text-decoration: none;
}

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

@media (min-width: 1024px) {
  .two-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2em;
  }
}

.cursor-pointer,
.cursor_pointer,
.cursor--pointer {
  cursor: pointer;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.popup--subtitle {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 50px;
  color: #49a0a4;
}

.popup-close {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 40px;
  top: 3em;
  cursor: pointer;
}

.popup-close::before,
.popup-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background-color: #262c3b;
  width: 34px;
}

.popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 767px) {
  .popup-close {
    right: 2em;
  }
}

.popup-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
}

@media (min-width: 767px) {
  .popup-content {
    width: 100% !important;
    max-height: 100vh;
    overflow: auto;
  }
}

.popup-body {
  background-color: white;
  padding: 2em 2em;
}

@media (min-width: 767px) {
  .popup-body {
    padding: 3em 3em;
  }
}

.popup-body .h2 {
  margin-top: 0;
}

.popup-header {
  padding: 0 0 2em 0;
}

.popup-footer {
  background-color: white;
  padding: 2em;
}

.fade-enter-active {
  transition: all 0.3s ease;
}

.fade-enter,
.fade-leave-to {
  transform: translateY(5s0px);
  opacity: 0;
}

.fade-leave-active {
  transition: all 0.1s ease;
}

.fade-leave-active .popup-content {
  transition: none;
}

.section p {
  font-size: 1.2em;
}

.section .h2 + p {
  margin-top: 1em;
}

@media (min-width: 767px) {
  .section .h2 + p {
    margin-top: 3em;
  }
}

.section .two-column {
  grid-column-gap: 4em;
}

.image--illustration {
  padding: 0 0 66% 0;
  height: 0;
  background: no-repeat center;
  background-size: cover;
}

.input {
  font-family: Formular, sans-serif;
}

.input[type="text"],
.input[type="tel"],
.input[type="email"],
.input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

.input[type="file"] {
  display: none;
}

.input[type="file"] + label .icon {
  width: 15px;
  height: 15px;
  box-sizing: content-box;
}

@media (min-width: 767px) {
  .input[type="file"] + label .icon {
    width: 18px;
    height: 16px;
  }
}

.input[type="radio"],
.input[type="checkbox"] {
  display: none;
}

.input[type="radio"].turnOnOff:checked + label::before,
.input[type="checkbox"].turnOnOff:checked + label::before {
  background-color: #49a0a4;
}

.input[type="radio"].turnOnOff:checked + label::after,
.input[type="checkbox"].turnOnOff:checked + label::after {
  background-color: white;
  transform: translateX(100%);
}

.input[type="radio"].turnOnOff + label::before,
.input[type="checkbox"].turnOnOff + label::before {
  width: 34px;
  background-color: #dee5e7;
  border-radius: 100px;
}

.input[type="radio"].turnOnOff + label::after,
.input[type="checkbox"].turnOnOff + label::after {
  background-color: white;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  display: block;
  transition: 0.3s ease;
}

.input[type="radio"] + label,
.input[type="checkbox"] + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.input[type="radio"] + label::after,
.input[type="radio"] + label::before,
.input[type="checkbox"] + label::after,
.input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
}

.input[type="radio"] + label::before,
.input[type="checkbox"] + label::before {
  border: 1px solid #dee5e7;
  background-color: white;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.input[type="radio"] + label::after,
.input[type="checkbox"] + label::after {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
}

.input[type="radio"]:checked + label::after,
.input[type="checkbox"]:checked + label::after {
  background-color: #49a0a4;
}

.input[type="radio"] + label::after,
.input[type="radio"] + label::before {
  border-radius: 50%;
}

.input--center {
  text-align: center;
}

.input.input--code[type="text"] {
  width: 300px;
  font-size: 2rem;
  letter-spacing: 0.7em;
}

.input.input--code .label {
  display: none;
}

textarea {
  font-family: Formular, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
  resize: none;
}

button {
  outline: none;
}

button:disabled {
  cursor: default;
}

.icon-download {
  width: 17px;
  height: 15px;
  fill: #7ed0c9;
}

@media (min-width: 1361px) {
  .icon-download {
    width: 22px;
    height: 20px;
  }
}

.tooltype-text {
  opacity: 0.36;
}

.link--goto {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  color: #49a0a4;
}

.link--goto::before {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  border-width: 4px;
  border-style: solid;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: rotate(45deg);
}

.link__buytiket {
  padding-left: 32px;
}

.link__buytiket::before,
.link__buytiket::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.link__buytiket::before {
  background-color: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  left: 0;
}

.link__buytiket::after {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0288 3.66262C10.5344 4.19041 9.70365 4.22879 9.16266 3.74493C8.62167 3.26106 8.57326 2.43635 9.05 1.8928L7.42217 0.436857L0.264453 8.33336L1.8923 9.78932C1.89263 9.78896 1.89296 9.7886 1.89328 9.78824C2.38569 9.245 3.22789 9.20087 3.77439 9.68966C4.32088 10.1784 4.36473 11.0151 3.87232 11.5583C3.87199 11.5587 3.87166 11.559 3.87134 11.5594L5.49906 13.0152L12.6568 5.11873L11.0288 3.66262Z' fill='%2349A0A4'/%3E%3C/svg%3E%0A");
  left: 6px;
}

.btn--tags {
  color: #49a0a4;
  position: relative;
  padding: 7px 12px;
  font-size: 0.9em;
}

.btn--tags::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #49a0a4;
  opacity: 0.5;
  border-radius: 50px;
}

.btn--tags.selected {
  background-color: #49a0a4;
  color: white;
}

.btn--tags.selected::before {
  opacity: 1;
}

.btn--tags:hover::before {
  opacity: 1;
}

.btn-icon {
  padding-left: 45px;
  position: relative;
}

@media (min-width: 1361px) {
  .btn-icon {
    padding-left: 57px;
  }
}

.btn-icon .icon {
  position: absolute;
  left: -29px;
  bottom: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn--bigicon .icon {
  width: 32px;
  height: 32px;
  left: -45px;
}

.btn--bigicon .icon path.stroke-only {
  fill: transparent !important;
  stroke-width: 2px;
}
.btn--green__text {
  color: #7ed0c9;
}

.btn--white__border {
  color: white;
  border: 2px solid white;
}

.btn--white__border:hover {
  background-color: white;
  color: #49a0a4;
}

.btn--green__border {
  color: #49a0a4;
  border: 1px solid #49a0a4;
}

.btn--green__border svg {
  fill: #49a0a4;
}

.btn--green__border:hover {
  background-color: white;
}

.btn--green {
  background-color: #49a0a4;
}

.btn--green:hover {
  background-color: #55c0c5;
}

.btn--dark {
  background-color: #12172a;
}

.btn--dark svg {
  fill: white;
}

.btn--dark svg path {
  fill: white;
}

.btn--small {
  font-size: 0.8em;
  padding: 5px 8px;
}

.form-group {
  padding: 1.5em 0;
}

.form-group .btns {
  padding: 0.75em 0;
}

ol,
ul {
  list-style: none;
}

.vue-treeselect {
  outline: none;
}

.vue-treeselect * {
  outline: none;
}

.vue-treeselect__control {
  padding: 0;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  outline: none;
}

.vue-treeselect__input-container {
  outline: none;
}

.vue-treeselect__menu-container {
  color: #262c3b;
  font-weight: 400;
}

.vue-treeselect__menu {
  border: none;
  border-radius: 0;
}

.vue-treeselect--single .vue-treeselect__option--selected {
  background: #49a0a4;
  color: white;
  font-weight: 400;
}

.social__icon {
  width: 20px;
  height: 20px;
  display: block;
  background: no-repeat center;
  background-size: contain;
}

.social__icon.vk {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.915 8.028C19.527 7.538 19.638 7.32 19.915 6.882C19.92 6.877 23.123 2.451 23.453 0.95L23.455 0.949C23.619 0.402 23.455 0 22.662 0H20.038C19.37 0 19.062 0.345 18.897 0.731C18.897 0.731 17.561 3.929 15.671 6.002C15.061 6.601 14.779 6.793 14.446 6.793C14.282 6.793 14.027 6.601 14.027 6.054V0.949C14.027 0.293 13.84 0 13.287 0H9.161C8.742 0 8.493 0.306 8.493 0.591C8.493 1.213 9.438 1.356 9.536 3.106V6.903C9.536 7.735 9.385 7.888 9.05 7.888C8.158 7.888 5.993 4.677 4.71 1.002C4.451 0.289 4.198 0.000999928 3.525 0.000999928H0.9C0.151 0.000999928 0 0.346 0 0.732C0 1.414 0.892 4.805 4.148 9.285C6.318 12.343 9.374 14 12.154 14C13.825 14 14.029 13.632 14.029 12.999C14.029 10.077 13.878 9.801 14.715 9.801C15.103 9.801 15.771 9.993 17.331 11.468C19.114 13.217 19.407 14 20.405 14H23.029C23.777 14 24.156 13.632 23.938 12.906C23.439 11.379 20.067 8.238 19.915 8.028Z' fill='%2349A0A3'/%3E%3C/svg%3E%0A");
}

.social__icon.fb {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11.5H9.5L10.5 7.5H7V5.5C7 4.47 7 3.5 9 3.5H10.5V0.14C10.174 0.0970001 8.943 0 7.643 0C4.928 0 3 1.657 3 4.7V7.5H0V11.5H3V20H7V11.5Z' fill='%2349A0A3'/%3E%3C/svg%3E%0A");
}

.history--filter {
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-column-gap: 1em;
}

@media (min-width: 1024px) {
  .history--filter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.history--filter .col50 {
  width: 50%;
}

.subtitle {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #49a0a4;
}

.label {
  display: inline-block;
  width: 100%;
}

.input-loader {
  position: relative;
}

.input-loader input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.input-loader.input-loader__img-small {
  width: 200px;
  text-align: center;
  padding: 0;
}

.input-loader.input-loader__img-small .input--loader__img {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 0 1em 0;
}

.input-cheked {
  margin-bottom: 0.25em;
  position: relative;
  padding-top: 0.25em;
}

@media (min-width: 1024px) {
  .input-cheked {
    margin-bottom: 22px;
    padding-top: 20px;
  }
}

.input--range {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1em;
}

.input--range__column {
  position: relative;
  padding-top: 20px;
}

.input-group {
  margin-bottom: 22px;
  position: relative;
  padding-top: 20px;
}

.input-group .vs__dropdown-toggle .vs__selected {
  padding: 0 0.35em !important;
}

.input-group .input.error {
  color: red !important;
}

.input-group label {
  position: absolute;
  left: 0.5em;
  right: 0;
  top: 18px;
  line-height: 1;
  transition: 100ms ease;
  display: block;
  width: 100%;
  padding: 15px 0;
}

.input-group label.error {
  top: 100% !important;
  font-size: 12px !important;
  color: red !important;
  margin-top: 3px;
  padding: 0;
}

.input-group input:focus + textarea,
.input-group input:focus + input,
.input-group.filled textarea,
.input-group.filled input,
.input-group.focus textarea,
.input-group.focus input {
  background-color: white;
}

.input-group input:focus + label,
.input-group.filled label,
.input-group.focus label {
  top: 3px;
  font-size: 14px;
  padding: 0;
}

.form--group {
  padding-bottom: 1em;
}

@media (min-width: 767px) {
  .form--group {
    padding-bottom: 2em;
  }
}

.tags-list {
  margin: 0.5em 0 0em;
  line-height: 2.5;
  letter-spacing: 16px;
}

@media (min-width: 767px) {
  .tags-list {
    margin: 0.5em 0 0em;
    line-height: 2.2;
  }
}

.tags-list .btn {
  letter-spacing: normal;
  margin-right: 0.5em;
}

.tags-list .btn + .btn {
  margin-left: 0;
}

.tags-list .btn::last-child {
  margin-right: 0;
}

.range-value {
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 1em;
}

.range-value .range-value__dot {
  padding: 0 0.25em;
}

.form--group .vue-slider-dot-handle {
  border: 2px solid #49a0a4;
}

.form--group .vue-slider-process {
  background-color: #49a0a4;
}

.vue-range-slider {
  margin: 0.5em 0 1.5em;
}

.vue-range-slider .slider {
  background-color: #d8d8d8;
  margin: 5px 0;
  position: relative;
}

.vue-range-slider .slider-process {
  position: absolute;
  height: 100%;
}

.vue-range-slider .slider-dot {
  background-color: white;
  border: 2px solid #49a0a4;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.vue-range-slider .slider-dot:hover {
  border: 2px solid #55c0c5;
}

.vue-range-slider .slider-tooltip-top {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  text-align: center;
  display: none;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td,
.th {
  display: table-cell;
}

.link {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.75em;
}

@media (min-width: 767px) {
  .link {
    font-size: 1em;
  }
}

.g-tabs {
  margin: 1em 0;
}

.g-tab {
  margin-right: 1.75em;
  opacity: 0.6;
  border-bottom: 2px solid transparent;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}

.g-tab:hover {
  opacity: 1;
}

.g-tab.select {
  opacity: 1;
  border-color: #49a0a4;
}

.page {
  overflow: hidden;
}

.page--header {
  padding: 3em 0;
}

#svg-sprites {
  display: none;
}

.img--bg {
  background: no-repeat center;
  background-size: cover;
}

.input-loader__line,
.img--loader__line {
  position: relative;
  cursor: pointer;
}

.input-loader__line .input-loader__line-label,
.input-loader__line .img--loader__line-label,
.img--loader__line .input-loader__line-label,
.img--loader__line .img--loader__line-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.input-loader__line .input-loader__line-label svg,
.input-loader__line .img--loader__line-label svg,
.img--loader__line .input-loader__line-label svg,
.img--loader__line .img--loader__line-label svg {
  margin: 0 0.5em 0 0;
}

.input-loader__line input[type="file"],
.img--loader__line input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.input-loader__line input[type="file"]::-webkit-file-upload-button,
.img--loader__line input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

.open_more {
  cursor: pointer;
}

.gallery {
  position: relative;
}

.switch__tab {
  cursor: pointer;
}

.delete {
  cursor: pointer;
}

.gallery__tab {
  display: none;
}

.gallery__tab.active {
  display: block;
}

.tab {
  border-radius: 24px;
  border: solid 1px rgba(255, 225, 255, 0.2);
  display: inline-block;
  padding: 10px 21px 15px;
  line-height: 1;
  transition: 0.1s ease;
}

.tab.active {
  color: #7ed0c9;
  border-color: #7ed0c9;
}

.tab:hover {
  border: solid 1px #ffe1ff;
  color: white;
}

.tabs-container .tab-content {
  display: none;
}

.tabs-container .tab-content.show {
  display: block;
}

.simple {
  opacity: 0.6;
}

.wrapper {
  padding: 0 12px;
}

@media (min-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media (min-width: 1361px) {
  .wrapper {
    padding: 0 40px;

    margin: 0 auto;
  }
}

.wrapper--inner {
  max-width: 640px;
}

.wrapper--left {
  padding: 0 0 0 0px;
}

@media (min-width: 767px) {
  .wrapper--left {
    padding: 0 0 0 20px;
  }
}

@media (min-width: 1361px) {
  .wrapper--left {
    padding: 0 0 0 7vw;
  }
}

.wrapper--right {
  padding: 0 0px 0 0;
}

@media (min-width: 767px) {
  .wrapper--right {
    padding: 0 20px 0 0;
  }
}

@media (min-width: 1361px) {
  .wrapper--right {
    padding: 0 7vw 0 0;
  }
}

.wrapper--inner {
  padding: 0 15px;
}

@media (min-width: 767px) {
  .wrapper--inner {
    padding: 0 30px;
  }
}

.header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  transition: 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: hsla(0, 0%, 100%, 0.6);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /*background-color: #245060;*/
  /*color: white;*/
}

.header .popup {
  color: #000;
}

@media (min-width: 1024px) {
  .header .header-user__data {
    padding: 0 2em;
  }
}

.header-overlay {
  position: relative;
  z-index: 10;
}

.header.open-menu .btn--menu::after,
.header.open-menu .btn--menu::before {
  bottom: auto;
  top: 50%;
}

.header.open-menu .btn--menu::after {
  transform: rotate(45deg);
}

.header.open-menu .btn--menu::before {
  transform: rotate(-45deg);
}

.header.open-menu .menu--full {
  transform: translateY(0);
  opacity: 1;
}

.header.open-menu .menu--full__shadow {
  display: block;
}

.header .menu--full__login--mobile {
  padding: 1em 0;
  margin: 1em 0;
}

.header a {
  color: #000;
  /*color: white; */
}

.header a.active {
  color: #55c0c5;
}

.header .header__left_column {
  position: relative;
  width: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  border-bottom: 1px solid #7ed0c9;
  border-right: 0;
  padding: 14px 15px;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 767px) {
  .header .header__left_column {
    padding: 24px 2.31vw;
  }
}

@media (min-width: 1360px) {
  .header .header__left_column {
    position: fixed;
    display: block;
  }
}

@media (min-width: 1361px) {
  .header .header__left_column {
    padding: 50px 2.31vw;
    width: 12.9vw;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #7ed0c9;
    border-bottom: 0;
  }
}

.header.nav-up {
  transform: translateY(-100%);
}

@media (min-width: 1361px) {
  .header.nav-up {
    transform: none;
  }
}

.header.whit-scroll::before {
  transform: translateY(0%);
}

.header .header__top_column {
  position: fixed;
  right: 0;
  top: 0;
  padding: 7px 15px 0 0;
}

@media (min-width: 767px) {
  .header .header__top_column {
    padding: 22px 2.31vw 0 0;
  }
}

@media (min-width: 1361px) {
  .header .header__top_column {
    padding: 30px 3.125vw 0 0;
  }
}

.header .header-line {
  padding: 7px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .header .header-line {
    padding: 5px 0;
  }
}

.header .logo {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .header .logo {
    font-size: 27px;
  }
}

.header .logo a {
  display: block;
}

.header .logo .logo_img {
  width: 51px;
  height: 13px;
  fill: white;
}

@media (min-width: 767px) {
  .header .logo .logo_img {
    width: 90px;
    height: 22px;
  }
}

.header .btn--menu {
  width: 34px;
  height: 13px;
  font-size: 0;
  cursor: pointer;
  margin-top: 2px;
  height: 15px;
  width: 40px;
  position: relative;
}

.header .btn--menu::after,
.header .btn--menu::before {
  transition: 0.3s ease;
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  left: 0;
  position: absolute;
}

.header .btn--menu::after {
  top: 0;
}

.header .btn--menu::before {
  bottom: 0;
}

.header .btn--menu i {
  display: inline-block;
  vertical-align: middle;
  width: 3.6px;
  height: 3.6px;
  background-color: #49a0a4;
  margin: 0 2px;
  border-radius: 50%;
}

@media (min-width: 767px) {
  .header .btn--menu i {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
}

.header.open nav {
  transform: translateX(0);
  opacity: 1;
}

.header nav {
  transition: 0.2s ease;
  z-index: 100;
}

@media (min-width: 1024px) {
  .header nav {
    display: block;
    position: static;
    background-color: transparent;
    padding: 0;
    width: auto;
    opacity: 1;
    transform: none;
    display: flex;
    gap: 2em;
  }
}

.header nav .header-menu {
  /*display: none;*/
  /*position: fixed;*/
  /*left: 0;*/
  /*top: 0;*/
  /*background-color: #262c3b;*/
  display: flex;
  gap: 15px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

@media (min-width: 767px) {
  .header nav .header-menu {
    position: static;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;

    column-gap: 20px;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1;
    row-gap: 5px;
  }
}

.header nav .header-menu > li {
  position: relative;
  text-transform: lowercase;
}

.header nav .header-menu > li.parent-li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
  border-style: solid;
  border-color: white;
  border-width: 0 1px 1px 0;
  width: 10px;
  height: 10px;
}

.header nav .header-menu > li menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  padding: 0.5em 0.75em;
}

.header nav .header-menu > li menu li {
  display: block;
}

.header nav .header-menu > li menu li + li {
  margin-left: 0;
}

.header nav .header-menu > li menu li a {
  color: #262c3b;
  font-size: 0.8em;
  white-space: nowrap;
}

.header nav .header-menu > li:hover menu {
  display: block;
}

.header nav menu {
  list-style: none;
}

@media (min-width: 1024px) {
  .header nav menu {
    display: -ms-flexbox;
    display: flex;
  }
}

.header nav menu li:last-child {
  display: block;
}

@media (min-width: 1024px) {
  .header nav menu li {
    font-size: 0.8rem;
  }
}

.header nav .btn-close {
  position: absolute;
  top: 50px;
  right: 25px;
  width: 39px;
  height: 39px;
  cursor: pointer;
}

@media (min-width: 1361px) {
  .header nav .btn-close {
    display: none;
  }
}

.header nav .btn-close::before,
.header nav .btn-close::after {
  content: "";
  width: 100%;
  top: 50%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: white;
  display: block;
}

.header nav .btn-close::before {
  transform: rotate(45deg);
}

.header nav .btn-close::after {
  transform: rotate(-45deg);
}

.header .menu--full__shadow {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 90;
  top: 0;
  bottom: 0;
  display: none;
}

.header .menu--full {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #262c3b;
  padding: 1em 0;
  opacity: 0;
  transform: translateY(-150%) scaleY(0.5);
  transition: 0.5s ease;
  overflow: scroll;
  height: calc(100vh - 30px);
  z-index: 100;
}

@media (min-width: 767px) {
  .header .menu--full {
    padding: 3em 0;
    overflow: auto;
    height: auto;
  }
}

.header .menu--full__overlay {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-column-gap: 2em;
}

@media (min-width: 1024px) {
  .header .menu--full__overlay {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}

.header .menu--full .menu--map {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1em;
}

.header .menu--full .menu--map > li {
  border-bottom: 1px solid white;
  padding: 1em 0 0 0;
}

@media (min-width: 767px) {
  .header .menu--full .menu--map > li {
    border-bottom: none;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .header .menu--full .menu--map {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.header .menu--full .menu--map .h3 {
  margin-bottom: 1em;
}

.header .menu--full .menu--map .h3 + menu {
  display: none;
}

@media (min-width: 767px) {
  .header .menu--full .menu--map .h3 + menu {
    display: block;
  }
}

.header .menu--full .menu--map .h3.open + menu {
  display: block;
}

.header .menu--full .menu--map menu {
  list-style: none;
}

@media (min-width: 767px) {
  .header .menu--full .menu--map menu {
    display: inline-block;
  }
}

.header .menu--full .menu--map menu li {
  margin-bottom: 0.75em;
  text-transform: uppercase;
  font-weight: 400;
}

@media (min-width: 767px) {
  .header .header-hotlink {
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer {
  background-color: #262c3b;
  padding: 6vh 0;
  color: white;
}

.footer .popup {
  color: #000;
}

.footer .footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 767px) {
  .footer .footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 767px) {
  .footer .footer-column__one {
    width: 69%;
  }
}

@media (min-width: 767px) {
  .footer .footer-column-_two {
    width: 31%;
  }
}

.footer .footer-menu__project-cat {
  margin-bottom: 2em;
  display: none;
}

.footer .footer-menu__project-cat ul {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media (min-width: 767px) {
  .footer .footer-menu__project-cat {
    display: block;
  }
}

.footer .footer-menu__project-cat-title {
  margin-bottom: 2em;
  display: none;
}

@media (min-width: 767px) {
  .footer .footer-menu__project-cat-title {
    display: block;
  }
}

.footer .footer-menu__project-cat li {
  line-height: 1.6;
}

.footer .footer-menu__sitemap li + li {
  margin-top: 0.5em;
}

.footer .social-link {
  display: inline-block;
  margin-bottom: 2em;
}

@media (min-width: 767px) {
  .footer .social-link {
    margin-left: 1.8em;
    margin-bottom: 0em;
  }
}

.footer .social-link li {
  display: inline-block;
}

.footer .social-link li + li {
  margin-left: 0.4em;
}

@media (min-width: 1024px) {
  .footer .social-link li + li {
    margin-left: 1.8em;
  }
}

.footer .social-link a {
  color: #49a0a4;
}

.footer-link__accent {
  color: white;
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: 400;
}

.copy {
  margin-top: 3em;
  opacity: 0.5;
}

.copy a {
  color: white;
  display: block;
}

.section p {
  margin: 1em 0;
}

@media (min-width: 1361px) {
  .section--overlay {
    padding-left: 12.9vw;
  }
}

.section--blue {
  background-color: rgba(36, 80, 96, 0.04);
}

.section--green {
  background-color: #245060;
}

.section-xs--green {
  background-color: #245060;
}

@media (min-width: 767px) {
  .section-sm--green {
    background-color: #245060;
  }
}

.section--grey {
  background-color: #f9fcfb;
}

.section--dark {
  background-color: rgba(0, 0, 0, 0.15);
}

.section--dark .h2 {
  color: #49a0a4;
}

.section--dark__2 {
  background-color: #1a1e28;
}

.section--not-margin {
  margin: 0;
}

.section--not-padding {
  padding: 0 !important;
}

.fin-item {
  font-size: 1rem;
}

.col {
  font-size: 1rem;
}

@media (min-width: 1360px) {
  .col--title {
    padding-bottom: 70px;
  }
}

.col-center {
  vertical-align: middle !important;
}

.col-over {
  padding: 40px 0;
}

@media (min-width: 1361px) {
  .col-over {
    padding: 80px 0;
  }
}

.col-static {
  position: static;
}

.row-relative {
  position: relative;
}

.slider--main {
  position: relative;
}

@media (min-width: 767px) {
  .img-over__right {
    margin-right: -20px;
    margin-left: 20px;
  }
}

@media (min-width: 1360px) {
  .img-over__right {
    margin-right: -7vw;
    margin-left: 0;
  }
}

.img-over__right img {
  width: 100%;
  display: block;
}

.mfp-container {
  padding: 0;
}

.popup--body {
  background-color: #245060;
  padding: 50px 0;
}

.form .form-content {
  display: block;
}

.form .form-thx,
.form .form-oops {
  display: none;
}

.form .form-thx .icon-result,
.form .form-oops .icon-result {
  width: 60px;
  height: 60px;
  margin: 60px auto 30px;
}

.form .form-thx .icon-result svg path,
.form .form-oops .icon-result svg path {
  fill: #7ed0c9;
}

.form-footer {
  margin-top: 60px;
  text-align: left;
}

.form-header {
  margin-bottom: 30px;
}

.form.thx .form-content {
  display: none;
}

.form.thx .form-thx {
  display: block;
}

.form.oops .form-content {
  display: none;
}

.form.oops .form-oops {
  display: block;
}

.input {
  font-family: Formular, sans-serif;
}

select.input {
  outline: none;
}

select.input::-ms-expand {
  display: none;
}

.input[type="text"],
.input[type="tel"],
.input[type="email"],
.input[type="number"],
.input[type="password"],
input.mx-input,
.vs__dropdown-toggle,
.input textarea,
textarea.input,
select.input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;

  border: none;
  background-color: transparent;
  outline: none;
  padding: 7px 5px;
  width: 100%;
  font-size: 14px;
  transition: 100ms ease;
  background-color: #fff;
  width: 100%;
  border: 1px solid rgba(169, 169, 169, 0.3);
  box-shadow: 0px 3px 6px rgba(36, 80, 96, 0.1);
}

.input-row,
.input--row {
  position: relative;
}

select.input + i {
  position: absolute;
  right: 5px;
  padding-right: 5px;
  bottom: 12px;
}

select.input + i::after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: block;
  transform: rotate(45deg);
  border-color: #a3a3a3;
}

.input[type="radio"],
.input[type="checkbox"] {
  display: none;
}

.input--bg__grey.input-group textarea {
  background-color: #e2e7ea;
}

.input--bg__grey.input-group.filled textarea {
  background-color: #e2e7ea;
}

.input--border[type="text"],
.input--border[type="tel"],
.input--border[type="email"],
.input--border[type="password"],
.input--border textarea {
  border: 1px solid #e2e7ea;
  padding: 0.5em;
  background-color: white;
}

.input-select {
  position: relative;
}

.input-select_var {
  position: absolute;
  left: 0;
  top: 75%;
  right: 0;
}

textarea {
  font-family: Formular, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
  resize: none;
}

button {
  border: none;
  outline: none;
}

button:disabled {
  cursor: default;
}

.mfp-move-horizontal .wrapper--inner {
  max-width: 560px;
}

.mfp-move-horizontal .mfp-close {
  font-size: 0;
  width: 24px;
  height: 24px;
  right: 25px;
  top: 15px;
  opacity: 1;
}

@media (min-width: 1024px) {
  .mfp-move-horizontal .mfp-close {
    right: 50px;
    top: 50px;
    width: 32px;
    height: 32px;
  }
}

.mfp-move-horizontal .mfp-close::before,
.mfp-move-horizontal .mfp-close::after {
  content: "";
  border-bottom: 1px solid;
  width: 32px;
  height: 0;
  top: 50%;
  left: 0;
  position: absolute;
  color: white;
}

.mfp-move-horizontal .mfp-close::before {
  transform: rotate(45deg);
}

.mfp-move-horizontal .mfp-close::after {
  transform: rotate(-45deg);
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(25%) rotateY(30deg);
  transform-origin: 100% 0;
  transform-style: preserve-3d;
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0) rotateY(0deg);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(25%) rotateY(30deg);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

.flickity-page-dots {
  text-align: left;
  margin-left: -8px;
  bottom: 25px;
}

.flickity-page-dots .dot {
  background-color: transparent;
  opacity: 1;
  width: 8px;
  height: 8px;
  position: relative;
}

.flickity-page-dots .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s ease;
  background-color: #7ed0c9;
  border-radius: 50%;
}

.flickity-page-dots .dot.is-selected::before {
  width: 100%;
  height: 100%;
}

.tabs-select {
  margin: 2em 0 2em;
}

@media (min-width: 1024px) {
  .tabs-select {
    display: -ms-flexbox;
    display: flex;
    margin: 4em 0 2em;
  }

  .tabs-select.open .tab-select {
    display: block;
  }
}

.tabs-select .tab-select {
  opacity: 0.3;
  color: #262c3b;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  transition: 0.1s ease;
  display: none;
  position: relative;
}

@media (min-width: 1024px) {
  .tabs-select .tab-select {
    display: inline-block;
  }
}

.tabs-select .tab-select:hover {
  opacity: 1;
}

.tabs-select .tab-select.active {
  display: inline-block;
  opacity: 1;
}

.tabs-select .tab-select.active::before {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #262c3b;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 100%;
  margin: 0 0 0 1em;
  top: 4px;
}

@media (min-width: 767px) {
  .tabs-select .tab-select.active::before {
    display: none;
  }
}

@media (min-width: 1024px) {
  .tabs-select .tab-select + .tab-select {
    margin-left: 4em;
  }
}

.picture-block {
  height: 0;
  padding: 0 0 60% 0;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: -40px;
}

.h1 + .btn {
  margin-top: 50px;
}

.page--inner {
  padding: 2em 0;
}

.titler {
  background: no-repeat center;
  background-size: cover;
  background-color: #245060;
  min-height: 65vh;
  padding: 5vh 0;
  color: white;
  margin-bottom: 2em;
  position: relative;
}

@media (min-width: 1024px) {
  .titler {
    margin-bottom: 6em;
    padding: 11vh 0 6vh 0;
  }
}

.titler--not-background {
  background: transparent;
  color: inherit;
}

.titler--not-margin {
  margin-bottom: 0;
}

.titler--autoheight {
  min-height: 0;
}

@media (min-width: 767px) {
  .titler--manager {
    width: 67%;
  }
}

.titler--footer {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 1em;
}

@media (min-width: 767px) {
  .titler--footer {
    margin-top: 2em;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
  }
}

.titler--overlay {
  max-width: 640px;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .titler--overlay {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
  }
}

.titler--text {
  width: 100%;
  padding-bottom: 2em;
}

@media (min-width: 1024px) {
  .titler--text {
    width: 45%;
    padding-right: 2em;
  }
}

@media (min-width: 1360px) {
  .titler--text {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .titler--text .lid {
    padding-right: 3em;
  }
}

.titler--content {
  width: 100%;
  position: relative;
}

@media (min-width: 1024px) {
  .titler--content {
    width: 55%;
  }
}

@media (min-width: 1360px) {
  .titler--content {
    width: 66%;
  }
}

@media (min-width: 767px) {
  .titler.half .titler--text,
  .titler.half .titler--content {
    width: 50%;
  }
}

.titler--img {
  width: 100%;
  background-color: #262c3b;
  padding: 70% 0 0 0;
  position: relative;
  background: no-repeat center;
  background-size: cover;
}

@media (min-width: 1024px) {
  .titler--img {
    width: 85%;
    margin: -40px auto -15vh auto;
  }
}

.titler--img .slider--top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: 1em;
  right: 1em;
}

@media (min-width: 1024px) {
  .titler--img .slider--top {
    left: 0;
    right: 0;
  }
}

.titler--video {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  background-color: #262c3b;
  margin: 0 auto;
  padding: 70% 0 0 0;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}

@media (min-width: 767px) {
  .titler--video {
    width: 90%;
    margin: -40px auto -15vh auto;
  }
}

.titler--video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  width: 130px;
  height: 130px;
}

.titler--video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-left: 35px solid white;
  border-right: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  margin-left: 14px;
}

.titler--video:hover::before {
  border-color: #49a0a4;
}

.titler--video:hover::after {
  border-left-color: #49a0a4;
}

.titler--form {
  background-color: white;
  color: #262c3b;
  padding: 2em 15px 1em;
}

@media (min-width: 767px) {
  .titler--form {
    padding: 4em 3em 1em;
    width: 85%;
    margin: -40px auto -15vh auto;
  }
}

.titler .h1 + .subtitle {
  margin: 1.5em 0;
  font-size: 1.5em;
  text-transform: none;
  color: #7ed0c9;
}

@media (min-width: 1024px) {
  .show--phone {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hide--phone {
    display: block;
  }
}

.section {
  position: relative;
}

@media (min-width: 1024px) {
  .section {
  }
}

.section--white {
  background-color: white;
}

.section--dark {
  background-color: #262c3b;
  color: white;
}

.section--grey::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.12;
  background-color: #49a0a4;
}

.section--grey .project-list__overlay::before {
  display: none;
}

.p-small--desc {
  font-size: 0.8em;
  opacity: 0.6;
}

.steps-list {
  margin-top: 4em;
  position: relative;
  counter-reset: stepsCounter;
}

.steps-list .steps-item {
  width: 100%;
  margin: 0 0 0em auto;
  padding: 0em 0 4em 2em;
  position: relative;
}

@media (min-width: 1024px) {
  .steps-list .steps-item {
    width: 50%;
    margin: 0 0 -12em auto;
    padding: 0em 0 4em 4em;
  }
}

.steps-list .steps-item::before {
  content: "";
  width: 0;
  left: 0;
  height: calc(100% - 12em);
  background-color: #49a0a4;
  top: 0;
  position: absolute;
}

@media (min-width: 1024px) {
  .steps-list .steps-item::before {
    width: 1px;
  }
}

.steps-list .steps-item::after {
  top: 0;
  position: absolute;
  content: "";
  background-color: #49a0a4;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  left: 0;
  counter-increment: stepsCounter;
  content: counter(stepsCounter);
  color: white;
  font-weight: 500;
  line-height: 40px;
}

@media (min-width: 1024px) {
  .steps-list .steps-item:nth-child(2n) {
    margin: 0 auto -12em 0;
    padding: 0em 4em 4em 0;
  }

  .steps-list .steps-item:nth-child(2n)::before,
  .steps-list .steps-item:nth-child(2n)::after {
    left: auto;
    right: -1px;
  }

  .steps-list .steps-item:nth-child(2n)::after {
    margin-right: -20px;
  }
}

.steps-list .steps-item:last-child {
  margin-bottom: 0;
}

.steps-list .steps-item:last-child::before {
  display: none;
}

.danger {
  color: red;
}

.header-user__data {
  position: relative;
}

.header-user__data .input-cheked {
  padding: 0;
  margin: 0;
}

.header-user__data .input-cheked .input[type="radio"] + label::before,
.header-user__data .input-cheked .input[type="checkbox"] + label::before {
  width: 32px;
  border-radius: 10px;
}

.header-user__data .input-cheked .input[type="radio"] + label::after,
.header-user__data .input-cheked .input[type="checkbox"] + label::after {
  border-radius: 50%;
  background-color: #000;
  opacity: 0.6;
}

.header-user__data .input-cheked .input[type="radio"]:checked + label::after,
.header-user__data
  .input-cheked
  .input[type="checkbox"]:checked
  + label::after {
  background-color: #49a0a4;
  opacity: 1;
  left: 16px;
}

.header-user__data .header-user__data-popup_info {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background-color: white;
  color: #12172a;
  padding: 10px 25px;
  white-space: nowrap;
  border: 1px solid #e2e7ea;
}

.header-user__data .header-user__data-popup_info a {
  color: #12172a;
}

.header-user__data .header-user__data-popup_info .btn--green {
  color: white;
}

.header-user__data .header-user__data-popup_info .title {
  font-weight: 600;
  font-size: 1.2rem;
}

.header-user__data .header-user__data-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: no-repeat center;
  background-size: cover;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: center;
  line-height: 45px;
  background-color: white;
  color: #49a0a4;
}

.header-user__data .header-user__data-saleaccount {
  font-size: 1.6rem;
  line-height: 1;
}

.header-user__data:hover .header-user__data-popup_info {
  display: block;
}

.header-user__data-userrow {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
}

.header-user__data-row {
  padding: 0.5rem 0 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.header-user__data-row .subtitle {
  color: #12172a;
}

.header-user__data-row:last-child {
  border-bottom: none;
}

.header-user__data-row .header-user__data-saleaccount_line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.container .vs__dropdown-toggle {
  background-color: white;
  border-radius: 0;
  border: 1px solid #e2e7ea;
  padding: 0.5em;
}

.container .vs__dropdown-toggle .vs__selected {
  border: 0;
  background-color: #49a0a4;
  color: white;
  padding: 0.25em 0.35em;
}

.container .vs__dropdown-toggle .vs__deselect {
  fill: white;
}

.page-error {
  min-height: 75vh;
}

.page-error .container--error {
  padding: 3em 0;
}

.file--upload__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  margin: 1em 0;
  grid-column-gap: 1em;
}

.file--upload_line {
  background-color: white;
  padding: 0.5em 0.5em;
}

.file--upload_line .name {
  font-weight: 500;
}

.icon-scroll {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 39px;
  height: 50px;
  display: none;
}

.icon-scroll svg {
  fill: transparent;
  stroke: white;
  width: 100%;
  height: 100%;
}

@media (min-width: 1361px) {
  .icon-scroll {
    display: block;
  }
}

.section--top .section--overlay {
  background-color: #245060;
}

.slide {
  height: 0;
  padding: 82.3% 0 0 0;
  width: 100%;
  position: relative;
  background: no-repeat center;
  background-size: cover;
}

.slide a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.slide a::before {
  content: "";
  background-color: rgba(38, 44, 59, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.big-logo {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 200;
  display: -ms-flexbox;
  display: flex;
  fill: white;
  -ms-flex-align: end;
  align-items: flex-end;
  left: 50%;
}

@media (min-width: 767px) {
  .big-logo {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .big-logo {
    font-size: 3vw;
    left: 50%;
    transform: translate(-52%, -50%);
  }
}

@media (min-width: 1360px) {
  .big-logo {
    font-size: 54px;
  }
}

.big-logo svg {
  display: block;
}

.big-logo svg path {
  fill: white;
}

.big-logo__text {
  line-height: 1;
  position: relative;
  overflow: hidden;
  height: 1em;
}

.big-logo__text.v-enter {
  opacity: 1;
}

.big-logo__text .big-logo__text_hide,
.big-logo__text .big-logo__text_show {
  position: absolute;
  left: 0;
  top: 0;
}

.big-logo__text .big-logo__text_hide {
  transform: translateY(0);
}

.big-logo__text .big-logo__text_show {
  transform: translateY(120%);
}

.big-logo__text.start-change {
  transition: 0.5s ease;
}

.big-logo__text.start-change .big-logo__text_hide,
.big-logo__text.start-change .big-logo__text_show {
  transition: 0.5s ease;
}

.big-logo__text.start-change.changing .big-logo__text_hide {
  transform: translateY(-120%);
}

.big-logo__text.start-change.changing .big-logo__text_show {
  transform: translateY(0);
}

.big-logo__start {
  padding-bottom: 1.35vw;
}

.big-logo__start svg {
  width: 56px;
  height: 35px;
}

@media (min-width: 767px) {
  .big-logo__start svg {
    width: 110px;
    height: 65px;
  }
}

@media (min-width: 1024px) {
  .big-logo__start svg {
    width: 156px;
    height: 93px;
  }
}

.big-logo__end {
  padding-bottom: 1.35vw;
}

.big-logo__end svg {
  width: 87px;
  height: 36px;
}

@media (min-width: 767px) {
  .big-logo__end svg {
    width: 156px;
    height: 76px;
  }
}

@media (min-width: 1024px) {
  .big-logo__end svg {
    width: 223px;
    height: 93px;
  }
}

.big-logo__center {
  position: relative;
  overflow: hidden;
  padding: 0 0.5em 0.75em 0.5em;
  margin: 0 0.25em;
}

.big-logo__center-bottom::before,
.big-logo__center-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 0.937vw;
  height: 2.5vw;
}

.big-logo__center-bottom::before {
  left: 0;
}

.big-logo__center-bottom::after {
  right: 0;
}

.big-logo__center::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.937vw;
  bottom: 0;
  background-color: white;
}

.main-desc .col {
  font-size: 13px;
}

@media (min-width: 1024px) {
  .main-desc .col {
    font-size: 1rem;
  }
}

.section--main__row .col {
  vertical-align: middle;
}

.section--main__row .col .h1 {
  margin-bottom: 50px;
}

@media (min-width: 1361px) {
  .section--main__include {
    margin-bottom: 50px;
  }
}

.row-bizmall_connect {
  position: relative;
  z-index: 2;
}

.section--bizmall-connect .h1 {
  max-width: 522px;
  margin-right: 1vw;
}

.bizmall_connect__text {
  margin-bottom: 60px;
}

.wrapper--bizmall_connect {
  background-color: rgba(0, 0, 0, 0.15);
}

.wrapper--bizmall_connect .h2 {
  max-width: none;
}

@media (min-width: 767px) {
  .wrapper--bizmall_connect {
    background-color: transparent;
  }
}

.analis--col__img {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .analis--col__img {
    position: static;
  }
}

@media (min-width: 1024px) {
  .col-img__analis {
    width: 42vw;
    transform: translate(56%, -2.5vw);
    padding-top: 2.5vw;
  }
}

@media (min-width: 767px) {
  .col-img__analis__bg {
    width: calc(100% - 50px);
    transform: translate(0%, -5vw);
    background-color: #000;
    opacity: 0.15;
    left: 25px;
    top: 0;
    bottom: 0;
    position: absolute;
  }
}

@media (min-width: 1024px) {
  .col-img__analis__bg {
    width: 42vw;
    left: 0;
    transform: translate(56%, -2.5vw);
  }
}

@media (min-width: 1024px) {
  .col-txt__analis {
    padding-bottom: 4.37vw;
  }
}

.row-analis {
  padding-bottom: 50px;
}

.row-benefit {
  display: -ms-grid;
  display: grid;
  width: 100%;
  column-gap: 1.1vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 767px) {
  .row-benefit {
    column-gap: 3vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1280px) {
  .row-benefit {
    column-gap: 1.1vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.row-benefit .about_benefit-item {
  padding: 50px 0 75px 0;
  position: relative;
  margin: 50px 0;
}

.row-benefit .about_benefit-item .ab-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.row-benefit .about_benefit-item .ab-icon svg {
  width: 30px;
  height: 23px;
  fill: #7ed0c9;
}

.row-benefit .about_benefit-item .r-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 52px;
}

.row-benefit .about_benefit-item .link--arrow {
  position: relative;
  padding-left: 30px;
}

.row-benefit .about_benefit-item .link--arrow svg {
  position: absolute;
  width: 23px;
  height: 22px;
  left: 0;
  bottom: -3px;
  fill: #7ed0c9;
}

.section--download__1 .btn,
.section--download__2 .btn {
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 767px) {
  .section--download__1 .btn,
  .section--download__2 .btn {
    width: auto;
  }
}

.download__1,
.download__2 {
  display: block;
}

@media (min-width: 767px) {
  .download__1,
  .download__2 {
    display: -ms-flexbox;
    display: flex;
  }
}

.download__2 {
  background-color: #1e4451;
}

.download__1 {
  background-color: #1e4451;
}

.download__2--txt,
.download__1--txt {
  padding: 25px 1vw 32px 0;
}

.download__2--txt .h2,
.download__1--txt .h2 {
  max-width: 590px;
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  .download__2--txt .h2,
  .download__1--txt .h2 {
    margin-bottom: 300px;
  }
}

.download__2--img,
.download__1--img {
  background: no-repeat center;
  background-size: cover;
  margin-bottom: -40px;
}

.download__2--img::before,
.download__1--img::before {
  display: block;
  content: "";
  height: 0;
  padding-bottom: 60%;
}

@media (min-width: 767px) {
  .download__2--img,
  .download__1--img {
    margin-bottom: 0;
  }
}

.download__2--img__set,
.download__1--img__set {
  width: 100%;
}

.row-princip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-bottom: solid 1px #262c3b;
  padding: 40px 0 57px 0;
}

@media (min-width: 767px) {
  .tb-row {
    padding: 0;
    -ms-grid-columns: 2fr 3fr 3fr;
    grid-template-columns: 2fr 3fr 3fr;
    column-gap: 1vw;
  }
}

@media (min-width: 767px) {
  .tb-row__header .tb-cell {
    padding: 40px 30px 57px 30px;
  }
}

.tb-row .tb-cell {
  max-width: 365px;
}

@media (min-width: 767px) {
  .tb-row .tb-cell {
    padding: 40px 30px 45px 30px;
  }
}

.tb-row .tb-cell .tb-row__title {
  padding-top: 0.5rem;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7ed0c9;
  margin-top: 28px;
}

@media (min-width: 767px) {
  .tb-row .tb-cell .tb-row__title {
    font-size: 16px;
    max-width: 135px;
    margin-top: 0;
  }
}

.tb-row .tb-cell .h2 {
  color: #7ed0c9;
}

.tb-row:last-child {
  border-bottom: none;
}

.section--benefit .btn {
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 767px) {
  .section--benefit .btn {
    width: auto;
  }
}

.section--benefit .bigtitle {
  color: #7ed0c9;
  margin-bottom: 8.125vw;
}

.section--benefit .benefit-list {
  font-size: 1rem;
  padding-bottom: 25px;
  counter-reset: cbenefit;
}

@media (min-width: 1024px) {
  .section--benefit .benefit-list {
    font-size: 1.87vw;
  }
}

.section--benefit .benefit-list .benefit-title {
  margin-bottom: 25px;
}

.section--benefit .benefit-list .benefit-item {
  counter-increment: cbenefit;
  display: block;
  padding: 15px 0;
}

@media (min-width: 1024px) {
  .section--benefit .benefit-list .benefit-item {
    padding: 25px 0;
  }
}

.section--benefit .benefit-list .benefit-item .benefit-item__content {
  position: relative;
  padding: 0 0 0 40px;
}

@media (min-width: 1024px) {
  .section--benefit .benefit-list .benefit-item .benefit-item__content {
    padding: 0 0px 0px 60px;
  }
}

.section--benefit .benefit-list .benefit-item .benefit-item__content::before {
  content: counter(cbenefit) ".";
  position: absolute;
  transform: translateY(-50%);
  background-color: #245060;
  border-radius: 50%;
  z-index: -1;
  line-height: 1;
  text-align: center;
  left: -5px;
  height: 50px;
  width: 50px;
  top: 12px;
  padding: 18px 0;
}

@media (min-width: 1024px) {
  .section--benefit .benefit-list .benefit-item .benefit-item__content::before {
    left: 0px;
    height: 75px;
    width: 75px;
    top: 23px;
    padding: 23px 0;
  }
}

.section--privilege .h2 {
  margin: 25px 0 55px 0;
}

@media (min-width: 1024px) {
  .section--privilege .h2 {
    margin: 25px 0 120px;
  }
}

@media (min-width: 1024px) {
  .section--privilege .col-img__right {
    margin-bottom: -160px;
  }
}

.privilege-item {
  padding: 30px 0;
  border-bottom: 1px solid #7ed0c9;
  font-size: 1rem;
}

.privilege-item:last-child {
  border-bottom: none;
}

.privilege-item .privilege-item__txt {
  display: none;
  padding: 25px 0 50px;
}

.privilege-item .privilege-header {
  padding-right: 35px;
  position: relative;
}

@media (min-width: 1024px) {
  .privilege-item .privilege-header {
    padding-right: 45px;
  }
}

.privilege-item .privilege-header::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #7ed0c9;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .privilege-item .privilege-header::before {
    top: 8px;
    right: 30px;
    width: 12px;
    height: 12px;
  }
}

.privilege-item.open .privilege-header::before {
  border-width: 1px 0 0 1px;
}

.privilege-item .privilege-title {
  color: #7ed0c9;
  max-width: 510px;
}

.section-fin .fin-list {
  margin-top: 60px;
}

.fin-item {
  padding-bottom: 75px;
}

.fin-item .fin-desc {
  max-width: 312px;
}

.fin-item .number {
  color: #7ed0c9;
}

.fin-item .number small {
  color: white;
}

.different-overlay {
  background-color: #245060;
  position: relative;
}

.different-list {
  margin-top: 40px;
  padding: 25px 0 75px 0;
  min-height: 424px;
  position: relative;
}

@media (min-width: 1024px) {
  .different-list {
    margin-top: 80px;
  }
}

.different-list .different-item {
  width: 100%;
}

.different-list .h2 {
  max-width: 350px;
  margin-bottom: 21px;
}

.slider__different + .slider--numbers {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 0;
}

@media (min-width: 767px) {
  .slider__different + .slider--numbers {
    left: 30px;
    bottom: 30px;
  }
}

.slider__different + .slider--numbers .slider--number__current,
.slider__different + .slider--numbers .slider--number__count {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

.slider__different
  + .slider--numbers
  .slider--number__current
  + .slider--number__count {
  padding-left: 17px;
}

.slider__different + .slider--numbers .slider--number__count {
  margin-top: 5px;
}

.slider__different + .slider--numbers .slider--number__def {
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: white;
  transform: rotate(40deg);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.slider__different .flickity-button {
  background-color: transparent;
}

.slider__different .flickity-prev-next-button {
  width: 68px;
  height: 68px;
  border-radius: 0;
  padding: 0;
  top: auto;
  transform: none;
  bottom: 0px;
}

@media (min-width: 767px) {
  .slider__different .flickity-prev-next-button {
    width: 100px;
    height: 100px;
    bottom: -12px;
  }
}

.slider__different .flickity-prev-next-button path {
  fill: #7ed0c9;
}

.slider__different .flickity-prev-next-button.next {
  right: auto;
  left: 50%;
  transform: translateX(100%);
}

.slider__different .flickity-prev-next-button.previous {
  left: 50%;
  transform: translateX(-16px);
}

.slider__different .flickity-prev-next-button .flickity-button-icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-yourbene {
  min-height: calc(49.5vw + 290px);
}

.yourbene-list .h2 {
  margin-bottom: 39px;
}

@media (min-width: 767px) {
  .yourbene-list .h2 {
    margin-bottom: 72px;
  }
}

.yourbene-item {
  padding: 25px 0;
  background-color: #212631;
}

.yourbene-item .yourbene-item__txt {
  display: none;
}

.yourbene-item .yourbene-item__header {
  position: relative;
  padding: 3px 25px 50px 0;
}

.yourbene-item .yourbene-item__header::after,
.yourbene-item .yourbene-item__header::before {
  content: "";
  height: 1px;
  width: 25px;
  position: absolute;
  bottom: 15px;
  right: 0;
  background-color: #7ed0c9;
  transform-origin: 50% 50%;
  transition: 0.5s ease;
}

.yourbene-item .yourbene-item__header::after {
  transform: rotate(90deg);
}

.yourbene-item.open .yourbene-item__header::after {
  transform: rotate(45deg);
}

.yourbene-item.open .yourbene-item__header::before {
  transform: rotate(-45deg);
}

.yourbene-item .h3 {
  color: #7ed0c9;
  max-width: 407px;
}

.yourbene-item__txt {
  padding: 25px 0 25px 0;
}

.yourbene-title {
  position: relative;
}

.yourbene-image-block {
  height: 0;
  padding: 0 0 60% 0;
  background: no-repeat center;
  background-size: cover;
  z-index: -1;
}

@media (min-width: 767px) {
  .yourbene-image-block {
    margin-top: -15vh;
  }
}

@media (min-width: 1024px) {
  .yourbene-image-block {
    position: absolute;
    left: 0;
    right: -100%;
    margin-top: 0;
    margin-right: -20px;
    min-height: 49.5vw;
  }
}

@media (min-width: 1361px) {
  .yourbene-image-block {
    margin-right: -7vw;
  }
}

.section--analog .col-over {
  padding-bottom: 0;
}

.section--analog .h2 {
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .section--analog .h2 {
    margin-bottom: 70px;
  }
}

.section--analog .p {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .section--analog .p {
    margin-bottom: 0;
  }
}

.section--analog .analog--item {
  padding: 20px 0 100px 0;
}

@media (min-width: 767px) {
  .section--analog .analog--item .analog--item__over {
    max-width: 230px;
  }
}

.section--analog .analog--item .analog--item__logoover {
  height: 55px;
  border-bottom: 1px solid #7ed0c9;
  margin-bottom: 25px;
}

.section--analog .analog--item .analog--item__logoover .analog--item__logo img {
  height: 24px;
}

.section--analog .analog--item__tags {
  opacity: 0.4;
  margin: 5px 0 15px;
}

.section--roadmap .h2 {
  margin-right: 2vw;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .section--roadmap .h2 {
    margin-bottom: 90px;
  }
}

@media (min-width: 1024px) {
  .rm-year {
    border-left: 1px solid #7ed0c9;
  }
}

.rm-year-title {
  text-align: left;
  color: #7ed0c9;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .rm-year-title {
    text-align: center;
  }
}

@media (min-width: 767px) {
  .col-roadmap__title,
  .rm-year-col {
    padding-top: 37px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .col-roadmap__title,
  .rm-year-col {
    padding-top: 0;
  }
}

@media (min-width: 767px) {
  .rm-month-list {
    border-left: 1px solid #7ed0c9;
    padding-left: 6.5vw;
  }
}

.rm-month {
  padding: 18px 0;
}

@media (min-width: 767px) {
  .rm-month {
    padding: 37px 0;
  }
}

.rm-month .rm-moth_title {
  margin-bottom: 9px;
}

.investors-list {
  margin-top: 32px;
}

@media (min-width: 767px) {
  .investors-list {
    margin-top: 67px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1vw;
  }
}

@media (min-width: 1024px) {
  .investors-list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0.5vw;
  }
}

.investors-list .investor-item {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 767px) {
  .investors-list .investor-item {
    display: block;
  }
}

.investors-list .investor-item .investor__txt {
  margin-left: 15px;
}

@media (min-width: 767px) {
  .investors-list .investor-item .investor__txt {
    margin-left: 0;
    margin-bottom: 25px;
  }
}

.investor__avatar {
  margin-bottom: 20px;
}

.investor__status {
  margin-top: 5px;
  opacity: 0.3;
}

.section--footer .h2 {
  margin-bottom: 30px;
}

.section--footer__wrapper {
  min-height: calc(60vh - 160px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-col__contact {
  padding-bottom: 60px;
}

.social-list a {
  display: block;
}

@media (min-width: 767px) {
  .social-list a {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .section--callback_2 .col-over {
    padding-bottom: 11.11vh;
  }
}

.social {
  color: #7ed0c9;
  margin: 5px 0;
}

@media (min-width: 767px) {
  .social {
    margin: 0 20px 0 0;
  }
}

.social:last-child {
  margin-right: 0;
}

.social-title {
  opacity: 0.3;
  margin-bottom: 22px;
}

.footer--about > * {
  display: block;
  margin: 5px 0;
}

@media (min-width: 767px) {
  .footer--about > * {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

.footer--developer {
  margin-top: 30px;
}

@media (min-width: 767px) {
  .footer--developer {
    margin-top: 0;
  }
}

.footer--about,
.footer--developer {
  font-size: 0.9rem;
}

.section--princip img {
  max-width: 100%;
}

.section--princip .princip--schema {
  padding: 50px 0 0 0;
}

.section--princip .princip--schema .svg-anim {
  margin: 0 -15%;
}

.section-security {
  padding: 10vh 0;
}

.section-security .h2 {
  margin-bottom: 1em;
}

@media (min-width: 1024px) {
  .section-security .h2 {
    margin-bottom: 3em;
  }
}

@media (min-width: 1024px) {
  .security__overlay {
    display: -ms-flexbox;
    display: flex;
  }
}

.security__text {
  padding-bottom: 1em;
}

@media (min-width: 1024px) {
  .security__text {
    padding-right: 2em;
    width: 66%;
  }
}

.security__right {
  font-size: 1.25em;
  margin-top: 0.5em;
}

@media (min-width: 1024px) {
  .security__right {
    width: 33%;
  }
}

.section-cta {
  background-color: #245060;
  color: white;
  margin-bottom: 10vh;
}

.section-cta.section-cta__bottom {
  margin-top: 10vh;
  margin-bottom: 0;
}

.section-cta.section-cta__bottom .cta-img {
  bottom: 0;
}

@media (min-width: 767px) {
  .section-cta.section-cta__bottom .cta-img {
    top: -15vh;
  }
}

.section-cta .cta-overlay {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
}

@media (min-width: 767px) {
  .section-cta .cta-overlay {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.section-cta .cta-text {
  max-width: 530px;
}

.section-cta .cta-btn {
  margin-top: 1em;
}

@media (min-width: 767px) {
  .section-cta .cta-btn {
    margin-top: 5em;
  }
}

.section-cta .cta-img {
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -5vh;
  right: 0;
}

@media (min-width: 1024px) {
  .section-cta .cta-img {
    bottom: -15vh;
  }
}

.section-cta .cta-img__overlay {
  height: 30vh;
  position: relative;
}

.page-main .tabs-select {
  display: none;
}

@media (min-width: 767px) {
  .page-main .tabs-select {
    display: block;
  }
}

.project-item {
  margin-bottom: 1px;
  -ms-grid-column: span 12;
  grid-column: span 12;
}

@media (min-width: 767px) {
  .project-item {
    -ms-grid-column: span 6;
    grid-column: span 6;
  }
}

@media (min-width: 1024px) {
  .project-item {
    -ms-grid-column: span 3;
    grid-column: span 3;
  }
}

.project-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.project-list__overlay {
  position: relative;
  padding: 3em 0;
}

.project-list__overlay::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.12;
  background-color: #49a0a4;
}

.page-project,
.page-projects {
  background-color: rgba(73, 160, 164, 0.12);
}

.page-project .page,
.page-projects .page {
  overflow: visible;
}

.page-project b,
.page-projects b {
  font-weight: bold;
}

.page-project .tags-list .btn--tags:nth-child(7),
.page-project .tags-list .btn--tags:nth-child(8),
.page-project .tags-list .btn--tags:nth-child(9),
.page-project .tags-list .btn--tags:nth-child(10),
.page-projects .tags-list .btn--tags:nth-child(7),
.page-projects .tags-list .btn--tags:nth-child(8),
.page-projects .tags-list .btn--tags:nth-child(9),
.page-projects .tags-list .btn--tags:nth-child(10) {
  display: none;
}

@media (min-width: 1024px) {
  .page-project .tags-list .btn--tags:nth-child(7):nth-child(7),
  .page-project .tags-list .btn--tags:nth-child(7):nth-child(8),
  .page-project .tags-list .btn--tags:nth-child(7):nth-child(9),
  .page-project .tags-list .btn--tags:nth-child(7):nth-child(10),
  .page-project .tags-list .btn--tags:nth-child(8):nth-child(7),
  .page-project .tags-list .btn--tags:nth-child(8):nth-child(8),
  .page-project .tags-list .btn--tags:nth-child(8):nth-child(9),
  .page-project .tags-list .btn--tags:nth-child(8):nth-child(10),
  .page-project .tags-list .btn--tags:nth-child(9):nth-child(7),
  .page-project .tags-list .btn--tags:nth-child(9):nth-child(8),
  .page-project .tags-list .btn--tags:nth-child(9):nth-child(9),
  .page-project .tags-list .btn--tags:nth-child(9):nth-child(10),
  .page-project .tags-list .btn--tags:nth-child(10):nth-child(7),
  .page-project .tags-list .btn--tags:nth-child(10):nth-child(8),
  .page-project .tags-list .btn--tags:nth-child(10):nth-child(9),
  .page-project .tags-list .btn--tags:nth-child(10):nth-child(10),
  .page-projects .tags-list .btn--tags:nth-child(7):nth-child(7),
  .page-projects .tags-list .btn--tags:nth-child(7):nth-child(8),
  .page-projects .tags-list .btn--tags:nth-child(7):nth-child(9),
  .page-projects .tags-list .btn--tags:nth-child(7):nth-child(10),
  .page-projects .tags-list .btn--tags:nth-child(8):nth-child(7),
  .page-projects .tags-list .btn--tags:nth-child(8):nth-child(8),
  .page-projects .tags-list .btn--tags:nth-child(8):nth-child(9),
  .page-projects .tags-list .btn--tags:nth-child(8):nth-child(10),
  .page-projects .tags-list .btn--tags:nth-child(9):nth-child(7),
  .page-projects .tags-list .btn--tags:nth-child(9):nth-child(8),
  .page-projects .tags-list .btn--tags:nth-child(9):nth-child(9),
  .page-projects .tags-list .btn--tags:nth-child(9):nth-child(10),
  .page-projects .tags-list .btn--tags:nth-child(10):nth-child(7),
  .page-projects .tags-list .btn--tags:nth-child(10):nth-child(8),
  .page-projects .tags-list .btn--tags:nth-child(10):nth-child(9),
  .page-projects .tags-list .btn--tags:nth-child(10):nth-child(10) {
    display: inline-block;
  }
}

.page-project .titler--text,
.page-projects .titler--text {
  max-width: 680px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.page-project .titler--text .lid,
.page-projects .titler--text .lid {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
}

.page--project__create .g-tabs {
  position: sticky;
  top: 76px;
  z-index: 90;
  background-color: white;
  padding: 1em 1em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.015);
}

.page--project__create .table {
  margin: 2em 0;
}

.titler--form .h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
}

.project-page-overlay {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  padding: 0 0 4em 0;
}

.project-page-overlay .project-list .project-item {
  background-color: white;
  -ms-grid-column: span 12;
  grid-column: span 12;
}

@media (min-width: 767px) {
  .project-page-overlay .project-list .project-item {
    -ms-grid-column: span 6;
    grid-column: span 6;
  }
}

@media (min-width: 1024px) {
  .project-page-overlay .project-list .project-item {
    -ms-grid-column: span 4;
    grid-column: span 4;
  }
}

.project-page-overlay .project-page--contetlist {
  -ms-grid-column: span 12;
  grid-column: span 12;
}

@media (min-width: 767px) {
  .project-page-overlay .project-page--contetlist {
    -ms-grid-column: span 6;
    grid-column: span 6;
  }
}

@media (min-width: 767px) {
  .project-page-overlay .project-page--contetlist {
    -ms-grid-column: span 9;
    grid-column: span 9;
  }
}

.project-page-overlay .project-page--filter {
  -ms-grid-column: span 12;
  grid-column: span 12;
}

.project-page-overlay .project-page--filter .filter--content {
  background-color: white;
  padding: 30px 20px;
}

.project-page-overlay .project-page--filter .fix--filter {
  position: sticky;
  top: 0;
  z-index: 10;
}

@media (min-width: 767px) {
  .project-page-overlay .project-page--filter {
    -ms-grid-column: span 4;
    grid-column: span 4;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 1024px) {
  .project-page-overlay .project-page--filter {
    -ms-grid-column: span 3;
    grid-column: span 3;
  }
}

.project-page-overlay .project-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.project-item__nav menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-item a {
  color: #000;
}

.project-item__overlay {
  position: relative;
}

.project-item__img {
  padding: 0 0 47.61% 0;
  height: 0;
  background: no-repeat center;
  background-size: cover;
}

.project-item__text {
  background-color: white;
  padding: 25px 20px;
}

.project-item__tags {
  padding-bottom: 1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #49a0a4;
  margin: 0 -0.5em;
  font-size: 0.8em;
}

.project-item__tags span {
  display: inline-block;
  padding: 0 0.5em;
}

.project-item__name {
  padding-bottom: 1em;
  height: 4em;
}

.project-item__ptext {
  height: 5em;
}

.project-item__progress {
  padding: 2em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.project-item__progress_value {
  width: 50px;
  font-weight: 400;
}

.project-item__progress_line {
  position: relative;
  height: 4px;
  width: calc(100% - 50px);
}

.project-item__progress_line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #49a0a4;
  opacity: 0.12;
}

.project-item__progress_indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #49a0a4;
}

.project-item_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #245060;
  font-weight: 400;
}

.section-compilation {
  color: white;
}

@media (min-width: 1024px) {
  .section-compilation {
    color: #000;
  }
}

.section-compilation::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #262c3b;
}

@media (min-width: 1024px) {
  .section-compilation::before {
    width: 50%;
  }
}

.compilation-overlay {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
}

@media (min-width: 1024px) {
  .compilation-overlay {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}

@media (min-width: 1024px) {
  .compilation__text {
    padding-right: 35%;
  }
}

.compilation__text .h2 {
  color: #49a0a4;
}

@media (min-width: 1024px) {
  .compilation__text .h2 {
    margin-bottom: 60%;
  }
}

.compilation__text .p {
  color: white;
}

.compilation__slider {
  padding-top: 3em;
  margin: 0 -15px -4vh;
}

@media (min-width: 767px) {
  .compilation__slider {
    margin: 0 -20px -4vh;
  }
}

@media (min-width: 1024px) {
  .compilation__slider {
    margin: 0;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}

.compilation__slider__img {
  padding: 0 0 100% 0;
  background: no-repeat center;
  background-size: cover;
  height: 0;
}

.compilation__cell {
  display: block;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .compilation__cell {
    display: -ms-flexbox;
    display: flex;
  }
}

.compilation__slider__visual,
.compilation__slider__text {
  width: 100%;
}

@media (min-width: 767px) {
  .compilation__slider__visual,
  .compilation__slider__text {
    width: 50%;
  }
}

.compilation__slider__text {
  padding: 15px;
}

@media (min-width: 767px) {
  .compilation__slider__text {
    padding-left: 4em;
  }
}

.compilation .flickity-button {
  background-color: transparent;
  width: 50px;
  height: 50px;
}

@media (min-width: 1024px) {
  .compilation .flickity-button {
    width: 100px;
    height: 100px;
  }
}

.compilation .flickity-prev-next-button {
  border-radius: 0;
}

.compilation .flickity-prev-next-button:hover {
  background-color: transparent;
}

.compilation .flickity-prev-next-button.next,
.compilation .flickity-prev-next-button.previous {
  top: auto !important;
  left: auto !important;
  right: 40px !important;
  bottom: 0em;
}

@media (min-width: 767px) {
  .compilation .flickity-prev-next-button.next,
  .compilation .flickity-prev-next-button.previous {
    left: 50% !important;
    right: auto !important;
    margin-left: 4em;
  }
}

@media (min-width: 1024px) {
  .compilation .flickity-prev-next-button.next,
  .compilation .flickity-prev-next-button.previous {
    bottom: 2em;
  }
}

.compilation .flickity-prev-next-button.previous {
  transform: translateX(-15%) translateY(-25%);
}

@media (min-width: 767px) {
  .compilation .flickity-prev-next-button.previous {
    transform: translateX(-15%) translateY(-50%);
  }
}

.compilation .flickity-prev-next-button.next {
  transform: translateX(63%) translateY(-25%);
}

@media (min-width: 767px) {
  .compilation .flickity-prev-next-button.next {
    transform: translateX(63%) translateY(-50%);
  }
}

.compilation .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  fill: #49a0a4;
}

.project--create__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .project--create__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.project--create__form .input-loader {
  padding: 1em;
}

.project--create__form .input-loader__file {
  background-color: transparent;
  padding: 0;
}

.project--create__form .partner--list {
  padding: 1em 0 2em 0;
}

.project--create__form .partner--item {
  background-color: white;
  padding: 0 1em;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.project--create__form .partner--item__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project--create__form .partner--item .delete {
  position: absolute;
  left: 1em;
  top: 1em;
}

.project--create__form .partner--item .input-group {
  padding-right: 1em;
  width: 100%;
}

.project--create__form .partner--item .input-loader.input-loader__img-small {
  width: 90px;
  padding: 0;
}

.project--create__form
  .partner--item
  .input-loader.input-loader__img-small
  .input--loader__img {
  height: 90px;
}

.project--create__form
  .partner--item
  .input-loader.input-loader__img-small
  .input--loader__img::after {
  width: 50%;
  height: 50%;
}

.project--create__faq {
  width: 100%;
  padding-bottom: 2em;
}

@media (min-width: 1024px) {
  .project--create__faq {
    position: sticky;
    top: 100px;
    width: 33%;
  }
}

.page-cabinet__body--my-projects .cabinet--tutorial {
  grid-area: unset;
}

.page--project__create {
  background-color: rgba(73, 160, 164, 0.12);
  overflow: inherit;
}

.page--project__create b {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .project--create__questions {
    width: 66%;
  }
}

.slide-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.slide-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to,
.slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

.checkboxes-list {
  padding: 2em 0 3em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

@media (min-width: 767px) {
  .checkboxes-list {
    grid-column-gap: 1.5em;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.links-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.links-item .input-group {
  width: 80%;
}

.section--project__text p {
  margin: 0.5em 0;
  font-size: 1.2em;
}

.section--project__text h2,
.section--project__text h3,
.section--project__text h4,
.section--project__text .h2,
.section--project__text .h3,
.section--project__text ul,
.section--project__text ol,
.section--project__text table,
.section--project__text p {
  max-width: 760px;
}

.clients--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding: 4em 0 0 0;
}

@media (min-width: 767px) {
  .clients--list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .clients--list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1360px) {
  .clients--list {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
}

.clients--item .img {
  background: no-repeat center;
  background-size: contain;
  width: 125px;
  height: 0;
  padding: 0 0 50% 0;
}

.roadmap--list {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 2em;
  padding: 0 0 2em 0;
}

@media (min-width: 1024px) {
  .roadmap--list {
    padding: 4em 0 2em 0;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2em;
  }
}

.roadmap--item {
  margin: 0;
  border-top: 1px solid #dee5e7;
  padding: 2em 0;
}

@media (min-width: 1024px) {
  .roadmap--item {
    margin: 3em 0 0 0;
  }
}

.roadmap--item__text {
  padding: 0 2em 0 0;
}

.roadmap--item__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #49a0a4;
  margin-bottom: 2em;
}

@media (min-width: 767px) {
  .roadmap--content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 5fr;
    grid-template-columns: 2fr 5fr;
  }
}

.bonuse--list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding: 2em 0 2em 0;
}

@media (min-width: 767px) {
  .bonuse--list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .bonuse--list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.bonuse--item {
  background-color: #262c3b;
  color: white;
  padding: 2em;
}

.bonuse--item .h3 {
  color: #49a0a4;
  margin-bottom: 1em;
}

.bonuse--item__footer-props {
  margin-top: 2em;
  border-top: 1px solid #dee5e7;
  padding: 1em 0;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1.5em;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.bonuse--item__footer-name {
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.5em;
}

.bonuse--item__footer-val {
  font-weight: 500;
}

.doc--list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2em;
  padding: 2em 0 2em 0;
}

@media (min-width: 767px) {
  .doc--list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .doc--list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.doc--item {
  padding: 0 0 2em 2.5em;
  position: relative;
}

.doc--item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.4673e-05 6L6.00303 0H16.998C17.55 0 18 0.455 18 0.992V19.008C17.9998 19.2712 17.895 19.5235 17.7088 19.7095C17.5226 19.8955 17.2702 20 17.007 20H0.993025C0.861702 19.9991 0.731845 19.9723 0.61087 19.9212C0.489895 19.8701 0.38017 19.7957 0.287961 19.7022C0.195752 19.6087 0.122864 19.4979 0.0734597 19.3762C0.0240555 19.2545 -0.000897804 19.1243 2.4673e-05 18.993V6ZM7.00002 1.5L1.50002 7H7.00002V1.5Z' fill='%2349A0A4'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 20px;
}

.rate--list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2em;
  padding: 2em 0 2em 0;
  font-size: 1.2em;
}

@media (min-width: 1024px) {
  .rate--list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.rate--list p {
  margin: 1em 0;
}

.rate--value {
  font-size: 80px;
  line-height: 1;
  margin: 2rem 0;
}

.section--risk p {
  font-size: 1rem;
}

.comments--list {
  max-width: 680px;
  margin: 2em 0;
}

.comments--item {
  margin-bottom: 3em;
}

.comments--item___header {
  margin-bottom: 1em;
}

.comments--item___img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: no-repeat center;
  background-size: cover;
  margin-right: 2em;
  float: left;
}

.comments--item__username {
  font-size: 1.2em;
}

.comments--item__date {
  opacity: 0.8;
}

.popoup--invest__content {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 1024px) {
  .popoup--invest__content {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 2em;
  }
}

.popoup--invest__body {
  position: relative;
}

.popoup--invest__bonuse {
  position: relative;
}

.popoup--invest__config {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1em;
}

@media (min-width: 1024px) {
  .popoup--invest__config {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2em;
  }
}

.popoup--invest__config .title {
  text-transform: uppercase;
  padding: 0 0 1em 0;
  font-size: 0.9em;
}

.popoup--invest__config .val {
  font-weight: 400;
  font-size: 1.1em;
}

.popup--invest__line {
  margin: 2em 0;
}

.popup--invest__line .checkboxes-list {
  padding: 1em 0;
}

.popup--pay__card {
  display: -ms-grid;
  display: grid;
  grid-template: repeat(2, 1fr) / 250px 125px;
  grid-column-gap: 1em;
}

.project--create__addvideo {
  padding: 2em 0 3em;
}

.video-img {
  height: 160px;
  width: 280px;
  background: no-repeat center;
  background-size: cover;
}

.project--create__doc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 4fr;
  grid-template-columns: 6fr 4fr;
  padding: 2em 0 2em;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  background-color: white;
  padding: 0 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.project--create__press {
  paddint: 2em 0 4em;
}

.project--create__press .press-list {
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  padding: 2em 0 4em;
}

@media (min-width: 767px) {
  .project--create__press .press-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.project--create__press-url {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 3fr;
  grid-template-columns: 7fr 3fr;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2em;
}

.roadmap--item {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "autor" "company" "text";
  -ms-flex-align: end;
  align-items: end;
}

@media (min-width: 767px) {
  .roadmap--item {
    grid-template-areas: "autor autor company" "text text text";
    grid-gap: 1em;
  }
}

.roadmap--item > div:nth-child(1) {
  grid-area: autor;
}

.roadmap--item > div:nth-child(2) {
  grid-area: company;
}

.roadmap--item > div:nth-child(3) {
  grid-area: text;
}

.reviews--item {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "autor company" "text text";
  grid-column-gap: 1em;
}

.reviews--item > div:nth-child(1) {
  grid-area: autor;
}

.reviews--item > div:nth-child(2) {
  grid-area: company;
}

.reviews--item > div:nth-child(3) {
  grid-area: text;
}

.project__create--partners__addform {
  padding: 0 0 4em 0;
}

.project__create--partners__addform .partner--data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 4fr;
  grid-template-columns: 6fr 4fr;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.6em;
}

.project--create__logo {
  padding: 2em 0 4em;
}

.project--create__command {
  padding: 2em 0 4em;
}

.project--create__command-add {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 3fr;
  grid-template-columns: 7fr 3fr;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2em;
}

.command--line {
  padding: 0.75em 1em;
  background-color: white;
  margin: 2px 0;
}

.command--line__img {
  background: no-repeat center;
  background-size: cover;
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.command--line__name {
  display: inline-block;
  vertical-align: middle;
}

.press-list.line {
  display: block;
}

.press-line {
  position: relative;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.press-line b {
  font-weight: bold;
}

.press-line .del {
  position: absolute;
  right: 0.4em;
  top: 0.4em;
  z-index: 1;
}

.project-list__line {
  margin: 1em 0;
}

.project-item__line {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em;
  position: relative;
}

.project-item__line:nth-child(2n) {
  background-color: transparent;
}

.project-item__line a {
  color: #262c3b;
}

.project-item__line .title {
  font-weight: bold;
}

.cabinet--propject-invets__table {
  margin-top: 2em;
}

.cabinet--propject-invets__table .cabinet--propject-invets__table__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.cabinet--propject-invets__table
  .cabinet--propject-invets__table__item:nth-child(2n) {
  background-color: white;
}

.cabinet--propject-invets__table .cabinet--propject-invets__table__item a {
  color: #262c3b;
}

.cabinet--propject-invets__table .cabinet--propject-invets__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr 2fr 2fr 2fr 2fr 3fr;
  grid-template-columns: 1fr 4fr 2fr 2fr 2fr 2fr 3fr;
  grid-column-gap: 1em;
}

.cabinet--propject-invets__table .cabinet--propject-invets__row .cell {
  padding: 0.5em 0.75em;
}

.cabinet--propject-invets__table .cabinet--propject-invets__row .cell .name {
  font-weight: 500;
}

.page--cabiner__project {
  background-color: #f2f2f2;
  overflow: visible;
}

.cabinte--project--data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 4fr;
  grid-template-columns: 6fr 4fr;
  grid-gap: 2em;
}

.cabinte--project--data .titler--manager {
  width: 100%;
}

.cabinte--project--data .titler--manager .manager-block.open {
  width: 100%;
}

.cabinte--project--data__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cabinte--project--data__title .format-date {
  display: inline-block;
}

.cabinte--project--data__title .logo__project {
  width: 100px;
  height: 100px;
  background: no-repeat center;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: 2em;
}

.cabinte--project--data__invest {
  background-color: white;
  padding: 1.5em 2em;
  margin: 2em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}

.cabinte--project--data__invest .currency_val {
  font-size: 2em;
}

.tabs--project {
  margin: 1em 0;
}

.tabs--project .tab--project {
  cursor: pointer;
  font-size: 1.75em;
  opacity: 0.5;
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin-right: 2em;
}

.tabs--project .tab--project.active {
  opacity: 1;
  border-bottom: 2px solid #49a0a4;
}

ol {
  counter-reset: ol-counter;
  margin: 1em 0;
}

ol li {
  counter-increment: ol-counter;
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
}

ol li::before {
  content: counter(ol-counter) ".";
}

ol li p {
  display: inline-block;
  padding: 0;
  margin: 0 !important;
}

.section--contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 3fr;
  grid-template-columns: 7fr 3fr;
  grid-gap: 2em;
  -ms-grid-row-align: start;
  align-self: start;
  grid-template-areas: "content nav";
}

.section--contents .section--contents__table {
  position: sticky;
  top: 75px;
  grid-area: nav;
  height: calc(100vh - 75px);
  padding: 2em 0;
}

.section--contents .section--contents__table ul {
  margin: 0 0 0 1em;
}

.section--contents .section--contents__text {
  grid-area: content;
}

.status-org {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.status-org--ACTIVE {
  background-color: green;
}

.org--data {
  margin: 2em 0;
}

.org--data .org--header {
  position: relative;
  padding-left: 1.25em;
}

.org--data .org--header .org--name {
  font-weight: 600;
}

.org--data .org--header .status-org {
  position: absolute;
  top: 0.5em;
  left: 0;
}

.org--data .org--date--egril {
  opacity: 0.6;
  margin-bottom: 1em;
}

.org--data .org--date--egril .format-date,
.org--data .org--date-registration .format-date {
  display: inline-block;
}

.autor--project {
  background-color: white;
  padding: 1em 1em;
  border-radius: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55px 1fr;
  grid-template-columns: 55px 1fr;
  grid-gap: 1em;
  margin: 0 0 2em 0;
}

.autor--project .autor--name {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1;
  padding-top: 0.5em;
}

.autor--project .header-user__data-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: no-repeat center;
  background-size: cover;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: center;
  line-height: 45px;
  background-color: white;
  color: #49a0a4;
}

.project-item__line-overlay {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.calc-project--conf {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  -ms-grid-columns: 2fr 2fr;
  grid-template-columns: 2fr 2fr;
  margin: 1em 0;
}

.calc-project--conf .form--group,
.calc-project--conf .input-group {
  padding-right: 0;
  min-height: 32px;
}

.calc-project--conf_3 {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

.calc-project--conf .vs__dropdown-toggle {
  max-height: 3em;
  overflow: hidden;
}

.calc-project--conf .vs__dropdown-toggle .vs__selected {
  max-height: 2em;
}

.page--project__create .btns {
  margin-top: 1em;
}

.table {
  /*border-top: 1px solid rgba(0, 0, 0, 0.15);*/
  /*border-right: 1px solid rgba(0, 0, 0, 0.15);*/
}

.table th {
  text-align: left;
  font-weight: bold;
  /*border-left: 1px solid rgba(0, 0, 0, 0.15);*/
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
  padding: 0.5em;
  line-height: 1;
}

.table td {
  /*border-left: 1px solid rgba(0, 0, 0, 0.15);*/
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
  padding: 0.5em;
}

.table td .input-group {
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.table td.td-title {
  font-weight: bold;
}

.table tr:hover td {
  background-color: rgba(0, 0, 0, 0.05);
}

.page--project__create .calendar--month,
.page-cabinet .calendar--month,
.page--cabinet .calendar--month {
  grid-column-gap: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: rgba(0, 0, 0, 0.15);
}

.page--project__create .calendar--month .calendar--month__day,
.page-cabinet .calendar--month .calendar--month__day,
.page--cabinet .calendar--month .calendar--month__day {
  text-align: left;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: rgba(0, 0, 0, 0.15);
}

.page--project__create
  .calendar--month
  .calendar--month__day
  .calendar--month__day-over,
.page-cabinet .calendar--month .calendar--month__day .calendar--month__day-over,
.page--cabinet
  .calendar--month
  .calendar--month__day
  .calendar--month__day-over {
  margin: 0;
}

.page--project__create .calendar--month__day-title,
.page-cabinet .calendar--month__day-title,
.page--cabinet .calendar--month__day-title {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1rem;
}

.page--project__create .calendar--month__day-cell,
.page-cabinet .calendar--month__day-cell,
.page--cabinet .calendar--month__day-cell {
  min-height: 200px;
  padding: 0.5rem;
}

.page--project__create .calendar--month__day__event,
.page-cabinet .calendar--month__day__event,
.page--cabinet .calendar--month__day__event {
  border: 1px solid;
  border-radius: 5px;
  padding: 0.2rem;
  line-height: 1;
  cursor: pointer;
}

.page--project__create .calendar--month__day__event:hover,
.page-cabinet .calendar--month__day__event:hover,
.page--cabinet .calendar--month__day__event:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.add--form__shadow {
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.add--form__content {
  background-color: white;
  padding: 20px;
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.add--form__close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.project__invest--history {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.25rem 0.5rem;
}

.project--invest__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project--invest__header .input--group,
.project--invest__header .input-group {
  width: calc(20% - 1rem);
}

.project--invest__header .currency_val {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}

.change_month {
  cursor: pointer;
}

.add_day__work {
  cursor: pointer;
}

.pay-invest__calendar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
}

.footer-form__add-project {
  position: sticky;
  bottom: 0;
  background-color: white;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page--project__create .input-group label {
  position: relative;
  padding-bottom: 0.25rem;
  top: auto;
  min-height: 26px;
  display: inline-block;
}

.quillWrapper {
  background-color: white;
  height: 350px;
}

.quillWrapper .ql-container {
  height: 302px;
}

.page-project__header {
  position: sticky;
  top: 0;
  z-index: 2000;
}

.press-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2em;
  padding-top: 3em;
}

@media (min-width: 767px) {
  .press-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .press-list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.press-item {
  position: relative;
}

.press-item a {
  color: inherit;
  display: block;
  height: 100%;
}

.press-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #49a0a4;
  opacity: 0.04;
}

.press-item__img {
  height: 0;
  padding: 0 0 66% 0;
  background: no-repeat center;
  background-size: cover;
}

.press-item__overlay {
  position: relative;
  height: 100%;
}

.press-item__text {
  margin: 2rem 2em;
  padding: 0 0 2.5em 0;
}

.press-item__text .h3 {
  margin-bottom: 1em;
}

.press-item__text p {
  font-size: 0.8rem;
}

.press-item__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 2em;
  position: absolute;
  left: 2em;
  bottom: 2em;
  right: 2em;
}

.press-item__date {
  font-weight: 400;
  color: #49a0a4;
}

.press-item__logo {
  width: 33px;
  height: 33px;
  background: no-repeat center;
  background-size: contain;
}

.press-item__tags {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.35em;
}

.press-item__desc > span {
  display: block;
  max-height: 7em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}

.events-list {
  padding-top: 2em;
}

.events-item {
  position: relative;
  margin-bottom: 2em;
}

.events-item a {
  color: inherit;
  display: block;
  position: relative;
  z-index: 1;
}

.events-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #49a0a4;
  opacity: 0.04;
}

.events-item__cost {
  white-space: nowrap;
  font-size: 18px;
}

@media (min-width: 767px) {
  .events-item__overlay {
    display: -ms-flexbox;
    display: flex;
  }
}

.events-item__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1em;
}

@media (min-width: 767px) {
  .events-item__header {
    margin-bottom: 2em;
    display: -ms-flexbox;
    display: flex;
  }
}

.events-item__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
}

.events-item__text {
  padding: 15px;
}

@media (min-width: 767px) {
  .events-item__text {
    padding: 30px 40px;
    width: 45%;
  }
}

.events-item__col1 {
  padding: 15px;
  background-color: #f9fcfb;
  position: relative;
}

@media (min-width: 767px) {
  .events-item__col1 {
    padding: 40px;
    width: 25%;
  }
}

.events-item__img {
  height: 250px;
  background: no-repeat center;
  background-size: cover;
}

@media (min-width: 767px) {
  .events-item__img {
    height: auto;
    width: 30%;
  }
}

.events-item__city {
  margin-top: 1em;
}

@media (min-width: 767px) {
  .events-item__city {
    margin-top: 2em;
  }
}

.events-item__date {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 767px) {
  .events-item__date {
    display: block;
  }
}

.events-item__date::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background-color: #262c3b;
  height: 1px;
  display: block;
}

@media (min-width: 767px) {
  .events-item__date::before {
    display: none;
  }
}

.events-item__datestart {
  margin-left: -0.5em;
}

.events-item__dateend {
  margin-right: -0.5em;
}

.events-item__datestart,
.events-item__dateend {
  font-size: 1.4em;
  text-transform: lowercase;
  position: relative;
  overflow: hidden;
  background-color: #f9fcfb;
}

.events-item__datestart .date_value,
.events-item__dateend .date_value {
  position: relative;
  display: inline-block;
  padding: 0.5em;
}

.events-item__datestart .date_value::before,
.events-item__dateend .date_value::before {
  background-color: #262c3b;
}

.events-item__datestart .date_day,
.events-item__dateend .date_day {
  font-size: 2em;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}

.events-item__datestart .date_value::before {
  content: "";
  position: absolute;
  left: 100%;
  width: 1000px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 15px;
}

.events-item__dateend {
  text-align: right;
}

.events-item__dateend .date_value::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 1000px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 15px;
}

.page-event .events-item__date .events-item__datestart,
.page-event .events-item__date .events-item__dateend {
  background-color: transparent;
  display: inline-block;
}

.page-event .events-item__date .events-item__datestart .date_value {
  padding-right: 140px;
}

.page-event .events-item__date .events-item__datestart .date_value::before {
  background-color: white;
  width: 120px;
  left: auto;
  right: 0;
}

.page-event .events-item__date .events-item__dateend .date_value::before {
  display: none;
}

@media (min-width: 767px) {
  .section-reviews {
    padding-bottom: 8em;
  }
}

.section-reviews::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #49a0a4;
  opacity: 0.04;
}

.reviews-list {
  margin-top: 2em;
}

@media (min-width: 767px) {
  .reviews-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 6em;
  }
}

.reviews-item {
  padding: 2em 0;
}

.reviews-item__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: no-repeat center;
  background-size: cover;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

@media (min-width: 767px) {
  .reviews-item__img {
    float: none;
  }
}

.reviews-item__role {
  opacity: 0.4;
  font-size: 0.75em;
}

@media (min-width: 767px) {
  .reviews-item__role {
    font-size: 1em;
  }
}

@media (min-width: 767px) {
  .reviews-item__header {
    display: -ms-flexbox;
    display: flex;
  }
}

.reviews-item__autor {
  padding: 0 4em 0 3em;
}

.reviews-item__text {
  padding: 1em 0 0 0;
}

@media (min-width: 767px) {
  .reviews-item__text {
    padding: 2em 0 0 0;
    font-size: 1.42em;
  }
}

.variants-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding-top: 3em;
}

@media (min-width: 767px) {
  .variants-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .variants-list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.variants-item {
  position: relative;
}

.variants-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #49a0a4;
  opacity: 0.12;
}

.variants-item__overlay {
  position: relative;
  padding: 2em;
}

.variants-item__footer {
  border-top: 1px solid #dee5e7;
  padding-top: 2em;
}

.terms-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
  grid-template-columns: 33% 33% 33%;
  grid-column-gap: 1em;
}

.terms-item__name {
  font-size: 0.857em;
}

.terms-item__value {
  font-size: 1.286em;
  font-weight: 400;
}

.steps-image {
  padding: 0 0 66% 0;
  height: 0;
  background: no-repeat center;
  background-size: cover;
  margin: 2em 0 0 0;
}

.contacts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2em;
}

@media (min-width: 1024px) {
  .contacts-list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.contacts-item {
  padding-bottom: 3em;
}

.people--overlay {
  padding-top: 3em;
}

.people--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  padding: 2em 0 1em;
}

@media (min-width: 1024px) {
  .people--list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2em;
  }
}

.people--item {
  text-align: center;
  padding: 1em 0 2em 0;
}

.people--img {
  width: 128px;
  height: 128px;
  background: no-repeat center;
  background-size: cover;
  margin: 0 auto 1em;
}

@media (min-width: 1024px) {
  .people--img {
    width: 164px;
    height: 164px;
  }
}

.people--role {
  opacity: 0.4;
}

.page-auth::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #f6f8f9;
}

@media (min-width: 767px) {
  .page-auth::before {
    display: none;
  }
}

.form--auth-reg {
  padding: 0;
  background-color: #f6f8f9;
  max-width: 680px;
  position: relative;
}

@media (min-width: 767px) {
  .form--auth-reg {
    padding: 2.5em 3em;
  }
}

.form--auth-reg .footer-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2em;
}

.form--auth-reg .form--header {
  padding: 1em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 767px) {
  .form--auth-reg .form--header {
    padding: 2em 0;
  }
}

.page-auth {
  position: relative;
}

.page-auth .page--overlay {
  padding: 2em 0;
  background: no-repeat center;
  background-size: cover;
}

@media (min-width: 767px) {
  .page-auth .page--overlay {
    padding: 4em 0;
    background-color: #262c3b;
  }
}

.note {
  font-size: 0.75rem;
}

.note.error {
  color: red;
}

.select_city_list {
  background-color: white;
}

.select_city_list > div {
  padding: 0.5em;
}

.select_city_list > div:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
}

.manager-block {
  background-color: white;
  color: #262c3b;
  max-width: 420px;
  margin: 0 0 0 auto;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  transition: 0.3s ease;
  position: fixed;
  right: 15px;
  bottom: 1em;
  z-index: 100;
  overflow: hidden;
}

.manager-block div {
  transition: 0.3s ease;
}

.manager-block.open {
  border-radius: 0;
  width: calc(100% - 30px);
  height: 360px;
}

@media (min-width: 767px) {
  .manager-block.open {
    height: auto;
  }
}

.manager-block.open .manager--title {
  height: auto;
  position: relative;
}

.manager-block.open .manager--title::before,
.manager-block.open .manager--title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #262c3b;
  right: 15px;
  top: 37px;
}

@media (min-width: 767px) {
  .manager-block.open .manager--title::before,
  .manager-block.open .manager--title::after {
    display: none;
  }
}

.manager-block.open .manager--title::before {
  transform: rotate(45deg);
}

.manager-block.open .manager--title::after {
  transform: rotate(-45deg);
}

.manager-block.open .manager--content {
  padding: 1.75em 1.5em;
}

.manager-block.open .manager--header {
  padding-bottom: 1.5em;
}

@media (min-width: 767px) {
  .manager-block.open .manager--header {
    padding-bottom: 3em;
  }
}

.manager-block.open .manager--footer {
  height: auto;
}

@media (min-width: 767px) {
  .manager-block {
    width: auto;
    border-radius: 0;
    position: static;
    height: auto;
  }
}

.manager--title {
  overflow: hidden;
  height: 0;
}

@media (min-width: 767px) {
  .manager--title {
    height: auto;
  }
}

.manager--title__content {
  padding: 1.75em 1.5em;
  border-bottom: 1px solid #dee5e7;
}

@media (min-width: 767px) {
  .manager--content {
    padding: 1.75em 1.5em;
  }
}

.manager--header {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1.75em;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  place-items: center left;
}

@media (min-width: 767px) {
  .manager--header {
    padding-bottom: 3em;
  }
}

.manager--header__image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  cursor: pointer;
  background: no-repeat center;
  background-size: cover;
}

@media (min-width: 767px) {
  .manager--header__image {
    width: 120px;
    height: 120px;
  }
}

.manager--footer {
  grid-column-gap: 1.75em;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 2em;
  place-items: center left;
  height: 0;
  overflow: hidden;
}

.manager--footer > div {
  margin-bottom: 1em;
}

@media (min-width: 767px) {
  .manager--footer {
    display: -ms-grid;
    display: grid;
    height: auto;
  }
}

.manager--footer__chat {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  text-align: left;
}

@media (min-width: 767px) {
  .manager--footer__chat {
    text-align: center;
    margin-top: 1em;
  }
}

@media (min-width: 767px) {
  .manager--footer .subtitle {
    padding-bottom: 0.75em;
  }
}

.manager--footer__sociallink {
  display: inline-block;
  padding-right: 1em;
}

.page-cabinet {
  min-height: 50vh;
  overflow: inherit;
}

.page-cabinet__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 1em 0;
  grid-column-gap: 1em;
}

@media (min-width: 767px) {
  .page-cabinet__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75fr 25fr;
    grid-template-columns: 75fr 25fr;
  }
}

.page-cabinet .project-list {
  padding: 2em 0;
}

@media (min-width: 767px) {
  .page-cabinet .project-list {
    qgrid-template-columns: repeat(2, 1fr);
  }
}

.cabinet-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(73, 160, 164, 0.12);
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .cabinet-layout {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cabinet-layout .titler {
  margin-top: -5vh;
  min-height: 50vh;
  padding: 6vh 0 6vh 0;
}

.cabinet-layout .titler .titler--text,
.cabinet-layout .titler .titler--manager {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (min-width: 767px) {
  .cabinet-layout .titler .titler--text,
  .cabinet-layout .titler .titler--manager {
    width: 50%;
  }
}

.page-profile-form {
  background-color: rgba(73, 160, 164, 0.12);
}

.nav-cabinet {
  width: 100%;
  top: 75px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: white;
  overflow-x: scroll;
}

@media (min-width: 1024px) {
  .nav-cabinet {
    width: 20%;
    position: sticky;
  }
}

.nav-cabinet menu {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .nav-cabinet menu {
    display: block;
  }
}

.nav-cabinet menu li menu {
  display: none;
}

.nav-cabinet menu li.active menu {
  display: block;
}

.nav-cabinet menu li.parent-li a.level-one {
  display: none;
}

@media (min-width: 1024px) {
  .nav-cabinet menu li.parent-li a.level-one {
    display: block;
  }
}

.nav-cabinet menu li.parent-li menu {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .nav-cabinet menu li.parent-li menu {
    display: block;
  }
}

.nav-cabinet menu li a {
  color: #262c3b;
  white-space: nowrap;
}

.nav-cabinet menu li a.active {
  opacity: 0.6;
}

.nav-cabinet menu li a.active + menu {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .nav-cabinet menu li a.active + menu {
    display: block;
  }
}

.nav-cabinet menu li a.level-one {
  display: block;
  padding: 1em 15px;
  border-bottom: 1px solid #dee5e7;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .nav-cabinet menu li a.level-one {
    padding: 1em 40px;
  }
}

@media (min-width: 1024px) {
  .nav-cabinet menu li a.level-one {
    padding: 1em 1em;
  }
}

.nav-cabinet menu li a.level-two {
  display: block;
  padding: 1em 15px 1em 15px;
  border-bottom: 1px solid #dee5e7;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .nav-cabinet menu li a.level-two {
    text-transform: lowercase;
  }
}

@media (min-width: 1024px) {
  .nav-cabinet menu li a.level-two {
    padding: 1em 40px 1em 40px;
  }
}

.container-cabinet {
  width: 100%;
  padding: 5vh 0;
}

@media (min-width: 1024px) {
  .nav-cabinet + .container-cabinet {
    border-left: 1px solid #dee5e7;
    width: 80%;
  }
}

.change-password {
  grid-gap: 2em;
}

@media (min-width: 767px) {
  .change-password {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.change-password__block {
  padding-bottom: 2em;
}

.profile--config__man {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2em;
  padding: 2em 0;
}

@media (min-width: 1024px) {
  .profile--config__man {
    grid-template-areas: "ln fn mn " "dr adr adr ";
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .profile--config__man .first-name {
    grid-area: fn;
  }

  .profile--config__man .middle-name {
    grid-area: mn;
  }

  .profile--config__man .last-name {
    grid-area: ln;
  }

  .profile--config__man .dbirthday {
    grid-area: dr;
  }

  .profile--config__man .input-adress {
    grid-area: adr;
  }
}

.passport--header {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2em;
  padding: 2em 0;
}

@media (min-width: 1024px) {
  .passport--header {
    -ms-grid-columns: (1fr) [2] 4fr;
    grid-template-columns: repeat(2, 1fr) 4fr;
  }
}

.passport--builder {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2em;
  padding: 2em 0;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .passport--builder {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.input-loader {
  background-color: white;
  padding: 15px 15px 15px 27.5%;
  max-width: 645px;
  position: relative;
  margin: 2em 0;
}

@media (min-width: 1024px) {
  .input-loader {
    padding: 1em 1em 1em 234px;
    max-width: 645px;
  }
}

.input-loader .input--loader__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: no-repeat center;
  background-size: cover;
}

@media (min-width: 1024px) {
  .input-loader .input--loader__img {
    width: 212px;
  }
}

.input-loader .input--loader__img .input--loader__img_container {
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.input-loader .input--loader__img::after,
.input-loader .input--loader__img::before {
  content: "";
  position: absolute;
}

.input-loader .input--loader__img::before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #49a0a4;
}

.input-loader .input--loader__img::after {
  width: 50px;
  height: 85px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: no-repeat center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='89' viewBox='0 0 100 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.154 56.0992V0H53.8463V56.0992L74.2036 35.7419L79.6429 41.1812L50.0001 70.8239L20.3574 41.1812L25.7967 35.7419L46.154 56.0992Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.69231 80.7689V61.5381H0V88.4612H100V61.5381H92.3077V80.7689H7.69231Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (min-width: 1024px) {
  .input-loader .input--loader__img::after {
    width: 100px;
  }
}

.input-loader .p {
  font-size: 0.8em;
}

@media (min-width: 1024px) {
  .input-loader .p {
    font-size: 1em;
  }
}

.history--table {
  background-color: white;
  padding: 2em 0 0 0;
  margin: 2em 0 0 0;
}

.history--head {
  opacity: 0.6;
  display: none;
}

@media (min-width: 1024px) {
  .history--head {
    display: block;
  }
}

.history--cell {
  padding: 7px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
}

@media (min-width: 1024px) {
  .history--cell {
    padding: 15px 32px;
    display: block;
    text-align: left;
  }
}

.history--cell__name {
  opacity: 0.6;
  font-size: 0.8em;
  text-align: left;
}

@media (min-width: 1024px) {
  .history--cell__name {
    display: none;
  }
}

.history--row {
  border-bottom: 1px solid #dee5e7;
}

@media (min-width: 1024px) {
  .history--row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr 2fr 3fr 4fr;
    grid-template-columns: 1fr 2fr 2fr 3fr 4fr;
  }
}

.history--row:nth-child(2n) {
  background-color: #fafeff;
}

.section--cabinet--projects {
  grid-area: projects;
}

@media (min-width: 767px) {
  .section--cabinet--projects {
    max-width: 76vw;
  }
}

.section--cabinet--projects .cabinet--projects {
  background-color: white;
  padding: 2em 1em;
  margin-bottom: 1em;
}

@media (min-width: 767px) {
  .section--cabinet--projects .cabinet--projects {
    margin-bottom: 0;
  }
}

.cabinet--tutorial {
  grid-area: faq;
}

@media (min-width: 767px) {
  .cabinet--tutorial {
    max-width: 25vw;
  }
}

.dashboard--item {
  padding: 2em 1em;
  background-color: white;
  text-align: center;
  max-width: auto;
  margin-bottom: 1em;
}

@media (min-width: 767px) {
  .dashboard--item {
    grid-area: dashboarditem;
    max-width: 25vw;
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .dashboard--item:nth-child(2) {
    grid-area: dashboarditem1;
  }
}

@media (min-width: 767px) {
  .dashboard--item:nth-child(3) {
    grid-area: dashboarditem2;
  }
}

@media (min-width: 767px) {
  .dashboard--item:nth-child(4) {
    grid-area: dashboarditem3;
  }
}

.cabinet--invest__data {
  margin: 2em 0 1em;
}

.cabinet--invest__data:first-child {
  padding-top: 0;
}

.cabinet--invest__chart {
  grid-gap: 1em;
}

@media (min-width: 767px) {
  .cabinet--invest__chart {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "dashboarditem dashboarditem1 dashboarditem2 dashboarditem3" "projects projects projects faq";
  }
}

.cabinet--invest__chart canvas {
  width: 100%;
}

.cabinet--invest__line {
  padding: 1em 0;
}

.plan_divident__chart {
  padding: 3em 0 5em;
}

.plan_divident__chart > div {
  height: 400px;
  max-height: 400px;
}

.plan_divident__chart .chartjs-size-monitor {
  max-height: 400px;
}

.plan_divident__chart canvas {
  height: 400px;
}

.section--anket .form {
  max-width: 726px;
}

.page--registration--anket .checkboxes-list {
  display: block;
}

.passport--files {
  padding: 2em 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.passport--files .img {
  width: 200px;
  height: 200px;
  background: no-repeat center;
  background-size: contain;
  background-color: white;
  margin: 0 1em;
  border: 1px solid #49a0a4;
  position: relative;
}

.passport--files .img .del {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
}

.passport--files .img .del::before {
  content: "x";
  font-weight: 600;
}

.cabinet-user__saleaccount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2em;
}

.cabinet-user__data-saleaccount {
  font-size: 2.5rem;
  padding-right: 0.5em;
  line-height: 1;
}

.refunds-form,
.pay-form {
  padding: 2em 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
  -ms-flex-align: center;
  align-items: center;
  max-width: 480px;
}

.refunds-form {
  max-width: 560px;
}

small {
  font-size: 0.8em;
  opacity: 0.6;
}

.card-form {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2em 2em;
  margin-top: 1em;
  position: relative;
}

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

.input-group__card > div input.input {
  width: 70px;
}

.input-group__card .input-group__card__date {
  display: -ms-flexbox;
  display: flex;
}

.input-group__card .input-group__card__date > div input.input {
  width: 70px;
}

.card-form {
  position: relative;
}

.card-form.dark * {
  color: white;
}

.card-form.dark * label,
.card-form.dark * input {
  color: black;
}

.card-form.dark .input-group input:focus + label,
.card-form.dark .input-group.filled label,
.card-form.dark .input-group.focus label {
  color: white;
}

.card-form .input-group label {
  text-transform: uppercase;
  font-size: 0.8em;
  top: 22px;
}

.card-form .input-group input:focus + label,
.card-form .input-group.filled label,
.card-form .input-group.focus label {
  top: 3px;
}

.card-form .card-form__logobank {
  width: 150px;
  height: 40px;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  right: 2em;
  top: 1em;
  background-position: top right;
}

.protection-card-number {
  font-size: 2em;
  padding-top: 1.5em;
}

.cabinet--projects .project-list {
  display: block;
}

.cabinet--projects
  .project-list
  .project-item
  .project-item__overlay
  .project-item__img {
  display: none;
}

.cabinet--projects
  .project-list
  .project-item
  .project-item__overlay
  .project-item__text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr 2fr;
  grid-template-columns: 3fr 1fr 2fr;
  grid-gap: 1em;
}

.cabinet--projects
  .project-list
  .project-item
  .project-item__overlay
  .project-item__text
  .project-item__tags {
  font-size: 0.75em;
}

.cabinet--projects
  .project-list
  .project-item
  .project-item__overlay
  .project-item__text
  .project-item__name.h3 {
  font-size: 16px;
}

.cabinet--projects
  .project-list
  .project-item
  .project-item__overlay
  .project-item__text
  .project-item__ptext {
  display: none;
}

.faq--list {
  background-color: white;
}

.faq--listfix {
  top: 100px;
  margin: 0 0 0 auto;
}

@media (min-width: 767px) {
  .faq--listfix {
    position: sticky;
    max-width: 420px;
  }
}

.faq--list.open .faq--item {
  display: block;
}

.faq--list.open .faq--title::before {
  transform: rotate(-135deg);
}

.faq--title {
  padding: 1.5em 1.5em;
  border-bottom: 1px solid #dee5e7;
  position: relative;
}

.faq--title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 15px;
  top: 36px;
}

@media (min-width: 767px) {
  .faq--title::before {
    display: none;
  }
}

.faq--item {
  display: none;
}

@media (min-width: 1024px) {
  .faq--item {
    display: block;
  }
}

.faq--item.open .faq--item__title {
  background-color: #49a0a4;
  color: white;
}

.faq--item__title {
  padding: 1.5em 1.5em;
  border-bottom: 1px solid #dee5e7;
  cursor: pointer;
  font-weight: bold;
  transition: 0.1s linear;
}

.faq--item__answer {
  font-size: 1em;
}

.faq--item__answertext {
  padding: 1.5em 1.5em;
  border-bottom: 1px solid #dee5e7;
  transition: 0.3s ease;
}

.faq--item__answertext .p,
.faq--item__answertext p {
  font-size: inherit;
  margin: 0;
}

.page-blog .titler::before {
  content: "";
  background-color: #245060;
  opacity: 0.7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.page-blog .titler .titler--overlay {
  position: relative;
}

.page-blog .titler .titler-chunk {
  font-size: 0.7rem;
  padding-bottom: 1em;
}

.page-blog .titler .titler-chunk a,
.page-blog .titler .titler-chunk span {
  color: white;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 1.5em 0 0;
}

.page-blog .titler .titler-chunk a {
  text-decoration: underline;
}

.post-form {
  padding: 2em;
  background-color: white;
  margin: 0 0 1em 0;
}

.post-form .post-form__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-form .post-form__controls .input-group__ctrl {
  width: 100%;
}

.post-form .post-form__controls .input-group {
  margin: 0;
  padding: 0;
  padding-right: 1em;
}

.post-summary {
  border-top: 1px solid #f2f2f2;
  padding-top: 0.5em;
}

.post-item {
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  margin-bottom: 1em;
}

.post-item .post-summart__reaction {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-item .post-summart__reaction--like {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.post-item .post-summart__reaction--like:hover {
  color: red;
}

.post-item .post-summart__reaction--like:hover svg path {
  fill: red;
}

.post-item .post-summart__reaction--like.active {
  color: red;
  font-weight: 500;
}

.post-item .post-summart__reaction--like.active svg path {
  fill: red;
}

.post-item.level0 .post-form {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 1em 2em;
}

.post-item.level0 .post-form .input--bg__grey.input-group textarea {
  background-color: white;
  font-size: 0.9rem;
}

.post-item.level0 .post-item .post-form {
  background-color: transparent;
  padding: 0em 1em 0 calc(1em + 65px);
}

.post-item.level0 .post-item .post-comments {
  padding: 0em 0em 0em 55px;
}

.post-item .post-summary__comment {
  font-size: 0.8em;
  margin-top: 0.5em;
}

.post-item .post-summary__comment svg {
  width: 1rem;
}

.post-item .answer-answer {
  font-weight: 500;
  cursor: pointer;
}

.post-item .answer-answer:hover {
  color: #49a0a4;
}

.post-item .post-comments {
  padding: 1em 1em 1em 55px;
}

.post-item .post-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 1em;
}

.post-item .post--header .post--header__overlay {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55px 1fr;
  grid-template-columns: 55px 1fr;
  grid-gap: 1em;
}

.post-item .post-autor__text {
  font-weight: 500;
}

.post-item .post-date {
  opacity: 0.5;
}

.post-item .post--text {
  padding: 1em;
}

.post-item .post--header {
  position: relative;
  padding: 2em 0 0 0;
}

.post-item .post--header .delete {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

.post-item .post-item {
  box-shadow: none;
  margin-bottom: 1em;
}

.post-item .post-item .post--header .post--header__overlay {
  display: -ms-flexbox;
  display: flex;
}

.post-item .post-item .post-content {
  border-bottom: none;
}

.post-item .post-item .post--text {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.25em 0.5em;
}

.post-item .post-item .post-autor__text,
.post-item .post-item .post-date {
  display: inline-block;
}

.post-form .post-autor__picture,
.post-item .post-autor__picture {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: no-repeat center;
  background-size: cover;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: center;
  line-height: 45px;
  background-color: white;
  color: #49a0a4;
}

.post-form .post-autor__picture {
  float: left;
}

.post-form .post-form__controls {
  margin: 0 0 0 65px;
}

.post-form .input-group {
  margin: 0;
  padding: 0;
}

.post-form__attach--filelist {
  margin: 1em 0;
}

.post-file__attach {
  margin: 1em 0;
}

.post-form__attach--imglist {
  margin: 1em -0.5em;
}

.post-form__attach--imgitem {
  width: 100px;
  height: 100px;
  display: inline-block;
  background: no-repeat center;
  background-size: cover;
  margin: 0 0.5em;
  position: relative;
}

.post-form__attach--imgitem .delete {
  position: absolute;
  background-color: white;
  padding: 0.314em 0.5em;
  border-radius: 50%;
  right: 0.5em;
  top: 0.5em;
  line-height: 1;
}

.post-img__attach--item img {
  width: 100%;
}

.post--form__config {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post--form__config__attach {
  display: -ms-flexbox;
  display: flex;
}

.post--form__config__attach > div {
  padding-right: 1em;
}

.chat-body {
  position: fixed;
  right: 10%;
  bottom: 0;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
  max-width: 50%;
}

.chat-body .chat--header {
  background-color: #49a0a4;
  color: white;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chat-body .chat--header .close {
  cursor: pointer;
}

.chat--message__header {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.65rem;
}

.chat--message__header .date_value {
  margin-right: 0.5em;
}

.chat--content {
  padding: 10px;
  background-color: white;
}

.chat--content textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.chat-form {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 0.5em;
}

.chat--history {
  max-height: 25vh;
  overflow: scroll;
}

.chat--message {
  margin: 0.5rem 0;
}

.chat--message .chat--message__wrap {
  max-width: 45%;
  padding: 0.35rem;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.chat--message .chat--message__wrap.my--message {
  margin: 0 auto 0 0;
  background-color: #49a0a4;
  color: white;
}

.chat--message .chat--message__wrap.manager--message {
  margin: 0 0 0 auto;
  text-align: right;
}

.chat--message .chat--message__wrap.manager--message .chat--message__header {
  -ms-flex-pack: end;
  justify-content: end;
}

.section--chat .chat-history {
  max-height: calc(100vh - 200px);
  overflow: scroll;
}

.page--crm__index {
  background-color: #245060;
}

.page--crm__index .crm--dashboard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr 3fr;
  grid-template-columns: 2fr 3fr 3fr;
  grid-column-gap: 1rem;
}

.page--crm__index .crm--dashboard__item {
  background-color: white;
}

.page--crm__index .crm--dashboard__item table {
  margin: 1rem 0;
  width: 100%;
}

.page--crm__index .crm--dashboard__item table th {
  text-align: left;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.25rem;
}

.page--crm__index .crm--dashboard__item table td {
  padding: 0.25rem;
}

.page--crm__index .crm--dashboard .crm--dashboard__item-overlay {
  padding: 1rem;
}

.calendar--month {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0.5rem;
  -ms-grid-columns: (1fr) [7];
  grid-template-columns: repeat(7, 1fr);
  margin: 1rem 0;
}

.calendar--month .calendar--month__day-name {
  font-weight: 600;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

.calendar--month .calendar--month__day .calendar--month__day-over {
  width: 28px;
  margin: 0 auto;
  text-align: center;
}

.calendar--month .calendar--month__day .calendar--month__day-over.active {
  background-color: #245060;
  color: white;
  height: 28px;
  width: 28px;
  line-height: 28px;
  border-radius: 50%;
}

.project-link-table {
  color: #000;
}

.filter--header {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
}

.page--crm__project {
  overflow: visible;
}

.page--crm table {
  font-size: 0.9rem;
  line-height: 1.3;
}

.page--crm table th {
  font-weight: 600;
  text-align: left;
  padding: 0.25em 0.5em;
}

.page--crm table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.25em 0.5em;
}

.page--crm table tr td.td--name .td--name__link,
.page--crm table tr td.td--FULL_NAME .td--name__link {
  font-weight: 600;
}

.page--crm table tr td a {
  color: #000;
}

.status--firm__LIQUIDATED {
  color: red;
}

.status--firm__ACTIVE {
  color: green;
}

.firm--name {
  font-weight: 600;
}

.form--group,
.input-group {
  position: relative;
  padding-right: 50px;
}

.form--group .comments--field,
.input-group .comments--field {
  position: absolute;
  right: 0;
  top: 25px;
  cursor: pointer;
}

.crm--project__data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 4fr;
  grid-template-columns: 8fr 4fr;
  grid-column-gap: 1em;
  -ms-flex-align: start;
  align-items: start;
}

.crm--project__sidebar {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1rem;
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px);
}

.user--avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.user--avatar img {
  width: 100%;
  height: 100%;
}

.user--picture {
  width: 177px;
  height: 177px;
  border-radius: 50%;
  overflow: hidden;
}

.user--picture > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.user--header {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.user--passport__imgs .user--passport__img {
  display: inline-block;
  width: 320px;
}

.user--passport__imgs img {
  max-width: 100%;
}

.user--data__analitic {
  display: -ms-grid;
  display: grid;

  grid-template-columns: repeat(3, 1fr);
  padding: 2rem 0;
  margin: 1rem 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
}

.active_not_verify td,
.status-project__5 td {
  background-color: #dffdc8;
}

.crm-project--user__contact {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.crm-project--user__info {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
