/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
p,
h5,
h6,
h4,
h3,
h2 {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
* {
  box-sizing: border-box;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins/Poppins-Medium.eot');
  src: url('../fonts/Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Poppins/Poppins-Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Poppins/Poppins-Medium.svg#svgFontName') format('svg');
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins/Poppins-Bold.eot');
  src: url('../fonts/Poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Poppins/Poppins-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Poppins/Poppins-Bold.svg#svgFontName') format('svg');
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Poppins-MediumItalic';
  src: url('../fonts/Poppins/Poppins-MediumItalic.eot');
  src: url('../fonts/Poppins/Poppins-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Poppins/Poppins-MediumItalic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Poppins/Poppins-MediumItalic.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Poppins/Poppins-MediumItalic.svg#svgFontName') format('svg');
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Poppins/Poppins-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Poppins/Poppins-SemiBold.svg#svgFontName') format('svg');
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Inter-Bold';
  src: url('../fonts/Inter/Inter-Bold.eot');
  src: url('../fonts/Inter/Inter-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Inter/Inter-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Inter/Inter-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Inter/Inter-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Inter/Inter-Bold.svg#svgFontName') format('svg');
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Inter-Medium';
  src: url('../fonts/Inter/Inter-Medium.eot');
  src: url('../fonts/Inter/Inter-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Inter/Inter-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Inter/Inter-Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Inter/Inter-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Inter/Inter-Medium.svg#svgFontName') format('svg');
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Inter-Regular';
  src: url('../fonts/Inter/Inter-Regular.eot');
  src: url('../fonts/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Inter/Inter-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Inter/Inter-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Inter/Inter-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Inter/Inter-Regular.svg#svgFontName') format('svg');
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Inter-SemiBold';
  src: url('../fonts/Inter/Inter-SemiBold.eot');
  src: url('../fonts/Inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Inter/Inter-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Inter/Inter-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Inter/Inter-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Inter/Inter-SemiBold.svg#svgFontName') format('svg');
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.btn {
  border-radius: 12px;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  width: max-content;
  text-decoration: none;
  text-align: center;
}
.btn-top {
  font-family: "Inter-Bold", sans-serif;
  color: #35353d;
  padding: 24px 55px;
  font-size: 18px;
  line-height: 24px;
}
.btn-main_big,
.btn-main_small {
  background: #4a86f7;
}
.btn-main_big:hover,
.btn-main_small:hover {
  background: #3276f6;
}
.btn-main_big:disabled,
.btn-main_small:disabled {
  background: #a3c2fb;
}
.btn-main_big:focus,
.btn-main_small:focus {
  background: #4a86f7;
}
.btn-main_big,
.btn-main_dark {
  padding: 16px 33px;
}
.btn-main_small {
  font-size: 14px;
  line-height: 22px;
  padding: 13px 24px;
}
.btn-main_dark {
  font-family: "Inter-Bold", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  background: #83bf6e;
}
.btn-main_dark:hover {
  background: #76b262;
}
.btn-main_dark:disabled {
  background: rgba(131, 191, 110, 0.5);
  cursor: not-allowed;
}
.btn-main_dark:focus {
  background: #83bf6e;
}
.btn-secondary_big,
.btn-secondary_small {
  border: 2px solid #EBEEF2;
}
.btn-secondary_big {
  font-size: 16px;
  line-height: 24px;
}
.btn-secondary_small {
  font-size: 14px;
  line-height: 22px;
}
.btn-secondary-darkbg {
  background: #3b5bba;
}
.btn-secondary-darkbg:hover {
  background: #4664be;
}
.btn-secondary-darkbg:disabled {
  background: #91a3d8;
}
.btn-secondary-darkbg:focus {
  background: #3b5bba;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #6a7185;
}
main {
  overflow: hidden;
}
header.header {
  z-index: 4;
}
.poppins-sb,
h1,
h2,
h3,
h4 {
  font-family: 'Poppins-SemiBold', sans-serif;
}
.poppins-mi {
  font-family: 'Poppins-MediumItalic', sans-serif;
}
.poppins-m,
h5,
.h5,
h6,
.h6 {
  font-family: 'Poppins-Medium', sans-serif !important;
}
.poppins-b {
  font-family: 'Poppins-Bold', sans-serif;
}
.inter-b {
  font-family: 'Inter-Bold', sans-serif;
}
.inter-m,
h6 {
  font-family: 'Inter-Medium', sans-serif !important;
}
.inter-r {
  font-family: 'Inter-Regular', sans-serif;
}
.inter-sb {
  font-family: 'Inter-SemiBold', sans-serif;
}
h1,
.h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1px;
  color: #35353d;
}
h2,
.h2 {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
h5,
.h5 {
  font-size: 32px;
  line-height: 48px;
}
h6,
.h6 {
  font-size: 24px;
  line-height: 40px;
}
.title-m {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.title-xs {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.title-s {
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.body-l {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1px;
  font-family: "Inter-Regular", sans-serif;
}
.quate-m {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-family: 'Poppins-MediumItalic', sans-serif;
}
ul li {
  list-style-type: none;
}
.z-index-1 {
  z-index: 1;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.position-static {
  position: static;
}
.position-fixed {
  position: fixed;
}
.overflow-hidden {
  overflow: hidden;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.bg-transparent {
  background: transparent !important;
}
.bg-blue-gradient {
  background: #2448b1;
}
.bg-gray {
  background: #f7f8fa !important;
}
.bg-gray-no_imp {
  background: #f7f8fa !important;
}
.bg-green-gradient {
  background-image: linear-gradient(107.31deg, #73bc78 -11.95%, #438a62 99.99%);
}
.bg-pink {
  background-image: linear-gradient(117.29deg, #e283ae -14.54%, #d94841 120.79%);
}
.bg-pink-3 {
  background: #fbedf0;
}
.bg-green {
  background: #83bf6e;
}
.bg-green_3 {
  background: #f3f9f1;
}
.bg-blue {
  background: #4a86f7;
}
.bg-main_light_blue {
  background: #57b6f0;
}
.bg-light_blue {
  background: #EDF3FE;
}
.bg-blue-5 {
  background: #edf3fe;
}
.bg-white {
  background: #ffffff !important;
}
.bg-sub-dark-orange {
  background: #e0704a;
}
.bg-sub_orange {
  background: #f2a84c;
}
.bg-orange-5 {
  background: #fef6ed;
}
.bg-sky-blue-3 {
  background: #eef8fe;
}
.bg-red_5 {
  background: #fcf1ed;
}
.icon-bg-blue {
  background: #eef8fe !important;
}
.icon-bg-orange {
  background: #fef6ed !important;
}
.icon-bg-red {
  background: #fcf1ed !important;
}
.icon-bg-green {
  background: #f3f9f1 !important;
}
.icon-bg-pink {
  background: #fbedf0 !important;
}
.icon-bg-blue5 {
  background: #edf3fe !important;
}
.text-white {
  color: #ffffff;
}
.text-white-darken {
  color: rgba(255, 255, 255, 0.7);
}
.text-blue {
  color: #4a86f7;
}
.text-body {
  color: #6a7185;
}
.text-up {
  font-family: 'Inter-Bold', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.text-caption-blue {
  color: #57b6f0;
}
.text-sky_blue_2 {
  color: #abdaf7;
}
.text-caption-orange {
  color: #e0704a;
}
.text-caption-orange-origin {
  color: #f2a84c;
}
.text-orange_3 {
  color: #f8cf9c;
}
.text-caption-green {
  color: #83bf6e;
}
.text-caption-yellow {
  color: #fadd6f;
}
.text-pink {
  color: #d34b6a;
}
.text-pink_2 {
  color: #e79cad;
}
.text-caption {
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin: 24px auto 0;
  text-align: center;
}
.text-green_2 {
  color: #bbdcaf;
}
.text-white-top {
  color: #bdc8e8;
}
.text-dark {
  color: #35353d;
}
.text-dark-bg {
  color: #bdc8e8;
}
.text-gray {
  color: #969db3;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.p_flex_double_btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_flex_double_btns .btn {
  margin: 42px 10px 0 10px;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-grid {
  display: grid;
}
.d-none {
  display: none;
}
.btn-slider {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(13px);
  border-radius: 12px;
  border: none;
}
.word-wrap {
  border-radius: 12px;
  display: inline-block;
  padding-left: 9px;
  padding-right: 9px;
}
.image-fluid {
  width: 100%;
  max-width: 100%;
}
.p-0 {
  padding: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-14 {
  margin-bottom: 14px;
}
.m-0 {
  margin: 0 !important;
}
.bg-text {
  border-radius: 8px;
  padding: 0 5px;
}
.tooltip {
  padding: 6px 16px;
  border-radius: 24px;
}
.block-shadow {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
}
.tooltips {
  margin-top: 1px;
}
.tooltips .tooltip {
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter-Regular', sans-serif;
  cursor: pointer;
}
.tooltips .tooltip:hover .tooltip-info {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.tooltips .tooltip-info {
  display: block;
  bottom: 53px;
  right: -117px;
  width: 100%;
  min-width: 343px;
  padding: 8px 12px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: .3s;
  background: #35353d;
  border-radius: 12px;
  text-align: center;
}
.tooltips .tooltip-info:before {
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 9px;
  background: url("../images/it-page/Polygon 6.svg") no-repeat;
  background-size: 240%;
  background-position-y: -19px;
  background-position-x: -19px;
  bottom: -9px;
  left: calc(45%);
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea,
select {
  width: 100%;
  background: #f7f8fa;
  backdrop-filter: blur(13px);
  border-radius: 12px;
  border: none;
  padding: 19px 16px;
  outline-color: #4a86f7;
  font-family: 'Inter-SemiBold', sans-serif;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #969db3;
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.form-group {
  display: block;
  margin-bottom: 16px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group label {
  position: relative;
  cursor: pointer;
}
.form-checkbox .form-group label:before {
  content: '';
  -webkit-appearance: none;
  border: 2px solid #EBEEF2;
  border-radius: 6px;
  padding: 13px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  top: -5px;
  left: -40px;
  position: absolute;
}
.form-group label:before {
  content: '';
  -webkit-appearance: none;
  border: 2px solid #EBEEF2;
  border-radius: 6px;
  padding: 13px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  top: -1px;
}
.form-group input:checked + label:before {
  background: #83bf6e;
  border: 2px solid #83bf6e;
}
.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 12px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.chkbx-toggle {
  display: none;
}
.chkbx-toggle + label {
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 42px;
  height: 22px;
  background-color: #e4e4e4;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.chkbx-toggle + label::before,
.chkbx-toggle + label::after {
  content: "";
  display: block;
  position: absolute;
}
.chkbx-toggle + label::before {
  right: 1px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #f1f1f1;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.chkbx-toggle + label::after {
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.chkbx-toggle:checked + label {
  background-color: #83bf6e;
}
.chkbx-toggle:checked + label::before {
  background-color: #83bf6e;
}
.chkbx-toggle:checked + label::after {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.chkbx-toggle:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.terms_div {
  font-size: 14px;
}
.terms_div a {
  font-family: "Inter-SemiBold", sans-serif;
  text-decoration: none;
  color: #4A86F7;
}
.form-checkbox {
  font-family: "Inter-Regular", sans-serif;
  padding-left: 40px;
}
.form-checkbox label {
  line-height: 22px;
}
.form-checkbox label a {
  font-family: "Inter-SemiBold", sans-serif;
  text-decoration: none;
  color: #4A86F7;
}
.form-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  border: 2px solid #EBEEF2;
  border-radius: 6px;
  padding: 13px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  top: 10px;
  left: -40px;
  position: absolute;
}
.form-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: -28px;
}
.custom-radio {
  display: none;
}
.custom-radio + label {
  font-weight: normal;
  cursor: pointer;
}
.custom-radio + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 1px solid #2196f3;
}
.custom-radio + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2196f3;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.custom-radio:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.custom-radio:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.custom-radio:disabled + label,
.custom-radio:disabled + label span {
  cursor: default;
}
.popup-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(53, 53, 61, 0.4);
  padding: 20px;
}
.popup {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
}
.popup .fc_hide {
  display: none;
}
.popup .error_field .field_message {
  font-size: 12px;
  color: #f24f40;
}
.popup-attention {
  padding: 40px 24px;
  max-width: 400px;
  left: calc(50% - 200px);
}
.popup-warning {
  padding: 40px 24px 24px;
  max-width: 500px;
  left: calc(50% - 250px);
}
.popup-warning .popup__description {
  margin-top: 12px;
}
.popup-contact-us {
  width: 100%;
  max-width: 800px;
  left: calc(50% - 360px);
  padding: 30px 40px;
}
.popup-contact-us .login_form-wrapper {
  margin-top: 24px;
}
.popup-contact-us .label-text,
.popup-contact-us .product_updates {
  margin-top: 8px;
}
.popup-contact-us .update-btn {
  margin-top: 0;
}
.popup-contact-us .contact_us_form .form-field {
  margin-bottom: 0;
}
.popup-contact-us .contact_us_form .popup__title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #35353d;
}
.popup-contact-us .contact_us_form .group {
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  padding: 0;
}
.popup-contact-us .contact_us_form .group.multi_column {
  -webkit-box-flex: 0;
  display: flex;
  flex: 0 1 auto;
}
.popup-contact-us .contact_us_form .group.multi_column .group {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  box-sizing: border-box;
  width: 20%;
  padding-right: 1rem;
}
.popup-get-in-touch {
  text-align: left;
  max-width: 830px;
  left: calc(50% - 415px);
}
.popup-get-in-touch .get_in_touch_title {
  margin-bottom: 24px;
}
.popup-get-in-touch .contact_send_msg_btn {
  font-weight: normal;
}
.popup-get-in-touch .error_field .field_message {
  margin-top: -16px;
}
.popup-get-in-touch .blocks {
  display: flex;
}
.popup-get-in-touch .block-text,
.popup-get-in-touch .block-form {
  width: 50%;
  max-width: 50%;
  padding: 32px 40px;
}
.popup-get-in-touch .block-text {
  border-right: 1px solid #ebeef2;
}
.popup-get-in-touch .block-text a {
  color: #4a86f7;
  text-decoration: none;
}
.popup-get-in-touch .block-text__title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #35353d;
}
.popup-get-in-touch .block-text__title:last-of-type {
  margin-top: 32px;
}
.popup-get-in-touch .block-text__description {
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #6a7185;
  margin-top: 12px;
}
.popup-get-in-touch .block-text .cant-wait {
  margin-top: 12px;
}
.popup-get-in-touch .block-text .cant-wait:first-of-type {
  margin-top: 16px;
}
.popup-get-in-touch .block-text .cant-wait__link {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.popup-get-in-touch .block-text .cant-wait__link img {
  margin-right: 8px;
}
.popup-get-in-touch .block-text .cant-wait__text {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  padding-left: 29px;
}
.popup-get-in-touch .block-form .update-btn {
  max-width: 100%;
  text-align: center;
  margin-top: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.popup-get-in-touch .block-form .block-text__title {
  margin-top: 0;
}
.popup-get-in-touch .block-form .login_form-wrapper {
  margin-top: 24px;
}
.popup-get-in-touch .block-form textarea.form-field {
  margin-bottom: 0;
}
.popup-wrap-btn {
  display: flex;
}
.popup-form .form-field {
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #35353d;
  font-family: "Inter-Regular", sans-serif;
}
.popup-form .form-label {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.popup-form .row {
  flex-wrap: nowrap;
}
.popup-form .row .label-text {
  width: 100%;
  max-width: 49%;
}
.popup-form input[type=text],
.popup-form input[type=email],
.popup-form input[type=number],
.popup-form input[type=password],
.popup-form textarea,
.popup-form select {
  padding: 15px 16px;
}
.popup__close-btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  transition: .3s;
}
.popup__close-btn:hover {
  transform: scale(1.1);
}
.popup__title {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #35353d;
}
.popup__description {
  color: #6a7185;
}
.popup__btn {
  width: 100%;
  max-width: 218px;
  padding: 11px 15px;
  font-family: "Inter-Bold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  border-width: 2px;
  border-style: solid;
  margin-top: 40px;
}
.popup__btn.cancel {
  border-color: #EBEEF2;
  border-radius: 8px;
  color: #35353d;
  background: transparent;
  margin-right: 11px;
}
.popup__btn.cancel:hover {
  border-color: #a3c2fb;
  background: #EDF3FE;
  color: #4a86f7;
}
.popup__btn.continue {
  border-color: #4a86f7;
  background: #4a86f7;
  border-radius: 8px;
  color: #fff;
}
.lang {
  position: relative;
}
.lang:after {
  transition: .3s;
}
.lang:hover .switcher-wrap {
  visibility: visible;
  opacity: 1;
  transform: translateY(-5px);
}
.lang:hover:after {
  transform: rotate(180deg);
}
.switcher-wrap {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
  left: -35px;
  font-family: "Inter-Regular", sans-serif;
  background: rgba(36, 72, 177, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  border-radius: 12px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0);
  transition: .3s;
  z-index: 1;
}
.switcher-wrap__item {
  color: #fff;
  padding: 7px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.switcher-wrap__item:last-of-type {
  border-bottom: 0;
}
.switcher-wrap__item:hover {
  background: #4a86f7;
  color: #fff;
}
.switcher-wrap__item .lang_link {
  color: white;
  text-decoration: none;
}
#alert_container {
  position: fixed;
  z-index: 9999999999;
  bottom: 1rem;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  padding: 1rem;
}
#alert_container:before {
  left: 1.4rem;
}
#alert_container > div {
  width: 85%;
}
#alert_container .container_message {
  padding-right: 5%;
  box-sizing: border-box;
  margin-top: 0.25rem;
}
#alert_container a {
  color: #a94442 !important;
  text-decoration: underline;
}
#alert_container a.close-alert {
  right: 1.4rem;
}
#alert_container .close_alert {
  float: right;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.8;
  font-size: 16px;
  margin-top: -7px;
}
#alert_container .close_alert:hover {
  opacity: 1;
}
.header {
  left: 0;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px 20px 60px;
  z-index: 1;
  transition: all .2s ease;
}
.header .dark-logo {
  display: none;
}
.header.default {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
  z-index: 100;
  box-shadow: inset 0px -1px 2px #ebeef2;
}
.header.default .header-nav .sub-menu:after {
  background: url("../images/icons/stroke-dark.svg") center no-repeat;
  background-size: contain;
}
.header.default .header-nav a,
.header.default .header-nav li {
  color: #35353d;
}
.header.default .header-nav_btn {
  border: 2px solid #EBEEF2;
  background: transparent;
}
.header.default .header-nav_btn:hover {
  border: 2px solid #DCDEE4;
}
.header.default .header-nav_btn:focus {
  background: #EDF3FE;
  border-color: #A3C2FB;
}
.header.default .dark-logo {
  display: block;
}
.header.default .white-logo {
  display: none;
}
.header.fixed {
  transform: translateY(-100%);
}
.header_logo img {
  position: relative;
  top: 3px;
}
.header-nav .sub-menu {
  margin-right: 18px;
  transition: ease all .3s;
}
.header-nav ul {
  align-items: center;
  margin: 0;
}
.header-nav li:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
.header-nav a.price {
  margin-right: 26px;
}
.header-nav a.login {
  margin: 0;
}
.header-nav a.enterprise {
  margin: 0;
}
.header-nav a,
.header-nav li {
  transition: ease all .3s;
  color: #ffffff;
  text-decoration: none;
  margin: 0 16px;
  cursor: pointer;
  line-height: 24px;
}
.header-nav li.header-nav_enterprise {
  margin-right: 1px;
}
.header-nav a.header_nav-btn {
  margin-left: 0;
}
.header-nav_btn {
  padding: 12px 32px;
  background: rgba(255, 255, 255, 0.1);
}
.mob-menu {
  display: none;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.row .col-50 {
  max-width: 560px;
}
.section-top {
  padding-top: 168px;
  background: #2448b1 url("../images/bg-top-home.svg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section-top_container {
  z-index: 1;
}
.section-top_container .section-top_pic.desk .static_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-top_caption {
  transition: ease all .3s;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-top_title {
  transition: ease all .3s;
  max-width: 996px;
  margin: 12px auto 0;
  text-transform: capitalize;
}
.section-top_description {
  transition: ease all .3s;
  max-width: 882px;
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 32px;
}
.section-top_btn {
  transition: ease all .3s;
  display: block;
  margin: 42px auto 0;
  padding: 21px 51px;
}
.section-top_pic {
  transition: ease all .3s;
  width: 100%;
  max-width: 1280px;
  margin: 41px auto 0;
  position: relative;
  left: 13px;
}
.section-top_pic.mob {
  display: none;
}
.section-top .white-bg-down {
  bottom: 63px;
}
.content-wrap {
  z-index: 1;
}
.white-bg-down,
.white-bg-up {
  width: 100%;
  max-width: 100%;
  height: auto;
  left: 0;
}
.white-bg-up {
  top: 0;
}
.white-bg-down {
  bottom: 0;
}
.white-section {
  padding-top: 121px;
  padding-bottom: 61px;
  background: white;
}
.partners {
  margin-top: -63px;
}
.partners .bg-1 {
  left: 0;
  top: -7.7%;
}
.partners .bg-2 {
  top: 53%;
  right: 0;
}
.partners .bg-3 {
  bottom: -34.3%;
  right: 0;
  z-index: 1;
}
.bg-4 {
  left: 0;
  bottom: -49.39%;
  z-index: 1;
}
.bg-5 {
  right: 0;
  bottom: -33px;
  z-index: 1;
}
.bg-6 {
  right: 0;
  bottom: -49px;
  z-index: 1;
}
.bg-7 {
  display: none;
  top: -118px;
  right: 0;
}
.bg-8 {
  top: 15%;
  left: 19%;
}
.bg-9 {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
.bg-10 {
  max-width: 702px;
  left: -28px;
  bottom: -20%;
  z-index: 1;
}
.bg-11 {
  display: none;
  right: 7%;
  top: -71px;
  z-index: 1;
}
.bg-12 {
  right: 7%;
  top: -3.8vw;
  z-index: 1;
}
.partners-block {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1049px;
  margin: 0 auto;
}
.partners-block img {
  max-height: 100px;
}
.our-achievement {
  padding-top: 120px;
}
.our-achievement_blocks {
  justify-content: space-between;
  max-width: 935px;
  margin: 60px auto 0;
}
.title-h2-center {
  max-width: 670px;
  margin: 0 auto;
}
.block-hover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 285px;
  min-height: 300px;
  border-radius: 12px;
  border: 1px solid #ebeef2;
  transition: box-shadow 0.3s, border-color 0.3s;
  cursor: pointer;
}
.block-hover:hover {
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-color: transparent;
}
.block-hover_title {
  font-size: 56px;
  line-height: 64px;
}
.block-hover_description {
  font-size: 20px;
  line-height: 32px;
  max-width: 183px;
  margin: 12px auto 0;
}
.management-hard {
  padding-top: 120px;
}
.management-hard .blocks {
  max-width: 1200px;
  min-height: 400px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.management-hard .blocks-illustration {
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  border-radius: 12px;
  background: #f7f8fa;
}
.management-hard .blocks-description {
  max-width: 530px;
  margin-top: 10px;
}
.management-hard .blocks-description_title {
  margin-bottom: 16px;
  margin-top: -11px;
}
.management-hard .blocks-description p {
  padding-top: 10px;
}
.blocks-illustration {
  padding: 40px;
}
.blocks-illustration_block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  max-width: 196px;
  min-height: 200px;
  padding: 32px 32px 28px;
  border-radius: 12px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  background: #fff;
}
.blocks-illustration_block.card-2 {
  left: 202px;
  top: 99px;
}
.blocks-illustration_block.card-3 {
  left: 363px;
  top: 159px;
}
.blocks-illustration_block img {
  width: 48px;
  height: 48px;
}
.manag-solutions {
  padding-top: 180px;
  padding-bottom: 208px;
}
.manag-solutions_title {
  max-width: 850px;
}
.manag-solutions_blocks {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 60px auto 0;
}
.manag-solutions_blocks .block {
  width: 100%;
  max-width: 300px;
}
.manag-solutions_blocks .block img {
  margin-bottom: 15px;
}
.manag-solutions_blocks .block_title {
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.manag-solutions_btn {
  margin: 61px auto 0;
}
.manag-solutions .white-bg-down {
  bottom: 0;
}
.project-management {
  padding-top: 61px;
  padding-bottom: 91px;
}
.project-management_title {
  max-width: 755px;
}
.project-management_caption {
  max-width: 533px;
}
.project-management .blocks {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 11px auto 0;
}
.project-management_block {
  width: 100%;
  max-width: 387px;
}
.project-management_block img {
  position: relative;
}
.project-management_block.block1 img {
  left: 5px;
}
.project-management_block.block1 p {
  max-width: 266px;
}
.project-management_block.block2 img {
  left: 9px;
}
.project-management_block.block2 p {
  max-width: 282px;
}
.project-management_block h6,
.project-management_block .h6 {
  margin-top: -30px;
}
.project-management_block p {
  max-width: 325px;
  margin: 12px auto 0;
}
.project-management_block.block3 img {
  left: 21px;
}
.project-management_line {
  width: 100%;
  max-width: 227px;
}
.project-management_line.left {
  left: 24%;
  top: 31%;
}
.project-management_line.right {
  right: 23%;
  top: 33%;
}
.testimonials {
  padding-top: 120px;
  padding-bottom: 181px;
}
.testimonials_pic {
  display: block;
  margin: 36px auto 0;
}
.testimonials_text {
  max-width: 996px;
  margin: 34px auto 0;
}
.testimonials_text.left {
  text-transform: none;
}
.testimonials_people {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 330px;
  margin: 32px auto 0;
}
.testimonials_people .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #4A86F7;
  padding: 4px;
  overflow: hidden;
}
.testimonials_people .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonials_people .info_position {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.7);
}
.tools-like {
  padding-top: 70px;
  padding-bottom: 56px;
}
.tools-like_title {
  margin-top: 22px;
}
.tools-like_text {
  margin-top: 10px;
}
.tools-like_text:first-of-type {
  margin-top: 24px;
}
.tools-like_btn {
  margin-top: 40px;
}
.tools-like_img {
  width: 100%;
  position: relative;
  left: 7px;
  min-width: 607px;
  top: -10px;
}
.tools-like_container2 {
  padding-top: 96px;
}
.tools-like_title2 {
  margin-top: 15px;
}
.tools-like_item {
  padding: 18px 22px 18px 70px;
  transition: .3s;
}
.tools-like_item h6,
.tools-like_item .h6 {
  margin-bottom: 5px;
  letter-spacing: 0.63px;
}
.tools-like_item-btn {
  margin-top: 25px;
  margin-left: -39px;
}
.tools-like_item:hover {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
}
.tools-like_item.last:hover {
  background: none;
  box-shadow: unset;
  border-radius: unset;
}
.tools-like_item img {
  top: 23px;
  left: 22px;
}
.tools-like_row2 {
  padding-top: 60px;
}
.testimonials-left {
  padding-top: 191px;
  padding-bottom: 181px;
}
.testimonials-left_container {
  max-width: 1036px;
  margin: 0 auto;
}
.testimonials-left .testimonials_people {
  justify-content: flex-start;
  max-width: 100%;
  margin-top: 65px;
}
.testimonials-left .info {
  margin-left: 24px;
  max-width: 100%;
  justify-content: flex-start;
}
.testimonials-left .info_position {
  font-size: 18px;
  line-height: 24px;
  color: #969db3;
  letter-spacing: .29px;
}
.integrate {
  padding-top: 79px;
  padding-bottom: 63px;
}
.integrate_title {
  max-width: 630px;
  margin: 0 auto;
}
.integrate_btn {
  margin: 24px auto 0;
}
.integrate_bg {
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
}
.integrate_bg-mob {
  display: none;
}
.integrate .blocks-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 82px auto 0 ;
  max-width: 1020px;
}
.integrate .blocks-row .block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 12px;
  margin-right: 50px;
  margin-bottom: 65px;
}
.integrate .blocks-row .block .flag {
  right: -96px;
  top: -33px;
  z-index: -1;
}
.customizables {
  position: relative;
  padding-top: 177px;
  padding-bottom: 188px;
}
.customizables_title,
.customizables_caption {
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}
.customizables_caption {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.customizables_h5 {
  margin-top: 60px;
  letter-spacing: -0.5px;
}
.customizables .blocks {
  display: flex;
  justify-content: space-between;
  max-width: 1175px;
  margin: 48px auto 0;
}
.customizables .blocks .block {
  max-width: 260px;
}
.customizables .blocks .block_title {
  margin-top: 23px;
  letter-spacing: .4px;
}
.customizables .blocks .block_text {
  margin-top: 8px;
}
.workflows {
  padding-top: 53px;
  padding-bottom: 65px;
}
.workflows_caption {
  max-width: 684px;
}
.workflows_container {
  max-width: 1240px;
}
.workflows_items {
  display: flex;
  justify-content: space-between;
  margin-top: 62px;
}
.workflows_items .item {
  display: flex;
  align-items: center;
  max-width: 255px;
}
.workflows_items .item .small-text {
  font-size: 13px;
  line-height: 18px;
  margin-top: 12px;
  bottom: -31px;
}
.workflows_items .item.item2 {
  max-width: 360px;
}
.workflows_items .item.item3 {
  max-width: 344px;
}
.workflows_items .item img {
  margin-right: 20px;
  flex: 0 0 28px;
}
.workflows_items .item span {
  font-family: 'Inter-Bold', sans-serif;
}
.workflows .blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.workflows .block_img {
  position: relative;
  min-height: 552px;
  width: 100%;
  max-width: 611px;
  margin-right: 77px;
}
.workflows .block_img img.desc-pic {
  position: absolute;
  right: 53px;
  top: 60px;
}
.workflows .block_text {
  max-width: 512px;
  padding-top: 22px;
}
.workflows .block_text .wrap-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  box-shadow: 6px 6px 30px rgba(147, 155, 183, 0.1);
  background: #ffffff;
}
.workflows .block_text h6,
.workflows .block_text button,
.workflows .block_text .m-32 {
  margin-top: 32px;
}
.workflows .block_text p {
  margin-top: 8px;
}
.testimonials-center {
  padding-top: 202px;
  padding-bottom: 205px;
}
.testimonials-center_container {
  max-width: 1200px;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  background: #ffffff;
  z-index: 2;
}
.testimonials-center_container .testimonials_text {
  max-width: 914px;
  margin-top: 0;
}
.testimonials-center_people .avatar {
  margin: 40px auto 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: #969db3;
}
.testimonials-center_people .avatar img {
  width: 100%;
  border-radius: 50%;
}
.testimonials-center_people .info_name {
  margin-top: 16px;
  letter-spacing: .7px;
}
.testimonials-center_people .info_position {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-top: 2px;
}
.backed {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 36px;
}
.backed_title {
  max-width: 521px;
}
.backed_caption {
  max-width: 895px;
  margin-top: 24px;
}
.backed_container {
  max-width: 1240px;
}
.backed .blocks {
  margin-top: 57px;
  display: flex;
  align-items: center;
}
.backed .blocks_text {
  max-width: 387px;
  margin-right: 117px;
}
.backed .blocks_text-p {
  margin-top: 10px;
}
.backed .blocks_text-p:first-of-type {
  margin-top: 24px;
}
.backed .blocks_img {
  height: 481px;
}
.backed .blocks_img img {
  left: 0;
}
.experience {
  padding-top: 203px;
  padding-bottom: 68px;
}
.experience .bg-circle {
  border-radius: 50%;
}
.experience .bg-circle.big {
  width: 76px;
  height: 76px;
  right: -38px;
  bottom: 30%;
  background: #f2a84c;
}
.experience .bg-circle.small {
  width: 16px;
  height: 16px;
  background: #83bf6e;
  right: 230px;
  top: 22.4%;
}
.experience .bg-polygon {
  left: 79px;
  bottom: 21.4%;
}
.experience_container {
  max-width: 1240px;
}
.experience_title {
  max-width: 580px;
  margin: 0 auto;
}
.experience .blocks {
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.experience .blocks_item {
  width: 384px;
  height: 400px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  padding: 32px 32px 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(13px);
  margin-left: 24px;
}
.experience .blocks_item:first-of-type {
  margin-right: 0;
}
.experience .blocks_avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 65px;
  height: 64px;
  margin-right: 17px;
}
.experience .blocks_avatar img {
  border-radius: 50%;
}
.experience .blocks_user-info {
  display: flex;
  align-items: center;
}
.experience .blocks_text {
  font-family: 'Inter-Regular', sans-serif;
  font-style: italic;
  margin-top: 20px;
}
.experience .blocks_text.long {
  line-height: 20px;
}
.clients {
  padding-top: 284px;
  padding-bottom: 282px;
  overflow: hidden;
}
.clients_container {
  max-width: 1240px;
}
.clients_title {
  max-width: 337px;
}
.clients_title span {
  background: #83bf6e;
  border-radius: 8px;
}
.clients .blocks {
  max-width: 692px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  right: 17.6%;
  top: -24.1%;
  transform: matrix(0.98, 0.09, -0.18, 1, 0, 0);
}
.clients .blocks_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  background: #ffffff;
  height: 170px;
  width: 100%;
  margin-bottom: 32px;
}
.clients .blocks_big {
  max-width: 400px;
}
.clients .blocks_small {
  max-width: 260px;
}
.multiple-projects {
  padding-top: 59px;
  padding-bottom: 167px;
  background: #f7f8fa;
}
.multiple-projects_title {
  margin-top: 9px;
}
.multiple-projects_caption {
  max-width: 771px;
  margin-top: 24px;
}
.multiple-projects_btn {
  margin: 40px auto 0;
}
.words {
  padding-top: 74px;
  padding-bottom: 58px;
}
.words_container {
  max-width: 1240px;
}
.words_stars {
  display: block;
  margin: 0 auto;
}
.words_caption {
  max-width: 729px;
}
.words .blocks {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.words .blocks_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  border-radius: 12px;
  transition: .3s;
}
.words .blocks_item .sf-root {
  margin-top: 5px;
}
.words .blocks_item img {
  max-height: 118px;
}
.words .blocks_item:hover {
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  background: #ffffff;
}
.blocks_slider-navigation {
  margin-top: 48px;
  text-align: center;
}
.blocks_slider-navigation .btn-slider {
  margin-left: 24px;
}
.blocks_slider-navigation .btn-slider:first-of-type {
  margin-left: 0;
}
.block_text .btn {
  margin: 40px auto 0;
}
#accept_cookies_banner {
  position: fixed;
  bottom: 0;
  width: 600px;
  right: 0;
  z-index: 9999;
  background: rgba(39, 128, 248, 0.8);
  border-radius: 5px 5px 0 0;
}
#accept_cookies_banner .cookies_pp {
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 1rem;
  color: white;
}
#accept_cookies_banner .dismiss_link {
  color: white;
  text-decoration: underline;
}
.pricing__container {
  max-width: 1240px;
}
.pricing_top {
  padding-top: 154px;
  padding-bottom: 160px;
}
.pricing_top img {
  max-width: none;
}
.pricing_top-title {
  font-family: "Inter-SemiBold", sans-serif;
  margin-top: 12px;
}
.pricing_top-title-up {
  font-size: 20px;
  line-height: 32px;
}
.pricing_top-title-down {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.pricing_top-swither {
  max-width: 600px;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  margin: 60px auto 0;
}
.pricing_top-swither-billed {
  align-items: center;
}
.pricing_top-swither-billed label {
  width: 72px;
  height: 33px;
}
.pricing_top-swither-billed .chkbx-toggle + label::after {
  width: 21px;
  height: 21px;
  top: 6px;
  left: 6px;
}
.pricing_top-swither-billed .chkbx-toggle:checked + label::after {
  transform: translateX(39px);
}
.pricing_top-swither-billed .chkbx-toggle + label::before,
.pricing_top-swither-billed .chkbx-toggle + label {
  background: #94c3a0;
}
.pricing_top-swither-title {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.pricing_top-swither-leibal {
  margin-left: 16px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #f2a84c;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.pricing_top-plans {
  margin-top: 40px;
}
.pricing_top-compare {
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 40px auto 0;
}
.block-plan {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 12px 12px;
  min-height: 431px;
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
.block-plan.slick-slide {
  display: flex;
  min-height: 431px;
}
.block-plan_title {
  font-size: 18px;
  line-height: 24px;
}
.block-plan_price {
  margin-top: 12px;
  font-size: 20px;
  line-height: 32px;
}
.block-plan_price .price {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 56px;
  line-height: 64px;
}
.block-plan_sub-title {
  font-size: 14px;
  line-height: 22px;
}
.block-plan_description {
  max-width: 215px;
  margin: 23px auto 0;
}
.block-plan_btn {
  display: block;
  font-family: "Inter-Bold", sans-serif;
  border: 2px solid #EBEEF2;
  border-radius: 8px;
  font-size: 14px;
  line-height: 22px;
  padding: 13px;
  width: 100%;
  margin-top: auto;
  transition: .3s;
}
.block-plan_btn:hover {
  background: #4a86f7 !important;
  color: #ffffff;
  border-color: #4a86f7;
}
.block-plan_btn.disabled {
  cursor: default;
}
.block-plan_btn.disabled:hover {
  background: #ffffff;
  color: #35353d;
  border: 2px solid #EBEEF2;
}
.block-plan_contact-sales {
  display: inline-block;
  font-family: "Inter-Bold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  margin-top: 34px;
}
.featured {
  padding-bottom: 100px;
}
.featured_title {
  max-width: 559px;
  margin: 0 auto;
}
.featured_block {
  max-width: 277px;
  padding: 32px;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 12px;
}
.featured_slider-fluid {
  padding-bottom: 20px;
}
.featured_slider-fluid .app_link {
  text-decoration: none;
}
.featured_slider-fluid .file-edit_block {
  max-width: 277px;
  min-height: 256px;
  margin: 60px 15px 70px;
}
.featured_slider-fluid .file-edit_block-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 32px;
  color: #35353d;
}
.featured_slider-fluid .file-edit_block-title .title {
  margin-top: unset;
}
.featured_slider-fluid .file-edit_block-title .icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 48px;
  height: 48px !important;
  align-self: baseline;
  margin-right: 16px;
}
.featured_slider-fluid .file-edit_block-title .icon-block img {
  max-width: 28px;
}
.featured_slider-fluid .file-edit_block .description {
  margin-top: 10px;
  color: #6a7185;
}
.addons {
  padding-bottom: 120px;
  padding-top: 160px;
}
.addons_starts {
  display: block;
  margin: 0 auto;
}
.addons_title {
  margin-top: 12px;
}
.addons_container {
  max-width: 1240px;
}
.addons .blocks {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.addons .blocks .block {
  padding: 32px 18px 18px;
  background: #ffffff;
  border-radius: 12px;
}
.addons .blocks .block-status {
  align-items: center;
  justify-content: center;
}
.addons .blocks .block-status-info {
  padding: 12px 16px;
  margin-right: 16px;
  border-radius: 6px;
}
.addons .blocks .block-title {
  margin-top: 20px;
}
.addons .blocks .block-description {
  margin-top: 8px;
}
.addons .blocks .block .chevron {
  top: 0;
  right: 16px;
}
.addons_btn {
  align-items: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 60px auto 0;
}
.addons_btn img {
  margin-left: 8px;
  transition: .3s;
}
.addons_btn:hover img {
  transform: translateX(3px);
}
.enterprise {
  padding-top: 197px;
  padding-bottom: 180px;
}
.enterprise_bg {
  max-width: 1434px;
  bottom: -29px;
  right: 50%;
  transform: translateX(50%);
}
.enterprise_bg .city_bcgr {
  max-width: none;
}
.enterprise_block {
  max-width: 590px;
}
.enterprise_title {
  margin-top: 16px;
}
.enterprise_description {
  margin-top: 24px;
  font-size: 20px;
  line-height: 32px;
  color: #ebeef2;
}
.enterprise_btns {
  margin-top: 40px;
}
.enterprise_btns .btn-dark {
  background: #3B5BBA;
  margin-left: 24px;
}
.enterprise_container {
  max-width: 1240px;
}
.ep-featured {
  padding-top: 60px;
  padding-bottom: 40px;
}
.featured.pricing {
  padding-top: 60px;
}
.featured-list {
  padding-top: 60px;
  padding-bottom: 150px;
}
.featured-tables {
  max-width: 1240px;
  margin: 60px auto 0;
}
.slider-front-nav.stop-transform .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.table-wrapper {
  margin-top: 24px;
}
.table-wrapper:first-of-type {
  margin-top: 0;
}
.table_head {
  border-bottom: 1px solid #ebeef2;
}
.table_head-wrap {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  cursor: pointer;
}
.table_head.collapse .collapse-text {
  max-width: 184px;
}
.table_head.collapse .chevron {
  margin-right: 17px;
  max-width: 10px;
  transform: rotate(-90deg);
  transition: transform .3s;
}
.table_head.collapse {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter-SemiBold", sans-serif;
}
.table_head.price {
  padding-right: 12px;
}
.table_body-wrap {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.table_cell {
  padding: 12px 5px 13px 16px;
  border-bottom: 1px solid #ebeef2;
}
.table_cell-data {
  color: #35353d;
}
.table_cell-title .tooltips .tooltip-info {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  bottom: 40px;
  right: -151px;
}
.table_cell-title .tooltips .tooltip-info .hint_link {
  color: #fff;
}
.table_cell-title img {
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.price_head {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter-SemiBold", sans-serif;
  border-radius: 12px 12px 0 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  position: relative;
  top: 1px;
}
.price_head.free {
  background: #f3f9f1;
  color: #83bf6e;
}
.price_head.pro {
  background: #eef8fe;
  color: #57b6f0;
}
.price_head.business {
  background: #fef6ed;
  color: #f2a84c;
}
.price_head.enterprise {
  background: #fbedf0;
  color: #d34b6a;
}
.loved-by {
  padding-top: 180px;
  padding-bottom: 200px;
}
.loved-by_title {
  max-width: 622px;
  margin: 0 auto;
}
.loved-by_container {
  max-width: 1240px;
}
.loved-by .blocks {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(13px);
  border-radius: 12px;
  padding: 40px 60px;
}
.loved-by .blocks .block_title_free {
  color: #83bf6e;
}
.loved-by .blocks .block_title_premium {
  color: #57b6f0;
}
.loved-by .blocks .block_title_business {
  color: #f8cf9c;
}
.loved-by .blocks .block_title_enterprise {
  color: #e79cad;
}
.loved-by .blocks .block_price {
  align-items: center;
  margin-top: 8px;
}
.loved-by .blocks .block_price-currency-code {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  top: 9px;
}
.loved-by .blocks .block_price-summa {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 48px;
  line-height: 56px;
}
.loved-by .blocks .block_price-description {
  max-width: 81px;
  margin-left: 8px;
  font-family: "Inter-Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #BDC8E8;
}
.loved-by .blocks .block_btn {
  margin-top: 24px;
  display: block;
  width: 100% ;
  max-width: 180px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  padding: 12px 32px;
}
.loved-by .blocks .block_btn.disabled {
  cursor: default;
}
.loved-by .blocks .block_description {
  margin-top: 4px;
}
.loved-by .blocks .block .block-plan_contact-sales {
  margin-bottom: 0;
}
.user-billing {
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.user-billing_violet {
  font-family: "Poppins-SemiBold", sans-serif;
  background: linear-gradient(117.84deg, #e49bf4 -21.66%, #4924b1 100.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.user-billing_item:first-of-type {
  margin-top: 40px;
}
.user-billing_item.item p.text {
  font-size: 16px;
  line-height: 28px;
}
a.user-billing_violet {
  transition: .3s;
}
a.user-billing_violet:hover {
  text-decoration: underline;
}
.freedcamp-people .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
.freedcamp-people .block {
  padding: 73px 32px 32px;
  max-width: 585px;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 12px;
}
.freedcamp-people .block::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: -26%;
  transform: translateX(-50px);
  z-index: 0;
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background: #f7f8fa;
}
.freedcamp-people .block_img {
  left: 50%;
  top: -21%;
  transform: translateX(-50px);
  width: 96px;
  height: 96px;
  object-fit: none;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 50%;
  z-index: 1;
}
.pricing.featured .featured_slider-fluid .file-edit_block-title .icon-block {
  background: aliceblue;
}
.table_body-wrap {
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
}
.table_head-wrap.is-open .collapse .chevron {
  transform: rotate(0deg);
}
.block-status-info {
  text-align: center;
  white-space: nowrap;
}
.block-status-info.plan-1 {
  background: #eef8fe;
  color: #4a86f7;
}
.block-status-info.plan-2 {
  background: #f3f9f1;
  color: #83bf6e;
}
.block-status-info.plan-3 {
  background: #fef6ed;
  color: #f2a84c;
}
.block-status-info.plan-4 {
  background: #fcf1ed;
  color: #ff4e4d;
}
.mfp-close {
  display: none !important;
}
.paypal_page .pay_form {
  padding-top: 140px;
}
.it_section-top {
  padding-top: 160px;
  padding-bottom: 189px;
}
.it_section-top__container {
  max-width: 1300px;
}
.it_section-top__col-text {
  margin-left: 29px;
  position: relative;
  top: -25px;
}
.it_section-top .wrap-top-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.it_section-top__title {
  font-size: 72px;
  line-height: 88px;
  letter-spacing: -1px;
}
.it_section-top__title img {
  left: -86px;
  top: -49px;
}
.it_section-top__caption {
  max-width: 400px;
  margin-top: 32px;
}
.it_section-top__button {
  margin-top: 40px;
}
.it_experience {
  padding-bottom: 140px;
}
.it_multiple-projects {
  padding-top: 180px;
  padding-bottom: 64px;
}
.it_multiple-projects .multiple-projects_title {
  max-width: 870px;
  margin: 0 auto;
}
.white_btn {
  background: #ffffff;
}
.manage-system {
  padding-top: 80px;
  padding-bottom: 100px;
}
.manage-system_container {
  max-width: 1240px;
  position: relative;
  z-index: 1;
}
.manage-system_row {
  margin-top: 90px;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.manage-system_col {
  flex: 0 0 50%;
}
.manage-system_col .vector {
  left: 50%;
  top: 6%;
  transform: translate(-50%);
  z-index: -1;
}
.manage-system_col .manager {
  position: relative;
  top: 7px;
  left: 5px;
}
.manage-system_col.pic {
  display: flex;
  justify-content: center;
}
.manage-system_col.text {
  align-self: center;
}
.manage-system_col.text p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 32px;
}
.manage-system_col.text,
.manage-system_col.pic {
  max-width: 590px;
}
.it-manage-system {
  padding-top: 60px;
  padding-bottom: 30px;
}
.it-manage-system .manage-system_bg {
  top: 20%;
  left: 50%;
  transform: translate(-50%);
}
.it-manage-system .manage-system_row {
  margin-top: 0;
}
.bugs {
  padding-top: 179px;
  padding-bottom: 214px;
}
.bugs_blocks {
  margin-top: 60px;
}
.bugs_blocks-col {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(13px);
  border-radius: 12px;
  padding: 24px;
  max-width: 24%;
}
.bugs_blocks-col-head {
  display: flex;
}
.bugs_blocks-col-head img {
  margin-right: 16px;
}
.bugs_blocks-col-body {
  margin-top: 7px;
}
.robust-issues {
  padding-top: 98px;
}
.robust-issues_title {
  max-width: 488px;
}
.robust-issues_title span {
  background: #57b6f0;
  border-radius: 12px;
  padding-left: 9px;
  padding-right: 9px;
}
.robust-issues_title span img {
  right: -50px;
  top: -46px;
}
.robust-issues_text {
  max-width: 590px;
}
.robust-issues_col .title {
  margin-top: 24px;
  max-width: 380px;
}
.robust-issues_col .description {
  margin-top: 10px;
}
.robust-issues_col.text {
  max-width: 560px;
}
.robust-issues_col.pic {
  max-width: 591px;
}
.robust-issues_col.pic .frame-1 {
  top: 33px;
  left: -50px;
}
.robust-issues_col.pic .frame-2 {
  top: -44px;
  right: -161px;
}
.robust-issues_col.pic .girl {
  width: 100%;
  bottom: -8px;
}
.robust-issues_block-info {
  padding: 60px 60px 0;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 12px;
}
.robust-issues_block-info .bg {
  top: -44px;
  right: -41px;
  z-index: 0;
  width: 54%;
}
.robust-issues_block-info_container {
  max-width: 1360px;
  margin-top: 60px;
}
.robust-issues .row-grid {
  max-width: 1200px;
  margin: 73px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 0;
}
.robust-issues .row-grid .robust-issues_col {
  padding-left: 18px;
}
.desc-pic {
  display: block;
}
.mob-pic {
  display: none;
}
.fe_section-top .pattern,
.fe_section-top .pattern-2 {
  top: 0;
  left: 0;
  z-index: 0;
}
.fe_section-top__container {
  z-index: 1;
}
.fe_section-top__title img {
  left: 180px;
  top: -152px;
}
.fe_manage-system_col.text {
  max-width: 509px;
}
.fe_manage-system_col.pic {
  max-width: 590px;
  width: 100%;
  background: #eef8fe;
  border-radius: 12px;
  padding-bottom: 40px;
}
.fe_manage-system_col .man {
  bottom: -48px;
  left: -55px;
}
.fe_manage-system_col .file {
  top: 57px;
  left: 30px;
}
.file-edit-wrap .it_section-top__container {
  z-index: 1 !important;
}
.file-edit-wrap .file-edit.gray-section {
  padding-top: 180px;
}
.file-edit {
  padding-top: 180px !important;
  padding-bottom: 120px;
}
.file-edit.small_top {
  padding-top: 80px !important;
}
.file-edit_container {
  max-width: 1240px;
}
.file-edit_block {
  padding: 32px;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 12px;
  max-width: 278px;
}
.file-edit_blocks {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.file-edit_block .icon-block {
  display: inline-block;
  border-radius: 10px;
  padding: 12px;
  height: 64px;
}
.file-edit_block .title {
  margin-top: 40px;
}
.tt-caption {
  max-width: 354px;
  font-family: "Inter-Regular", sans-serif;
  font-style: italic;
  margin-top: 144px;
}
.time-tracking-wrap .tt-pic-mob {
  display: none;
}
.time-tracking-wrap .tt-pic-desc {
  display: block;
}
.tt_section-top__title img {
  left: -75px;
  top: -28px;
}
.tt_manage-system_col .girl {
  left: 78px;
  bottom: -48px;
}
.tt_manage-system_col .file {
  top: 42%;
  right: -20%;
  left: unset;
}
.tt_manage-system_col .bg {
  top: 43%;
  left: -9%;
}
.tt_manage-system_col .add-time {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 8px;
  max-width: 233px;
  bottom: 58px;
  left: -40px;
}
.tt_manage-system_col .add-time_text {
  font-size: 16px;
  line-height: 24px;
  color: #35353d;
  font-family: "Inter-SemiBold", sans-serif;
  margin-left: 12px;
}
.tt_manage-system {
  padding-top: 0;
}
.tt_container {
  max-width: 1240px;
}
.tt_container .text-caption {
  max-width: 967px;
}
.time-tracker_blocks {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.time-tracker_blocks .block_img img {
  max-width: 550px;
}
.time-tracker_blocks .block_text {
  max-width: 550px;
}
.time-tracker_blocks .block_text .box {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 24px;
}
.time-tracker_blocks .block_text .box_head {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.time-tracker_blocks .block_text .box_head img {
  margin-right: 16px;
}
.time-tracker_blocks .block_text .box_head img.arrow {
  margin-left: 12px;
}
.time-tracker_blocks .block_text .box_body {
  padding-left: 46px;
}
.time-tracker_blocks .block_text .box_body p {
  margin-top: 8px;
  margin-bottom: 40px;
}
.po_section-top__container {
  max-width: 1360px;
}
.po_section-top__container .wrap-top-col .anim {
  left: 24px;
  width: 100%;
  max-width: 745px;
}
.po_section-top .bg-things {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.po_section-top__title {
  max-width: 410px;
}
.po_section-top__title img {
  right: 0;
  top: 0;
}
.po_section-top__col-text {
  width: 100%;
  max-width: 576px;
}
.po_section-top__caption {
  margin-top: 20px;
}
.po_manage-system_col {
  max-width: 590px;
  width: 100%;
  border-radius: 12px;
}
.po_manage-system_col .file {
  max-width: 360px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
}
.po_manage-system_col .file-1 {
  left: -10%;
  top: 29%;
  z-index: 0;
}
.po_manage-system_col .file-2 {
  right: -10%;
  z-index: 2;
  top: 71%;
}
.po_manage-system_col .bg {
  top: 13%;
  left: calc(50% - 222px);
  max-width: 445px;
}
.po_manage-system_col .girl {
  max-width: 470px;
  left: 56px;
  bottom: -8px;
  z-index: 1;
}
.po_container {
  max-width: 1240px;
}
.po_multiple-projects {
  padding-top: 200px;
  padding-bottom: 167px;
}
.po_multiple-projects .multiple-projects_caption {
  max-width: 1083px;
}
.po_multiple-projects .container {
  max-width: 1240px;
}
.po_multiple-projects .blocks {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.po_multiple-projects .blocks .block {
  width: 100%;
  max-width: 560px;
}
.po_multiple-projects .blocks .block_text .box {
  padding: 16px 24px;
  transition: .3s;
  margin-bottom: 16px;
}
.po_multiple-projects .blocks .block_text .box:hover {
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 8px;
}
.po_multiple-projects .blocks .block_text .box_head {
  display: flex;
  align-items: center;
}
.po_multiple-projects .blocks .block_text .box_head img {
  margin-right: 12px;
}
.po_multiple-projects .blocks .block_text .box_head h6 {
  margin-right: 32px;
}
.project-overview-wrap .wrap-top-col {
  min-width: unset;
}
.project-overview-wrap .wrap-top-col img {
  display: block;
}
.project-overview .blocks {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.project-overview .block {
  width: 100%;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 32px;
  font-size: 20px;
  line-height: 32px;
}
.project-overview .block h6 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.project-overview .block h6:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: #EBEEF2;
  border-radius: 8px;
}
.project-overview .block.big {
  max-width: 790px;
}
.project-overview .block.small {
  max-width: 380px;
}
.pass_section-top h1 img {
  left: -93px;
  top: -47px;
}
.pass_section-top .it_section-top__caption {
  max-width: 100%;
}
.pass_section-top .it_section-top__container {
  max-width: 1400px;
}
.pass_manage-system {
  padding-top: 60px;
}
.pass_manage-system .tools-like_title {
  margin-bottom: 32px;
}
.pass_manage-system .text-caption {
  max-width: 1083px;
}
.pass_manage-system .item {
  margin-bottom: 24px;
}
.pass_manage-system .item img {
  margin-right: 16px;
}
.pass_manage-system .fe_manage-system_col.pic {
  padding-bottom: 0;
}
.pass-system_col {
  position: static !important;
  margin-top: 30px;
  margin-bottom: 30px;
  transform: unset !important;
}
.enterprise_section-top {
  padding-top: 250px;
  padding-bottom: 409px;
}
.enterprise_section-top .container {
  max-width: 1240px;
}
.enterprise_section-top .container .wrap-top-row {
  margin-top: 6px;
}
.enterprise_section-top .pattern {
  bottom: -5px;
  right: 0;
}
.enterprise_col-text {
  max-width: 483px;
}
.enterprise_col-text .it_section-top__title {
  margin-top: 18px;
}
.enterprise_col-text .section-top_description,
.enterprise_col-text .section-top_caption {
  font-size: 20px;
  line-height: 32px;
}
.enterprise_col-text .section-top_description {
  margin-top: 30px;
}
.enterprise_col-text .btn-wrap {
  display: flex;
  margin-top: 40px;
}
.enterprise_col-text .btn-wrap .btn-main_dark {
  line-height: 34px;
}
.enterprise_col-text .btn-no-credit {
  padding: 0;
  margin-left: 32px;
  cursor: default;
}
.enterprise-benefits {
  padding-top: 60px;
  padding-bottom: 180px;
}
.enterprise-benefits .blocks {
  margin-top: 60px;
  justify-content: space-between;
}
.enterprise-benefits .blocks .block-select ul li {
  display: flex;
  align-items: center;
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 24px;
  line-height: 40px;
  padding: 16px 0 16px 38px;
  border-left: 2px solid #dcdee4;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.enterprise-benefits .blocks .block-select ul li.active:before {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  width: 4px;
  height: 72px;
  background: #57b6f0;
  border-radius: 0 3px 3px 0;
}
.enterprise-benefits .blocks .block-select ul li.active .number {
  background: #57b6f0;
}
.enterprise-benefits .blocks .block-select ul li.active .text {
  color: #35353d;
}
.enterprise-benefits .blocks .block-select ul li .number {
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  background: #a5adc5;
  border-radius: 24px;
  padding: 4px 16px;
  color: white;
}
.enterprise-benefits .blocks .block-select ul li .text {
  margin-left: 16px;
}
.enterprise-benefits .blocks .block-pic {
  padding: 24px 24px 40px;
  max-width: 712px;
  border-radius: 12px;
}
.enterprise-benefits .blocks .block-pic-text {
  margin-top: 14px;
  font-size: 20px;
  line-height: 32px;
}
.enterprise.it_multiple-projects {
  padding-top: 80px !important;
}
.manage-system_bg {
  left: 50%;
  transform: translateX(-50%);
}
.gdpr {
  max-width: 221px;
}
.privacy-shield {
  max-width: 256px;
}
.our-mission {
  padding-top: 80px;
  padding-bottom: 100px;
}
.our-mission_container {
  max-width: 1240px;
}
.our-mission .blocks {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.our-mission .blocks .block_text {
  max-width: 500px;
}
.our-mission .blocks .block_text .tools-like_text {
  font-size: 20px;
  line-height: 32px;
}
.our-mission .blocks .block_text-percent {
  margin-top: 144px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.our-mission .blocks .block_text-down {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}
.our-mission .blocks .block_text-pic {
  max-width: 414px;
  top: 69px;
  right: -90px;
}
.our-mission .blocks .block_pic {
  max-width: 590px;
}
.our-mission .blocks .block_pic .progress-bar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  border-radius: 12px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  background: #ffffff;
  padding: 24px;
}
.our-mission .blocks .block_pic .progress-bar_icon {
  height: 72px;
}
.our-mission .blocks .block_pic .progress-bar_wrap {
  margin-left: 24px;
  position: relative;
}
.our-mission .blocks .block_pic .progress-bar_title {
  display: inline-block;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 12px;
}
.our-mission .blocks .block_pic .progress-bar_percent {
  position: absolute;
  right: 0;
  margin-left: auto;
  font-size: 20px;
  line-height: 32px;
  font-family: "Poppins-SemiBold", sans-serif;
}
.our-mission .blocks .block_pic .progress-bar:first-of-type {
  margin-top: 0;
}
.multiple-projects svg.white-bg-up {
  z-index: 1;
}
/* Relevant progress bar CSS */
.bar {
  background: #f7f8fa;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  margin: auto;
}
.bar.winn {
  background: #f3f9f1;
}
.bar.winn .progress {
  background: #83bf6e;
}
.progress {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: #dcdee4;
  transition: 600ms cubic-bezier(0.6, 0, 0.38, 1);
}
/* Pen Asthetics */
#barcontainer {
  position: relative;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.reliable_row-trial {
  margin-top: 60px;
  justify-content: flex-start;
  padding-left: 25px;
}
.reliable_row-trial .block {
  width: 100%;
  max-width: 380px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  background: #ffffff;
  margin-right: 30px;
}
.reliable_row-trial .btn {
  align-self: center;
  margin-left: 118px;
}
.ep-path {
  bottom: unset;
  left: 10%;
  top: 17%;
}
.loved-by .line {
  width: 70px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}
.loved-by .line + .block_description {
  color: #92a4d8;
}
.loved-by_flags {
  display: block;
  margin: 60px auto 0;
}
.loved-by .every-month {
  margin-top: 24px;
}
.loved-by .bg-right {
  right: 0;
  top: 10%;
}
.loved-by .bg-left {
  bottom: 0;
  left: 0;
}
/* Float the list items side by side */
/* Style the links inside the list items */
/* Change background color of links on hover */
/* Create an active/current tablink class */
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.tabcontent img {
  max-width: 664px;
}
.tabcontent.tab-2 img {
  width: 100%;
  transform: scale(1.12) translateY(25px);
}
.tabcontent.tab-8 img {
  max-width: 960px !important;
  -webkit-transform: scale(1.12) translateY(25px);
  transform: scale(1) translateY(0px) translateX(-152px);
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tasks .title-pic {
  left: -10px;
  top: 85px;
  z-index: 0;
}
.tasks .project-management_title {
  max-width: 590px;
  margin-top: 24px;
}
.tasks .fe_section-top .pattern {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tasks .it_section-top {
  padding-top: 66px;
  padding-bottom: 162px;
}
.tasks .it_section-top__col-text {
  margin-left: 0;
  top: 0;
}
.tasks .it_section-top__caption {
  max-width: 523px;
}
.tasks .it_section-top .banner-top {
  position: relative;
  top: 120px;
  left: 19px;
}
.tasks .file-edit {
  padding-top: 62px;
  padding-bottom: 179px;
}
.tasks .file-edit .text-caption {
  max-width: 1035px;
}
.tasks .file-edit_btn-bot {
  margin: 60px auto 0;
}
.tasks .file-edit .multiple-projects_title {
  margin-top: 15px;
}
.tasks .file-edit .multiple-projects_caption {
  margin-top: 24px;
}
.tasks .file-edit .file-edit_block {
  padding: 40px 40px 35px;
  min-height: 277px;
}
.tasks .file-edit .file-edit_block .title {
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 24px;
  line-height: 40px;
  margin-top: 60px;
}
.tasks .file-edit .file-edit_blocks {
  margin-top: 61px;
}
.tasks .project-management {
  padding-bottom: 180px;
  background: #2448b1 url("../images/tasks/Mask Group.png") repeat;
}
.tasks .project-management .blocks {
  margin-top: 60px;
}
.tasks .project-management .blocks .slick-list {
  width: 100%;
}
.tasks .project-management .blocks .slick-list .slick-slide {
  width: 387px;
  box-sizing: border-box;
  margin: 0 10px;
}
.tasks .project-management .blocks .slick-list .slick-slide.block1 img {
  left: -12px;
}
.tasks .project-management .blocks .slick-list .slick-slide.block3 img {
  left: 20px;
}
.tasks .project-management .blocks .slick-list .slick-slide h6 {
  margin-top: 40px;
}
.tasks .project-management .blocks .slick-list .slick-slide .right {
  right: -125px;
  top: 27%;
  z-index: 1;
}
.tasks .project-management .blocks .slick-list .slick-slide .left {
  left: -34%;
  top: 25%;
}
.tasks .project-management .blocks .slick-list .slick-slide img {
  margin: 0 auto;
  left: unset;
}
.gantt-view {
  padding-top: 120px;
  padding-bottom: 210px;
}
.gantt-view_container {
  max-width: 1386px;
}
.gantt-view_title {
  margin-top: 16px;
}
.gantt-view_caption {
  max-width: 1035px;
}
.gantt-view .blocks {
  margin: 60px auto 0;
}
.gantt-view .block_text {
  width: 100%;
  max-width: 480px;
  min-height: 600px;
}
.gantt-view .block_text p {
  margin-top: 8px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .3s;
}
.gantt-view .block_text-wrap {
  transition: .3s;
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 24px;
}
.gantt-view .block_text-wrap .check-icon {
  visibility: hidden;
  width: 0;
}
.gantt-view .block_text-wrap .arrow {
  transform: rotate(90deg);
  transition: .3s;
}
.gantt-view .block_text-wrap.active {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  padding: 24px 20px;
}
.gantt-view .block_text-wrap.active .arrow {
  transform: rotate(0);
}
.gantt-view .block_text-wrap.active .title {
  margin-left: 12px;
}
.gantt-view .block_text-wrap.active .check-icon {
  visibility: visible;
  width: auto;
}
.gantt-view .block_text-wrap.active p {
  height: auto;
  opacity: 1;
  overflow: hidden;
}
.gantt-view .block_text-head {
  align-items: center;
}
.gantt-view .block_text-head .title {
  margin-right: 12px;
}
.clean-workflows {
  padding-top: 80px;
  padding-bottom: 80px;
}
.clean-workflows_caption {
  max-width: 585px;
}
.clean-workflows .slider-clean-workflows {
  margin-top: 60px;
}
.clean-workflows .slider-clean-workflows .slide {
  padding: 32px;
  background: #ffffff;
  border-radius: 12px;
  max-width: 400px;
  min-height: 426px;
  margin-left: 15px;
  margin-right: 15px;
}
.clean-workflows .slider-clean-workflows .slide_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 12px;
}
.clean-workflows .slider-clean-workflows .slide_title {
  margin-top: 24px;
}
.clean-workflows .slider-clean-workflows .slide_description {
  position: relative;
  margin-top: 34px;
}
.clean-workflows .slider-clean-workflows .slide_description:before {
  content: '';
  display: block;
  position: absolute;
  top: -17px;
  border-radius: 2px;
  width: 120px;
  height: 2px;
  background: #ebeef2;
}
.clean-workflows .slider-clean-workflows_milestones .slide {
  min-height: 500px;
}
.clean-workflows_slider-navigation .next2,
.clean-workflows_slider-navigation .prev2 {
  border: 2px solid #ebeef2;
}
.within-tasks {
  padding-top: 180px;
  padding-bottom: 120px;
}
.within-tasks_container {
  max-width: 1240px;
}
.within-tasks .blocks {
  margin-top: 78px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.within-tasks .blocks .block-pic {
  max-width: 723px;
}
.within-tasks .blocks .block-pic_dec {
  top: 10%;
  left: -15%;
  z-index: 2;
}
.within-tasks .blocks .block-pic:before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 0;
  top: 27%;
  left: -35px;
  background: rgba(87, 182, 240, 0.2);
}
.within-tasks .blocks .block-pic img {
  max-width: 100%;
}
.within-tasks .blocks .block-pic_description {
  font-style: italic;
  bottom: 50px;
  z-index: 2;
  letter-spacing: -0.5px;
}
.within-tasks .blocks .block-list_circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ebeef2;
  font-family: "Inter-SemiBold", sans-serif;
}
.within-tasks .blocks .block-list_circle:after,
.within-tasks .blocks .block-list_circle:before {
  content: "";
  display: block;
  position: absolute;
}
.within-tasks .blocks .block-list_circle:before {
  width: 2px;
  height: 108px;
  background: #ebeef2;
  left: calc(49%);
  top: 0;
  z-index: -1;
}
.within-tasks .blocks .block-list_circle:after {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  z-index: -1;
}
.within-tasks .blocks .block-list_text {
  margin-left: 40px;
  max-width: 285px;
}
.within-tasks .blocks .block-list li {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.within-tasks .blocks .block-list li:first-of-type {
  margin-top: 0;
}
.within-tasks .blocks .block-list li:last-of-type .block-list_circle:before {
  display: none;
}
.create-better-systems {
  padding-top: 60px;
  padding-bottom: 64px;
}
.create-better-systems_container {
  max-width: 1240px;
}
.create-better-systems_title {
  max-width: 732px;
  margin: 0 auto;
}
.create-better-systems .blocks {
  margin-top: 60px;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(4, [col] 291px );
  grid-template-rows: repeat(2, [row] 291px );
  justify-content: center;
}
.create-better-systems .block {
  border-radius: 12px;
  position: relative;
}
.create-better-systems .block-text {
  max-width: 556px;
}
.create-better-systems .block-text p {
  margin-top: 12px;
}
.create-better-systems .block-text p:first-of-type {
  margin-top: 44px;
}
.create-better-systems .block .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 12px;
  background: #ffffff;
  z-index: 1;
}
.create-better-systems .block .icon-1 {
  top: 58px;
  left: 36px;
  z-index: 2;
}
.create-better-systems .block .icon-3 {
  bottom: 57px;
  right: 33px;
  z-index: 0;
}
.create-better-systems .block .icon-2 {
  top: calc(2%);
  left: calc(2%);
  z-index: 1;
}
.create-better-systems .block-text {
  grid-column: col / span 2;
  grid-row: row ;
}
.create-better-systems .block-3 img,
.create-better-systems .block-4 img,
.create-better-systems .block-6 img {
  max-width: 100%;
  position: relative;
}
.create-better-systems .block-3 img {
  bottom: -8px;
}
.create-better-systems .block-4 img {
  bottom: -18px;
}
.create-better-systems .block-5 img {
  position: relative;
  z-index: 1;
  left: -18px;
}
.create-better-systems .block-7 img.pic {
  top: -9px;
  left: -22px;
  width: 116%;
}
.suits-best {
  padding-top: 177px;
  padding-bottom: 180px;
}
.suits-best_container {
  max-width: 1300px;
}
.suits-best .blocks {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.suits-best .block-text {
  max-width: 460px;
}
.suits-best .block-text_number {
  display: inline-block;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-radius: 20px;
  padding: 4px 16px;
  margin-top: 40px;
}
.suits-best .block-text_number:first-of-type {
  margin-top: 0;
}
.suits-best .block-text_title {
  margin-top: 24px;
}
.suits-best .block-text_description {
  margin-top: 8px;
}
.suits-best .block-text_btn {
  margin-top: 40px;
}
.suits-best .block-pic {
  left: -138px;
}
.suits-best .block-pic img {
  max-width: 488px;
}
.suits-best .block-pic_card {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 19px 38px 21px 20px;
  border-radius: 12px;
  min-width: 220px;
}
.suits-best .block-pic_card img {
  margin-right: 12px;
}
.suits-best .block-pic_card.card-1 {
  top: 111px;
  left: -139px;
}
.suits-best .block-pic_card.card-2 {
  top: 223px;
  right: -134px;
}
.suits-best .block-pic_card.card-3 {
  bottom: 280px;
  left: -66px;
}
.discussions .pass_section-top h1 img {
  left: -77px;
  top: -103px;
}
.discussions .banner-top-pic {
  max-width: 100%;
}
.discussions .robust-issues {
  padding-top: 180px;
}
.discussions .robust-issues .block {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 60px;
  border-radius: 12px;
}
.discussions .robust-issues .block p:last-of-type {
  margin-top: 15px;
}
.discussions .robust-issues .block img {
  bottom: -134px;
  right: -70px;
}
.discussions .manage-system .pic {
  min-height: 680px;
}
.discussions .manage-system .pic .file {
  max-width: 322px;
}
.discussions .po_manage-system_col .bg {
  top: 0;
  left: 0;
  max-width: unset;
}
.discussions .po_manage-system_col .girl {
  max-width: 590px;
  left: -9px;
  bottom: -12px;
  z-index: 1;
}
.discussions .tools-like_item {
  padding: 18px 0 18px 49px;
  margin-top: 30px;
  cursor: unset;
}
.discussions .tools-like_item:hover {
  background: unset;
  box-shadow: unset;
}
.discussions .tools-like_item img {
  left: 6px;
}
.calendar .it_section-top {
  padding-top: 160px;
}
.calendar .it_section-top .btn-top .arrow {
  right: -80px;
  bottom: -65px;
}
.calendar .fe_section-top .pattern {
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: unset;
}
.calendar .pass_section-top h1 img {
  left: unset;
  top: -37px;
}
.calendar .project-management {
  padding-top: 180px;
  background: #2448b1;
  background-image: unset;
}
.calendar .project-management_caption {
  margin: 24px auto 0;
}
.calendar .row-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 48px;
}
.calendar .row-grid .robust-issues_col {
  padding-left: 0;
  max-width: 229px;
}
.calendar .row-grid .robust-issues_col .title {
  font-size: 16px;
  line-height: 24px;
}
.calendar .row-grid .robust-issues_col .description {
  font-size: 14px;
  line-height: 22px;
}
.take-control {
  padding-top: 120px;
  padding-bottom: 120px;
}
.take-control_container {
  max-width: 1240px;
}
.take-control .blocks {
  justify-content: space-between;
}
.take-control .block {
  align-items: center;
}
.take-control .block_pic {
  width: 100%;
  max-width: 594px;
}
.take-control .block_pic img {
  width: 100%;
  max-width: 100%;
}
.take-control .block_text {
  align-self: center;
  max-width: 506px;
}
.take-control .block_text p {
  margin-top: 16px;
}
.take-control .block_text p:first-of-type {
  margin-top: 24px;
}
.milestones .fe_section-top {
  padding-top: 120px;
}
.milestones_pattern {
  top: 0;
  max-width: 1515px;
  width: 100%;
  left: 0;
}
.milestones .pass_section-top h1 img {
  left: -8px;
  top: 10px;
}
.milestones .critical-point {
  padding-top: 120px;
  padding-bottom: 180px;
}
.milestones .critical-point_bg-1 {
  right: 0;
  top: -76px;
}
.milestones .critical-point_bg-2 {
  left: 35%;
  bottom: 25%;
}
.milestones .critical-point_container {
  max-width: 1200px;
}
.milestones .critical-point .clients_title span {
  padding-left: 6px;
  padding-right: 6px;
}
.milestones .critical-point .blocks {
  justify-content: space-between;
}
.milestones .critical-point .block_title {
  width: 100%;
  max-width: 445px;
}
.milestones .critical-point .block_text {
  width: 100%;
  max-width: 530px;
}
.milestones .slider-clean-workflows .slide {
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
}
.milestones .slider-clean-workflows .slick-track {
  padding-top: 30px;
  padding-bottom: 60px;
}
.milestones .block_text p {
  margin-top: 15px;
}
.milestones .clean-workflows_bg-1 {
  right: 5%;
  top: 0;
}
.files .fe_section-top__title img {
  left: 180px;
  top: 0;
}
.files .manage-system_col.text p {
  margin-top: 0;
}
.files .manage-system_col.text p.spend-less_text {
  margin-top: 60px;
}
.files .spend-less_title {
  max-width: 835px;
  margin: 0 auto;
}
.files .tools-like_item {
  padding-left: 5px;
}
.files .tools-like_item img {
  margin-right: 16px;
}
.files .manage-system {
  padding-bottom: 0;
}
.files .manage-system_row {
  margin-top: 40px;
}
.files .fe_manage-system_col.text {
  max-width: 559px;
}
.files .robust-issues_title,
.files .robust-issues_text {
  margin: 0 auto;
  max-width: 657px;
}
.files .robust-issues_text {
  margin-top: 24px;
}
.notification-email-in .it_section-top {
  padding-top: 166px;
  /*    &__button{
      padding: 16px 58px;
    }*/
}
.notification-email-in .it_section-top__title {
  max-width: 494px;
}
.notification-email-in .it_section-top__container {
  max-width: 1421px;
}
.notification-email-in .it_section-top__caption {
  max-width: 628px;
}
.notification-email-in .wrap-top-col .tt-caption {
  max-width: 564px;
  width: 100%;
}
.notification-email-in .tt_section-top__title img {
  right: -20px;
  left: unset;
  top: 63px;
  max-width: 88px;
  transform: rotate(14deg);
}
.notification-email-in .manage-system_col.text p {
  margin-top: 0;
}
.notification-email-in .pass_manage-system .item:first-of-type {
  margin-top: 40px;
}
.notification-email-in .po_manage-system_col .girl {
  left: -101px;
  bottom: -18px;
  min-width: 804px;
  z-index: 1;
}
.notification-email-in .po_manage-system_col .file-1 {
  left: -10%;
  top: 66%;
  z-index: 1;
}
.notification-email-in .po_manage-system_col .file-2 {
  right: 32%;
  z-index: 2;
  top: 83%;
}
.notification-email-in .po_manage-system_col .file-3 {
  right: -14%;
  z-index: 2;
  top: 13%;
}
.notification-email-in .email-in {
  padding-top: 160px;
}
.notification-email-in .email-in_bg-1 {
  right: 4%;
  top: 14%;
}
.notification-email-in .email-in_bg-2 {
  left: 5%;
  bottom: 17%;
}
.notification-email-in .email-in_description {
  max-width: 900px;
  margin: 16px auto;
}
.notification-email-in .email-in_description:first-of-type {
  margin-top: 40px;
}
.notification-email-in .email-in_title span {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 12px;
}
.gmail-outlook {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gmail-outlook_container {
  max-width: 1240px;
}
.gmail-outlook .blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.gmail-outlook .block_email {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  padding: 32px;
}
.gmail-outlook .block_email h6 {
  margin-top: 24px;
}
.gmail-outlook .clients_title {
  max-width: 380px;
}
.gmail-outlook .clients_title span {
  padding-left: 8px;
  padding-right: 8px;
}
.tags-mentions .it_section-top__col-text {
  margin-left: 0;
}
.tags-mentions .pass_section-top h1 img {
  left: unset;
  right: 0;
  top: -47px;
}
.tags-mentions .multiple-projects_title {
  max-width: 1074px;
  margin: 12px auto 0;
}
.tags-mentions .manage-system_row {
  margin-top: 0;
}
.tags-mentions .manage-system_row.first {
  margin-top: 0;
}
.tags-mentions .manage-system_row.second {
  margin-top: 47px;
}
.tags-mentions .manage-system_row.third {
  margin-top: 61px;
}
.tags-mentions .manage-system_row.fourth {
  margin-top: 99px;
}
.tags-mentions .mobile {
  display: none;
}
.tags-mentions .desktop {
  display: block;
}
.tags-mentions .tools-like_title {
  margin-bottom: 16px;
}
.tags-mentions .manage-system_line {
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}
.tags-mentions .swiper-wrap_pass_manage .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #a3c2fb;
  border-radius: 50%;
  transition: .3s;
  transform-origin: 50% 50%;
}
.tags-mentions .swiper-wrap_pass_manage .slick-dots li button:before {
  display: none;
}
.tags-mentions .swiper-wrap_pass_manage .slick-active button {
  width: 12px !important;
  height: 12px !important;
  background: #4a86f7 !important;
  border-radius: 50%;
}
.different-role_container {
  max-width: 1382px;
}
.different-role .img_wrap {
  margin-top: 15px;
}
.management-tools {
  padding-bottom: 120px;
  padding-top: 120px;
}
.management-tools .po_manage-system_col {
  min-height: 680px;
}
.management-tools .po_manage-system_col .bg {
  max-width: 100%;
  top: 0;
  left: 0;
}
.management-tools .po_manage-system_col .man {
  bottom: 0;
}
.management-tools_row {
  margin-top: 100px;
}
.management-tools_row .blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  margin-top: 60px;
}
.management-tools_row .blocks .block {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  padding: 32px 32px 36px 32px;
}
.management-tools_row .blocks .block .title-s {
  margin-left: 16px;
}
.manage-users_caption {
  max-width: 855px;
}
.permissions-system-management .tt_section-top__title img {
  right: -20px;
  top: -25px;
}
.permissions-system-management .app_link {
  text-decoration: none;
}
.wiki .tt_section-top__title img {
  right: -70px;
  top: -127px;
  max-width: 143px;
  transform: unset;
}
.wiki .it_section-top__caption {
  max-width: 406px;
}
.wiki .slider-clean-workflows {
  justify-content: center;
}
.wiki .slider-clean-workflows .slide {
  max-width: 521px;
  min-height: unset;
}
.wiki .different-role {
  padding-bottom: 120px;
}
.wiki .section-3 {
  padding-bottom: 220px;
}
.wiki .robust-issues_title img {
  top: -13px;
  right: 35px;
}
.wiki .robust-issues_title span {
  background: #f2a84c;
}
.robust-issues_container .row {
  flex-wrap: nowrap;
}
.section-2-bg,
.section-3-bg {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.section-3-pic {
  bottom: -9%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.project-templates_anim {
  transform: scale(1.3);
  position: relative;
  left: -7vw;
}
.project-templates .pattern-2 {
  left: unset;
  right: -85px;
  max-width: unset;
  width: unset !important;
}
.project-templates .tt_section-top__title img {
  right: 167px;
  left: unset;
  top: -7px;
  transform: rotate(0deg);
}
.project-templates .it_section-top__caption {
  max-width: 406px;
}
.project-templates .gmail-outlook {
  padding-bottom: 180px;
}
.project-templates .gmail-outlook_pic {
  right: 15%;
  bottom: 3%;
  z-index: 1;
}
.project-templates .gmail-outlook_bg {
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
}
.project-templates .gmail-outlook .blocks {
  grid-template-rows: repeat(1, 1fr);
}
.project-templates .clients_title img {
  top: -23%;
  right: 18%;
}
.project-templates .clients_title span {
  background: linear-gradient(107.31deg, #73bc78 -11.95%, #438a62 99.99%);
}
.project-templates .tt_manage-system_col.pic img {
  max-width: 590px;
}
.block_check {
  align-items: flex-start;
  max-width: 344px;
}
.block_check img {
  margin-top: 16px;
}
.block_check p {
  margin-left: 16px;
  max-width: 296px;
}
.block_check-wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 84px;
  grid-row-gap: 48px;
}
.block_check.last p {
  min-width: 457px;
}
.turn-features .tt_section-top__title img {
  right: -46px;
}
.turn-features .pass_manage-system {
  padding-top: 80px;
  padding-bottom: 120px;
}
.turn-features .pass_manage-system .app_link {
  text-decoration: none;
}
.turn-features .different-role .blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.turn-features .different-role .block_pic {
  width: 100%;
  max-width: 550px;
}
.turn-features .different-role .block_text {
  max-width: 445px;
}
.turn-features .po_manage-system_col {
  min-height: unset;
  max-height: unset;
}
.turn-features .section-2_wrap {
  width: 100%;
  margin-top: 80px;
  justify-content: space-between;
}
.turn-features .section-2_wrap .text .dark {
  margin-top: 40px;
}
.turn-features .section-2 .pic-bg {
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.turn-features .section-3 .blocks {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
.turn-features .section-3 .po_manage-system_col .man {
  bottom: -31px;
  position: relative;
}
.turn-features .section-4 {
  padding-bottom: 180px;
}
.turn-features .section-4 .pic-bg {
  bottom: -16%;
}
.features .multiple-projects_title {
  max-width: 600px;
}
.features .section-top {
  padding-bottom: 180px;
  background: #2448b1 url('../images/features/top-bg-1.svg') center no-repeat;
}
.features .section-top_caption {
  font-size: 20px;
  line-height: 32px;
}
.features .section-top_title {
  max-width: 850px;
}
.features .section-top_description {
  max-width: 648px;
}
.features .section-top .white-bg-down {
  bottom: 0;
}
.features-top_pointer {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.features-top_pointer img {
  margin-left: 8px;
}
.features_form-wrap {
  max-width: 560px;
  margin: 39px auto 0;
}
.features_form-caption {
  color: #9DACDC;
  margin-top: 8px;
}
.features .form-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(13px);
  border-radius: 12px;
  min-height: 66px;
  overflow: hidden;
  padding: 5px;
}
.features .form-field {
  margin-bottom: 0;
  border: none;
  width: 100%;
  background: transparent;
  padding: 21px 21px 21px 24px;
  color: #ffffff;
}
.features .form-field::placeholder {
  color: #9DACDC;
  font-family: "Inter-SemiBold", sans-serif;
  transition: .3s;
}
.features .form-field:focus::placeholder {
  font-size: 0;
}
.features .form-submit {
  flex: 0 0 160px;
  background: #ffffff;
  border: 2px solid #EBEEF2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}
.features .form-submit img {
  margin-right: 8px;
}
.section-tabs {
  padding-top: 80px;
  padding-bottom: 120px;
}
.section-tabs_container {
  max-width: 1240px;
}
.vertical-tabs {
  display: flex;
  justify-content: space-between;
}
.tabs {
  position: relative;
  width: 100%;
  max-width: 310px;
}
.tabs li {
  position: relative;
  list-style: none;
  margin-top: 8px;
}
.tabs li:first-of-type {
  margin-top: 0;
}
.tabs li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 32px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #969DB3;
  font-family: "Inter-SemiBold", sans-serif;
  transition: .3s;
}
.tabs li a img {
  margin-right: 12px;
}
.tabs li.active a {
  background: #F7F8FA;
  border-radius: 12px;
  color: #35353D;
}
.tabs-content {
  width: 100%;
  max-width: 790px;
}
.tabs-content .content {
  display: none;
  padding: 10px;
  opacity: 0;
  transition: .3s;
}
.tabs-content .content.active {
  display: block;
  opacity: 1;
}
.text-foot {
  max-width: 294px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.text-foot a {
  font-family: "Inter-Bold", sans-serif;
  color: #4a86f7;
  font-size: 14px;
}
.content_block {
  background: #ffffff;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
  border-radius: 12px;
  padding: 32px 24px 32px 32px;
  margin-top: 24px;
}
.content_block:first-of-type {
  margin-top: 0;
}
.content_block-title {
  margin-top: 24px;
}
.content_block-text {
  margin-top: 12px;
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.head_text {
  color: #57b6f0;
}
/* GLOBAL */
/* FORM VARIABLES */
/* Point at which form elements turn from flex to block */
/** COLORS */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
	-- Modal Window Styling --
*/
body.show_modal {
  overflow: hidden;
}
.lighten {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  transition: opacity .25s ease;
  opacity: 0;
}
.lighten.pre_animation {
  opacity: 1;
}
.darken {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  transition: opacity .25s ease;
  opacity: 0;
}
.darken.pre_animation {
  opacity: 1;
}
.hide_modal {
  opacity: 0;
}
.modal {
  display: none;
  position: absolute;
  z-index: 1000;
  height: 100%;
  transition: opacity 0.9s ease;
  opacity: 0;
}
.modal.pre_animation {
  opacity: 1;
}
.modal.modal-cover .form {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.modal.modal-cover .footer {
  left: 0;
  right: 0;
  width: 100% !important;
  margin: 0 !important;
  bottom: -1px !important;
}
.modal .form {
  width: 500px;
  position: fixed;
  top: 1rem;
  bottom: 1rem;
  z-index: 1110;
  left: 50%;
  margin-left: -250px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #ced7e0;
  padding: 2rem;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  transition: opacity 0.5s ease;
}
.modal .form.animated_content {
  opacity: 0.2;
}
.modal .form.animated_visible {
  opacity: 1;
}
.modal .form form,
.modal .form .form_inner {
  padding-bottom: 75px;
}
.modal .form.loading_content {
  min-height: 460px;
  max-height: 460px;
  overflow: hidden;
  transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.4s ease, margin-left 0.4s ease;
}
.modal .form.loading_content .preloading_boxes .bx {
  position: absolute;
  z-index: 10;
  background: linear-gradient(148deg, #f3f3f3, #e8e8e8, #f3f3f3);
  background-size: 600% 600%;
  -webkit-animation: shineAnimation 3s ease infinite;
  animation: shineAnimation 3s ease infinite;
}
@-webkit-keyframes shineAnimation {
  0% {
    background-position: 13% 0%;
  }
  50% {
    background-position: 88% 100%;
  }
  100% {
    background-position: 13% 0%;
  }
}
@keyframes shineAnimation {
  0% {
    background-position: 13% 0%;
  }
  50% {
    background-position: 88% 100%;
  }
  100% {
    background-position: 13% 0%;
  }
}
.modal .form.loading_content .preloading_boxes .box__1 {
  width: 58%;
  height: 36px;
  left: 2.5rem;
  top: 7%;
}
.modal .form.loading_content .preloading_boxes .box__2 {
  width: 21%;
  height: 17px;
  left: 2.5rem;
  top: 120px;
}
.modal .form.loading_content .preloading_boxes .box__3 {
  width: 60%;
  height: 27px;
  right: 2.5rem;
  top: 115px;
  box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
.modal .form.loading_content .preloading_boxes .box__4 {
  width: 21%;
  height: 17px;
  left: 2.5rem;
  top: 180px;
}
.modal .form.loading_content .preloading_boxes .box__5 {
  width: 60%;
  height: 27px;
  right: 2.5rem;
  top: 175px;
  box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
.modal .form.loading_content .preloading_boxes .box__6 {
  width: 21%;
  height: 17px;
  left: 2.5rem;
  top: 240px;
}
.modal .form.loading_content .preloading_boxes .box__7 {
  width: 60%;
  height: 27px;
  right: 2.5rem;
  top: 235px;
  box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
.modal .form.loading_content .preloading_boxes .box__8 {
  width: 21%;
  height: 17px;
  left: 2.5rem;
  top: 300px;
}
.modal .form.loading_content .preloading_boxes .box__9 {
  width: 60%;
  height: 27px;
  right: 2.5rem;
  top: 295px;
  box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
.modal .form.loading_content .preloading_boxes .box__10 {
  left: 2.5rem;
  right: 2.5rem;
  top: 85%;
  height: 50px;
  background-color: #f0f0f0;
}
.modal .form.loading_content .preloading_boxes .box__11 {
  background: #a2c3f1;
  width: 100px;
  height: 30px;
  right: 28%;
  top: 87%;
}
.modal .form.loading_content .preloading_boxes .box__12 {
  background: #fbaba3;
  width: 16%;
  height: 16px;
  right: 3.5rem;
  top: 88%;
}
.modal.is_active .form.loading_content {
  transform: scale(1);
}
.modal h1 {
  color: #232323;
  line-height: 1em;
  font-weight: 600;
  padding: 0 0 1rem;
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
}
.modal .create_new {
  margin-left: 2px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
}
.modal .form.modal_scroll .footer {
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
}
.modal .footer {
  position: fixed;
  bottom: 1rem;
  height: 75px;
  z-index: 1120;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  background-color: #f7f8fa;
  box-sizing: border-box;
  border: 1px solid #ced7e0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@supports (-ms-ime-align: auto) {
  .modal .footer {
    position: absolute;
  }
}
/*
	-- End Modal Window Styling --
*/
/* Grapevine styles */
/* Individual modal styles with animations/transitions */
.md-modal {
  visibility: hidden;
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  z-index: 999;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-content {
  width: 560px;
  position: fixed;
  top: 45%;
  margin-top: -150px;
  left: 50%;
  margin-left: -230px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  z-index: 1020;
  text-align: center;
  padding: 20px 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.md-content .event-close-img {
  float: right;
  opacity: 0.8;
  margin-bottom: 10px;
  cursor: pointer;
}
.md-content .event-close-img:hover {
  opacity: 1;
}
.md-content .event-title {
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0 10px;
}
.md-content .event-description {
  color: #3E475C;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
.md-content .event-close-btn {
  display: block;
  margin: 30px auto 0;
  color: #FFFFFF;
  background-color: #39a1e7;
  border: 1px solid #3597da;
  border-radius: 3px;
  font-size: 13px;
  line-height: 36px;
  width: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.md-content .event-close-btn:hover {
  opacity: 0.8;
}
.md-content .event-close-btn.wide {
  width: 100px;
}
/* Effect: Fade in and scale up */
.md-effect .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Share popup styles */
#share_popup {
  text-align: center;
  max-height: 90%;
  width: 540px;
  left: 50%;
  margin-left: -270px;
  display: none;
  -webkit-box-sizing: box-border;
  -moz-box-sizing: box-border;
  box-sizing: box-border;
  padding: 30px 0 0;
  overflow-y: auto;
  position: fixed;
  top: 70px;
  z-index: 2000;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.08);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.08);
  box-shadow: 0 2px 2px rgba(0,0,0,.08);
}
#share_popup .share_close {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0.5;
}
#share_popup .share_close img:active {
  opacity: 0.8;
}
#share_popup .share_close:hover {
  opacity: 1;
}
#share_popup .share_div_text {
  padding: 0 40px 15px;
  font-size: 14px;
  line-height: 1.7em;
}
#share_popup .share_div_text h1 {
  line-height: 0.5em;
  font-size: 24px;
}
#share_popup .share_div_text .please {
  display: inline-block;
  font-weight: 800;
  margin-top: 10px;
}
#share_popup .share_thumbs_div {
  margin: 5px 0 25px;
  position: relative;
  height: 180px;
}
#share_popup .share_spiral {
  top: 0;
  left: 50%;
  margin-left: -90px;
  position: absolute;
  z-index: 5;
  animation: spiral_rotate 360s;
  -webkit-animation: spiral_rotate 360s;
  -ms-animation: spiral_rotate 360s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}
#share_popup .share_thumbs {
  top: 25px;
  left: 50%;
  margin-left: -58px;
  position: absolute;
  z-index: 10;
  animation: thumbs_rotate 10s;
  -webkit-animation: thumbs_rotate 10s;
  -ms-animation: thumbs_rotate 10s;
  animation-delay: 120s;
  -webkit-animation-delay: 120s;
  -moz-animation-delay: 120s;
}
#share_popup .share_thumbs.rotate {
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
}
#share_popup .share_buttons,
#share_popup .follow_buttons {
  display: inline-block;
}
#share_popup .share_block {
  float: left;
  margin: 0 5px;
}
#share_popup .shares_count,
#share_popup .share_btn {
  font-size: 13px;
  width: 100px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DFDFDF;
}
#share_popup .shares_count {
  position: relative;
  padding: 0;
  background: #FFFFFF;
}
#share_popup .shares_count:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  border-color: #DFDFDF transparent;
  display: block;
  width: 0;
  left: 47px;
}
#share_popup .shares_count:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 4px 4px 0;
  bottom: -4px;
  border-color: white transparent;
  display: block;
  width: 0;
  left: 48px;
}
#share_popup .share_btn {
  color: white;
  margin-top: 10px;
  display: block;
  opacity: 0.9;
  -webkit-box-shadow: 0px 1px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 0px 1px 0 rgba(0, 0, 0, .1);
}
#share_popup .share_btn:hover {
  opacity: 1;
  color: white;
}
#share_popup .share_btn:active {
  opacity: 0.8;
}
#share_popup .icon {
  float: left;
  display: inline-block;
  margin: 10px 8px;
  width: 16px;
  height: 16px;
  background: url(../../images/modal/social_icons_sprite.png);
}
#share_popup .action {
  float: left;
  width: 65px;
  border-left: 1px solid red;
  font-weight: 800;
  border-left-color: inherit;
}
#share_popup .twitter_btn {
  background-color: #55ACEE;
  border-color: #4B99D4;
}
#share_popup .twitter_btn .icon {
  background-position: 0 top;
}
#share_popup .facebook_btn {
  background-color: #3B5998;
  border-color: #2C4C8E;
}
#share_popup .facebook_btn .icon {
  background-position: 48px top;
}
#share_popup .linkedin_btn {
  background-color: #0976B4;
  border-color: #006198;
}
#share_popup .linkedin_btn .icon {
  background-position: 16px top;
}
#share_popup .google_btn {
  background-color: #DB4437;
  border-color: #C4362A;
}
#share_popup .google_btn .icon {
  background-position: 32px top;
}
#share_popup .follow_buttons {
  background-color: #FAFAFA;
  border-top: 1px solid #DEDEDE;
  padding: 5px 50px 25px;
  margin-top: 25px;
}
#share_popup .follow_block {
  float: left;
  margin: 0 5px;
  width: 100px;
  text-align: center;
}
#share_popup .follow_block .follow_btn {
  display: inline-block;
}
@keyframes spiral_rotate {
  to {
    transform: rotate(38800deg);
  }
}
@-webkit-keyframes spiral_rotate {
  to {
    -webkit-transform: rotate(38800deg);
  }
}
@keyframes thumbs_rotate {
  to {
    transform: rotate(-1080deg);
  }
}
@-webkit-keyframes thumbs_rotate {
  to {
    -webkit-transform: rotate(-1080deg);
  }
}
.info_icon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../../images/buttons/info.png) no-repeat scroll center bottom #ffffff;
  position: relative;
  top: 3px;
}
/* IMPORT STATUS POPUP */
#import_xls_dialog {
  padding-bottom: 50px !important;
}
#import_xls_dialog .import_template_link_div {
  margin: 20px 0;
}
#import_xls_dialog .import_messages {
  margin-left: 20px;
  list-style: inherit;
}
#import_xls_dialog .import_checkbox {
  padding: 3px 0;
}
#import_xls_dialog .import_checkbox label {
  margin-left: 5px;
}
/* END OF IMPORT STATUS POPUP */
/* Modal Check Password Dialog Styling - copied from main.less */
.check_pass_dialog {
  box-sizing: border-box;
  display: none;
  font-size: 14px;
  width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -100px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 40px #ccc;
  -moz-box-shadow: 0 0 40px #ccc;
  box-shadow: 0 0 40px #ccc;
  z-index: 999;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}
.check_pass_dialog .del_confirm_text {
  text-align: center;
}
.check_pass_dialog .pass_div {
  text-align: center;
  margin-top: 15px;
}
.check_pass_dialog .pass_div input {
  width: 200px;
}
.check_pass_dialog .forgot_passw_div {
  text-align: center;
  margin-top: 5px;
  padding: 0 40px;
}
.check_pass_dialog .buttons {
  margin: 20px 20px 0px 20px;
  text-align: center;
}
/* End Modal Check Password Dialog Styling */
/* IE11: fix modal overlay not appearing below modal. todos#12629559 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal {
    position: fixed;
  }
  body.show_modal {
    z-index: 0;
  }
}
.login-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.login_body {
  flex: 1 0 auto;
}
.login_body-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 31px 40px;
}
.login_body-header .back {
  background: none;
  border: none;
  text-decoration: none;
}
.login_body .sign-up-wrap a {
  text-decoration: none;
  font-family: "Inter-Bold", sans-serif;
}
.login_body .sign-up-wrap.sign-up-bottom {
  top: unset;
}
.login_body-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.login_body-content.single_page {
  display: block;
}
.login_title {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
}
.login_form {
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
}
.login_form.big {
  max-width: 590px;
  width: 100%;
}
.login_form.big .form-field {
  padding-left: 16px;
}
.login_form-wrapper {
  margin-top: 60px;
}
.login_form-wrapper .form-field.error {
  border: 1px solid red;
}
.login_form-wrapper .agree_terms_lbl.error::before {
  border: 1px solid red;
}
.login_form-wrapper .error_msg,
.login_form-wrapper .errors {
  color: red;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.login_form-wrapper .suggestion {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.login_form-wrapper .suggestion #correct_email {
  text-decoration: underline;
}
.login_form-wrapper .field_message {
  color: red;
  font-size: 12px;
  margin-top: -20px;
}
.login_form-wrapper #password {
  padding-left: 48px;
}
.login_form-wrapper .change-edit {
  cursor: pointer;
}
.login_form-wrapper .add_project_button a {
  font-size: 14px;
  line-height: 22px;
  font-family: Inter-Bold, sans-serif;
  color: #4a86f7;
  text-decoration: none;
}
.login_form-wrapper .group_title_default {
  margin-bottom: 15px;
}
.login_form-wrapper .project_description {
  display: none !important;
}
.login_form-wrapper .project_description_block {
  margin-top: 18px;
}
.login_form-wrapper.register_form {
  margin-top: 35px;
}
.login_form-wrapper .loader_img_new {
  visibility: hidden;
}
.login_form .domain_logo {
  max-width: 300px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.login_right-block {
  flex: 0 0 30%;
  min-width: 610px;
}
.login_right-block-header {
  text-align: center;
  padding: 31px 40px;
}
.login_right-block .welcome_to_msg {
  text-align: center;
}
.login_right-list {
  max-width: 159px;
  margin: 32px auto 0;
}
.login_right-list.sign-up {
  margin-top: 16px;
  max-width: 385px;
  font-size: 20px;
  line-height: 32px;
  color: #BDC8E8;
}
.login_right-list li {
  display: flex;
  align-items: center;
  list-style-type: none;
  color: #fff;
  font-family: 'Inter-Bold', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.login_right-list li img {
  margin-right: 12px;
}
.change-wrap {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
}
.change-title,
.change-edit {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #6a7185;
}
.change-edit {
  color: #4a86f7;
}
.form-label {
  font-family: "Inter-SemiBold", sans-serif;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #6a7185;
  margin-bottom: 8px;
}
.form-label_сlarification {
  font-family: "Inter-Regular", sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
}
.sub-title {
  text-transform: capitalize;
}
.sub-title_caption {
  font-size: 13px;
  line-height: 18px;
  color: #969db3;
  margin-top: 6px;
}
.form-field {
  margin-bottom: 16px;
}
.form-field.mb-0 {
  margin-bottom: 0;
}
.form-file {
  position: relative;
  color: transparent;
  cursor: pointer;
  max-width: 80%;
}
.form-file-wrap {
  margin-top: 8px;
}
.form-file-wrap img {
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.form-file::-webkit-file-upload-button {
  visibility: hidden;
}
.form-file:before {
  content: 'Add project description';
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  font-family: "Inter-Bold", sans-serif;
  color: #4a86f7;
}
.form-group {
  text-align: left;
}
.label-text {
  /*margin-top: 24px;*/
}
.label-text.invalid svg path {
  stroke: #e0704a;
}
.label-text.invalid .invalid-pic {
  display: block;
}
.label-text.invalid input {
  background: #fcf1ed;
  color: #e0704a;
}
.label-text.valid svg path {
  stroke: #83bf6e;
}
.label-text.valid .valid-pic {
  display: block;
}
.label-text .info-field {
  right: 16px;
  left: unset;
}
.label-text img,
.label-text svg {
  top: calc(50% - 19px);
  left: 16px;
}
.label-text input {
  padding-left: 48px;
}
.btn-continue {
  margin-top: 24px;
  text-decoration: none;
}
.btn_forgot-pass {
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-top: 16px;
}
.login-with {
  margin-top: 32px;
}
.login-with span {
  padding: 0 14px;
}
.login-with:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  background: #ebeef2;
}
.gmail_login {
  margin-top: 32px;
}
.gmail_login.sign-up {
  display: flex;
  justify-content: space-between;
}
.social {
  display: flex;
  max-width: 102px;
  justify-content: space-between;
  margin: 17px auto 0;
}
.btn-fast-login {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #EBEEF2;
  background: #ffffff;
  border-radius: 12px;
  padding: 15px;
  width: 100%;
}
.add-avatar {
  margin-top: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-avatar_avatar {
  max-width: 99px;
}
.add-avatar_avatar-circle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #ebeef2;
  border: 2px solid #ebeef2;
}
.add-avatar_avatar-circle.avatar-pic {
  cursor: default;
}
.add-avatar_btns {
  max-width: 336px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.add-avatar_btns.step-3 {
  max-width: 364px;
  margin: 60px auto 0;
}
.add-avatar_btns.step-3 button {
  max-width: 170px;
  height: 56px;
}
.add-avatar_btns.step-3 button.delete img {
  top: 7px;
}
.add-avatar_btns .update,
.add-avatar_btns .delete {
  font-family: "Inter-Bold", sans-serif;
  max-width: 160px;
  width: 100%;
  padding: 0;
  line-height: 44px;
}
.add-avatar_btns .update img,
.add-avatar_btns .delete img {
  position: relative;
  left: -6px;
  top: 3px;
}
.add-avatar_btns .update {
  border: 2px solid transparent;
}
.add-avatar_btns .update img {
  top: 6px;
}
.add-avatar_btns .delete,
.add-avatar_btns .inv_btn {
  border: 2px solid #EBEEF2;
  font-family: "Inter-Bold", sans-serif;
}
.add-avatar_btns .delete:hover,
.add-avatar_btns .inv_btn:hover {
  background: #ebeef2;
}
.add-avatar_title {
  width: 100px;
  color: #35353d;
  top: -48px;
}
/* copied from wizard.less and edited a bit */
#image_upload_popup {
  line-height: normal;
}
#image_upload_popup .hide {
  display: none;
}
#image_upload_popup .clear {
  clear: both;
}
#image_upload_popup .footer {
  height: auto;
}
#image_upload_popup h1 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px 5px;
  margin-bottom: 15px;
}
#image_upload_popup .fc_upload_button {
  text-decoration: none;
  color: #2178C3;
  cursor: pointer;
}
#image_upload_popup .image_target {
  max-height: 400px;
  overflow-y: scroll;
}
#image_upload_popup .webcam_perms_warn {
  text-align: center;
  font-size: 20px;
  color: red;
  line-height: 1.5em;
}
#image_upload_popup .video_div {
  width: 100%;
  max-width: 100%;
}
#image_upload_popup .video_div .video {
  width: 90%;
}
#image_upload_popup .video_div .make_snap {
  margin-top: 10px;
}
#image_upload_popup .another_snap {
  margin-top: 10px;
}
#image_upload_popup .use_webcam {
  margin-left: 5px;
  cursor: pointer;
}
#image_upload_popup .footer {
  padding: 15px;
  background-color: transparent;
  padding-top: 20px;
  text-align: right;
  font-family: Inter-Bold, sans-serif;
  font-size: 14px;
}
#image_upload_popup .footer .cancel {
  border: 2px solid #EBEEF2;
  margin-left: 10px;
  text-transform: capitalize;
}
#image_upload_popup .make_snap,
#image_upload_popup .another_snap {
  background: #eaeaea;
  background: -moz-linear-gradient(top, #efefef, #d8d8d8) #d8d8d8;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8)) #d8d8d8;
  background: linear-gradient(top, #efefef, #d8d8d8) #d8d8d8;
  border: 1px solid #ababab;
  border-radius: 3px;
  color: #666666;
  font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  outline: none;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
/*
.footer {
    .clearfix();
    padding-top: 20px;
    text-align: right;
    .marketplace_apps {
        margin-top:5px;
        border: 1px solid #ddd; // stroke
        .border-radius(18px); // border radius
        background-color: #f9f9f9; // layer fill content
        color:#3a4352;
        display: inline-block;
        padding:10px 15px 10px 41px;
        background:url(../../images/wizard/Marketplace.png) no-repeat 15px center;
        float:left;
    }

    button {
		.btn;
		.btn-l;
		.btn-neutral;
    }
    &.consent button.neutralBtn {
        background-color: #f7f8fa;
        color: #232323;
    }
}*/
/* FILES UPLOADING */
/* WARN - copied from stylesheet.less */
.pass_field_icon {
  top: calc(50% - 7px) !important;
}
.fc_upload_list {
  margin-top: 10px;
}
.upload_fixed_width .fc_upload_list {
  width: 655px;
}
.fc_upload_block {
  color: #2178C3;
  font-size: 13px;
}
.fc_upload_block .buttons {
  float: left;
}
.comment-upload-files .fc_upload_block .buttons {
  float: right;
}
.fc_upload_block .fc_upload_button {
  font-weight: 800;
  cursor: pointer;
}
.fc_upload_block .fc_upload_or {
  color: #C6C6C6;
  margin-left: 5px;
  margin-right: 3px;
  font-weight: 400;
}
.fc_upload_block .fc_upload_drop {
  border: 1px dotted grey;
  display: inline;
  padding: 5px;
}
.fc_upload_block .fc_upload_drop.dragenter {
  border-style: solid;
  background-color: #d9f0ff;
}
.add_new_version .fc_upload_block {
  float: left;
  margin-top: 3px;
}
.fc_upload_item {
  padding: 15px 15px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-top-style: none;
}
.fc_upload_item.template {
  display: none;
}
.fc_upload_item:first-child {
  border-top-style: solid;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.fc_upload_item:last-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.fc_upload_item .filename,
.fc_upload_item .filesize {
  display: inline-block;
  cursor: default;
  font-weight: 500;
  font-size: 13px;
  color: black;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fc_upload_item .filesize {
  margin-left: 10px;
}
.fc_upload_item .file_upload_cancel {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e0e0e0;
  padding: 16px 14px 15px;
}
.fc_upload_item .file_upload_cancel:hover {
  background: #fafafa;
}
.fc_upload_item .insert_image_block {
  position: absolute;
  right: 45px;
  top: 0;
}
.fc_upload_item .insert-text {
  float: left;
  padding: 16px 7px;
  color: #444;
}
.fc_upload_item .insert_image_link {
  display: block;
  float: left;
  padding: 17px 9px 13px;
  border-left: 1px solid #e0e0e0;
  text-transform: capitalize;
}
.fc_upload_item .insert_image_link:hover {
  background-color: #fafafa;
}
.fc_upload_item .fc_progress {
  background-color: #eaeaea;
  width: 20%;
  max-width: 120px;
  min-width: 50px;
  border-radius: 5px;
  position: absolute;
  z-index: 20;
  right: 60px;
  top: 19px;
}
.fc_upload_item .fc_progress_bar {
  background-color: #7cc576;
  height: 10px;
  width: 0;
  border-radius: 5px;
}
.short_block .fc_upload_item {
  width: 306px;
  /* fixing case w/o google drive */
  padding-left: 10px;
}
.short_block .fc_upload_item .fc_progress {
  right: 50px;
}
.short_block .fc_upload_item .filename {
  max-width: 130px;
}
/* END OF FILES UPLOADING */
.line {
  width: 100%;
  height: 2px;
  background: #ebeef2;
  margin-top: 32px;
  margin-bottom: 32px;
}
.avatar-plus {
  right: 0;
  bottom: 0;
}
.change-edit {
  font-size: 14px;
  line-height: 22px;
}
.change-edit img {
  position: relative;
  top: 3px;
  left: -3px;
}
.time {
  margin-top: 12px;
  font-weight: bold;
}
.product_updates {
  margin-top: 26px;
}
.product_updates input:checked + label:after {
  border-color: #fff;
  top: calc(50% - 7px);
  left: 13px;
}
.product_updates label {
  max-width: 90%;
  display: block;
  padding-left: 40px;
}
.product_updates label:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 2px solid #ebeef2;
  border-radius: 8px;
}
.update-btn {
  margin-top: 60px;
  max-width: 220px;
  width: 100%;
  line-height: 24px;
  text-decoration: none;
}
.project-applications_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  margin-top: 24px;
}
.project-applications_block {
  display: flex;
  align-items: center;
  max-width: 287px;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  transition: .3s;
}
.project-applications_block:hover {
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
}
.project-applications_title {
  margin-left: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter-SemiBold", sans-serif;
}
.project-applications_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
.project-applications_icon.icon-bg-blue {
  background: #eef8fe;
}
.project-applications_icon.icon-bg-orange {
  background: #fef6ed;
}
.project-applications_icon.icon-bg-red {
  background: #fcf1ed;
}
.project-applications_icon.icon-bg-green {
  background: #f3f9f1;
}
.project-applications_icon.icon-bg-pink {
  background: #fbedf0;
}
.project-applications_icon.icon-bg-blue5 {
  background: #edf3fe;
}
.project-applications_toggle {
  margin-left: auto;
}
.menuitemshow {
  transition: .3s;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
}
.google-steps {
  padding: 80px 20px 60px;
}
.login_right-block-body {
  padding: 0 20px;
}
.form-wrap-button {
  display: flex;
  justify-content: space-between;
}
.work_kind {
  margin: 24px 0 10px;
}
.start_trial_ch {
  width: 70%;
  text-align: center;
  margin: 15px auto;
}
.form-group-radio {
  width: 100%;
  margin-top: 24px;
}
.form-group-radio .custom-radio:checked + label span {
  border-color: #a3c2fb;
}
.form-group-radio label {
  position: relative;
  font-family: "Inter-Bold", sans-serif;
}
.form-group-radio label span {
  display: block;
  border: 2px solid #ebeef2;
  border-radius: 14px;
  width: 186px;
  height: 48px;
  position: absolute;
  z-index: -1;
  margin-right: 0;
}
.form-group-radio label span:before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #EDF3FE;
}
.form-group-radio label small {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  display: flex;
  max-width: 186px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.right-block {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(13px);
  border-radius: 12px;
  padding: 32px;
  max-width: 450px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.right-block:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
}
.right-block.top {
  margin-top: 60px;
}
.right-block.top:before {
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.right-block.top:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 34px;
  background: #ffffff;
}
.right-block.bottom {
  padding-bottom: 172px;
}
.right-block.bottom:before {
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.right-block_name {
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #92A4D8;
}
.right-block_names {
  margin-left: 16px;
}
.right-block_caption {
  flex: 0 0 100%;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #BDC8E8;
  margin-top: 12px;
}
.eye,
.eye-slash {
  right: 16px;
  left: unset !important;
  cursor: pointer;
}
.su-we {
  margin-top: 24px;
}
.menu-login {
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  transform: translateY(20px);
  background: #ffffff;
  top: 100px;
  width: 100%;
  max-width: 440px;
  right: 110px;
  padding: 20px;
  border-radius: 12px;
  z-index: 10;
  box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
}
.menu-login.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.menu-login .social {
  max-width: 102px;
}
.menu-login .login-with {
  margin-top: 32px;
}
.menu-login .login-with span {
  padding: 0 14px;
  font-family: "Inter-SemiBold", sans-serif;
}
.menu-login .login-with:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -15px;
  background: #ebeef2;
}
.arrow-top {
  top: -8px;
  left: calc(50% - 16px);
}
.menu {
  left: 0;
  top: 94px;
  min-height: 436px;
  opacity: 0;
  transform: translateY(-121%);
  transition: .3s;
  z-index: 0;
}
.menu.active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.menu .block-big {
  flex: 0 0 65%;
  flex-wrap: wrap;
  align-self: flex-start;
  padding: 34px 55px 50px 48px;
}
.menu .block-big .block-head,
.menu .block-big .block-wrap {
  margin-left: auto;
  max-width: 85%;
}
.menu .block-big .block-head {
  margin-bottom: 14px;
}
.menu .block-big .block-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu .block-plans {
  flex: 1 0 35%;
  flex-wrap: wrap;
  background: #F7F8FA;
  padding: 34px 55px 0 48px;
}
.menu .block-plans .block-wrap {
  flex-direction: column;
}
.menu .block-head {
  justify-content: space-between;
  align-items: center;
  align-self: baseline;
}
.menu .block-head .title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #969DB3;
  font-family: 'Poppins-Bold', sans-serif;
}
.menu .block-head .btn-view-all {
  font-size: 14px;
  line-height: 22px;
  color: #4A86F7 !important;
  border: none;
  background: transparent;
  font-family: "Inter-Bold", sans-serif;
  cursor: pointer;
}
.menu .block-head .btn-view-all:hover img {
  transform: translateX(3px);
}
.menu .block-head .btn-view-all img {
  margin-left: 10px;
  transition: .3s;
}
.menu .block-item {
  position: relative;
}
.menu .block-item .link-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.menu .block-item h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter-SemiBold", sans-serif;
}
.menu .block-item p {
  font-size: 14px;
  line-height: 22px;
  color: #6A7185;
}
.menu .block-item.big {
  width: 100%;
  max-width: 285px;
  margin-top: 8px;
  padding: 16px 16px 16px 56px;
  transition: .3s;
  border-radius: 12px;
  cursor: pointer;
}
.menu .block-item.big:hover {
  background: #fef6ed;
}
.menu .block-item.big img {
  left: 16px;
  max-width: 24px;
}
.menu .block-item.big p {
  max-width: 216px;
}
.menu .block-item.small {
  padding: 16px 16px 16px 0;
}
.header-nav,
.header_logo {
  z-index: 1;
}
.header.active {
  background: #ffffff;
  box-shadow: inset 0px -1px 2px #ebeef2;
}
.header.active .white-logo {
  display: none;
}
.header.active .dark-logo {
  display: block;
}
.header.active .header-nav a,
.header.active .header-nav li {
  color: #6a7185;
}
.header.active .header-nav a.login,
.header.active .header-nav .header-nav_btn {
  color: #35353d;
}
.header.active .header-nav .header-nav_btn {
  border: 2px solid #EBEEF2;
  border-radius: 12px;
}
.header.active .header-nav .header-nav_btn:hover {
  background: #f7f8fa;
}
.header.active .sub-menu svg path {
  fill: #A5ADC5;
}
.sub-menu {
  display: flex;
  align-items: center;
}
.sub-menu:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -33px;
  left: -4px;
  width: 99px;
  height: 3px;
  background: transparent;
}
.sub-menu svg {
  margin-left: 13px;
  transition: .3s;
}
.sub-menu svg path {
  fill: white;
}
.sub-menu.active {
  color: #35353d !important;
}
.sub-menu.active:before {
  background: #4a86f7;
}
.sub-menu.active svg {
  margin-left: 13px;
  transform: rotate(180deg);
  transform-origin: 50%;
  transition: .3s;
}
.sub-menu.active svg path {
  fill: #4a86f7 !important;
}
@media screen and (max-width: 991px) {
  body.hidden {
    overflow: hidden;
  }
  .header-nav {
    transform: translateY(-120%);
    transition: .3s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-nav.show {
    transform: translateY(0);
  }
  .header.mobStyle {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
  }
  .header.mobStyle .header-nav_btn {
    background: #4A86F7 !important;
    color: #fff !important;
  }
  .header.mobStyle .dark-logo {
    display: block;
  }
  .header.mobStyle .white-logo {
    display: none;
  }
  .header.mobStyle .mob-menu span {
    background: #35353d;
  }
  .header.mobStyle .header-nav {
    top: 64px;
  }
  .menu {
    min-height: unset;
  }
  .menu .block-wrap {
    padding-bottom: 35px;
  }
  .menu .block-item.big p,
  .menu .block-plans,
  .menu .block-head .title,
  .sub-menu:before {
    display: none;
  }
  .menu .block-big {
    padding: 0 !important;
  }
  .menu .block-item.big {
    width: 100%;
    max-width: 100%;
    padding: 8px 16px 8px 40px;
    margin-top: 0;
  }
  .menu .block-item h6 {
    text-transform: capitalize;
  }
  .btn-view-all {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu .block-big {
    flex: 0 0 100%;
  }
  .menu.active {
    position: relative;
    top: 0;
  }
  .menu .block-item.big img {
    left: 0;
  }
  .header-nav a.enterprise {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mob-menu .line1,
  .mob-menu .line2,
  .mob-menu .line3 {
    transition: .3s;
  }
  .mob-menu.active .line1 {
    transform: rotate(45deg) translateX(7px);
  }
  .mob-menu.active .line2 {
    opacity: 0;
  }
  .mob-menu.active .line3 {
    transform: rotate(-45deg) translateX(7px);
  }
}
.footer {
  padding-top: 170px;
  background: #2448b1;
}
.footer_container {
  max-width: 1560px;
}
.footer_text {
  margin-top: 6px;
}
.footer_wrapper-nav {
  padding-bottom: 47px;
  display: flex;
  justify-content: space-between;
}
.footer_wrap-nav {
  display: flex;
}
.footer_wrap-soc {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  max-width: 85px;
  width: 100%;
}
.footer_wrap-soc a {
  transition: transform .3s;
}
.footer_wrap-soc a:hover {
  transform: scale(1.1);
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 42px;
}
.footer_bottom .lang {
  font-family: "Inter-Bold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.footer_bottom .lang:before,
.footer_bottom .lang:after {
  content: '';
  display: block;
  position: absolute;
}
.footer_bottom .lang:before {
  left: -32px;
  /*top: calc(50% - 12px);*/
  width: 24px;
  height: 24px;
  background: url("../images/footer/globe.svg") no-repeat;
}
.footer_bottom .lang:after {
  right: -42px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("../images/footer/arrow-down.svg") no-repeat;
}
.footer_allright {
  font-family: 'Inter-Regular', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.footer .nav_block {
  margin-left: 102px;
}
.footer .nav_block:first-of-type {
  margin-left: 0;
}
.footer .nav_ul {
  padding-left: 0;
  margin: 0;
}
.footer .nav_ul li {
  margin-top: 6px;
}
.footer .nav_ul li:first-of-type {
  margin-top: 21px;
}
.footer .nav_ul li a {
  font-family: 'Inter-Regular', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
@media screen and (min-width: 1920px) {
  .fe_section-top .pattern,
  .fe_section-top .pattern-2 {
    width: 100%;
  }
  .milestones .critical-point_bg-1 {
    top: -89px;
  }
}
@media screen and (min-width: 2223px) {
  .menu .block-big .block-wrap {
    justify-content: flex-start;
  }
  .bg-12 {
    top: -94px;
  }
}
@media screen and (min-width: 2300px) {
  .bg-7 {
    display: block;
  }
}
@media screen and (min-width: 2400px) {
  .bg-12 {
    top: -108px;
  }
}
@media screen and (min-width: 1024px) {
  .integrate .blocks-row .block:nth-of-type(5) {
    margin-right: 0;
  }
  .integrate .blocks-row .block:nth-of-type(5),
  .integrate .blocks-row .block:first-of-type {
    top: -86px;
  }
  .integrate .blocks-row .block:nth-of-type(2),
  .integrate .blocks-row .block:nth-of-type(4) {
    top: -35px;
  }
  .integrate .blocks-row .block:nth-of-type(6),
  .integrate .blocks-row .block:last-of-type {
    top: -51px;
  }
  .integrate .blocks-row .block:last-of-type,
  .integrate .blocks-row .block:nth-of-type(8),
  .integrate .blocks-row .block:nth-of-type(7),
  .integrate .blocks-row .block:nth-of-type(6) {
    margin-bottom: 0;
  }
  .tasks .it_section-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .notification-email-in .tools-like_title.mob {
    display: none;
  }
  .left-vectopr-3block,
  .right-vectopr-3block,
  .errow-5block,
  .top-pic-4block {
    display: block;
  }
  .top-pic-4block {
    right: -180px;
    top: -35px;
    max-width: 750px;
  }
  .left-vectopr-3block {
    left: 0;
    top: -80px;
  }
  .right-vectopr-3block {
    right: 0;
    top: 25%;
  }
  .errow-5block {
    right: 5%;
    bottom: 14%;
  }
}
@media screen and (min-width: 769px) {
  .mob-block {
    display: none;
  }
}
@media screen and (min-width: 1601px) {
  .tags-mentions .it_section-top__col-text {
    max-width: 690px;
  }
}
@media screen and (max-width: 1919.99px) {
  .turn-features_container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1815px) {
  .bg-12 {
    top: -3.5vw;
  }
}
@media screen and (max-width: 1800px) {
  .project-templates .gmail-outlook_pic {
    right: 8%;
    bottom: 3%;
  }
  .po_section-top .bg-things {
    top: 0;
  }
}
@media screen and (max-width: 1705px) {
  .menu .block-big .block-head,
  .menu .block-big .block-wrap {
    max-width: 92%;
  }
}
@media screen and (max-width: 1660px) {
  .bg-12 {
    top: -3.5vw;
  }
}
@media screen and (max-width: 1600px) {
  .milestones_pattern {
    top: -9%;
    left: -13%;
  }
  .wrap-top-col.pic {
    max-width: 600px;
  }
  .wrap-top-col.pic img {
    width: 100%;
  }
  .project-templates .gmail-outlook_pic {
    right: 1%;
  }
  .menu .block-big .block-head,
  .menu .block-big .block-wrap {
    max-width: 100%;
  }
  .ep-path {
    left: 2%;
  }
  .enterprise_section-top {
    padding-bottom: 399px;
  }
  .enterprise_section-top .pattern {
    right: -161px;
    bottom: -15px;
  }
  .errow-5block {
    right: 2%;
    bottom: 16%;
    max-width: 179px;
  }
  .bg-12 {
    top: -3.1vw;
  }
}
@media screen and (max-width: 1473px) {
  .menu .block-big .block-wrap {
    justify-content: start;
  }
}
@media screen and (max-width: 1440px) {
  .bg-12 {
    top: 3.8vw;
    right: 4%;
    max-width: 350px;
  }
  .bg-10 {
    bottom: -17%;
    max-width: 600px;
  }
  .section-top_pic {
    left: 0;
  }
  .table_cell-title .tooltips .tooltip-info {
    right: -251px;
  }
  .table_cell-title .tooltips .tooltip-info:before {
    left: calc(21% - 5px);
  }
  .within-tasks .blocks {
    justify-content: center;
    align-items: center;
  }
  .within-tasks .blocks .block-pic {
    max-width: 550px;
    margin-right: 40px;
  }
  .within-tasks .blocks .block-pic_description {
    font-size: 20px;
    line-height: 30px;
  }
  .milestones .critical-point_bg-1 {
    right: 0;
    top: -59px;
  }
  .ep-path {
    left: 1%;
  }
  .project-templates .pattern-2 {
    right: -11vw;
  }
}
@media screen and (max-width: 1360px) {
  .bg-12 {
    top: 4.4vw;
  }
}
@media screen and (max-width: 1320px) {
  .tools-like_img {
    min-width: unset;
  }
  .clients {
    padding-top: 188px;
    padding-bottom: 190px;
  }
  .clients_title {
    margin-left: 50px;
  }
  .clients .blocks {
    right: 9.6%;
    max-width: 512px;
  }
  .clients .blocks_big {
    max-width: 295px;
  }
  .clients .blocks_small {
    max-width: 195px;
  }
  .clients .blocks_wrap {
    margin-bottom: 22px;
    height: 150px;
  }
  .create-better-systems .blocks {
    grid-template-columns: repeat(4, [col] 210px);
    grid-template-rows: repeat(2, [row] 210px);
    transition: .3s;
  }
  .create-better-systems .block-img {
    max-width: 210px;
    transition: .3s;
  }
  .create-better-systems .block .icon {
    width: 69px;
    height: 69px;
    transition: .3s;
  }
  .create-better-systems .block .icon img {
    width: 44px;
    transition: .3s;
  }
  .create-better-systems .block .icon-1 {
    top: 42px;
    left: 25px;
    transition: .3s;
  }
  .create-better-systems .block .icon-2 {
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    transition: .3s;
  }
  .create-better-systems .block .icon-3 {
    bottom: 42px;
    right: 25px;
    transition: .3s;
  }
  .create-better-systems .block-5 img {
    max-width: 300px;
    transition: .3s;
  }
  .create-better-systems .block-text p {
    font-size: 16px;
    line-height: 28px;
    transition: .3s;
  }
  .create-better-systems .block-text p:first-of-type {
    margin-top: 5px;
  }
  .milestones_pattern {
    top: 0;
  }
  .milestones_pattern img {
    width: 100%;
  }
  .banner-top-pic {
    max-width: 100%;
    width: 100%;
  }
  .wrap-top-col.pic {
    max-width: 470px;
  }
  .tags-mentions .wrap-top-col img {
    max-width: 473px;
  }
  .tags-mentions .wrap-top-row {
    justify-content: center;
  }
  .tags-mentions .it_section-top__title {
    font-size: 48px;
    line-height: 56px;
    max-width: 453px;
  }
  .tags-mentions .pass_section-top h1 img {
    max-width: 62px;
    right: 8px;
    top: -9px;
  }
  .tags-mentions .it_section-top__caption {
    max-width: 380px;
  }
  .project-templates .gmail-outlook_pic {
    max-width: 200px;
  }
  .project-templates .block_check-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 32px;
  }
  .bg-12 {
    top: 67px;
    right: 4%;
    max-width: 350px;
  }
}
@media screen and (max-width: 1320px) and (min-width: 1121px) {
  .workflows .block_img img.desc-pic {
    right: 4%;
    top: 112px;
    max-width: 700px;
  }
}
@media screen and (max-width: 1120.98px) and (min-width: 992px) {
  .workflows .block_img img.desc-pic {
    right: -3%;
    top: 112px;
    max-width: 650px;
  }
  .workflows .block_text {
    max-width: 440px;
  }
  .login_form.big {
    padding-left: 20px;
    padding-right: 20px;
  }
  .addons .blocks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 1270px) {
  .errow-5block,
  .top-pic-4block {
    display: none;
  }
  .enterprise-benefits .blocks {
    flex-wrap: wrap;
  }
  .enterprise-benefits .blocks .block-select {
    width: 100%;
    max-width: 100%;
  }
  .enterprise-benefits .blocks .block-select ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .enterprise-benefits .blocks .block-select ul li {
    padding: 16px 15px 16px 15px;
    border: none;
  }
  .enterprise-benefits .blocks .block-select ul li.active:before {
    display: none;
  }
  .enterprise-benefits .blocks .block-pic {
    width: 100%;
    margin: 40px auto 0;
  }
  .enterprise-benefits .blocks img {
    max-width: 100%;
  }
  .gantt-view .blocks {
    justify-content: center;
    align-items: center;
  }
  .gantt-view .blocks .block_img {
    max-width: 750px;
  }
  .gantt-view .blocks .block_img img {
    max-width: 100%;
  }
  .desc-pic,
  .robust-issues_block-info .bg {
    display: none !important;
  }
  .mob-pic {
    display: block !important;
    max-width: 100%;
    width: 100%;
  }
  .fe-pic {
    max-width: 500px;
    margin: 60px auto 0;
  }
  .project-overview-wrap .mob-pic {
    display: none !important;
  }
  .project-overview-wrap .desc-pic {
    display: block !important;
  }
}
@media screen and (max-width: 1230px) {
  .freedcamp-people .blocks {
    justify-content: space-around;
  }
  .freedcamp-people .blocks .block {
    max-width: 412px;
  }
  .enterprise_section-top .pattern {
    max-width: 100%;
  }
  .enterprise_section-top {
    padding-top: 150px;
    padding-bottom: 280px;
  }
  .our-mission .blocks .block_pic {
    max-width: 443px;
  }
  .our-mission_container .blocks {
    max-width: 1060px;
    margin: 0 auto;
  }
  .our-mission {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .enterprise-benefits .blocks .block-pic img {
    max-width: 100%;
  }
  .project-overview-wrap .project-overview .block.big {
    max-width: 60%;
  }
  .project-overview-wrap .project-overview .block.small {
    max-width: 38%;
  }
  .project-templates .pattern-2 {
    right: -24vw;
  }
  .testimonials-center_container {
    max-width: 856px;
  }
  .testimonials-center {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bg-12 {
    top: 61px;
  }
  .header-nav {
    font-size: 14px;
    line-height: 22px;
  }
  .header-nav a,
  .header-nav li {
    margin: 0 8px;
  }
  .header-nav .sub-menu {
    margin-right: 32px;
  }
  .header-nav .sub-menu:after {
    top: 11px;
    right: -21px;
    width: 10px;
    height: 5px;
    background-size: contain;
  }
  .header-nav_btn {
    padding: 9px 16px;
  }
  .section-top_title {
    max-width: 864px;
  }
  .section-top_pic {
    max-width: 892px;
  }
  .text-white-top {
    font-size: 16px;
    line-height: 28px;
    max-width: 725px;
    margin: 12px auto 0;
  }
  .section-top_btn {
    display: block;
    margin: 40px auto 0;
    padding: 16px 50px;
  }
  h1,
  .h1 {
    font-size: 48px;
    line-height: 56px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 48px;
  }
  h5,
  .h5 {
    font-size: 24px;
    line-height: 40px;
  }
  .partners-block {
    max-width: 904px;
  }
  .our-achievement,
  .management-hard {
    padding-top: 100px;
  }
  .title-h2-center {
    max-width: 641px;
  }
  .our-achievement_blocks {
    max-width: 848px;
    margin-top: 48px;
  }
  .block-hover {
    max-width: 272px;
    min-height: 252px;
  }
  .block-hover_title {
    font-size: 40px;
    line-height: 56px;
  }
  .block-hover_description {
    font-family: "Inter-Medium", sans-serif;
  }
  .management-hard h2 {
    max-width: 502px;
  }
  .management-hard .blocks {
    margin-top: 48px;
    max-width: 864px;
  }
  .management-hard .blocks-illustration,
  .management-hard .blocks-description {
    max-width: 420px;
  }
  .management-hard .blocks-description p {
    padding-top: 5px;
  }
  .blocks-illustration_block {
    max-width: 160px;
    min-height: 160px;
    padding: 24px;
  }
  .blocks-illustration_block.card-2 {
    left: calc(50% - 80px);
    top: calc(50% - 80px);
  }
  .blocks-illustration_block.card-3 {
    left: unset;
    right: 9%;
    top: 199px;
  }
  .partners .bg-1 {
    left: 0;
    top: 6.3%;
    max-width: 143px;
  }
  .partners .bg-2 {
    max-width: 65px;
  }
  .partners .bg-3 {
    bottom: -23.2%;
    max-width: 170px;
  }
  .manag-solutions_blocks {
    max-width: 864px;
  }
  .manag-solutions_blocks .block {
    max-width: 272px;
  }
  .manag-solutions {
    padding-top: 150px;
    padding-bottom: 158px;
  }
  .title-xs,
  .title-m,
  .body-l {
    font-size: 16px;
  }
  .title-m {
    line-height: 24px;
  }
  .body-l {
    line-height: 28px;
  }
  .bg-4 {
    max-width: 187px;
  }
  .project-management_line {
    display: none;
  }
  .tools-like_container .row {
    max-width: 1050px;
  }
  .tools-like_container .row .col-50 {
    max-width: 460px;
  }
  .tools-like_container .row .col-50.pic {
    display: flex;
    align-items: center;
  }
  .footer .nav_block {
    margin-left: 60px;
  }
  .footer_wrap-nav {
    margin-top: 50px;
  }
  .login_right-block {
    overflow: hidden;
    flex: 0 0 30%;
    min-width: 440px;
  }
  .login_right-pic {
    left: -71px;
    position: relative;
  }
  .form-group-radio label small,
  .form-group-radio label span {
    width: 157px;
  }
  .fe_manage-system_col.pic {
    max-width: 426px;
    display: flex;
    align-items: center;
  }
  .manage-system_row {
    margin-top: 0;
  }
  .manage-system {
    padding-bottom: 60px;
  }
  .loved-by .blocks {
    padding: 40px 20px;
  }
  .freedcamp-people {
    padding-top: 120px;
  }
  .freedcamp-people .block_img {
    left: 51%;
  }
  .our-mission .block_text {
    max-width: 393px !important;
  }
  .our-mission .blocks .block_text-pic {
    top: 96px;
    right: -172px;
  }
  .tools-like_container2 .tools-like_row2 .col-50 {
    max-width: 50%;
  }
  .reliable_row-trial .block {
    max-width: 264px;
    height: 180px;
  }
  .reliable_row-trial .block img {
    max-width: 50%;
  }
  .fe_manage-system_col.text {
    max-width: 391px;
  }
  .po_manage-system_col {
    max-width: 432px;
    margin-left: 40px;
  }
  .manage-system_row {
    justify-content: center;
  }
  .pass_manage-system .manage-system_row {
    align-items: center;
    justify-content: space-around;
  }
  .po_manage-system_col .girl {
    max-width: 344px;
    left: 42px;
    z-index: 1;
  }
  .manage-system.tt_manage-system.fe_manage-system {
    padding-top: 60px;
  }
  .menu-login {
    right: 33px;
  }
  .suits-best .block-pic img {
    max-width: 410px;
  }
  .suits-best .block-pic_card {
    min-width: 165px;
    padding: 14px 9px 14px 9px;
  }
  .suits-best .block-pic {
    left: -55px;
  }
  .suits-best .block-pic_card.card-1 {
    left: -84px;
  }
  .suits-best .block-pic_card.card-2 {
    right: -58px;
  }
  .suits-best .block-text {
    max-width: 372px;
  }
  .tasks .file-edit_blocks {
    max-width: 864px;
    margin: 48px auto 0;
  }
  .tasks .file-edit .file-edit_block {
    max-width: 198px;
    height: 168px;
    min-height: unset;
    padding: 16px;
    margin: 10px;
  }
  .tasks .file-edit .file-edit_block .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 31px;
  }
  .tasks .file-edit .file-edit_blocks {
    margin-top: 48px;
  }
  .discussions .po_manage-system_col {
    max-width: 420px;
  }
  .discussions .po_manage-system_col .girl {
    bottom: -70px;
  }
  .discussions .manage-system .pic {
    max-height: 546px;
    min-height: unset;
  }
  .discussions .manage-system .pic .file {
    max-width: 258px;
  }
  .discussions .manage-system_row {
    justify-content: space-evenly;
  }
  .discussions .manage-system_col.text p {
    font-size: 16px;
    line-height: 28px;
  }
  .discussions .manage-system_col .tools-like_item {
    margin-top: 6px;
  }
  .discussions .manage-system_col .tools-like_item p {
    font-size: 14px;
    line-height: 22px;
  }
  .take-control .block_pic {
    max-width: 434px;
  }
  .take-control .block_text {
    max-width: 364px;
  }
  .take-control .blocks {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .milestones .critical-point {
    padding-top: 120px;
    padding-bottom: 180px;
  }
  .milestones .critical-point_bg-1 {
    top: -44px;
  }
  .milestones .critical-point_bg-2 {
    display: none;
  }
  .milestones .clean-workflows_bg-1 {
    display: none;
  }
  .wrap-top-col {
    max-width: 563px;
  }
  .wrap-top-col img {
    max-width: 100%;
  }
  .files .fe_section-top__title img {
    left: 250px;
    top: 0;
    max-width: 26px;
  }
  .notification-email-in .po_manage-system_col .girl {
    left: -101px;
    bottom: 14px;
    min-width: 604px;
  }
  .notification-email-in .manage-system .pic {
    max-height: 484px;
  }
  .notification-email-in .manage-system .pic .file-3 {
    max-width: 193px;
  }
  .notification-email-in .manage-system .pic .file-1 {
    max-width: 272px;
  }
  .notification-email-in .manage-system_row {
    align-items: center;
  }
  .tags-mentions .manage-system_row {
    justify-content: space-evenly;
  }
  .tags-mentions .manage-system_row.first {
    margin-top: 0;
  }
  .tags-mentions .manage-system_row.second {
    margin-top: 6px;
  }
  .tags-mentions .manage-system_row.third {
    margin-top: -10px;
  }
  .tags-mentions .manage-system_row.fourth {
    margin-top: 45px;
  }
  .tags-mentions .manage-system_col.text p {
    font-size: 14px;
    line-height: 24px;
  }
  .tags-mentions .manage-system_line {
    top: 10%;
    max-width: 16px;
  }
  .permissions-system-management .po_manage-system_col {
    min-height: 480px;
  }
  .permissions-system-management .manage-system_col.text p {
    font-size: 16px;
    line-height: 28px;
  }
  .section-3-pic {
    display: none;
  }
  .wiki .section-3 {
    padding-bottom: 160px;
  }
  .project-templates .clients_title img {
    top: -47%;
    right: -3%;
  }
  .turn-features .different-role {
    padding-bottom: 20px;
  }
  .turn-features .different-role .block_text {
    order: -1;
  }
  .turn-features .different-role .blocks {
    justify-content: space-around;
  }
  .turn-features .different-role .block_pic {
    max-width: 431px;
  }
  .turn-features .different-role .block_pic img {
    max-width: 100%;
  }
  .turn-features .section-2_wrap {
    justify-content: space-evenly;
  }
  .project-overview-wrap .po_section-top__title img {
    display: none;
  }
  .project-overview-wrap .po_multiple-projects .blocks .block_pic {
    display: flex;
    justify-content: center;
  }
  .project-overview-wrap .po_multiple-projects .blocks .block_pic img {
    max-width: 416px;
    width: 100%;
  }
  .time-tracking-wrap .manage-system_row {
    justify-content: space-evenly;
  }
  .time-tracking-wrap .manage-system_row .tt_manage-system_col .bg {
    max-width: 115px;
  }
  .time-tracking-wrap .manage-system_row .tt_manage-system_col .girl {
    bottom: -60px;
    max-width: 300px;
  }
  .header-nav .sub-menu {
    margin-right: 16px;
  }
  .header-nav li.header-nav_enterprise,
  .header-nav .sub-menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .project-templates .pattern-2 {
    right: -44vw;
  }
}
@media screen and (max-width: 1060px) {
  .our-mission .blocks .block_pic .progress-bar {
    margin-top: 15px;
    padding: 17px;
  }
  .our-mission .blocks .block_text-pic {
    top: 160px;
    right: -120px;
  }
  .within-tasks .blocks .block-pic {
    max-width: 474px;
    margin-right: 40px;
  }
  .menu .block-big {
    padding: 34px 30px 0 60px;
  }
  .robust-issues_text {
    max-width: 410px;
  }
}
@media screen and (min-width: 1025px) {
  .pricing_top-plans {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .bg-12 {
    top: 68px;
    right: -1%;
  }
  .bg-10 {
    bottom: -13%;
    max-width: 450px;
  }
  .it_section-top__title {
    font-size: 48px;
    line-height: 56px;
  }
  .discussions .banner-top-pic {
    width: 100%;
    max-width: 557px;
  }
  .discussions .robust-issues {
    padding-top: 140px;
  }
  .discussions .robust-issues .block {
    max-width: 864px;
    margin-top: 48px;
    padding: 48px;
  }
  .discussions .robust-issues .block p {
    font-size: 16px;
    line-height: 28px;
  }
  .discussions .robust-issues .block img {
    max-width: 102px;
    bottom: -64px;
    right: -40px;
  }
  .discussions .robust-issues .row-grid {
    max-width: 864px;
  }
  .discussions .robust-issues_col.text {
    max-width: 272px;
    padding-left: 0;
  }
  .discussions .robust-issues_col .title {
    margin-top: 16px;
    font-size: 20px;
    line-height: 32px;
  }
  .discussions .robust-issues_col .description {
    font-size: 14px;
    line-height: 22px;
  }
  .take-control .block_text p {
    font-size: 16px;
    line-height: 28px;
  }
  .milestones_pattern img {
    width: 100%;
  }
  .milestones .it_section-top__title img {
    max-width: 300px;
  }
  .milestones .critical-point_bg-1 {
    top: -44px;
    max-width: 366px;
  }
  .notification-email-in .it_section-top__title {
    max-width: 300px;
  }
  .notification-email-in .it_section-top__title img {
    right: 14px;
    top: 68px;
    max-width: 60px;
    transform: rotate(322deg);
  }
  .permissions-system-management .different-role_container {
    max-width: 864px;
  }
  .permissions-system-management .pass_manage-system {
    padding-bottom: 40px;
  }
  .robust-issues .row-grid {
    margin: 48px auto 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .turn-features .different-role .block_text {
    font-size: 16px;
    line-height: 32px;
    max-width: 366px;
  }
  .turn-features .section-3 .section-2_wrap {
    margin-top: 0;
  }
  .turn-features .section-3 .fe_manage-system_col.text {
    order: -1;
  }
  .features .section-top {
    padding-bottom: 89px;
  }
  .pass-system_col {
    position: static !important;
    margin-top: 30px;
    margin-bottom: 30px;
    order: -1;
    transform: unset !important;
  }
  .enterprise_section-top .container {
    max-width: 904px;
  }
  .enterprise_col-text .section-top_caption,
  .enterprise_col-text .section-top_description {
    font-size: 14px;
  }
  .enterprise_section-top {
    padding-bottom: 264px;
  }
  .enterprise_section-top .container .wrap-top-row {
    margin-top: 22px;
  }
  .enterprise_section-top .pattern {
    right: -110px;
    bottom: -28px;
    max-width: 115%;
  }
  .enterprise_col-text .it_section-top__title {
    font-size: 56px;
  }
  .enterprise_col-text .section-top_description {
    font-size: 20px;
  }
  .tasks .title-pic {
    left: 0;
    top: 58px;
    max-width: 139px;
  }
  .tasks .it_section-top {
    padding-bottom: 120px;
  }
  .gantt-view {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 1023.98px) {
  .left-vectopr-3block,
  .right-vectopr-3block,
  .errow-5block {
    display: none;
  }
  .integrate .blocks-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 511px;
  }
  .integrate .blocks-row .block {
    margin: 0 auto;
  }
  .tags-mentions .mobile {
    display: inline;
  }
  .tags-mentions .desktop {
    display: none;
  }
  .addons .blocks {
    grid-template-columns: repeat(3, 1fr);
  }
  .manage-system_row {
    flex-direction: column;
    position: relative;
  }
  .fe_manage-system_col.text {
    max-width: 100%;
  }
  .user-billing {
    max-width: 400px;
  }
  .pass_manage-system .item {
    max-width: 30%;
    align-items: baseline;
    display: inline-grid;
    margin-top: 88px;
  }
  .pass_manage-system .manage-system_row .item {
    display: flex;
    align-items: center;
  }
  .pass_manage-system .manage-system_row .item p {
    text-align: left;
  }
  .fe_manage-system_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fe_manage-system-wrap {
    width: 100%;
  }
  .fe_manage-system_col.pic {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-75%);
  }
  .our-mission .blocks .block_text-pic {
    right: -80px;
  }
  .po_manage-system_col {
    max-width: 432px;
    margin: 32px auto 0;
  }
  .fe_manage-system_col.manage-system_col.text {
    text-align: center;
  }
  .tools-like_up,
  .tools-like_title {
    max-width: 100%;
    width: 100%;
  }
  .manage-system_col.text p {
    font-size: 16px;
    line-height: 28px;
  }
  .tasks .it_section-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tasks .it_section-top img.banner-top {
    max-width: 446px;
  }
  .discussions .manage-system_col .tools-like_item {
    text-align: left;
  }
  .discussions .fe_manage-system_col.manage-system_col.text {
    max-width: 600px;
  }
  .discussions .po_manage-system_col .girl {
    bottom: -8px;
  }
  .notification-email-in .po_manage-system_col .girl {
    min-width: 578px;
  }
  .notification-email-in .tools-like_title {
    display: none;
  }
  .notification-email-in .tools-like_title.mob {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .notification-email-in .po_manage-system_col.pic {
    order: -1;
  }
  .notification-email-in .fe_manage-system_col {
    display: block;
    margin-top: 40px;
  }
  .notification-email-in .pass_manage-system .item {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-top: 12px;
  }
  .notification-email-in .pass_manage-system .item p {
    text-align: left;
  }
  .tags-mentions .fe_manage-system_col.pic {
    position: static;
    transform: translateY(0);
    max-width: 100%;
    width: 100%;
  }
  .tags-mentions .manage-system_row {
    margin-top: 0;
  }
  .tags-mentions .manage-system_line {
    display: none;
  }
  .tags-mentions .fe_manage-system_col.manage-system_col.text {
    order: -1;
  }
  .permissions-system-management .it_section-top__title img {
    right: -45px;
    top: -20px;
    transform: rotate(1deg);
  }
  .permissions-system-management .po_manage-system_col.pic {
    order: unset;
    overflow: hidden;
  }
  .permissions-system-management .tools-like_title {
    display: block;
  }
  .permissions-system-management .po_manage-system_col .man {
    left: 0;
  }
  .permissions-system-management .management-tools {
    padding-top: 48px;
  }
  .permissions-system-management .management-tools_row {
    margin-top: 40px;
  }
  .permissions-system-management .management-tools_row .blocks {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .permissions-system-management .management-tools_row .blocks .block {
    padding: 20px 20px 24px 32px;
  }
  .wiki .slider-clean-workflows {
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .wiki .slider-clean-workflows .slide {
    margin-top: 16px;
  }
  .project-templates .tt_manage-system_col.pic {
    order: -1;
    margin-top: 20px;
    min-height: unset;
    max-height: unset;
  }
  .project-templates .it_section-top__title img {
    right: 88px;
    top: -39px;
    max-width: 35px;
  }
  .turn-features .fe_manage-system_col.manage-system_col.text {
    text-align: left;
  }
  .turn-features .pic-bg {
    display: none;
  }
  .turn-features .section-2_wrap {
    flex-wrap: wrap;
  }
  .turn-features .management-tools_row .blocks {
    grid-template-rows: repeat(2, 1fr);
  }
  .turn-features .section-2 {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .project-overview-wrap .project-overview .block.big {
    max-width: 100%;
  }
  .project-overview-wrap .project-overview .block.small {
    max-width: 100%;
  }
  .time-tracking-wrap .tt-pic-mob {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    max-width: 500px;
  }
  .time-tracking-wrap .tt-pic-desc {
    display: none;
  }
  .time-tracking-wrap .manage-system.tt_manage-system.fe_manage-system {
    padding-top: 30px;
  }
  .time-tracking-wrap .time-tracker_blocks {
    flex-wrap: wrap;
  }
  .time-tracking-wrap .time-tracker_blocks .block_img img {
    width: 100%;
  }
  .time-tracking-wrap .time-tracker_blocks .block_img,
  .time-tracking-wrap .time-tracker_blocks .block_text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991.98px) {
  .mob-menu {
    display: block;
    background: transparent;
    border: none;
  }
  .mob-menu span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #ffffff;
    position: relative;
    margin-top: 3px;
  }
  .header-nav,
  .bg-1,
  .bg-2,
  .bg-3 {
    display: none;
  }
  .header.default .header-nav {
    top: 64px;
    height: calc(100vh - 64px);
  }
  .header-nav {
    display: block;
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 84px;
    height: calc(100vh - 84px);
  }
  .header-nav ul {
    flex-direction: column;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
  }
  .header-nav ul li {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 2px solid #EBEEF2;
  }
  .header-nav ul li svg {
    right: 0;
    top: calc(50% - 3px);
  }
  .header-nav ul li svg path {
    fill: #A5ADC5;
  }
  .header-nav ul li a.price {
    margin: 0 !important;
  }
  .header-nav a,
  .header-nav li {
    color: #969db3;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .btn-mob {
    padding: 0 !important;
  }
  .btn-mob.login {
    order: 4;
    border-bottom: 0;
  }
  .btn-mob.login a {
    background: #FFFFFF;
    border: 2px solid #EBEEF2;
    border-radius: 12px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 16px 0 0 0!important;
    padding: 13px 0;
  }
  .btn-mob.get-free {
    margin-top: auto !important;
    border-bottom: 0;
  }
  .btn-mob.get-free a {
    background: #4A86F7;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 14px 0;
  }
  .header {
    padding-left: 20px;
    padding-right: 22px;
  }
  .header.default .mob-menu span {
    background: #35353d;
  }
  .section-top_caption {
    font-size: 12px;
  }
  .section-top_pic {
    left: 0;
  }
  .section-top_pic.desk {
    height: 300px;
  }
  .partners-block {
    justify-content: space-around;
  }
  .our-achievement_blocks .block-hover:nth-of-type(2) {
    margin-right: 15px;
    margin-left: 15px;
  }
  .management-hard .blocks {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .management-hard .blocks .blocks-description {
    margin-top: 40px;
  }
  .project-management_block img {
    max-width: 180px;
  }
  .bg-4,
  .bg-5,
  .bg-6,
  .bg-7,
  .bg-8,
  .bg-10,
  .bg-11,
  .bg-12 {
    display: none;
  }
  .tools-like_container .row {
    max-width: 768px;
  }
  .tools-like_container .row .col-50 {
    max-width: 344px;
  }
  .tools-like_item {
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
  }
  .tools-like_item img {
    left: 0;
  }
  .tools-like_item p {
    margin-left: -35px;
  }
  .tools-like_item .text-body {
    margin-left: 0;
  }
  .tools-like_row2 {
    padding-top: 20px;
  }
  .testimonials-left {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .testimonials-left .testimonials_people {
    max-width: 242px;
    margin-top: 32px;
  }
  .testimonials-left .testimonials_people img {
    width: 48px;
    height: 48px;
  }
  .testimonials-left .testimonials_people .info_name {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonials-left .testimonials_people .info_position {
    font-size: 14px;
    line-height: 22px;
  }
  .testimonials_text {
    font-family: 'Inter-Regular', sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
  .testimonials-left .testimonials_text {
    border-bottom: 2px solid #EBEEF2;
    padding-bottom: 32px;
  }
  .gray-section.testimonials-center {
    padding-right: 16px;
    padding-left: 16px;
  }
  .customizables {
    padding-top: 100px;
    padding-bottom: 25px;
  }
  .customizables .blocks {
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 650px;
  }
  .customizables .blocks .block {
    text-align: center;
    margin-bottom: 50px;
  }
  .clients {
    padding-top: 88px;
    padding-bottom: 90px;
  }
  .clients_title {
    max-width: 263px;
    margin: 0 auto;
    text-align: center;
  }
  .clients .blocks {
    position: relative;
    right: 0;
    max-width: 800px;
    margin: 40px auto 0;
    transform: unset;
  }
  .clients .blocks_big {
    max-width: 60%;
  }
  .clients .blocks_small {
    max-width: 35%;
  }
  .clients .blocks_wrap {
    margin-bottom: 22px;
    height: 150px;
  }
  .words .blocks {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .words .blocks .blocks_item {
    background: #ffffff;
    box-shadow: 1px 16px 60px rgba(147, 155, 183, 0.12);
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
  }
  .words .blocks .blocks_item img {
    max-width: 100px;
  }
  .enterprise_block {
    max-width: 460px;
  }
  .featured-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .loved-by {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .loved-by .blocks {
    flex-wrap: wrap;
  }
  .loved-by .blocks .block_title {
    font-size: 16px;
    line-height: 24px;
  }
  .loved-by .blocks .block_price-summa {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .loved-by .blocks .block_description {
    font-size: 12px;
    line-height: 16px;
  }
  .loved-by .blocks .block_btn {
    min-width: 163px;
    padding: 12px 22px;
  }
  .enterprise_section-top {
    padding-top: 100px;
    padding-bottom: 234px !important;
  }
  .our-mission .blocks .block_pic {
    max-width: 420px;
  }
  .tools-like_container2 .tools-like_row2 {
    max-width: 864px;
  }
  .tools-like_container2 .tools-like_row2 .col-50 {
    max-width: 47%;
  }
  .reliable_row-trial .btn {
    margin-left: 64px;
  }
  .loved-by .bg-left,
  .loved-by .bg-right {
    display: none;
  }
  .create-better-systems .blocks {
    grid-template-columns: repeat(4 , [col] 164px);
    grid-template-rows: repeat(2, [row] 164px);
  }
  .create-better-systems .block .icon-1 {
    top: 32px;
    left: 19px;
    transition: .3s;
  }
  .create-better-systems .block .icon-2 {
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    transition: .3s;
  }
  .create-better-systems .block .icon-3 {
    bottom: 32px;
    right: 19px;
    transition: .3s;
  }
  .create-better-systems .block-5 img {
    max-width: 249px;
    left: -18px;
    transition: .3s;
  }
  .create-better-systems .block-img {
    max-width: 163px;
    transition: .3s;
  }
  .create-better-systems .block .icon {
    width: 54px;
    height: 54px;
    transition: .3s;
  }
  .create-better-systems .block .icon img {
    width: 31px;
    transition: .3s;
  }
  .create-better-systems .block-3 img {
    bottom: -4px;
    transition: .3s;
  }
  .create-better-systems .block-4 img {
    bottom: -10px;
    transition: .3s;
  }
  .milestones .critical-point_bg-1 {
    display: none;
  }
  .project-templates .clients_title img {
    top: -50%;
    right: -4%;
  }
  .project-templates .gmail-outlook .block_text {
    text-align: center;
  }
  .project-templates .block_check-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 32px;
  }
  .project-templates .block_check.last p {
    min-width: unset;
  }
  .project-templates .gmail-outlook_pic {
    display: none;
  }
  .bugs_blocks-col {
    max-width: 49%;
    margin-bottom: 15px;
  }
  .robust-issues_block-info {
    background: transparent;
    box-shadow: unset;
    border-radius: unset;
    padding: 40px 40px 0;
  }
  .enterprise_section-top .pattern {
    right: -59px;
    bottom: -15px;
    max-width: 772px;
  }
}
@media screen and (max-width: 950px) {
  .our-mission .blocks .block_text-pic {
    right: -30px;
  }
  .our-mission .blocks .block_pic {
    max-width: 38%;
  }
  .suits-best .blocks {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .suits-best .block-pic {
    max-width: 410px;
    left: 0;
    margin: 0 auto;
  }
  .suits-best .block-text {
    margin: 60px auto 0;
    order: 1;
  }
}
@media screen and (max-width: 918px) {
  .within-tasks .blocks .block-list {
    margin-top: 50px;
  }
  .within-tasks .blocks .block-pic {
    margin-right: unset;
  }
}
@media screen and (max-width: 900px) {
  .vertical-tabs {
    flex-wrap: wrap;
  }
  .tabs.vertical,
  .tabs-content {
    max-width: 100%;
  }
  .head_icon {
    margin-right: 16px;
  }
  .content_block-title {
    font-size: 20px;
    line-height: 32px;
  }
  .loved-by .blocks {
    padding-left: 32px;
    padding-right: 32px;
  }
  .loved-by .blocks .block {
    width: 100%;
    max-width: 251px;
    margin: 40px auto 0;
  }
  .loved-by .blocks .block_title {
    font-size: 16px;
    line-height: 24px;
  }
  .loved-by .blocks .block_price-summa {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .loved-by .blocks .block_description {
    font-size: 12px;
    line-height: 16px;
  }
  .loved-by .blocks .block_btn {
    min-width: 163px;
    max-width: 100%;
    padding: 12px 22px;
  }
  .freedcamp-people .blocks {
    justify-content: center;
    flex-direction: column;
  }
  .freedcamp-people .blocks .block {
    max-width: 412px;
    margin: 92px auto 0;
  }
  .freedcamp-people .blocks .block:first-of-type {
    margin-top: 0;
  }
  .freedcamp-people .block::after {
    left: 47.5%;
    top: -17%;
  }
  .freedcamp-people .block_img {
    left: 50.55%;
    top: -13%;
  }
  .fe_manage-system_col.pic {
    max-width: 375px;
  }
  .user-billing {
    max-width: 354px;
  }
  .fe_manage-system_col.pic {
    transform: translateY(-81%);
  }
  .reliable_row-trial .btn {
    margin-left: 0;
  }
  .reliable_row-trial .block {
    margin-right: 24px;
  }
  .reliable_row-trial {
    padding-left: 0;
  }
  .tasks .file-edit .file-edit_blocks {
    flex-wrap: wrap;
    justify-content: center;
  }
  .it_section-top .wrap-top-row {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .it_section-top__col-text {
    margin-left: 0;
    text-align: center;
  }
  .discussions .pass_section-top h1 img {
    width: 32px;
    left: -11px;
    top: -24px;
  }
  .it_section-top__title {
    font-size: 40px;
    line-height: 56px;
  }
  .it_section-top__caption {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }
  .it_section-top__button {
    margin-top: 32px;
    font-size: 14px;
    line-height: 22px;
    padding: 13px 45px;
  }
  .it_section-top {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .discussions .robust-issues .row-grid {
    grid-template-columns: repeat(2, 272px);
    justify-content: center;
  }
  .calendar .it_section-top.pass_section-top {
    padding-bottom: 62px;
  }
  .calendar .wrap-top-col.pic {
    margin-top: 41px;
  }
  .calendar .pass_section-top h1 img {
    width: 32px;
    left: unset;
    top: -2px;
  }
  .take-control .block_text {
    max-width: 364px;
    order: -1;
  }
  .take-control {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .take-control .block_pic {
    margin-top: 32px;
  }
  .calendar .project-management {
    padding-top: 90px;
  }
  .banner-top-pic {
    margin-top: 40px;
  }
  .milestones .pass_section-top h1 {
    max-width: 284px;
    margin: 0 auto;
  }
  .milestones .pass_section-top h1 img {
    max-width: 262px;
    left: 28px;
  }
  .milestones .critical-point .blocks {
    flex-wrap: wrap;
    justify-content: center;
  }
  .milestones .block_text {
    margin-top: 24px;
    text-align: center;
  }
  .milestones .critical-point {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .milestones .clean-workflows .slider-clean-workflows {
    margin-top: 0;
  }
  .files .fe_section-top__title img {
    left: 206px;
    top: 0;
    max-width: 26px;
  }
  .it_section-top__title {
    max-width: 300px;
    margin: 0 auto;
  }
  .enterprise_section-top .it_section-top__title {
    max-width: unset;
    margin: unset;
  }
  .notification-email-in .wrap-top-col .tt-caption {
    margin-top: 40px;
  }
  .notification-email-in .it_section-top {
    padding-bottom: 80px !important;
    padding-top: 120px;
  }
  .notification-email-in .it_section-top__title img {
    right: -20px;
  }
  .tags-mentions .it_section-top__title {
    font-size: 40px;
    line-height: 56px;
  }
  .tags-mentions .pass_section-top h1 img {
    right: 8px;
    top: 58px;
  }
  .tags-mentions .it_section-top__caption {
    margin: 10px auto;
  }
  .permissions-system-management .wrap-top-col.pic {
    margin-top: 34px;
  }
  .robust-issues_container .row {
    flex-wrap: wrap !important;
  }
  .robust-issues_title {
    text-align: center;
    margin: 0 auto;
  }
  .robust-issues_text {
    margin: 32px auto 0;
    text-align: center;
  }
  .wiki .robust-issues_title img {
    display: none;
  }
  .project-templates .it_section-top__title img {
    right: 40px;
  }
  .project-templates .pattern-2 {
    display: none;
  }
  .project-templates .block_check-wrap {
    grid-row-gap: 0;
  }
  .turn-features .po_manage-system_col.pic {
    min-height: unset;
  }
  .project-overview-wrap .wrap-top-col {
    text-align: center;
  }
  .project-overview-wrap .po_section-top__title {
    max-width: 100%;
  }
  .project-overview-wrap .po_section-top__container .wrap-top-col.img img {
    margin-top: 34px;
  }
  .project-overview-wrap .tools-like_up {
    margin-top: 0;
  }
  .project-overview-wrap .po_multiple-projects .blocks {
    flex-wrap: wrap;
    justify-content: center;
  }
  .project-overview-wrap .po_multiple-projects .blocks .block_text .box_head h6 {
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .project-overview-wrap .file-edit {
    padding-bottom: 33px;
  }
  .project-overview-wrap .block_pic {
    order: -1;
  }
  .project-overview-wrap .po_multiple-projects .blocks {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  .workflows_items {
    flex-wrap: nowrap;
  }
  .workflows_items .item {
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
  }
  .workflows_items .item p {
    max-width: 182px;
  }
  .workflows .blocks {
    flex-wrap: nowrap;
  }
  .workflows .blocks .block_img img.desc-pic {
    max-height: 304px;
    right: -39px;
    top: 127px;
  }
  .workflows .blocks .block_text {
    max-width: 50%;
  }
  .workflows .blocks .block_text .wrap-img {
    width: 64px;
    height: 64px;
  }
  .workflows .blocks .block_text h6,
  .workflows .blocks .block_text .h6 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 24px;
  }
  .backed_container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .backed_container .title-h2-center {
    max-width: 450px;
  }
  .backed .blocks .blocks_img {
    height: auto;
  }
  .backed .blocks .blocks_img img {
    position: relative;
    max-height: 225px;
    margin-top: 12px;
    left: unset;
    right: -18%;
  }
  .backed .blocks .blocks_text {
    margin-right: unset;
    max-width: 100%;
  }
  .testimonials-center {
    padding-bottom: 132px;
    padding-top: 132px;
  }
  .login_right-block {
    min-width: 375px;
  }
  .login_right-pic {
    max-width: 130%;
  }
  .project-applications_wrap {
    grid-template-columns: unset;
  }
  .project-applications_block {
    max-width: 100%;
  }
  .form-group-radio label small,
  .form-group-radio label span {
    width: 120px;
  }
  .login_right-block {
    min-width: unset;
    flex: 0 0 38%;
  }
  .login_body-content {
    padding-top: 80px;
  }
  .login_body-content.wl_page {
    padding-top: 0;
  }
  .login_form.big {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 470px;
  }
  .add-avatar_btns {
    max-width: 160px;
  }
  .add-avatar_btns .update {
    margin-bottom: 12px;
  }
  .login_title {
    font-size: 40px;
    line-height: 56px;
  }
  .our-mission .blocks .block_pic .progress-bar_title {
    font-size: 16px;
  }
  .create-better-systems .block-text p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  h1,
  .h1 {
    font-size: 40px;
    line-height: 56px;
  }
  .section-top {
    padding-top: 128px;
  }
  .mob-none {
    display: none;
  }
  .features .form-submit {
    flex: 0 0 62px;
  }
  .features .form-field {
    padding-left: 8px;
    padding-right: 8px;
  }
  .features .form-field::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .features .form-submit img {
    margin-right: 0;
  }
  .text-white-top {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
  }
  .text-caption {
    font-size: 16px;
    line-height: 28px;
  }
  .section-top_btn {
    display: block;
    width: 100%;
    margin: 24px auto 0;
    padding: 12px 50px;
  }
  .section-top_pic.desk {
    display: none !important;
  }
  .section-top_pic.mob {
    display: block !important;
    z-index: 1;
  }
  .our-achievement {
    padding-top: 60px;
  }
  .our-achievement_blocks {
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .our-achievement_blocks .block-hover {
    max-width: 100%;
    margin-top: 24px;
  }
  .our-achievement_blocks .block-hover:nth-of-type(2) {
    margin-right: 0;
    margin-left: 0;
  }
  .our-achievement_blocks .block-hover:first-of-type {
    margin-top: 0;
  }
  .manag-solutions {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .manag-solutions_blocks,
  .project-management .blocks {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .manag-solutions_blocks .block,
  .project-management .blocks .block,
  .manag-solutions_blocks .project-management_block,
  .project-management .blocks .project-management_block {
    width: 100%;
    max-width: 300px;
    margin: 50px auto 0;
  }
  .manag-solutions_blocks .block:first-of-type,
  .project-management .blocks .block:first-of-type,
  .manag-solutions_blocks .project-management_block:first-of-type,
  .project-management .blocks .project-management_block:first-of-type {
    margin-top: 0;
  }
  .tasks .manag-solutions_blocks .block,
  .tasks .project-management .blocks .block,
  .tasks .manag-solutions_blocks .project-management_block,
  .tasks .project-management .blocks .project-management_block {
    width: 100%;
    max-width: 100%;
  }
  .backed .blocks {
    flex-wrap: wrap;
  }
  .backed .blocks .blocks_img {
    height: auto;
    order: -1;
  }
  .backed .blocks .blocks_img img {
    position: relative;
    max-height: 225px;
    margin-top: 12px;
  }
  .backed .blocks .blocks_text {
    text-align: center;
    margin-right: unset;
    max-width: 100%;
  }
  .testimonials {
    padding-top: 55px;
    padding-bottom: 64px;
  }
  .tools-like_container .row,
  .tools-like_container .row .col-50 {
    max-width: 100%;
  }
  .tools-like_container .row .col-50.pic {
    order: -1;
  }
  .tools-like_container .row .col-50:not(.pic) {
    text-align: center;
  }
  .tools-like_up {
    margin-top: 40px;
  }
  .tools-like_title {
    margin-top: 6px;
  }
  .tools-like_text:first-of-type {
    margin-top: 16px;
  }
  .tools-like_btn {
    margin-top: 32px;
  }
  .tools-like_item-btn {
    margin-left: 0;
  }
  .integrate .blocks-row {
    margin-top: 48px;
  }
  .customizables .blocks {
    margin-top: 16px;
  }
  .customizables .blocks .block {
    max-width: 245px;
  }
  .customizables_h5 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 32px;
  }
  .workflows {
    padding-bottom: 50px;
  }
  .workflows_items {
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .workflows .item {
    margin-top: 24px;
  }
  .workflows .item:first-of-type {
    margin-top: 0;
  }
  .workflows .item p {
    font-size: 14px;
  }
  .workflows .blocks {
    margin-top: 70px;
    flex-wrap: wrap;
  }
  .workflows .block_img {
    min-height: unset;
    margin: 0 auto;
  }
  .workflows .block_img img {
    max-width: 100%;
    width: 100%;
  }
  .workflows .block_text {
    margin: 0 auto;
  }
  .workflows .block_text h6,
  .workflows .block_text .h6 {
    margin-top: 24px;
  }
  .workflows .block_text p {
    margin-top: 12px;
  }
  .workflows .block_text .btn {
    display: block;
    margin: 40px auto 0;
    padding: 12px 52px;
  }
  .workflows .block_text .block_btn {
    min-width: 163px;
    max-width: 100%;
    padding: 12px 22px;
  }
  .desc-block {
    display: none;
  }
  .mob-block {
    display: block;
  }
  .testimonials-center {
    padding-top: 80px;
    padding-bottom: 77px;
  }
  .backed_caption {
    margin-top: 16px;
  }
  .blocks_slider-navigation {
    margin-top: 32px;
  }
  .blocks_slider-navigation .btn-slider {
    margin-left: 16px;
  }
  .experience,
  .multiple-projects,
  .clients {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .clients .blocks_wrap {
    margin-bottom: 22px;
  }
  .clients .blocks_wrap img {
    max-width: 250px;
    max-height: 90px;
  }
  .footer {
    overflow: hidden;
    padding-top: 80px;
  }
  .footer_wrapper-nav {
    flex-wrap: wrap;
  }
  .login_body,
  .login_right-block {
    width: 100%;
  }
  .login_body {
    position: relative;
  }
  .login_body .sign-up-wrap {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .login_body .sign-up-wrap.sign-up {
    display: none;
  }
  .login_body .sign-up-wrap.sign-up-bottom {
    display: block;
  }
  .login_body .sign-up-wrap.steps {
    position: static;
    width: unset;
    transform: unset;
  }
  .login_body-content,
  .login_body-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .login_body-content {
    align-items: unset;
  }
  .login_form.big .login_form-wrapper {
    margin-top: 40px;
  }
  .login_form.big .login_form-wrapper .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .login_body-header {
    position: static;
  }
  .login_title {
    font-size: 32px;
  }
  .login_right-list.sign-up {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    max-width: 215px;
    margin-left: 0;
  }
  .login_right-block {
    padding-left: 20px;
    padding-right: 20px;
    min-width: unset;
    order: -1;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .login_right-block-header {
    padding: 31px 20px;
    text-align: left;
  }
  .login_right-block-body {
    padding-bottom: 20px;
  }
  .login_right-block-body h5,
  .login_right-block-body ul {
    position: relative;
    z-index: 1;
  }
  .login_right-block-body h5 {
    text-align: left;
  }
  .login_right-pic {
    left: 15%;
    position: absolute;
    bottom: -40%;
    max-width: 100%;
  }
  .login_right-pic.sign-up {
    bottom: -54%;
    max-width: 86%;
    z-index: 0;
  }
  .login-wrapper {
    flex-wrap: wrap;
  }
  .login_right-list {
    max-width: 100%;
  }
  .form-label_сlarification {
    max-width: 193px;
    text-align: right;
  }
  .right-block.bottom {
    padding-bottom: 32px;
  }
  .right-block.top {
    margin-top: 40px;
  }
  .login_right-block {
    display: none;
  }
  .without_logo {
    padding: 16px 0;
  }
  .google-steps {
    padding-top: 0;
  }
  .head-steps {
    padding-top: 24px;
    padding-bottom: 28px;
  }
  .add-avatar_btns .update,
  .add-avatar_btns .delete {
    margin-left: auto;
  }
  .addons .blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .table_head,
  .table_cell,
  .table_head.cell-free {
    display: none;
  }
  .table_head.collapse,
  .cell-free,
  .table-show {
    display: block;
  }
  .table-show {
    min-width: max-content;
  }
  .table_cell-data {
    text-align: right;
  }
  .table_head-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .table_body-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .table_head.price {
    width: 0;
    overflow: hidden;
  }
  .table_head.price .price_head {
    background: transparent !important;
  }
  .table_head.collapse {
    position: relative;
  }
  .table_head.collapse .chevron {
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
  }
  .fe_manage-system-wrap {
    margin-bottom: 500px;
  }
  .pass_manage-system .item {
    max-width: 100%;
    margin-top: 20px;
  }
  .user-billing {
    max-width: 100%;
  }
  .fe_manage-system_col.pic {
    position: absolute;
    right: 24%;
    top: 55%;
  }
  .enterprise_section-top {
    padding-bottom: 301px!important;
  }
  .enterprise_col-text {
    margin: 0 auto;
    text-align: center;
  }
  .enterprise_col-text .section-top_caption {
    font-size: 14px;
    line-height: 18px;
  }
  .enterprise_col-text .tt_section-top__title {
    font-size: 32px;
    line-height: 48px;
    margin-top: 13px;
  }
  .enterprise_col-text .section-top_description {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .enterprise_col-text .btn-wrap {
    flex-wrap: wrap;
    margin-top: 27px;
  }
  .enterprise_col-text .btn-wrap .btn {
    width: 100%;
  }
  .enterprise_col-text .btn-wrap .btn-no-credit {
    margin-left: 0;
    margin-top: 7px;
  }
  .our-mission .block_text {
    max-width: 100% !important;
  }
  .our-mission .blocks .block_text-percent {
    margin-top: 32px;
  }
  .our-mission .blocks .block_pic {
    max-width: calc(100% - 48px);
    margin-left: auto;
  }
  .our-mission .blocks .block_text-pic {
    right: unset;
    left: -12px;
    top: unset;
    bottom: -494px;
  }
  .our-mission .blocks .block_text-percent,
  .our-mission .blocks .block_text-down {
    margin-left: 48px;
  }
  .our-mission .blocks .block_pic .progress-bar {
    margin-top: 20px;
    padding: 14px 18px;
  }
  .our-mission .blocks .block_pic .progress-bar:first-of-type {
    margin-top: 15px;
  }
  .our-mission .blocks .block_pic .progress-bar_title {
    font-size: 16px;
    line-height: 24px;
  }
  .enterprise-benefits {
    padding-top: 60px;
    padding-bottom: 110px;
  }
  .tools-like_container2 {
    padding-top: 0;
  }
  .tools-like_container2-home {
    padding-top: 96px;
  }
  .reliable_row-trial .block {
    margin: 24px 0 0;
    width: 100%;
    max-width: 100%;
  }
  .reliable_row-trial .btn {
    margin: 24px auto 0;
  }
  .tasks .it_section-top__title {
    font-size: 40px;
    line-height: 56px;
  }
  .tasks .it_section-top {
    padding-bottom: 435px;
  }
  .tasks .it_section-top .pattern {
    display: none;
  }
  .tasks .wrap-top-col .banner-top {
    position: absolute;
    top: 355px;
  }
  .tasks .wrap-top-row {
    width: 100%;
    flex-wrap: wrap;
  }
  .tasks .wrap-top-col {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .tasks .wrap-top-col.pic {
    margin-top: 40px;
  }
  .tasks .wrap-top-col .btn-top {
    font-size: 14px;
    line-height: 22px;
    padding: 13px 44px;
  }
  .tasks .wrap-top-col .it_section-top__caption {
    margin: 16px auto 0;
  }
  .tasks .wrap-top-col img.banner-top {
    max-width: 354px;
    left: calc(50% - 177px);
  }
  .tasks .title-pic {
    max-width: 160px;
    left: calc(50% - 80px);
    top: 57px;
  }
  .current-task .it_section-top {
    padding-bottom: 0;
  }
  .current-task .wrap-top-col .banner-top {
    position: static;
  }
  .create-better-systems .blocks {
    grid-template-columns: repeat(2 , [col] 164px);
    grid-template-rows: [row] 269px 164px 164px 164px;
    margin-top: 24px;
  }
  .create-better-systems .block-5 {
    order: 4;
  }
  .create-better-systems .block-4 {
    order: 5;
  }
  .suits-best {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .gantt-view .blocks {
    flex-wrap: wrap;
  }
  .gantt-view .blocks .block_img {
    order: -1;
  }
  .clean-workflows .slider-clean-workflows .slide_description {
    font-size: 14px;
    line-height: 22px;
  }
  .clean-workflows .slider-clean-workflows .slide {
    min-height: unset;
  }
  .milestones_pattern {
    top: -12%;
    left: 0;
  }
  .milestones .it_section-top {
    padding-bottom: 60px;
  }
  .banner-top-pic {
    max-width: 500px;
  }
  .files .manage-system_col.text p.spend-less_text {
    margin-top: 24px;
  }
  .files .manage-system_row {
    margin-top: 0;
  }
  .notification-email-in .email-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .email-in_bg-1,
  .email-in_bg-2 {
    display: none;
  }
  .gmail-outlook .clients_title span {
    background: #83bf6e;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .gmail-outlook .blocks {
    display: block;
  }
  .gmail-outlook .block_text {
    margin-top: 32px;
  }
  .gmail-outlook .block_email {
    padding: 24px;
    align-self: baseline;
    margin-bottom: 16px;
    margin-top: 40px;
  }
  .gmail-outlook .block_email:last-of-type {
    margin-top: 0;
  }
  .gmail-outlook .block_email img {
    max-width: 72px;
  }
  .gmail-outlook .block_email h6 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  .wiki .section-3 {
    padding-bottom: 100px;
  }
  .robust-issues {
    padding-top: 45px;
  }
  .gmail-outlook {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .block_check-wrap {
    display: block;
  }
  .block_check {
    max-width: 100%;
    margin-top: 20px;
  }
  .block_check p {
    max-width: 100%;
  }
  .block_check-wrap {
    margin-top: 40px;
  }
  .project-templates .gmail-outlook {
    padding-bottom: 80px;
  }
  .turn-features .different-role .blocks {
    flex-wrap: wrap;
  }
  .turn-features .different-role .block_pic {
    text-align: center;
    margin-top: 42px;
  }
  .turn-features .different-role .block_pic,
  .turn-features .different-role .block_text {
    max-width: 100%;
  }
  .turn-features .section-2 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .turn-features .section-2 .pass_manage-system {
    padding-bottom: 62px;
  }
  .turn-features .section-3 .fe_manage-system_col {
    margin-top: 0;
  }
  .robust-issues_block-info {
    flex-direction: column;
  }
  .robust-issues_col.pic {
    order: -1;
    margin: 0 auto;
  }
  .robust-issues_block-info {
    padding: 0;
  }
  .file-edit-wrap .it_section-top {
    padding-bottom: 40px;
  }
  .wrap-top-col img {
    display: none;
  }
  .project-overview-wrap .mob-pic {
    margin-top: 34px;
    margin-bottom: 34px;
    display: block !important;
  }
  .project-overview-wrap .desc-pic {
    display: none !important;
  }
  .project-overview-wrap .po_multiple-projects {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .time-tracking-wrap .wrap-top-col img {
    display: block;
  }
  .time-tracking-wrap .tt_section-top__title img {
    display: none;
  }
  .time-tracking-wrap .tt-caption {
    margin-top: 40px;
  }
  .popup-get-in-touch .blocks {
    flex-wrap: wrap;
  }
  .popup-get-in-touch .block-text,
  .popup-get-in-touch .block-form {
    max-width: 100%;
  }
  .popup-get-in-touch .block-form {
    width: 100%;
    order: -1;
  }
  .popup-get-in-touch .block-text {
    border-right: unset;
    border-top: 1px solid #ebeef2;
  }
  .tabcontent.tab-8 img {
    max-width: 100% !important;
    transform: none;
  }
  .enterprise_section-top .pattern {
    right: -59px;
    bottom: -15px;
    max-width: 657px;
  }
  .enterprise_section-top .container .wrap-top-row {
    margin-top: -3px;
  }
  .project-templates_anim {
    transform: scale(1.3);
    position: relative;
    left: 0;
  }
  .file-edit-wrap .file-edit.gray-section {
    padding-top: 80px;
  }
  #accept_cookies_banner {
    width: 100%;
  }
  .popup-contact-us {
    width: 100%;
    left: auto;
  }
}
@media screen and (max-width: 600px) {
  .form-group-radio label small,
  .form-group-radio label span {
    width: 101px;
  }
  .form-wrap-button {
    max-width: 350px;
    margin: 0 auto;
  }
  .loved-by .blocks .block {
    max-width: 100%;
  }
  .loved-by .blocks .block:first-of-type {
    margin-top: 0;
  }
  .tools-like_container2 .tools-like_row2 .col-50 {
    max-width: 100%;
  }
  .tools-like_item p {
    margin-left: 0;
  }
  .reliable_row-trial {
    margin-top: 0;
  }
  .po_manage-system_col.pic {
    padding: 15px 15px 0;
    text-align: center;
  }
  .po_manage-system_col .girl {
    width: 100%;
    left: 0;
  }
  .suits-best .block-pic img {
    max-width: 260px;
  }
  .suits-best .block-pic_card {
    font-size: 10px;
    line-height: 17px;
  }
  .suits-best .block-pic_card {
    min-width: 117px;
    max-width: 130px;
    padding: 10px 9px 11px 9px;
  }
  .suits-best .block-pic_card img {
    max-width: 17px;
    margin-right: 6px;
  }
  .suits-best .block-pic_card.card-3 {
    left: -42px;
  }
  .suits-best .block-pic_card.card-1 {
    left: -38px;
    top: 184px;
  }
  .suits-best .block-pic_card.card-2 {
    right: -50px;
    top: 104px;
  }
  .discussions .manage-system .pic .file {
    max-width: 187px;
  }
  .discussions .manage-system .pic {
    padding-bottom: 18px;
  }
  .discussions .po_manage-system_col .girl {
    bottom: -26px;
  }
  .discussions .robust-issues {
    padding-top: 90px;
  }
  .discussions .robust-issues .row-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    justify-content: center;
  }
  .discussions .robust-issues_col.text {
    max-width: 100%;
  }
  .discussions .robust-issues .block {
    padding: 24px;
  }
  .discussions .robust-issues .block img {
    display: none;
  }
  .calendar .it_section-top__container {
    padding-left: 0;
    padding-right: 0;
  }
  .notification-email-in .po_manage-system_col .girl {
    bottom: 7px;
  }
  .robust-issues .row-grid {
    margin: 48px auto 0;
    display: block;
  }
  .robust-issues .row-grid .robust-issues_col {
    margin-top: 32px;
    padding-left: 0;
  }
  .robust-issues .row-grid .robust-issues_col:first-of-type {
    margin-top: 0;
  }
  .popup-bg.big {
    display: block;
    overflow-y: auto;
  }
}
@media screen and (max-width: 539.98px) {
  .partners-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .partners-block img {
    margin: 0 auto;
  }
  .pricing__container {
    padding-left: 0;
    padding-right: 0;
  }
  .pricing_top-swither {
    padding-left: 16px;
    padding-right: 16px;
  }
  .management-hard .blocks-illustration {
    padding: 30px 16px;
    min-height: 340px;
  }
  .blocks-illustration_block {
    max-width: 140px;
    min-height: 140px;
    padding: 16px;
  }
  .blocks-illustration_block.card-2 {
    top: calc(50% - 70px);
    left: calc(50% - 70px);
  }
  .blocks-illustration_block.card-3 {
    left: unset;
    right: 4%;
    bottom: 30px;
    top: unset;
  }
  .title-xs {
    font-size: 14px;
    line-height: 20px;
  }
  .btn-main_dark {
    padding: 12px 62px;
  }
  .quate-m {
    font-size: 16px;
    line-height: 28px;
  }
  .integrate .blocks-row {
    display: flex;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 323px;
  }
  .integrate .blocks-row .block .flag {
    right: -86px;
    top: 23px;
  }
  .integrate_bg {
    display: none;
  }
  .integrate_bg-mob {
    display: block;
    bottom: 0;
  }
  .customizables .blocks .block {
    max-width: 100%;
  }
  .experience .blocks_item {
    margin: 0;
  }
  .footer_wrap-nav {
    flex-wrap: wrap;
    margin-top: 10px;
    padding-bottom: 40px;
  }
  .footer .nav_block {
    margin-left: 0;
    width: 45%;
    margin-top: 40px;
  }
  .footer_wrap-soc {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_bottom {
    padding-bottom: 106px;
    padding-right: 0;
  }
  .footer_bottom .lang {
    position: absolute;
    bottom: 193px;
    left: 49px;
  }
  .footer_allright {
    text-align: center;
    width: 100%;
  }
  .project-applications_wrap {
    grid-template-columns: unset;
  }
  .project-applications_block {
    max-width: 100%;
  }
  .add-avatar_btns.step-3 button {
    max-width: 100%;
  }
  .btn.delete {
    margin-top: 16px;
  }
  .pricing_top {
    padding-top: 120px;
    padding-bottom: 59px;
  }
  .block-plan {
    margin-left: 10px;
    margin-right: 10px;
  }
  .featured {
    padding-top: 66px;
    padding-bottom: 25px;
  }
  .addons {
    padding-bottom: 60px;
    padding-top: 75px;
  }
  .addons .blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  .enterprise_bg,
  .enterprise_bg img {
    max-width: 100%;
    width: 100%;
  }
  .enterprise {
    padding-top: 100px;
    padding-bottom: 350px;
  }
  .enterprise_block {
    text-align: center;
    margin: 0 auto;
  }
  .btn-main_dark {
    font-size: 14px;
    line-height: 22px;
  }
  .enterprise_btns {
    justify-content: center;
  }
  .btn-main_dark {
    padding: 13px 42px;
  }
  .enterprise_btns .btn-dark {
    margin-left: 20px;
  }
  .fe_manage-system_col.pic {
    right: 13%;
  }
  .fe_manage-system-wrap {
    margin-bottom: 390px;
  }
  .file-edit {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .permissions-system-management .management-tools_row .blocks {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
  .notification-email-in .fe_manage-system_col {
    flex: 0 0 100%;
  }
  .turn-features .section-2_wrap {
    margin-top: 0;
  }
  .turn-features .management-tools_row .blocks {
    grid-template-rows: repeat(3, 1fr);
  }
  .bugs_blocks-col {
    max-width: 100%;
  }
  .bugs_blocks {
    margin-top: 32px;
  }
  .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }
  .tabcontent.tab-2 img {
    transform: scale(1.12) translateY(13px);
  }
  .project-templates_anim {
    transform: scale(1);
    position: relative;
    left: 0;
  }
  .pricing_top-swither-billed label {
    margin-right: 8px;
  }
}
@media screen and (max-width: 479.98px) {
  .clients {
    padding-top: 88px;
    padding-bottom: 90px;
  }
  .clients .blocks_wrap {
    margin-bottom: 22px;
    height: 82px;
  }
  .clients .blocks_wrap img {
    max-width: 165px;
    max-height: 40px;
  }
  .fe_manage-system_col.pic {
    right: 8%;
  }
  .add-avatar_btns {
    justify-content: end;
  }
  .pricing_top-swither-billed .chkbx-toggle:checked + label::after {
    transform: translateX(18px);
  }
  .pricing_top-swither-billed label {
    width: 42px;
    height: 24px;
  }
  .pricing_top-swither-billed .chkbx-toggle + label::after {
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
  }
  .pricing_top-swither-title {
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .pricing_top-swither-leibal {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 16px;
  }
  .pricing_top-swither {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .pricing_top-swither-billed {
    text-align: center;
    margin-top: 8px;
  }
  .enterprise {
    padding-bottom: 310px;
  }
  .table_cell-title .tooltips .tooltip-info {
    right: -196px;
    min-width: 274px;
  }
  .enterprise-benefits .blocks .block-select ul {
    justify-content: flex-start;
  }
  .enterprise-benefits .blocks .block-select ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tasks .file-edit .file-edit_block {
    width: 100%;
    max-width: 100%;
  }
  .within-tasks .blocks .block-pic_description {
    font-size: 14px;
    line-height: 21px;
    padding: 0 20px;
  }
  .within-tasks .blocks .block-list_text {
    max-width: 261px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 24px;
  }
  .within-tasks {
    padding-top: 80px;
  }
  .tasks .project-management,
  .tasks .file-edit,
  .within-tasks {
    padding-bottom: 80px;
  }
  .gantt-view {
    padding-bottom: 32px;
  }
  .notification-email-in .po_manage-system_col .girl {
    min-width: 464px;
  }
  .notification-email-in .manage-system .pic {
    max-height: 390px;
    max-width: 339px;
  }
  .popup-form .row {
    flex-wrap: wrap;
  }
  .popup-form .row .label-text {
    width: 100%;
    max-width: 100%;
  }
  .popup-contact-us {
    padding: 32px 20px 20px;
  }
}
@media screen and (max-width: 443px) {
  .table_cell-title .tooltips .tooltip-info {
    right: -90px;
    min-width: 174px;
  }
  .table_cell-title .tooltips .tooltip-info:before {
    left: calc(37% - 5px);
  }
  .fe_manage-system_col.pic {
    right: 5%;
  }
  .tasks .wrap-top-col img.banner-top {
    left: 19px;
  }
  .milestones_pattern {
    top: -19%;
    left: 0;
  }
  .milestones .banner-top-pic {
    max-width: 100%;
    min-width: 400px;
  }
  .notification-email-in .wrap-top-col.pic {
    margin-top: 34px;
    min-width: 120%;
    left: 10%;
    position: relative;
  }
  .tags-mentions .it_section-top__title {
    max-width: 350px;
  }
  .tags-mentions .pass_section-top h1 img {
    right: 24px;
    top: 109px;
  }
  .turn-features .section-3 .po_manage-system_col .man {
    bottom: 0;
    left: -15px;
  }
  .project-templates_anim {
    position: relative;
    left: -7vw;
  }
  .project-templates_wrap-anim {
    margin-top: 0 !important;
    margin-bottom: -80px;
  }
  .po_section-top__container .wrap-top-col .anim {
    left: 17px;
    margin-top: 34px;
  }
}
@media screen and (max-width: 390px) {
  .enterprise {
    padding-bottom: 280px;
  }
  .freedcamp-people .block_img {
    left: 51%;
  }
  .fe_manage-system_col.pic {
    right: 2%;
  }
  .milestones_pattern {
    top: -16%;
  }
  h2,
  h2 {
    font-size: 29px;
    line-height: 40px;
  }
}
@media screen and (max-width: 374px) {
  .btn-main_dark {
    padding: 13px 24px;
  }
}
@media screen and (max-width: 367px) {
  .pricing_top-swither-billed {
    justify-content: center;
    width: 100%;
  }
}
body[dir="rtl"] .sub-menu svg {
  margin-right: 13px;
  margin-left: 0;
}
body[dir="rtl"] .btn-view-all img {
  transform: scaleX(-1) !important;
  margin-right: 10px;
  margin-left: 0 !important;
}
body[dir="rtl"] .btn-view-all:hover img {
  transform: translateY(-3px);
}
body[dir="rtl"] .menu .block-item.big {
  padding: 16px 56px 16px 16px;
}
body[dir="rtl"] .menu .block-item.big img {
  left: auto;
  right: 16px;
}
body[dir="rtl"] .menu-login {
  right: auto;
  left: 110px;
}
body[dir="rtl"] .label-text img,
body[dir="rtl"] .label-text svg {
  left: auto;
  right: 16px;
}
body[dir="rtl"] .label-text input {
  padding-right: 48px;
  padding-left: 16px;
}
body[dir="rtl"] .eye,
body[dir="rtl"] .eye-slash {
  right: auto !important;
  left: 16px !important;
}
body[dir="rtl"] .form-group {
  text-align: right;
}
body[dir="rtl"] .form-group label:before {
  margin-left: 10px;
  margin-right: 0;
}
body[dir="rtl"] .tools-like_item {
  padding: 18px 70px 18px 22px;
}
body[dir="rtl"] .tools-like_item img {
  right: 22px;
  left: auto;
}
body[dir="rtl"] .workflows_items .item img {
  margin-left: 20px;
  margin-right: auto;
  flex: 28px 0 0;
}
body[dir="rtl"] .workflows .block_img {
  margin-left: 77px;
  margin-right: auto;
}
body[dir="rtl"] .workflows .block_img img.desc-pic {
  transform: scaleX(-1) !important;
  left: 53px;
  right: auto;
}
body[dir="rtl"] .backed .blocks_img img {
  transform: scaleX(-1) !important;
  right: 0;
  left: auto;
}
body[dir="rtl"] .backed .blocks_text {
  margin-left: 117px;
  margin-right: 0;
}
body[dir="rtl"] .blocks_slider-navigation .btn-slider:first-of-type {
  margin-right: 0;
  margin-left: 24px;
}
body[dir="rtl"] .blocks_slider-navigation .btn-slider img {
  transform: scaleX(-1);
}
body[dir="rtl"] .experience .blocks_avatar {
  margin-left: 17px;
  margin-right: 0;
}
body[dir="rtl"] .experience .blocks_item {
  margin-right: 24px;
  margin-left: 0;
}
body[dir="rtl"].pricing_body .enterprise_bg .city_bcgr {
  transform: scaleX(-1);
}
body[dir="rtl"].pricing_body .enterprise_bg {
  bottom: -29px;
  left: 50%;
  right: auto;
  transform: translateX(50%);
}
body[dir="rtl"].pricing_body .pricing_top-swither-leibal {
  margin-right: 16px;
  margin-left: 0;
}
body[dir="rtl"].pricing_body .addons .blocks .block-status-info {
  margin-left: 16px;
  margin-right: 0;
}
body[dir="rtl"].pricing_body .addons_btn img {
  transform: scaleX(-1) !important;
  margin-right: 8px;
  margin-left: 0;
}
body[dir="rtl"].pricing_body .price_head {
  padding-right: 16px;
  padding-left: 0;
}
body[dir="rtl"].pricing_body .table_cell {
  padding: 12px 16px 13px 5px;
}
body[dir="rtl"].pricing_body .table_head.collapse .chevron {
  margin-left: 17px;
  margin-right: 0;
}
body[dir="rtl"].pricing_body .loved-by .blocks .block_price-description {
  margin-right: 8px;
  margin-left: 0;
}
body[dir="rtl"].pricing_body .pass_manage-system .item img {
  margin-left: 16px;
  margin-right: 0;
}
body[dir="rtl"] .gantt-view .block_text-wrap .arrow {
  transform: rotate(-90deg);
}
body[dir="rtl"] .gantt-view .block_text-wrap.active .arrow {
  transform: rotate(0);
}
body[dir="rtl"] .gantt-view .block_text-head .title {
  margin-left: 12px;
  margin-right: 0;
}
body[dir="rtl"] .time-tracker_blocks .block_text .box_head img {
  margin-left: 16px;
  margin-right: 0;
}
body[dir="rtl"] .time-tracker_blocks .block_text .box_body {
  padding-right: 46px;
  padding-left: 0;
}
body[dir="rtl"] .time-tracker_blocks .block_text .box_head img.arrow {
  margin-right: 12px;
  margin-left: 0;
}
body[dir="rtl"] .project-overview .block h6:before {
  right: 0;
  left: auto;
}
body[dir="rtl"] .po_multiple-projects .blocks .block_text .box_head img {
  margin-left: 12px;
  margin-right: 0;
}
body[dir="rtl"] .po_multiple-projects .blocks .block_text .box_head h6 {
  margin-left: 32px;
  margin-right: 0;
}
body[dir="rtl"] .discussions .robust-issues .block img {
  transform: scaleX(-1);
  bottom: -165px;
  left: 20px;
  right: auto;
}
body[dir="rtl"] .discussions .robust-issues .tooltips .tooltip {
  margin-left: 10px;
  margin-right: 0;
}
body[dir="rtl"] .files .tools-like_item {
  padding: 18px 5px 18px 0;
}
body[dir="rtl"] .files .tools-like_item img {
  margin-left: 16px;
  margin-right: 0;
}
body[dir="rtl"] .bugs_blocks-col-head img {
  margin-left: 16px;
  margin-right: 0;
}
body[dir="rtl"] .robust-issues_col .tooltips {
  height: 28px;
}
body[dir="rtl"] .robust-issues_col .tooltips .tooltip {
  float: right;
}
body[dir="rtl"] .robust-issues_title span img {
  transform: scaleX(-1);
  left: -50px;
  right: auto;
}
body[dir="rtl"] .robust-issues_block-info .bg {
  transform: scaleX(-1);
  left: -41px;
  right: auto;
}
body[dir="rtl"] .robust-issues_col.pic .frame-1 {
  right: -80px;
  left: auto;
}
body[dir="rtl"] .robust-issues_col.pic .frame-2 {
  left: -161px;
  right: auto;
}
body[dir="rtl"] .milestones .critical-point_bg-1 {
  /*transform: scaleX(-1);*/
  /*left: 0;*/
  right: 0;
  /*top: -40px;*/
}
body[dir="rtl"] .milestones .critical-point_bg-2 {
  transform: scaleX(-1);
  right: 35%;
  left: auto;
}
body[dir="rtl"] .project-templates .gmail-outlook_pic {
  transform: scaleX(-1);
  left: 15%;
  right: auto;
}
body[dir="rtl"] .management-tools_row .blocks .block .title-s {
  margin-right: 16px;
  margin-left: auto;
}
body[dir="rtl"] .block_check p {
  margin-right: 16px;
  margin-left: auto;
}
body[dir="rtl"] .pass_manage-system .item img {
  margin-left: 16px;
  margin-right: 0;
}
body[dir="rtl"] .features .tabs li a img {
  margin-left: 12px;
  margin-right: 0;
}
body[dir="rtl"] .enterprise_section-top .pattern {
  transform: scaleX(-1);
  left: 0;
  right: auto;
}
body[dir="rtl"] .enterprise_section-top .ep-path {
  transform: scaleX(-1);
  right: 10%;
  left: auto;
}
body[dir="rtl"] .enterprise_col-text .btn-no-credit {
  margin-right: 32px;
  margin-left: 0;
}
body[dir="rtl"] .enterprise-benefits .blocks .block-select ul li .text {
  margin-right: 16px;
  margin-left: 0;
}
body[dir="rtl"] .our-mission .blocks .block_text-percent,
body[dir="rtl"] .our-mission .blocks .block_text-down {
  text-align: left;
}
body[dir="rtl"] .our-mission .blocks .block_pic .progress-bar_percent {
  left: 0;
  right: auto;
}
body[dir="rtl"] .our-mission .blocks .block_pic .progress-bar_wrap {
  margin-right: 24px;
  margin-left: 0;
}
body[dir="rtl"] .reliable_row-trial .btn {
  margin-right: 118px;
  margin-left: 0;
}
body[dir="rtl"] .featured_slider-fluid .file-edit_block-title .icon-block {
  margin-left: 16px;
  margin-right: 0;
}
body[dir="rtl"] .popup-contact-us {
  right: calc(50% - 360px);
  left: auto;
}
body[dir="rtl"] .popup-get-in-touch {
  right: calc(50% - 415px);
  left: auto;
}
