* {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

.grid {
  width: 1280px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .grid {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .grid {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .grid {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .grid {
    width: 1140px;
  }
}

@media (max-width: 575px) {
  .grid {
    width: 94%;
  }
}

html {
  width: 100%;
  height: 100%;
}

body {
  background: #090f1e;
}

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.header_wrap img {
  margin-left: 10px;
}

.header_authentication a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
  box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
  height: 40px;
  font-size: 13px;
  margin-left: 10px;
}

.header_authentication a:last-child {
  background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
  box-shadow: 0 6px 18px 0 rgba(14, 161, 81, .3);
}

@media (max-width: 370px) {
  .header_authentication a:last-child {
    display: none;
  }
}

.promo {
  margin: 40px 0;
}

.promo_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid #c9c63e;
  padding: 25px 0 15px;
  border-radius: 30px;
  background: #1f403e;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(70, 191, 75, 0.2) inset;
  -moz-box-shadow: 0px 0px 20px 20px rgba(70, 191, 75, 0.2) inset;
  box-shadow: 0px 0px 20px 20px rgba(70, 191, 75, 0.2) inset;
}

@media (min-width: 650px) {
  .promo_wrap {
    width: 400px;
    margin: 0 auto;
  }
}

.text_top-part {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffe45b;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.text_middle-part {
  font-size: 40px;
  text-transform: uppercase;
  color: #51e46d;
  font-weight: 900;
}

.text_bottom-part {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 15px 0 30px;
}

.promo_wrap a {
  background: #0661cc;
  border-radius: 8px;
  width: 180px;
  font-size: 12px;
  padding: 8px 0;
  text-decoration: none;
  font-weight: 300;
}

.promo_wrap a span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  margin-bottom: 3px;
}

.promo_wrap a * {
  line-height: 1;
}

.main-table {
  margin: 0 0 40px;
  border-radius: 16px 16px 0 0;
  background: #172034;
  background-image: linear-gradient(to right, #0e1425, #101729, #121a2c, #151d30, #172034);
}

.content section {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 16px;
  background: #172034;
  background-image: linear-gradient(to right, #0e1425, #101729, #121a2c, #151d30, #172034);
}

.content h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #64b8fb;
  margin-bottom: 20px;
}

.content h2 {
  font-size: 24px;
}

.content p {
  line-height: 1.4;
  margin-bottom: 15px;
}

.content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.content ol li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.content ul li::marker,
.content ol li::marker {
  color: #ffb129;
}

.main-table_wrap h1 {
  margin: 30px 0;
  text-align: center;
  color: #c9c63e;
  font-size: 20px;
}

.main-table_wrap {
  overflow-x: auto;
  margin-bottom: 25px;
}

.main-table table {
  width: 100%;
  border-collapse: collapse;
}

.main-table table tr td {
  border: 1px solid #64b8fb;
  padding: 8px;
  line-height: 1.4;
}

.main-table table tr td:first-child {
  min-width: 160px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer small {
  margin: 0;
  padding: 0 0 20px;
}

.download-apps {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0 0;
}

.working-mirror {
  width: 400px;
  margin: 40px auto;
}

.working-mirror .top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px 15px 0 0;
  background: #12192b;
  padding: 6px 15px;
}

.working-mirror .circles-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}

.working-mirror .circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ffe45b;
  border-radius: 50%;
  margin: 0 3px;
  line-height: 8px;
}

.adress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #161f33;
  border-radius: 3px;
  padding: 6px 50px;
  width: 100%;
  margin: 0 25px;
}

.adress-bar span {
  display: inline-block;
  width: 100px;
  color: #0d79db;
  font-size: 13px;
  line-height: 13px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.working-mirror .bottom-part {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-top: #e2e6e7;
  background: #141b2e;
  min-height: 200px;
}

.working-mirror .bottom-part img {
  margin-top: 10px;
}

.bottom-part .link {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 6px;
  background: #0661cc;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.working-mirror .bottom-part p {
  margin: 10px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media (max-width: 450px) {
  .working-mirror {
    width: calc(100% - 30px);
    margin: 40px 15px;
  }

  .working-mirror .bottom-part {
    text-align: center;
    padding: 0 15px;
  }

  .adress-bar {
    padding: 6px 30px;
    margin: 0 15px;
  }

  .working-mirror .bottom-part p {
    line-height: 1.3;
  }
}

.slots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0;
  flex-wrap: wrap;
}

.slots_item {
  margin: 15px 0;
}

.slots_item img {
  height: 36px;
}

@media (max-width: 800px) {
  .slots_item {
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .slots_item img {
    height: 28px;
  }
}

.toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 50px;
}

.hamburger-menu {
  position: absolute;
  top: 0;
  margin-top: 50px;
  left: 0;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #090f1e;
  background-image: linear-gradient(to bottom, #090f1e, #0d1423, #101828, #131b2e, #161f33);
}

.hamburger-menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.hamburger-menu > li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.menu-button-container {
  display: flex;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (min-width: 100px) {
  .menu-button-container {
    display: flex;
  }

  .hamburger-menu {
    z-index: 9999;
    position: absolute;
    top: 0;
    margin-top: 60px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle ~ .hamburger-menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .hamburger-menu li {
    display: flex;
    align-items: center;
    border: 1px solid #222;
    height: 2em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .hamburger-menu li:last-child {
    border: 0;
  }

  .hamburger-menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
  }

  .hamburger-menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

@media (max-width: 500px) {
  .header_authentication a {
    padding: 0 20px;
    height: 36px;
  }
}

@media (max-width: 375px) {
  .header_authentication a:last-child {
    display: none;
  }
}
  body {
            -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            animation: -amp-start 8s steps(1, end) 0s 1 normal both;
        }

        @-webkit-keyframes -amp-start {
            from {
                visibility: hidden;
            }

            to {
                visibility: visible;
            }
        }

        @-moz-keyframes -amp-start {
            from {
                visibility: hidden;
            }

            to {
                visibility: visible;
            }
        }

        @-ms-keyframes -amp-start {
            from {
                visibility: hidden;
            }

            to {
                visibility: visible;
            }
        }

        @-o-keyframes -amp-start {
            from {
                visibility: hidden;
            }

            to {
                visibility: visible;
            }
        }

        @keyframes -amp-start {
            from {
                visibility: hidden;
            }

            to {
                visibility: visible;
            }
        }
         html {
            overflow-x: hidden !important
        }

        html.i-amphtml-fie {
            height: 100% !important;
            width: 100% !important
        }

        html:not([amp4ads]),
        html:not([amp4ads]) body {
            height: auto !important
        }

        html:not([amp4ads]) body {
            margin: 0 !important
        }

        body {
            -webkit-text-size-adjust: 100%;
            -moz-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
        }

        html.i-amphtml-singledoc.i-amphtml-embedded {
            -ms-touch-action: pan-y pinch-zoom;
            touch-action: pan-y pinch-zoom
        }

        html.i-amphtml-fie>body,
        html.i-amphtml-singledoc>body {
            overflow: visible !important
        }

        html.i-amphtml-fie:not(.i-amphtml-inabox)>body,
        html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {
            position: relative !important
        }

        html.i-amphtml-ios-embed-legacy>body {
            overflow-x: hidden !important;
            overflow-y: auto !important;
            position: absolute !important
        }

        html.i-amphtml-ios-embed {
            overflow-y: auto !important;
            position: static
        }

        #i-amphtml-wrapper {
            overflow-x: hidden !important;
            overflow-y: auto !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            margin: 0 !important;
            display: block !important
        }

        html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,
        html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper {
            -webkit-overflow-scrolling: touch !important
        }

        #i-amphtml-wrapper>body {
            position: relative !important;
            border-top: 1px solid transparent !important
        }

        #i-amphtml-wrapper+body {
            visibility: visible
        }

        #i-amphtml-wrapper+body .i-amphtml-lightbox-element,
        #i-amphtml-wrapper+body[i-amphtml-lightbox] {
            visibility: hidden
        }

        #i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element {
            visibility: visible
        }

        #i-amphtml-wrapper.i-amphtml-scroll-disabled,
        .i-amphtml-scroll-disabled {
            overflow-x: hidden !important;
            overflow-y: hidden !important
        }

        amp-instagram {
            padding: 54px 0px 0px !important;
            background-color: #fff
        }

        amp-iframe iframe {
            box-sizing: border-box !important
        }

        [amp-access][amp-access-hide] {
            display: none
        }

        [subscriptions-dialog],
        body:not(.i-amphtml-subs-ready) [subscriptions-action],
        body:not(.i-amphtml-subs-ready) [subscriptions-section] {
            display: none !important
        }

        amp-experiment,
        amp-live-list>[update] {
            display: none
        }

        amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden {
            display: none !important
        }

        amp-list [fetch-error],
        amp-list[load-more] [load-more-button],
        amp-list[load-more] [load-more-end],
        amp-list[load-more] [load-more-failed],
        amp-list[load-more] [load-more-loading] {
            display: none
        }

        amp-list[diffable] div[role=list] {
            display: block
        }

        amp-story-page,
        amp-story[standalone] {
            min-height: 1px !important;
            display: block !important;
            height: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            overflow: hidden !important;
            width: 100% !important
        }

        amp-story[standalone] {
            background-color: #000 !important;
            position: relative !important
        }

        amp-story-page {
            background-color: #757575
        }

        amp-story .amp-active>div,
        amp-story .i-amphtml-loader-background {
            display: none !important
        }

        amp-story-page:not(:first-of-type):not([distance]):not([active]) {
            transform: translateY(1000vh) !important
        }

        amp-autocomplete {
            position: relative !important;
            display: inline-block !important
        }

        amp-autocomplete>input,
        amp-autocomplete>textarea {
            padding: 0.5rem;
            border: 1px solid rgba(0, 0, 0, .33)
        }

        .i-amphtml-autocomplete-results,
        amp-autocomplete>input,
        amp-autocomplete>textarea {
            font-size: 1rem;
            line-height: 1.5rem
        }

        [amp-fx^=fly-in] {
            visibility: hidden
        }

        amp-script[nodom],
        amp-script[sandboxed] {
            position: fixed !important;
            top: 0 !important;
            width: 1px !important;
            height: 1px !important;
            overflow: hidden !important;
            visibility: hidden
        }

        /*# sourceURL=/css/ampdoc.css*/
        [hidden] {
            display: none !important
        }

        .i-amphtml-element {
            display: inline-block
        }

        .i-amphtml-blurry-placeholder {
            transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1) !important;
            pointer-events: none
        }

        [layout=nodisplay]:not(.i-amphtml-element) {
            display: none !important
        }

        .i-amphtml-layout-fixed,
        [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {
            display: inline-block;
            position: relative
        }

        .i-amphtml-layout-responsive,
        [layout=responsive][width][height]:not(.i-amphtml-layout-responsive),
        [width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),
        [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive) {
            display: block;
            position: relative
        }

        .i-amphtml-layout-intrinsic,
        [layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic) {
            display: inline-block;
            position: relative;
            max-width: 100%
        }

        .i-amphtml-layout-intrinsic .i-amphtml-sizer {
            max-width: 100%
        }

        .i-amphtml-intrinsic-sizer {
            max-width: 100%;
            display: block !important
        }

        .i-amphtml-layout-container,
        .i-amphtml-layout-fixed-height,
        [layout=container],
        [layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height) {
            display: block;
            position: relative
        }

        .i-amphtml-layout-fill,
        .i-amphtml-layout-fill.i-amphtml-notbuilt,
        [layout=fill]:not(.i-amphtml-layout-fill),
        body noscript>* {
            display: block;
            overflow: hidden !important;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0
        }

        body noscript>* {
            position: absolute !important;
            width: 100%;
            height: 100%;
            z-index: 2
        }

        body noscript {
            display: inline !important
        }

        .i-amphtml-layout-flex-item,
        [layout=flex-item]:not(.i-amphtml-layout-flex-item) {
            display: block;
            position: relative;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

        .i-amphtml-layout-fluid {
            position: relative
        }

        .i-amphtml-layout-size-defined {
            overflow: hidden !important
        }

        .i-amphtml-layout-awaiting-size {
            position: absolute !important;
            top: auto !important;
            bottom: auto !important
        }

        i-amphtml-sizer {
            display: block !important
        }

        @supports (aspect-ratio:1/1) {
            i-amphtml-sizer.i-amphtml-disable-ar {
                display: none !important
            }
        }

        .i-amphtml-blurry-placeholder,
        .i-amphtml-fill-content {
            display: block;
            height: 0;
            max-height: 100%;
            max-width: 100%;
            min-height: 100%;
            min-width: 100%;
            width: 0;
            margin: auto
        }

        .i-amphtml-layout-size-defined .i-amphtml-fill-content {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0
        }

        .i-amphtml-replaced-content,
        .i-amphtml-screen-reader {
            padding: 0 !important;
            border: none !important
        }

        .i-amphtml-screen-reader {
            position: fixed !important;
            top: 0px !important;
            left: 0px !important;
            width: 4px !important;
            height: 4px !important;
            opacity: 0 !important;
            overflow: hidden !important;
            margin: 0 !important;
            display: block !important;
            visibility: visible !important
        }

        .i-amphtml-screen-reader~.i-amphtml-screen-reader {
            left: 8px !important
        }

        .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {
            left: 12px !important
        }

        .i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader {
            left: 16px !important
        }

        .i-amphtml-unresolved {
            position: relative;
            overflow: hidden !important
        }

        .i-amphtml-select-disabled {
            -webkit-user-select: none !important;
            -ms-user-select: none !important;
            user-select: none !important
        }

        .i-amphtml-notbuilt,
        [layout]:not(.i-amphtml-element),
        [width][height][heights]:not([layout]):not(.i-amphtml-element),
        [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {
            position: relative;
            overflow: hidden !important;
            color: transparent !important
        }

        .i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,
        [layout]:not([layout=container]):not(.i-amphtml-element)>*,
        [width][height][heights]:not([layout]):not(.i-amphtml-element)>*,
        [width][height][sizes]:not([layout]):not(.i-amphtml-element)>* {
            display: none
        }

        amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content {
            display: block
        }

        .i-amphtml-notbuilt:not(.i-amphtml-layout-container),
        [layout]:not([layout=container]):not(.i-amphtml-element),
        [width][height][heights]:not([layout]):not(.i-amphtml-element),
        [width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {
            color: transparent !important;
            line-height: 0 !important
        }

        .i-amphtml-ghost {
            visibility: hidden !important
        }

        .i-amphtml-element>[placeholder],
        [layout]:not(.i-amphtml-element)>[placeholder],
        [width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],
        [width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder] {
            display: block;
            line-height: normal
        }

        .i-amphtml-element>[placeholder].amp-hidden,
        .i-amphtml-element>[placeholder].hidden {
            visibility: hidden
        }

        .i-amphtml-element:not(.amp-notsupported)>[fallback],
        .i-amphtml-layout-container>[placeholder].amp-hidden,
        .i-amphtml-layout-container>[placeholder].hidden {
            display: none
        }

        .i-amphtml-layout-size-defined>[fallback],
        .i-amphtml-layout-size-defined>[placeholder] {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            z-index: 1
        }

        amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder] {
            z-index: auto
        }

        .i-amphtml-notbuilt>[placeholder] {
            display: block !important
        }

        .i-amphtml-hidden-by-media-query {
            display: none !important
        }

        .i-amphtml-element-error {
            background: red !important;
            color: #fff !important;
            position: relative !important
        }

        .i-amphtml-element-error:before {
            content: attr(error-message)
        }

        i-amp-scroll-container,
        i-amphtml-scroll-container {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block
        }

        i-amp-scroll-container.amp-active,
        i-amphtml-scroll-container.amp-active {
            overflow: auto;
            -webkit-overflow-scrolling: touch
        }

        .i-amphtml-loading-container {
            display: block !important;
            pointer-events: none;
            z-index: 1
        }

        .i-amphtml-notbuilt>.i-amphtml-loading-container {
            display: block !important
        }

        .i-amphtml-loading-container.amp-hidden {
            visibility: hidden
        }

        .i-amphtml-element>[overflow] {
            cursor: pointer;
            position: relative;
            z-index: 2;
            visibility: hidden;
            display: initial;
            line-height: normal
        }

        .i-amphtml-layout-size-defined>[overflow] {
            position: absolute
        }

        .i-amphtml-element>[overflow].amp-visible {
            visibility: visible
        }

        template {
            display: none !important
        }

        .amp-border-box,
        .amp-border-box *,
        .amp-border-box :after,
        .amp-border-box :before {
            box-sizing: border-box
        }

        amp-pixel {
            display: none !important
        }

        amp-analytics,
        amp-auto-ads,
        amp-story-auto-ads {
            position: fixed !important;
            top: 0 !important;
            width: 1px !important;
            height: 1px !important;
            overflow: hidden !important;
            visibility: hidden
        }

        amp-story {
            visibility: hidden !important
        }

        html.i-amphtml-fie>amp-analytics {
            position: initial !important
        }

        [visible-when-invalid]:not(.visible),
        form [submit-error],
        form [submit-success],
        form [submitting] {
            display: none
        }

        amp-accordion {
            display: block !important
        }

        @media (min-width:1px) {
            :where(amp-accordion>section)>:first-child {
                margin: 0;
                background-color: #efefef;
                padding-right: 20px;
                border: 1px solid #dfdfdf
            }

            :where(amp-accordion>section)>:last-child {
                margin: 0
            }
        }

        amp-accordion>section {
            float: none !important
        }

        amp-accordion>section>* {
            float: none !important;
            display: block !important;
            overflow: hidden !important;
            position: relative !important
        }

        amp-accordion,
        amp-accordion>section {
            margin: 0
        }

        amp-accordion:not(.i-amphtml-built)>section>:last-child {
            display: none !important
        }

        amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child {
            display: block !important
        }