@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/annex/fonts/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/static/annex/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(/static/annex/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(/static/annex/fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px 'Gothic A1', Arial, sans-serif;
  width: 100%;
  color: #464646;
}
h2 {
  font-style: normal;
  text-align: left;
  color: #000;
  margin: 0 0 86px;
  font-weight: bold;
  font-size: 46px;
  line-height: 106%;
}
h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #0A1D37;
}
a {
  color: #4DACDB !important;
}
h2 span {
  font-weight: 600;
}
input:focus {
  outline: none;
}
.application {
  font-family: 'Gothic A1', sans-serif;
}
.wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 20;
  top: 0;
  font-family: 'Gothic A1', sans-serif;
}
.header .menu {
  max-width: 620px;
  margin: 0 auto;
}
.header .menu a {
  color: #464646 !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}
.header .menu a:hover {
  text-decoration: underline;
}
.header .menu li {
  text-align: center;
  max-width: 186px;
}
.header-content {
  border-bottom: 1px solid rgba(196, 196, 196, 0.38);
  position: relative;
  height: 101px;
}
.menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal-close {
  position: absolute !important;
  z-index: 1;
  margin: 0;
  right: 0;
}
.relative {
  position: relative;
}
.v-label {
  font-size: 14px !important;
}
.v-btn {
  border-radius: 6px !important;
  text-transform: initial !important;
  font-weight: normal !important;
  margin-top: 0;
  margin-bottom: 0;
}
.menu-btn {
  position: absolute !important;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.signup-link {
  padding: 0 24px !important;
  height: 42px;
}
.signin-link {
  padding: 0 28px !important;
  box-shadow: 0px 4px 5px rgba(151, 209, 39, 0.34) !important;
  margin-left: 8px !important;
  color: #fff !important;
  height: 42px;
}
.top {
  padding: 150px 0 0;
  min-height: 700px;
  background: #fcfdff;
  background: -moz-linear-gradient(left,  #fcfdff 0%, #e4f0ff 100%);
  background: -webkit-linear-gradient(left,  #fcfdff 0%,#e4f0ff 100%);
  background: linear-gradient(to right,  #fcfdff 0%,#e4f0ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#e4f0ff',GradientType=1 );
}
.top-left {
  padding-top: 54px;
  padding-right: 40px;
}
.try-free-btn {
  font-family: 'Open Sans';
  font-size: 16px;
}
.top-image {
  margin: -15px 0 0 13px;
}
.top-title {
  margin: 0 0 38px;
  color: #0A1D37;
  font-family: Gothic A1;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 56px;
}
.top-desc {
  font-size: 16px;
  line-height: 28px;
  color: #515D76;
  margin-bottom: 39px;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}
#off-canvas {
  background: #fbfbfb;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-box-shadow: -2px 0px 18px 0px rgba(10, 10, 10, 0.25);
  box-shadow: -2px 0px 18px 0px rgba(10, 10, 10, 0.25);
  z-index: 12;
}
#off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
#off-canvas-content.is-open-left {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
#off-canvas-overlay {
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
#off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-close-btn {
  position: absolute !important;
  margin: 0 !important;
  right: 0.5rem;
  top: 0.5rem;
}
.mobile-logo {
  display: block;
  margin: 0 auto 60px;
}
.v-input__control input[type="text"], .v-input__control input[type="password"] {
  border: none;
  height: initial;
  line-height: initial;
  padding: 4px 0 4px;
  display: initial;
  background: none;
  font-family: 'PT sans', 'Roboto';
  margin: 0;
  border: 0;
  box-shadow: none;
}
.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) .v-input__slot {
  box-shadow: none !important;
  border: 1px solid #dad8d8 !important;
}
.v-text-field.v-text-field--solo .v-input__control {
  min-height: 36px !important;
}
.vertical-menu {
  list-style: none;
  padding: 0;
}
.vertical-menu a {
  display: block;
  text-decoration: none;
  padding: 8px 16px;
}
.container {
  padding: 0 8px;
  max-width: 1137px !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.theme--light.application {
  background: #f9f9f9;
}
.default-color {
  background: #464646;
}
.default-color--text {
  color: #464646;
}
/* .try-free input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #B6B6B6;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  height: 48px;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 10px;
}
.try-free {
  max-width: 700px;
  margin: 0 auto;
}
.try-free-btn {
  width: 269px;
  height: 48px;
  background: #A1C644;
  box-shadow: 0px 4px 5px rgba(151, 209, 39, 0.34);
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
}
.try-free-info.hidden-xs-only {
  padding-top: 10px;
  text-align: center;
} */
.top-screen {
  padding-top: 106px;
  padding-bottom: 15px;
  background: url(/static/annex/index/ru/v9/img/bg-top.svg) repeat-x center;
  overflow: hidden;
  min-height: 520px;
}
.top-screen img {
  display: block;
  margin: 0 auto;
}
.subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #A1C644;
  margin: 0 0 13px;
}
.capability--text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160.2%;
  color: #515D76;
  max-width: 800px;
  margin: 0 0 60px;
}
.capability-item-img {
  height: 100px;
  margin-bottom: 24px;
}
.capability-item {
  padding-bottom: 45px;
}
.capability-item:nth-child(3n) {
  padding-left: 62px;
}
.capability-item:nth-child(3n+2) {
  padding-left: 39px;
}
.capability-item h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 10px;
  text-align: left;
}
.capability-item--link {
  margin: 0 0 10px;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 135.9%;
  color: #464646 !important;
  text-decoration: underline;
  display: inline-block;
}
.capability-item--link:hover {
  text-decoration: none;
}
.capability-item img {
  margin: 0 0 24px;
  display: block;
  max-width: 100px;
  max-height: 100px;
}
.capability-item p {
  margin: 0 0 9px;
  max-width: 225px;
}
.capability-item-cnt {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #8C97AF;
  margin: 0 0 11px;
}
.capability-item-wide {
  max-width: 100%;
}
.info-text {
  position: relative;
  /* padding-bottom: 134px; */
  padding-bottom: 290px;
  padding-top: 134px;
}
.info-text--img {
  position: absolute;
  top: -175px;
  left: 52px;
}
.info-text--text {
  font-size: 16px;
  max-width: 800px;
}
.info-text h2 {
  margin: 0 0 40px;
}
.trial {
  padding: 165px 0 233px;
  background: url(/static/annex/index/ru/v9/img/bg-blue.svg);
  background-repeat: repeat-x;
}
.trial .subtitle {
  color: #4DACDB;
  margin: 0 0 8px;
}
.trial p {
  font-size: 16px;
  line-height: 24px;
  color: #515D76;
  text-align: center;
  margin-bottom: 36px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.trial h2 {
  margin-bottom: 32px;
}
.trial .try-free-btn {
  background: #4DACDB;
  box-shadow: 0px 4px 5px rgba(77, 172, 219, 0.49);
}
.advantages {
  padding: 143px 0 152px;
}
.advantages-item {
  padding: 118px 0 111px;
}
.advantages-item:first-child {
  padding-top: 0;
}
.advantages-item:last-child {
  padding-bottom: 0;
}
.advantages-item:nth-child(even) {
  position: relative;
  background: #fff;
}
.advantages-item:nth-child(even):before {
  content: '';
  position: absolute;
  height: 52px;
  bottom: 100%;
  left: 0;
  right: 0;
  background: url(/static/annex/index/ru/v9/img/wave-top.svg) repeat-x center top;
}
.advantages-item:nth-child(even):after {
  content: '';
  position: absolute;
  height: 52px;
  top: 100%;
  left: 0;
  right: 0;
  background: url(/static/annex/index/ru/v9/img/wave-bottom.svg) repeat-x center bottom;
  z-index: 1;
}
.advantages h2 {
  margin-bottom: 58px;
  text-align: center;
}
.advantages-item h3 {
  margin-bottom: 28px;
}
.advantages-item p {
  line-height: 26px;
  color: #515D76;
  font-size: 17px;
}
.advantages-item img {
  margin: 0 auto;
  display: block;
  box-shadow: 0px 1px 14px #D5DCE4;
  max-width: 100%;
  border-radius: 6px;
}
.numbers {
  text-align: center;
  background: url(/static/annex/index/en/v3/img/big-wave.svg) repeat-x;
  height: 722px;
  margin-top: -105px;
  padding-top: 167px;
}
.numbers h2 {
  text-align: center;
  margin-bottom: 72px;
}
.numbers-main {
  margin-bottom: 63px;
}
.numbers-value {
  margin: 0 0 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
}
.numbers .try-free {
  max-width: 836px;
}
.numbers .try-free-btn {
  background: #48ADFC;
  box-shadow: 0px 4px 5px rgba(77, 172, 219, 0.49);
}
.numbers-info {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160.2%;
  color: #091A31;
  margin-bottom: 11px;
}
.numbers-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #515D76;
}
.numbers .v-divider {
  color: #CCD1D9;
}
.offer {
  background: url(/static/annex/index/ru/v9/img/bg-blue.svg);
  background-repeat: repeat-x;
  height: 620px;
}
.offer .subtitle {
  color: #4DACDB;
  margin: 0 0 18px;
}
.offer h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #0A1D37;
  margin-bottom: 22px;
}
.offer h2 span {
  color: #4DACDB;
}
.offer p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #515D76;
  margin: 0 auto 30px;
  max-width: 730px;
}
.offer .divider {
  width: 160px;
  height: 2px;
  left: 640px;
  top: 6593px;
  background: #4DACDB;
  margin: 0 auto;
}
.advantages-more {
  padding: 100px 0 0;
  font-size: 22px;
  line-height: 24px;
  color: #515D76;
  text-align: center;
}
.price {
  padding: 105px 0;
  position: relative;
  background: #fff;
  z-index: 1;
}
.price h2 {
  margin-bottom: 26px;
  text-align: center;
}
.price-info {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #515D76;
  margin: 0 auto;
  margin-bottom: 30px;
}
.wide {
  width: 100%;
}
.fs-18 {
  font-size: 18px;
}
.advantages-item ul {
  list-style: none;
  padding: 0;
}
.advantages-item li {
  position: relative;
  padding: 0 0 0 25px;
  text-align: left;
}
.advantages-item li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #4DACDB;
  box-shadow: 0px 1px 4px rgba(77, 172, 219, 0.33);
}
.advantages-text {
  margin: 0 auto 36px;
  max-width: 820px;
  text-align: center;
}
.capability {
  padding-bottom: 76px;
  padding-top: 92px;
  background: #fff;
}
.capability h2 {
  margin-bottom: 40px;
}
.feedback .v-text-field .v-input__slot {
  background: #FFFFFF !important;
  border: 1px solid #E6E9ED !important;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.07) !important;
  border-radius: 6px !important;
  height: 48px;
}
.feedback .v-text-field.v-textarea .v-input__slot {
  height: 128px;
}
.feedback-form {
  max-width: 864px;
  margin: 0 auto;
}
.feedback h2 {
  margin-bottom: 33px;
}
.feedback h3 {
  margin-bottom: 31px;
}
.feedback .v-input--selection-controls {
  margin-top: 0;
}
.feedback .v-btn {
  box-shadow: 0px 4px 5px rgba(151, 209, 39, 0.34) !important;
  height: 48px;
  padding-left: 62px;
  padding-right: 62px;
}
.feedback-actions {
  padding-top: 23px;
}
.feedback {
  padding: 130px 0 162px;
  position: relative;
}
.feedback:before {
  content: '';
  position: absolute;
  background: url(/static/annex/index/ru/v9/img/bg-feedback.svg) no-repeat;
  width: 1928px;
  height: 1020px;
  z-index: 0;
  left: 50%;
  top: -170px;
  transform: translate(-170px, 0);
}
.feedback > .container {
  position: relative;
  z-index: 1;
}
.feedback-text {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #515D76;
  margin-bottom: 30px;
}
.footer {
  background: #1F293E;
  position: relative;
  z-index: 1;
  color: #A7ADBF;
  padding: 45px 0 20px;
}
.footer h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: left;
  margin: 0 0 18px;
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #A7ADBF !important;
  text-decoration: none;
}
.columns-2 {
  columns: 2;
}
.footer .v-divider {
  margin: 22px 0 34px;
}
.copyright p {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: rgba(167, 173, 191, 0.82);
}
.copyright a {
  font-size: 11px;
  line-height: 18px;
}
.footer a:hover {
  text-decoration: underline;
}
.absolute {
  position: absolute !important;
}
.submenu {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px #E6E9ED;
  border-radius: 10px;
  width: 763px;
  padding: 36px 43px 10px;
  z-index: 10;
  top: 100%;
  transform: translate(0px, 16px);
}
.submenu-label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  color: #0A1D37;
  text-align: left;
  margin: 0 0 5px;
  text-decoration: underline !important;
}
a.submenu-label:hover {
  text-decoration: none !important;
}
.submenu-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #7F8799;
  text-align: left;
}
.submenu-item {
  margin-bottom: 36px;
  width: 32%;
  flex-basis: 32%;
  flex-grow: 0;
  text-align: left;
}
.d-none {
  display: none !important;
}
.capability-info {
  padding: 24px 48px 48px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  text-align: center;
}
.capability-info ul {
  list-style: none;
  padding: 0;
  columns: 2;
  display: inline-block;
}
.capability-info li {
  position: relative;
  padding: 0 0 0 25px;
  text-align: left;
}
.capability-info li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #4DACDB;
  box-shadow: 0px 1px 4px rgba(77, 172, 219, 0.33);
}
.capability-info-close {
  position: absolute !important;
  right: 5px;
  top: 5px;
  margin: 0;
}
.fs-24 {
  font-size: 24px;
}
.radius-6 {
  border-radius: 6px;
}
.why {
  line-height: 26px;
  color: #515D76;
  font-size: 16px;
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
}
.why:before,
.info-text:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  background: url(/static/annex/index/en/v3/img/top-wave.svg);
  height: 17px;
  background-repeat: repeat-x;
}
.why:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: url(/static/annex/index/en/v3/img/bottom-wave.svg);
  height: 11px;
  background-repeat: repeat-x;
}
.why-item {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #515D76;
  position: relative;
  padding-left: 38px;
  padding-bottom: 26px;
  padding-right: 30px;
}
.why-item:before {
  content: '';
  position: absolute;
  background: #124B6D;
  border-radius: 50%;
  width: 8px;
  left: 6px;
  top: 5px;
  height: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.why-item:before {
  content: '';
  position: absolute;
  background: #124B6D;
  border-radius: 50%;
  width: 8px;
  left: 6px;
  top: 5px;
  height: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.why-circle--title {
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  color: #124B6D;
  text-transform: uppercase;
  margin: 0 0 21px;
}
.why-circle--text {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #515D76;
  padding: 0 40px;
}
.why-circle {
  border: 1px solid #E7E7E7;
  width: 363px;
  height: 363px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -113px;
  left: 26px;
  padding-top: 80px;
}
.why-circle--img {
  position: absolute;
  bottom: -75px;
  left: 55px;
}
.why h2 {
  margin-bottom: 53px;
}
.why-number {
  font-size: 38px;
  color: #ebf2f6;
}
.users {
  background: #fff;
  padding: 198px 0 320px;
}
.users--item {
  /* background: linear-gradient(303.2deg, #D9E8FF 2.73%, #FBFDFF 88.85%); */
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  padding: 42px 42px 0;
  position: relative;
  height: 100%;
}
.users--item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #0B2E55;
  margin-bottom: 17px;
}
.users--item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #464646;
}
.users h2 {
  margin: 0px 0 52px;
}
.users--item img {
  position: relative;
  z-index: 1;
}
.users--item:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 256px;
  height: 220px;
  background: url(/static/annex/index/en/v3/img/users-bg.svg);
  right: 0;
  z-index: 0;
}

@media (max-width: 600px) {
  .tariffs-actions .v-btn {
    width: 100%;
    margin: 0 0 8px;
  }
  .try-free-btn {
    width: 100% !important;
  }
  .top-image {
    margin: -15px 0 0 13px;
  }
  .top-left {
    padding: 0;
  }
  .capability-item {
    padding-left: 0 !important;
    width: 100%;
    text-align: center;
  }
  .capability-item img {
    margin-left: auto;
    margin-right: auto;
  }
  .capability-info ul {
    columns: auto;
  }
  .capability-item p {
    max-width: 100%;
  }
  .capability-item h3 {
    text-align: center;
  }
  .tariff {
    border-right-color: #E9ECEE;
    margin-bottom: 24px;
  }
  .xs12-only {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
  .mb-4-only {
    margin-bottom: 24px !important;
  }
  .footer .columns-2 {
    columns: unset;
  }
  .try-free-btn {
    width: 100%;
  }
  .header {
    position: relative !important;
  }
  .content {
    padding-top: 0;
  }
  .header.elevation-1 {
    box-shadow: none !important;
  }
}