/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * * ========================================================================== */
/**
 * * 1. Correct the line height in all browsers.
 * * 2. Prevent adjustments of font size after orientation changes in iOS.
 * */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * * ========================================================================== */
/**
 * * Remove the margin in all browsers.
 * */
body {
  margin: 0;
}

/**
 * * Render the `main` element consistently in IE. */
main {
  display: block;
}

/**
 * * Correct the font size and margin on `h1` elements within `section` and
 * * `article` contexts in Chrome, Firefox, and Safari.*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * * ========================================================================== */
/**
 * * 1. Add the correct box sizing in Firefox.
 * * 2. Show the overflow in Edge and IE.*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1*/
  height: 0;
  /* 1*/
  overflow: visible;
  /* 2*/
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * * ========================================================================== */
/**
 * * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * * 1. Remove the bottom border in Chrome 57-
 * * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * * Prevent `sub` and `sup` elements from affecting the line height in
 * * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * * ========================================================================== */
/**
 * * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * * ========================================================================== */
/**
 * * 1. Change the font styles in all browsers.
 * * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * * Show the overflow in IE.
 * * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * * Correct the inability to style clickable types in iOS and Safari.
 * */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * * 1. Correct the text wrapping in Edge and IE.
 * * 2. Correct the color inheritance from `fieldset` elements in IE.
 * * 3. Remove the padding so developers are not caught out when they zero out
 * *    `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * */
progress {
  vertical-align: baseline;
}

/**
 * * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * * 1. Add the correct box sizing in IE 10.
 * * 2. Remove the padding in IE 10.
 * */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * * Correct the cursor style of increment and decrement buttons in Chrome.
 * */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * * 1. Correct the odd appearance in Chrome and Safari.
 * * 2. Correct the outline style in Safari.
 * */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * * 1. Correct the inability to style clickable types in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari.
 * */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * * ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox.
 * */
details {
  display: block;
}

/* * Add the correct display in all browsers.
 * */
summary {
  display: list-item;
}

/* Misc
 * * ========================================================================== */
/**
 * * Add the correct display in IE 10+.
 * */
template, [hidden] {
  display: none;
}

/**
 * * Add the correct display in IE 10. */
@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy-Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #ccc;
  color: #fff;
}

::selection {
  background-color: #ccc;
  color: #fff;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

h1, h2, h3, h4, h5, h6, ul, li, a, p, span {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: Gilroy-Regular, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #A0A2BF;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background-color: #1E1E2C;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.main-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-cont.passive {
  opacity: 0;
  visibility: hidden;
  scale: 0;
}

.interface__slider-wrap {
  max-width: 416px;
  min-width: 350px;
  position: relative;
}

.interface__slider {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  width: 100% !important;
  height: 100vh;
  background-color: #1E1E2C;
}

.interface__slide1 {
  background-image: url(../images/dist/slide-bg1.png);
  background-size: 100% 90%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 71px;
}

.slide1__cont {
  width: 91%;
  margin: 0 auto;
  padding-top: 16px;
}

h2 {
  font-family: "Gilroy-Semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 32px;
}

.light-p {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #B7AFC2;
  margin-bottom: 27px;
}
.light-p:last-child {
  margin-bottom: 0;
}

.light-a {
  color: #06E9EE;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.slide2__cont {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.video-container {
  margin-top: 71px;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 180%;
  border-radius: 32px 32px 0px 0px;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide3__cont {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slide3__img-wrap {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 85.4%;
  border-radius: 0px 0px 32px 32px;
}

.img-sml {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide3__descr {
  width: 91%;
  margin: 24px auto 0;
}

.gray-p {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #A0A2BF;
}

.gray-a {
  color: #06E9EE;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.slide4__cont {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding-top: 92px;
}

.audio__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  top: 20%;
}
.audio__wrap audio {
  margin: auto;
}

.progress-img-wrap {
  width: 315px;
  height: 67px;
}

.play-img-wrap {
  width: 104px;
  height: 104px;
  margin-top: 32vh;
}
.play-img-wrap img {
  max-width: 100%;
  height: auto;
}

.slide5__cont {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slide5__img-wrap {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 84.4%;
  border-radius: 0px 0px 32px 32px;
}

.sld5-ttl {
  width: 91%;
  margin: 24px auto 0;
}

.choice__block {
  width: 91%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}

.block__title {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 14px;
}

.choice__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.choice__itm:last-child {
  margin-bottom: 0;
}
.choice__itm:hover .itm__icon-wrap .itm-icon {
  opacity: 0;
  z-index: 0;
}
.choice__itm:hover .itm__icon-wrap .itm-icon-act {
  opacity: 1;
  z-index: 1;
}
.choice__itm:hover .itm__descr-wrap .itm-descr {
  color: #ffffff;
}
.choice__itm.active .itm__icon-wrap .itm-icon {
  opacity: 0;
  z-index: 0;
}
.choice__itm.active .itm__icon-wrap .itm-icon-act {
  opacity: 1;
  z-index: 1;
}
.choice__itm.active .itm__descr-wrap .itm-descr {
  color: #ffffff;
}

.itm__icon-wrap {
  width: 56px;
  height: 50px;
  position: relative;
}

.itm-icon, .itm-icon-act {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
}

.itm-icon {
  opacity: 1;
  z-index: 1;
}

.itm-icon-act {
  opacity: 0;
  z-index: 0;
}

.itm__descr-wrap {
  margin-left: 15px;
  width: 209px;
}

.itm-descr {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A0A2BF;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
  height: 52px;
  background: #7102FF;
  border-radius: 20px;
  margin: 56px auto 0;
}

.btn-sp {
  font-family: "Gilroy-Semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.btn-img {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.tab__sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tab__sect.active {
  z-index: 1;
  opacity: 1;
}

.tabs__slider-wrap {
  width: 414px;
  max-width: 414px;
}

.tabs__slider {
  width: 100%;
  height: 100vh;
  position: relative;
}

.tab__slide1, .tab__slide2, .tab__slide3, .tab__slide4, .tab__slide5, .tab__slide6, .tab__slide7, .tab_slide8 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
}

.tab-item {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tab-item.active {
  z-index: 1;
  opacity: 1;
}

.tab1__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100vh;
  width: 100%;
}

.tab__img-wrap {
  width: 100%;
}
.tab__img-wrap img {
  max-width: 100%;
}

.tab1__descr {
  width: 91%;
  margin: 18px auto 0;
}

.tab__slide2 {
  height: 100%;
  width: 100% !important;
}

.tab2__cont {
  width: 100%;
}

.tab2-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.top__navig {
  position: absolute;
  width: 96%;
  height: 60px;
  top: 4px;
  left: 0;
  z-index: 10;
  padding-left: 4%;
}

.custom__pagin {
  width: 100%;
  height: 24px;
  margin-left: -4px;
}

.logo__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.logo__img-wrap {
  width: 22px;
  height: 22px;
}
.logo__img-wrap img {
  max-width: 100%;
}

.logo-sp {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin-left: 8px;
}

.swiper-pagination {
  position: relative;
  text-align: left;
  bottom: 4px;
  left: -4px;
}

.swiper-pagination-bullets {
  bottom: 4px;
  left: -4px;
}

.swiper-pagination-bullet {
  width: 17.8%;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin-right: 8px;
}

.swiper-pagination-bullet-active {
  background: #06E9EE;
}

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cust-sp {
  display: block;
  width: 32%;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin-right: 8px;
}
.cust-sp.active {
  background: #06E9EE;
}

.cust__lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

@media (min-width: 414px) and (max-height: 896px) {
  .video-container {
    padding-bottom: 193%;
  }
}
@media (max-width: 390px) and (max-height: 844px) {
  .video-container {
    padding-bottom: 193%;
  }
}
@media (min-width: 414px) and (max-height: 740px) {
  .video-container {
    padding-bottom: 172%;
  }
  .int1-p {
    font-size: 14px;
  }
  .slide3__img-wrap {
    padding-bottom: 81.4%;
  }
  .slide5__img-wrap {
    padding-bottom: 82.4%;
  }
  .sld5-ttl {
    width: 90%;
    margin: 21px auto 0;
  }
  .choice__block {
    margin-top: 14px;
  }
  .block__items {
    margin-top: 14px;
  }
  .choice__itm {
    margin-bottom: 18px;
  }
  .itm__icon-wrap {
    width: 45px;
    height: 40px;
  }
  .itm-descr {
    line-height: 22px;
  }
  .btn {
    width: 194px;
    height: 47px;
    margin: 16px auto 0;
  }
  .btn-sp {
    font-size: 15px;
  }
  .btn-img {
    display: block;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 375px) and (max-height: 740px) {
  .slide3__img-wrap {
    padding-bottom: 86%;
  }
  .int1-p {
    font-size: 14px;
    line-height: 18px;
  }
  .slide5__img-wrap {
    padding-bottom: 86%;
  }
  .sld5-ttl {
    width: 90%;
    margin: 18px auto 0;
  }
  .choice__block {
    margin-top: 18px;
  }
  .choice__itm {
    margin-bottom: 18px;
  }
  .itm__icon-wrap {
    width: 50px;
    height: 45px;
  }
  .itm-descr {
    line-height: 21px;
  }
  .btn {
    width: 194px;
    height: 47px;
    margin: 32px auto 0;
  }
  .btn-sp {
    font-size: 15px;
  }
  .btn-img {
    display: block;
    width: 12px;
    height: 12px;
  }
  .video-container {
    padding-bottom: 174%;
  }
}
@media (max-width: 375px) and (max-height: 667px) {
  .slide3__img-wrap {
    padding-bottom: 81.4%;
  }
  .int1-p {
    font-size: 12px;
    line-height: 18px;
  }
  .slide5__img-wrap {
    padding-bottom: 81.4%;
  }
  .sld5-ttl {
    width: 90%;
    margin: 16px auto 0;
  }
  .choice__block {
    margin-top: 14px;
  }
  .choice__itm {
    margin-bottom: 8px;
  }
  .itm__icon-wrap {
    width: 40px;
    height: 35px;
  }
  .itm-descr {
    line-height: 22px;
  }
  .btn {
    width: 194px;
    height: 47px;
    margin: 16px auto 0;
  }
  .btn-sp {
    font-size: 15px;
  }
  .btn-img {
    display: block;
    width: 12px;
    height: 12px;
  }
  .video-container {
    padding-bottom: 172%;
  }
}
@media (max-width: 360px) and (max-height: 740px) {
  .slide3__img-wrap {
    padding-bottom: 83.4%;
  }
  .int1-p {
    font-size: 13px;
    line-height: 18px;
  }
  .slide5__img-wrap {
    padding-bottom: 82.4%;
  }
  .sld5-ttl {
    width: 90%;
    margin: 20px auto 0;
  }
  .choice__block {
    margin-top: 20px;
  }
  .choice__itm {
    margin-bottom: 18px;
  }
  .itm__icon-wrap {
    width: 52px;
    height: 47px;
  }
  .itm-descr {
    line-height: 22px;
  }
  .btn {
    width: 194px;
    height: 47px;
    margin: 32px auto 0;
  }
  .btn-sp {
    font-size: 15px;
  }
  .btn-img {
    display: block;
    width: 12px;
    height: 12px;
  }
  .video-container {
    padding-bottom: 179%;
  }
}