@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;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #0A1D37;
  margin: 0 0 40px;
}
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: fixed;
  width: 100%;
  z-index: 20;
}
.header.elevation-1 {
  background: rgb(251,253,255);
}
.header.elevation-1 .header-content {
  height: auto;
}
/* .content {
  padding-top: 101px;
} */
.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;
}
.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 {
  text-align: center;
  padding: 75px 0;
}
.top-title {
  font-size: 35px;
  line-height: 41px;
  font-weight: 300;
  margin: 0 0 38px;
  color: #0A1D37;
}
.top-desc {
  font-size: 16px;
  line-height: 24px;
  color: #515D76;
  margin-bottom: 39px;
}
#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;
  line-height: 26px;
  color: #515D76;
  font-size: 16px;
}
#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-item {
  padding-bottom: 67px;
}
.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 img {
  margin: 0 0 12px;
}
.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%;
}
.trial {
  padding: 199px 0;
  background: url(/static/annex/index/ru/v9/img/bg-blue.svg);
  background-repeat: repeat-x;
  position: relative;
  z-index: 1;
}
.trial .subtitle {
  color: #4DACDB;
  margin: 0 0 8px;
}
.trial p {
  font-size: 16px;
  line-height: 24px;
  color: #515D76;
  text-align: center;
  margin-bottom: 36px;
}
.trial h2 {
  margin-bottom: 32px;
}
.trial .try-free-btn,
.content-header .try-free-btn {
  background: #4DACDB;
  box-shadow: 0px 4px 5px rgba(77, 172, 219, 0.49);
}
.advantages {
  padding: 100px 0 20px;
}
.advantages-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.advantages-item {
  padding: 60px 16px;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.advantages-item-info {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.advantages h2 {
  margin-bottom: 85px;
}
.advantages-item h3,
.advantages-item .advantages-text {
  max-width: 560px;
  width: 100%;
}
.advantages-item h3 {
  margin-bottom: 28px;
  text-align: left;
}
.advantages-text p {
  line-height: 26px;
  color: #515D76;
  font-size: 16px;
  text-align: left;
}
.advantages-text p:last-child {
  margin: 0;
}
.advantages-item-picture {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.advantages-item img {
  display: block;
  box-shadow: 0px 1px 14px #D5DCE4;
  border-radius: 6px;
  max-width: 560px;
  width: 100%;
}
.advantages-item:nth-child(odd) .advantages-item-picture {
  padding-left: 40px;
}
.advantages-item:nth-child(even) .advantages-item-info {
  order: 1;
  align-items: flex-start;
  padding-left: 40px;
}
.advantages-item:nth-child(even) .advantages-item-picture {
  align-items: flex-end;
  padding-right: 40px;
}
.numbers {
  text-align: center;
  margin-bottom: 141px;
}
.numbers-value {
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  margin: 0 0 11px;
}
.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;
  line-height: 41px;
  text-align: center;
  color: #0A1D37;
  margin-bottom: 65px;
}
.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: 135px 0 0;
  position: relative;
  z-index: 1;
}
.price h2 {
  margin-bottom: 26px;
}
.price-info {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #515D76;
  margin: 0 auto;
  max-width: 420px;
  margin-bottom: 30px;
}
.wide {
  width: 100%;
}
.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);
}
.capability {
  margin-bottom: 100px;
}
.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 {
  margin: 0 0 140px;
  line-height: 26px;
  color: #515D76;
  font-size: 16px;
}
.why-item {
  padding: 24px;
  border-radius: 6px;
  background: #fff;
}
.why h2 {
  margin-bottom: 60px;
}
.why-number {
  font-size: 38px;
  color: #ebf2f6;
}
.info-list {
  background: #fefefe;
  padding: 100px 0;
}
.ul {
  list-style: none;
  padding: 0;
}
.ul li {
  position: relative;
  padding: 0 0 0 25px;
  text-align: left;
}
.ul 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);
}
.columns-2 {
  columns: 2;
  column-gap: 30px;
}
.d-center {
  margin: 0 auto;
}
.fs-18 {
  font-size: 18px;
}
.header-content {
  border-bottom: 1px solid rgba(196, 196, 196, 0.38);
  position: relative;
  height: 101px;
}
.breadcrumbs {
  list-style: none;
  padding: 43px 0 52px;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 25px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(149, 138, 150, 0.5);
}
.breadcrumbs li a {
  color: #828282 !important;
  text-decoration: none;
}
.breadcrumbs li:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 6px;
  right: -16px;
  background: #828282;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.content-header {
  min-height: 814px;
  padding-top: 101px;
  background: url(/static/annex/landings/seo_audit/img/top-bg.svg) center;
  background-position: calc(50% + 20px), 0;
  position: relative;
}
.content-header .subheader {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Gothic A1', sans-serif;
  margin-bottom: 38px;
  color: #515d76;
}
.content-header h1 {
  font-weight: bold;
  font-size: 46px;
  line-height: 106.9%;
  font-family: 'Gothic A1', sans-serif;
  margin-bottom: 31px;
  color: #000;
}
.content-header p {
  font-size: 14px;
  line-height: 160.2%;
  color: #515D76;
  font-family: 'Gothic A1', sans-serif;
}
.block-item h2 {
  font: 600 46px/55px 'Gothic A1', sans-serif;
  color: #000;
  text-align: left;
  margin: 0 0 62px;
}
.block-item {
  padding: 90px 0 60px;
  background: #fff;
  position: relative;
}
.why {
  margin: 0 0 30px;
}
.why h3,
.why-link {
  color: #464646 !important;
  font: bold 18px/24px 'Gothic A1', sans-serif;
  text-align: left;
  margin: 0 0 20px;
}
.more-tools .why-link {
  display: inline-block;
  margin-bottom: 10px;
}
.more-tools .why p {
  max-width: 90%;
}
.more-tools .why {
  margin-bottom: 50px;
}
.why-img {
  margin: 0 0 24px;
}
.why p {
  font: 14px/19px 'Gothic A1', sans-serif;
  color: #464646;
  margin-bottom: 6px;
  padding-right: 25px;
}
.capabilities ol {
  list-style: none;
  padding: 0;
  counter-reset: counter;
}
.capabilities ol > li {
  position: relative;
  padding-left: 55px !important;
  counter-increment: counter;
  margin-bottom: 36px;
}
.capabilities ol > li:before {
  content: counter(counter);
  position: absolute;
  width: 33px;
  height: 33px;
  left: 8px;
  top: -8px;
  color: #365DAE;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
}
.capabilities h2 {
  margin-bottom: 76px;
}
.capabilities-item-title {
  font-size: 18px !important;
  font-weight: bold !important;
  margin: 0 0 12px;
}
.capabilities p {
  font-size: 14px;
  line-height: 20px;
  color: #464646;
  max-width: 90%;
}
.block {
  font-family: 'Gothic A1', sans-serif;
}
.block-item:nth-child(even) {
  background: #f9f9f9;
  padding-top: 140px;
  padding-bottom: 150px;
}
.block-item:nth-child(odd):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;
}
.block-item:nth-child(odd):before {
  content: '';
  position: absolute;
  height: 52px;
  bottom: 100%;
  left: 0;
  right: 0;
  background: url(/static/annex/landings/common/img/wave-top.svg) repeat-x center top;
}
.ff--gothic {
  font-family: 'Gothic A1', sans-serif;
}
.fw--bold {
  font-weight: bold;
}
.text {
  color: #515D76;
  font: normal 14px/22px 'Open Sans', sans-serif;
  margin-bottom: 73px;
}
.text p {
  margin-bottom: 10px;
}
.text ul {
  list-style: none;
  padding: 0;
}
.text li {
  margin-bottom: 13px;
  padding-left: 22px;
  padding-right: 20px;
  position: relative;
}
.text 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);
}
.trial {
  background: url(/static/annex/landings/common/img/bg-blue.svg);
  padding-bottom: 140px;
}
.text h3 {
  text-align: left;
  margin: 0 0 30px;
  color: #000;
}
.text > * + h3 {
  margin-top: 70px !important;
}

@media (max-width: 600px) {
  .block-item h2 {
    text-align: center !important;
  }
  .text li {
    padding-right: 0;
  }
  .why p {
    padding-right: 0;
  }
  .why,
  .why h3,
  .why-img {
    text-align: center;
  }
  .header-content {
    height: initial;
    border: none;
  }
  .content-header {
    background: #e5efff;
    padding-top: 0;
    min-height: initial;
    padding-bottom: 20px;
  }
  .try-free {
    position: relative;
    z-index: 1;
  }
  .header {
    background: #fbfdff;
    border-bottom: 1px solid rgba(196, 196, 196, 0.38);
  }
  .columns-2 {
    columns: auto;
  }
  .capability-item {
    padding-left: 0 !important;
    width: 100%;
    text-align: center;
  }
  .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;
  }
  .advantages-item-info {
    width: 100%;
    order: 1;
    text-align: center;
    padding: 0 !important;
  }
  .advantages-item h3 {
    text-align: center;
  }
  .advantages-text p {
    text-align: center;
  }
  .advantages-item-picture {
    width: 100%;
    order: -1;
    padding: 0 !important;
    margin-bottom: 20px;
  }
}