* {
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
body {
  font-family: ProximaNovaLt;
  font-weight: 400;
  font-style: normal;
  transition: 0.5s;
}
html, body {
  background-color: #f6f6f6;
}
.wrapper {
  position: relative;
  min-height: 100vh;
}
.header {
  background-color: #ffffff;
}
.header_logo {
  max-width: 400px;
  width: 100%;
  min-height: 70px;
  background-color: #21b46d;
  float: left;
  transform: translateX(-80%);
  transition: 0.4s;
}
@media only screen and (max-width: 992px) {
  .header_logo {
    transform: translateX(-68%);
  }
}
.header_logo_image {
  line-height: 70px;
  padding-left: 30px;
  display: none;
}
@media only screen and (max-width: 992px) {
  .header_logo {
    max-width: 250px;
  }
}
.header_logo_imageHidden {
  display: block;
  float: right;
  line-height: 70px;
  padding-right: 25px;
}
.header_nav {
  min-height: 70px;
  margin-left: 80px;
}
@media only screen and (max-width: 992px) {
  .header_nav {
    margin-left: 250px;
  }
}
.header_nav_menu {
  margin: 0;
  padding: 0;
}
.header_nav_item {
  display: inline-block;
  position: relative;
  margin: 18px 0 0 20px;
}
.header_nav_item_confNumber {
  position: absolute;
  top: -5px;
  right: -11px;
  padding: 2px 7px;
  background-color: #21b46d;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.header_nav_item:last-child {
  margin-right: 0;
}
.header_nav_link {
  display: block;
  padding: 7px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  color: #4a4a4a;
  cursor: pointer;
  transition: 0.4s;
}
.header_nav_link:hover {
  color: #4a4a4a;
  background-color: #f6f6f6;
  transition: 0.3s;
}
.header_nav_registration {
  float: right;
  margin-right: 60px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .header_nav_registration {
    margin-right: 50px;
  }
}
.header_nav_registration_list {
  display: inline-block;
  line-height: 70px;
  padding-left: 24px;
}
.header_nav_registration_item {
  font-size: 14px;
  font-weight: 600;
  color: #364153;
  cursor: pointer;
}
.header_nav_registration_item:hover {
  color: #21b46d;
}
.header_nav_registration:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #c6c6c6;
  opacity: 0.3;
}
.header_nav_dashboard {
  float: right;
  margin-right: 25px;
}
.header_nav_dashboard_title {
  display: inline-block;
  line-height: 70px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #364153;
  cursor: pointer;
}
.header_nav_dashboard_title:hover {
  color: #21b46d;
}
.header_nav_lang {
  float: right;
  margin-right: 10px;
}
.header_nav_lang_select {
  margin-top: 25px;
  padding-right: 20px;
  background-color: transparent;
  color: #364153;
  border-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: button;
  background: url("/static/img/path-2_white.svg") right center no-repeat;
}
.header_nav_lang_select:hover {
  color: #21b46d;
  background: url("/static/img/path-2_white_hover.svg") right center no-repeat;
}
.header_nav_lang_item {
  font-size: 14px;
  font-weight: 600;
  color: #364153;
  background-color: #f6f6f6;
}
.header_nav_toggle {
  float: right;
  margin-right: 60px;
  line-height: 70px;
}
@media only screen and (max-width: 992px) {
  .header_nav_toggle {
    margin-right: 30px;
  }
}
.header_nav_toggle_switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 8px;
  margin-bottom: 0;
}
.header_nav_toggle_switch input {
  position: absolute;
  opacity: 0;
  z-index: 2;
}
.header_nav_toggle_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #476e5b;
  transition: 0.4s;
  cursor: pointer;
  z-index: 1;
}
.header_nav_toggle_slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  top: -5px;
  left: 0;
  bottom: 4px;
  background-color: #21b46d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_nav_toggle_moon {
  margin-left: 2px;
}
input:focus + .header_nav_toggle_slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .header_nav_toggle_slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
/* Rounded sliders */
.header_nav_toggle_slider.header_nav_toggle_round {
  border-radius: 34px;
}
.header_nav_toggle_slider.header_nav_toggle_round:before {
  border-radius: 50%;
}
.header_logo.fullWidth_desktop {
  transform: translateX(0);
  transition: 0.3s;
}
.opacity {
  opacity: 1;
}
.aside_container {
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  float: left;
  transition: 0.4s;
  transform: translateX(-80%);
  box-shadow: 1px 0px 2px rgba(0, 0, 0, .1);
  position: absolute;
  min-height: 100%;
}
@media only screen and (max-width: 992px) {
  .aside_container {
    max-width: 250px;
    transform: translateX(-68%);
  }
}
.aside_container .projects_block {
  padding: 20px 25px;
}
.aside_container .projects_block_menuButton {
  padding: 8px;
  float: right;
  cursor: pointer;
}
.aside_container .projects_block_menuButton:hover {
  background-color: #f6f6f6;
}
.aside_container .projects_block_menuButton_button {
  width: 17px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.aside_container .projects_block_menuButton_button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #969696;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.aside_container .projects_block_menuButton_button span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.aside_container .projects_block_menuButton_button span:nth-child(2) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.aside_container .projects_block_menuButton_button span:nth-child(3) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.aside_container .projects_block_title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #364153;
}
.aside_container .projects_block_search {
  width: 100%;
  position: relative;
  display: none;
}
.aside_container .projects_block_search_img {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.aside_container .projects_block_search_input {
  width: 100%;
  padding: 9px 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  text-align: left;
  color: #d8d8d8;
  background-color: #f6f6f6;
  border: none;
  border-radius: 4px;
  outline: none;
}
.aside_container .projects_box {
  display: none;
  padding: 20px 25px;
  cursor: pointer;
  border-bottom: 1px solid;
  border-color: #e3e8ef;
  transition: 0.3s;
}
.aside_container .projects_box:hover {
  background-color: #f6f6f6;
  border-color: transparent;
  transition: 0.3s;
}
.aside_container .projects_box:hover .projects_box_title {
  color: #21b46d;
}
.aside_container .projects_box_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #364153;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .aside_container .projects_box_title {
    margin-bottom: 15px;
  }
}
.aside_container .projects_box_date {
  font-size: 14px;
  font-weight: 600;
  color: #888;
}
.aside_container .projects_box_items {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
}
.aside_container .projects_box_items:hover {
  color: #21b46d;
}
.content-wrapper {
  margin-left: 80px;
  padding: 40px 130px 40px 50px;
  /*background-color: #f6f6f6;*/
  transition: 0.4s;
  min-height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .content-wrapper {
    padding-right: 50px;
  }
}
.content-wrapper .content_boxTitle {
  position: relative;
}
.content-wrapper .content_boxTitle_action {
  float: right;
}
.content-wrapper .content_boxTitle_action_edit {
  display: block;
  padding: 17px;
  font-size: 12px;
  font-weight: 600;
  color: #c5c5c5;
  background: #fff url("/static/img/archive.svg") center no-repeat;
  border: solid 1px #ced0da;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.content-wrapper .content_boxTitle_action_edit:hover {
  background: #7f8fa4 url("/static/img/archive-white.svg") center no-repeat;
  transition: 0.3s;
}
.content-wrapper .content_boxTitle_title {
  font-size: 20px;
  font-weight: 600;
  color: #364153;
  position: absolute;
  text-transform: uppercase;
}
.content-wrapper .content_boxTitle_titleFull {
  font-size: 18px;
  font-weight: 600;
  color: #888;
  position: absolute;
  top: 22px;
}
.content-wrapper .content_calendar {
  margin-top: 60px;
} 
.content-wrapper .content_calendar_box {
  display: flex;
  align-items: center;
}
.content-wrapper .content_calendar_box_title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  text-align: left;
  color: #888;
}
.content-wrapper .content_calendar_boxInput {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.content-wrapper .content_calendar_boxInput_input {
  text-align: center;
  width: 306px;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}
/* .content-wrapper .content_calendar_boxInput:after {
  content: url("/static/img/down-arrow.svg");
  position: absolute;
  right: 10px;
  top: 10px;
} */
.content-wrapper .content_calendar .content_fliter {
  float: right;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.content-wrapper .content_calendar .content_fliter_period {
  float: left;
  display: block;
  padding: 11px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  transition: 0.3s;
}

.content-wrapper .content_calendar .content_fliter_period.active {
  background-color: #21b46d;
  color: #fff;
  transition: 0.3s;
}

.content-wrapper .content_calendar .content_fliter_period:first-child {
  border-right: 1px solid #ccc;
}
.content-wrapper .content_calendar .content_fliter_period:last-child {
  border-left: 1px solid #ccc;
}
.content-wrapper .content_calendar .content_fliter_period:hover {
  background-color: #21b46d;
  color: #fff;
  transition: 0.3s;
}
.content-wrapper .content_embedBox {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ccc;
  box-shadow: 0 0 10px 0 #ccc;
}
.content-wrapper .content_embedBox_title {
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #000;
  color: #4a4a4a;
}
.content-wrapper .content_embedBox_buttonBlock{
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.1s;
  background: #fff;
}
.content-wrapper .content_embedBox_loadBlock {
  padding: 8px 10px 8px 22px;
  background: url(/static/img/download.svg) 7px center no-repeat;
}
.content-wrapper .content_embedBox_buttonBlock:hover .content_embedBox_loadBlock{
  background: #21b46d url("/static/img/download-white.svg") 7px center no-repeat;
  transition: 0.31;
}
.content-wrapper .content_embedBox_buttonBlock:hover .content_embedBox_loadBlock_spanLoad {
  color: #fff;
}
.content-wrapper .content_embedBox_loadBlock_spanLoad {
  margin-left: 7px;
  display: inline-block;
  transform: translateY(1px);
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
}
.content-wrapper .content_embedBox_editBlock {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  padding: 8px 10px 8px 22px;
  border: solid 1px #eeeef4;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.1s;
  background: url("/static/img/edit1.svg") 7px center no-repeat;
}
.content-wrapper .content_embedBox_editBlock:hover {
  background: #7f8fa4 url("/static/img/edit-white.svg") 7px center no-repeat;
  transition: 0.31;
}
.content-wrapper .content_embedBox_editBlock:hover .content_embedBox_editBlock_spanEdit {
  color: #fff;
}
.content-wrapper .content_embedBox_editBlock_spanEdit {
  margin-left: 7px;
  display: inline-block;
  transform: translateY(1px);
  font-size: 14px;
  font-weight: 600;
  color: #7f8fa4;
}
.content-wrapper .content_embedBox_editBlock-close {
  float: right;
  margin: 5px 10px 0 10px;
  padding: 3px 9px 4px;
  line-height: 1;
  border: solid 1px #eeeef4;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.content-wrapper .content_embedBox_editBlock-close:hover {
  background-color: #e6e6e6;
  transition: 0.3s;
}
.content-wrapper .content_embedBox_editBlock-close_button {
  display: block;
  transform: rotate(45deg);
  font-size: 29px;
  font-weight: 600;
  color: #7f8fa4;
}
.content-wrapper .content_embedBox_editBlock-save {
  float: right;
  margin: 5px 16px 0 0px;
  padding: 8px 9px 8px;
  border: solid 1px #eeeef4;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.content-wrapper .content_embedBox_editBlock-save:hover {
  background-color: #e6e6e6;
  transition: 0.3s;
}
.content-wrapper .content_embedBox_editBlock-save_button {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/static/img/diskette.svg") center no-repeat;
}
.content-wrapper .content_embedBox .cv-view-panel .panel {
  margin: 5px 0 0 0 !important;
}
.content-wrapper .content_embedBox .cv-view-panel .panel-primary {
  border-color: #eeeef4
}
.content-wrapper .content_embedBox .cv-view-panel h2 {
  display: none;
  padding-left: 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #354052;
  border-bottom: 1px solid #535456;
}
.content-wrapper .content_embedBox .cv-view-panel h3 {
  padding-left: 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #354052;
  border-bottom: 1px solid #ebebf1;
  margin-bottom: 0;
}
.content-wrapper .content_embedBox .cv-view-panel .cv-view-viewinfo {
  padding-left: 30px;
  display: none;
}
.content-wrapper .content_embedBox .cv-view-panel .clearfix {
  display: none;
}
.content-wrapper .content_embedBox svg {
  margin-left: -30px;
  width: 100%;
}
.calendar.right {
  display: none !important;
}
.daterangepicker_input {
  display: none;
}
.daterangepicker {
  padding: 0 !important;
  margin: 0 !important;
  width: 306px !important;
  box-shadow: 0 5px 16px 0 rgba(0,0,0,0.11) !important;
}
.daterangepicker::before {
  display: none !important;
}
.daterangepicker::after {
  display: none !important;
}
.daterangepicker .calendar {
  margin: 0 !important;
}
.daterangepicker.ltr .calendar {
  float: none !important;
}
.daterangepicker .calendar {
  max-width: 306px !important;
}
.daterangepicker.ltr .calendar.left .calendar-table {
  padding: 0 !important;
  border: none !important;
}
.daterangepicker th.prev,
.daterangepicker th.month,
.daterangepicker th.next {
  border: 1px solid #ced0da !important;
}
@media (min-width: 730px) {
  .daterangepicker.ltr .ranges {
    float: none !important;
    text-align: center;
  }
  .daterangepicker.ltr .ranges .cancelBtn {
    display: none;
  }
  .daterangepicker.ltr .ranges .applyBtn {
    background-color: #21b46d;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s;
  }
  .daterangepicker.ltr .ranges .applyBtn:hover {
    background-color: #1b8f57;
    transition: 0.3s;
  }
}
.daterangepicker .table-condensed td.active,
.daterangepicker .table-condensed td.active:hover {
  background-color: #21b46d !important;
}
.daterangepicker td.start-date {
  border-radius: 16px 0 0 16px !important;
}
.daterangepicker td.end-date {
  border-radius: 0 16px 16px 0 !important;
}
.daterangepicker td.start-date.end-date {
  border-radius: 16px !important;
}
.daterangepicker td.in-range {
  background-color: #21b46d !important;
  color: #fff !important;
}
.ui-grid-column-menu-button {
  outline: none;
}
.ui-grid-render-container-body .ui-grid-top-panel {
  width: calc(100% - 25px);
}
.ui-grid-pager-panel {
  bottom: -32px;
}
.ui-grid-scrollbar-placeholder {
  height: 0px !important;
}
.ui-grid-menu .ui-grid-menu-inner ul li button {
  outline: none;
}
abbr[title],
abbr[data-original-title] {
  border: none;
  text-decoration: none;
}
.ui-grid-canvas {
  padding-top: 0;
}
.btn-group {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .btn-group {
    display: none;
  }
}
.ui-grid-viewport {
  min-height: 45px;
}
.ui-grid {
  padding-bottom: 9px;
}
.btn-group .btn-primary,
.dropdown .btn-primary {
  background-color: #21b46d;
  border-color: #21b46d;
  outline: none;
}
.btn-group .btn-primary.active,
.dropdown .btn-primary.active {
  background-color: #1b8f57;
  border-color: #1b8f57;
  outline: none;
}
.open > .dropdown-toggle.btn-primary {
  background-color: #1b8f57;
  border-color: #1b8f57;
  outline: none;
}
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #1b8f57;
  border-color: #1b8f57;
  outline: none;
}
.open > .dropdown-toggle.btn-primary:focus {
  background-color: #1b8f57;
  border-color: #1b8f57;
  outline: none;
}
.open > .dropdown-toggle.btn-primary:active {
  background-color: #1b8f57;
  border-color: #1b8f57;
  outline: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #1b8f57;
  border-color: #1b8f57;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #1b8f57;
  border-color: #1b8f57;
}
.fa-spin {
  line-height: 50px;
}
.projects_block_menuButton_button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 3px;
}
.projects_block_menuButton_button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.projects_block_menuButton_button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  left: 3px;
}
.wrapper-login {
  background-color: inherit;
  position: absolute;
  top: 40vh;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  padding: 10px;
}
.wrapper-login .form {
  width: 300px;
}
.wrapper-login .form input {
  margin: 10px 0;
}
.wrapper-login .login_title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  color: #364153;
  font-weight: 600;
}
.wrapper-login .login_button {
  float: right;
  text-transform: uppercase;
  background-color: #21b46d;
  transition: 0.3s;
}
.wrapper-login .login_button:hover {
  background-color: #136f42;
  transition: 0.3s;
}
body.menuToggle {
  overflow-x: hidden;
}
body.menuToggle .header_logo {
  transform: translateX(0%);
  transition: 0.4s;
}
body.menuToggle .header_logo .header_logo_imageHidden {
  display: none;
}
body.menuToggle .header_logo .header_logo_image {
  display: block;
}
body.menuToggle .aside_container {
  transform: translateX(0%);
}
body.menuToggle .aside_container .projects_block_search {
  display: block;
}
body.menuToggle .aside_container .projects_box {
  display: block;
}
body.menuToggle .content-wrapper {
  margin-left: 400px;
}
@media only screen and (max-width: 992px) {
  body.menuToggle .content-wrapper {
    margin-left: 250px;
  }
}
.aside_container .projects_box.active {
  background-color: #f6f6f6;
  border-color: transparent;
  margin-right: -3px;
}
.aside_container .projects_box.active .projects_box_title {
  color: #21b46d;
}
.aside_container .projects_box_items.active {
  color: #21b46d;
}
.modal-content {
  border: none !important;
  position: relative;
}
.header_nav1 {
  min-height: 80px;
  background-color: #fff;
  position: relative;
}
.header_nav1_menuHidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header_nav1_menuHidden {
    display: block;
    padding: 20px;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.95);
    z-index: 100;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }
}
.header_nav1_menuHidden_link {
  font-family: Heebo;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.46;
  color: #4a4a4a;
  cursor: pointer;
}
.header_nav1_menuHidden_link:hover {
  color: #4a4a4a;
}
.header_nav1_menuHidden_login {
  display: block;
  width: 100%;
  margin-top: 20px;
  line-height: 47px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  border-radius: 40px;
  border: solid 1px #21b46d;
  transition: 0.3s;
  cursor: pointer;
}
.header_nav1_menuHidden_login:hover {
  background-color: #21b46d;
  color: #fff;
  transition: 0.3s;
}
.header_nav1_logoMobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header_nav1_logoMobile {
    display: block;
    float: left;
    line-height: 80px;
    padding-left: 30px;
  }
}
.header_nav1_logo {
  display: inline-block;
  line-height: 80px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .header_nav1_logo {
    display: none;
  }
}
.header_nav1_menu {
  display: inline-block;
  margin-left: 50px;
  line-height: 80px;
}
@media only screen and (max-width: 768px) {
  .header_nav1_menu {
    display: none;
  }
}
.header_nav1_item {
  display: inline-block;
  margin-right: 55px;
}
.header_nav1_link {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
}
.header_nav1_link:hover {
  color: #21b46d;
}
.header_nav1_registration {
  float: right;
  line-height: 80px;
  margin-right: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header_nav1_registration {
    display: none;
  }
}
.header_nav1_registration_list {
  padding-left: 24px;
}
.header_nav1_registration_item {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
}
.header_nav1_registration_item:hover {
  color: #21b46d;
}
.header_nav1_registration:before {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #c6c6c6;
  opacity: 0.3;
}
.header_nav1_lang {
  float: right;
  margin-right: 25px;
  display: none;
}
.header_nav1_lang_select {
  margin-top: 30px;
  padding-right: 20px;
  background-color: transparent;
  color: #4a4a4a;
  border-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: button;
  background: url("static/img/path-2.svg") right center no-repeat;
}
.header_nav1_lang_select:hover {
  color: #21b46d;
  background: url("static/img/path-2_hover.svg") right center no-repeat;
}
.header_nav1_lang_item {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  background-color: #fff;
}
.header_nav1_try {
  float: right;
  line-height: 80px;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .header_nav1_try {
    float: none;
    text-align: center;
  }
}
.header_nav1_try_button {
  padding: 6px 32px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #21b46d;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.header_nav1_try_button:hover {
  background-color: #1b8f57;
  color: #fff;
  transition: 0.3s;
}
.header_nav1_mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header_nav1_mobile {
    display: block;
    float: right;
    line-height: 80px;
    margin-right: 25px;
    margin-top: 25px;
    padding: 8px;
    cursor: pointer;
  }
}
.header_nav1_mobile_button {
  width: 17px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header_nav1_mobile_button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #969696;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header_nav1_mobile_button span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header_nav1_mobile_button span:nth-child(2) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header_nav1_mobile_button span:nth-child(3) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.projects1 {
  padding: 40px 0 50px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.projects1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(112deg, rgba(115,238,214,0.1), rgba(33,180,109,0.1));
  border-bottom-left-radius: 70%;
  border-bottom-right-radius: 70%;
  z-index: 1;
}
.projects1_blockLeft {
  float: left;
  width: 42%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .projects1_blockLeft {
    float: none;
    width: 100%;
  }
}
.projects1_blockLeft_title {
  margin-top: 40px;
  font-family: Heebo;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}
@media only screen and (max-width: 1024px) {
  .projects1_blockLeft_title {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .projects1_blockLeft_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .projects1_blockLeft_title br {
    display: none;
  }
}
.projects1_blockLeft_text {
  margin-top: 50px;
  font-family: ProximaNovaLt;
  font-size: 16px;
  line-height: 1.75;
  color: #494949;
}
@media only screen and (max-width: 992px) {
  .projects1_blockLeft_text {
    margin-top: 30px;
    line-height: 1.3;
  }
}
.projects1_blockLeft_image {
  display: none;
}
@media only screen and (max-width: 768px) {
  .projects1_blockLeft_image {
    display: block;
    width: 100%;
  }
}
.projects1_blockLeft_try {
  margin-top: 30px;
  max-width: 380px;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(188,212,204,0.19);
  border: solid 1px rgba(33,180,109,0.31);
}
@media only screen and (max-width: 768px) {
  .projects1_blockLeft_try {
    margin: 30px auto 0;
  }
}
.projects1_blockLeft_try_input {
  width: 250px;
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 20px;
  font-family: ProximaNovaLt;
  font-size: 16px;
  color: #4a4a4a;
}
@media only screen and (max-width: 992px) {
  .projects1_blockLeft_try_input {
    width: 150px;
  }
}
.projects1_blockLeft_try_button {
  float: right;
  max-height: 40px;
  margin: 1px;
  padding: 0px 32px;
  background-color: #21b46d;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.projects1_blockLeft_try_button:hover {
  background-color: #1b8f57;
  color: #fff;
  transition: 0.3s;
}
.projects1_blockRight {
  float: left;
  width: 58%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .projects1_blockRight {
    display: none;
  }
}
.projects1_blockRight img {
  width: 100%;
}
.list {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.list_box {
  margin-bottom: 70px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .list_box {
    text-align: center;
  }
}
.list_box:last-child {
  margin-bottom: 0;
}
.list_box_image {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .list_box_image {
    float: none;
    margin: 0 auto;
  }
}
.list_box_block {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .list_box_block {
    float: none;
    width: 100%;
  }
}
.list_box_block_title {
  margin: 14px 0 0 85px;
  font-family: Heebo;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}
@media only screen and (max-width: 768px) {
  .list_box_block_title {
    margin: 14px 0 0 0;
  }
}
.list_box_block_text {
  margin: 30px 0 0 85px;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .list_box_block_text {
    margin: 30px 0 0 0;
  }
}
.mobile {
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .mobile {
    text-align: center;
  }
}
.mobile:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(112deg, rgba(115,238,214,0.1), rgba(33,180,109,0.1));
  z-index: 1;
}
.mobile:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .mobile:after {
    min-height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile:after {
    display: none;
  }
}
.mobile_title {
  text-align: center;
  font-family: Heebo;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.79;
  margin-bottom: 30px;
}
.mobile_blockFirst {
  float: left;
  width: 35%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .mobile_blockFirst {
    display: none;
  }
}
.mobile_blockFirst_box {
  padding: 30px 40px 0 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .mobile_blockFirst_box {
    text-align: center;
  }
}
.mobile_blockFirst_box_title {
  font-family: Heebo;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.15;
  color: #4a4a4a;
}
@media only screen and (max-width: 992px) {
  .mobile_blockFirst_box_title {
    line-height: 1.5;
  }
}
.mobile_blockFirst_box_desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #494949;
}
@media only screen and (max-width: 992px) {
  .mobile_blockFirst_box_desc {
    margin-top: 0px;
    line-height: 1.2;
  }
}
.mobile_blockSecond {
  float: left;
  width: 30%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.mobile_blockSecond_image {
  min-height: 550px;
}
@media only screen and (max-width: 768px) {
  .mobile_blockSecond {
    float: none;
    width: 100%;
  }
}
.mobile_blockSecond img {
  max-width: 304px;
  width: 100%;
}
.mobile_blockSecond_getApp {
  margin-top: 100px;
}
.mobile_blockSecond_getApp_button {
  padding: 8px 50px;
  color: #fff;
  background-color: #21b46d;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
}
.mobile_blockSecond_getApp_button:hover {
  color: #fff;
  background-color: #1b8f57;
  transition: 0.3s;
}
.mobile_blockThird {
  float: left;
  width: 35%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .mobile_blockThird {
    float: none;
    width: 100%;
  }
}
.mobile_blockThird_box {
  padding: 30px 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .mobile_blockThird_box {
    padding: 30px 0 0 0px;
  }
}
.mobile_blockThird_box_title {
  font-family: Heebo;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.15;
  color: #4a4a4a;
}
@media only screen and (max-width: 992px) {
  .mobile_blockThird_box_title {
    line-height: 1.5;
  }
}
.mobile_blockThird_box_desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #494949;
}
@media only screen and (max-width: 992px) {
  .mobile_blockThird_box_desc {
    margin-top: 0px;
    line-height: 1.2;
  }
}
.aboutUs {
  padding: 50px 0;
  background-color: rgba(216,216,216,0.2);
  text-align: center;
}
.aboutUs_title {
  margin-bottom: 50px;
  font-family: Heebo;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.79;
  text-align: center;
  color: #4a4a4a;
}
.aboutUs_box {
  display: inline-block;
  width: 30%;
  text-align: left;
}
.aboutUs_box_image {
  float: left;
}
.aboutUs_box_info {
  float: left;
  width: 70%;
}
.aboutUs_box_info_name {
  font-family: Heebo;
  font-size: 20px;
  font-weight: bold;
  color: #4a4a4a;
}
.aboutUs_box_info_position {
  opacity: 0.7;
  font-family: Heebo;
  font-size: 12px;
  line-height: 2;
  color: #4a4a4a;
}
.aboutUs_box_info_text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
}
.contacUs {
  padding: 50px 0;
  background: #fff;
}
.contacUs_title {
  margin-bottom: 20px;
  text-align: center;
  font-family: Heebo;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.79;
  color: #4a4a4a;
}
.contacUs_form {
  max-width: 640px;
  margin: 0 auto;
}
.contacUs_form_box label {
  display: block;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #4a4a4a;
}
.contacUs_form_box_input {
  width: 100%;
  line-height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  border: solid 1px #bbb;
}
.contacUs_form_box_textarea {
  width: 100%;
  line-height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  border: solid 1px #bbb;
}
.contacUs_form_box_submit {
  display: block;
  padding: 8px 50px;
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #21b46d;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  border-radius: 50px;
}
.contacUs_form_box_submit:hover {
  background-color: #1b8f57;
  transition: 0.3s;
}
.footer {
  padding: 50px 0;
  background-color: #373a42;
}
.footer_blockLeft {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .footer_blockLeft {
    width: 100%;
  }
}
.footer_blockLeft_box {
  width: 50%;
  float: left;
}
.footer_blockLeft_box_title {
  margin-bottom: 10px;
  font-family: Heebo;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.15;
  color: #fff;
}
.footer_blockLeft_box_menuRec_item,
.footer_blockLeft_box_menuRec_link {
  font-size: 14px;
  line-height: 2.79;
  color: #fff;
  cursor: pointer;
}
.footer_blockLeft_box_menuRec_item:hover,
.footer_blockLeft_box_menuRec_link:hover {
  color: #fff;
}
.footer_blockLeft_box_menuConnect_item,
.footer_blockLeft_box_menuConnect_link {
  font-size: 14px;
  line-height: 2.79;
  color: #fff;
  cursor: pointer;
}
.footer_blockLeft_box_menuConnect_item:hover,
.footer_blockLeft_box_menuConnect_link:hover {
  color: #fff;
}
.footer_blockRight {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .footer_blockRight {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.footer_blockRight a {
  cursor: pointer;
}
.footer_blockRight_title {
  margin-bottom: 20px;
  font-family: Heebo;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.15;
  color: #fff;
}
.footer_blockRight_imageGoogle {
  margin-left: 15px;
}
.footer_blockRight_rights {
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.86;
  color: #fff;
}
.header_nav1_mobile_button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 3px;
}
.header_nav1_mobile_button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header_nav1_mobile_button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  left: 3px;
}
.fixed_mob {
  position: fixed;
  transform: translateX(0);
  transition: all 0.5s ease;
}
#paper-icon {
  transform: translateY(0) translateX(0);
}
#paper {
  -webkit-animation: flypaper 4s infinite ease-in-out;
  -moz-animation: flypaper 4s infinite ease-in-out;
}
#bg-1 {
  -webkit-animation: floting-line 4s infinite ease-in-out;
  -moz-animation: floting-line 4s infinite ease-in-out;
}
.left-lines {
  -webkit-animation: floting-line-2 4s infinite ease-in-out;
  -moz-animation: floting-line-2 4s infinite ease-in-out;
}
.dots {
  transform-origin: 10% 60%;
  -webkit-animation: rotate-dots 4s infinite ease-in-out;
  -moz-animation: rotate-dots 4s infinite ease-in-out;
}
@-webkit-keyframes flypaper {
  0% {
    -webkit-transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
  }
}
@-webkit-keyframes floting-line {
  0% {
    -webkit-transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
  }
}
@-webkit-keyframes floting-line-2 {
  0% {
    -webkit-transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-10px);
  }
}
@-webkit-keyframes rotate-dots {
  0% {
    -webkit-transform: rotateZ(0);
  }
  50% {
    -webkit-transform: rotateZ(-15deg) translateY(7px);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
#server-icon {
  transform: translatey(0) translatex(0);
}
.r1 {
  -webkit-animation: blink 1s infinite ease-in-out;
  -moz-animation: blink 1s infinite ease-in-out;
}
.r2 {
  -webkit-animation: blink 1s infinite ease-in-out;
  -moz-animation: blink 1s infinite ease-in-out;
  animation-delay: 0.33s;
}
.r3 {
  -webkit-animation: blink 1s infinite ease-in-out;
  -moz-animation: blink 1s infinite ease-in-out;
  animation-delay: 0.66s;
}
.right-lines {
  -webkit-animation: floting-line 4s infinite ease-in-out;
  -moz-animation: floting-line 4s infinite ease-in-out;
}
.left-lines {
  -webkit-animation: floting-line-2 4s infinite ease-in-out;
  -moz-animation: floting-line-2 4s infinite ease-in-out;
}
#Dots {
  transform-origin: 80% 50%;
  -webkit-animation: rotate-dots 4s infinite ease-in-out;
  -moz-animation: rotate-dots 4s infinite ease-in-out;
}
@-webkit-keyframes floting-line {
  0% {
    -webkit-transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
  }
}
@-webkit-keyframes floting-line-2 {
  0% {
    -webkit-transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-10px);
  }
}
@-webkit-keyframes rotate-dots {
  0% {
    -webkit-transform: rotatez(0);
  }
  50% {
    -webkit-transform: rotatez(-15deg) translateY(7px);
  }
  100% {
    -webkit-transform: rotatez(0);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#lock-icon {
  transform: translatey(0) translatex(0);
}
#check {
  stroke-dasharray: 80, 40px;
  -webkit-animation: path-animation 3.8s infinite ease;
  -moz-animation: path-animation 4s infinite ease;
}
.right-lines {
  -webkit-animation: floting-line 4s infinite ease-in-out;
  -moz-animation: floting-line 4s infinite ease-in-out;
}
.left-lines {
  -webkit-animation: floting-line-2 4s infinite ease-in-out;
  -moz-animation: floting-line-2 4s infinite ease-in-out;
}
#Dots {
  transform-origin: 30% 30%;
  -webkit-animation: rotate-dots 4s infinite ease-in-out;
  -moz-animation: rotate-dots 4s infinite ease-in-out;
}
@-webkit-keyframes floting-line {
  0% {
    -webkit-transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
  }
}
@-webkit-keyframes floting-line-2 {
  0% {
    -webkit-transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-10px);
  }
}
@-webkit-keyframes rotate-dots {
  0% {
    -webkit-transform: rotatez(0);
  }
  50% {
    -webkit-transform: rotatez(-15deg) translateY(7px);
  }
  100% {
    -webkit-transform: rotatez(0);
  }
}
@-webkit-keyframes path-animation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -98px;
  }
}
#inform-icon {
  transform: translatey(0) translatex(0);
}
.i {
  transform-origin: 50% 50%;
  -webkit-animation: circle-animation 3s infinite ease-in-out;
  -moz-animation: circle-animation 4s infinite ease-in-out;
}
.i2 {
  animation-delay: 1s;
}
.i3 {
  animation-delay: 2s;
}
.right-lines {
  -webkit-animation: floting-line 4s infinite ease-in-out;
  -moz-animation: floting-line 4s infinite ease-in-out;
}
.left-lines {
  -webkit-animation: floting-line-2 4s infinite ease-in-out;
  -moz-animation: floting-line-2 4s infinite ease-in-out;
}
#Dots {
  transform-origin: 30% 30%;
  -webkit-animation: rotate-dots 4s infinite ease-in-out;
  -moz-animation: rotate-dots 4s infinite ease-in-out;
}
@-webkit-keyframes floting-line {
  0% {
    -webkit-transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
  }
}
@-webkit-keyframes floting-line-2 {
  0% {
    -webkit-transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-10px);
  }
}
@-webkit-keyframes rotate-dots {
  0% {
    -webkit-transform: rotatez(0);
  }
  50% {
    -webkit-transform: rotatez(-15deg) translateY(7px);
  }
  100% {
    -webkit-transform: rotatez(0);
  }
}
@-webkit-keyframes circle-animation {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
#presentation-icon {
  transform: translatey(0) translatex(0);
}
.i {
  transform-origin: 50% 50%;
  -webkit-animation: circle-animation 3s infinite ease-in-out;
  -moz-animation: circle-animation 4s infinite ease-in-out;
}
.i2 {
  animation-delay: 1s;
}
.i3 {
  animation-delay: 2s;
}
#chart {
  transform-origin: 50% 50%;
  -webkit-animation: chart-animation 4s infinite ease-in-out;
  -moz-animation: chart-animation 4s infinite ease-in-out;
}
.right-lines {
  -webkit-animation: floting-line 4s infinite ease-in-out;
  -moz-animation: floting-line 4s infinite ease-in-out;
}
.left-lines {
  -webkit-animation: floting-line-2 4s infinite ease-in-out;
  -moz-animation: floting-line-2 4s infinite ease-in-out;
}
#Dots {
  transform-origin: 30% 30%;
  -webkit-animation: rotate-dots 4s infinite ease-in-out;
  -moz-animation: rotate-dots 4s infinite ease-in-out;
}
@-webkit-keyframes floting-line {
  0% {
    -webkit-transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
  }
}
@-webkit-keyframes floting-line-2 {
  0% {
    -webkit-transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-10px);
  }
}
@-webkit-keyframes rotate-dots {
  0% {
    -webkit-transform: rotatez(0);
  }
  50% {
    -webkit-transform: rotatez(-15deg) translateY(7px);
  }
  100% {
    -webkit-transform: rotatez(0);
  }
}
@-webkit-keyframes chart-animation {
  0% {
    transform: rotatez(0);
  }
  50% {
    transform: rotatez(-45deg);
  }
  100% {
    transform: rotatez(0);
  }
}
#l-1111 {
  -webkit-animation: line-move 8s infinite ease-in-out;
  -moz-animation: line-move 8s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#l-2111 {
  -webkit-animation: line-move 5s infinite ease-in-out;
  -moz-animation: line-move 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#l-3111 {
  -webkit-animation: line-move 13s infinite ease-in-out;
  -moz-animation: line-move 13s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#l-4111 {
  -webkit-animation: line-move 5s infinite ease-in-out;
  -moz-animation: line-move 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#l-5111 {
  -webkit-animation: line-move 5s infinite ease-in-out;
  -moz-animation: line-move 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#r-1111 {
  -webkit-animation: line-move-right 13s infinite ease-in-out;
  -moz-animation: line-move-right 13s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#r-2111 {
  -webkit-animation: line-move-right 8s infinite ease-in-out;
  -moz-animation: line-move-right 8s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#r-3111 {
  -webkit-animation: line-move-right 5s infinite ease-in-out;
  -moz-animation: line-move-right 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#r-4111 {
  -webkit-animation: line-move-right 5s infinite ease-in-out;
  -moz-animation: line-move-right 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
.wrap {
  height: 400px;
  width: 100%;
  position: relative;
}
.lines {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
}
.lines .svg-img {
  width: 100%;
  height: 100%;
}
#macbook {
  position: absolute;
  height: 400px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 5;
  top: 0;
}
#bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  padding-top: 100px;
  padding-bottom: 100px;
}
@-webkit-keyframes line-move {
  0% {
    -webkit-transform: translateX(150px);
  }
  50% {
    -webkit-transform: translateX(-180px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(150px);
  }
}
@-webkit-keyframes line-move-right {
  0% {
    -webkit-transform: translateX(-150px);
  }
  50% {
    -webkit-transform: translateX(180px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-150px);
  }
}
#l-1222 {
  -webkit-animation: line-move 8s infinite ease-in-out;
  -moz-animation: line-move 8s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
.l-2222 {
  -webkit-animation: line-move 5s infinite ease-in-out;
  -moz-animation: line-move 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#l-3222 {
  -webkit-animation: line-move 13s infinite ease-in-out;
  -moz-animation: line-move 13s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#l-4222 {
  -webkit-animation: line-move 5s infinite ease-in-out;
  -moz-animation: line-move 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#l-5222 {
  -webkit-animation: line-move 5s infinite ease-in-out;
  -moz-animation: line-move 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#r-1222 {
  -webkit-animation: line-move-right 13s infinite ease-in-out;
  -moz-animation: line-move-right 13s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#r-2222 {
  -webkit-animation: line-move-right 8s infinite ease-in-out;
  -moz-animation: line-move-right 8s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
.r-3222 {
  -webkit-animation: line-move-right 5s infinite ease-in-out;
  -moz-animation: line-move-right 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
#r-4222 {
  -webkit-animation: line-move-right 5s infinite ease-in-out;
  -moz-animation: line-move-right 5s infinite ease-in-out;
  box-shadow: 0px 2px 4px #d7ede2;
}
.wrap1 {
  height: 400px;
  width: 100%;
  position: relative;
}
.lines1 {
  position: absolute;
  width: 110%;
  height: 400px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.lines1 .svg-img {
  width: 100%;
  height: 70%;
}
#phone1 {
  position: absolute;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 5;
  top: 0px;
}
@-webkit-keyframes line-move {
  0% {
    -webkit-transform: translateX(150px);
  }
  50% {
    -webkit-transform: translateX(-180px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(150px);
  }
}
@-webkit-keyframes line-move-right {
  0% {
    -webkit-transform: translateX(-150px);
  }
  50% {
    -webkit-transform: translateX(180px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-150px);
  }
}


.content_embedBox-title{
  color: #354052;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #ebebf1;
}

.ui-grid {
  border: none;
  padding-bottom: 0;
}

.ui-grid-pinned-container-left .ui-grid-render-container-left .ui-grid-viewport {
  overflow: hidden;
  background: #f0f0ee;
  border-right: 1px solid #aeaeae;
}

.date-picker-styled-wrap {
  width: 306px;
  height: 34px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #d4d7e3;
  position: relative;
  cursor: pointer;
}

.date-picker-styled {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-picker-styled-wrap:after {
  content: url(/static/img/down-arrow.svg);
  position: absolute;
  right: 10px;
  top: 7px;
}

.calendar-icon {
  margin-right: 10px;
}

.defis {
  margin-right: 8px;
  margin-left: 8px;
}

.cv-bootstrap {
  padding: 2px;
}