.docs-list__list-advanced,
.docs-list__number-list-advanced {
  margin: 0px;
  padding: 0px;
}
.docs-list__list-advanced {
  list-style-type: none;
}
.docs-list__number-list-advanced {
  margin-left: 20px;
}
.docs-list__list-advanced .docs-list__item,
.docs-list__number-list-advanced .docs-list__number-item {
  margin-top: 30px;
}
.docs-list__list-advanced .docs-list__item:first-child,
.docs-list__number-list-advanced .docs-list__number-item:first-child {
  margin-top: 0px;
}
.docs-list__list {
  padding: 0px;
  list-style-type: none;
}
.docs-list__list,
.docs-list__number-list {
  margin: 0px 0px 20px 20px;
}
.docs-list__number-list {
  padding: 0px 0px 0px 20px;
}
.docs-list__item,
.docs-list__number-item {
  margin-top: 5px;
}
.docs-list__item:first-child,
.docs-list__number-item:first-child {
  margin-top: 0px;
}
.docs-list__item {
  position: relative;
  padding-left: 20px;
}
.docs-list__item:before {
  content: '';
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 11px;
  left: 0px;
  border-radius: 100%;
  background: #333;
}
.docs-list__item .docs-list__list {
  margin-top: 0px;
}
.docs-list__item .docs-list__item {
  padding-left: 13px;
}
.docs-list__item .docs-list__item:before {
  width: 6px;
  height: 6px;
  top: 7px;
  border: 1px solid #333;
  background: transparent;
}
.docs-index__font-roboto-regular {
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
}
.docs-index__font-roboto-medium {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
}
.docs-index__font-roboto-bold {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs-index__font-roboto-light {
  font-family: 'RobotoLight', Arial, sans-serif;
  font-weight: normal;
}
.docs-index__link-blue {
  text-decoration: none;
  transition: color .1s linear;
}
.docs-index__link-blue,
.docs-index__link-blue:active,
.docs-index__link-blue:visited {
  color: #0061ce;
}
.docs-index__link-blue:hover {
  color: #3a85d9;
}
.docs-index__page {
  padding-bottom: 40px;
}
.docs-index__header {
  padding: 15px 0px 150px;
  background: #0e1319;
  text-align: center;
}
.docs-index__title {
  margin: 0px 0px 15px;
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 45px;
  color: #fff;
}
.docs-index__intro {
  margin-bottom: 20px;
  color: #ababab;
}
.docs-index__content {
  max-width: 960px;
  margin: -100px auto 0px;
}
.docs-index__section {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.6);
}
.docs-index__section__title {
  margin: 0px 0px 20px;
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
}
.docs-index__preview {
  display: flex;
  flex-wrap: wrap;
}
.docs-index__preview__item {
  box-sizing: border-box;
  flex: 1 0 50%;
  min-width: 300px;
  position: relative;
  margin-bottom: -1px;
  padding: 22px 40px 70px;
  border-left: 1px solid #e8eaed;
  border-bottom: 1px solid #e8eaed;
}
.docs-index__preview__item:first-child {
  border-left: none;
}
.docs-index__preview__link {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: color .1s linear;
}
.docs-index__preview__link,
.docs-index__preview__link:active,
.docs-index__preview__link:visited {
  color: #0061ce;
}
.docs-index__preview__link:hover {
  color: #3a85d9;
}
.docs-index__preview__link:before {
  content: '\2014';
  position: absolute;
  left: 0px;
  color: #333;
}
.docs-index__preview__more,
.docs-index__preview__more:visited,
.docs-index__preview__more:active {
  color: inherit;
  text-decoration: none;
}
.docs-index__preview__more__button {
  position: absolute;
  bottom: 22px;
  left: 40px;
}
.docs-index__blog {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.docs-index__blog__more {
  position: absolute;
  top: 22px;
  right: 40px;
  text-decoration: none;
  transition: color .1s linear;
  font-size: 14px;
}
.docs-index__blog__more,
.docs-index__blog__more:active,
.docs-index__blog__more:visited {
  color: #0061ce;
}
.docs-index__blog__more:hover {
  color: #3a85d9;
}
.docs-index__blog__item {
  box-sizing: border-box;
  flex: 1 0 33.3%;
  min-width: 300px;
  margin-bottom: 25px;
  padding: 0px 40px;
}
.docs-index__blog__item,
.docs-index__blog__item:visited,
.docs-index__blog__item:active {
  color: inherit;
  text-decoration: none;
}
.docs-index__blog__date {
  margin-bottom: 1px;
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #888;
}
.docs-index__blog__title {
  margin-bottom: 3px;
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.docs-index__blog__item:hover .docs-index__blog__title {
  text-decoration: underline;
}
.docs-index__blog__author {
  font-size: 12px;
  color: #888;
}
.docs-index__blog .docs-index__section__title {
  flex: 0 0 100%;
  margin: 22px 40px;
}
.docs-index__video__item {
  flex: 1 0 50%;
  min-width: 300px;
  padding: 0px 40px;
  cursor: pointer;
}
.docs-index__video__inner {
  position: relative;
  margin-bottom: 8px;
}
.docs-index__video__inner:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #000;
  opacity: .65;
  transition: opacity .1s linear;
}
.docs-index__video__item:hover .docs-index__video__inner:before {
  opacity: .8;
}
.docs-index__video__image {
  width: 100%;
}
.docs-index__video__image_x17_2 {
  background: url(../img/docs-index__video__image_x17_2.jpg);
}
.docs-index__video__image_x17 {
  background: url(../img/docs-index__video__image_x17.jpg);
}
.docs-index__video__date {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0px 6px;
  color: #fff;
  background: #506276;
  line-height: 20px;
}
.docs-index__video__description {
  position: absolute;
  top: 70px;
  right: 0px;
  left: 0px;
  padding: 90px 60px 0px;
  text-align: center;
  color: #fff;
}
.docs-index__video__description:before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -30px;
  background: url(../img/docs-index__video__play.svg);
  background-size: cover;
}
.docs-index__video__title {
  margin-bottom: 20px;
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.docs-index__video__author {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #b7b7b7;
}
.docs-index__video__popup {
  display: block;
}
.docs-index__video__popup__content {
  width: 790px;
  height: 444px;
  margin: -20px -40px -80px;
}
.docs-index__twits {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  background: transparent;
  box-shadow: none;
}
/* font-family: "RobotoRegular"; */
@font-face {
  font-family: "RobotoRegular";
  src: url(../fonts/RobotoRegular.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
  font-family: "RobotoMedium";
  src: url(../fonts/RobotoMedium.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
  font-family: "RobotoBold";
  src: url(../fonts/RobotoBold.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
  font-family: "RobotoLight";
  src: url(../fonts/RobotoLight.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
.docs__font-roboto-regular {
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
}
.docs__font-roboto-medium {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
}
.docs__font-roboto-bold {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs__font-roboto-light {
  font-family: 'RobotoLight', Arial, sans-serif;
  font-weight: normal;
}
.docs__link-blue {
  text-decoration: none;
  transition: color .1s linear;
}
.docs__link-blue,
.docs__link-blue:active,
.docs__link-blue:visited {
  color: #0061ce;
}
.docs__link-blue:hover {
  color: #3a85d9;
}
html,
body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  background: #e8eaed;
}
b {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs__link {
  text-decoration: none;
  transition: color .1s linear;
}
.docs__link,
.docs__link:active,
.docs__link:visited {
  color: #0061ce;
}
.docs__link:hover {
  color: #3a85d9;
}
.docs__code-inline {
  display: inline-block;
  margin: 0px;
  padding: 0px 4px;
  overflow: hidden;
  vertical-align: bottom;
  font-family: Monospace;
  background: #efefef;
  white-space: pre;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.docs__page {
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  position: relative;
  padding-top: 68px;
  overflow: hidden;
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.docs__index-page {
  min-width: 100%;
  padding-bottom: 0px;
  overflow-y: auto;
}
.docs__header {
  height: 68px;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  padding: 0px 20px 0px 340px;
  background: #0e1319;
}
.docs__logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
.docs__amplify-logo {
  display: block;
  width: 102px;
  height: 30px;
  float: left;
  margin: 18px 0px 0px 30px;
  background: url(../img/amplify-logo.svg);
  background-size: cover;
  overflow: visible;
}
.docs__content {
  box-sizing: border-box;
  height: 100%;
  padding: 10px 20px 0px 340px;
  overflow-y: auto;
  line-height: 24px;
}
.docs__index-page .docs__content {
  height: auto;
  padding: 0px;
  overflow: visible;
}
.docs__footer {
  position: absolute;
  left: 30px;
  bottom: 15px;
  font-size: 10px;
  color: #787d82;
}
.docs__index-page .docs__footer {
  position: static;
  margin-bottom: 20px;
  text-align: center;
}
.docs__terms-of-service,
.docs__terms-of-service:active,
.docs__terms-of-service:visited {
  color: inherit;
  text-decoration: none;
}
.docs-search__font-roboto-regular {
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
}
.docs-search__font-roboto-medium {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
}
.docs-search__font-roboto-bold {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs-search__font-roboto-light {
  font-family: 'RobotoLight', Arial, sans-serif;
  font-weight: normal;
}
.docs-search__link-blue {
  text-decoration: none;
  transition: color .1s linear;
}
.docs-search__link-blue,
.docs-search__link-blue:active,
.docs-search__link-blue:visited {
  color: #0061ce;
}
.docs-search__link-blue:hover {
  color: #3a85d9;
}
.docs-search__search {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-top: 13px;
  max-width: 900px;
  transition: width .1s linear;
}
.docs-search__index-search {
  width: 300px;
  max-width: 90%;
  margin: 40px auto 0px;
}
.docs-search__index-search[data-active="1"] {
  width: 700px;
}
.docs-search__input,
.docs-search__input:invalid {
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  position: relative;
  padding: 0px 20px 0px 32px;
  border: 0px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  background-size: initial;
  background-image: url(../img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  border-bottom: 1px solid #555;
  color: #fff;
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  transition: background-color 0.1s linear, background-image 0.1s linear, border-color 0.1s linear;
}
.docs-search__input:focus,
.docs-search__input:invalid:focus,
.docs-search__input:valid,
.docs-search__input:invalid:valid {
  background-color: #0e1319;
  background-image: url(../img/search-icon_active.svg);
  border-bottom: 2px solid #fff;
}
.docs-search__index-search .docs-search__input {
  height: 52px;
  padding-left: 35px;
  font-size: 21px;
}
.docs-search__placeholder {
  z-index: 1;
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0px;
  left: 32px;
  color: #87898c;
  font-size: 18px;
}
.docs-search__index-search .docs-search__placeholder {
  top: 12px;
  left: 35px;
  font-size: 21px;
}
.docs-search__clear {
  z-index: 2;
  display: block;
  margin-top: -8px;
  padding: 15px 15px 0px 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  background-size: cover;
  background-image: url(../img/search-clear.svg);
  cursor: pointer;
  opacity: .5;
  visibility: hidden;
  transition: opacity .1s linear;
}
.docs-search__clear:hover {
  opacity: 1;
}
.docs-search__suggest {
  width: 100%;
  top: 2px;
  left: -150px;
  padding-left: 150px;
  text-align: left;
}
.docs-search__aa {
  width: 100%;
}
.docs-search__aa-dropdown-menu {
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f3f3f3;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.docs-search__aa-suggestions {
  margin: 0px 5px 0px 150px;
}
.docs-search__aa-suggestion {
  position: relative;
  margin-bottom: 4px;
  padding: 9px 19px;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: border-color 0.1s linear;
}
.docs-search__aa-cursor {
  cursor: pointer;
  border-color: #d9d9d9;
}
.docs-search__suggestion-entry {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0px;
  left: -151px;
  padding: 9px 10px 0px 20px;
  border-top: 1px solid #fff;
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
  color: #888;
}
.docs-search__suggestion-title {
  margin-bottom: 10px;
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs-search__aa-suggestion em {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 3px solid #e3f300;
}
:root {
    --black: #333333;
    --background: #e8eaed;

    --link: #0061ce;

    --gray: #666666;
    --gray2: #888888;
    --gray3: #ababab;
    --gray4: #cccccc;
    --gray5: #d8d8d8;
    --gray6: #eeeeee;
    --gray7: #f8f8f8;
    --gray8: #f3f3f3;

    --major: #506276;
    --major2: #2b343f;
    --major3: #6b7e94;

    --nginx: #01c864;
    --nginx2: #16532c;
    --nginx3: #00a050;
    --nginx4: #00df6f;

    --orange: #ff9100;
    --orange2: #e58200;
    --orange3: #fff9f2;
    --orange4: #ffc87f;
    --orange5: #ffba61;

    --blue: #564fc9;
    --blue2: #4d47b5;
    --blue3: #f6f6fc;
    --blue4: #aaa7e4;
    --blue5: #9691de;

    --brown: #c88c00;
    --brown2: #b47e00;
    --brown3: #fcf9f2;
    --brown4: #e3c57f;
    --brown5: #ddb761;

    --pink: #fb64b0;
    --pink2: #e1599e;
    --pink3: #fff7fb;
    --pink4: #f2b1e1;
    --pink5: #ef9edb;

    --sky: #00b7ec;
    --sky2: #00a5d4;
    --sky3: #f2fbfe;
    --sky4: #7fdbf5;
    --sky5: #61d2f3;

    --aquamarine: #45a7a4;
    --aquamarine2: #3e9693;
    --aquamarine3: #f5fafa;
    --aquamarine4: #a2d3d1;
    --aquamarine5: #8bc8c6;

    --green2: #00b359;
    --green3: #f2fcf7;
    --green4: #80e3b1;
    --green5: #62dd9f;

    --black2: #5c5c5c;
    --black3: #f7f7f7;
    --black4: #b2b2b2;
    --black5: #a0a0a0;

    --red: #ff5559;
    --red2: #db1a1a;
    --red3: #cf2121;
    --red4: #fdf3f3;
    --red5: #ed8c8c;
    --red6: #e87171;
}

.ae-button__button {
    -webkit-appearance: none;
    height: 40px;
    line-height: 38px;
    white-space: nowrap;
    cursor: pointer;
    padding: 0px 20px;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    border: 0px;
    box-sizing: border-box;
}

.ae-button__button:disabled {
    background: var(--gray6);
    color: var(--gray3);
    cursor: auto;
}

.ae-button__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    background: var(--gray3);
}

.ae-button__label {
    display: inline-block;
    vertical-align: top;
}

.ae-button__white {
    color: var(--gray);
    background: transparent;
    border: 1px solid var(--gray4);
}

.ae-button__white:hover {
    border-color: var(--gray3);
    color: var(--black);
}

.ae-button__white:enabled:active {
    border-color: var(--gray4);
    background: var(--gray7);
    color: var(--black);
}

.ae-button__white:disabled {
    background: transparent;
    border-color: var(--gray5);
    cursor: auto;
    color: var(--gray3);
}

.ae-button__green {
    background: var(--nginx);
    color: #fff;
}

.ae-button__green:enabled:hover {
    background: var(--nginx4);
}

.ae-button__green:enabled:active {
    background: var(--nginx3);
}

.ae-button__blue {
    background: var(--major);
    color: #ffffff;
}

.ae-button__blue:enabled:hover {
    background: var(--major3);
}

.ae-button__blue:enabled:active {
    background: var(--major2);
}

.ae-button__black {
    background: var(--black);
    color: #ffffff;
}

.ae-button__black:enabled:hover {
    background: #444;
}

.ae-button__black:enabled:active {
    background: #000;
}

.ae-button__small {
    height: 30px;
    line-height: 28px;
    padding: 0px 20px;
    font-size: 12px;
}

.ae-button__small .ae-button__icon {
    width: 10px;
    height: 10px;
}
/* for tests */
.ae-icon__test { }:root {
    --black: #333333;
    --background: #e8eaed;

    --link: #0061ce;

    --gray: #666666;
    --gray2: #888888;
    --gray3: #ababab;
    --gray4: #cccccc;
    --gray5: #d8d8d8;
    --gray6: #eeeeee;
    --gray7: #f8f8f8;
    --gray8: #f3f3f3;

    --major: #506276;
    --major2: #2b343f;
    --major3: #6b7e94;

    --nginx: #01c864;
    --nginx2: #16532c;
    --nginx3: #00a050;
    --nginx4: #00df6f;

    --orange: #ff9100;
    --orange2: #e58200;
    --orange3: #fff9f2;
    --orange4: #ffc87f;
    --orange5: #ffba61;

    --blue: #564fc9;
    --blue2: #4d47b5;
    --blue3: #f6f6fc;
    --blue4: #aaa7e4;
    --blue5: #9691de;

    --brown: #c88c00;
    --brown2: #b47e00;
    --brown3: #fcf9f2;
    --brown4: #e3c57f;
    --brown5: #ddb761;

    --pink: #fb64b0;
    --pink2: #e1599e;
    --pink3: #fff7fb;
    --pink4: #f2b1e1;
    --pink5: #ef9edb;

    --sky: #00b7ec;
    --sky2: #00a5d4;
    --sky3: #f2fbfe;
    --sky4: #7fdbf5;
    --sky5: #61d2f3;

    --aquamarine: #45a7a4;
    --aquamarine2: #3e9693;
    --aquamarine3: #f5fafa;
    --aquamarine4: #a2d3d1;
    --aquamarine5: #8bc8c6;

    --green2: #00b359;
    --green3: #f2fcf7;
    --green4: #80e3b1;
    --green5: #62dd9f;

    --black2: #5c5c5c;
    --black3: #f7f7f7;
    --black4: #b2b2b2;
    --black5: #a0a0a0;

    --red: #ff5559;
    --red2: #db1a1a;
    --red3: #cf2121;
    --red4: #fdf3f3;
    --red5: #ed8c8c;
    --red6: #e87171;
}
.ae-popup__mixin_close {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: .85;

    /*transition: opacity .1s linear;*/
}
.ae-popup__mixin_close:hover {
	opacity: 1;
}
.ae-popup__mixin_close::before,
.ae-popup__mixin_close::after {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0px 0px -1px;
    background: #fff;
}
.ae-popup__mixin_close::before {
	transform: rotate(135deg);
}
.ae-popup__mixin_close::after {
    transform: rotate(45deg);
}
.ae-popup__mixin_close-black {}
.ae-popup__mixin_close-black::before,
.ae-popup__mixin_close-black::after {
	background: var(--black);
}
.ae-popup__mixin_close-medium {
	width: 10px;
	height: 10px;
}
.ae-popup__mixin_close-medium::before,
.ae-popup__mixin_close-medium::after {
	height: 12px;
	margin: -6px 0px 0px -1px;
}
.ae-popup__mixin_close-small {
    width: 8px;
    height: 8px;
}
.ae-popup__mixin_close-small::before,
.ae-popup__mixin_close-small::after {
    width: 1px;
    height: 10px;
    margin: -5px 0px 0px -2px;
}
.ae-popup__font-roboto-regular {
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
}
.ae-popup__font-roboto-medium {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
}
.ae-popup__font-roboto-bold {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.ae-popup__font-roboto-light {
  font-family: 'RobotoLight', Arial, sans-serif;
  font-weight: normal;
}
.ae-popup__container {
    z-index: 100;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}
.ae-popup__scroll-container {
    overflow-y: scroll;
}
.ae-popup__hidden-container {
    display: none;
}
.ae-popup__fade {
    background: rgba(0, 0, 0, 0.6);
}
.ae-popup__wrapper {
    z-index: 2;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.ae-popup__scroll-container .ae-popup__wrapper {
    min-height: 100%;
    position: absolute;
    bottom: auto;
}
.ae-popup__popup {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    transform: translate(-50%, -50%);
}
.ae-popup__scroll-container .ae-popup__popup {
    display: block;
    width: 790px;
    position: relative;
    top: auto;
    left: auto;
    margin: 80px auto 40px;
    transform: none;
}
.ae-popup__header {
    position: relative;
    background: #000000;
    padding: 24px 60px 20px 40px;
}
.ae-popup__description {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    opacity: .6;
    margin-top: 10px;
}
.ae-popup__close {
    position: absolute;
    top: 20px;
    right: 30px;
}
.ae-popup__title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #ffffff;
    margin: 0px;
}
.ae-popup__content {
    background: #ffffff;
    padding: 20px 40px 80px;
}
.ae-popup__footer {
    margin: 0px -40px -20px;
    padding: 20px 40px;
    background: var(--gray6);
}
.ae-popup__actions {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 40px;
    border-top: 1px solid var(--gray4);
    background: var(--gray6);
    text-align: right;
}
.ae-popup__error {
    z-index: 10;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    margin: -20px -40px 20px;
    padding: 10px 40px;
    background: var(--red);
    color: #fff;
    opacity: .95;
}
.ae-popup__hide-error {
    position: absolute;
    top: 14px;
    right: 32px;
}
.docs-menu__font-roboto-regular {
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
}
.docs-menu__font-roboto-medium {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
}
.docs-menu__font-roboto-bold {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs-menu__font-roboto-light {
  font-family: 'RobotoLight', Arial, sans-serif;
  font-weight: normal;
}
.docs-menu__link-blue {
  text-decoration: none;
  transition: color .1s linear;
}
.docs-menu__link-blue,
.docs-menu__link-blue:active,
.docs-menu__link-blue:visited {
  color: #0061ce;
}
.docs-menu__link-blue:hover {
  color: #3a85d9;
}
.docs-menu__container {
  box-sizing: border-box;
  width: 320px;
  position: absolute;
  top: 68px;
  bottom: 0px;
  left: 0px;
  background: #fff;
}
.docs-menu__container:after {
  content: '';
  height: 40px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to bottom, transparent, #fff 20%, #fff);
}
.docs-menu__menu {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 40px;
  overflow-y: auto;
  overflow-x: hidden;
}
.docs-menu__item,
.docs-menu__item-active {
  position: relative;
  padding: 10px 30px 4px;
  border-bottom: 1px solid #eee;
}
.docs-menu__item-active:before {
  content: '';
  width: 4px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: #01c864;
}
.docs-menu__index-item {
  z-index: 1;
  position: sticky;
  top: 0px;
  background: #fff;
}
.docs-menu__title,
.docs-menu__title-active {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.docs-menu__sub-menu {
  padding: 0px 0px 16px 20px;
}
.docs-menu__sub-menu[data-submenu-list-active="0"] {
  display: none;
}
.docs-menu__title,
.docs-menu__title-active,
.docs-menu__go-back,
.docs-menu__sub-title {
  display: inline-block;
  position: relative;
  padding: 12px 0px 9px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.docs-menu__sub-title {
  transition: color .1s linear;
}
.docs-menu__sub-title[data-active] {
  color: #01c864;
}
.docs-menu__sub-menu[data-submenu-list-active="0"] .docs-menu__sub-title {
  display: none;
}
.docs-menu__go-back {
  position: relative;
  margin-top: -8px;
  padding-left: 23px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.docs-menu__go-back:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -7px;
  background: url(../img/docs-menu__go-back.svg);
  background-size: cover;
}
.docs-menu__toggle-list {
  width: 21px;
  height: 17px;
  position: relative;
  float: right;
  margin: 3px 0px 0px 5px;
}
.docs-menu__toggle-list:before,
.docs-menu__toggle-list:after {
  content: '';
  position: absolute;
  top: 8px;
  width: 8px;
  height: 2px;
  background: #ccc;
  transition: transform .1s linear,
		background .1s linear;
}
.docs-menu__toggle-list:before {
  left: 5px;
  transform: rotate(45deg);
}
.docs-menu__toggle-list[data-active="1"]:before {
  transform: rotate(135deg);
}
.docs-menu__toggle-list:after {
  left: 10px;
  transform: rotate(135deg);
}
.docs-menu__toggle-list[data-active="1"]:after {
  transform: rotate(45deg);
}
.docs-menu__toggle-list:hover:before,
.docs-menu__toggle-list:hover:after {
  background: #333;
}
.docs-section__font-roboto-regular {
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
}
.docs-section__font-roboto-medium {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
}
.docs-section__font-roboto-bold {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs-section__font-roboto-light {
  font-family: 'RobotoLight', Arial, sans-serif;
  font-weight: normal;
}
.docs-section__link-blue {
  text-decoration: none;
  transition: color .1s linear;
}
.docs-section__link-blue,
.docs-section__link-blue:active,
.docs-section__link-blue:visited {
  color: #0061ce;
}
.docs-section__link-blue:hover {
  color: #3a85d9;
}
.docs-section__content {
  box-sizing: border-box;
  max-width: 900px;
  margin-bottom: 10px;
  padding: 0px 160px 20px 60px;
  background: #fff;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.docs-section__content [data-anchor="true"] {
  position: relative;
  cursor: pointer;
}
.docs-section__content [data-anchor="true"]:before {
  content: '#';
  position: absolute;
  left: -20px;
  color: #999;
  opacity: 0;
  transition: opacity .1s linear;
}
.docs-section__content [data-anchor="true"]:hover:before {
  opacity: 1;
}
.docs-section__content h2 {
  margin: 0px -160px 30px -60px;
  padding: 16px 20px 18px;
  color: #fff;
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  background: #01c864;
  letter-spacing: 1.7px;
}
.docs-section__content h3 {
  margin: 40px 0px 15px;
  font-size: 22px;
  line-height: 32px;
}
.docs-section__content h4 {
  margin: 30px 0px 15px;
  font-size: 18px;
}
.docs-section__content h5 {
  margin: 20px 0px 30px;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}
.docs-section__content h3,
.docs-section__content h4,
.docs-section__content h5 {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
}
.docs-block__h5-content {
  padding-left: 20px;
}
.docs-paragraph__paragraph {
  margin: 0px 0px 15px;
}
.docs-paragraph__note {
  margin: 30px 0px 22px 21px;
  padding-left: 17px;
  border-left: 1px solid #d8d8d8;
  font-style: italic;
  color: #888;
}
.docs-image__image {
  max-width: 100%;
  margin: 10px 0px 30px;
}
.docs-code__code {
  font-family: Monospace;
  background: #efefef;
  margin: 0px 0px 15px;
  padding: 17px;
  white-space: pre;
  overflow-x: auto;
  overflow-y: hidden;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
}
.docs-anchor__container {
  position: relative;
}
.docs-anchor__anchor {
  position: absolute;
  top: 0px;
}
.docs-twit__font-roboto-regular {
  font-family: 'RobotoRegular', Arial, sans-serif;
  font-weight: normal;
}
.docs-twit__font-roboto-medium {
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
}
.docs-twit__font-roboto-bold {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs-twit__font-roboto-light {
  font-family: 'RobotoLight', Arial, sans-serif;
  font-weight: normal;
}
.docs-twit__link-blue {
  text-decoration: none;
  transition: color .1s linear;
}
.docs-twit__link-blue,
.docs-twit__link-blue:active,
.docs-twit__link-blue:visited {
  color: #0061ce;
}
.docs-twit__link-blue:hover {
  color: #3a85d9;
}
.docs-twit__more {
  flex: 1 1 100%;
  text-align: center;
  padding: 0px 10px 20px;
  padding-bottom: 20px;
}
.docs-twit__more-link {
  display: inline-block;
  width: 150px;
  font-family: 'RobotoMedium', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #1da1f2;
  text-decoration: none;
  border: 1px solid #1da1f2;
  border-radius: 15px;
  cursor: pointer;
  opacity: 1;
  transition: opacity .1s linear;
}
.docs-twit__more-link:hover {
  opacity: .8;
}
.docs-twit__more-link:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin: -1px -4px 0px 0px;
  background: url(../img/docs-twit__read.svg);
  background-size: cover;
}
.docs-twit__twit {
  box-sizing: border-box;
  min-width: 300px;
  flex: 1 0 50%;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  background: #fff;
  border-width: 0px 10px 20px 10px;
  border-style: solid;
  border-color: #e8eaed;
}
.docs-twit__twit:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0px 2px 6px rgba(204, 204, 204, 0.6);
}
.docs-twit__inner {
  z-index: 2;
  position: relative;
  padding: 20px 20px 50px;
}
.docs-twit__photo {
  width: 36px;
  height: 36px;
  float: left;
  margin: 0px 10px 15px 0px;
  border: none;
  border-radius: 100%;
}
.docs-twit__author {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs-twit__nick,
.docs-twit__date {
  font-size: 13px;
  line-height: 16px;
  color: #697882;
}
.docs-twit__text {
  clear: both;
}
.docs-twit__text b {
  font-family: 'RobotoBold', Arial, sans-serif;
  font-weight: normal;
}
.docs-twit__text a,
.docs-twit__text a:visited,
.docs-twit__text a:active {
  color: rgba(51, 51, 51, 0.65);
  text-decoration: none;
}
.docs-twit__date {
  z-index: 3;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
