@font-face {
  font-family: "SF-Pro";
  font-weight: bold;
  font-style: normal;
  src: url("https://nimbusweb.me/capture-pro/assets/fonts/SFpro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "SF-Pro";
  font-weight: normal;
  font-style: normal;
  src: url("https://nimbusweb.me/capture-pro/assets/fonts/SFpro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SF-Pro";
  font-weight: 400;
  font-style: normal;
  src: url("https://nimbusweb.me/capture-pro/assets/fonts/SFpro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "SF-Pro";
  font-weight: 300;
  font-style: normal;
  src: url("https://nimbusweb.me/capture-pro/assets/fonts/SFpro-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "SF-Pro-Display";
  font-weight: 700;
  font-style: normal;
  src: url("https://nimbusweb.me/assets/fonts/SF-Pro-Display-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SF-Pro-Display";
  font-weight: 400;
  font-style: normal;
  src: url("https://nimbusweb.me/assets/fonts/SF-Pro-Display-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SF-Pro-Display";
  font-weight: 300;
  font-style: normal;
  src: url("https://nimbusweb.me/assets/fonts/SF-Pro-Display-Light.otf") format("opentype");
}
@font-face {
  font-family: "SF-Pro-Text";
  src: url("https://nimbusweb.me/assets/fonts/SF-Pro-Text-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Text";
  src: url("https://nimbusweb.me/assets/fonts/SF-Pro-Text-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Text";
  src: url("https://nimbusweb.me/assets/fonts/SF-Pro-Text-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Text";
  src: url("https://nimbusweb.me/assets/fonts/SF-Pro-Text-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Text";
  src: url("https://nimbusweb.me/assets/fonts/SF-Pro-Text-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
::placeholsder {
  color: #666;
}

::-moz-selection {
  background-color: #17a2b9;
  color: #fff;
}

::selection {
  background-color: #17a2b9;
  color: #fff;
}

body {
  background: #fff;
  font: 15px "Roboto", Verdana, Arial, sans-serif;
  color: #3e4849;
  line-height: 1.5;
  overflow-x: hidden;
}
body.on-scroll {
  padding-top: 90px;
}

* {
  margin: 0;
  padding: 0;
}
* img {
  border: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive.img-width {
  width: 100%;
}

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

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

b, strong {
  font-weight: bold;
}

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-size: 100%;
  vertical-align: baseline;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

input, textarea, button {
  border-radius: 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
}

ul li {
  list-style-type: none;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #0081c5;
  outline: none;
  cursor: pointer;
}

html, body {
  height: auto;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.wrap_it_all {
  min-height: 100%;
}

* html .wrap_it_all {
  height: 100%;
}

.padding-bottom {
  padding-bottom: 170px !important;
  padding-top: 20px !important;
}

.button_scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  right: 100px;
  bottom: 92px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  color: #BAC3D7;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  border-radius: 30px;
}
.button_scroll i {
  transform: rotate(90deg);
}

.black {
  color: #000 !important;
}

.index {
  z-index: 5;
}

.flex {
  display: -ms-flex;
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

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

.align-start {
  align-items: flex-start;
}

.corporate-blue {
  color: #319fb7;
}

a.corporate-blue {
  color: #319fb7;
}
a.corporate-blue:hover {
  color: #07B8C7;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.b2c-button {
  padding: 2px 13px;
  color: #17a2b9;
  border-radius: 20px;
  display: -ms-flex;
  display: inline-block;
  align-items: center;
  font-size: 14px;
  border: 1px solid #17a2b9;
  transition: 0.3s;
}
.b2c-button:hover {
  color: #fff;
  background-color: #1dc7e3;
  border-color: #1dc7e3;
}
.b2c-button i {
  margin-left: 10px;
}

.wrapper {
  height: 100%;
  max-width: 1170px;
  min-width: 320px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

.video-container {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.video-container video {
  width: 100%;
  height: auto;
}

.header {
  -webkit-transform: translateZ(0);
  position: relative;
  height: 90px;
  padding: 11px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 999;
  background-color: #fff;
}
.header_input {
  display: none;
}

.button_login {
  width: auto !important;
  margin-right: 30px;
  padding: 10px !important;
  margin-right: 0;
}
.button_login span {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-usecases {
  display: none;
}

.mobile-menu {
  display: none;
}

.fixed-cases {
  -webkit-transform: translateZ(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 50px;
}
.fixed-cases .main-slide .carousel-header_item__text {
  color: #17a2b9 !important;
}
.fixed-cases .header-navbar {
  display: none;
}
.fixed-cases .logo-nimbusweb {
  display: -ms-flex;
  display: flex;
  height: 100%;
  align-items: center;
}
.fixed-cases .logo-nimbusweb a {
  display: flex;
}
.fixed-cases .wrapper-header {
  padding: 0 20px;
}
.fixed-cases .wrapper-header .auth_buttons {
  display: none;
}
.fixed-cases .header-usecases {
  display: -ms-flex;
  display: flex;
  width: 56vw;
}
.fixed-cases .header-usecases .carousel-header {
  position: relative;
}
.fixed-cases .header-usecases .carousel-header .owl-dots {
  position: absolute;
}
.fixed-cases .header-usecases .carousel-header_item.active a {
  color: #17a2b9 !important;
}
.fixed-cases .header-usecases .carousel-header_item__text {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #7d7e8e;
  transition: 0.3s;
  padding: 0 10px;
}
.fixed-cases .header-usecases .carousel-header_item__text:hover {
  color: #17a2b9;
}
.fixed-cases .header-usecases .carousel-header::before {
  position: absolute;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
  left: 0;
  top: 0;
  content: "";
  width: 80px;
  height: 24px;
  z-index: 10;
}
.fixed-cases .header-usecases .carousel-header::after {
  position: absolute;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  right: 0;
  top: 0;
  content: "";
  width: 80px;
  height: 24px;
  z-index: 10;
}
.fixed-cases .header-usecases .carousel-header .owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 12px);
}
.fixed-cases .header-usecases .carousel-header .owl-nav .owl-prev {
  opacity: 0.4;
  position: absolute;
  left: -40px;
  transition: 0.3s;
}
.fixed-cases .header-usecases .carousel-header .owl-nav .owl-prev:hover {
  color: #000;
}
.fixed-cases .header-usecases .carousel-header .owl-nav .owl-next {
  opacity: 0.4;
  position: absolute;
  right: -40px;
  transition: 0.3s;
}
.fixed-cases .header-usecases .carousel-header .owl-nav .owl-next:hover {
  color: #000;
}
.fixed-cases .header_input {
  display: -ms-flex;
  display: flex;
  position: relative;
  height: 100%;
  width: 300px;
  align-items: center;
}
.fixed-cases .header_input input {
  width: 100%;
  border: 1px solid #17a2b9;
  border-radius: 20px;
  padding-left: 13px;
  padding-right: 118px;
  height: 30px;
}
.fixed-cases .header_input input::-moz-placeholder {
  color: #c1cadb;
}
.fixed-cases .header_input input::placeholder {
  color: #c1cadb;
}
.fixed-cases .header_input .button_sign {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 30px;
  background-color: #17a2b9;
  border-radius: 20px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
  height: 30px;
  padding-left: 0;
  padding-bottom: 1px;
  transition: 0.3s;
  padding-right: 0;
}
.fixed-cases .header_input .button_sign:hover {
  background-color: #1dc7e3;
}

.buttons span {
  font-weight: bold;
  font-size: 15px;
  display: block;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  background: #3d4748;
}

.fixed {
  -webkit-transform: translateZ(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 50px;
}
.fixed .navbar-point {
  padding: 15px;
}
.fixed .logo-nimbusweb img {
  width: 100px;
  height: 33px;
}
.fixed .auth_buttons {
  display: none !important;
}
.fixed .auth_buttons .button_login {
  color: #fff;
  background-color: #17a2b9;
  border-radius: 20px;
  height: 30px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed .auth_buttons .button_login:hover {
  background-color: #1dc7e3;
  color: #fff;
}
.fixed .header_input {
  display: -ms-flex;
  display: flex;
  position: relative;
  height: 100%;
  width: 290px;
  align-items: center;
}
.fixed .header_input input {
  width: 100%;
  border: 1px solid #17a2b9;
  border-radius: 20px;
  padding-left: 12px;
  padding-right: 118px;
  height: 30px;
}
.fixed .header_input input::-moz-placeholder {
  color: #c1cadb;
}
.fixed .header_input input::placeholder {
  color: #c1cadb;
}
.fixed .header_input .button_sign {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 30px;
  background-color: #17a2b9;
  border-radius: 20px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
  padding-left: 0;
  padding-bottom: 1px;
  transition: 0.3s;
  padding-right: 0;
}
.fixed .header_input .button_sign:hover {
  background-color: #1dc7e3;
}
.fixed .header_input .button_sign:active {
  background-color: #1dc7e3;
}
.fixed .header_input .button_sign:active span {
  background-color: #1dc7e3;
}

.wrapper-header {
  height: 100%;
  width: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper-header .auth_buttons {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.wrapper-header .auth_buttons .button_sign {
  transition: 0.3s;
}
.wrapper-header .auth_buttons .button_sign:hover {
  color: #4c4d5f;
}
.wrapper-header .auth_buttons .button_login {
  color: #fff;
  background-color: #17a2b9;
  border-radius: 20px;
  height: 30px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-header .auth_buttons .button_login:hover {
  background-color: #1dc7e3;
  color: #fff;
}

.navbar-point {
  padding: 19px;
  position: relative;
}
.navbar-point a {
  font-size: 18px;
  font-weight: 500;
  color: #4c4d5f;
}
.navbar-point .unclickable-link {
  font-size: 18px;
  font-weight: 500;
  color: #4c4d5f;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.navbar-point:hover {
  background-image: url(https://nimbusweb.me/images/header/active.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 75%;
}
.navbar-point:hover a {
  color: #323348;
  text-decoration: none;
}

.ru .navbar-point {
  padding: 15px;
}
.ru a {
  font-size: 16px !important;
}

.button_sign {
  font-size: 15px;
  color: #7d7e8e;
  transition: 0.3s;
}

.button_start {
  font-size: 14px;
  background-color: #17a2b9;
  border-radius: 15px;
  padding: 5px 21px;
  margin-left: 15px;
  transition: 0.3s;
  color: #fff;
}
.button_start:hover {
  color: #fff;
  background-color: #1dc7e3;
}
.button_start:active {
  background-color: #1dc7e3;
}
.button_start:active span {
  background-color: #1dc7e3;
}

.wrap-navbar {
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
}

.wrap-submenu-product {
  width: 860px;
  height: 305px;
  position: absolute;
  display: -ms-flex;
  display: flex;
  box-shadow: 0 0 30px 0 rgba(50, 51, 72, 0.15);
  top: 51px;
  left: 0;
  display: none;
  z-index: 50;
  background-color: #fff;
}

.navbar-point:hover .wrap-submenu-product {
  display: -ms-flex;
  display: flex;
  z-index: 20;
}
.navbar-point:hover .wrap-submenu-cases {
  display: -ms-flex;
  display: flex;
  z-index: 20;
}

.wrapper-tabs {
  width: 510px;
  background-color: #f4f7fb;
  padding: 15px;
}

.wrap-tab {
  height: 100%;
  display: none;
}

.wrap-tab.active {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.submenu-tabs {
  width: 350px;
  padding: 15px 0 15px 15px;
  background-color: #fff;
}

.submenu-tab {
  padding-left: 15px;
}

.submenu-tab a:first-child {
  display: -ms-flex;
  display: flex;
  height: 80px;
}

.header-product-logo {
  margin-right: 20px;
}

.header-product-info {
  font-size: 12px;
  font-weight: normal;
}
.header-product-info span {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

.wrap-tab-text {
  width: 260px;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}

.wrap-tab-img img {
  width: 190px;
}

.submenu-tab.active {
  background-color: #f4f7fb;
  border-radius: 30px 0 0 30px;
}

.wrap-submenu-cases {
  box-shadow: 0 0 30px 0 rgba(50, 51, 72, 0.15);
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  flex-direction: column;
  z-index: 2;
  background-color: #fff;
}

.line-height-optional {
  line-height: 21px !important;
}

.submenu-cases {
  width: 782px;
  height: 290px;
  flex-wrap: wrap;
  padding: 25px 20px;
}
.submenu-cases li {
  width: 215px;
  padding-left: 15px;
  padding-right: 5px;
  margin-right: 5px;
  margin-bottom: 1px;
  transition: 0.3s;
}
.submenu-cases li:hover {
  background-color: #f4f7fb;
  border-radius: 25px;
}
.submenu-cases li:hover .submenu-cases-info {
  display: flex;
  transition: 0.3s;
}
.submenu-cases li a {
  font-size: 16px;
  color: #7d7e8e;
  font-weight: normal;
  display: block;
  line-height: 33px;
}
.submenu-cases__item {
  width: 215px;
  padding-left: 15px;
  padding-right: 5px;
  margin-right: 5px;
  margin-bottom: 1px;
  transition: 0.3s;
}
.submenu-cases__item:hover {
  background-color: #f4f7fb;
  border-radius: 25px;
}
.submenu-cases__item:hover .submenu-cases-info {
  display: flex;
  transition: 0.3s;
}
.submenu-cases__item a {
  font-size: 16px;
  color: #7d7e8e;
  font-weight: normal;
  display: block;
  line-height: 33px;
}

.min-width {
  width: 255px;
  height: auto;
}

.min-width-ru {
  width: 182px;
  height: auto;
}
.min-width-ru li {
  width: 140px;
}

.submenu-cases-info {
  width: 782px;
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f4f7fb;
  padding: 29px 43px 10px 34px;
  text-align: left;
  top: 100%;
  left: 0;
  box-shadow: 0 13px 30px 0 rgba(50, 51, 72, 0.15);
}
.submenu-cases-info ul {
  display: -ms-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
}
.submenu-cases-info ul li {
  list-style-type: disc;
  color: #7d7e8e;
  font-size: 12px;
  margin-right: 25px;
  line-height: 12px;
  padding-left: 0;
  width: auto;
  margin-bottom: 10px;
}
.submenu-cases-info .title {
  font-size: 16px;
  font-weight: bold;
  color: #7d7e8e;
  line-height: 22px;
}

.header-navbar {
  margin-right: 0;
}

.header-arrow {
  width: 10px;
  height: auto;
  margin-left: 5px;
  display: none;
  transition: transform 0.2s ease;
}

.header-new .wrap-tab-info-block {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}
.header-new .navbar-point .header-button-group {
  display: flex;
  width: 100%;
  font-family: "SF-Pro", sans-serif;
  position: relative;
  top: -10px;
  justify-content: center;
}
.header-new .navbar-point .header-btn-link {
  font-size: 13px;
  color: #fff;
  padding: 6px 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0 40px;
  line-height: 1.5;
}
.header-new .navbar-point a,
.header-new .unclickable-link {
  font-size: 16px;
  line-height: 33px;
  font-weight: normal;
}
.header-new .navbar-point-products .wrap-submenu-product a {
  line-height: 20px;
}
.header-new .header-new__logo {
  display: flex;
}
.header-new .header-new__logo img {
  height: 44px;
  width: auto;
}
.header-new .header-new__logo-short {
  display: none;
}
.header-new .navbar-point {
  padding: 33px 21px;
  cursor: pointer;
}
.header-new .header-navbar {
  margin-right: 0;
}
.header-new .button_sign,
.header-new .button_start {
  text-decoration: none;
}
.header-new .button_start {
  padding: 4px 21px;
  background-color: #00A1B7;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-new .button_start:hover {
  background-color: #07B8C7;
}
.header-new .button_start:active {
  background-color: #00809F;
}
.header-new .button_start span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-new .button_start span:active {
  background-color: #00809F;
}
.header-new .submenu-cases.min-width {
  height: auto;
}
.header-new .wrap-submenu-product,
.header-new .wrap-submenu-cases {
  top: 75px;
}
.header-new .submenu-cases-info .title {
  padding-bottom: 18px;
}
.header-new .mobile-menu label {
  margin-bottom: 0;
}
.header-new .navbar-point.current .header-new-main-link,
.header-new .navbar-point.current .unclickable-link {
  font-weight: bold;
  color: #00A1B7;
}

.header.header-new.fixed .auth_buttons {
  display: flex !important;
}

.header.header-new.fixed-cases .header-new__logo {
  display: none;
}
.header.header-new.fixed-cases .header-new__logo-short {
  display: flex;
}

.header.header-new.fixed .navbar-point a,
.header.header-new.fixed .unclickable-link {
  font-size: 14px;
}
.header.header-new.fixed .header-new__logo {
  display: none;
}
.header.header-new.fixed .header-new__logo-short {
  display: flex;
}
.header.header-new.fixed .logo-nimbusweb img {
  width: 138px;
  height: 24px;
}
.header.header-new.fixed .navbar-point {
  padding: 17px 15px;
}
.header.header-new.fixed .wrap-submenu-product,
.header.header-new.fixed .wrap-submenu-cases {
  top: 52px;
}
.header.header-new.fixed .header-arrow {
  display: inline-block;
}

.header-new.header-with-sub {
  height: auto;
  padding-bottom: 0;
  position: relative;
  padding: 11px 0;
  z-index: 999;
  height: 90px;
}
.header-new.header-with-sub .mobile-menu label {
  margin-bottom: 0;
}

.header-usecases-new {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #EAF1F5;
  height: 55px;
  z-index: 998;
  position: relative;
}
.header-usecases-new .sub-header__block {
  display: flex;
  justify-content: center;
}
.header-usecases-new .sub-header__block .carousel-header_item {
  padding: 14px;
}
.header-usecases-new .sub-header__block .carousel-header_item .carousel-header_item__text {
  padding: 0 10px;
  text-decoration: none;
  color: #7d7e8e;
}
.header-usecases-new .sub-header__block .carousel-header_item .carousel-header_item__text:hover {
  color: #17a2b9;
}
.header-usecases-new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10%;
  background-image: linear-gradient(to right, #EAF1F5, rgba(255, 255, 255, 0));
  z-index: 999;
}
.header-usecases-new::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background-image: linear-gradient(to left, #EAF1F5, rgba(255, 255, 255, 0));
  z-index: 999;
}

.header-usecases-new-placeholder {
  height: 0;
  display: none;
}

.header-usecases-new-placeholder.sticky {
  height: 55px;
  display: block;
}

.header-usecases-new.sticky {
  position: fixed;
  top: 0;
}

.iframe-reg-block {
  width: 320px;
  margin: 0 auto;
  background-size: 85px 85px;
}
.nimbus-header.header-de {
  height: 54px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  border-bottom: 1px solid #F5F5F5;
  font-family: "SF-Pro-Text", sans-serif;
}
.nimbus-header.header-de .wrap-navbar {
  position: relative;
}
.nimbus-header.header-de .navbar-point {
  padding: 4px 12px;
  border-radius: 4px;
  position: static;
  display: flex;
}
.nimbus-header.header-de .navbar-point::after {
  content: url(https://nimbusweb.me/new-style-img/menu-arrow-down.svg);
  position: relative;
  right: -5px;
  top: -1px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  width: 8px;
}
.nimbus-header.header-de .navbar-point .submenu-cases {
  width: 100%;
  height: 266px;
  padding: 0;
}
.nimbus-header.header-de .navbar-point .submenu-cases li {
  padding: 0;
  margin: 0;
}
.nimbus-header.header-de .navbar-point .submenu-cases li:hover {
  border-radius: 10px;
}
.nimbus-header.header-de .navbar-point .submenu-cases li a {
  padding: 4px 10px;
}
.nimbus-header.header-de .navbar-point .submenu-cases li .submenu-cases-info {
  width: calc(100% + 2px);
  top: calc(100% - 40px);
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 45px 108px -63px #90B4C2;
  background-color: #F5F8FA;
  left: -1px;
}
.nimbus-header.header-de .navbar-point .submenu-cases li .submenu-cases-info .title {
  font-size: 15px;
}
.nimbus-header.header-de .navbar-point .submenu-cases li .submenu-cases-info li {
  margin: 5px 13px;
}
.nimbus-header.header-de .navbar-point .submenu-cases__item {
  padding: 0;
  margin: 0;
}
.nimbus-header.header-de .navbar-point .submenu-cases__item:hover {
  border-radius: 10px;
}
.nimbus-header.header-de .navbar-point .submenu-cases__item a {
  padding: 4px 10px;
}
.nimbus-header.header-de .navbar-point .submenu-cases__item .submenu-cases-info {
  width: calc(100% + 2px);
  top: calc(100% - 40px);
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 45px 108px -63px #90B4C2;
  background-color: #F5F8FA;
  left: -1px;
}
.nimbus-header.header-de .navbar-point .submenu-cases__item .submenu-cases-info .title {
  font-size: 15px;
}
.nimbus-header.header-de .navbar-point .submenu-cases__item .submenu-cases-info li {
  margin: 5px 13px;
}
.nimbus-header.header-de .navbar-point.current .unclickable-link,
.nimbus-header.header-de .navbar-point.current .navbar-point a {
  color: #00a1b7;
  font-weight: 600;
}
.nimbus-header.header-de .unclickable-link,
.nimbus-header.header-de .navbar-point a {
  font-size: 14px;
  line-height: 24px;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 400;
  display: block;
}
.nimbus-header.header-de .navbar-point:hover {
  background-image: none;
  background-color: #F5F8FA;
}
.nimbus-header.header-de .navbar-point:hover::after {
  visibility: visible;
  opacity: 1;
}
.nimbus-header.header-de .wrap-submenu-cases {
  top: 32px;
  left: -25px;
  border: 1px solid #F5F5F5;
  border-radius: 30px;
  box-shadow: 0px 45px 108px -63px #90B4C2;
  padding: 60px 80px;
  width: calc(100% + 40px);
  height: auto;
  flex-direction: column;
  box-sizing: border-box;
}
.nimbus-header.header-de .wrap-submenu-product {
  top: 32px;
  left: -82px;
  border: 1px solid #F5F5F5;
  border-radius: 30px;
  box-shadow: 0px 45px 108px -63px #90B4C2;
  padding: 60px 80px;
  width: calc(100% + 160px);
  height: auto;
  flex-direction: column;
  box-sizing: border-box;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs {
  width: auto;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-links {
  display: flex;
  justify-content: space-between;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-links a {
  display: flex;
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-links a img {
  margin-right: 17px;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-links a:hover {
  text-decoration: underline;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-links a:hover .submenu-arrow::after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-links a .submenu-arrow {
  position: relative;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-links a .submenu-arrow::after {
  content: url(https://nimbusweb.me/new-style-img/arrow-right-blue.svg);
  position: absolute;
  right: -28px;
  top: -5px;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.3s ease;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-buttons {
  max-width: 284px;
  width: 100%;
  margin: 41px auto 0;
  display: flex;
  justify-content: space-between;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-buttons .product-tab-btn {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 14px;
  display: inline-flex;
  font-weight: 500;
  white-space: nowrap;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-buttons .product-tab-btn img {
  margin-left: 6px;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab__legacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab__legacy-img {
  width: 177px;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab__legacy-img img {
  width: 100%;
  height: auto;
  display: block;
}
.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab__legacy-text {
  max-width: 360px;
  width: 100%;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #323348;
}
.nimbus-header.header-de .wrap-submenu-product .wrap-submenu-cases.product-wrap-cases {
  position: static;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.nimbus-header.header-de .wrap-submenu-product .wrap-submenu-cases.product-wrap-cases .submenu-cases {
  align-items: center;
  margin-top: -30px;
}
.nimbus-header.header-de .wrap-submenu-product .wrap-submenu-cases.product-wrap-cases .submenu-cases .submenu-cases-info .title {
  padding: 0;
}
.nimbus-header.header-de .navbar-product-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 55px;
  align-items: center;
}
.nimbus-header.header-de .navbar-product-links .submenu-tab {
  padding: 0;
  position: relative;
}
.nimbus-header.header-de .navbar-product-links .submenu-tab a {
  height: auto;
}
.nimbus-header.header-de .navbar-product-links .submenu-tab::after {
  content: "";
  width: calc(100% + 50px);
  height: calc(100% + 20px);
  position: absolute;
  left: -25px;
  top: -10px;
  cursor: pointer;
}
.nimbus-header.header-de .navbar-product-links .submenu-tab.active {
  background-color: transparent;
  border-radius: none;
}
.nimbus-header.header-de .navbar-product-links .submenu-tab.active .submenu-colored-logo {
  display: flex;
}
.nimbus-header.header-de .navbar-product-links .submenu-tab.active .submenu-gray-logo {
  display: none;
}
.nimbus-header.header-de .navbar-product-links .cases-submenu-tab {
  color: #a9a9a9;
  position: relative;
  top: 2px;
  font-size: 400px;
  font-size: 15px;
}
.nimbus-header.header-de .navbar-product-links .cases-submenu-tab.active {
  color: #323232;
}
.nimbus-header.header-de .navbar-product-links .submenu-product-logo {
  cursor: pointer;
  display: flex;
}
.nimbus-header.header-de .navbar-product-links .submenu-product-logo img {
  height: 21px;
  width: auto;
}
.nimbus-header.header-de .navbar-product-links .submenu-colored-logo {
  display: none;
}
.nimbus-header.header-de .navbar-product-links:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 39px;
  background: rgba(96, 125, 139, 0.4);
}
.nimbus-header.header-de .navbar-product-links .submenu-line {
  width: 1px;
  background: rgba(96, 125, 139, 0.4);
  height: 39px;
}
.nimbus-header.header-de .pricing-ru-page #beamerButton {
  display: none !important;
}
.nimbus-header.header-de .navbar-point-pricing .wrap-submenu-cases {
  padding: 30px 40px;
  left: 178px;
  box-shadow: 0px 45px 108px -33px #90B4C2;
  width: auto;
}
.nimbus-header.header-de .navbar-point-pricing .wrap-submenu-cases .submenu-cases {
  width: auto;
}
.nimbus-header.header-de .navbar-point-pricing::after {
  display: none;
}
.nimbus-header.header-de .navbar-point-business a {
  position: relative;
}
.nimbus-header.header-de .navbar-point-business a .new-link-marker {
  position: absolute;
  top: -8px;
  right: -13px;
  font-size: 9px;
  line-height: 13px;
  margin-left: 0;
}
.nimbus-header.header-de .navbar-point-business:after {
  display: none;
}
.nimbus-header.header-de .navbar-point-home:after {
  display: none;
}
.nimbus-header.header-de .navbar-point-business .wrap-submenu-cases {
  padding: 30px 40px;
  left: 144px;
  box-shadow: 0px 45px 108px -33px #90B4C2;
  width: auto;
}
.nimbus-header.header-de .navbar-point-business .wrap-submenu-cases .submenu-cases {
  width: auto;
  height: auto;
}
.nimbus-header.header-de .navbar-point-community .wrap-submenu-cases {
  padding: 30px 40px;
  left: 264px;
  box-shadow: 0px 45px 108px -33px #90B4C2;
  width: auto;
}
.nimbus-header.header-de .navbar-point-community .wrap-submenu-cases .submenu-cases {
  width: auto;
  height: auto;
}
.nimbus-header.header-de .navbar-point-education .wrap-submenu-cases,
.nimbus-header.header-de .navbar-point-resources .wrap-submenu-cases {
  width: auto;
  padding: 30px 40px;
  left: auto;
  right: 0;
  box-shadow: 0px 45px 108px -48px #90B4C2;
}
.nimbus-header.header-de .navbar-point-education .wrap-submenu-cases .submenu-cases,
.nimbus-header.header-de .navbar-point-resources .wrap-submenu-cases .submenu-cases {
  width: auto;
  height: auto;
}
.nimbus-header.header-de .navbar-point-resources .wrap-submenu-cases {
  right: -95px;
}
.nimbus-header.header-de .button_sign {
  font-size: 14px;
  color: #323348;
}
.nimbus-header.header-de .button_sign:hover {
  color: #00A1B7 !important;
}
.nimbus-header.header-de .button_sign.button_login {
  color: #fff;
}
.nimbus-header.header-de .button_sign.button_login:hover {
  color: #fff !important;
}
.nimbus-header.header-de .button_start {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  padding: 6px 30px;
  margin-left: 20px;
}
.nimbus-header.header-de .button_start:hover {
  background-color: #07B8C7;
}
.nimbus-header.header-de .product-tab__title {
  text-align: center;
  position: relative;
  top: -30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #435059;
}
.nimbus-header.header-de .product-tab__title span {
  font-weight: 500;
}
.nimbus-header.header-de .mobile-menu label {
  margin-bottom: 0;
}
.nimbus-header.header-de ::-webkit-scrollbar {
  width: 5px;
}
.nimbus-header.header-de ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-bottom: 8px;
}
.nimbus-header.header-de ::-webkit-scrollbar-thumb {
  background: #00a1b7;
  border-radius: 100px;
}
.nimbus-header.header-de ::-webkit-scrollbar-thumb:hover {
  background: #07B8C7;
}

.header-new__logo-short {
  display: flex;
  width: auto;
}
.header-new__logo-short img {
  height: 24px;
  width: auto;
}

.nimbus-header-capture .wrap-navbar {
  align-items: center;
}
.nimbus-header-capture .navbar-point {
  padding: 19px 14px;
}

.nimbus-header.header-de.nimbus-header-capture .navbar-point {
  display: flex;
  align-items: center;
}
.nimbus-header.header-de.nimbus-header-capture .navbar-point .submenu-cases li a {
  width: 100%;
}
.nimbus-header.header-de.nimbus-header-capture .navbar-point-pricing::after {
  display: none;
}
.nimbus-header.header-de.nimbus-header-capture .navbar-point-education {
  position: relative;
}
.nimbus-header.header-de.nimbus-header-capture .navbar-point-education .wrap-submenu-cases {
  right: -94px;
}
.nimbus-header.header-de.nimbus-header-capture .navbar-point-resources {
  position: relative;
}
.nimbus-header.header-de.nimbus-header-capture .navbar-point-resources .wrap-submenu-cases {
  right: -100px;
}
.nimbus-header.header-de.nimbus-header-capture .navbar-point-note {
  background-color: transparent;
}
.nimbus-header.header-de.nimbus-header-capture .navbar-point-note:hover {
  background-color: transparent;
}
.nimbus-header.header-de.nimbus-header-capture .navbar-point-note::after {
  display: none;
}
.nimbus-header.header-de.nimbus-header-capture .wrap-submenu-cases {
  top: 34px;
}
.nimbus-header.header-de.nimbus-header-capture .capture-to-note-btn {
  padding: 2px 18px;
  color: #17a2b9;
  font-weight: 500;
}

.nimbus-header.header-de .wrap-submenu-product .wrapper-tabs .product-tab-buttons {
  max-width: 334px;
}
.nimbus-header.header-de .submenu-cases li {
  width: 250px;
}

.major-features {
  font-family: "SF-Pro-Text", sans-serif;
  color: #323348;
  background: #F5F8FA;
}
.major-features__wrapper {
  max-width: 1230px;
  padding: 60px 15px 0;
  width: 100%;
  margin: 0 auto;
}
.major-features__wrapper h1.main-title {
  font-size: 36px;
  line-height: 48px;
  padding: 0px 0 20px;
  text-align: center;
}
.major-features__wrapper-small {
  max-width: 822px;
}
.major-features__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.major-features__title img {
  width: 36px;
  height: auto;
  margin-right: 10px;
}
.major-features__subtitle {
  color: #7D7E8E;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.005em;
}
.major-features-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.major-features-block__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 280px;
  width: 100%;
  margin: 60px 10px 0;
}
.major-features-block__content {
  max-width: 236px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.major-features-block__content-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #435059;
}
.major-features-block__content-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin: 22px 0;
}
.major-features-block__content-btn.secondary-btn {
  padding: 10px 18px;
  width: 134px;
  margin-top: auto;
}
.major-features-block__content-btn.secondary-btn img {
  margin-left: 10px;
  width: 14px;
  height: auto;
}
.major-features-block .features-collapsable {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.major-features .features-collapse-btn {
  outline: none;
  border: none;
  display: none;
  margin: 50px auto 0;
}
.major-features .features-collapse-btn .more {
  display: inline-block;
}
.major-features .features-collapse-btn .less {
  display: none;
}
.major-features .features-collapse-btn.active .more {
  display: none;
}
.major-features .features-collapse-btn.active .less {
  display: inline-block;
}

.footer {
  background-color: #323348;
}

.footer-wrapper {
  display: -ms-flex;
  display: flex;
  padding-top: 93px;
  padding-bottom: 83px;
  justify-content: space-between;
  width: 100%;
}

.footer_about {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.footer_about__text {
  color: #7d7e8e;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.footer_about__awards {
  display: flex;
  justify-content: space-between;
  max-width: 252px;
  width: 100%;
}
.footer_about__awards a {
  margin-top: 16px !important;
  margin-bottom: 16px;
}
.footer_about__awards a img {
  width: auto;
}
.footer_about span {
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 20px;
  margin-top: 24px;
}
.footer_about p {
  font-size: 12px;
  line-height: 20px;
  width: 109px;
  margin-bottom: 0;
}
.footer_about .footer_about__awards-title {
  font-size: 14px;
  line-height: 21px;
  color: #c1cadb;
  width: 100%;
  margin-top: 5px;
}
.footer_about a {
  margin-top: 14px;
  display: block;
  color: #c1cadb;
  font-size: 14px;
  transition: 0.3s;
}
.footer_about a:hover {
  color: #fff;
}
.footer_about .footer_about__awards-all {
  margin-top: 0;
}

.footer_about__logo img {
  max-width: 100%;
  width: auto;
  height: 56px;
}

.footer {
  position: relative;
}
.footer .contacts {
  margin-top: 19px;
}
.footer .languages {
  margin-top: 19px;
}
.footer_item {
  align-items: center;
}
.footer_item__title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 13px;
  text-align: left;
}
.footer_item__title a {
  color: #fff;
}
.footer_item__list li a {
  display: block;
  color: #c1cadb;
  font-size: 14px;
  transition: 0.3s;
  line-height: 30px;
}
.footer_item__list li a:hover {
  color: #fff;
}
.footer_item__list--lang li a.current {
  color: #fff;
}

.footer.ru-footer .footer_bottom-line__right {
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer.ru-footer .footer_bottom-line__right a {
  margin-bottom: 16px;
}

.footer.footer-de .footer_bottom-line__right {
  top: 55px;
}
.footer.footer-de .footer_bottom-line__left p {
  white-space: nowrap;
}

.no-top {
  margin-top: 0;
}

.primary-btn__wrapper {
  display: flex;
  justify-content: center;
}

.primary-btn {
  color: #fff;
  background: #00A1B7;
  border-radius: 60px;
  padding: 15px 40px;
  display: inline-block;
}
.primary-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #07B8C7;
}
.primary-btn:active {
  color: #fff;
  background: #00809F;
}

.secondary-btn {
  color: #00A1B7;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  background: rgba(0, 161, 183, 0.1);
  padding: 10px 30px;
  border-radius: 60px;
  display: inline-flex;
  text-decoration: none;
}
.secondary-btn:hover {
  background: rgba(0, 161, 183, 0.2);
  color: #07B8C7;
  text-decoration: none;
}
.secondary-btn:active {
  background: rgba(0, 161, 183, 0.2);
  color: #00809F;
}

.outline-btn {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #00A1B7;
  border: 1px solid #00A1B7;
  box-sizing: border-box;
  border-radius: 60px;
  text-decoration: none;
  padding: 10px 30px;
}
.outline-btn:hover {
  color: #07B8C7;
  border: 2px solid #07B8C7;
  text-decoration: none;
}

.footer_bottom-line {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  padding-bottom: 10px;
}
.footer_bottom-line__left-ru {
  display: -ms-flex;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  height: 65px;
  background-position: 103px;
}
.footer_bottom-line__left-ru p {
  color: #7d7e8e;
  font-size: 13px;
}
.footer_bottom-line__left-ru img {
  width: 60px;
  margin: 0 8px;
}
.footer_bottom-line__left {
  display: -ms-flex;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  height: 65px;
  background-position: 103px;
}
.footer_bottom-line__left p {
  color: #7d7e8e;
  font-size: 16px;
}
.footer_bottom-line__left img {
  width: 60px;
  margin: 0 8px;
}
.footer_bottom-line__right {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9999;
  padding-bottom: 55px;
}
.footer_bottom-line__right a {
  display: -ms-flex;
  display: flex;
  margin-right: 0;
  transition: 0.3s;
}
.footer_bottom-line__right a:hover {
  opacity: 0.4;
}

.close {
  display: none !important;
}

.primary_carousel {
  z-index: 3 !important;
  min-width: 80%;
  margin-top: 20px;
  position: relative;
}
.primary_carousel .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  width: 100%;
}
.primary_carousel .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  border-radius: 30px;
  box-shadow: 0 3px 15px 0 rgba(50, 51, 72, 0.25);
  transition: 0.3s;
}
.primary_carousel .owl-nav button i {
  transition: 0.3s;
  color: #c1cadb;
}
.primary_carousel .owl-nav button:hover {
  box-shadow: 0 3px 15px 0 rgba(50, 51, 72, 0.35);
}
.primary_carousel .owl-nav button:hover i {
  color: #7d7e8e;
}
.primary_carousel .owl-next {
  right: -35px;
}
.primary_carousel .owl-prev {
  left: -35px;
}
.primary_carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.primary_carousel .owl-dots .owl-dot {
  background-image: url(https://nimbusweb.me/new-style-img/active-copy.svg) !important;
  width: 30px;
  height: 23px;
  margin: 0 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.primary_carousel .owl-dots .owl-dot.active {
  background-image: url(https://nimbusweb.me/new-style-img/active.svg) !important;
}

.carousel_item {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel_item .text {
  width: 36%;
  color: #323348;
}
.carousel_item .text p {
  margin-bottom: 10px;
}
.carousel_item .text p span {
  font-weight: bold;
}
.carousel_item .image {
  width: 903px;
}

.carousel-secondary {
  z-index: 3 !important;
}
.carousel-secondary .owl-nav {
  display: none;
}
.carousel-secondary .image {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 450px;
}
.carousel-secondary .image img {
  max-width: 100%;
}
.carousel-secondary .image .text-img {
  margin-top: 30px;
  text-align: center;
  width: 680px;
  padding: 10px 5px 10px 5px;
}

.item-media {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1px;
}
.item-media_preloader {
  width: 100px !important;
  position: absolute;
}
.item-media video {
  height: auto;
  border-radius: 16px;
  box-shadow: 0px 0px 0px 1px #e1e4f7;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
}
.item-media .image {
  width: 860px;
  border-radius: 16px;
  position: relative;
  padding: 1px;
}
.item-media .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e1e4f7;
  border-radius: 16px;
}
.item-media .image img {
  border-radius: 16px;
}

.item-media.height-auto video {
  height: auto;
}

.note-slider .item-media.video-size video {
  max-width: 860px;
}

.autosize video {
  max-width: 100%;
  height: 420px;
  border-radius: 16px;
}

.autosize-small video {
  height: 384px;
}

.autosize-abstract video {
  width: 100%;
  height: auto;
  box-shadow: none;
  border-radius: 0px;
}

.lamp {
  height: auto;
}
.lamp video {
  width: 100%;
  height: auto;
  box-shadow: none;
  border-radius: 0px;
}

.gray {
  background-color: #fbfcfd;
}

.nim-tabs {
  width: 100%;
  margin: 0 auto;
  padding: 55px 0;
}
.nim-tabs__nav {
  display: flex;
  justify-content: center;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
}
.nim-tabs__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "SF-Pro-Text", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  filter: grayscale(0.9);
  text-align: center;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}
.nim-tabs__nav-item p {
  margin-top: 17px;
}
.nim-tabs__nav-item.is-active {
  opacity: 1;
  filter: none;
  transition: all 0.2s ease-in-out;
}
.nim-tabs__content {
  margin-top: 55px;
}
.nim-tabs__content-item {
  display: none;
  height: 0;
}
.nim-tabs__content-item.is-active {
  display: flex;
  height: auto;
  justify-content: center;
}

.top-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% 0;
  padding-bottom: 55px;
  position: relative;
}

.top-block-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.top-block-wrapper .wrap-img {
  overflow: hidden;
}

.top-block-left {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: 40px;
}
.top-block-left_title {
  font-size: 30px;
}
.top-block-left_title h1 {
  color: #7d7e8e;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 11px;
}
.top-block-left_title h1.title-features {
  text-transform: uppercase;
  color: #323348;
  font-size: 48px;
  font-weight: 900;
}
.top-block-left_title h1.title-features.mini-h1 {
  font-size: 31px;
}
.top-block-left_title span {
  text-transform: uppercase;
  color: #323348;
  font-size: 48px;
  font-weight: 900;
}
.top-block-left_title p {
  font-size: 16px;
  line-height: 21px;
  color: #7d7e8e;
  text-align: left;
  width: 275px;
  margin-top: 15px;
}
.top-block-left_list {
  margin-top: 20px;
}
.top-block-left_list__item {
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 7px;
}
.top-block-left_list__item a {
  color: #17a2b9;
}
.top-block-left_list__item img {
  margin-right: 16px;
}
.top-block-left_input {
  position: relative;
  z-index: 2;
}
.top-block-left_input input {
  width: 100%;
  border: 1px solid #17a2b9;
  border-radius: 20px;
  padding-left: 21px;
  height: 42px;
}
.top-block-left_input .input {
  width: 364px;
  position: relative;
}
.top-block-left_input .text {
  margin-bottom: 12px;
}
.top-block-left_input .button_sign {
  width: auto;
  background-color: #17a2b9;
  padding: 9.5px 30px;
  border-radius: 20px;
  position: absolute;
  right: -44px;
  top: 0;
  color: #fff;
  transition: 0.3s;
}
.top-block-left_input .button_sign:hover {
  background-color: #1dc7e3;
}

.gray-bg {
  background-color: #f6f8fa;
}

.bg-form {
  position: absolute;
  z-index: 1;
}

.big-top {
  width: 240px;
  height: 322px;
  top: -161px;
}

.middle-top {
  width: 184px;
  height: 111px;
  top: -56px;
}

.top-block .small {
  width: 73px;
  height: 73px;
  bottom: -36px;
}
.top-block .middle {
  width: 184px;
  height: 111px;
  bottom: 56px;
}
.top-block .big {
  width: 240px;
  height: 322px;
  bottom: -161px;
}

.half {
  width: 50% !important;
  left: 50%;
}

.yellow {
  background-color: #ffe8b2;
}

.gray {
  background-color: #f0f4fa;
}

.green {
  background-color: #b8e986;
}

.left {
  left: 0;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
}

.right {
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  right: 0;
}

.small {
  width: 73px;
  height: 73px;
  bottom: 90px;
}

.middle {
  width: 184px;
  height: 111px;
  bottom: -56px;
}

.big {
  width: 240px;
  height: 322px;
  bottom: -161px;
}

.top-block-right-img {
  z-index: 2;
  position: relative;
}
.top-block-right-img img {
  max-width: 100%;
}

.image video {
  max-width: 100%;
}
.image img {
  max-width: 100%;
  width: 100%;
}

.review-image img {
  width: auto;
}

.image-gif img {
  max-width: 100%;
  box-shadow: 0 0 40px 0 rgba(50, 51, 72, 0.4);
  border-radius: 15px;
}

.wrapper-content {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 2;
}

.title-wrapper {
  margin-bottom: 30px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 10;
  position: relative;
}

.title {
  font-size: 36px;
  line-height: 48px;
  color: #323348;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  position: relative;
  font-family: "SF-Pro", sans-serif;
}

.no-margin {
  margin-top: 0;
}

.bold {
  font-weight: bold !important;
}

.text {
  z-index: 5;
  color: #7d7e8e;
  margin-top: 20px;
}

.text-min {
  margin-bottom: 15px;
}

.slider-menu {
  font-size: 23px;
  color: #17a2b9;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.slider-menu .slider-menu_item {
  background-color: #fff;
  cursor: pointer;
  padding: 5px 15px 5px 15px;
  border: 1px solid #e8ecf2;
  border-radius: 7px;
  width: 300px;
  margin-bottom: 10px;
  z-index: 10;
}
.slider-menu .slider-menu_item.active {
  border-left: 5px solid #00dbff;
  padding-left: 11px;
}
.slider-menu .slider-menu_item:last-child {
  white-space: normal;
}

.block {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
.block_list {
  margin-top: 20px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.block_list__item {
  color: #7d7e8e;
  list-style: disc;
}

.block-height {
  padding: 55px 0;
  position: relative;
}
.block-height_list {
  margin-top: 20px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.block-height_list__item {
  color: #7d7e8e;
  list-style: disc;
}

.ru-capture-page .product-top {
  height: auto;
  margin-bottom: 0;
}
.ru-capture-page .product-section__acces {
  padding: 55px 0;
}
.ru-capture-page .product-section__acces .top-block-left_title {
  margin-top: 0;
}
.ru-capture-page .product-section__acces .top-block-middle_img {
  padding-top: 0;
}
.ru-capture-page .product-section__tab .opt_img {
  width: 476px;
  top: 15px;
  left: calc(50% - 234px);
}
.ru-capture-page .product-section__tab .text-wrapper {
  align-items: center;
}
.ru-capture-page .product-section__tab .capture_opt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.structure-page .list_item img {
  height: 126px;
  width: 170px;
}

.clipper-page .product-top {
  margin-bottom: 0;
  height: auto;
}
.clipper-page .product-top__wrap {
  padding-bottom: 0;
}
.clipper-page .product-top__bg {
  top: -450px;
  margin-top: 0;
}
.clipper-page .product-section .top-block-left {
  margin-top: 0;
}
.clipper-page .product-section .top-block-right {
  width: 100%;
}
.clipper-page .product-section .top-block-right video {
  border-radius: 16px;
  border: 1px solid #e1e4f7;
  height: auto;
  width: 100%;
}
.clipper-page .product-section .top-block-right {
  margin-top: 0;
}
.clipper-page .top-block-left_list__item img {
  width: 15px;
  height: 15px;
}
.clipper-page .product-section .top-block-left_list__item {
  max-width: 520px;
}
.clipper-page .clipper-platforms_nimb-clip {
  padding-bottom: 55px;
}
.clipper-page .product-section__tab {
  padding: 55px 0;
}
.clipper-page .product-section__features {
  padding-bottom: 55px;
}
.clipper-page .product-section__tab_abstract {
  left: 60px;
}
.clipper-page .product-section__tab .capture_opt {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clipper-page .product-section .wrap-slider-img .primary_carousel {
  position: static;
  top: 0;
}
.clipper-page .product-section .primary_carousel .image {
  height: auto;
}
.clipper-page .product-section__features {
  margin-bottom: 0;
}
.clipper-page .product-section__tab .opt_img {
  width: 476px;
  top: 15px;
  left: calc(50% - 234px);
}
.clipper-page .product-section__tab .text-wrapper {
  align-items: center;
}
.clipper-page .product-section__tab .product_img_wrap {
  margin-top: 45px;
}
.clipper-page .product-section__acces .top-block-left_title {
  margin: 0;
}
.clipper-page .product-section__acces .top-block-middle_img {
  padding: 0;
}
.clipper-page .product-section__acces .top-block-middle_img img {
  width: 100%;
}
.clipper-page .product-section__save {
  padding: 55px 0;
}
.clipper-page .product-section__save .image {
  position: static;
}
.clipper-page .product-section__more {
  padding: 55px 0;
}

.clipper {
  padding: 55px 0;
}
.clipper .top-block-wrapper {
  align-items: center;
}
.clipper .clipper-platforms-wrapper {
  margin-top: 30px;
  position: relative;
  z-index: 12;
}
.clipper .primary_carousel .image {
  width: 100%;
  height: 414px;
  justify-content: center;
  align-items: center;
}
.clipper .primary_carousel .image img {
  max-width: 100%;
  width: auto;
}
.clipper .top-block-right {
  height: 100%;
}
.clipper .height-opt {
  height: 93% !important;
}
.clipper .wrap-slider-img {
  height: 100%;
  display: -ms-flex;
  display: flex;
  position: relative;
}
.clipper .wrap-slider-img .primary_carousel {
  position: absolute;
  bottom: -6px;
  left: 17px;
}
.clipper .wrap-slider-img .primary_carousel .owl-nav {
  top: 45%;
}
.clipper .wrap-slider-img .absolute {
  bottom: 23px;
  left: -10px;
}
.clipper .bottom {
  margin-top: 30px;
}
.clipper .top-block-right-img {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.clipper .top-block-right-img img {
  max-width: 100%;
}
.clipper .top-block-left {
  margin-top: 0;
}
.clipper .top-block-left .top-block-left_title h2 {
  color: #323348;
  font-size: 36px;
  font-weight: 100;
}
.clipper .top-block-left .top-block-left_title span,
.clipper .top-block-left .top-block-left_title h1 {
  font-size: 16px;
  line-height: 21px;
  color: #7d7e8e;
  text-transform: none;
  font-weight: normal;
}
.clipper .top-block-left .top-block-left_title p {
  text-align: left;
  margin: 25px 0;
  width: auto;
}
.clipper .top-block-left .top-block-left_list {
  margin-top: 30px;
}
.clipper .top-block-left .top-block-left_list li {
  color: #7d7e8e;
  font-weight: bold;
}
.clipper .top-block-left .top-block-left_list li:before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #00dbff;
  border-radius: 50%;
  margin-right: 10px;
}
.clipper .img-bottom {
  position: absolute;
  bottom: 400px;
  left: 0;
  z-index: 2;
}

.read-more {
  color: #17a2b9;
  font-size: 14px;
  width: 130px;
  margin-top: 30px;
  border-radius: 15px;
  border: solid 1px #17a2b9;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.read-more i {
  margin-left: 5px;
  font-size: 11px;
}
.read-more:hover {
  border-color: #1dc7e3;
  color: #fff;
  background-color: #1dc7e3;
}

.block.clipper .read-more {
  align-self: center;
  margin-top: 16px;
}

.clipper-platforms-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.clipper-platforms_title {
  margin-bottom: 20px;
  color: #c1cadb;
  font-size: 14px;
}

h1.clipper-platforms_title {
  display: inline;
  font-weight: normal;
}

.remove-shadow {
  box-shadow: 0 -4px 10px 0 rgba(50, 51, 72, 0.25) !important;
}

.clipper-platforms_button {
  background-color: #17a2b9;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 10px 0 rgba(50, 51, 72, 0.25);
  transition: 0.2s;
  text-align: left;
  position: relative;
  z-index: 99;
}
.clipper-platforms_button:last-child {
  margin-right: 0;
}
.clipper-platforms_button img {
  margin-right: 10px;
  margin-bottom: 1px;
  filter: brightness(3);
}
.clipper-platforms_button .browser {
  display: -ms-flex;
  display: flex;
  z-index: 5;
  margin-right: 22px;
}
.clipper-platforms_button .browser p {
  color: #fff;
}
.clipper-platforms_button .browser::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.clipper-platforms_button .os {
  display: -ms-flex;
  display: flex;
  height: 100%;
  align-items: center;
}
.clipper-platforms_button .os p {
  height: 100%;
  display: block;
  color: #fff;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.clipper-platforms_button .windows img {
  margin-bottom: 0;
}
.clipper-platforms_button:hover {
  background-color: #1dc7e3;
  z-index: 5;
}

.clipper-platforms-wrap {
  position: relative;
  z-index: 99;
}

.clipper-platforms_dropdown {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 6px;
  width: 50px;
  height: 60px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-animation: arrow-animation 1.5s infinite;
          animation: arrow-animation 1.5s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  z-index: 5;
}
.clipper-platforms_dropdown.active {
  transform: rotate(180deg);
}

.clipper-platforms_item a img {
  margin-right: 10px;
  filter: brightness(3);
}

@-webkit-keyframes arrow-animation {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: -2px;
  }
  100% {
    bottom: 2px;
  }
}

@keyframes arrow-animation {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: -2px;
  }
  100% {
    bottom: 2px;
  }
}
.title-small {
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  color: #333;
  margin-bottom: 12px;
}

.text-small {
  font-size: 15px;
  color: #7d7e8e;
}

.screenshot-page-new .product-top {
  height: auto;
  margin: 0;
  padding: 0 0 55px;
}
.screenshot-page-new .product-top .product-top__wrap {
  height: auto;
  padding: 55px 0;
  position: static;
  background-color: transparent;
  border-radius: 0;
}
.screenshot-page-new .product-top .product-top__wrap .clipper-platforms_nimb-capt {
  margin-bottom: 0;
}
.screenshot-page-new .product-top .item-media {
  height: auto;
}
.screenshot-page-new .product-top .item-media .image {
  width: 920px;
  height: auto;
}
.screenshot-page-new .product-top .item-media .image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.screenshot-page-new .product-section__tab {
  padding: 55px 0;
}
.screenshot-page-new .product-section__tab .title,
.screenshot-page-new .product-section__tab .text {
  text-align: center;
}
.screenshot-page-new .product-section__tab .title {
  width: 100% !important;
}
.screenshot-page-new .product-section__tab .text {
  width: 75%;
  margin: 0 auto;
  margin-top: 20px;
}
.screenshot-page-new video {
  border-radius: 16px;
}
.screenshot-page-new .nim-note {
  padding: 55px 0;
  text-align: center;
}
.screenshot-page-new .nim-note .text-wrapper {
  padding-bottom: 55px;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.screenshot-page-new .nim-note .title,
.screenshot-page-new .nim-note .text {
  text-align: center;
}
.screenshot-page-new .nim-note video {
  border: 1px solid #cacce6;
}
.screenshot-page-new .block.reviews {
  padding: 55px 0;
}
.screenshot-page-new .block.reviews .title-wrapper {
  padding: 55px 0;
  margin: 0 auto;
}
.screenshot-page-new .quick-upload-img {
  display: block;
  max-width: 562px;
  width: 100%;
  margin: 55px auto;
}

.product-section__browser-wrapper {
  margin-top: 55px;
}

.product-section__browser-media-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-section__browser-media-text {
  max-width: 780px;
  width: 100%;
  padding: 55px 0 30px;
}
.product-section__browser-media-text .title-small,
.product-section__browser-media-text .text-small {
  text-align: center;
}

.carousel-images {
  margin-top: 40px;
}
.carousel-images .image {
  padding: 40px;
  border: 1px solid #e1e4f7;
  border-radius: 16px;
}

.product-top {
  position: relative;
  height: 556px;
  background-image: linear-gradient(to top, #ffffff, #f9fbfc);
  margin-bottom: 240px;
}
.product-top_image {
  background-image: url(https://nimbusweb.me/new-style-img/man-on-monowheel.svg);
  height: 1000px;
  background-repeat: no-repeat;
  background-position: 70% 71%;
}
.product-top__wrap {
  width: 633px;
  height: auto;
  padding: 55px 0;
  margin: 0 auto;
}
.product-top__bg {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: -490px;
  position: relative;
  z-index: 0;
}
.product-top__bg img {
  max-width: 100%;
}
.product-logo__img {
  height: 60px;
  width: auto;
}
.product-logo__img img {
  height: 100%;
  width: auto;
  max-width: auto;
}
.product-logo__name {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  margin-left: 15px;
}
.product-description, .product-logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}
.product-description {
  flex-direction: column;
  text-align: center;
  margin-top: 55px;
}
.product-description__title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}
.product-description__info {
  font-size: 16px;
  line-height: 21px;
  color: #7d7e8e;
}

.product-section {
  position: relative;
}
.product-section .top-block-left_list__item {
  color: #7d7e8e;
  font-weight: bold;
}
.product-section .top-block-left {
  margin-top: 290px;
  position: relative;
}
.product-section .top-block-left_title {
  line-height: 48px;
  font-weight: 900;
  font-size: 36px;
}
.product-section .top-block-right {
  width: 50%;
  margin-top: 155px;
}
.product-section .primary_carousel {
  width: 100%;
  min-width: 100%;
  height: 420px;
}
.product-section .primary_carousel .image {
  height: 420px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section .primary_carousel .image img {
  width: auto;
  max-height: 100%;
}
.product-section .wrap-slider-img {
  position: relative;
}
.product-section .wrap-slider-img .primary_carousel {
  position: absolute;
  top: 92px;
}
.product-section .owl-nav {
  top: 45%;
}
.product-section .abstract-img-features {
  position: absolute;
  left: -250px;
  bottom: -50px;
}
.product-section .bg-form {
  z-index: -1;
}
.product-section__features {
  margin-bottom: 150px;
}
.product-section__features .middle {
  width: 46%;
  height: 311px;
  bottom: 130px;
}
.product-section__features .big {
  width: 298px;
  height: 522px;
  bottom: 0;
}
.product-section__features .small {
  width: 73px;
  height: 109px;
  top: -60px;
}
.product-section__acces {
  z-index: 1;
}
.product-section__acces .open-submenu {
  position: relative;
}
.product-section__acces .open-sub {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #17a2b9;
  cursor: pointer;
}
.product-section__acces .open-sub .fas {
  font-size: 16px;
}
.product-section__acces .open-sub_title {
  margin-right: 10px;
}
.product-section__acces .top-block-left_title {
  margin-top: 160px;
}
.product-section__acces .open-sub, .product-section__acces .top-block-left_title {
  margin-bottom: 30px;
}
.product-section__acces .top-block-middle_img {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding-top: 110px;
}
.product-section__acces .top-block-right_text {
  font-size: 16px;
  line-height: 21px;
  color: #7d7e8e;
  max-width: 310px;
}
.product-section__acces .block-center-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.product-section__acces .block-center-img .note-logo img {
  width: 300px;
}
.product-section__acces .block-center-img .image {
  width: 100%;
  padding-top: 50px;
  overflow-x: hidden;
  flex-direction: column;
}
.product-section__acces .block-center-img .image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 0 50px 0 rgba(50, 51, 72, 0.35);
}
.product-section__acces .block-center-img__abstract {
  position: absolute;
  right: 0;
  top: -58px;
}
.product-section__acces .block-center-img__abstract img {
  box-shadow: none;
}
.product-section__acces .middle {
  width: 140px;
  height: 150px;
  bottom: -70px;
}
.product-section__acces .big {
  width: 82%;
  height: 222px;
  bottom: -111px;
}
.product-section__acces .small {
  width: 20%;
  height: 73px;
  bottom: 160px;
}
.product-section__save {
  position: relative;
  padding-bottom: 30px;
}
.product-section__save .image {
  top: -140px;
}
.product-section__save .bg-form {
  z-index: 2;
}
.product-section__save .big {
  width: 50%;
  height: 282px;
  bottom: -141px;
}
.product-section__save .middle {
  width: 14%;
  height: 142px;
  bottom: -71px;
}
.product-section__save .small {
  bottom: 145px;
  width: 7%;
  height: 100px;
}
.product-section__save_pos1 {
  margin-top: 250px;
  margin-bottom: 200px;
}
.product-section__save_pos2 .image {
  top: 30px;
  z-index: 10;
}
.product-section__save .image {
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 85%;
}
.product-section__save .text-wrapper {
  flex-direction: column;
}
.product-section__more {
  padding-top: 245px;
  padding-bottom: 50px;
}
.product-section__more .row > div {
  z-index: 2;
}
.product-section__more .bg-form {
  z-index: 1;
}
.product-section__more .middle {
  bottom: 30px;
  width: 50%;
  height: 140px;
}
.product-section__more .big {
  bottom: 0;
  width: 150px;
  height: 250px;
}
.product-section__more .image {
  margin-left: -60px;
  z-index: 10;
}
.product-section__more .image img {
  width: 85%;
}
.product-section__more .text-wrapper {
  flex-direction: column;
}
.product-section__more .text-wrapper .text {
  margin-top: 20px;
}

.get-nimbus {
  display: none;
  position: absolute;
  left: 30px;
  top: 32px;
  flex-direction: column;
  width: 300px;
  z-index: 10;
}
.get-nimbus li {
  background-color: #f8f9fa;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.get-nimbus li a {
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #000;
  width: 100%;
  justify-content: flex-start;
  padding-left: 110px;
}
.get-nimbus li a img {
  margin-right: 10px;
}
.get-nimbus li:hover {
  background-color: #ededef;
}
.get-nimbus li:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}
.get-nimbus li:first-child {
  border-radius: 10px 10px 0 0;
}

.capture-platforms_dropdown {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 0;
  width: 40px;
  height: 60px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-animation: arrow-animation 1.5s infinite;
          animation: arrow-animation 1.5s infinite;
  margin-left: 20px;
  z-index: 5;
}
.capture-platforms_dropdown.active {
  transform: rotate(180deg);
}

.clipper-platforms_other {
  z-index: 2;
  display: none;
  position: absolute;
  right: 0;
  flex-direction: column;
  width: 200px;
  top: 32px;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 20px 15px 0 rgba(50, 51, 72, 0.25);
}
.clipper-platforms_other li {
  background-color: #17a2b9;
  height: auto;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  margin-top: -1px;
}
.clipper-platforms_other li a {
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  width: 100%;
  font-size: 23px;
  justify-content: center;
  transition: 0.1s ease;
}
.clipper-platforms_other li a:hover {
  width: 175px;
  height: auto;
  background-color: #00dbff;
  border-radius: 30px;
}
.clipper-platforms_other li:last-child {
  padding-bottom: 20px;
  border-bottom: none;
  border-radius: 0 0 30px 30px;
}
.clipper-platforms_other li:first-child {
  padding-top: 45px;
  padding-bottom: 10px;
}
.clipper-platforms_other li:first-child::before {
  content: "";
  width: 176px;
  height: 1px;
  background-color: #00dbff;
  position: absolute;
  top: 35px;
}

.capture-platforms_other {
  display: none;
  position: absolute;
  right: 165px;
  flex-direction: column;
  width: 300px;
  top: -5px;
  z-index: 2;
}
.capture-platforms_other li {
  background-color: #f8f9fa;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.capture-platforms_other li a {
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #000;
  width: 100%;
  justify-content: center;
}
.capture-platforms_other li:hover {
  background-color: #ededef;
}
.capture-platforms_other li:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}
.capture-platforms_other li:first-child {
  border-radius: 10px 10px 0 0;
}

.capture-platform-buttons__wrap {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.clipper-platforms-wrap {
  display: flex;
  justify-content: center;
  width: auto;
  margin: 0 auto;
}
.clipper-platforms-wrap .clipper-platforms_button {
  width: auto;
  padding: 0 40px;
}
.clipper-platforms-wrap .clipper-platforms_button .browser p {
  font-size: 20px;
}
.clipper-platforms-wrap .clipper-platforms_other {
  width: 100%;
}
.clipper-platforms-wrap .clipper-platforms_other li {
  padding-left: 10px;
  padding-right: 10px;
}
.clipper-platforms-wrap .clipper-platforms_other li a {
  font-size: 18px;
  padding: 5px 0;
  height: 50px;
}
.clipper-platforms-wrap .clipper-platforms_other li a:hover {
  width: 100%;
}

.clipper-platforms-wrap.capture-platforms-app-wrap {
  margin: 0 auto;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_button {
  width: 240px;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_button .os {
  padding-right: 20px;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_button .os p {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  height: auto;
  line-height: 20px;
  white-space: nowrap;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_button .os p span {
  font-size: 14px;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_other {
  width: 100%;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_other li {
  padding-left: 10px;
  padding-right: 10px;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_other li:first-child::before {
  width: 94px;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_other li a {
  font-size: 18px;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  line-height: 18px;
  height: 50px;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_other li a span {
  font-size: 14px;
}
.clipper-platforms-wrap.capture-platforms-app-wrap .clipper-platforms_other li a:hover {
  width: 100%;
}

.clipper-platforms-wrap.clarity-plarforms-wrap .clipper-platforms_button .os p {
  font-size: 20px;
}
.clipper-platforms-wrap.clarity-plarforms-wrap .browser {
  margin-right: 20px;
  font-size: 13px;
}

.organize-classes .small {
  bottom: -200px;
}

.lowercase {
  text-transform: none !important;
}

.features .title-features {
  display: block;
  width: 400px;
  font-size: 31px;
}

.top-block-left_title p {
  width: 400px;
}
.top-block-left_title p .bold {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  color: #7d7e8e;
}
.top-block-left_title .subtitle {
  margin-bottom: 30px;
}

.one-place {
  position: relative;
}
.one-place .title-wrapper {
  margin-bottom: 122px;
}

.blue {
  color: #43b3c6;
}

.list-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.text-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.text-wrapper .text {
  text-align: center;
}

.padding-top {
  padding-top: 26px;
}

.list_item {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.list_item img {
  margin-right: 41px;
  height: 160px;
  width: 160px;
}

.advantages-wrapper {
  display: -ms-flex;
  display: flex;
}

.non-nav .owl-nav {
  display: none;
}

.margin-left {
  margin-left: 40px;
}

.margin-right {
  margin-left: -40px;
}

.text-wrapper {
  flex-direction: column;
  height: 100%;
}
.text-wrapper .text {
  min-width: auto;
  text-align: center;
  text-align: left;
}
.text-wrapper .title {
  text-align: center;
  width: 100%;
}

.image {
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image img {
  z-index: 5;
  max-width: 100%;
}

.create .text-wrapper {
  flex-direction: column;
}

.features-page .product-down {
  padding-bottom: 155px;
}

.block.one-place .list_item img {
  max-width: 148px;
  height: 148px;
  width: 100%;
}

.management .list-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  align-items: flex-start;
}
.management .list-wrapper .list_item {
  flex-direction: column;
}
.management .list-wrapper .list_item img {
  margin-bottom: 20px;
}
.management .small {
  bottom: -225px;
}

.workspace .image {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.workspace .text-wrapper {
  flex-direction: column;
}

.table-wrapper {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.table-top {
  background-color: #4c4d5f;
  padding-top: 5px;
}
.table-top_item {
  flex: 0.2%;
  height: 120px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #4c4d5f;
  color: #fff;
  border-right: 1px solid #e8ecf2;
  font-size: 16px;
  text-align: center;
}
.table-top_item:last-child {
  border-right: 0;
}
.table-top_item:first-child {
  color: #7d7e8e;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.table-main {
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}
.table-main_item {
  flex: 0.2%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 10px;
  border-bottom: 1px solid #e8ecf2;
  border-right: 1px solid #e8ecf2;
  border-left: 1px solid #e8ecf2;
}
.table-main_item:first-child {
  text-transform: uppercase;
  color: #4c4d5f;
  font-size: 20px;
  font-weight: 900;
}
.table-main .first {
  background-color: #58e7ff;
}

.wrapper-table {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.table-column-wrapper {
  width: 100%;
}

.table-column {
  width: 221px;
  height: 360px;
  background-color: #58e7ff;
}
.table-column_item {
  flex: 0.5%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-column_item__subitem {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #e8ecf2;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 5px;
}
.table-column_item__subitem:last-child {
  border-bottom: none;
}
.table-column .right-col {
  padding-left: 5px;
  background-color: #00dbff;
  flex-direction: column;
  justify-content: space-around;
}
.table-column .left-col {
  font-size: 20px;
  color: #4c4d5f;
  font-weight: 900;
  text-transform: uppercase;
  border-left: 1px solid #e8ecf2;
}
.table-column .left-col-ru {
  font-size: 18px;
  color: #4c4d5f;
  font-weight: 900;
  text-transform: uppercase;
  border-left: 1px solid #e8ecf2;
}

.ideas .primary_carousel {
  margin-top: 40px;
}
.ideas .primary_carousel .owl-nav {
  top: 45%;
}
.ideas .primary_carousel .owl-nav .owl-prev {
  left: -44px;
}
.ideas .primary_carousel .owl-nav .owl-next {
  right: -44px;
}
.ideas .text-wrapper {
  flex-direction: column;
}
.ideas .text-wrapper .title {
  width: 100%;
  min-width: auto;
  text-align: center;
}
.ideas .text-wrapper .text {
  min-width: 200px;
}

.ideas-list {
  margin-top: 15px;
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.ideas-list_item {
  margin-top: 5px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 18px;
  color: #7d7e8e;
}
.ideas-list_item:before {
  position: absolute;
  left: -20px;
  top: 4px;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #00dbff;
  border-radius: 50%;
}

.discover .top-block-left_input {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}
.discover .text-wrapper {
  flex-direction: column;
}
.discover .title {
  min-width: 360px;
}
.discover .text {
  min-width: 200px;
}
.discover .primary_carousel {
  margin-top: 40px;
}
.discover .primary_carousel .owl-nav {
  top: 50%;
}
.discover .primary_carousel .owl-nav .owl-next {
  right: -17px;
}
.discover .primary_carousel .owl-nav .owl-prev {
  left: -17px;
}

.typed-cursor {
  color: #00dbff;
}

.all-in-one {
  padding-top: 60px;
}
.all-in-one .carousel-secondary .image img {
  height: 300px;
}
.all-in-one .top-block-left_input {
  width: 100%;
  margin-top: 0;
}

.security-page .product-down {
  padding-bottom: 155px;
}

.certified {
  padding-bottom: 55px;
}
.certified .logos-wrapper {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.certified .logos-wrapper .image {
  width: 150px;
  margin: 10px;
}
.certified .logos-wrapper_top {
  display: -ms-flex;
  display: flex;
  width: auto;
}
.certified .logos-wrapper_bottom {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: auto;
}
.certified .ideas-list {
  width: auto;
}
.certified .ideas-list_item {
  margin-top: 20px;
}

.security {
  height: auto;
  padding-bottom: 60px;
}
.security .top-block-left_title {
  z-index: 2;
}
.security .top-block-left {
  margin-top: 90px;
  justify-content: flex-start;
}
.security .top-block-left_title h1 {
  font-size: 38px;
  text-transform: uppercase;
  color: #323348;
  font-weight: 900;
}
.security .top-block-left_title span {
  font-size: 38px;
}
.security .top-block-left_title p {
  width: 530px;
}

.robust {
  padding-top: 50px;
}
.robust .title-wrapper {
  margin-top: 0;
  text-align: left;
  align-items: flex-start;
}
.robust .image {
  margin-right: 30px;
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.non-margin {
  margin-top: 50px !important;
}

.logo {
  margin-bottom: 30px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.logo img {
  z-index: 2;
  max-width: 100%;
  height: 60px;
}

.data-backups {
  padding: 55px 0;
}

.bottom-input {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
}
.bottom-input .text {
  margin-top: 60px;
}

.border {
  border-top: 1px solid #e8ecf2;
}

.physical {
  padding: 55px 0;
}

.cultivate .title-wrapper .title {
  width: 100%;
}

.capture {
  padding: 55px 0;
}
.capture .text {
  margin-top: 10px;
}
.capture .bold {
  text-align: left;
  width: 100%;
  margin-top: 10px;
}
.capture .title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.capture .read-more {
  align-self: center;
  margin-top: 16px;
  margin-left: 0;
  transition: 0.3s;
}
.capture .read-more:hover {
  color: #fff;
  background-color: #1dc7e3;
}
.capture .text-wrapper {
  height: auto;
  margin-bottom: 0;
  flex-direction: column;
}
.capture .clipper-platforms {
  margin-top: 50px;
}
.capture .clipper-platforms-wrap {
  display: -ms-flex;
  display: flex;
}
.capture .bg-capture {
  width: 630px;
  flex: 0 0 630px;
  height: 500px;
  position: relative;
  background-image: url(https://nimbusweb.me/new-style-img/capture-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: -ms-flex;
  display: flex;
  position: relative;
  z-index: 5;
}
.capture .bg-capture .typed-text {
  position: absolute;
  width: 100%;
  top: 35%;
  right: 6%;
  font-size: 21px;
  font-weight: 900;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.capture .bg-capture .typed-text .text {
  color: #f7392f;
}
.capture .bg-capture .typed-text .typed {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  color: #f7392f;
}
.capture .bg-capture .typed-text .typed-cursor {
  font-size: 36px;
  color: #f7392f;
}
.capture .capture-wrapper {
  display: -ms-flex;
  display: flex;
  height: 100%;
  align-items: center;
}
.capture .capture-wrapper img {
  width: 100%;
}

.knowledge {
  padding-top: 60px;
}

.knowledge-height {
  height: 950px;
  padding-top: 60px;
}

.block.capture .logo,
.block.clipper .logo {
  margin-bottom: 20px;
}
.block.capture .text-wrapper,
.block.capture .top-block-left,
.block.clipper .text-wrapper,
.block.clipper .top-block-left {
  align-items: flex-start;
}
.block.capture .text-wrapper .title,
.block.capture .top-block-left .title,
.block.clipper .text-wrapper .title,
.block.clipper .top-block-left .title {
  text-align: left;
}
.block.capture .text-wrapper .text,
.block.capture .top-block-left .text,
.block.clipper .text-wrapper .text,
.block.clipper .top-block-left .text {
  text-align: left;
}
.block.capture .clipper-platforms,
.block.clipper .clipper-platforms {
  margin-top: 30px;
}
.block.capture .clipper-platforms-wrapper,
.block.clipper .clipper-platforms-wrapper {
  margin-top: 0;
}
.block.capture .item-media video,
.block.clipper .item-media video {
  height: auto;
  width: 100%;
}

.sales .top-block-left_title span {
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.reduce .text-wrapper {
  flex-direction: column;
  margin-left: 60px;
  justify-content: center;
  margin-bottom: 55px;
}

.sales-reviews .text-wrapper {
  flex-direction: column;
  margin-right: 150px;
  justify-content: center;
  margin-bottom: 55px;
}
.sales-reviews .top-block-left_input {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}

.sales-teams .wrapper-content {
  align-items: center;
}
.sales-teams .wrapper-content .content_text {
  margin-top: 50px;
}
.sales-teams .title-wrapper {
  margin-top: 0;
}

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

.hr .top-block-left .top-block-left_title p {
  width: auto;
  margin-top: 50px;
}

.onboarding {
  padding: 55px 0;
}
.onboarding .text-wrapper {
  margin-right: 140px;
  flex-direction: column;
}
.onboarding .primary_carousel .owl-nav {
  top: 43%;
}
.onboarding .primary_carousel .owl-dots {
  margin-bottom: 0;
}

.policies .text-wrapper {
  margin-left: 0;
}

.app-buttons {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.app-buttons .clipper-platforms {
  width: 100%;
}
.app-buttons .clipper-platforms-wrap {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.app-buttons .clipper-platforms_button {
  margin-bottom: 20px;
  width: auto;
  margin-right: 30px;
  padding: 13px 33px 13px 25px !important;
}
.app-buttons .top-block-left_input {
  margin-top: 60px;
}
.app-buttons .top-block-left_input input {
  border-radius: 40px;
  height: 60px;
}
.app-buttons .top-block-left_input .button_sign {
  font-size: 18px;
  font-weight: bold;
  border-radius: 40px;
}

.product-section__upload_abstract-bush-right {
  right: 5%;
  z-index: -1;
}

.product-section__upload_abstract-bush-left {
  left: 5%;
  z-index: -1;
}

.product-section__tab .text-wrapper {
  align-items: flex-start;
}

.product-section__tab .text-wrapper .title {
  width: 88%;
}

.product-section__tab .text-wrapper .text {
  min-width: auto;
}

.product-section .clipper-platforms-wrapper {
  margin-top: 40px;
}

.product .clipper-platforms-wrap, .product-section .clipper-platforms-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  z-index: 5;
}

.clipper-platforms_nimb-capt {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 20;
}
.clipper-platforms_nimb-capt .clipper-platforms_button {
  margin: 0 0 0 0px;
}

.product-section .social-line {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 100%;
}
.product-section .social-line a {
  border-radius: 30px;
  box-shadow: 0px 3px 15px rgba(50, 51, 72, 0.25);
  background-color: #17A2B9;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: 0.3s;
}
.product-section .social-line a:hover {
  background-color: #1DC7E3;
}
.product-section .social-line a img {
  width: 30px;
}
.product-section__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #17a2b9;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  cursor: pointer;
}
.product-section__item:hover {
  background-color: #1dc7e3;
}
.product_capture {
  margin-bottom: 400px;
}
.product_capture .product-description__title {
  min-width: 800px;
}
.product_capture .product-description__info {
  min-width: 600px;
}
.product_capture .product-top__bg {
  margin-left: 200px;
}

.product-section__acces-capture .big {
  width: 62%;
  height: 422px;
  top: 100px;
}
.product-section__acces-capture .middle {
  top: 120px;
  height: 350px;
  width: 10%;
}
.product-section__acces-capture .small {
  display: none;
}
.product-section__acces-capture .block-img__abstract {
  bottom: 0;
  left: 107px;
  position: absolute;
}
.product-section__acces-capture .block-center-img__abstract {
  position: absolute;
  right: -95px;
  top: 0;
}
.product-section__browser .bg-form {
  z-index: 0;
}
.product-section__browser .big {
  bottom: 70px;
  width: 60%;
  height: 225px;
}
.product-section__browser .middle {
  bottom: 350px;
  width: 18%;
}
.product-section__browser .small {
  height: 200px;
  bottom: 82px;
  width: 20%;
}
.product-section__tab {
  padding-top: 110px;
  padding-bottom: 110px;
}
.product-section__tab .bg_index {
  z-index: 2;
}
.product-section__tab_abstract {
  position: absolute;
  top: -135px;
  left: -50px;
}
.product-section__tab_abstract-cactus {
  position: absolute;
  bottom: 95px;
  left: -50px;
}
.product-section__tab .capture_opt {
  margin-top: 80px;
}
.product-section__tab .text-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.product-section__tab .line_opt {
  font-size: 23px;
  height: 36px;
  margin-bottom: 10px;
  color: #17a2b9;
  display: table;
  box-sizing: border-box;
  line-height: 31px;
  cursor: pointer;
  position: relative;
}
.product-section__tab .line_opt.active::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00dbff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.product-section__tab .line_opt_img {
  display: none;
}
.product-section__tab .line_opt_img img {
  max-width: 100%;
}
.product-section__tab .line_opt_img.active {
  display: block;
}
.product-section__tab .product_img_wrap {
  margin-top: 80px;
  position: relative;
}
.product-section__tab .product_img_wrap img {
  z-index: 0;
}
.product-section__tab .opt_img {
  width: 75%;
  position: absolute;
  top: -67%;
  left: 13%;
}
.product-section__os .text-wrapper .title, .product-section__os .text-wrapper .text {
  min-width: auto;
}
.product-section__os .big {
  bottom: 120px;
  width: 55%;
}
.product-section__os .middle {
  bottom: 80px;
  height: 180px;
  width: 20%;
}
.product-section__os .small {
  bottom: 330px;
  height: 110px;
  width: 8%;
}
.product-section__os .product_img_wrap {
  margin-top: 0;
}
.product-section__os .opt_img {
  position: absolute;
  top: 20%;
  left: 20.5%;
  right: 10.5%;
}
.product-section__os .social-line {
  bottom: 120px;
  left: auto;
  right: 10px;
}
.product-section__os_abstract-windows {
  position: absolute;
  left: -60px;
  top: 40px;
}
.product-section__os_abstract-plum {
  position: absolute;
  bottom: 90px;
  z-index: 2;
  left: 40px;
}
.product-section__protect .text-wrapper {
  flex-direction: column;
  align-items: flex-start;
}
.product-section__protect .text {
  margin-top: 35px;
}
.product-section__upload {
  position: relative;
  z-index: 99;
}
.product-section__upload_abstract-bush-left {
  position: absolute;
  left: 135px;
  bottom: 250px;
}
.product-section__upload_abstract-bush-right {
  position: absolute;
  right: 100px;
  bottom: 400px;
}
.product-section__upload .center-block {
  padding: 110px;
  margin: 0 auto;
  width: 1000px;
  height: 850px;
  box-shadow: 0 0 30px 0 rgba(50, 51, 72, 0.15);
  border-radius: 50px;
  background-color: #fff;
}
.product-section__upload .center-block__img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-section__upload .text-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.product-section__upload .title, .product-section__upload .text {
  text-align: center;
}
.product-section__upload .text {
  width: 240px;
  min-width: auto;
  margin-top: 35px;
}
.product-section__upload .wrap-services {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.product-section__upload .service {
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: 163px;
  margin-bottom: 50px;
}
.product-section__upload .service__img img {
  max-width: 100%;
  height: 67px;
}
.product-section__upload .service__name {
  font-size: 18px;
  text-align: center;
}
.product-section__use-cases {
  padding: 55px 0;
}
.product-section__use-cases .tab {
  position: relative;
}
.product-section__use-cases .tab-abstract {
  position: absolute;
  top: 0;
  left: -300px;
}
.product-section__use-cases .tabs_point_cont {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.product-section__use-cases .big {
  top: 180px;
  width: 30%;
}
.product-section__use-cases .middle {
  top: 250px;
  width: 45%;
  height: 200px;
}
.product-section__use-cases .text-wrapper {
  flex-direction: column;
  width: 100%;
  text-align: center;
  align-items: center;
  margin-bottom: 70px;
}
.product-section__use-cases .text {
  margin-top: 35px;
  text-align: center;
}
.product-section__use-cases .tabs {
  display: flex;
  flex-wrap: wrap;
  font-size: 23px;
  justify-content: center;
}
.product-section__use-cases .tabs_point {
  margin: 15px;
  color: #17a2b9;
  position: relative;
  padding-bottom: 8px;
  cursor: pointer;
}
.product-section__use-cases .tabs_point.active::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00dbff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.document-scanner-page .product-down {
  padding-bottom: 155px;
}

.research .top-block-left_title span {
  font-size: 25px;
  line-height: 20px;
}
.research .top-block-left_title .bold {
  font-size: 16px;
  font-weight: normal;
}

.structure {
  padding: 55px 0;
}
.structure .image-non-shadow img {
  box-shadow: none !important;
}
.structure .primary_carousel .owl-nav .owl-prev {
  left: -40px;
}

.develop .top-block-left_title span {
  font-size: 25px;
  line-height: 20px;
}

.abstract_item {
  margin-top: 35px;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.abstract_item .text-wrapper .title {
  width: 100%;
}

.personal .top-block-wrapper .top-block-left_title span {
  display: block;
  width: 460px;
  font-size: 28px;
}

.high-security .text-wrapper .title {
  width: 100%;
}
.high-security .text-wrapper .text {
  width: 100%;
}

.nimbus-mobile {
  padding: 70px 0;
}

.high-security {
  padding: 70px 0;
}

.secure {
  margin-top: 40px;
}
.secure .text-wrapper .title {
  width: 100%;
}
.secure .text-wrapper .text {
  width: 100%;
}

.knowledge-top .top-block-wrapper .top-block-left_title h1 {
  font-size: 34px;
}
.knowledge-top .top-block-wrapper .top-block-left_title span {
  font-size: 25px;
}

.meetings {
  padding: 55px 0;
}
.meetings .text-wrapper .title {
  width: 100%;
}
.meetings .text-wrapper .text {
  width: 100%;
}

.structure-group {
  padding: 55px 0;
}
.structure-group .top-block-left {
  margin-top: 0;
}
.structure-group .top-block-left_title .title {
  width: 440px;
  text-align: left;
}
.structure-group .top-block-left_title .text {
  margin-top: 20px;
}
.structure-group .top-block-left_list__item a {
  color: #7d7e8e;
  font-weight: bold;
  cursor: default;
}
.structure-group .top-block-left_list__item:before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #00dbff;
  border-radius: 50%;
  margin-right: 10px;
}
.structure-group .top-block-right-img {
  margin-top: 0;
}

.by-department .text-wrapper {
  margin-left: 20px;
}

.by-client .text-wrapper {
  margin-right: 20px;
}

.by-project .text-wrapper {
  margin-left: 20px;
}

.control-access .list-wrapper {
  margin-top: 20px;
  align-items: flex-start;
}
.control-access .list-wrapper .bold {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.control-access .list-wrapper .list_item {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0;
}
.control-access .list-wrapper .list_item img {
  margin-right: 0;
}

.team-company .image {
  justify-content: center;
}
.team-company .title {
  margin-bottom: 30px;
}

.features-passcode-page .owl-next {
  right: -65px;
}
.features-passcode-page .owl-prev {
  left: -65px;
}

.collaboration .top-block-left_title .bold {
  font-weight: bold;
  font-size: 16px;
  color: #7d7e8e;
  text-transform: none;
}
.collaboration .top-block-right-img {
  margin-top: 70px;
}

.post-comments {
  padding-top: 80px;
}

.note {
  position: relative;
}
.note .small {
  width: 185px;
  height: 137px;
  bottom: -180px;
}
.note .product-description .top-block-left_input {
  margin-top: 30px;
  margin-left: -20px;
}
.note .product-description .top-block-left_input .input input {
  height: 54px;
  border-radius: 33px;
}
.note .product-description .top-block-left_input .input input::-moz-placeholder {
  font-size: 16px;
  color: #c1cadb;
}
.note .product-description .top-block-left_input .input input::placeholder {
  font-size: 16px;
  color: #c1cadb;
}
.note .product-description .top-block-left_input .input .button_sign {
  border-radius: 33px;
  padding: 12.5px 30px;
  font-size: 18px;
  box-shadow: 0 3px 15px 0 rgba(50, 51, 72, 0.25);
  transition: 0.3s;
}
.note .product-description .top-block-left_input .input .button_sign:hover {
  background-color: #1dc7e3;
}
.note .product-description .top-block-left_input .text {
  margin-left: 30px;
}
.note .product-description .title {
  font-size: 48px;
  font-weight: 300;
  min-width: 1000px;
}
.note .product-description .title .blue {
  color: #17a2b9;
}
.note .product-description__info {
  margin-top: 30px;
  min-width: 700px;
}
.note .product-top__bg {
  margin-top: -300px;
  position: relative;
}
.note .product-top__bg img {
  margin-top: 65px;
  max-width: 100%;
}

.note-editor {
  height: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 50px;
}
.note-editor .title-wrapper {
  margin-top: 20px !important;
}

.slider-wrapper {
  width: 100%;
  display: -ms-flex;
  display: flex;
}

.bottom-none {
  margin-bottom: 30px !important;
}

.note-slider {
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 800px;
  position: relative;
  margin-bottom: 100px;
}
.note-slider .carousel-wrapper {
  width: 940px;
  height: 700px;
}
.note-slider .carousel-wrapper .carousel-secondary .image {
  height: 100%;
}
.note-slider .big {
  width: 70%;
  height: 452px;
  top: 0;
}
.note-slider .small {
  width: 13%;
  height: 386px;
  top: 48px;
}
.note-slider .left-img {
  position: absolute;
  top: -230px;
  left: 123px;
}
.note-slider .right-img {
  position: absolute;
  right: 0;
  top: 50%;
}
.note-slider .title-wrapper {
  margin-top: 155px;
  margin-bottom: 0;
}
.note-slider .title-wrapper .title {
  font-weight: bold;
}
.note-slider .slider-menu {
  margin-left: -50px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  position: relative;
}
.note-slider .slider-wrapper {
  display: -ms-flex;
  align-items: center;
  display: flex;
  width: auto;
}

.alt .slider-menu {
  margin-left: -30px;
  justify-content: flex-start;
  margin-top: 140px;
}

.left-img {
  z-index: 1;
}

.right-img {
  z-index: 1;
}

.companies {
  margin: 60px 0 20px 0;
}
.companies .owl-carousel .owl-item img {
  width: auto !important;
}
.companies .companies-quote__slider .owl-item {
  max-height: 0px;
  transition: max-height 3s ease;
}
.companies .companies-quote__slider .owl-item.active {
  max-height: 1000px;
  transition: max-height 3s ease;
}
.companies .companies-quote__slider .owl-prev {
  background: url(https://nimbusweb.me/new-style-img/arrow-left-blue.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 26px;
  height: 22px;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 40px);
  transition: filter 0.2s ease;
}
.companies .companies-quote__slider .owl-next {
  background: url(https://nimbusweb.me/new-style-img/arrow-right-blue.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 26px;
  height: 22px;
  position: absolute;
  bottom: -60px;
  right: calc(50% - 40px);
  transition: filter 0.2s ease;
}
.companies .companies-quote__slider .owl-stage-outer {
  overflow: hidden;
}
.companies .companies-quote__slider .owl-stage {
  display: flex !important;
}
.companies .companies-quote__slider .owl-stage .companies-quote__slider-item {
  height: 100%;
  margin: 0 10px;
}
.companies .companies-quote__slider .owl-stage .companies-quote__slider-item .companies__logo {
  height: 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.companies .companies-quote__slider .owl-stage .companies-quote__slider-item .companies__logo img {
  max-height: 100% !important;
  max-width: 70% !important;
  width: auto !important;
}
.companies .companies-quote__slider .owl-stage .companies-quote__slider-item .companies__quotes {
  display: flex;
  justify-content: flex-end;
}
.companies .companies-quote__slider .owl-stage .companies-quote__slider-item .companies__quote {
  font-size: 18px;
  font-weight: normal;
}

.companies__slider {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.companies__slider .owl-stage {
  display: flex !important;
}
.companies__slider .companies__slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.companies__slider .companies__slider-item .companies__image-outer {
  display: flex;
  height: 80px;
  justify-content: center;
}
.companies__slider .companies__slider-item .companies__image-outer img {
  transition: all 0.1s ease;
  filter: grayscale(100%);
  opacity: 0.6;
  -o-object-fit: contain;
     object-fit: contain;
}
.companies__slider .companies__slider-item:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

.companies__text {
  text-align: center;
  max-width: 412px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.nimbus-apps {
  position: relative;
}
.nimbus-apps .title-wrapper {
  position: relative;
  margin-top: 100px;
}
.nimbus-apps .title-wrapper .title .blue {
  position: relative;
  z-index: 2;
  color: #17a2b9;
}
.nimbus-apps .title-wrapper .text {
  margin-top: 50px;
}
.nimbus-apps .left-img {
  position: absolute;
  left: 4%;
  top: 26%;
}
.nimbus-apps .apps {
  margin-bottom: 60px;
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.nimbus-apps .apps_item {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nimbus-apps .apps_item img {
  max-width: 100%;
  width: 325px;
  height: 43px;
}
.nimbus-apps .apps_button {
  padding: 2px 13px;
  margin-top: 60px;
  color: #17a2b9;
  border-radius: 20px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  border: 1px solid #17a2b9;
  transition: 0.3s;
}
.nimbus-apps .apps_button i {
  margin-left: 10px;
}
.nimbus-apps .apps_button:hover {
  color: #fff;
  background-color: #1dc7e3;
  border-color: #1dc7e3;
}

.review .primary_carousel .owl-dots {
  display: none;
}
.review .primary_carousel .owl-nav {
  width: 100%;
  text-align: center;
  bottom: -30px;
  top: auto;
}
.review .primary_carousel .owl-nav .owl-prev {
  left: 42%;
}
.review .primary_carousel .owl-nav .owl-next {
  right: 42%;
}
.review .primary_carousel__item {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  height: 340px;
  padding-top: 10px;
}
.review .primary_carousel__item-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.review .primary_carousel__item__block {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e8ecf2;
  border-radius: 50px;
  text-align: center;
  width: 535px;
  height: 150px;
  padding: 17px;
  position: relative;
}
.review .primary_carousel__item__block .text {
  margin-top: 0;
}
.review .primary_carousel__item__block:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 37px;
  background-repeat: no-repeat;
  background-image: url(https://nimbusweb.me/new-style-img/invalid-name.svg);
  width: 35px;
  height: 34px;
}

.show-note {
  position: relative;
}
.show-note .small {
  width: 241px;
  height: 89px;
  top: -45px;
}
.show-note .big {
  width: 72%;
  height: 200px;
  top: 88px;
}
.show-note .middle {
  width: 200px;
  height: 169px;
  top: 103px;
}
.show-note .left-img {
  position: absolute;
  top: -35px;
  left: 120px;
}
.show-note .right-img {
  position: absolute;
  right: 100px;
  top: 30px;
}
.show-note .title-wrapper {
  margin-top: 166px;
  align-items: center;
}
.show-note .title-wrapper .title {
  z-index: 5;
}
.show-note .image {
  margin-top: 15px;
}
.show-note .image img {
  border-radius: 20px;
  box-shadow: 0 0 80px 0 rgba(50, 51, 72, 0.2);
}

.access-from {
  position: relative;
  padding: 55px 0;
}
.access-from .right-img {
  position: absolute;
  right: 93px;
  top: 50px;
}
.access-from .left-img {
  position: absolute;
  bottom: -720px;
  left: 340px;
  z-index: 5;
}
.access-from .title-wrapper .title {
  width: 100%;
  text-align: center;
}

.ru-main-page .access-from .left-img {
  left: 150px;
}

.none-padding {
  padding-top: 40px !important;
}

.product-down {
  padding: 55px 0;
  padding-top: 100px;
  position: relative;
}
.product-down .image-badge img {
  max-width: 100%;
}
.product-down .image {
  margin: 20px 0;
}
.product-down .middle {
  width: 73%;
  height: 241px;
  top: -121px;
}
.product-down .big {
  width: 14%;
  top: -150px;
}
.product-down .title-wrapper .title {
  margin-bottom: 30px;
}
.product-down .content-wrapper {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.product-down .content-wrapper .title {
  font-family: "SF-Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.product-down .product-wrap {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
}
.product-down .product-wrap .image-badge {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  top: 12%;
}
.product-down .product-wrap .image-badge img {
  width: 117px;
  height: 20px;
}
.product-down .product-wrap_points__left {
  left: 0;
  position: absolute;
}
.product-down .product-wrap_points__left img {
  height: 100%;
}
.product-down .product-wrap_points__right {
  right: 0;
  position: absolute;
}
.product-down .product-wrap_points__right img {
  height: 100%;
}
.product-down .product-wrap .top-block-left_input {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.product-down .product-wrap .top-block-left_input .input {
  width: 252px;
  margin: 0 auto;
}
.product-down .product-wrap .top-block-left_input .input input {
  height: 30px;
}
.product-down .product-wrap .top-block-left_input .input input::-moz-placeholder {
  color: #c1cadb;
}
.product-down .product-wrap .top-block-left_input .input input::placeholder {
  color: #c1cadb;
}
.product-down .product-wrap .top-block-left_input .input input[name=email] {
  padding-right: 118px;
}
.product-down .product-wrap .top-block-left_input .button_sign {
  transition: 0.3s;
  font-family: "SF-Pro", sans-serif;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.8px;
  font-size: 13px;
  padding: 6px 18px;
  right: 0;
}
.product-down .product-wrap .top-block-left_input .button_sign:hover {
  background-color: #1dc7e3;
}
.product-down .product-wrap .clipper-platforms {
  width: 100%;
}
.product-down .product-wrap .clipper-platforms img {
  height: auto;
}
.product-down .product-wrap .clipper-platforms_button {
  font-size: 13px;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 6px 18px;
  margin: 0 5px;
  box-shadow: none;
}
.product-down .product-wrap .clipper-platforms_button:hover {
  background: #07B8C7;
}
.product-down .product-wrap .clipper-platforms_button i {
  font-size: 14px;
}
.product-down .product-wrap .clipper-platforms_button span {
  width: 100%;
  justify-content: center;
  font-family: "SF-Pro", sans-serif;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.8px;
  color: #D9E4EA;
}
.product-down .product-wrap .clipper-platforms_button img {
  margin-right: 11px;
  height: auto;
  width: 11px;
}
.product-down .product-wrap .clipper-platforms .clipper-platforms-wrapper .clipper-platforms-wrap {
  display: -ms-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0 30px 0 30px;
}
.product-down .product-wrap .capture-platforms_dropdown {
  height: 42px;
}
.product-down .product-wrap .capture-platforms_other {
  right: -73px;
}
.product-down .desktop .clipper-platforms .clipper-platforms-wrapper .clipper-platforms-wrap {
  padding: 0;
}
.product-down .mobile .clipper-platforms-wrap {
  padding: 0 !important;
}
.product-down .mobile .clipper-platforms-wrap_button {
  padding: 0;
  width: 112px;
  height: 40px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.works-offline {
  width: 240px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  background: #fff;
  box-shadow: 4px 4px 38px rgba(167, 194, 198, 0.35);
  border-radius: 0px 0px 20px 20px;
  height: 48px;
  position: absolute;
  top: 0;
  left: calc(50% - 120px);
  align-items: center;
}
.works-offline img {
  width: auto;
}

.page {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.media-kit {
  padding-top: 70px;
  padding-bottom: 70px;
}
.media-kit .content-wrapper .title {
  margin-bottom: 30px;
}
.media-kit .content-wrapper .title-download {
  margin-top: 30px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.media-kit .content-wrapper .text-centered {
  text-align: center;
}
.media-kit .content-wrapper .download-list {
  margin-top: 30px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.media-kit .content-wrapper .download-list_item {
  margin-bottom: 12px;
  margin-left: 20px;
  max-width: 382px;
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-kit .content-wrapper .download-list_item a {
  width: 200px;
  transition: 0.3s;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.media-kit .content-wrapper .download-list_item a:hover {
  background-color: #ebebeb;
}
.media-kit .content-wrapper .download-list_item a i {
  margin-right: 10px;
}

.dark-theme {
  padding-top: 40px;
  padding-bottom: 60px;
}
.dark-theme .title-wrapper {
  width: 100%;
}

.carousel-wrapper .primary_carousel .owl-dots {
  display: none;
}
.carousel-wrapper .primary_carousel .carousel-item {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.carousel-wrapper .primary_carousel .carousel-item a {
  width: 90%;
}
.carousel-wrapper .primary_carousel .carousel-item a img {
  border-radius: 10px;
}

.links-wrapper {
  display: -ms-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.links_list {
  margin: 0 50px;
}
.links_list__item {
  margin-bottom: 10px;
  background-color: #f8f9fa;
  border-radius: 10px;
}
.links_list__item:hover {
  background-color: #ededef;
}
.links_list__item a {
  padding: 10px 10px;
  color: #323348;
  display: block;
}

.banners {
  padding-bottom: 50px;
}
.banners .row {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.banners_logo {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.banners_logo__item {
  width: 33%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin: 4px;
  transition: 0.3s;
}
.banners_logo__item a {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.banners_logo__item a:before {
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.banners_logo__item a:hover {
  transition: 0.3s;
  filter: brightness(80%);
}
.banners_logo__item a:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.banners_logo__item a .image {
  max-width: 100%;
  height: 250px;
  z-index: 2;
  position: relative;
}
.banners_logo__item a .image_custom-height {
  height: 130px;
  width: 130px;
}
.banners_logo__item a .image_custom-width {
  width: 300px;
}

.management-page .text-wrapper .title {
  text-align: center;
}
.management-page .abstract_item {
  width: 100%;
}

.features-note {
  position: relative;
  z-index: 0;
}
.features-note .features-note-wrapper {
  display: -ms-flex;
  display: flex;
  width: 100%;
  align-items: center;
}
.features-note .features-note-wrapper .image {
  margin-top: 0;
}
.features-note .features-note-wrapper .image img {
  margin-left: -70px;
}
.features-note .bg-form {
  z-index: 0;
}
.features-note .small {
  width: 241px;
  height: 89px;
  bottom: 370px;
}
.features-note .big {
  width: 50%;
  height: 200px;
  bottom: 127px;
}
.features-note .middle {
  width: 252px;
  height: 169px;
  bottom: 144px;
}
.features-note .left-img {
  position: absolute;
  top: 300px;
  left: 30px;
}
.features-note .right-img {
  position: absolute;
  right: 360px;
  bottom: -109px;
}
.features-note .title-wrapper {
  z-index: 2;
  text-align: left;
}
.features-note .title-wrapper .title {
  text-align: left;
}
.features-note .image {
  margin-top: -35px;
}
.features-note .image img {
  z-index: 5;
}

.nimbus-note {
  padding-bottom: 70px;
  position: relative;
}
.nimbus-note .right-img {
  top: 200px;
}

.top-features {
  padding-bottom: 380px;
  position: relative;
}
.top-features .small {
  width: 241px;
  height: 112px;
  top: 0;
}
.top-features .big {
  width: 30%;
  height: 200px;
  top: 0;
}
.top-features .middle {
  width: 25%;
  height: 141px;
  top: 140px;
}
.top-features .left-img {
  position: absolute;
  left: 150px;
}
.top-features .right-img {
  position: absolute;
  right: 430px;
}
.top-features .image-bottom {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 5;
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.top-features .image-bottom img {
  max-width: 100%;
}
.top-features .title-wrapper {
  margin-top: 80px;
}
.top-features .title-wrapper .title a {
  color: #3e4849;
}
.top-features .title-wrapper .title a:hover {
  color: #3e4849;
}
.top-features .title-wrapper .text {
  margin-top: 50px;
}
.top-features .button-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.top-features .top-features-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.top-features_list {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 30px;
}
.top-features_list__item {
  height: 25px;
  width: 300px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
  font-weight: bold;
  color: #7d7e8e;
}
.top-features_list__item:last-child .number::after {
  display: none;
}
.top-features_list__item:last-child .number::before {
  display: none;
}
.top-features_list__item .number {
  position: absolute;
  left: -45px;
  width: 30px;
  height: 30px;
  background-color: #58e7ff;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
}
.top-features_list__item .number::before {
  position: absolute;
  bottom: -9px;
  left: 13px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background-color: #58e7ff;
}
.top-features_list__item .number::after {
  position: absolute;
  bottom: -18px;
  left: 13px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background-color: #58e7ff;
}
.top-features_list__item .text {
  margin-top: 0;
  transition: 0.3s;
  color: #7d7e8e;
}
.top-features_list__item .text:hover {
  color: #000;
}

.comparison .top-features_list__item .text {
  margin-top: 0;
  transition: 0.3s;
  color: #7d7e8e;
}
.comparison .top-features_list__item .text:hover {
  color: #000;
}

.templates-slider {
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
}
.templates-slider .bg-form {
  z-index: 0;
}
.templates-slider .middle {
  width: 55%;
  height: 241px;
  bottom: -80px;
}
.templates-slider .big {
  width: 25%;
  height: 386px;
  bottom: -135px;
}
.templates-slider .title-wrapper {
  width: 100%;
  justify-content: center;
}
.templates-slider .carousel-wrapper {
  position: relative;
}
.templates-slider .carousel-wrapper .right-img {
  position: absolute;
  bottom: -150px;
  right: 28%;
}
.templates-slider .carousel-templates {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.templates-slider .carousel-templates .image {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.templates-slider .carousel-templates .image img {
  width: 900px;
  height: 500px;
}
.templates-slider .carousel-templates .owl-nav {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.templates-slider .carousel-templates .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  border-radius: 30px;
  box-shadow: 0 3px 15px 0 rgba(50, 51, 72, 0.25);
  transition: 0.3s;
}
.templates-slider .carousel-templates .owl-nav button i {
  transition: 0.3s;
  color: #c1cadb;
}
.templates-slider .carousel-templates .owl-nav button:hover {
  box-shadow: 0 3px 15px 0 rgba(50, 51, 72, 0.35);
}
.templates-slider .carousel-templates .owl-nav button:hover i {
  color: #7d7e8e;
}
.templates-slider .carousel-templates .owl-next {
  right: 43%;
}
.templates-slider .carousel-templates .owl-next i {
  color: #c1cadb;
}
.templates-slider .carousel-templates .owl-prev {
  left: 43%;
}
.templates-slider .carousel-templates .owl-prev i {
  color: #c1cadb;
}
.templates-slider .bottom-wrapper {
  margin-top: 220px;
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.templates-slider .bottom-wrapper .title {
  text-align: left;
}
.templates-slider .bottom-wrapper .top-block-left_input {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.templates-slider .bottom-wrapper .top-block-left_input .text {
  margin-left: 30px;
  margin-top: 0;
}
.templates-slider .bottom-wrapper .top-block-left_input input {
  height: 50px;
  border-radius: 35px;
}
.templates-slider .bottom-wrapper .top-block-left_input input::-moz-placeholder {
  color: #c1cadb;
  font-size: 16px;
}
.templates-slider .bottom-wrapper .top-block-left_input input::placeholder {
  color: #c1cadb;
  font-size: 16px;
}
.templates-slider .bottom-wrapper .top-block-left_input .button_sign {
  padding: 9.5px 24px;
  border-radius: 35px;
  font-size: 21px;
  box-shadow: 0 3px 15px 0 rgba(50, 51, 72, 0.25);
  transition: 0.3s;
}
.templates-slider .bottom-wrapper .top-block-left_input .button_sign:hover {
  background-color: #1dc7e3;
}

.accomodate {
  padding-bottom: 200px;
}
.accomodate .carousel-wrapper {
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.emails {
  height: 590px;
}
.emails .top-block-wrapper {
  height: 100%;
}
.emails .top-block-left_title h1 {
  color: #323348;
}

.main-page .companies__slider {
  margin-top: 111px;
}

.main-page .nimbus-apps .apps {
  margin-bottom: 60px;
}

.compare {
  padding-top: 50px;
}
.compare .content-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.width-auto {
  justify-content: flex-start !important;
}

.top {
  padding-bottom: 50px;
  padding-top: 50px;
}
.top .title {
  text-transform: uppercase;
}
.top .wrapper-content {
  align-items: flex-start;
}
.top .list-pages {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.top .list-pages_item {
  margin-left: 40px;
  margin-top: 50px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}
.top .list-pages_item:last-child {
  justify-content: flex-start;
}
.top .list-pages_item::before {
  position: absolute;
  content: "";
  background-image: url(https://nimbusweb.me/new-style-img/check-mark-icon-copy.svg);
  background-repeat: no-repeat;
  top: 10px;
  left: -60px;
  width: 38px;
  height: 38px;
}
.top .list-pages_item .page-title {
  color: #323348;
  font-size: 36px;
  font-weight: 900;
}

.down {
  padding-bottom: 150px;
}

.customers {
  padding-bottom: 100px;
}

.privacy {
  padding-top: 30px;
  padding-bottom: 30px;
}
.privacy .privacy-list {
  padding-left: 20px;
}
.privacy .privacy-list_item {
  list-style-type: unset !important;
}
.privacy .title-wrapper {
  margin-bottom: 0;
}
.privacy .title-wrapper .title {
  max-width: 660px;
}
.privacy h3 {
  font-size: 20px;
  margin-top: 20px;
}
.privacy .pages-menu {
  margin-top: 20px;
  border-left: 1px solid #e0e0e0;
  padding-left: 20px;
}
.privacy .pages-menu_list__item {
  margin-top: 5px;
  display: -ms-flex;
  display: flex;
}
.privacy .pages-menu_list__item a {
  color: #323348;
  font-size: 16px;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  padding: 5px 10px 5px 10px;
  border-radius: 40px;
  transition: 0.3s;
}
.privacy .pages-menu_list__item a:hover {
  background-color: #f4f7fb;
}
.privacy .pages-menu_list__item a.active {
  background-color: #f4f7fb;
}
.privacy .head-list {
  background-color: #f4f7fb;
  display: -ms-flex;
  display: flex;
  font-weight: bold;
}
.privacy .provider {
  width: 120px;
  padding: 10px;
}
.privacy .purpose {
  width: 120px;
  padding: 10px;
}
.privacy .links {
  width: 100%;
  padding: 10px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.privacy .main-list {
  display: -ms-flex;
  display: flex;
}

.book-a-demo .form-wrapper {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
}
.book-a-demo .send {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.book-a-demo .send select {
  height: 30px;
  width: 100%;
}
.book-a-demo .send input {
  height: 30px;
  width: 100%;
}
.book-a-demo .send .form-list {
  width: 100%;
  height: 30px;
}
.book-a-demo .send .button_submit {
  width: 100px;
  margin-top: 20px;
  background-color: #17a2b9;
  border: none;
  transition: 0.3s;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 20px;
}
.book-a-demo .send .button_submit:hover {
  background-color: #1dc7e3;
}

.nim-testimonials {
  background-color: #F6F8FA;
  padding: 98px 0 65px;
}
.nim-testimonials__slider {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.nim-testimonials__slider .owl-stage {
  margin-left: 108px !important;
}
.nim-testimonials__slider .owl-stage-outer::before {
  content: "";
  position: absolute;
  width: 129px;
  height: 100%;
  background: linear-gradient(270deg, #F5F8FA 19.27%, rgba(245, 248, 250, 0.869792) 53.13%, rgba(245, 248, 250, 0) 100%);
  z-index: 2;
  right: 0;
  top: 0;
}
.nim-testimonials__slider .owl-stage-outer::after {
  content: "";
  position: absolute;
  width: 129px;
  height: 100%;
  z-index: 2;
  left: -2px;
  top: 0;
  background: linear-gradient(270deg, #F5F8FA 19.27%, rgba(245, 248, 250, 0.869792) 53.13%, rgba(245, 248, 250, 0) 100%);
  transform: rotate(180deg);
}
.nim-testimonials__slider .owl-next {
  position: absolute;
  right: 35px;
  top: calc(38% - 10px);
  width: 60px;
  height: 60px;
  outline: none;
}
.nim-testimonials__slider .owl-next::before {
  content: url(https://nimbusweb.me/new-style-img/testimonials_right.svg);
  position: absolute;
  top: 0;
  left: 0;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
}
.nim-testimonials__slider .owl-prev {
  position: absolute;
  left: 35px;
  top: calc(38% - 10px);
  width: 60px;
  height: 60px;
  outline: none;
}
.nim-testimonials__slider .owl-prev::before {
  content: url(https://nimbusweb.me/new-style-img/testimonials_left.svg);
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  width: 11px;
  height: 20px;
}
.nim-testimonials__slider-item {
  display: inline-block;
}
.nim-testimonials__slider-text {
  font-size: 15px;
  line-height: 22px;
  padding: 20px 30px;
  background-color: #fff;
  min-height: 242px;
  max-height: 242px;
  width: auto;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  border-radius: 50px 50px 50px 0px;
}
.nim-testimonials__slider-text p {
  font-weight: 300;
  margin-bottom: 10px;
}
.nim-testimonials__slider-text p span {
  font-weight: 400;
}
.nim-testimonials__slider-text p b {
  font-weight: 900;
  color: #A3A4B0;
}
.nim-testimonials__slider-link {
  margin-top: auto;
  display: flex;
  align-items: center;
  color: #00A1B7;
  text-decoration: none;
  font-size: 15px;
}
.nim-testimonials__slider-link img {
  margin-left: 6px;
  width: 12px !important;
  transition: all 0.2s ease;
}
.nim-testimonials__slider-link:hover {
  font-weight: bold;
  color: #00A1B7;
  text-decoration: none;
}
.nim-testimonials__slider-link:hover img {
  margin-left: 10px;
  transition: all 0.2s ease;
}
.nim-testimonials__slider-person {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.nim-testimonials__slider-img-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a1b7;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}
.nim-testimonials__slider-img-wrapper .nim-testimonials__slider-img {
  margin-right: 0;
}
.nim-testimonials__slider-img-placeholder {
  position: absolute;
  z-index: -1;
}
.nim-testimonials__slider-img {
  width: 48px !important;
  height: 48px;
  border-radius: 50%;
  margin-right: 10px;
}
.nim-testimonials__slider-name {
  font-size: 18px;
  line-height: 22px;
  color: #323348;
  font-weight: bold;
}
.nim-testimonials__slider-pos {
  font-size: 14px;
  color: #798893;
  line-height: 22px;
}

.short-testimonial {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.short-testimonial .nim-testimonials__slider-person {
  align-items: flex-start;
}
.short-testimonial .nim-testimonials__slider-name {
  font-size: 17px;
}

.nimbus-awards {
  padding: 55px 0;
}

.comparisson-btn {
  max-width: 334px;
  display: block;
  margin: 55px auto 0;
}

.side-to-side-evernote .comparison .product-description__info {
  font-size: 20px;
  line-height: 21px;
  color: #7d7e8e;
  margin-top: 20px;
}

.nim-vs-evernote.nim-vs-evernote-new .short-testimonial {
  flex-direction: column;
}
.nim-vs-evernote.nim-vs-evernote-new .short-testimonial .nim-testimonials__slider-person {
  justify-content: flex-end;
}
.nim-vs-evernote.nim-vs-evernote-new .short-testimonial .nim-testimonials__slider-info {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.nim-vs-evernote.nim-vs-evernote-new .short-testimonial .nim-testimonials__slider-link {
  font-size: 20px;
  display: inline;
}
.nim-vs-evernote.nim-vs-evernote-new .block.templates-block.templates-embed {
  padding-top: 0;
}

.nim-vs-evernote.comparison #teams-and-personal .title-wrapper {
  max-width: 700px;
  text-align: left;
  margin: 0 auto;
  align-items: normal;
}
.nim-vs-evernote.comparison .product-description__info {
  font-size: 20px;
  line-height: 21px;
  color: #7d7e8e;
  margin-top: 20px;
}
.nim-vs-evernote.comparison .templates .title-wrapper {
  height: auto;
}
.nim-vs-evernote.comparison .templates-embed .carousel-note-wrapper .carousel-note-templates .embed-template-item {
  background-color: #fff;
}
.nim-vs-evernote.comparison .pricing .table-top {
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.nim-vs-evernote.comparison .pricing .table-main_item {
  height: 86px;
  text-align: center;
}
.nim-vs-evernote.comparison .pricing .table-main_item:first-child {
  border-left: 1px solid #e4e4e4;
}
.nim-vs-evernote.comparison .text-small {
  font-size: 13px;
}
.nim-vs-evernote.comparison .nimbus-awards {
  background-color: #f6f8fa;
}
.nim-vs-evernote.comparison .image {
  width: auto;
}
.nim-vs-evernote.comparison .table-main_item,
.nim-vs-evernote.comparison .table-top_item {
  width: 33.333%;
  flex: none;
}

.comparison-img {
  width: 60%;
}

.flex-half {
  flex: 44.3% !important;
}

.flex-full {
  flex: 55.4% !important;
}

section.comparison {
  padding: 55px 0;
}

.comparison {
  height: auto;
}
.comparison .reviews .title-wrapper {
  padding-bottom: 60px;
}
.comparison .reviews .img-responsive img {
  width: 100%;
}
.comparison .note-slider {
  height: auto;
}
.comparison .nimbus-chart {
  margin-bottom: 60px;
}
.comparison .nimbus-workspaces {
  margin-bottom: 100px;
}
.comparison .product-description__info {
  color: #323348;
}
.comparison .product-top__wrap {
  height: auto;
  position: unset;
  margin-top: -45px;
  margin-bottom: 55px;
}
.comparison .note-slider .title-wrapper {
  margin-top: 0;
}
.comparison .content-wrapper .text-center {
  margin-top: 20px;
}
.comparison .primary_carousel .owl-dots {
  display: none !important;
}
.comparison .hide {
  display: none !important;
}
.comparison .show {
  display: flex !important;
}
.comparison .show-block {
  display: block !important;
  margin-left: -37px;
}
.comparison .gray-tabel {
  background-color: #FCFCFC;
}
.comparison .title-wrapper .text {
  color: #7D7E8E;
}
.comparison .text-small {
  font-size: 10px;
}
.comparison .right-border {
  border-right: 1px solid #94ACB9 !important;
}
.comparison .button-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: fixed;
  background-color: #fff;
  border-radius: 50px;
  border: 3px solid #08a0b6;
  right: 100px;
  bottom: 30px;
  z-index: 99999999999;
}
.comparison .visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.comparison .button-replace {
  right: 100px !important;
}
.comparison .hamburger-slider {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
}
.comparison .hamburger-slider .bar-sidebar {
  border-radius: 40px;
  padding: 0;
  width: 16px;
  height: 3px;
  display: block;
  transition: all 0.2s ease-in-out;
  background-color: #08a0b6;
  position: absolute;
}
.comparison .bar1-sidebar {
  top: 3px;
}
.comparison .bar2-sidebar {
  top: 14px;
}
.comparison .bar3-sidebar {
  right: 7px;
  top: 3px;
}
.comparison .bar4-sidebar {
  bottom: 3px;
}
.comparison .checkbox-sidebar:checked + label > .hamburger-slider > .bar1-sidebar {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 20px;
  top: 7px;
  left: 8px;
}
.comparison .checkbox-sidebar:checked + label > .hamburger-slider > .bar2-sidebar {
  transform: translateX(-40px);
  background-color: transparent;
}
.comparison .checkbox-sidebar:checked + label > .hamburger-slider > .bar3-sidebar {
  transform: translateX(40px);
  background-color: transparent;
}
.comparison .checkbox-sidebar:checked + label > .hamburger-slider > .bar4-sidebar {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 20px;
  bottom: 7px;
  left: 8px;
}
.comparison .sidebar-open {
  right: 0px !important;
}
.comparison .sidebar {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -320px;
  background-color: #FAFAFA;
  transition: 0.3s;
  z-index: 99;
}
.comparison .sidebar .sidebar-list {
  overflow-y: auto;
  height: 100%;
  padding: 100px 35px 60px 28px;
}
.comparison .sidebar .sidebar-list_item {
  line-height: 18px;
  margin-bottom: 10px;
}
.comparison .sidebar .sidebar-list_item a {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
.comparison .sidebar .sidebar-list_item a:hover {
  border-bottom: 1px dashed #000;
}
.comparison .sidebar .sidebar-list .active a {
  position: relative;
  color: #17A2B9;
  border-bottom: 1px dashed #17A2B9;
}
.comparison .sidebar .sidebar-list .active a:before {
  content: "";
  width: 40px;
  background-color: #17A2B9;
  height: 2px;
  position: absolute;
  top: 7px;
  left: -52px;
  transition: left 0.3s;
}
.comparison .comparison-info .row {
  display: flex;
  justify-content: center;
}
.comparison .comparison-info .comparison-wrapper .content-wrapper .text {
  color: #323348;
}
.comparison .comparison-wrapper {
  width: 780px;
}
.comparison .column {
  flex-direction: column;
}
.comparison .table-main_item.first {
  border-left: 1px solid #0A92A6;
}
.comparison .turq {
  background-color: #08A0B6 !important;
}
.comparison .turq .text {
  color: #F2F2F2 !important;
}
.comparison .image {
  width: 100%;
}
.comparison .location-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 55px;
}
.comparison .location {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison .location img {
  margin-right: 25px;
}
.comparison .location p {
  margin-top: 0;
  width: 200px;
  font-weight: 300;
  text-align: left;
  font-size: 18px;
  color: #323348;
}
.comparison .location .flag {
  position: absolute;
  right: 5px;
  bottom: 6px;
}
.comparison .location .text-location {
  position: relative;
}
.comparison .location .text-location:before {
  content: "";
  width: 1px;
  height: 53px;
  background-color: #323348;
  transform: rotate(180deg);
  position: absolute;
  left: -10px;
  top: 0;
}
.comparison .location .text-location:after {
  content: "";
  width: 1px;
  height: 53px;
  background-color: #323348;
  transform: rotate(180deg);
  position: absolute;
  right: -8px;
  top: 0;
}
.comparison .location .text-location.del-right-brd:after {
  display: none;
}
.comparison .location .text {
  margin-left: 15px;
  width: 265px;
}
.comparison .top-block-left_input .text {
  color: #7D7E8E;
}
.comparison .product-description .title {
  font-size: 54px;
  line-height: 70px;
  font-weight: bold;
  min-width: 980px;
}
.comparison .product-description__info {
  margin-top: 55px;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  min-width: 610px;
}
.comparison .product-description__desc {
  color: #7D7E8E;
  margin-top: 12px;
}
.comparison .product-description__desc p {
  color: #7D7E8E;
}
.comparison .workspace .first {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison .workspace .first .text {
  font-weight: 600;
  color: #000;
  margin-top: 0;
  text-align: center;
}
.comparison .workspace .table-column_item__subitem {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.comparison .app-buttons {
  margin-top: -220px;
}
.comparison .pricing .title {
  font-size: 30px;
}
.comparison .pricing .first {
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  flex: none;
  width: 158px;
}
.comparison .pricing .table-main_item .text-onenote {
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}
.comparison .nimbus-features .title {
  font-size: 30px;
}
.comparison .nimbus-features .product-description {
  margin-bottom: 0;
  margin-top: 0;
}
.comparison .nimbus-features .fix {
  -webkit-transform: translateZ(0);
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 7;
}
.comparison .nimbus-features .fix .turq {
  border-left: 1px solid #0A92A6;
}
.comparison .nimbus-features .fix .table-top_item {
  border-right: 1px solid #0A92A6;
  flex-direction: row;
  height: 26px;
  background-color: #08A0B6;
  color: #fff;
  font-size: 13px;
}
.comparison .nimbus-features .fix .table-top_item .text {
  color: #fff;
}
.comparison .nimbus-features .fix .table-top_item span {
  display: none;
}
.comparison .nimbus-features .fix .top {
  border-right: 1px solid #0A92A6;
}
.comparison .nimbus-features .table-top.fix {
  border-right: 1px solid #0A92A6;
  border-left: 1px solid #0A92A6;
  border-bottom: 1px solid #0A92A6;
  border-top: 1px solid #0A92A6;
}
.comparison .nimbus-features .table-top {
  margin-left: 370px;
  background-color: #fff;
  padding-top: 0;
  border-right: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.comparison .nimbus-features .table-top_item {
  padding: 0;
  height: 60px;
  background-color: #fff;
  color: #323348;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  flex-direction: column;
}
.comparison .nimbus-features .table-top_item .text {
  margin-top: 0;
}
.comparison .nimbus-features .table-top_item .text span {
  color: #7D7E8E;
  font-weight: normal;
}
.comparison .nimbus-features .table-top_item:first-child {
  font-weight: bold;
  line-height: 18px;
  text-transform: unset;
}
.comparison .nimbus-features .table-top_item .small-width {
  display: none;
}
.comparison .nimbus-features .table-main.fix {
  -webkit-transform: translateZ(0);
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 6;
  border-right: none !important;
}
.comparison .nimbus-features .table-main.fix .table-main_item:nth-child(odd) {
  border-right: 1px solid #0A92A6 !important;
}
.comparison .nimbus-features .table-main.fix .top {
  padding-top: 35px;
}
.comparison .nimbus-features .table-main_item {
  flex: auto;
  height: 60px;
  border-top: none;
  border-left: none;
  width: 122px;
  font-size: 12px;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.comparison .nimbus-features .table-main_item:nth-child(odd) {
  border-right: 1px solid #94ACB9;
}
.comparison .nimbus-features .table-main_item .text {
  color: #7D7E8E;
  line-height: 16px;
  margin-top: 0;
  text-align: center;
}
.comparison .nimbus-features .top {
  color: #F2F2F2;
  font-size: 15px;
  font-weight: 600;
}
.comparison .nimbus-features .first {
  font-weight: normal;
  flex: none;
  padding-left: 30px;
  width: 371px;
  background-color: #fff;
  border-left: 1px solid #E4E4E4;
  color: #7D7E8E;
  font-size: 15px;
  line-height: 24px;
  text-transform: unset;
  justify-content: flex-start;
  flex-direction: row;
}
.comparison .nimbus-features .first .text {
  text-align: left;
}
.comparison .nimbus-features .table-column_item__subitem {
  color: #4c4d5f;
}
.comparison .nimbus-features .table-column {
  width: 184px;
}
.comparison .nimbus-features .table-column .right-col {
  background-color: #58e7ff !important;
}
.comparison .content-wrapper {
  width: 100%;
}
.comparison .content-wrapper .text {
  font-size: 15px;
  color: #000;
}
.comparison .content-wrapper .text-center {
  text-align: center;
}
.comparison .text-bold {
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
}
.comparison .text {
  color: #000;
}
.comparison .structure-img .image {
  margin-top: 30px;
}
.comparison .structure-img .title {
  margin-top: 70px;
}
.comparison .pricing .border-top {
  border-top: 1px solid #E4E4E4 !important;
}
.comparison .pricing .border-left {
  border-left: 1px solid #E4E4E4 !important;
}
.comparison .pricing .border-right {
  border-right: 1px solid #E4E4E4 !important;
}
.comparison .pricing .radius-top-right {
  border-top-right-radius: 16px;
}
.comparison .pricing .radius-top-left {
  border-top-left-radius: 16px;
}
.comparison .pricing .radius-bottom-right {
  border-bottom-right-radius: 16px;
}
.comparison .pricing .radius-bottom-left {
  border-bottom-left-radius: 16px;
}
.comparison .pricing .table-top {
  margin-left: 369px;
  background-color: #fff;
  padding-top: 0;
}
.comparison .pricing .table-top_item {
  padding: 0;
  height: 60px;
  background-color: #fff;
  color: #323348;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  border-right: none;
  border-top: 1px solid #E4E4E4;
}
.comparison .pricing .table-top_item:first-child {
  border-left: 1px solid #E4E4E4;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-transform: unset;
}
.comparison .pricing .table-main_item {
  height: 60px;
  border-top: none;
  border-left: none;
  font-size: 15px;
}
.comparison .pricing .first {
  width: 370px;
  background-color: #fff;
  border-left: 1px solid #E4E4E4;
  color: #7D7E8E;
  font-size: 15px;
  line-height: 24px;
  text-transform: unset;
}
.comparison .pricing .column {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.comparison .pricing .column .yellow {
  color: #F2994A;
  background-color: #fff;
}
.comparison .pricing .column .text {
  margin-top: 0;
}
.comparison .pricing .column .blue {
  color: #08A0B6;
}
.comparison .expand-button {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison .expand-button .title-expand {
  margin-right: 10px;
  color: #323348;
  font-size: 28px;
  font-weight: 300;
}
.comparison .expand-button button {
  position: relative;
  background-color: #fff;
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  border: 3px solid #00A1B7;
  transition: 0.3s;
}
.comparison .expand-button button:hover {
  background-color: #00A1B7;
}
.comparison .expand-button button:hover i {
  color: #fff;
}
.comparison .expand-button button i {
  position: absolute;
  -webkit-animation: arrow-animation 1.5s infinite;
          animation: arrow-animation 1.5s infinite;
  transform: rotate(360deg);
  font-size: 21px;
  height: 25px;
  transition: 0.3s;
  color: #00A1B7;
}
.comparison .mobile-sign {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison .mobile-sign .text {
  color: #7d7e8e;
  margin-bottom: 10px;
}
.comparison .mobile-sign_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #17A2B9;
  box-shadow: 0px 3px 15px rgba(50, 51, 72, 0.11);
  border-radius: 33px;
  height: 54px;
  width: 290px;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  transition: 0.3s;
}
.comparison .mobile-sign_button:hover {
  background-color: #1dc7e3;
}
.comparison .mobile-sign_button img {
  margin-right: 10px;
}
.comparison .top-marg {
  margin-top: 70px;
}
.comparison .bot-marg .expand-button button i {
  margin-bottom: 6px;
  transform: rotate(180deg);
}

.nim-table-outer {
  overflow-x: hidden;
  position: relative;
}

.nim-table-wrapper {
  overflow-x: auto;
  width: 100%;
}
.nim-table-wrapper::before {
  position: absolute;
}

.nim-table {
  border: 1px solid #e1e4f7;
  font-family: "SF-Pro-Text", sans-serif;
  font-size: 14px;
}
.nim-table td, .nim-table th {
  border: 1px solid #e1e4f7;
  padding: 10px 10px;
  vertical-align: middle;
}
.nim-table td img, .nim-table th img {
  height: 12px;
  width: auto;
}
.nim-table td span, .nim-table th span {
  font-size: 11px;
  color: #7d7e8e;
  width: 100%;
}

.nim-table-wrapper.not-at-right:after,
.nim-table-wrapper.not-at-left:before {
  content: "";
  height: 100%;
  width: 15px;
  top: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.nim-table-wrapper.not-at-right:after {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.nim-table-wrapper.not-at-left:before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.others-links-wrapper .links_list__item {
  background-color: #00A1B7;
}
.others-links-wrapper .links_list__item a {
  text-decoration: none;
  color: #fff;
}
.others-links-wrapper .links_list__item a:hover {
  text-decoration: none;
  color: #fff;
}
.others-links-wrapper .links_list__item:hover {
  background-color: #07B8C7;
}

.g-keep .nimbus-features .table-main.fix .table-main_item:nth-child(2) {
  padding: 10px;
  border-right: 1px solid #0A92A6;
}
.g-keep .nimbus-features .table-main .table-main_item:nth-child(2) {
  border-right: 1px solid #94ACB9;
}
.g-keep .nimbus-features .table-main .table-main_item:nth-child(3) {
  border-right: 1px solid #e8ecf2;
}
.g-keep .nimbus-features .turq .table-main_item:nth-child(2) {
  border-right: 1px solid #e8ecf2;
}
.g-keep .nimbus-features .table-top {
  margin-left: 555px;
}
.g-keep .nimbus-features .table-top .table-top_item {
  border-right: none;
}
.g-keep .nimbus-features .table-top .table-top_item:not(:first-child) {
  display: none;
}
.g-keep .nimbus-features .table-top .table-top_item .large-width {
  font-size: 15px;
}

.error-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.error-text_title {
  text-align: center;
  max-width: 370px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
}

.error-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.error-image .main-image {
  max-width: 100%;
  z-index: 1;
}
.error-image .plane-animate {
  z-index: 2;
  position: absolute;
  top: 17%;
  right: 34.5%;
  -webkit-animation: move 3s;
          animation: move 3s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.error-image .cloud-left {
  z-index: -1;
  position: absolute;
  left: 18%;
  bottom: 40%;
  -webkit-animation: move-left 3s;
          animation: move-left 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.error-image .cloud-right {
  position: absolute;
  right: 22%;
  top: 9.5%;
  -webkit-animation: move-right 3s;
          animation: move-right 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.error-image .bird-left {
  z-index: 5;
  position: absolute;
  left: 25%;
  top: 26%;
  width: 50px;
  height: 9px;
  transform: rotate(-16deg);
  -webkit-animation: move-bird-left 3s;
          animation: move-bird-left 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.error-image .bird-middle {
  z-index: 5;
  position: absolute;
  top: 26%;
  left: 36%;
  width: 24px;
  height: 5px;
  transform: rotate(-16deg);
  -webkit-animation: move-bird-middle 3s;
          animation: move-bird-middle 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.error-image .bird-right {
  z-index: 5;
  position: absolute;
  right: 27%;
  top: 25%;
  width: 31px;
  height: 6px;
  -webkit-animation: move-bird-right 3s;
          animation: move-bird-right 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.button-wrapper_error {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.button-wrapper_error .button_home {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 15px rgba(50, 51, 72, 0.11);
  border-radius: 33px;
  height: 54px;
  width: 206px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #17A2B9;
  transition: 0.3s;
}
.button-wrapper_error .button_home:hover {
  background-color: #1dc7e3;
}

.covid .text {
  text-align: left;
  color: #000;
}
.covid .text-title {
  padding-left: 45px;
  text-align: left;
  margin-top: 30px;
}
.covid .button_scrollform-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.covid .button_scrollform-wrapper .button_scrollform {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 15px rgba(50, 51, 72, 0.11);
  border-radius: 33px;
  height: 54px;
  width: 290px;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  background: #17A2B9;
  transition: 0.3s;
}
.covid .button_scrollform-wrapper .button_scrollform:hover {
  background-color: #1dc7e3;
}
.covid .assist_list {
  padding-left: 45px;
}
.covid .assist_list__item {
  list-style-type: disc;
}

.review {
  z-index: 90;
}

.reviews .img-responsive {
  position: relative;
  overflow: auto;
  height: 857px;
}

.reviews .img-responsive img {
  max-width: 100%;
  position: absolute;
}

.bill-title {
  font-size: 36px;
  font-weight: bold;
  color: #323348;
  text-align: center;
}

.bill-wrapper {
  width: 986px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.top-features {
  margin-bottom: 0;
  padding: 55px 0;
}
.top-features .title-wrapper {
  margin-top: 0;
}

.top-features__icon {
  margin-right: 20px;
  width: 22px;
  height: 22px;
}

.main-page-new .location-wrapper {
  padding-bottom: 55px;
}
.main-page-new .location {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-page-new .location img {
  margin-right: 25px;
}
.main-page-new .location p {
  margin-top: 0;
  width: 200px;
  font-weight: 300;
  text-align: left;
  font-size: 18px;
  color: #323348;
}
.main-page-new .location .flag {
  position: absolute;
  right: 5px;
  bottom: 6px;
}
.main-page-new .location .text-location {
  position: relative;
}
.main-page-new .location .text-location:before {
  content: "";
  width: 1px;
  height: 53px;
  background-color: #323348;
  transform: rotate(180deg);
  position: absolute;
  left: -10px;
  top: 0;
}
.main-page-new .location .text-location:after {
  content: "";
  width: 1px;
  height: 53px;
  background-color: #323348;
  transform: rotate(180deg);
  position: absolute;
  right: -8px;
  top: 0;
}
.main-page-new .location .text-location.del-right-brd:after {
  display: none;
}
.main-page-new .location .text {
  margin-left: 15px;
  width: 265px;
}
.main-page-new .gray-bg {
  background-color: #f6f8fa;
}
.main-page-new .note {
  background-image: none;
}
.main-page-new .companies {
  padding: 55px 0 115px;
  margin: 0;
}
.main-page-new .teams-and-personal-slider {
  margin-bottom: 0;
}
.main-page-new .teams-and-personal-slider .title-wrapper {
  margin-top: 0;
}
.main-page-new .logos {
  padding: 55px 0;
}
.main-page-new .nimbus-apps {
  padding-bottom: 55px 0 !important;
}
.main-page-new .nimbus-apps-image img {
  width: 100%;
}
.main-page-new .apps {
  margin: 0;
}
.main-page-new .top-features {
  margin-bottom: 0;
  padding: 55px 0;
}
.main-page-new .top-features .title-wrapper {
  margin-top: 0;
}
.main-page-new .top-features__icon {
  margin-right: 20px;
  width: 22px;
  height: 22px;
}
.main-page-new .access-from {
  padding: 55px 0 !important;
}
.main-page-new .nimbus-awards {
  background-color: #f6f8fa;
  padding: 55px 0;
  margin-bottom: 0;
}
.main-page-new .product-down .product-wrap {
  height: 100%;
}
.main-page-new .product-down .bg-form {
  display: none;
}
.main-page-new .product-down .title {
  position: static;
}
.main-page-new .product-down .review-image {
  margin: 150px auto 0;
}
.main-page-new .reviews .title-wrapper {
  padding-bottom: 0;
  margin-bottom: 55px;
}
.main-page-new .nimbus-apps .left-img-bottom,
.main-page-new .nimbus-apps .right-img-bottom,
.main-page-new .nimbus-apps .big {
  display: none !important;
}
.main-page-new .access-from .title-wrapper .text {
  margin-top: 20px !important;
}
.main-page-new .access-from .title-wrapper {
  padding-top: 0 !important;
  margin-left: 0 !important;
}

.cases .product-down {
  padding-bottom: 155px;
}

.special-plans-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 100px;
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.special-plans-wrapper .special-plan-link {
  background: rgba(0, 161, 183, 0.1);
  border-radius: 60px;
  color: #00A1B7;
  letter-spacing: 0.8px;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 18px;
  font-family: "SF-Pro", sans-serif;
  display: inline-block;
}
.special-plans-wrapper .special-plan-link img {
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.note-slider.note-slider-with-btn {
  padding: 55px 0;
}

.note-slider {
  margin-bottom: 0;
  height: auto;
  padding: 55px 0 15px;
}
.note-slider .slider-wrapper {
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
.note-slider .slider-wrapper .slider-menu {
  flex-direction: row;
  margin-left: 0;
  max-width: 920px;
  width: 100%;
  flex-wrap: wrap;
}
.note-slider .slider-wrapper .slider-menu .slider-menu_item {
  background: transparent;
  border: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #4c4d5f;
  padding: 8px 35px;
  text-align: center;
  width: 222px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.note-slider .slider-wrapper .slider-menu .slider-menu_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  width: 1px;
  height: 40px;
  background-color: #e1e4f7;
}
.note-slider .slider-wrapper .slider-menu .slider-menu_item::after {
  content: "";
  position: absolute;
  right: -1px;
  top: calc(50% - 20px);
  width: 1px;
  height: 40px;
  background-color: #e1e4f7;
}
.note-slider .slider-wrapper .slider-menu .slider-menu_item.active {
  font-weight: bold;
  color: #00a1b7;
}
.note-slider .slider-wrapper .slider-menu-big {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 100%;
}
.note-slider .slider-wrapper .slider-menu-big .slider-menu_item {
  width: auto;
}
.note-slider .slider-wrapper .slider-menu-big_item {
  background-color: #fbfcfd;
}
.note-slider .title-wrapper {
  margin-top: 0;
}
.note-slider .slider-menu {
  margin-top: 35px;
}
.note-slider .carousel-wrapper {
  height: auto;
}
.note-slider .owl-dots {
  display: none;
}
.note-slider .item-media {
  height: auto;
  padding: 40px;
}
.note-slider .item-media video {
  height: auto;
  box-shadow: none;
  border: none;
  box-shadow: 0px 0px 0px 1px rgb(225, 228, 247);
}
.note-slider .item-media .image {
  width: 100%;
}
.note-slider .item-media .note-carousel-img {
  border-radius: 16px;
  box-shadow: none;
}
.note-slider .left-img {
  top: -130px;
}

.primary-btn-wrapper {
  display: flex;
  justify-content: center;
}

.primary-btn {
  font-family: "SF-Pro", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 30px;
  letter-spacing: 0.8px;
  color: #fff;
  background: #00A1B7;
  border-radius: 60px;
}
.primary-btn:hover {
  text-decoration: none;
  background: #07B8C7;
}

.row-separator {
  display: none;
}

.templates-container {
  margin-bottom: 60px !important;
}

.feature-carousel {
  z-index: 3 !important;
  position: relative;
  padding: 30px 0;
}
.feature-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.feature-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-carousel .feature-carousel__item {
  padding: 0 50px;
  max-width: 900px;
  width: 100%;
}
.feature-carousel .feature-carousel__item img {
  max-width: 100%;
  max-height: 600px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  width: 100%;
}
.feature-carousel .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  border-radius: 30px;
  box-shadow: 0 3px 15px 0 rgba(50, 51, 72, 0.25);
  transition: 0.3s;
}
.feature-carousel .owl-nav button i {
  transition: 0.3s;
  color: #c1cadb;
}
.feature-carousel .owl-nav button:hover {
  box-shadow: 0 3px 15px 0 rgba(50, 51, 72, 0.35);
}
.feature-carousel .owl-nav button:hover i {
  color: #7d7e8e;
}
.feature-carousel .owl-next {
  right: -35px;
}
.feature-carousel .owl-prev {
  left: -35px;
}
.feature-carousel .owl-dots {
  text-align: center;
}
.feature-carousel .owl-dots .owl-dot {
  background-image: url(https://nimbusweb.me/new-style-img/active-copy.svg) !important;
  width: 30px;
  height: 23px;
  margin-right: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-carousel .owl-dots .owl-dot.active {
  background-image: url(https://nimbusweb.me/new-style-img/active.svg) !important;
}

.logos {
  padding: 50px 0;
}
.logos .logos__title {
  color: #353535;
  font-weight: 500;
  text-align: center;
  font-size: 36px;
  z-index: 5;
  position: relative;
  margin: 100px 0;
  line-height: 48px;
  letter-spacing: -0.08px;
}
.logos .logos__title strong {
  color: #17a2b9;
}
.logos .logos__slider {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.4;
}
.logos .owl-item:nth-child(2n) {
  margin-top: 111px;
}
.logos .owl-item:nth-child(3n) {
  margin-top: 30px;
}
.logos .owl-item:nth-child(5n) {
  margin-top: 63px !important;
}
.logos .logos__image-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos .logos__image-outer img {
  max-height: 80px;
  height: auto;
  max-width: 160px;
  width: auto;
  filter: saturate(0);
  width: auto !important;
}

.logos__slider-2 {
  max-height: 200px;
}
.logos__slider-2 .owl-item:nth-child(2n) {
  margin-top: 130px;
}
.logos__slider-2 .owl-item:nth-child(3n) {
  margin-top: 13px !important;
}
.logos__slider-2 .owl-item:nth-child(6n) {
  margin-top: 53px !important;
}
.logos__slider-2 .owl-item:nth-child(5n) {
  margin-top: 63px !important;
}

.form-email__subtitle {
  font-size: 15px;
  color: #7d7e8e;
  margin: 12px 0;
}

.main-page .note .product-description .top-block-left_input {
  margin-left: -40px;
}

.nimbus-note-win-ru .product-down .product-wrap {
  height: 430px;
}

.nimbus-note-win-ru .product-down.none-padding .product-wrap {
  justify-content: space-between;
}
.nimbus-note-win-ru .product-down.none-padding .product-wrap img {
  width: 100%;
}
.nimbus-note-win-ru .product-down.none-padding .product-wrap .platform-img {
  height: 260px;
}

.nimbus-note-win-ru .product-down .product-wrap_points__right,
.nimbus-note-win-ru .product-down .product-wrap_points__left {
  top: 120px;
}

.main-page .reviews {
  padding-top: 60px;
}

.main-page .nimbus-apps {
  padding: 40px 0 60px;
  margin: 30px 0;
}

.main-page .access-from {
  padding-bottom: 175px;
}

.media-kit-page .banners .title-wrapper {
  height: auto;
}

.nimbus-awards .nimbus-awards__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 844px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  height: 450px;
}
.nimbus-awards .nimbus-awards__wrapper .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.nimbus-awards .nimbus-awards__wrapper .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #D4EFF0;
  border-radius: 50%;
  margin: 0 6px;
}
.nimbus-awards .nimbus-awards__wrapper .owl-dot.active {
  background-color: #00A1B7;
}
.nimbus-awards .nimbus-awards__block {
  display: flex;
  width: auto;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: 310px;
  flex-wrap: wrap;
  order: 2;
}
.nimbus-awards .nimbus-awards__block .nimbus-awards__block-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.nimbus-awards .nimbus-awards__block .nimbus-awards__block-item img {
  width: auto;
}
.nimbus-awards .nimbus-awards__block .nimbus-awards__block-item .nimbus-awards__link {
  display: flex;
  align-items: center;
}
.nimbus-awards .nimbus-awards__block .nimbus-awards__block-item .nimbus-awards__link div {
  font-family: "SF-Pro-Text", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #07B8C7;
  text-transform: uppercase;
  margin-left: 20px;
}
.nimbus-awards .nimbus-awards__block .nimbus-awards__block-item .nimbus-awards__link div span.badge-blue {
  color: #00809F;
}
.nimbus-awards .nimbus-awards__block .nimbus-awards__block-item .nimbus-awards__link div span.badge-gray {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #798893;
}
.nimbus-awards .nimbus-awards__block .nimbus-awards__block-item.circle {
  width: 192px;
}
.nimbus-awards .nimbus-awards__block .nimbus-awards__block-item.circle img {
  width: 100%;
}
.nimbus-awards .nimbus-awards__block.nimbus-awards__block-getapp {
  order: 1;
  align-items: flex-start;
}
.nimbus-awards .nimbus-awards__block.nimbus-awards__block-appsumo {
  order: 3;
}
.nimbus-awards .nimbus-awards__block.nimbus-awards__block-bottom {
  position: absolute;
  bottom: 0;
  left: 82px;
  width: 680px;
  flex-direction: row;
  height: auto;
}

.nimbus-awards-text {
  font-size: 16px;
  line-height: 24px;
  color: #323348;
  text-align: center;
  padding: 60px 0;
  color: #7d7e8e;
}
.nimbus-awards-text p span {
  margin-left: 3px;
  position: relative;
  top: 6px;
}
.nimbus-awards-text p span img {
  width: 24px;
  height: auto;
}

.note-page .product-down {
  padding-top: 200px;
}

.note-page .product-down .middle {
  top: -70px;
}

.note-page .product-down .big {
  top: -100px;
}

.note-page .nimbus-note .text {
  text-align: left;
}

.note-page .nimbus-note .title {
  text-align: left;
}

.note-page .nimbus-note {
  background-color: #fbfcfd;
}

.note-page .features-note .right-img {
  right: -150px;
  bottom: 0;
}

.note-page .top-features {
  margin-top: 80px;
}

.note-page .features-note {
  padding-bottom: 60px;
}

.note-page .features-note .big {
  width: 24%;
}

.ru-note-page .nimbus-note .text {
  text-align: left;
}

.ru-note-page .nimbus-note .title {
  text-align: left;
}

.ru-note-page .product-down {
  background-color: #f6f8fa;
  padding-bottom: 155px;
}

.ru-main-page .block.review {
  padding-top: 60px;
  padding-bottom: 160px;
}
.ru-main-page .product-down {
  padding-bottom: 155px;
}

.nim-vs-notion .review .reviews_carousel,
.nim-vs-onenote .review .reviews_carousel,
.nim-vs-google-keep .review .reviews_carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nim-vs-notion .review .reviews_carousel .primary_carousel__item__block,
.nim-vs-onenote .review .reviews_carousel .primary_carousel__item__block,
.nim-vs-google-keep .review .reviews_carousel .primary_carousel__item__block {
  margin: 22px 0;
}

.table__separator {
  display: none;
}

.expand-list-page .block.tech-docs {
  padding-bottom: 175px;
  margin-top: 0;
}
.expand-list-page .block.tech-docs .image img {
  border-radius: 16px;
  box-shadow: 0 0 40px 0 rgba(50, 51, 72, 0.3);
}

.application-store-link {
  font-size: 15px;
  line-height: 24px;
  background: #00A1B7;
  box-shadow: 0px 3px 15px rgba(50, 51, 72, 0.11);
  padding: 15px 36px;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 33px;
  display: none;
  max-width: 300px;
  width: 100%;
  justify-content: center;
}
.application-store-link:hover {
  background: #07B8C7;
}
.application-store-link:active {
  background: #00809F;
}
.application-store-link img {
  margin-right: 10px;
}

.application-store-link:visited {
  color: #fff;
}

html.ios .apple-store-link {
  display: flex;
}
html.ios .descr-registration {
  display: none;
}
html.ios .disable-on-mobile {
  display: none;
}

html.android .google-playmarket-link {
  display: flex;
}
html.android .descr-registration {
  display: none;
}
html.android .disable-on-mobile {
  display: none;
}

.teams-and-personal-slider {
  height: auto;
  margin-bottom: 0;
}
.teams-and-personal-slider .carousel-wrapper {
  height: auto;
}
.teams-and-personal-slider .owl-carousel .item-media {
  height: auto;
}
.teams-and-personal-slider .owl-carousel .item-media .image {
  height: auto !important;
  background-color: #fff;
  position: relative;
  border-radius: 16px;
  border: none;
}
.teams-and-personal-slider .owl-carousel .item-media .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e4f7;
  border-radius: 16px;
  z-index: 6;
}
.teams-and-personal-slider .owl-carousel .item-media .image .text {
  text-align: center;
}

.integration .block.convert {
  padding-top: 0;
}
.integration .block.convert .item-media {
  height: auto;
}
.integration-item-wrapper {
  width: 33%;
  position: relative;
  height: 214px;
}
.integration-info {
  padding-top: 60px;
}
.integration-info .title {
  margin-bottom: 50px;
}
.integration-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border: 2px solid transparent;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  transition: all 0.8s ease;
}
.integration-info__item:hover {
  border: 2px solid #f0f4fa;
}
.integration-info__item:hover .integration-info__item-image {
  transform: scale(1.07);
  transition: all 0.2s ease;
}
.integration-info__item img {
  width: 190px;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.integration-info__block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.integration-info-title {
  font-size: 22px;
  margin: 28px 0;
  color: #363636;
  font-weight: bold;
}
.integration-info-text {
  font-size: 16px;
  color: #363636;
  margin-bottom: 30px;
}
.integration-info-list {
  margin-top: 30px;
  font-size: 16px;
  color: #363636;
}
.integration-info__image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  cursor: pointer;
  position: relative;
}
.integration-info__image-wrapper::before {
  content: url("https://nimbusweb.me/new-style-img/integration-chevron.svg");
  width: 20px;
  height: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  opacity: 0.5;
  display: none;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.integration-item-blank .integration-info__item {
  border: none;
}
.integration-item-blank .integration-info__item:hover {
  border: none;
}
.integration-item-blank .integration-info__item:hover .integration-info__item-image {
  transform: scale(1);
}
.integration-block__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.integration .item-media {
  z-index: 99;
}
.integration .block.knowledge {
  padding: 50px 0 0;
}
.integration .block.knowledge .item-media img {
  box-shadow: 0 0 40px 0 rgba(50, 51, 72, 0.3);
  border-radius: 16px;
}
.integration .block.knowledge .primary_carousel .owl-nav {
  top: calc(50% - 32px);
}
.integration .top-block {
  padding-bottom: 0;
}
.integration__web, .integration__zapier {
  padding-top: 80px;
}
.integration__zapier {
  padding-bottom: 120px;
}
.integration__web-img {
  height: 100%;
  display: flex;
  align-items: center;
}
.integration__web-img img {
  width: 100%;
}
.integration__web-logos {
  padding: 80px 0;
}
.integration__zapier-img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}
.integration__zapier-img img {
  width: 100%;
}
.integration__zapier-text {
  text-align: center;
  width: 100%;
  font-size: 30px;
  margin-top: 34px;
}
.integration a#integration__embeed {
  display: block;
  position: relative;
  top: 50px;
  visibility: hidden;
}

.feature-embeds .block.knowledge .item-media img {
  border-radius: 16px;
}

.selected-integration {
  box-shadow: 0 0 20px 0 rgba(50, 51, 72, 0.3);
  border-radius: 16px;
  transition: box-shadow 0.5s ease;
  background-color: #fff;
  border: 2px solid transparent !important;
  z-index: 99;
}
.selected-integration .integration-info__item-image {
  transform: scale(1.07);
}

.integration-info__item.integration-mobile,
.top-block-left_list__item.integration-mobile {
  display: none;
}

.need-help {
  padding: 0 0 100px;
}
.need-help__wrapper {
  background: url(https://nimbusweb.me/new-style-img/cert-cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.need-help__title {
  text-align: center;
  font-size: 38px;
}
.need-help__text {
  text-align: center;
  font-size: 18px;
  margin: 30px 0 50px;
}
.need-help__text a {
  color: #17A2B9;
}
.need-help__link {
  font-size: 18px;
  line-height: 24px;
  background: #17A2B9;
  box-shadow: 0px 3px 15px rgba(50, 51, 72, 0.11);
  padding: 15px 42px;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 33px;
  max-width: 300px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
.need-help__link:hover {
  color: #fff;
  background-color: #1dc7e3;
}

body.magnificpopupnoscroll {
  overflow-y: hidden !important;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

.new-link-marker {
  color: #fff;
  background-color: #ec5858;
  border-radius: 3px;
  padding: 0 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-left: 6px;
}

.block.main-slider-wide {
  padding-bottom: 175px;
}
.block.main-slider-wide .owl-item {
  display: flex;
  justify-content: center;
}
.block.main-slider-wide .owl-item .item-media {
  max-width: 900px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 40px 0 rgba(50, 51, 72, 0.3);
  margin: 40px 0;
  border-radius: 16px;
}
.block.main-slider-wide .owl-item .item-media video {
  width: 100%;
  height: auto;
  box-shadow: none;
}
.block.main-slider-wide .owl-item .item-media .image {
  width: 100%;
  height: auto;
}
.block.main-slider-wide .owl-item .item-media .image img {
  border-radius: 16px;
}

.media-kit-page section {
  font-family: "SF-Pro-Text", sans-serif;
}

.media-kit-page.media-kit-page-new section.block {
  padding: 60px 0;
  margin: 60px 0;
}
.media-kit-page.media-kit-page-new .media-kit__section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "SF-Pro-Text", sans-serif;
  text-align: center;
}
.media-kit-page.media-kit-page-new .media-kit__section-title div {
  width: 60px;
  height: 60px;
  background: rgba(0, 161, 183, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.media-kit-page.media-kit-page-new .media-kit__section-title h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #323348;
}
.media-kit-page.media-kit-page-new .media-kit__top {
  color: #323348;
}
.media-kit-page.media-kit-page-new .media-kit__top-logo {
  height: 44px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.media-kit-page.media-kit-page-new .media-kit__top-logo img {
  height: 100%;
  width: auto;
}
.media-kit-page.media-kit-page-new .media-kit__top-title {
  font-size: 54px;
  line-height: 66px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 44px;
}
.media-kit-page.media-kit-page-new .media-kit__top-subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  max-width: 684px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.media-kit-page.media-kit-page-new .media-kit__top-subtitle span {
  font-weight: 400;
}
.media-kit-page.media-kit-page-new .media-kit__top-anchors {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.media-kit-page.media-kit-page-new .media-kit__top-anchors-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #323348;
  text-decoration: none;
  margin: 60px 16px 0;
  width: 80px;
}
.media-kit-page.media-kit-page-new .media-kit__top-anchors-item div {
  margin-bottom: 12px;
  width: 60px;
  height: 60px;
  background: rgba(0, 161, 183, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-kit-page.media-kit-page-new .media-kit__top-anchors-item div img {
  display: none;
}
.media-kit-page.media-kit-page-new .media-kit__top-anchors-item div img.anchor-img-top {
  display: block;
}
.media-kit-page.media-kit-page-new .media-kit__top-anchors-item:hover {
  color: #323348;
  text-decoration: none;
}
.media-kit-page.media-kit-page-new .media-kit__top-anchors-item:hover div {
  background: rgba(0, 161, 183, 0.5);
}
.media-kit-page.media-kit-page-new .media-kit__top-anchors-item:hover div img {
  display: block;
}
.media-kit-page.media-kit-page-new .media-kit__top-anchors-item:hover div img.anchor-img-top {
  display: none;
}
.media-kit-page.media-kit-page-new .media-kit-about {
  font-family: "Roboto", sans-serif;
}
.media-kit-page.media-kit-page-new .media-kit-about__info {
  color: #323348;
  max-width: 848px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  margin-top: 30px;
}
.media-kit-page.media-kit-page-new .media-kit-about__info-item {
  font-size: 18px;
  line-height: 27px;
  margin: 10px 0;
}
.media-kit-page.media-kit-page-new .media-kit-about__info-item span {
  color: #00A1B7;
}
.media-kit-page.media-kit-page-new .media-kit__products .line {
  max-width: 154px;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 161, 183, 0.1);
  margin: 60px auto 0;
}
.media-kit-page.media-kit-page-new .media-kit__products-item {
  padding: 60px 0;
}
.media-kit-page.media-kit-page-new .media-kit__products-item-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.media-kit-page.media-kit-page-new .media-kit__products-item-logo p {
  color: #7D7E8E;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.media-kit-page.media-kit-page-new .media-kit__products-item-text {
  max-width: 690px;
  width: 100%;
  margin: 30px auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #323348;
}
.media-kit-page.media-kit-page-new .media-kit__products-item .item-media {
  padding: 0;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.media-kit-page.media-kit-page-new .media-kit__products-item .item-media video {
  width: 100%;
  height: auto;
}
.media-kit-page.media-kit-page-new .media-kit__products-item-buttons {
  max-width: 384px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
.media-kit-page.media-kit-page-new .media-kit__products-item-buttons .outline-btn {
  padding: 6px 18px;
}
.media-kit-page.media-kit-page-new .media-kit__products-item-buttons .outline-btn img {
  margin-left: 10px;
}
.media-kit-page.media-kit-page-new .media-kit__contacts-item {
  max-width: 471px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin: 30px auto;
}
.media-kit-page.media-kit-page-new .media-kit__contacts-text {
  margin: 30px 0;
}
.media-kit-page.media-kit-page-new .media-kit__contacts-social {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 226px;
  width: 100%;
  margin: 0 auto;
}
.media-kit-page.media-kit-page-new .media-kit__contacts-social a {
  display: inline-flex;
  margin: 0 auto;
}
.media-kit-page.media-kit-page-new .media-kit__contacts-social a img {
  filter: brightness(0.16);
  opacity: 0.74;
  transition: all 0.1s ease;
}
.media-kit-page.media-kit-page-new .media-kit__contacts-social a:hover img {
  opacity: 1;
  filter: none;
  transition: all 0.1s ease;
}
.media-kit-page.media-kit-page-new .media-kit__contacts-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.media-kit-page.media-kit-page-new .media-kit__contacts-btn .primary-btn {
  padding: 10px 18px;
  display: inline-block;
}
.media-kit-page.media-kit-page-new .media-kit__contacts-btn .primary-btn img {
  margin-left: 10px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.media-kit-page.media-kit-page-new .media-kit__other-text {
  font-size: 14px;
  line-height: 24px;
  color: #3E4849;
  font-weight: 400;
  max-width: 556px;
  width: 100%;
  margin: 0 auto;
}
.media-kit-page.media-kit-page-new .media-kit__other-text ul {
  margin-left: 42px;
}
.media-kit-page.media-kit-page-new .media-kit__other-text ul li {
  position: relative;
  margin: 4px 0;
}
.media-kit-page.media-kit-page-new .media-kit__other-text ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00a1b7;
  border-radius: 50%;
  top: 11px;
  left: -23px;
}
.media-kit-page.media-kit-page-new .media-kit__other-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.media-kit-page.media-kit-page-new .media-kit__other-btn .primary-btn {
  padding: 10px 18px;
  display: inline-block;
}
.media-kit-page.media-kit-page-new .media-kit__other-btn .primary-btn img {
  margin-left: 10px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.media-kit-page.media-kit-page-new .media-kit__assets h3 {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: #323348;
  margin-top: 60px;
}
.media-kit-page.media-kit-page-new .media-kit__assets-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #323348;
  text-align: center;
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
}
.media-kit-page.media-kit-page-new .media-kit__assets-text p {
  margin: 20px 0;
}
.media-kit-page.media-kit-page-new .media-kit__assets-content {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.media-kit-page.media-kit-page-new .media-kit__assets-content-item {
  width: 208px;
  margin: 48px 23px 0;
}
.media-kit-page.media-kit-page-new .media-kit__assets-content-item p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #323348;
  text-align: center;
  margin: 12px 0 18px;
}
.media-kit-page.media-kit-page-new .media-kit__assets-content-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}
.media-kit-page.media-kit-page-new .media-kit__assets-content-item a img {
  margin-right: 8px;
}
.media-kit-page.media-kit-page-new .media-kit__assets-content-preview {
  border: 1px solid #ADE5E7;
  height: 74px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-kit-page.media-kit-page-new .media-kit__assets-content-preview img {
  height: 20px;
}
.media-kit-page.media-kit-page-new .media-kit__assets-all {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.media-kit-page.media-kit-page-new .media-kit__assets-all .secondary-btn {
  font-size: 13px;
  line-height: 18px;
  display: inline-flex;
  align-items: flex-end;
  padding: 9px 10px;
  margin: 48px 15px 0;
}
.media-kit-page.media-kit-page-new .media-kit__assets-all .secondary-btn img {
  margin-right: 4px;
  height: 21px;
}
.media-kit-page.media-kit-page-new .media-kit__assets-all .secondary-btn img.asset-btn-white {
  display: none;
}
.media-kit-page.media-kit-page-new .media-kit__assets-all .secondary-btn:hover {
  background-color: #00A1B7;
  color: #fff;
}
.media-kit-page.media-kit-page-new .media-kit__assets-all .secondary-btn:hover img {
  display: none;
}
.media-kit-page.media-kit-page-new .media-kit__assets-all .secondary-btn:hover img.asset-btn-white {
  display: block;
}
.media-kit-page.media-kit-page-new .media-kit__design {
  padding-bottom: 120px;
}
.media-kit-page.media-kit-page-new .media-kit__design-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #7D7E8E;
  max-width: 426px;
  width: 100%;
  margin: 10px auto 0;
}
.media-kit-page.media-kit-page-new .media-kit__design-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.media-kit-page.media-kit-page-new .media-kit__design-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
  margin: 0 auto;
}
.media-kit-page.media-kit-page-new .media-kit__design-item a {
  padding: 6px 18px;
  display: inline-block;
}
.media-kit-page.media-kit-page-new .media-kit__design-item a img {
  margin-left: 12px;
  vertical-align: middle;
}
.media-kit-page.media-kit-page-new .media-kit__design-item-logo {
  height: 40px;
  margin: 50px 0 0;
}
.media-kit-page.media-kit-page-new .media-kit__design-item-logo img {
  height: 100%;
  width: auto;
}
.media-kit-page.media-kit-page-new .media-kit__design-slider {
  max-width: 380px;
  width: 100%;
  padding: 40px 40px 0;
}
.media-kit-page.media-kit-page-new .media-kit__design-slider-item {
  border-radius: 16px;
  background: #E9EEF0;
  overflow: hidden;
  border: 1px solid #E9EEF0;
  height: 187px;
}
.media-kit-page.media-kit-page-new .media-kit__design-slider-item img {
  cursor: zoom-in;
}
.media-kit-page.media-kit-page-new .media-kit__design-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.media-kit-page.media-kit-page-new .media-kit__design-slider .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #D4EFF0;
  border-radius: 50%;
  margin: 0 6px;
}
.media-kit-page.media-kit-page-new .media-kit__design-slider .owl-dot.active {
  background-color: #00A1B7;
}
.media-kit-page.media-kit-page-new .media-kit__design-slider .owl-prev {
  position: absolute;
  top: 130px;
  left: 0;
}
.media-kit-page.media-kit-page-new .media-kit__design-slider .owl-next {
  position: absolute;
  top: 130px;
  right: 0;
}

.mediakit__about-text {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  max-width: 890px;
  padding-top: 16px;
}
.mediakit__about-text p {
  margin: 14px 0;
}
.mediakit__about-text .mediakit__subtitle {
  text-align: left;
}
.mediakit__about-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mediakit__about-product-media {
  width: 63%;
}
.mediakit__about-product-media video {
  width: 100%;
}
.mediakit__about-product-text {
  width: 32%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0;
}
.mediakit__about-product-logo {
  height: 40px;
  width: auto;
}
.mediakit__about-product-logo-desc {
  font-size: 22px;
  font-weight: 300;
  margin: 25px 0;
}

.mediakit__other {
  max-width: 640px;
  width: 100%;
  margin: 24px auto 0;
}
.mediakit__other p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.mediakit__other ul {
  margin-left: 34px;
  font-size: 18px;
  font-weight: 300;
}
.mediakit__other ul li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 10px;
}
.mediakit__other ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00a1b7;
  border-radius: 50%;
  top: 11px;
  left: -23px;
}

.mediakit__title-small {
  font-size: 28px;
  text-align: center;
}

.mediakit__subtitle {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.case-study {
  padding: 90px 0 100px;
}
.case-study__main-title {
  font-size: 28px;
  font-weight: bold;
  color: #08a0b6;
  text-align: center;
  display: none;
}
.case-study__wrapper {
  display: flex;
}
.case-study__tabs-nav {
  display: flex;
  flex-direction: column;
  max-width: 150px;
  width: 100%;
  text-align: right;
  margin-top: -3px;
}
.case-study__tabs-nav__item {
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #828282;
  transition: all 0.3s ease;
  margin: 4px 0px;
  width: 150px;
}
.case-study__tabs-nav__item::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 0px;
  background-color: #17a2b9;
  right: 15px;
  top: 50%;
  transition: all 0.3s ease;
}
.case-study__tabs-content {
  padding-left: 26px;
  width: 100%;
  max-width: 850px;
  overflow-x: hidden;
  padding-bottom: 50px;
}
.case-study .tab {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.case-study .tab.is-active {
  display: block;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.case-study__slider-item {
  overflow: hidden;
  transition: height 0.3s ease;
}
.case-study .case-study__tabs-nav__item.is-active {
  color: #424242;
  transition: all 0.3s ease;
}
.case-study .case-study__tabs-nav__item.is-active:after {
  height: 19px;
  top: 3px;
  transition: all 0.3s ease;
}
.case-study__slider, .case-study__slider-2, .case-study__slider-3 {
  padding-left: 4px;
  position: static !important;
}
.case-study__name {
  font-size: 20px;
  font-weight: bold;
  color: #00a3bb;
  line-height: 28px;
}
.case-study__pos {
  font-size: 16px;
  color: #7c7c7c;
}
.case-study__quote {
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #727272;
  padding: 34px 55px;
  position: relative;
}
.case-study__quote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 30px;
  height: 22px;
  background-image: url("https://nimbusweb.me/new-style-img/case-study-quote-left.png");
}
.case-study__quote:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 30px;
  height: 22px;
  background-image: url("https://nimbusweb.me/new-style-img/case-study-quote-right.png");
}
.case-study__info {
  font-size: 15px;
  color: #424242;
  margin-bottom: 20px;
}
.case-study__info-title {
  font-weight: bold;
}
.case-study__info ul {
  margin: 20px;
}
.case-study__info ul li {
  list-style: disc inside;
}
.case-study__more-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 20px 0;
  padding-left: 4px;
}
.case-study__more-slider {
  display: flex;
  position: relative;
  padding-bottom: 50px;
  padding-left: 4px;
}
.case-study__more-slider .case-study__name {
  color: #8a8a8a;
}
.case-study__more-slider-2 {
  display: flex;
  position: relative;
  padding-bottom: 50px;
  padding-left: 4px;
}
.case-study__more-slider-2 .case-study__name {
  color: #8a8a8a;
}
.case-study__more-slider-3 {
  display: flex;
  position: relative;
  padding-bottom: 50px;
  padding-left: 4px;
}
.case-study__more-slider-3 .case-study__name {
  color: #8a8a8a;
}
.case-study .case-study__read {
  color: #00a3bb;
  border-bottom: 1px solid #00a3bb;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}
.case-study__more-slider-item {
  cursor: pointer;
}
.case-study .owl-item.current .case-study__name {
  color: #00a3bb;
}
.case-study .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 4px;
  z-index: 99;
}
.case-study .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cccac8 !important;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.case-study .owl-dot.active {
  transform: scale(1.6);
  background-color: #17a2b9 !important;
  transition: all 0.5s ease;
}

.grecaptcha-badge {
  display: none !important;
}

.embeed-container {
  width: 90%;
  margin: 0 auto;
}

.embeed-container-80 {
  width: 80%;
  margin: 0 auto;
}

.embeed-container-70 {
  width: 70%;
  margin: 0 auto;
}

.embeed-container-60 {
  width: 60%;
  margin: 0 auto;
}

.embeed-container-50 {
  width: 50.1%;
  margin: 0 auto;
}

.embeed-container-40 {
  width: 40%;
  margin: 0 auto;
}

.embeed-container-30 {
  width: 30%;
  margin: 0 auto;
}

.read-more-btn-collapse {
  color: #17a2b9;
  font-weight: 800;
  display: block;
  text-decoration: underline;
}
.read-more-btn-collapse:hover {
  color: #0b6b7b;
  text-decoration: underline;
}

.read-more-btn-expand {
  position: relative;
  display: block;
  color: #00a3bb;
  font-weight: 800;
  text-decoration: underline;
}
.read-more-btn-expand:hover {
  color: #0b6b7b;
  text-decoration: underline;
}

.read-more-btn-expand:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
  bottom: 100%;
  content: "";
  display: inline-block;
  height: 150px;
  position: absolute;
  right: 0;
  width: 100%;
  transition: background 0.5s ease;
  pointer-events: none;
}

.sub-header__carousel {
  display: flex;
  justify-content: center;
}
.sub-header__carousel-item {
  margin: 0 20px;
}

.nim-for-business .by-department .text-wrapper {
  margin-left: 0;
}
.nim-for-business .block-manage .primary_carousel .owl-nav .owl-next {
  right: -35px;
}
.nim-for-business .block-manage .primary_carousel .owl-nav .owl-prev {
  left: -35px;
}
.nim-for-business .ideas .item-media {
  height: auto;
  padding: 40px;
}
.nim-for-business .ideas .item-media .image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  max-width: 920px;
}
.nim-for-business .ideas .item-media .image img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.nim-for-business .ideas .item-media video {
  width: auto;
  height: 562px;
}
.nim-for-business .block.by-client {
  padding: 60px 0 120px;
}
.nim-for-business .note-slider {
  margin-bottom: 0;
  height: auto;
}
.nim-for-business .note-slider .title-wrapper {
  margin-top: 0;
}
.nim-for-business .note-slider .owl-nav {
  top: calc(50% - 30px);
}
.nim-for-business .fixed-cases .header-usecases {
  display: flex;
  justify-content: center;
}
.nim-for-business .sub-header__block {
  display: flex;
  justify-content: center;
  margin-left: 130px;
}
.nim-for-business .fixed-cases .header-usecases .carousel-header_item__text {
  padding: 0 20px;
}
.nim-for-business .structure-group {
  padding: 100px 0;
}
.nim-for-business .block.by-department .item-media {
  height: auto;
  padding: 40px;
}
.nim-for-business .block.by-department .item-media video {
  max-width: 860px;
  width: 100%;
  height: auto;
}
.nim-for-business .block.by-client .image.image-block {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  margin-top: 55px;
}
.nim-for-business .text-wrapper .text {
  text-align: center;
}
.nim-for-business .text-wrapper .title {
  text-align: center;
}

.full-width-carousel .item-media {
  height: auto;
  padding: 40px 0;
}

.menu-autoheight {
  height: auto !important;
}

.guest-client-for-business {
  width: 100%;
}

.section-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.nimbus-apps-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.nimbus-apps-image {
  margin-left: 80px;
}

.note-pricing .special-plans-wrapper {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 32px;
}
.note-pricing .special-plans-wrapper .special-plan-link {
  text-decoration: none;
}
.note-pricing .special-plans-wrapper .special-plan-link img {
  top: -1px;
}

.reviews .title-wrapper {
  height: auto !important;
}

#templates-anchor {
  display: block;
  position: relative;
  top: -30px;
}

.download-product #product-note {
  padding: 80px 0;
}
.download-product #product-note .product-logo {
  margin-bottom: 90px;
}
.download-product #product-note .product-logo .works-offline {
  bottom: -63px;
  top: auto;
  box-shadow: 4px 31px 38px rgba(167, 194, 198, 0.35);
}
.download-product .product-logo__img {
  width: auto;
  height: 60px;
}
.download-product .product-logo__img img {
  width: auto;
  height: 100%;
}
.download-product #product-capture .title-wrapper,
.download-product #product-clarity .title-wrapper {
  margin-bottom: 0;
}
.download-product #product-capture .clipper-platforms_nimb-capt,
.download-product #product-clarity .clipper-platforms_nimb-capt {
  width: 100%;
}
.download-product #product-capture .clipper-platforms-wrap,
.download-product #product-clarity .clipper-platforms-wrap {
  display: flex;
  align-items: center;
}
.download-product #product-capture .clipper-platforms_other,
.download-product #product-clarity .clipper-platforms_other {
  right: auto;
  left: 0;
}
.download-product #product-capture .screenshot-coming-soon,
.download-product #product-clarity .screenshot-coming-soon {
  display: flex;
  margin-left: 10px;
}
.download-product #product-capture .screenshot-coming-soon .text,
.download-product #product-clarity .screenshot-coming-soon .text {
  margin-top: 0;
  font-size: 13px;
}
.download-product #product-capture .screenshot-coming-soon__item,
.download-product #product-clarity .screenshot-coming-soon__item {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 34px;
}
.download-product #product-clipper .clipper-platforms_nimb-clip {
  width: 100%;
}

.team-management-page .carousel-secondary .image .text-img {
  margin-top: -60px;
  text-align: center;
  padding: 10px 5px 30px 5px;
}

.border-off {
  border: none !important;
}
.border-off::before {
  border: none !important;
}

.clipper-slider-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}

.ba-slider {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 2px solid #e1e4f7;
}

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

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: #e1e4f7;
  cursor: ew-resize;
}

.handle:after {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: url(https://nimbusweb.me/new-style-img/move-horizontal.svg);
  text-align: center;
  left: 2px;
  background: #00A1B7;
  border: 1px solid #00A1B7;
  border-radius: 50%;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}

.beamer_beamer.right {
  border-radius: 0 !important;
}

.beamer_beamer.left {
  border-radius: 0 !important;
}

.header-sale-badge {
  position: absolute;
  bottom: -18px;
  right: -28px;
  z-index: 99;
}

.header-new__logo .nimbus-christmas-hat {
  position: absolute;
  left: -11px;
  top: -5px;
  transform: rotate(-13deg);
  height: 34px !important;
}

.header-new__logo-short .nimbus-christmas-hat {
  position: absolute;
  left: -1px;
  top: 3px;
  transform: rotate(-14deg);
  height: 20px !important;
  width: auto !important;
}

.header-new.fixed .header-sale-badge {
  right: -9px;
}

.header-ru.header-new.fixed .header-sale-badge {
  bottom: -1px;
}

.header-ru .header-sale-badge {
  bottom: 15px;
  right: -4px;
}

.beamer-desktop-container {
  position: fixed;
  bottom: 30px !important;
  left: 30px !important;
  width: 60px;
  height: 60px;
}
.beamer-desktop-container .beamer_icon {
  left: auto !important;
  right: 0 !important;
}

.beamer-desktop-container.beamer_beamerSelector {
  background-color: #00A1B7;
}

.zsiq_floatmain {
  bottom: 30px !important;
  right: 30px !important;
}

.zsiq_floatmain.siq_bR {
  z-index: 999 !important;
}

.clipper-after-install .title {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.clipper-after-install .clipper-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.clipper-after-install .item-media {
  margin-top: 16px;
}
.clipper-after-install .item-media .image {
  width: auto;
}
.clipper-after-install .install-questions {
  background-color: #f6f8fa;
  padding-top: 48px;
  margin-top: 57px;
  padding-bottom: 60px;
}
.clipper-after-install .install-questions-items {
  margin-top: 20px;
}
.clipper-after-install .install-questions-item {
  display: flex;
  flex-direction: column;
  padding-left: 79px;
  padding-right: 56px;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 16px;
  padding-bottom: 16px;
}
.clipper-after-install .install-questions-item--title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #414141;
  min-height: 38px;
  cursor: pointer;
}
.clipper-after-install .install-questions-item--title span {
  margin-right: 30px;
}
.clipper-after-install .install-questions-item--toggle {
  margin-left: auto;
  cursor: pointer;
  transition: 0.3s;
}
.clipper-after-install .install-questions-item--content {
  margin-top: 12px;
  font-size: 15px;
  line-height: normal;
  display: none;
  padding-bottom: 8px;
}
.clipper-after-install .install-questions-item.active .install-questions-item--title,
.clipper-after-install .install-questions-item.install-plan-item:not(.mobile):hover .install-questions-item--title {
  font-weight: 700;
}
.clipper-after-install .install-questions-item.active .install-questions-item--toggle,
.clipper-after-install .install-questions-item.install-plan-item:not(.mobile):hover .install-questions-item--toggle {
  transform: rotate(180deg);
}

.redirect-capture {
  height: 100vh;
}
.redirect-capture__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.redirect-capture__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.redirect-capture .container {
  height: 100%;
}
.redirect-capture__title {
  font-size: 21px;
  line-height: 40px;
}
.redirect-capture__text {
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 400;
}
.redirect-capture__text span {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  font-size: 20px;
}
.redirect-capture__text span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.redirect-capture__text span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.redirect-capture a {
  font-size: 14px;
  text-decoration: underline;
  font-family: "SF-Pro-Text", sans-serif;
  font-weight: 300;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes swing {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(16deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(16deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.disclaimer {
  padding: 100px 0;
}
.disclaimer__header {
  font-size: 14px;
  margin-bottom: 10px;
}
.disclaimer__text {
  font-size: 14px;
}

/*==========	Desktop First	==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1920px) {
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
  }
}
@media only screen and (max-width: 1800px) {
  .note-slider .left-img {
    display: none;
  }
  .clipper .img-bottom {
    display: none;
  }
  .note-page .features-note .right-img {
    display: none;
  }
  .ru-note-page .features-note .right-img {
    display: none;
  }
}
@media only screen and (max-width: 1660px) {
  .ru-main-page .access-from .left-img {
    z-index: 2;
    bottom: -820px;
  }
}
@media only screen and (max-width: 1200px) {
  .note-page .reviews .title {
    font-size: 29px;
  }
  .clipper-page .product-section__tab .opt_img {
    top: 15px;
    width: calc(100% - 134px);
    left: 70px;
  }
  .g-keep .nimbus-features .table-top {
    margin-left: 510px;
  }
  .nimbus-workspaces {
    margin-top: -100px;
  }
  .comparison .nimbus-features .table-main_item .large-width {
    display: none;
  }
  .button_scroll {
    right: 100px;
    bottom: 90px;
  }
  .autosize-small video {
    max-width: 91%;
  }
  .certified .ideas-list {
    margin-bottom: 20px;
  }
  .workspace {
    display: none;
  }
  .comparison .note {
    margin-bottom: 0;
  }
  .comparison .workspace {
    display: flex;
    flex-wrap: wrap;
  }
  .comparison .flex-half {
    flex: 32.3% !important;
  }
  .comparison .nimbus-features .first {
    flex: none !important;
  }
  .comparison .nimbus-features .table-main_item {
    flex: 0.2%;
  }
  .alt {
    height: auto;
  }
  .alt .left-img {
    display: none;
  }
  .margin-custom-bottom {
    margin-bottom: 100px;
  }
  .margin-custom-top {
    margin-top: 190px;
  }
  .margin-custom-top .text-wrapper {
    margin-right: 0;
  }
  .margin-custom-top .text-wrapper .title {
    text-align: center;
  }
  .margin-custom-top .text-wrapper .text {
    text-align: center;
  }
  .clipper .top-block-left {
    align-items: center;
  }
  .clipper .top-block-left .logo {
    order: 0;
  }
  .clipper .top-block-left .top-block-left_title span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .clipper .top-block-right {
    display: none;
  }
  .clipper .img-bottom {
    display: none;
  }
  .ideas .margin-left {
    margin-left: 0;
  }
  .ideas .text-wrapper .title {
    text-align: center;
  }
  .ideas .text-wrapper .text {
    text-align: center;
    width: 100%;
  }
  .capture .title {
    text-align: center;
  }
  .ideas .autosize video {
    height: auto;
  }
  .ideas .margin-right {
    margin-left: 0;
  }
  .capture .text {
    width: 100%;
  }
  .primary_carousel .owl-nav {
    display: none;
  }
  .fixed-cases .header-usecases {
    display: none;
  }
  .fixed-cases .header-usecases .carousel-header .owl-nav .owl-prev {
    left: -40px;
  }
  .fixed-cases .header-usecases .carousel-header .owl-nav .owl-next {
    right: -40px;
  }
  .product-section__upload .center-block {
    width: auto;
  }
  .product_capture {
    margin-bottom: 0;
  }
  .top-features .image-bottom img {
    max-width: 100%;
  }
  .note-slider .slider-wrapper {
    flex-direction: column;
  }
  .note-slider .carousel-wrapper {
    width: 945px !important;
  }
  .note-slider .slider-menu {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 0 !important;
  }
  .note-slider .slider-menu_item {
    font-size: 18px;
  }
  .note .product-top__bg img {
    max-width: 100%;
  }
  .review .primary_carousel__item-wrapper {
    width: 50%;
  }
  .review .primary_carousel__item__block {
    width: auto !important;
    margin: 5px;
  }
  .nim-vs-notion .review .reviews_carousel .primary_carousel__item__block,
.nim-vs-onenote .review .reviews_carousel .primary_carousel__item__block,
.nim-vs-google-keep .review .reviews_carousel .primary_carousel__item__block {
    width: 49% !important;
    margin: 12px 0;
  }
  .top-features .right-img {
    right: 18%;
  }
  .top-features .left-img {
    left: -7%;
  }
  .product-down .top-block-left_input .button_sign {
    right: 0px;
  }
  .footer_bottom-line__left p {
    font-size: 12px;
  }
  .header-navbar {
    margin-right: 0px;
  }
  .product-down .product-wrap .clipper-platforms .clipper-platforms-wrapper .clipper-platforms-wrap {
    padding: 0 0 0 0;
  }
  .features-note .title-wrapper {
    margin-bottom: 0;
  }
  .features-note .title-wrapper .title {
    font-size: 29px;
    line-height: 37px;
  }
  .features-note .right-img {
    display: none;
  }
  .features-note .small {
    display: none;
  }
  .features-note .middle {
    display: none;
  }
  .features-note .big {
    height: 135px;
    bottom: 0;
  }
  .nimbus-note {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .nimbus-note .right-img {
    display: none;
  }
  .access-from .title-wrapper .title {
    font-size: 29px;
    text-align: center;
  }
  .features-note .left-img {
    left: -50px;
  }
  .top-block-wrapper {
    align-items: center;
  }
  .product-section .top-block-right {
    margin-top: 0;
  }
  .product-section .top-block-left {
    margin-top: 0;
  }
  .app-buttons .clipper-platforms_button {
    margin-bottom: 20px;
  }
  .product-section__tab .opt_img {
    top: -89%;
  }
  .product-section__tab_abstract {
    display: none;
  }
  .product-section__save .z-index {
    z-index: -1;
  }
  .top-block-left_title p {
    width: auto;
  }
  .capture .capture-wrapper {
    display: none;
  }
  .capture .bg-capture {
    display: none;
  }
  .capture .row {
    justify-content: center;
  }
  .customers {
    margin-bottom: 100px;
  }
  .alt {
    margin-bottom: 230px;
  }
  .certified .logos-wrapper_top {
    width: 100%;
    justify-content: center;
  }
  .comparison .nimbus-features .table-top_item .small-width {
    display: none;
  }
  .ru-note-page .nimbus-note .title {
    text-align: left;
  }
  .note-page .nimbus-note .title {
    text-align: left;
  }
  .ru-capture-page .product-section__tab .opt_img {
    top: 9px;
    width: 75%;
    left: 13%;
  }
  .footer_bottom-line__right {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .footer_bottom-line__right a {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1096px) {
  .nimbus-header .header-navbar {
    max-height: 92vh;
    border-radius: 18px;
    top: 65px;
    right: 50px;
    z-index: 99;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nimbus-header .header-navbar .wrap-submenu-cases.product-wrap-cases .submenu-cases {
    margin-top: 0;
  }
  .nimbus-header .navbar-point-pricing .wrap-submenu-cases,
.nimbus-header .navbar-point-community .wrap-submenu-cases,
.nimbus-header .navbar-point-education .wrap-submenu-cases,
.nimbus-header .navbar-point-resources .wrap-submenu-cases,
.nimbus-header .wrap-submenu-product,
.nimbus-header .wrap-submenu-cases {
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 10px;
    left: 0;
    top: 15px;
    width: 100%;
  }
  .nimbus-header .navbar-product-links,
.nimbus-header .submenu-cases {
    flex-direction: column;
    background-image: none;
    margin-bottom: 0;
  }
  .nimbus-header .navbar-product-links .submenu-line,
.nimbus-header .submenu-cases .submenu-line {
    display: none;
  }
  .nimbus-header .navbar-product-links .submenu-tab:after,
.nimbus-header .submenu-cases .submenu-tab:after {
    display: none;
    width: 0;
    height: 0;
  }
  .nimbus-header .navbar-point .submenu-cases {
    height: auto;
  }
  .nimbus-header .navbar-point .submenu-cases li {
    width: 100%;
    padding: 10px;
  }
  .nimbus-header .navbar-point .submenu-cases__item {
    width: 100%;
    padding: 10px;
  }
  .nimbus-header .navbar-point a,
.nimbus-header .navbar-point .unclickable-link {
    font-size: 16px;
    width: 100%;
  }
  .nimbus-header .navbar-point::after {
    visibility: visible;
    opacity: 1;
    right: 0;
    top: 17px;
    position: absolute;
    transform: rotate(0);
    transition: all 0.2s ease;
  }
  .nimbus-header .navbar-point:hover {
    background-color: transparent;
  }
  .nimbus-header .navbar-point.active::after {
    transform-origin: center center;
    transform: rotate(-180deg);
    transition: all 0.2s ease;
  }
  .nimbus-header .navbar-point.mobile-point.mobile-app::after,
.nimbus-header .navbar-point.mobile-point#beamer-btn-container::after {
    visibility: hidden;
    opacity: 0;
  }
  .nimbus-header .navbar-product-links .submenu-tab {
    padding: 22px 0;
  }
  .nimbus-header .navbar-product-links .submenu-tab .submenu-product-logo.submenu-gray-logo {
    display: none;
  }
  .nimbus-header .navbar-product-links .submenu-tab .submenu-product-logo.submenu-colored-logo {
    display: flex;
  }
  .nimbus-header .navbar-product-links .cases-submenu-tab {
    color: #323232;
  }
  .nimbus-header .header-navbar .wrap-navbar .navbar-point {
    padding: 19px 0;
    position: relative;
    align-items: flex-start;
  }
  .nimbus-header .navbar-point-business a .new-link-marker {
    right: auto;
  }
  .nimbus-header.nimbus-header-capture .capture-to-note-btn {
    padding: 2px 10px;
  }
  .header-ru .header-sale-badge {
    bottom: 1px;
    right: 72px;
  }
  .beamer-desktop-container {
    display: none;
  }
  .header-arrow {
    display: inline-block;
  }
  .navbar-point.active .header-arrow {
    transform: rotate(-180deg);
  }
  .fixed-cases .header_input {
    display: none;
  }
  .header-new .wrap-submenu-product, .header-new .wrap-submenu-cases,
.header.header-new.fixed .wrap-submenu-product, .header.header-new.fixed .wrap-submenu-cases {
    top: 24px;
  }
  .wrap-submenu-cases {
    position: relative;
    box-shadow: none;
    top: 26px;
  }
  .wrap-submenu-cases a {
    font-weight: normal;
  }
  .submenu-cases {
    background-repeat: no-repeat;
    background-position: 19px 600px;
    background-image: url(https://nimbusweb.me/new-style-img/points-copy-3.svg);
    width: auto;
    height: auto;
    padding: 11px 20px;
  }
  .header-navbar {
    display: none;
    top: 80px;
    left: auto;
    right: 7%;
    overflow: auto;
    width: 280px;
    height: auto;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(50, 51, 72, 0.15);
  }
  .header-navbar .wrap-navbar {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-navbar .wrap-navbar .navbar-point {
    position: relative;
    flex-direction: column;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    background-image: url(https://nimbusweb.me/new-style-img/points-copy-3.svg);
    background-repeat: no-repeat;
    background-position: 9px 70px;
    padding: 19px;
  }
  .header-navbar .wrap-navbar .navbar-point:last-child {
    background-image: none;
  }
  .header-navbar .wrap-navbar .navbar-point:hover .wrap-submenu-product {
    display: none;
  }
  .header-navbar .wrap-navbar .navbar-point:hover .wrap-submenu-cases {
    display: none;
  }
  .header-navbar .wrap-navbar .navbar-point.active:before {
    content: "";
    position: absolute;
    left: 108px;
    top: 55px;
    width: 20px;
    height: 3px;
    background-image: url(https://nimbusweb.me/new-style-img/active-copy.png);
  }
  .fixed .navbar-point {
    padding: 19px !important;
  }
  .wrapper-header .auth_buttons {
    display: none;
  }
  .fixed .auth_buttons {
    display: none;
  }
  .header.header-new .navbar-point a {
    font-weight: normal !important;
  }
  .wrapper-tabs .wrap-tab {
    display: none;
  }
  .submenu-tabs {
    background-repeat: no-repeat;
    background-position: 27px 266px;
    background-image: url(https://nimbusweb.me/new-style-img/points-copy-3.svg);
    width: auto;
    padding: 15px 0 15px 5px;
  }
  .wrap-submenu-product {
    width: 280px;
    height: auto;
    position: relative;
    box-shadow: none;
    top: 24px;
    left: 0px;
  }
  .mobile-menu {
    width: 8%;
    display: flex;
    justify-content: flex-end;
  }
  .mobile-menu.active .header-navbar {
    display: block;
  }
  .mobile-point {
    display: -ms-flex;
    display: flex !important;
    color: #7d7e8e;
  }
  .fixed .header_input {
    display: none;
  }
  .submenu-cases li:hover .submenu-cases-info {
    display: none;
  }
  .submenu-cases__item:hover .submenu-cases-info {
    display: none;
  }
  .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .header.header-new.fixed .auth_buttons {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .nimbus-header .header-navbar {
    top: 65px;
  }
  .header-sale-badge {
    right: -10px;
  }
  .note-pricing .special-plans-wrapper {
    padding: 0 24px;
  }
  .header.header-new.fixed .navbar-point a, .header.header-new.fixed .unclickable-link {
    font-size: 16px;
  }
  header.header-new.fixed .header-navbar {
    top: 50px;
  }
  .new-slider-section .note-slider {
    height: auto;
  }
  .new-slider-section .note-slider .owl-stage-outer {
    height: auto;
  }
  .new-slider-section .note-slider .owl-item.active {
    z-index: 99;
  }
  .new-slider-section .note-slider .item-media video {
    height: auto;
    width: 100%;
  }
  .new-slider-section .note-slider .slider-menu {
    margin-top: 30px;
    height: auto;
  }
  .new-slider-section .note-slider .carousel-wrapper {
    height: auto;
    margin-top: 40px;
  }
  .title-bg-white {
    background-color: #fff;
  }
  .access-from .left-img {
    bottom: -50px;
  }
  .ru-main-page .access-from .left-img {
    bottom: -50px;
  }
  .header .button_login {
    margin-right: 0;
  }
  .header.fixed .button_login {
    margin-right: 25px;
  }
  .clipper-page .product-top__bg {
    align-items: flex-start;
  }
  .clipper-page .product-top__bg img {
    width: 100%;
    height: auto;
  }
  .clipper-page .review img {
    width: 100%;
  }
  .nim-vs-onenote .review .reviews_carousel .primary_carousel__item__block {
    height: 220px;
  }
  .item-media video {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .block.main-slider-wide {
    padding-bottom: 175px;
  }
  .block.main-slider-wide .owl-item {
    display: flex;
    justify-content: center;
  }
  .block.main-slider-wide .owl-item .item-media {
    max-width: 900px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 28px 0 rgba(50, 51, 72, 0.3);
    margin: 40px 0;
    border-radius: 16px;
  }
  .block.main-slider-wide .owl-item .item-media video {
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .block.main-slider-wide .owl-item .item-media .image {
    width: 100%;
    height: auto;
  }
  .block.main-slider-wide .owl-item .item-media .image img {
    border-radius: 16px;
  }
  .nim-for-business .sub-header__block {
    margin-left: 0;
  }
  .fixed .header_input {
    width: 240px;
  }
  .navbar-point {
    padding: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .mediakit__about-product {
    flex-direction: column-reverse;
  }
  .mediakit__about-product.mediakit__about-product-reverse {
    flex-direction: column;
  }
  .mediakit__about-product-text {
    width: 100%;
  }
  .mediakit__about-product-media {
    width: 100%;
    margin-top: 55px;
  }
  .banners_logo__item a .image {
    height: auto;
  }
  .banners_logo__item {
    width: 50%;
  }
  .nimbus-header .navbar-point a {
    font-weight: 400 !important;
  }
  .clipper-page .product-section__tab .opt_img {
    top: 18px;
    width: calc(100% - 178px);
    left: 93px;
  }
  .slider-menu-big::before {
    display: none;
  }
  .header-new .wrap-submenu-product, .header-new .wrap-submenu-cases,
.header.header-new.fixed .wrap-submenu-product, .header.header-new.fixed .wrap-submenu-cases {
    top: 24px;
  }
  .clipper-page .reviews .title {
    font-size: 30px;
  }
  .screenshot-page .reviews .title {
    font-size: 30px;
  }
  .nimbus-awards .nimbus-awards__wrapper {
    height: auto;
  }
  .nimbus-awards .nimbus-awards__block.nimbus-awards__block-top {
    flex-direction: row;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
  .nimbus-awards .nimbus-awards__block.nimbus-awards__block-bottom {
    position: static;
    width: auto;
  }
  .nimbus-awards .nimbus-awards__block.nimbus-awards__block-bottom .nimbus-awards__block-item {
    margin-top: 35px;
  }
  .nimbus-awards .nimbus-awards__block.nimbus-awards__block-bottom #award-1 {
    order: 1;
    margin: 35px auto 0;
  }
  .nimbus-awards .nimbus-awards__block.nimbus-awards__block-bottom #award-1 img {
    height: 80px;
  }
  .nimbus-awards .nimbus-awards__block.nimbus-awards__block-bottom #award-2 {
    order: 3;
  }
  .nimbus-awards .nimbus-awards__block.nimbus-awards__block-bottom #award-3 {
    order: 2;
    margin: 35px auto 0;
  }
  .nimbus-awards .nimbus-awards__block.nimbus-awards__block-bottom #award-4 {
    order: 4;
  }
  .g-keep .nimbus-features .table-top .table-top_item {
    display: flex !important;
  }
  .g-keep .nimbus-features .table-top .table-top_item:first-child {
    display: none !important;
  }
  .covid .button_scrollform {
    z-index: 100;
  }
  .covid .image-wrapper {
    display: none;
  }
  .comparison .nimbus-workspaces {
    margin-bottom: 155px;
  }
  .comparison .button-sidebar {
    right: 30px;
    transition: 0.4s;
  }
  .button_scroll {
    right: 30px;
    bottom: 100px;
  }
  .comparison .location-wrapper {
    margin-bottom: 110px;
  }
  .comparison .product-description__info {
    margin-top: 30px;
  }
  .comparison .product-top__wrap {
    margin-bottom: 60px;
  }
  .comparison .location p {
    font-size: 15px;
  }
  .comparison .location .text-location:before {
    height: 44px;
  }
  .comparison .location .text-location:after {
    height: 44px;
    z-index: 100;
  }
  .comparison .location .flag {
    bottom: 3px;
  }
  .comparison .nimbus-features .table-top_item {
    border-right: none;
  }
  .comparison .flex-half {
    flex: 53.3% !important;
  }
  .comparison .nimbus-features .fix .turq {
    display: none;
  }
  .comparison .nimbus-features .table-top.fix {
    margin-left: 0;
    border-color: #E5E5E5;
  }
  .comparison .nimbus-features .fix .table-top_item {
    flex-direction: column;
    height: 60px;
    background-color: #fff;
    border-color: #E5E5E5;
    border-right: none;
  }
  .comparison .nimbus-features .fix .table-top_item .text {
    color: #323348;
  }
  .comparison .nimbus-features .fix .table-top_item .text span {
    display: block;
  }
  .comparison .nimbus-features .table-main_item:last-child {
    border: none !important;
  }
  .comparison .nimbus-features .table-main_item:last-child:before {
    display: none;
  }
  .comparison .review .title {
    font-size: 36px;
  }
  .comparison .nimbus-features .table-top_item .large-width {
    display: none;
  }
  .comparison .nimbus-features .table-top_item .small-width {
    display: block;
  }
  .comparison .nimbus-features .table-main_item {
    border-bottom: none;
    border-right: none;
    position: relative;
  }
  .comparison .nimbus-features .table-main_item .large-width {
    display: none;
  }
  .comparison .nimbus-features .table-main_item:nth-child(2n):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #E0E0E0;
    right: 0;
  }
  .comparison .nimbus-features .table-top {
    margin-left: 0;
  }
  .comparison .nimbus-features .turq {
    display: none;
  }
  .comparison .nimbus-features .first {
    width: 100%;
    justify-content: center;
    border: none !important;
  }
  .comparison .nimbus-features .first .text {
    color: #7D7E8E;
    font-weight: normal;
  }
  .comparison .nimbus-features .table-main {
    flex-wrap: wrap;
    height: 120px;
  }
  .top-block-left_title {
    z-index: 5;
  }
  .security .top-block-left_title p {
    width: auto;
  }
  .data-backups .big {
    display: none;
  }
  .data-backups .title {
    text-align: center;
  }
  .personal .top-block-wrapper .top-block-left_title span {
    width: auto;
  }
  .create .title {
    font-size: 25px;
    text-align: center;
  }
  .all-in-one .carousel-secondary .image .text-img {
    width: auto;
  }
  .all-in-one .big {
    display: none;
  }
  .all-in-one .half {
    left: 0;
    width: 100% !important;
  }
  .all-in-one .slider-wrapper {
    flex-wrap: wrap;
  }
  .all-in-one .slider-wrapper .slider-menu {
    align-items: center;
  }
  .one-place .list-wrapper {
    flex-wrap: wrap;
  }
  .organize-work .image {
    display: none;
  }
  .organize-work .wrapper-content {
    flex-wrap: wrap;
  }
  .organize-work .text-wrapper {
    margin-left: 0;
  }
  .organize-work .title {
    text-align: center;
  }
  .organize-work .text {
    text-align: center;
  }
  .ideas .big {
    display: none;
  }
  .ideas .middle {
    display: none;
  }
  .advantages-wrapper {
    flex-wrap: wrap;
  }
  .advantages-wrapper .text-wrapper .title {
    text-align: center;
  }
  .advantages-wrapper .text-wrapper .text {
    text-align: center;
  }
  .tracking .big {
    display: none;
  }
  .consolidate .margin-left {
    margin-left: 0;
  }
  .consolidate .text-wrapper .title {
    text-align: center;
  }
  .consolidate .text-wrapper .text {
    text-align: center;
  }
  .structure-block .item-media {
    height: auto;
  }
  .structure-block .item-media .image {
    width: auto;
    height: auto;
  }
  .footer_item {
    margin-bottom: 20px;
  }
  .carousel-mobile {
    display: none !important;
  }
  .organize-classes .image {
    display: none;
  }
  .organize-classes .wrapper-content {
    flex-wrap: wrap;
    align-items: center;
  }
  .top-block-left_title h1 {
    line-height: normal;
  }
  .note-slider .slider-menu {
    justify-content: center;
  }
  .alt .title-wrapper .title {
    font-size: 30px !important;
  }
  .block .title {
    font-size: 30px;
  }
  .capture .title {
    font-size: 27px;
  }
  .fixed-cases .header_input {
    display: none;
  }
  .product_capture .product-top__bg {
    margin-left: 0;
  }
  .product-section__tab {
    padding-top: 0;
  }
  .product_capture {
    margin-bottom: 155px;
  }
  .product_capture .product-top__bg img {
    max-width: 100%;
  }
  .product-section__acces .top-block-middle_img img {
    max-width: 100%;
  }
  .product-section__protect .text-wrapper .title {
    font-size: 35px;
  }
  .product-section__save_pos1 {
    margin-bottom: 100px;
  }
  .product-section__save_pos1 .title {
    font-size: 29px;
    line-height: 40px;
  }
  .product-section__save_pos2 .title {
    font-size: 29px;
    line-height: 40px;
  }
  .product-section__save .middle {
    display: none;
  }
  .product-section__save .small {
    display: none;
  }
  .product-section__save .big {
    width: 100%;
    bottom: -26px;
  }
  .product-section__more {
    padding-top: 70px;
  }
  .product-section__more .title {
    font-size: 29px;
    line-height: 40px;
  }
  .product-section__features {
    margin-bottom: 0;
  }
  .product-section .top-block-right {
    display: none;
  }
  .note .product-description .title {
    min-width: auto !important;
  }
  .note-slider .slider-wrapper {
    width: 100% !important;
  }
  .nimbus-apps .apps {
    flex-direction: column;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }
  .nimbus-apps .apps_button {
    margin-top: 10px !important;
  }
  .nimbus-apps .apps_item {
    margin-bottom: 20px;
  }
  .review .primary_carousel .owl-nav .owl-prev {
    left: 37% !important;
  }
  .review .primary_carousel .owl-nav .owl-next {
    right: 37% !important;
  }
  .product-down .title-wrapper .title {
    font-size: 35px;
  }
  .note-slider .carousel-wrapper {
    width: 768px !important;
  }
  .note-slider .left-img {
    top: -160px;
    left: -50px;
  }
  .note .product-description .title {
    font-size: 40px;
  }
  .item-media video {
    width: 100%;
    height: auto;
  }
  .item-media .image {
    width: 100%;
    height: auto;
  }
  .nimbus-apps .title {
    font-size: 32px;
  }
  .nimbus-apps .apps_item {
    margin-bottom: 45px;
  }
  .product-down .content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-wrapper {
    flex-wrap: wrap;
  }
  .footer_bottom-line {
    margin-top: 20px;
  }
  .footer_bottom-line__right {
    flex-wrap: nowrap;
  }
  .footer .contacts {
    margin-bottom: 60px;
  }
  .product-section .top-block-right {
    display: none;
  }
  .product-section__browser .big {
    display: none;
  }
  .product-section__browser .middle {
    display: none;
  }
  .line_opt_img {
    max-width: 100%;
  }
  .autosize-abstract video {
    width: auto;
    height: auto;
  }
  .product-section__tab .opt_img {
    top: -57%;
  }
  .product-section__tab .capture_opt {
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .product-section__tab .product_img_wrap {
    margin-top: 52px;
  }
  .product-section__browser .small {
    width: 100%;
  }
  .product-section__tab .text-wrapper .title {
    font-size: 35px;
  }
  .product-section__acces-capture .middle {
    display: none;
  }
  .product-section__acces-capture .big {
    top: 0;
    width: 100%;
  }
  .product-section__acces .top-block-left_title {
    line-height: 37px;
    font-size: 26px;
    margin-top: 0;
  }
  .product-section__acces .top-block-middle_img {
    padding-top: 0;
  }
  .autosize-abstract {
    height: auto;
  }
  .autosize-abstract video {
    max-width: 100%;
  }
  .product-section__tab .opt_img {
    top: 5%;
  }
  .control-access .list-wrapper {
    flex-wrap: wrap;
  }
  .one-place .big {
    display: none;
  }
  .one-place .middle {
    width: 100%;
  }
  .one-place .half {
    width: 100% !important;
    left: 0;
  }
  .top-block .big {
    display: none;
  }
  .top-block-right-img {
    z-index: 1;
  }
  .features .title-features {
    z-index: 3;
    position: relative;
  }
  .knowledge-height {
    height: auto;
  }
  .management .list-wrapper {
    flex-wrap: wrap;
  }
  .management .list-wrapper .list_item img {
    margin-right: 0 !important;
  }
  .management .big {
    display: none;
  }
  .fixed .navbar-point {
    padding: 19px !important;
  }
  .navbar-point a {
    font-weight: 500 !important;
  }
  .mobile-point a {
    font-weight: 500 !important;
  }
  .reviews .img-responsive img {
    max-width: initial;
  }
  .note-page .features-note .big {
    display: none;
  }
  .ru-note-page .features-note .big {
    display: none;
  }
  .clipper-page .product-section .top-block-right {
    display: block;
    margin-top: 55px;
  }
}
.block.capture .text-wrapper,
.block.capture .top-block-left,
.block.clipper .text-wrapper,
.block.clipper .top-block-left {
  margin-bottom: 55px;
  align-items: center;
}

.block.clipper .text-wrapper h2,
.block.clipper .top-block-left h2 {
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .nimbus-header .header-navbar {
    right: 0;
    top: 54px;
  }
  .nimbus-header .navbar-point a,
.nimbus-header .navbar-point .unclickable-link {
    font-weight: 400 !important;
  }
  .nimbus-header .navbar-point:after {
    right: 34px;
  }
  .nimbus-header .navbar-product-links {
    flex-direction: row;
  }
  .nimbus-header .header-navbar .wrap-navbar .navbar-point {
    padding: 20px 34px;
  }
  .nimbus-header.nimbus-header-capture .navbar-point-note {
    display: flex;
    align-items: center !important;
  }
  .nimbus-header.nimbus-header-capture .capture-to-note-btn {
    width: auto;
  }
  .header-new .header-navbar {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .header-arrow {
    width: 15px;
  }
  .header-navbar {
    width: 100%;
    right: 0;
    box-shadow: 0 13px 15px 0px rgba(50, 51, 72, 0.15);
    max-height: 94vh;
    overflow: auto;
  }
  .header-navbar .wrap-navbar {
    align-items: flex-start;
  }
  .header-navbar .wrap-navbar .navbar-point {
    align-items: flex-start;
    width: 100%;
    padding: 19px 30px;
  }
  .header-navbar .wrap-navbar .navbar-point.active:before {
    content: none;
    display: none;
  }
  .header.header-new .navbar-point a,
.header-new .navbar-point a,
.navbar-point .unclickable-link {
    font-size: 18px;
    font-weight: bold !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header.header-new.fixed .navbar-point a, .header.header-new.fixed .unclickable-link {
    font-size: 18px;
  }
  .header-new .navbar-point .wrap-submenu-product {
    width: 100% !important;
  }
  .header-navbar .wrap-navbar .navbar-point {
    background: none;
  }
  .submenu-tabs,
.submenu-cases {
    background-position: center bottom;
  }
  .wrap-submenu-cases {
    width: 100%;
  }
  .submenu-tab.active {
    border-radius: 16px;
  }
  .submenu-cases li {
    padding: 15px 0;
    width: 100%;
  }
  .submenu-cases li:hover {
    background: none;
    border-radius: none;
  }
  .submenu-cases li a {
    color: #4c4d5f;
  }
  .submenu-cases .submenu-cases__item {
    padding: 15px 0;
    width: 100%;
  }
  .submenu-cases .submenu-cases__item:hover {
    background: none;
    border-radius: none;
  }
  .submenu-cases .submenu-cases__item a {
    color: #4c4d5f;
  }
  .navbar-point:hover a {
    color: #4c4d5f;
  }
  .header-new .navbar-point .submenu-tab a {
    justify-content: flex-start;
  }
  .header-new .wrap-submenu-product, .header-new .wrap-submenu-cases, .header.header-new.fixed .wrap-submenu-product, .header.header-new.fixed .wrap-submenu-cases {
    top: 0;
  }
  .fixed .navbar-point {
    padding: 19px 30px !important;
  }
  .clipper .capture-wrapper {
    display: none;
  }
  .note-page .features-note {
    padding-bottom: 20px;
  }
  .ru-note-page .features-note .title-wrapper {
    padding: 30px 0;
  }
  .header.header-new .header-navbar {
    height: auto;
    top: 80px;
  }
  .header.header-new .wrap-submenu-cases {
    top: 0;
  }
  .header.header-new.fixed-cases .navbar-point-products {
    margin-right: 0;
  }
  .header.header-new.fixed-cases .navbar-point-products::before {
    display: none;
  }
  .header.header-new.fixed-cases .header-navbar {
    top: 51px;
  }
  .header.header-new.fixed-cases .wrap-submenu-cases {
    top: 0;
  }
  .header-with-sub {
    height: 90px;
    z-index: 1000;
  }
  .new-slider-section .note-slider .carousel-wrapper {
    padding: 0;
  }
  .new-slider-section .note-slider .owl-stage-outer {
    box-shadow: none;
    height: auto;
  }
  .new-slider-section .note-slider .item-media {
    padding: 0 !important;
  }
  .new-slider-section .note-slider .item-media video {
    height: auto !important;
  }
  .new-slider-section .note-slider .slider-menu {
    width: 100%;
    justify-content: center;
  }
  .new-slider-section .note-slider .slider-menu_item {
    width: 340px;
    margin: 15px 0 !important;
  }
  .new-slider-section .note-slider .owl-stage-outer {
    height: auto;
    box-shadow: none !important;
  }
  .primary-btn-wrapper {
    margin-top: 55px;
  }
  .note-slider .slider-wrapper .slider-menu .slider-menu_item,
.note-slider .slider-menu-big .slider-menu_item {
    width: 225px;
    padding: 8px 30px;
    height: 60px;
  }
  .ru-page .note-slider .slider-wrapper .slider-menu .slider-menu_item, .ru-page .note-slider .slider-menu-big .slider-menu_item {
    padding: 8px 23px;
  }
  .top-block .top-block-right-img {
    display: none;
  }
  .features-page .block.ideas .image {
    padding: 80px;
  }
  .header-ru .header-sale-badge {
    bottom: 1px;
    right: auto;
    left: 58px;
  }
}
@media only screen and (max-width: 798px) {
  .bill-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .major-features .features-collapsable {
    display: none;
  }
  .major-features .features-collapsable.active {
    display: flex;
  }
  .major-features .features-collapse-btn {
    display: block;
  }
  .header-sale-badge {
    left: 47px;
    bottom: -20px;
    right: auto;
  }
  .nimbus-awards .nimbus-awards__block.nimbus-awards__block-getapp {
    align-items: center;
  }
  .comparison.nim-vs-evernote .templates-embed .carousel-note-wrapper .carousel-note-templates .embed-template-item {
    box-shadow: none;
  }
  .comparison.nim-vs-evernote .templates-embed .carousel-note-wrapper .carousel-note-templates .owl-stage-outer {
    overflow: hidden;
  }
  .comparison.nim-vs-evernote .templates-embed .carousel-note-wrapper .carousel-note-templates .owl-nav button.owl-prev {
    left: 38%;
  }
  .comparison.nim-vs-evernote .templates-embed .carousel-note-wrapper .carousel-note-templates .owl-nav button.owl-next {
    right: 38%;
  }
  .comparison.nim-vs-evernote .templates-embed .categories-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .comparison.nim-vs-evernote .templates-embed .categories-wrapper .template-categories-item {
    margin: 8px 0;
  }
  .comparison.nim-vs-evernote .templates-block.templates-embed {
    padding-top: 0;
  }
  .clipper-page .product-section__tab {
    padding-bottom: 85px;
  }
  .clipper-page .text-wrapper .title {
    font-size: 30px;
  }
  .clipper-page .product-section__tab .opt_img {
    top: 18px;
    width: calc(100% - 178px);
    left: 93px;
  }
  .clipper-page .product-section .top-block-left {
    margin: 0 auto;
  }
  .clipper-page .product-section .top-block-left_title {
    text-align: center;
  }
  .clipper-page .product-section .top-block-left_list__item {
    margin-left: 70px;
  }
  .clipper-page .product-section__acces {
    margin: 0;
  }
  .clipper-page .product-section__acces .read-more {
    margin: 30px auto 0;
  }
  .clipper-page .product-section__acces .top-block-right_text {
    text-align: center;
    margin-top: 30px;
  }
  .clipper-page .product-section__acces .top-block-left_title {
    padding: 0;
  }
  .note-slider {
    padding: 55px 0;
  }
  .note-slider .item-media {
    padding: 0;
  }
  .screenshot-page-new .title {
    font-size: 30px;
  }
  .special-plans-wrapper {
    padding: 0 15px;
  }
  .main-page-new .top-features {
    display: block;
  }
  .main-page-new .product-down .review-image {
    margin: 40px auto 0;
  }
  .main-page-new .location {
    flex-direction: column;
  }
  .main-page-new .location .text-location {
    text-align: center;
    margin: 20px 0;
  }
  .main-page-new .location .text-location::before, .main-page-new .location .text-location::after {
    display: none;
  }
  .main-page-new .location img {
    margin-right: 0;
  }
  .logos .logos__title {
    font-size: 33px;
    margin: 80px 0;
  }
  .note-page .reviews .title {
    font-size: 25px;
  }
  .block.by-department .image,
.block.by-client .image,
.block.by-project .image {
    margin-top: 20px;
  }
  .block.control-access .list_item {
    align-items: center;
    margin-top: 50px;
  }
  .block.control-access .list_item span {
    text-align: center;
  }
  .management-page .abstract_item {
    justify-content: center;
    margin-top: 40px;
  }
  .management-page .abstract_item .image {
    margin-top: 20px;
  }
  .nimbus-apps .big {
    bottom: -246px;
  }
  .nimbus-apps .left-img-bottom {
    bottom: -245px;
  }
  .nimbus-apps .right-img-bottom {
    bottom: -140px;
  }
  .comparison-info .comparison-wrapper .title {
    font-size: 30px;
  }
  .covid .title {
    padding-left: 5px;
    padding-right: 5px;
  }
  .covid .text-title {
    padding-left: 20px;
  }
  .covid .assist_list {
    padding-left: 20px;
  }
  .comparison .nimbus-workspaces {
    margin-bottom: 100px;
  }
  .comparison .title-wrapper .title {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .comparison .reviews .img-responsive img {
    width: auto;
  }
  .comparison .structure-img .title {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .comparison .nimbus-features .first {
    padding-left: 10px;
  }
  .comparison .product-top__wrap {
    margin-bottom: 0;
  }
  .comparison .location-wrapper {
    margin-bottom: 70px;
  }
  .comparison {
    height: auto;
  }
  .comparison .location {
    margin-top: 60px;
    flex-direction: column;
  }
  .comparison .location a {
    margin-bottom: 41px;
  }
  .comparison .location p {
    text-align: center;
    font-size: 20px;
    width: 300px !important;
  }
  .comparison .location .flag {
    display: none;
  }
  .comparison .location .text {
    margin-left: 0px;
  }
  .comparison .location .text-location {
    margin-bottom: 41px;
  }
  .comparison .location .text-location:before {
    background-color: #C9C9C9;
    top: -45px;
    transform: rotate(90deg);
    left: 49%;
  }
  .comparison .location .text-location:after {
    background-color: #C9C9C9;
    top: 60px;
    transform: rotate(90deg);
    left: 49%;
  }
  .comparison .pricing .table-top {
    margin-left: 169px;
  }
  .comparison .pricing .first {
    width: 170px;
  }
  .compare .title {
    font-size: 21px;
  }
  .links-wrapper {
    flex-wrap: wrap;
  }
  .links_list__item {
    width: 242px;
  }
  .top .list-pages_item::before {
    top: 0;
    left: -49px;
  }
  .top .list-pages {
    flex-wrap: wrap;
  }
  .top .list-pages_item .page-title {
    font-size: 21px;
  }
  .abstract_item {
    flex-wrap: wrap;
  }
  .note-slider {
    height: auto;
  }
  .features .title-features {
    width: auto;
  }
  .features .top-block-left_title p {
    min-width: auto;
  }
  .block-height {
    height: auto;
  }
  .block-height .text-wrapper .title {
    font-size: 27px;
  }
  .organize .big {
    display: none;
  }
  .structure .big {
    display: none;
  }
  .structure .half {
    width: 100% !important;
    left: 0;
  }
  .custom-img {
    margin-right: 42px !important;
  }
  .customers {
    margin-bottom: 0;
  }
  .structure-block .big {
    display: none;
  }
  .structure-block .middle {
    width: 100% !important;
  }
  .structure-block .half {
    left: 0;
  }
  .capture .title {
    line-height: normal;
  }
  .capture .logo {
    align-items: center;
  }
  .capture .logo img {
    height: 60px;
  }
  .alt .title-wrapper .title {
    font-size: 23px !important;
  }
  .clients .image {
    margin-top: 20px;
  }
  .block .title {
    line-height: normal;
    font-size: 24px;
    text-align: center;
  }
  .top-block .top-block-right-img {
    display: none;
  }
  .app-buttons .clipper-platforms-wrap {
    z-index: 5;
  }
  .product-section__upload {
    display: none;
  }
  .product-section__tab .capture_opt {
    flex-direction: column;
    align-items: center;
  }
  .product_capture .product-top__bg {
    margin-top: -370px;
  }
  .product_capture .product-description__title {
    min-width: auto;
  }
  .top-block-middle_img img {
    min-width: 100%;
  }
  .product-section__save .z-index {
    display: none;
  }
  .top-block-left_list__item img {
    flex: 0 0 15px;
  }
  .product-section .top-block-left_title {
    font-size: 30px;
  }
  .product-description__info {
    font-size: 15px;
  }
  .product-section__tab .text-wrapper .title {
    font-size: 29px;
  }
  .product-section__save .big {
    bottom: -35px;
    width: 113%;
  }
  .product-section__save_pos1 {
    margin-top: 100px;
  }
  .note-slider .right-img {
    z-index: -1;
  }
  .note .small {
    width: 100%;
    bottom: -271px;
  }
  .note-slider .title-wrapper .title {
    font-size: 30px;
  }
  .nimbus-apps .title-wrapper {
    margin-top: 0;
  }
  .note .product-description__info {
    min-width: auto;
  }
  .note .product-description .title {
    font-size: 32px;
  }
  .product-top__wrap {
    width: auto;
  }
  .note-slider {
    padding-top: 40px;
  }
  .note-slider .slider-menu {
    height: auto;
  }
  .note-slider .slider-menu_item {
    width: 370px;
  }
  .item-media {
    height: auto;
  }
  .item-media video {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .owl-carousel .item-media {
    height: auto;
  }
  .owl-carousel video {
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .note-slider .carousel-wrapper {
    width: 480px !important;
  }
  .review {
    display: none;
  }
  .nimbus-apps {
    position: relative;
  }
  .nimbus-apps .left-img-bottom {
    height: 170px;
    z-index: 3;
    width: 40%;
    position: absolute;
    bottom: -180px;
    left: 0;
    display: block !important;
  }
  .nimbus-apps .left-img-bottom img {
    position: absolute;
    left: -136px;
    max-width: 100%;
  }
  .nimbus-apps .right-img-bottom {
    z-index: 3;
    width: 20%;
    position: absolute;
    bottom: -115px;
    right: 0;
    display: block !important;
    overflow: hidden;
    height: 109px;
  }
  .nimbus-apps .right-img-bottom img {
    position: absolute;
    right: -35px;
    max-width: 100%;
  }
  .nimbus-apps .big {
    display: block !important;
    height: 120px;
    width: 90%;
    z-index: 0 !important;
  }
  .access-from .right-img {
    overflow: hidden;
    top: 36%;
    right: 0;
    height: 120px;
    width: 90px;
  }
  .access-from .right-img img {
    position: absolute;
    right: -45px;
  }
  .access-from .left-img {
    bottom: -31px;
    left: 0;
    overflow: hidden;
    height: 200px;
    width: 200px;
  }
  .access-from .left-img img {
    max-width: 100%;
    position: absolute;
    left: -40px;
  }
  .ru-main-page .access-from .left-img {
    left: 0;
  }
  .product-down .image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .product-down .right {
    display: none;
  }
  .product-down .big {
    height: 200px;
    width: 100%;
    top: -100px;
  }
  .product-down .product-wrap_points__left {
    display: none;
  }
  .product-down .product-wrap_points__right {
    display: none;
  }
  .product-down .desktop {
    margin-top: 0px;
  }
  .product-down .product-wrap .top-block-left_input {
    justify-content: center;
  }
  .product-down .product-wrap .clipper-platforms .clipper-platforms-wrapper .clipper-platforms-wrap {
    width: 80%;
  }
  .product-down .note-slider {
    height: 480px;
  }
  .product-down .note .small {
    width: 100%;
  }
  .ru-main-page .product-down .big {
    top: -80px;
  }
  .nimbus-apps .left-img {
    display: none;
  }
  .footer-wrapper {
    flex-wrap: wrap;
  }
  .product-wrap {
    margin-bottom: 20px;
  }
  .footer_item {
    margin-bottom: 30px;
  }
  .footer_about {
    margin-bottom: 40px;
  }
  .footer-wrapper {
    padding-bottom: 0;
  }
  .features-note .image {
    margin-top: 0;
  }
  .features-note .big {
    height: 135px;
    bottom: 170px;
    width: 100%;
  }
  .features-note .features-note-wrapper {
    flex-wrap: wrap;
    margin-top: -70px;
  }
  .features-note .title-wrapper {
    align-items: flex-start;
  }
  .features-note .title-wrapper .title {
    font-size: 25px;
  }
  .nimbus-note {
    padding-top: 60px;
  }
  .nimbus-note .title-wrapper .title {
    font-size: 25px;
  }
  .product-top {
    background-image: none;
  }
  .product-top__bg {
    margin-top: -290px;
  }
  .product-section__features .small {
    display: none;
  }
  .product-section__features .big {
    display: none;
  }
  .product-section__features .middle {
    width: 100%;
    height: 340px;
    bottom: -15px;
  }
  .product-section__tab .opt_img {
    top: 5%;
  }
  .autosize-abstract video {
    height: auto;
  }
  .product-section__tab {
    padding-top: 40px;
  }
  .product-section__tab .product_img_wrap {
    margin-top: 52px;
  }
  .note-slider .title-wrapper {
    margin-top: 0;
  }
  .note-slider .carousel-wrapper {
    height: auto;
  }
  .product-section__more .image {
    display: none;
  }
  .autosize-abstract {
    height: auto;
  }
  .product_capture .product-description__info {
    min-width: auto;
  }
  .product-description__title {
    font-size: 24px;
  }
  .capture .logo {
    order: 0;
  }
  .capture .text {
    text-align: center;
  }
  .capture .read-more {
    margin: 10px auto;
  }
  .research .big {
    display: none;
  }
  .emails {
    height: auto;
  }
  .comparison .product-description .title {
    line-height: 45px;
  }
  .access-from .title-wrapper .text {
    margin-top: 70px;
  }
  .reviews .title-wrapper .title {
    margin-top: 20px;
  }
  .row-separator {
    display: block;
  }
  .product-section__use-cases .middle {
    top: 48px;
    width: 63%;
    height: 240px;
  }
  .note-page .features-note-wrapper {
    margin-top: 0;
  }
  .main-page .access-from .title-wrapper {
    margin-left: 50px;
    padding-top: 77px;
  }
  .note-slider .item-media video {
    box-shadow: none;
    width: 100%;
    height: auto;
  }
  .note-slider .carousel-wrapper {
    width: 100% !important;
    padding: 0 15px;
    margin-top: 40px;
  }
  .note-slider .item-media {
    height: auto;
  }
  .note-slider.item-media {
    height: auto;
  }
  .media-kit-page .banners_logo__item {
    max-width: 100%;
    width: 100%;
  }
  .media-kit-page .banners_logo__item a .image {
    height: 225px;
  }
  .nimbus-note-win-ru .product-down .content-wrapper .title {
    margin-bottom: -50px;
    padding: 0 0 20px 0;
  }
  .nimbus-note-win-ru .product-down .product-wrap {
    margin: 50px 0;
  }
  .nimbus-note-win-ru .product-down .product-wrap .clipper-platforms .clipper-platforms-wrapper .clipper-platforms-wrap {
    width: 50%;
  }
  .ru-note-page .features-note .big {
    display: none;
  }
  .ru-note-page .features-note .features-note-wrapper {
    margin-top: 0;
  }
  .ru-note-page .access-from .title-wrapper .text {
    margin-top: 20px;
    text-align: left;
  }
  .ru-note-page .product-down .big {
    top: -30px;
  }
  .note-page .product-down .big {
    top: -50px;
  }
  .note-page .features-note .big {
    display: none;
  }
  .note-page .features-note .features-note-wrapper {
    margin-top: 0;
  }
  .note-page .access-from .title-wrapper .text {
    margin-top: 20px;
    text-align: left;
  }
  .note-page .access-from {
    padding-top: 0;
  }
  .g-keep .nimbus-features .table-main .table-main_item:nth-child(2) {
    border-right: none;
  }
  .item-media-margin {
    margin-top: 40px;
  }
  .mobile-full-width {
    padding: 0 !important;
  }
  .owl-carousel.primary_carousel {
    width: 100% !important;
  }
  .owl-carousel.primary_carousel .item-media .image {
    width: 100%;
    height: auto;
  }
  .owl-carousel.primary_carousel .owl-dots {
    max-width: 150px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .owl-carousel.primary_carousel .owl-dots .owl-dot {
    margin: 0;
  }
  .clipper-page .product-section__save .z-index {
    display: flex;
  }
  .clipper-page .product-section__more .image {
    display: flex;
  }
  .nimbus-note-win-ru .product-wrap .title {
    padding: 0;
  }
  .nim-vs-notion .review,
.nim-vs-onenote .review,
.nim-vs-google-keep .review {
    display: block;
  }
  .nim-vs-notion .review .reviews_carousel .owl-stage,
.nim-vs-onenote .review .reviews_carousel .owl-stage,
.nim-vs-google-keep .review .reviews_carousel .owl-stage {
    padding: 15px 0;
  }
  .nim-vs-notion .review .reviews_carousel .owl-stage .primary_carousel__item__block,
.nim-vs-onenote .review .reviews_carousel .owl-stage .primary_carousel__item__block,
.nim-vs-google-keep .review .reviews_carousel .owl-stage .primary_carousel__item__block {
    width: 100% !important;
    margin: 0;
    height: 150px;
  }
  .nim-vs-notion .note-slider {
    margin-bottom: 60px;
  }
  .nim-vs-notion .nimbus-chart .title-wrapper {
    margin-bottom: 0;
  }
  .nim-vs-google-keep .comparison .location-wrapper {
    margin-bottom: 0;
  }
  .expand-list-page .block.tech-docs .image img {
    box-shadow: none;
  }
  .teams-and-personal-slider .owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .teams-and-personal-slider .owl-carousel .owl-stage-outer .item-media .image {
    box-shadow: none;
  }
  .teams-and-personal-slider .owl-carousel .owl-stage-outer .item-media .image .text {
    text-align: center;
  }
  .integration-block__wrapper {
    flex-wrap: wrap;
  }
  .integration-info__block {
    width: 100%;
  }
  .integration-item-wrapper {
    width: 50%;
  }
  .integration-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border: 2px solid transparent;
    border-radius: 8px;
    position: relative;
  }
  .integration-info__item:hover {
    border: 2px solid transparent;
  }
  .integration-info__item:hover .integration-info__item-image {
    transform: scale(1);
    transition: all 0.3s ease;
  }
  .integration-info__image-wrapper::before {
    display: block;
  }
  .integration .integration-info__item.selected-integration .integration-info__image-wrapper::before {
    opacity: 1;
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
  .integration .block.knowledge .owl-carousel.primary_carousel {
    width: 100% !important;
    padding: 0 15px;
  }
  .integration .block.knowledge .owl-carousel.primary_carousel .owl-stage-outer .item-media img {
    box-shadow: none;
  }
  .integration .block.knowledge .owl-carousel.primary_carousel .owl-dots {
    max-width: 150px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .integration .block.knowledge .owl-carousel.primary_carousel .owl-dots .owl-dot {
    margin: 0;
  }
  .integration .top-block .middle {
    bottom: 14px;
  }
  .integration .top-block .small {
    bottom: -70px;
  }
  .feature-embeds .block.knowledge .owl-carousel.primary_carousel {
    width: 100% !important;
  }
  .feature-embeds .block.knowledge .owl-carousel.primary_carousel .owl-stage-outer .item-media img {
    box-shadow: none;
  }
  .block.main-slider-wide {
    padding-bottom: 175px;
  }
  .block.main-slider-wide .owl-dots {
    margin-top: 30px;
  }
  .block.main-slider-wide .owl-item {
    display: flex;
    justify-content: center;
  }
  .block.main-slider-wide .owl-item .item-media {
    max-width: 900px;
    width: 100%;
    height: auto;
    box-shadow: none;
    margin: 0;
    border-radius: 16px;
  }
  .block.main-slider-wide .owl-item .item-media video {
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .block.main-slider-wide .owl-item .item-media .image {
    width: 100%;
    height: auto;
  }
  .block.main-slider-wide .owl-item .item-media .image img {
    border-radius: 16px;
  }
  .case-study__more-slider,
.case-study__more-slider-2,
.case-study__more-slider-3 {
    flex-direction: column;
  }
  .case-study__more-slider-item,
.case-study__more-slider-2-item,
.case-study__more-slider-3-item {
    margin: 10px 0;
  }
  .case-study__more-slider::after,
.case-study__more-slider-2::after,
.case-study__more-slider-3::after {
    display: none;
  }
  .embeed-container {
    padding: 0 15px;
    width: 100%;
  }
  .embeed-container-80 {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
  .embeed-container-70 {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
  .embeed-container-60 {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
  .embeed-container-50 {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
  .embeed-container-40 {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
  .embeed-container-30 {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
  .nim-for-business .ideas .item-media {
    padding: 0;
  }
  .nim-for-business .ideas .item-media .image {
    box-shadow: none;
  }
  .nim-for-business .ideas .item-media video {
    box-shadow: none;
    height: auto;
  }
  .nim-for-business .application-store-link {
    margin: 0;
  }
  .nim-for-business .title-wrapper {
    height: auto !important;
    margin-bottom: 0;
  }
  .nim-for-business .title {
    font-size: 36px !important;
    text-align: center !important;
    width: 100% !important;
  }
  .nim-for-business .text-separate {
    display: none;
  }
  .nim-for-business .block.by-client {
    padding: 100px 0;
  }
  .nim-for-business .full-width-carousel .item-media {
    padding: 0;
  }
  .nim-for-business .full-width-carousel .owl-dots {
    margin-top: 30px;
  }
  .nim-for-business .primary_carousel {
    margin: 40px 0 0 0 !important;
  }
  .nim-for-business .block.by-department .item-media {
    margin-top: 40px;
  }
  .nim-for-business .image-block {
    margin-top: 40px;
  }
  .nim-for-business .note-slider {
    padding-top: 60px;
  }
  .nim-for-business .fixed-cases .header-usecases {
    display: none;
  }
  .case-study {
    padding: 45px 0 100px;
  }
  .case-study__name {
    font-size: 18px;
  }
  .case-study__pos {
    font-size: 14px;
  }
  .case-study__tabs-content {
    padding: 0;
  }
  .case-study__quote {
    font-size: 22.5px;
    padding: 40px 30px;
  }
  .case-study__quote::before {
    width: 24px;
    height: 17px;
    background-size: cover;
  }
  .case-study__quote::after {
    width: 24px;
    height: 17px;
    background-size: cover;
  }
  .case-study__info {
    font-size: 13.5px;
  }
  .case-study .owl-dots {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .case-study .owl-dots .owl-dot {
    transform: rotate(-45deg) !important;
  }
  .case-study .owl-dots .owl-dot.active {
    transform: scale(1);
  }
  .case-study__more-title {
    margin-bottom: 0;
    font-size: 20px;
  }
  .case-study__more-slider-item .case-study__name {
    font-size: 16px !important;
  }
  .case-study__more-slider-item .case-study__pos,
.case-study__more-slider-item .case-study__read {
    font-size: 14px;
  }
  .case-study__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .case-study__tabs-nav {
    text-align: center;
    padding-bottom: 80px;
  }
  .case-study__tabs-nav__item,
.case-study__tabs-nav__item.active {
    padding: 0;
  }
  .case-study__tabs-nav__item::after,
.case-study__tabs-nav__item.active::after {
    display: none;
  }
  .case-study__main-title {
    display: block;
    padding-bottom: 45px;
  }
  .header-usecases-new.sticky {
    position: relative;
  }
  .media-kit-page.media-kit-page-new .media-kit__top-title {
    font-size: 48px;
  }
  .media-kit-page.media-kit-page-new .media-kit__top-anchors-item {
    margin: 60px 15px 0;
  }
  .media-kit-page.media-kit-page-new .media-kit__design-slider .owl-prev {
    left: 15px;
  }
  .media-kit-page.media-kit-page-new .media-kit__design-slider .owl-next {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-features .top-features-wrapper {
    flex-wrap: wrap;
  }
  .top-features_list__item {
    width: auto;
  }
  .top-features_list {
    align-items: flex-start;
  }
  .clipper-page .product-section__save .z-index {
    display: none;
  }
  .clipper-page .product-section__more .image {
    display: none;
  }
  .logos .owl-item:nth-child(2n),
.logos .owl-item:nth-child(3n),
.logos .owl-item:nth-child(5n),
.logos .owl-item:nth-child(6n) {
    margin-top: 0 !important;
  }
  .logos .owl-item:nth-child(2n) {
    margin-top: 100px !important;
  }
  .new-slider-section .note-slider .slider-wrapper .slider-menu .slider-menu_item:last-child::after {
    display: none;
  }
  .new-slider-section .note-slider .slider-wrapper .slider-menu .slider-menu_item {
    width: 92% !important;
    justify-content: flex-start !important;
  }
  .next-row-desk {
    display: none;
  }
  /* Extra Small Devices, Phones */
  .note-pricing .special-plans-wrapper {
    padding: 0 36px;
  }
  .nim-table-wrapper.not-at-right:after,
.nim-table-wrapper.not-at-left:before {
    visibility: visible;
    opacity: 1;
  }
  .disclaimer {
    padding: 100px 0;
  }
  .disclaimer__header {
    font-size: 12px;
  }
  .disclaimer__text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 620px) {
  .capture-platform-buttons__wrap {
    flex-direction: column;
  }
  .clipper-platforms-wrap.capture-platforms-app-wrap:first-child {
    z-index: 9999;
  }
  .clipper-platforms-wrap.capture-platforms-app-wrap {
    margin: 20px auto;
  }
  .clipper-platforms-wrap.clarity-plarforms-wrap {
    margin: 10px auto;
  }
  .footer_bottom-line__right {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 520px) {
  .autosize-abstract video {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .ru-main-page .top-features_list,
.ru-note-page .top-features_list {
    margin-left: 44px;
  }
  .block.one-place .list_item {
    margin-bottom: 0;
  }
  .block.one-place .list_item img {
    max-width: 70px;
    margin-right: 24px;
  }
  .features-page .block.ideas .image {
    padding: 36px;
  }
  .team-management-page .carousel-secondary .image .text-img {
    margin-top: -30px;
  }
  .download-product .product-logo__img {
    height: 40px;
  }
  .download-product #product-capture .clipper-platforms-wrap {
    flex-direction: column;
  }
  .download-product #product-capture .clipper-platforms-wrap .screenshot-coming-soon {
    margin-left: 0;
    margin-top: 30px;
    z-index: 1;
  }
  .download-product #product-capture .clipper-platforms_nimb-capt {
    margin-bottom: 0;
  }
  .download-product #product-clipper,
.download-product #product-capture {
    padding-top: 55px;
  }
  .comparison.nim-vs-evernote .templates-embed .carousel-note-wrapper .carousel-note-templates .owl-nav button.owl-prev {
    left: 30%;
  }
  .comparison.nim-vs-evernote .templates-embed .carousel-note-wrapper .carousel-note-templates .owl-nav button.owl-next {
    right: 30%;
  }
  .ru-capture-page .product-section__acces-capture .top-block-left_title h2 {
    text-align: left;
  }
  .product-section__protect .text-wrapper .title {
    font-size: 24px;
  }
  .product-logo__img {
    height: 48px;
  }
  .text-wrapper .title {
    font-size: 24px;
  }
  .nimbus-apps-image {
    margin-left: 0;
  }
  .nimbus-apps-image img {
    width: 100%;
  }
  .clipper-page .product-section .top-block-left_list__item {
    margin-left: 0;
  }
  .clipper-page .product-section__tab .opt_img {
    top: 9px;
    width: 75%;
    left: 13%;
  }
  .clipper-page .product-section__acces .top-block-middle_img {
    padding: 0 40px 40px;
  }
  .clipper-page .product-section__acces .top-block-right_text {
    margin: 30px auto 0;
  }
  .product-down .product-wrap {
    padding-bottom: 55px;
  }
  .review-image {
    padding: 0 50px;
  }
  .application-store-link {
    margin: 0 auto;
  }
  .top-block-left_input p {
    text-align: center;
  }
  .carousel-secondary .image .text-img {
    width: 100%;
  }
  .ru-main-page .note-slider .slider-wrapper .slider-menu .slider-menu_item {
    padding: 18px 17px;
  }
  .note-slider .slider-menu-big .slider-menu_item {
    justify-content: flex-start;
    width: 92% !important;
  }
  .note-slider .slider-wrapper .slider-menu .slider-menu_item {
    justify-content: flex-start;
    width: 92%;
    padding: 18px 30px;
    height: auto;
    text-align: left;
    padding-left: 23px;
  }
  .note-slider .slider-wrapper .slider-menu .slider-menu_item::after {
    display: none;
  }
  .title-small {
    font-size: 18px;
  }
  .screenshot-page-new .title {
    font-size: 24px !important;
  }
  .screenshot-page-new .product-section__tab .text {
    width: 100%;
  }
  .special-plans-wrapper {
    justify-content: center;
  }
  .main-page-new .top-features .top-features-wrapper {
    display: block;
  }
  .main-page-new .title {
    font-size: 24px;
  }
  .main-page-new .nimbus-apps {
    padding: 55px 15px;
  }
  .main-page-new .nimbus-apps-image {
    margin-left: 0;
  }
  .comparison .notion-padding-null {
    padding: 0 !important;
  }
  .media-kit-page .media-kit .content-wrapper .download-list_item {
    flex-direction: column;
  }
  .comparison .comparison-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .comparison .expand-button .title-expand {
    font-size: 21px;
  }
  .clipper-page .product-section__save .image {
    display: flex;
    margin: 0 auto;
    padding: 40px 40px 0;
  }
  .product-section__save .image {
    display: none;
  }
  .comparison .nimbus-features .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .comparison .nimbus-features .container .row {
    margin-right: 0;
    margin-left: 0;
  }
  .comparison .nimbus-features .container .row .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .media-kit-page .banners_logo {
    flex-direction: column;
  }
  .media-kit-page .banners_logo__item a .image {
    width: 100%;
  }
  .main-page .access-from .title-wrapper {
    margin-left: 0;
  }
  .logos .logos__title {
    font-size: 24px;
    margin: 50px 0;
  }
  .nimbus-note-win-ru .product-down .product-wrap .clipper-platforms .clipper-platforms-wrapper .clipper-platforms-wrap {
    width: 90%;
  }
  .note-page .features-note .features-note-wrapper {
    flex-wrap: wrap-reverse;
  }
  .note-page .access-from {
    padding-top: 50px;
  }
  .ru-note-page .access-from {
    padding-top: 50px;
  }
  .ru-note-page .features-note .features-note-wrapper {
    flex-wrap: wrap-reverse;
  }
  .media-kit-page .banners_logo__item a .image {
    height: 250px;
  }
  .integration-item-wrapper {
    width: 100%;
  }
  .integration-info {
    background-color: #fff !important;
  }
  .integration-info .container {
    padding: 0;
  }
  .integration-info .title {
    padding: 0 15px;
  }
  .selected-integration {
    box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.22);
  }
  .media-kit .content-wrapper .download-list_item a {
    width: auto;
  }
  .block.main-slider-wide .owl-carousel {
    padding: 0 15px;
  }
  .nim-for-business .block.by-client {
    padding: 0;
  }
  .nim-for-business .title {
    font-size: 24px !important;
  }
  .nim-for-business .structure-group {
    padding: 55px 0;
  }
  .nim-for-business .block.by-department {
    padding: 76px 0 40px;
  }
  .nim-for-business .block.by-department .owl-stage-outer {
    border-radius: 5px !important;
  }
  .nim-for-business .block.by-department .item-media {
    height: auto;
    margin-top: 0;
  }
  .nim-for-business .block.by-department .item-media video {
    border-radius: 0;
  }
  .nim-for-business .block.by-department .owl-dots {
    margin-top: 30px;
  }
  .integration__web-img {
    padding: 30px 50px;
  }
  .certified .logos-wrapper_bottom .image {
    width: 108px;
  }
  .header-usecases-new .sub-header__block .carousel-header_item {
    padding: 14px;
    display: flex;
    justify-content: center;
  }
  .capture .clipper-platforms {
    margin-top: 30px;
  }
  .major-features__title {
    font-size: 24px;
    line-height: 36px;
    display: block;
  }
  .major-features__title img {
    width: 28px;
    position: relative;
    top: 5px;
  }
  .major-features br {
    display: none;
  }
  .major-features-block__item {
    margin: 60px 54px 0 30px;
  }
  .major-features-block__content-title {
    font-size: 18px;
    line-height: 22px;
  }
  .nimbus-header .navbar-point a,
.nimbus-header .navbar-point .unclickable-link {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
  }
  .nimbus-header .header-navbar {
    top: 53px;
  }
  .nimbus-header .navbar-product-links {
    flex-direction: column;
  }
  .media-kit-page.media-kit-page-new .media-kit__top-title {
    font-size: 36px;
    line-height: 48px;
  }
  .media-kit-page.media-kit-page-new .media-kit__section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .media-kit-page.media-kit-page-new .media-kit__assets-content-item {
    margin: 48px 11px 0;
  }
  .media-kit-page.media-kit-page-new .media-kit__assets-content-preview.all-logos {
    background: rgba(0, 161, 183, 0.1);
    border: none;
  }
  .footer_bottom-line__right {
    justify-content: space-between;
  }
  .footer.ru-footer .footer_bottom-line__right {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 480px) {
  .main-page .reviews .title-wrapper {
    margin-bottom: 66px;
  }
  .comparison .nimbus-features .table-main_item .text {
    font-size: 10px;
  }
  .comparison-info .comparison-wrapper .title {
    font-size: 23px;
  }
  .comparison .title-wrapper .title {
    font-size: 24px !important;
  }
  .nimbus-awards .title {
    font-size: 24px !important;
  }
  .comparison .nimbus-workspaces {
    margin-top: 50px;
  }
  .comparison .location {
    margin-top: 0;
  }
  .comparison .product-description__info {
    font-size: 20px;
    line-height: 28px;
  }
  .comparison .expand-button .title-expand {
    font-size: 18px;
  }
  .comparison .structure-img .title {
    font-size: 28px;
  }
  .comparison .text-small {
    display: none;
  }
  .nim-vs-evernote.comparison .text-small {
    display: block;
  }
  .comparison .pricing .column .text {
    font-size: 12px;
    text-align: center;
  }
  .comparison .nimbus-features .fix .table-top_item .text {
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
  }
  .comparison {
    height: auto !important;
  }
  .physical .title {
    text-align: center;
  }
  .ecryption .title {
    text-align: center;
  }
  .meetings {
    margin-bottom: 0;
  }
  .high-security .title {
    text-align: center;
  }
  .by-project .title {
    text-align: center;
  }
  .by-project .text {
    text-align: center !important;
  }
  .by-client .title {
    text-align: center;
  }
  .by-client .text {
    text-align: center !important;
  }
  .by-department .title {
    text-align: center;
  }
  .by-department .text {
    text-align: center !important;
  }
  .clients .title {
    text-align: center;
  }
  .customers .title {
    text-align: center;
  }
  .cultivate .title {
    text-align: center !important;
  }
  .cultivate .text-left {
    text-align: center !important;
  }
  .track {
    padding-bottom: 0 !important;
  }
  .top-block .bg-form {
    display: none;
  }
  .margin-custom-top {
    margin-top: 0;
  }
  .margin-custom-bottom {
    margin-bottom: 0;
  }
  .find-info .big {
    display: none;
  }
  .clipper .top-block-left .top-block-left_list li:before {
    flex: 0 0 15px;
  }
  .one-place .title-wrapper {
    margin-bottom: 0;
  }
  .track .big {
    display: none;
  }
  .team-company {
    display: none;
  }
  .control-access .list-wrapper .list_item {
    align-items: center;
  }
  .control-access .list-wrapper .list_item span {
    text-align: center;
  }
  .by-department .text-wrapper {
    margin-left: 0;
  }
  .structure-group {
    display: none;
  }
  .tracking .big {
    display: none;
  }
  .abstract .abstract_item {
    flex-wrap: wrap;
  }
  .abstract .image {
    display: none;
  }
  .organize-classes .title-wrapper .title {
    font-size: 22px;
  }
  .research .top-block-left_title .desc {
    display: block;
    font-size: 18px;
    line-height: 25px;
  }
  .block .title {
    line-height: normal;
  }
  .alt {
    margin-bottom: 55px;
  }
  .alt .title-wrapper .title {
    line-height: normal;
  }
  .top-block .big {
    display: none;
  }
  .alt .title-wrapper .title {
    font-size: 19px !important;
  }
  .customers .image img {
    margin-top: 20px;
  }
  .block .title {
    font-size: 24px;
  }
  .footer_item__list li a {
    display: inline-block;
  }
  .clipper-platforms_nimb-capt {
    margin-bottom: 50px;
  }
  .product-section__use-cases {
    display: none;
  }
  .product_capture .product-top__bg {
    margin-top: -134px;
  }
  .clipper-platforms-wrapper {
    width: 100%;
  }
  .clipper-platforms_nimb-clip {
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
  .clipper-platforms_nimb-clip .wrapper {
    display: -ms-flex;
    display: flex;
  }
  .product-logo {
    flex-direction: column;
  }
  .product-logo__name {
    font-size: 27px;
    margin-left: 0;
    text-align: center;
  }
  .clipper-page .product-section__save .image {
    display: flex;
  }
  .product-section__save .image {
    display: none;
  }
  .product-section__save .big {
    bottom: -62px;
  }
  .product-section__acces {
    margin-bottom: 0;
  }
  .product-section__tab .opt_img {
    top: 5%;
  }
  .product-section__tab .capture_opt {
    flex-direction: column;
    align-items: center;
  }
  .product-section__tab .line_opt {
    margin-bottom: 16px;
  }
  .product-section__tab .text-wrapper .title {
    font-size: 23px;
  }
  .product-section__save .z-index {
    display: none;
  }
  .product-section__save_pos2 .title {
    font-size: 24px;
    text-align: center;
  }
  .product-section__save_pos1 {
    margin-top: 0;
  }
  .product-section__save_pos1 .title {
    font-size: 24px;
    text-align: center;
  }
  .product-section .top-block-left_title {
    font-size: 24px;
    text-align: center;
  }
  .product-section__more .title {
    font-size: 24pxpx;
    text-align: center;
  }
  .product-section__tab .text-wrapper .title {
    font-size: 24px;
    text-align: center;
  }
  .product-section__tab .text-wrapper .text {
    margin-top: 0;
  }
  .product-top__bg {
    margin-top: -160px;
  }
  .app-buttons {
    display: none;
  }
  .note-slider .slider-menu_item {
    width: 320px;
  }
  .note .product-description .title {
    font-size: 31px;
    line-height: 38px;
  }
  .nimbus-apps .title-wrapper {
    margin-top: 0px;
  }
  .top-block-left_input .input {
    width: 270px;
  }
  .note .product-description .top-block-left_input .input .button_sign {
    padding: 2.5px 31px;
    font-size: 15px;
  }
  .note .product-description .top-block-left_input .input input {
    height: 34px;
  }
  .note .product-top__bg img {
    margin-top: 75px;
  }
  .note-slider .title-wrapper .title {
    font-size: 24px;
    margin-top: 0;
  }
  .access-from .title-wrapper .title {
    font-size: 24px;
  }
  .access-from .title-wrapper .text {
    margin-top: 50px;
  }
  .reviews .title-wrapper .title {
    font-size: 24px;
    margin-top: 0;
  }
  .product-down .title-wrapper .title {
    font-size: 26px;
  }
  .product-down .product-wrap .clipper-platforms .clipper-platforms-wrapper .clipper-platforms-wrap {
    width: 90%;
  }
  .note-slider .left-img {
    overflow: hidden;
    height: 200px;
    width: 170px;
  }
  .note-slider .left-img img {
    position: absolute;
    right: -37px;
  }
  .note .small {
    bottom: -88px;
  }
  .note {
    background-image: none;
  }
  .product-description__info {
    font-size: 16px;
  }
  .note .product-description .title {
    font-size: 28px;
  }
  .note .product-description .title {
    height: auto;
    min-width: 298px !important;
  }
  .note .product-description__info {
    min-width: 320px !important;
  }
  .footer_about {
    padding-left: 46px;
    margin-bottom: 30px;
  }
  .footer_about p {
    width: auto;
  }
  .footer-wrapper {
    padding-top: 30px;
  }
  .footer_bottom-line {
    padding-left: 46px;
  }
  .footer_bottom-line__right {
    padding-left: 46px;
  }
  .bottom-footer {
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
    flex-direction: row;
  }
  .footer_item {
    margin-bottom: 40px;
    padding-left: 46px;
  }
  .footer-wrapper {
    padding-bottom: 0;
  }
  .features-note .big {
    bottom: 190px;
  }
  .product-section__protect {
    margin-top: 0;
  }
  .product-section__tab .text-wrapper {
    align-items: center;
  }
  .product-section__acces .open-sub, .product-section__acces .top-block-left_title {
    margin-bottom: 0;
  }
  .product-top {
    height: 620px;
    margin-bottom: 133px;
  }
  .product-section__acces .top-block-left_title {
    line-height: 30px;
  }
  .collaboration span {
    font-size: 35px;
  }
  .edit-notes .big {
    display: none;
  }
  .edit-notes .half {
    width: 100% !important;
    left: 0;
  }
  .by-project .text-wrapper {
    margin-left: 0;
  }
  .product-top__bg {
    margin-top: -150px;
  }
  .product-top__bg img {
    height: 300px;
  }
  .security .top-block-left {
    margin-top: 0;
  }
  .security .top-block-left_title span {
    font-size: 27px;
  }
  .top-block-wrapper {
    flex-direction: column;
  }
  .email-ru {
    width: auto !important;
  }
  .capture .logo img {
    height: 40px;
  }
  .clipper .logo img {
    height: 40px;
  }
  .top .big-top {
    display: none;
  }
  .top .middle-top {
    display: none;
  }
  .book-a-demo .title {
    font-size: 26px;
  }
  .top-block-left_input input {
    line-height: 1;
  }
  .top-block-left_input input::-moz-placeholder {
    font-size: 16px;
  }
  .top-block-left_input input::placeholder {
    font-size: 16px;
  }
  .note-page .features-note-wrapper {
    margin-top: -70px;
  }
  .companies {
    padding-top: 50px;
  }
  .companies .companies-quote__slider .owl-item {
    transition: max-height 1.5s ease;
  }
  .companies .companies-quote__slider .owl-item.active {
    transition: max-height 1.5s ease;
  }
  .companies__item {
    margin: 20px 0 !important;
  }
  .nim-vs-notion .review .reviews_carousel .owl-stage .primary_carousel__item__block {
    height: 200px;
  }
  .nim-vs-google-keep .review .reviews_carousel .owl-stage .primary_carousel__item__block {
    height: 180px;
  }
  .nim-vs-onenote .review .reviews_carousel .owl-stage .primary_carousel__item__block {
    height: 260px;
  }
  .nim-vs-onenote .comparison .location-wrapper {
    margin-bottom: 30px;
  }
  .nim-for-business .structure-group {
    display: block;
  }
}
@media only screen and (max-width: 440px) {
  .product.note {
    height: auto;
    margin-bottom: 0;
  }
  .comparison.nim-vs-evernote .templates-embed .carousel-note-wrapper .carousel-note-templates .embed-template-item {
    min-width: auto;
  }
}
@media only screen and (max-width: 375px) {
  .top-features_list {
    margin-left: 10px;
  }
  .media-kit-page .banners_logo__item a .image {
    height: auto;
  }
  .comparison .button-replace {
    right: 40px !important;
  }
  .comparison .nimbus-features .table-top_item .small-width {
    font-size: 13px;
  }
  .comparison .nimbus-features .table-main {
    height: auto;
  }
  .comparison .nimbus-features .table-main_item {
    padding: 5px;
  }
  .cname-page .knowledge iframe {
    height: 6100px;
  }
}
@media only screen and (max-width: 372px) {
  .reviews .title-wrapper .title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 370px) {
  .product-section__tab .line_opt {
    font-size: 19px;
  }
  .product-logo__img img {
    width: 100%;
    height: auto;
  }
  /* Custom, iPhone Retina */
}
@media only screen and (max-width: 320px) {
  .comparison .nimbus-features .table-main_item {
    padding: 2px;
  }
  .product-section__save .big {
    bottom: -37px;
  }
  .product-section .social-line {
    bottom: -55px;
  }
  .product-section__tab .opt_img {
    top: 5%;
  }
  .product-section__tab .text-wrapper .title {
    line-height: 33px;
  }
  .product-top__bg {
    margin-top: -101px;
  }
  .product-description__title {
    font-size: 29px;
  }
  .top-block-left_input .button_sign {
    right: -26px;
  }
  .item-media video {
    width: 100%;
    height: auto;
  }
  .note-slider .carousel-wrapper {
    width: 320px !important;
  }
  .note-slider .slider-menu_item {
    width: 275px;
  }
  /*==========	Mobile First	==========*/
  /* Custom, iPhone Retina */
}
@media only screen and (min-width: 320px) {
  /**/
  /* Extra Small Devices, Phones */
}
@media only screen and (min-width: 480px) {
  /**/
  /* Small Devices, Tablets */
}
@media only screen and (min-width: 768px) {
  /**/
  /* Medium Devices, Desktops */
}
@media only screen and (min-width: 992px) {
  /**/
  /* Large Devices, Wide Screens */
}
@media only screen and (min-width: 1200px) {
  /**/
}
/*# sourceMappingURL=style-page.css.map */