@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/annex/material-icons-v6.7.0/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff2) format('woff2'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff) format('woff'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Gothic A1';
  src: url(/static/annex/fonts/GothicA1-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gothic A1';
  src: url(/static/annex/fonts/GothicA1-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Italic.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-BoldItalic.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-LightItalic.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-MediumItalic.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}

.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;
}

*::before,
*::after {
  box-sizing: border-box;
}

p {
  margin-bottom: 0;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  transition: none;
}

.header.elevation-1 {
  background-color: #fff;
}

.header .content {
  position: relative;
}

.header.header-opened {
  bottom: 0;
  top: 0;
  background: #fff;
  margin: 0 !important;
  padding: 0;
}

.header.header-opened .header-nav {
  display: block !important;
  width: 100% !important;
  margin-bottom: 30px;
}

.header.header-opened .content {
  flex-wrap: wrap;
}

.header.header-opened .header-nav--item a {
  padding: 12px 27px !important;
  display: block;
  border-bottom: 1px solid #F0F0F0;
}

.header.header-opened .header-nav--item {
  display: block;
  width: 100%;
}

.header.header-opened i {
  display: none;
}

.header.header-opened .header-nav {
  padding-top: 14px;
}

.header.header-opened .header-buttons-block {
  display: block !important;
  width: 100%;
}

.header.header-opened .signup-link {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  margin: 0 0 20px;
  background: linear-gradient(125.62deg, #A6CE39 26.06%, #91B924 84.58%) !important;
  box-shadow: 0px 4px 8px 0px #94bc2647 !important;
  color: #fff;
  border: none !important;
}


.header.header-opened .signin-link {
  margin: 0 !important;
  width: 100%;
  background: #fff !important;
  color: #06163F !important;
  box-shadow: none !important;
}

.header.header-opened .burder-nav .liners:before {
  background-image: url(/static/annex/index/en/v4/img/header_mobile_nav/close.png);
  width: 12px;
  height: 12px;
}

.header.header-opened #advantages-menu {
  position: static;
  width: 100%;
  box-shadow: none;
  padding: 0;
  transform: none;
}

.header.header-opened #advantages-menu button.absolute {
  display: none;
}

.header.header-opened #advantages-menu .submenu-item {
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
}

.header.header-opened .header-nav--item .submenu-item a {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  text-decoration: none !important;
}

.header.header-opened .submenu-desc {
  text-align: center;
  display: none;
}

.submenu {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  z-index: 10;
  top: 100%;
  transform: translate(-20px, 15px);
  min-width: 226px;
}

.capability-info {
  padding: 24px 48px 48px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font: 14px/24px 'Gothic A1', Arial, sans-serif;
}

.capability-info-close {
  position: absolute !important;
  right: 5px;
  top: 5px;
  margin: 0;
}

.capability-info .fs-24 {
  font-size: 24px;
}

.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 rgb(77 172 219 / 33%);
}

.main-page-feedback label {
  font-size: 14px;
}

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

.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;
}

.header-nav--items {
  display: flex;
}

.header-nav--item {
  padding: 0 20px;
}

.header-submenu-features {
  cursor: pointer;
}

.arrow-submenu {
  position: relative;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 20px;
  float: right;
}

.arrow-submenu::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 7px;
  width: 7px;
  height: 1px;
  transform: rotate(45deg);
  background-color: black;
}

.arrow-submenu::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 7px;
  width: 7px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: black;
}

.header-nav--item>a,
.header-nav--item>div>a {
  font-family: sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: black;
  text-decoration: none;
}

.header-nav--item a:hover {
  text-decoration: underline;
}

.header-buttons-block .signup-link:hover:before {
  background-color: #fff !important;
}

.header-buttons-block .v-btn,
.btn {
  border: 1px solid #06163F !important;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 8px rgba(224, 224, 224, 0.55)) !important;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: black;
  transition: 0.3s;
  text-transform: initial;
}

.header-buttons-block .signup-link,
.btn-reg {
  background-color: white !important;
  height: 40px;
  margin-right: 14px;
}

.header-buttons-block .signin-link,
.btn-signIn {
  background: linear-gradient(116deg, #A6CE39 33.61%, #91B924 100%);
  box-shadow: 0px 4px 8px rgba(148, 188, 38, 0.4);
  border: none !important;
  color: white !important;
  height: 40px;
}

.header-mobile-navigation {
  display: none;
}

.search-nav {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.search-block-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.search-block-img::before {
  content: '';
  position: absolute;
  background-image: url(/static/annex/index/en/v4/img/header_mobile_nav/search.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.header .content {
  position: relative;
}

*:not(.layout)>.flex {
  display: flex;
}

.content {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 20px;
}

.f-a-c {
  align-items: center;
}

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

.d-none {
  display: none;
}

.submenu-item--wrap {
  padding: 10px 0;
}

.submenu-item {
  position: relative;
}

.submenu-item {
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  text-align: left;
  flex-direction: column;
}

.submenu-item {
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  text-align: left;
  flex-direction: column;
}

.submenu-item--wrap {
  padding: 10px 0;
}

.submenu-label {
  text-align: left;
  text-decoration: none !important;
  display: block;
  font: 500 13px/16px 'Gothic A1';
  color: #99A2B4;
  padding: 12px 22px;
}

.submenu-item {
  position: relative;
}

.submenu-item:not(:last-child):before {
  content: '';
  position: absolute;
  border-bottom: 1px solid rgba(153, 162, 180, 0.15);
  left: 20px;
  right: 20px;
  bottom: -1px;
}

.submenu-item:hover:before {
  bottom: 0;
}

.submenu-label:hover {
  border-left: 2px solid #8FAFF7;
  padding-left: 20px;
  background: rgba(111, 150, 236, 0.09);
}

.header-nav--item>div:hover .submenu {
  display: block;
}

.submenu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 22px;
}

.submenu-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #7F8799;
  text-align: left;
}

:root {
  --text-color: #969696;
  --number-color: #565657;
  --grassy-color: #A1CB61;
  --pink-color: #E36279;
  --blue-color: #7C9BEB;
  --orange-color: #F59741;
  --green-color: #6CCB8C;
  --deeppink-color: #ED4765;
  --skyblue-color: #7CB6EB;
  --coral-color: #EB7359;
  --azure-color: #6C8EE7;
  --black-color: #192C39;
  --yellow-color: #F1C21B;
  --violet-color: #8F00FF;
  --gray-color: #686868;
  --lightgray-color: #7C87A4;
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Open Sans';
}

.grid-container {
  max-width: 73.5rem;
  margin: 0 auto;
}

.container-head {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: var(--gray-color);
  margin-bottom: 11px;
}

.container-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  padding-right: 44px;
  margin-bottom: 47px;
}

.plug {
  padding-top: 163px
}

main .content {
  color: var(--gray-color);
  margin-bottom: 107px;
}

.figure {
  margin-left: 2px;
}

.summary {
  margin-bottom: 2px;
  font-size: 14px;
  color: #AAAAAA;
}

.content ol {
  margin-left: 0;
  padding-left: 21px;
  line-height: 22px;
  counter-reset: item;
}

.content ol ol {
  padding-left: 0;
}

ol li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  color: var(--text-color);
}

li {
  list-style-type: none;
}

ol>li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  color: var(--number-color);
}

ol li ol {
  margin-top: 10px;
}

ol>li ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  color: var(--number-color);
}

#list {
  counter-reset: item 49;
}

.header_grassy {
  color: var(--grassy-color);
}

.list_grassy {
  border-left: 2px solid var(--grassy-color);
}

.caption {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 18px;
}

.header_pink {
  color: var(--pink-color);
}

.list_pink {
  border-left: 2px solid var(--pink-color);
}

.header_blue {
  color: var(--blue-color);
}

.list_blue {
  border-left: 2px solid var(--blue-color);
}

.header_orange {
  color: var(--orange-color);
}

.list_orange {
  border-left: 2px solid var(--orange-color);
}

.header_green {
  color: var(--green-color);
}

.list_green {
  border-left: 2px solid var(--green-color);
}

.header_deeppink {
  color: var(--deeppink-color);
}

.list_deeppink {
  border-left: 2px solid var(--deeppink-color);
}

.header_black {
  color: var(--black-color);
}

.list_black {
  border-left: 2px solid var(--black-color);
}

.header_yellow {
  color: var(--yellow-color);
}

.list_yellow {
  border-left: 2px solid var(--yellow-color);
}

.header_gray {
  color: var(--gray-color);
}

.list_gray {
  border-left: 2px solid var(--gray-color);
}

.header_skyblue {
  color: var(--skyblue-color);
}

.list_skyblue {
  border-left: 2px solid var(--skyblue-color);
}

.header_coral {
  color: var(--coral-color);
}

.list_coral {
  border-left: 2px solid var(--coral-color);
}

.header_azure {
  color: var(--azure-color);
}

.list_azure {
  border-left: 2px solid var(--azure-color);
}

.header_violet {
  color: var(--violet-color);
}

.list_violet {
  border-left: 2px solid var(--violet-color);
}

.header_lightgray {
  color: var(--lightgray-color);
}

.list_lightgray {
  border-left: 2px solid var(--lightgray-color);
}

.between {
  margin-top: 45px;
}

@media (max-width: 450px) {
  .figure_wrap {
    padding-left: 10px;
  }
}

@media screen and (min-device-width: 520px) and (max-device-width: 550px) {
  .content_image {
    margin-right: -10px;
  }
}

@media screen and (min-device-width: 551px) and (max-device-width: 600px) {
  .content_image {
    margin-right: -15px;
  }
}

@media screen and (min-device-width: 601px) and (max-device-width: 630px) {
  .content_image {
    margin-right: -20px;
  }
}

@media screen and (min-device-width: 631px) and (max-device-width: 650px) {
  .content_image {
    margin-right: -25px;
  }
}

@media screen and (min-device-width: 651px) and (max-device-width: 680px) {
  .content_image {
    margin-right: -30px;
  }
}

@media screen and (min-device-width: 681px) and (max-device-width: 700px) {
  .content_image {
    margin-right: -35px;
  }
}

@media screen and (min-device-width: 701px) and (max-device-width: 767px) {
  .content_image {
    margin-right: -40px;
  }
}

@media (max-width: 768px) {
  .grid-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .content {
    margin-bottom: 35px;
  }

  .content_orange {
    margin-bottom: 0;
  }

  .list_orange {
    margin-bottom: 0;
  }

  .list_orange>li:last-child {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  #list>li:last-child {
    padding-bottom: 0;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1100px) {
  .figure_wrap {
    padding-left: 10px;
  }
}

@media screen and (min-device-width: 1101px) and (max-device-width: 1400px) {
  .figure_wrap {
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .content {
    column-count: 3;
  }
}