html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
  list-style: none;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/* =========================== all */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Inter Variable", sans-serif;
  color: #141414;
  background: #fff;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

/* heading */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
  font-weight: 700;
  line-height: 120%;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.h1, h1 {
  font-size: 40px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
@media screen and (max-width: 768px) {
  .h1, h1 {
    font-size: 30px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.h2, h2 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .h2, h2 {
    font-size: 26px;
  }
}

.h3, h3 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .h3, h3 {
    font-size: 24px;
  }
}

.h4, h4 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .h4, h4 {
    font-size: 22px;
  }
}

.h5, h5 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .h5, h5 {
    font-size: 20px;
  }
}

.heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.article h2:not(:first-child), .article .h2:not(:first-child), .article h3:not(:first-child), .article .h3:not(:first-child), .article h4:not(:first-child), .article .h4:not(:first-child) {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

/* flexbox */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* gridbox */
.gridbox {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* content */
a, p, ol:not([class]) li, ul:not([class]) li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

p {
  color: #353535;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: #ff710c;
}

.link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  color: #ff710c;
}
.link::after {
  content: "";
  inline-size: 16px;
  block-size: 8px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-long");
}
.link:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: 600;
  color: #141414;
}

i, em {
  font-style: italic;
}

/* list */
ol:not([class]), ul:not([class]) {
  -webkit-margin-after: 26px;
          margin-block-end: 26px;
}
ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative;
  font-weight: 600;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
ol:not([class]) li::before, ul:not([class]) li::before {
  inset-inline-start: 0;
  inset-block-start: -3px;
}
ol:not([class]) li:not(:last-child), ul:not([class]) li:not(:last-child) {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block;
}

ol:not([class]) {
  counter-reset: number;
}
ol:not([class]) li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  text-align: center;
  inline-size: 30px;
  block-size: 30px;
  line-height: 30px;
  background: #ff710c;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 100%;
}

ul:not([class]) li::before {
  position: absolute;
  content: "";
  inline-size: 30px;
  block-size: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-icon-dark");
}

.list-ok, .list-not {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.list-ok li, .list-not li {
  position: relative;
  color: #353535;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.list-ok li::before, .list-not li::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: -3px;
  background-repeat: no-repeat;
  background-size: cover;
  inline-size: 30px;
  block-size: 30px;
}
.list-ok li:not(:last-child), .list-not li:not(:last-child) {
  -webkit-margin-after: 13px;
          margin-block-end: 13px;
}

.list-ok li::before {
  background-image: url("../img/sprite.svg#sprite--check-icon-bright");
}

.list-not li::before {
  background-image: url("../img/sprite.svg#sprite--cross-icon");
}

.list-check {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.list-check li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  -webkit-padding-start: 23px;
          padding-inline-start: 23px;
}
.list-check li:not(:last-child) {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.list-check li::before {
  position: absolute;
  content: "";
  inline-size: 12px;
  block-size: 9px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-blue");
  inset-inline-start: 5px;
  inset-block-start: 6px;
}

summary {
  list-style: none;
}
summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
  color: transparent;
}

/* img */
img {
  display: block;
  margin: 0 auto;
}

.img {
  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;
  border-radius: 7px;
  padding: 5px;
}

.figure {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

/* transition */
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* btn */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  background: #ff710c;
  color: #fff;
  border: 0px solid #000;
  padding: 15px 40px;
  margin: 0;
}
.btn:hover {
  -webkit-animation: borderPulse 1000ms infinite ease-out, hoverShine 200ms;
          animation: borderPulse 1000ms infinite ease-out, hoverShine 200ms;
}

@-webkit-keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 113, 12, 0.4), 0px 0px 0px 0px #ff710c;
            box-shadow: inset 0px 0px 0px 5px rgba(255, 113, 12, 0.4), 0px 0px 0px 0px #ff710c;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 113, 12, 0);
            box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 113, 12, 0);
  }
}

@keyframes borderPulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 113, 12, 0.4), 0px 0px 0px 0px #ff710c;
            box-shadow: inset 0px 0px 0px 5px rgba(255, 113, 12, 0.4), 0px 0px 0px 0px #ff710c;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 113, 12, 0);
            box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 113, 12, 0);
  }
}
@-webkit-keyframes hoverShine {
  0% {
    background-image: linear-gradient(135deg, rgba(255, 113, 12, 0.4) 0%, rgba(255, 113, 12, 0) 50%, rgba(255, 113, 12, 0) 100%);
  }
  50% {
    background-image: linear-gradient(135deg, rgba(255, 113, 12, 0) 0%, rgba(255, 113, 12, 0.4) 50%, rgba(255, 113, 12, 0) 100%);
  }
  100% {
    background-image: linear-gradient(135deg, rgba(255, 113, 12, 0) 0%, rgba(255, 113, 12, 0) 50%, rgba(255, 113, 12, 0.4) 100%);
  }
}
@keyframes hoverShine {
  0% {
    background-image: -o-linear-gradient(315deg, rgba(255, 113, 12, 0.4) 0%, rgba(255, 113, 12, 0) 50%, rgba(255, 113, 12, 0) 100%);
    background-image: linear-gradient(135deg, rgba(255, 113, 12, 0.4) 0%, rgba(255, 113, 12, 0) 50%, rgba(255, 113, 12, 0) 100%);
  }
  50% {
    background-image: -o-linear-gradient(315deg, rgba(255, 113, 12, 0) 0%, rgba(255, 113, 12, 0.4) 50%, rgba(255, 113, 12, 0) 100%);
    background-image: linear-gradient(135deg, rgba(255, 113, 12, 0) 0%, rgba(255, 113, 12, 0.4) 50%, rgba(255, 113, 12, 0) 100%);
  }
  100% {
    background-image: -o-linear-gradient(315deg, rgba(255, 113, 12, 0) 0%, rgba(255, 113, 12, 0) 50%, rgba(255, 113, 12, 0.4) 100%);
    background-image: linear-gradient(135deg, rgba(255, 113, 12, 0) 0%, rgba(255, 113, 12, 0) 50%, rgba(255, 113, 12, 0.4) 100%);
  }
}
button {
  font-family: "Inter Variable";
}

/* down */
.open .down {
  max-block-size: 500px;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.down {
  position: absolute;
  z-index: 20;
  inline-size: 280px;
  background: #fff;
  border-radius: 10px;
  max-block-size: 0;
  overflow: hidden;
  padding: 0 25px;
}
.down .close {
  position: absolute;
  inline-size: 20px;
  block-size: 20px;
  inset-block-start: 15px;
  inset-inline-end: 15px;
}
.down .close::before {
  position: absolute;
  content: "";
  inline-size: 14px;
  block-size: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close-icon");
  inset-block-start: calc(50% - 7px);
  inset-inline-start: calc(50% - 7px);
}
@media screen and (max-width: 768px) {
  .down {
    inline-size: 320px;
  }
}

/* breadcrumbs */
.breadcrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.breadcrumbs__item, .breadcrumbs-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #5B5B5B;
}
.breadcrumbs__item:not(:last-child) {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.breadcrumbs__item:first-child .breadcrumbs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.breadcrumbs__item:first-child .breadcrumbs-link::before {
  content: "";
  inline-size: 12px;
  block-size: 13px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--home");
}
.breadcrumbs-link {
  position: relative;
  text-decoration: none;
}
.breadcrumbs-link:hover {
  color: #5C5C5C;
  text-decoration: underline;
}
.breadcrumbs-link::after {
  position: absolute;
  content: "";
  inline-size: 5px;
  block-size: 8px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-gray");
  inset-block-start: 4px;
  inset-inline-end: -12px;
}

/* time */
.time {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  color: #5B5B5B;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.time-time {
  font-weight: 700;
  color: #141414;
}

/* soc */
.soc {
  gap: 8px;
}
.soc-link {
  position: relative;
  z-index: 1;
  inline-size: 32px;
  block-size: 32px;
  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;
  border-radius: 100%;
  border: 1px solid #D1D6DE;
  background: #fff;
  overflow: hidden;
}
.soc-link::before {
  position: absolute;
  z-index: 2;
  content: "";
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 100%;
  inset-inline-start: 0;
  background: #ff710c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.soc-link .svg {
  position: relative;
  z-index: 3;
  fill: #141414;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.soc-link:hover::before {
  inset-block-start: 0;
}
.soc-link:hover .svg {
  fill: #fff;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.soc.soc_dark .soc-link {
  background: #ff710c;
  border-color: #ff710c;
}
.soc.soc_dark .soc-link .svg {
  fill: #fff;
}
.soc.soc_dark .soc-link::before {
  background: #282295;
}
.soc.soc_dark .soc-link:hover .svg {
  fill: #fff;
}
.soc.soc_fix {
  -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;
}
@media screen and (min-width: 768px) {
  .soc.soc_fix {
    position: sticky;
    inset-block-start: 20px;
    -webkit-margin-start: -57px;
            margin-inline-start: -57px;
  }
}
@media screen and (max-width: 768px) {
  .soc.soc_fix {
    position: absolute;
    inset-inline-start: 20px;
  }
}

/* blockquote */
.blockquote {
  position: relative;
  border-radius: 10px;
  background: #FFF3EB;
  padding: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.blockquote-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.blockquote-icon::before, .blockquote-icon::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  block-size: 1px;
  background: #CDDDF8;
}
.blockquote p {
  text-align: center;
  font-weight: 600;
  font-style: italic;
  color: #141414;
}

/* side */
.side {
  gap: 10px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.side__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-inline-size: 230px;
  border: 1px solid #E0E6F3;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
.side__item .heading {
  border-bottom: 1px solid #E0E6F3;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.side__item .list-ok, .side__item .list-not {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.side__item .list-ok li, .side__item .list-not li {
  color: #353535;
}

/* toc */
.toc {
  border-radius: 10px;
  background: #FDE5E6;
  padding: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.toc-heading {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #F4000E;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.toc-img {
  min-inline-size: 15px;
  margin: 0;
}
.toc p {
  color: #141414;
  font-size: 15px;
}

/* scroll */
.scroll {
  overflow: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll::-webkit-scrollbar {
  inline-size: 4px;
  block-size: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
  min-block-size: 50%;
  min-inline-size: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

/* swiper */
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-wrapper .swiper-slide {
  block-size: auto;
}

/* container */
.container {
  max-inline-size: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.container_thin {
  max-inline-size: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container_thin.flexbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .container_thin.flexbox .article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-padding-start: 27px;
            padding-inline-start: 27px;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
.main_gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFF3EB));
  background: -o-linear-gradient(bottom, #FFFFFF 0%, #FFF3EB 100%);
  background: linear-gradient(0deg, #FFFFFF 0%, #FFF3EB 100%);
}
@media screen and (max-width: 768px) {
  .main {
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFF3EB));
    background: -o-linear-gradient(bottom, #FFFFFF 0%, #FFF3EB 100%);
    background: linear-gradient(0deg, #FFFFFF 0%, #FFF3EB 100%);
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
}

/* inter  variable */
@font-face {
  font-family: "Inter Variable";
  src: url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2 supports variations"), url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 85% 100%;
}
.header {
  position: relative;
  z-index: 101;
  background: #FFF3EB;
  padding: 15px 0;
}
.header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-bonus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  inline-size: 137px;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff710c), color-stop(51%, #FF842E), to(#D65E0A));
  background-image: -o-linear-gradient(left, #ff710c 0%, #FF842E 51%, #D65E0A 100%);
  background-image: linear-gradient(to right, #ff710c 0%, #FF842E 51%, #D65E0A 100%);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  border-radius: 7px;
  padding: 12px 0;
}
.header-bonus-img {
  margin: 0;
}
.header-bonus:hover {
  background-position: right center;
}
@media screen and (max-width: 1100px) {
  .header .logo {
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  .header .logo-img {
    inline-size: 140px;
    block-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-bonus {
    inline-size: 123px;
    font-size: 13px;
  }
}

/* menu */
@media screen and (min-width: 1100px) {
  .navigation {
    overflow: visible;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1100px) {
  .navigation {
    position: fixed;
    inset-block-start: 70px;
    inset-block-end: 0;
    inline-size: 0;
    inset-inline-end: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFF3EB));
    background: -o-linear-gradient(bottom, #FFFFFF 0%, #FFF3EB 100%);
    background: linear-gradient(0deg, #FFFFFF 0%, #FFF3EB 100%);
    padding: 25px 0;
  }
  .navigation.open {
    inline-size: 360px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 450px) {
  .navigation.open {
    inline-size: 100%;
  }
}

.menu-link {
  position: relative;
  z-index: 5;
  font-weight: 500;
  line-height: 120%;
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
  .menu-btn {
    display: none;
  }
  .menu-arr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .menu-arr .svg {
    fill: #141414;
  }
  .menu-arr:hover .menu-link {
    color: #ff710c;
  }
  .menu-arr:hover .svg {
    fill: #ff710c;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .menu-arr:hover .downmenu {
    max-height: 1000px;
    overflow: visible;
  }
  .menu-arr:hover .downmenu-list {
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }
  .menu-arr:hover .submenu {
    -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  }
  .menu-link {
    font-size: 15px;
    color: #141414;
  }
  .menu-link:hover {
    color: #ff710c;
  }
}
@media screen and (max-width: 1100px) {
  .menu {
    display: block;
  }
  .menu-btn {
    display: block;
    position: relative;
    inline-size: 20px;
    min-inline-size: 20px;
    block-size: 20px;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .menu-btn::before {
    position: absolute;
    content: "";
    inline-size: 14px;
    block-size: 8px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arrow-down");
    inset-inline-start: calc(50% - 7px);
    inset-block-start: calc(50% - 4px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-arr .svg {
    display: none;
  }
  .menu-arr.open .downmenu {
    max-height: 1000px;
    overflow: visible;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
  .menu-arr.open .menu-btn::before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .menu-link {
    color: #121111;
  }
  .menu__item:not(:last-child) {
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.downmenu {
  max-height: 0;
  overflow: hidden;
}
.downmenu-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: #5B5B5B;
}
@media screen and (min-width: 1100px) {
  .downmenu {
    position: absolute;
    left: calc(50% - 130px);
    z-index: 1;
    inset-block-start: 0;
    -webkit-padding-before: 33px;
            padding-block-start: 33px;
    -webkit-transition: padding 0.7s;
    -o-transition: padding 0.7s;
    transition: padding 0.7s;
  }
  .downmenu-list {
    inline-size: 260px;
    border-radius: 10px;
    background: #fff;
    padding: 0 15px;
  }
  .downmenu-link {
    display: block;
    border-radius: 5px;
    padding: 10px;
  }
  .downmenu-link:hover {
    background: #FFF3EB;
    color: #ff710c;
  }
}
@media screen and (max-width: 1100px) {
  .downmenu {
    min-inline-size: 100%;
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
  .downmenu__item:not(:last-child) {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

/* hamburger */
.hamburger {
  position: relative;
  inline-size: 18px;
  block-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  inline-size: 100%;
  block-size: 2px;
  border-radius: 1.5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  background: #141414;
}
.hamburger-inner {
  background: #141414;
  display: block;
  inset-block-start: calc(50% - 1px);
  inline-size: 15px;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
  background: #141414;
  inset-inline-start: 0;
}
.hamburger-inner::before {
  inline-size: 12px;
  inset-block-start: 6px;
}
.hamburger-inner::after {
  inline-size: 18px;
  inset-block-end: 6px;
}
.hamburger.is_active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  inline-size: 18px;
}
.hamburger.is_active .hamburger-inner::before, .hamburger.is_active .hamburger-inner::after {
  inline-size: 18px;
}
.hamburger.is_active .hamburger-inner::before {
  opacity: 0;
}
.hamburger.is_active .hamburger-inner::after {
  inset-block-end: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1100px) {
  .hamburger {
    display: none;
  }
}

/* footer */
.footer {
  background: #08062D;
  text-align: center;
  padding: 50px 0;
}
.footer-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.footer-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
.footer-menu-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
}
.footer-menu-link:hover {
  text-decoration: underline;
}
.footer-info {
  border-radius: 7px;
  background: #0E0B40;
  padding: 25px 20px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.footer-info-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: rgba(69, 61, 213, 0.8);
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.footer-info-img {
  inline-size: 18px;
  block-size: 18px;
  margin: 0;
}
.footer-info p {
  font-size: 14px;
  line-height: 150%;
  color: rgba(69, 61, 213, 0.9);
}
.footer .info {
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.responsible {
  gap: 20px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
.responsible__item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .responsible {
    gap: 25px;
  }
}

.copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}

/* hero */
.hero {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFF3EB));
  background: -o-linear-gradient(bottom, #FFFFFF 0%, #FFF3EB 100%);
  background: linear-gradient(0deg, #FFFFFF 0%, #FFF3EB 100%);
  padding: 15px 0 40px;
}
@media screen and (max-width: 768px) {
  .hero {
    background: transparent;
  }
  .hero-main {
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .hero-main .container {
    position: relative;
    -webkit-padding-after: 52px;
            padding-block-end: 52px;
  }
  .hero .soc {
    position: absolute;
    inset-inline-start: 20px;
    inset-block-end: 0;
  }
}

/* update */
.update {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px 20px;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
}
.update__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 10px;
}
.update-info.open .update-block > .update-dd {
  text-decoration: underline;
}
.update-check {
  position: relative;
  inline-size: 32px;
  block-size: 32px;
}
.update-check::before {
  position: absolute;
  content: "";
  inline-size: 14px;
  block-size: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-green");
  inset-block-end: -2px;
  inset-inline-end: -2px;
}
.update-img {
  inline-size: 32px;
  block-size: 32px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ff710c;
  margin: 0;
}
.update-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  color: #696D73;
  -webkit-margin-after: 4px;
          margin-block-end: 4px;
}
.update-dd {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  color: #141414;
}
.update .down {
  inset-block-start: 48px;
  inset-inline-start: 0;
}
.update .down-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.update .down-header .update-check {
  inline-size: 50px;
  block-size: 50px;
}
.update .down-header .update-check::before {
  inline-size: 18px;
  block-size: 18px;
}
.update .down-header .update-img {
  inline-size: 50px;
  min-inline-size: 50px;
  block-size: 50px;
}
.update .down p {
  font-size: 15px;
}
.update .down p:not(:last-child) {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
@media screen and (min-width: 768px) {
  .update-info {
    position: relative;
  }
  .update .down {
    inset-inline-start: -51px;
  }
}
@media screen and (max-width: 768px) {
  .update {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
  .update__item > .update-check {
    display: none;
  }
  .update__item:not(:first-child) .down {
    inset-inline-start: calc(50% - 140px);
  }
  .update__item:last-child .down {
    inset-inline-start: auto;
    inset-inline-end: -20px;
  }
  .update-block {
    position: relative;
  }
  .update-block > .update-dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  .update-block > .update-dd::before {
    content: "";
    inline-size: 14px;
    block-size: 14px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--check-green");
  }
  .update-title {
    font-size: 14px;
  }
  .update-dd {
    font-size: 14px;
  }
  .update .down {
    inset-block-start: 20px;
    inset-inline-start: 0;
  }
}

/* content */
@media screen and (min-width: 1200px) {
  .content.gridbox {
    grid-template-areas: "offer tablecontent" "article tablecontent";
    grid-gap: 0 40px;
  }
  .content.gridbox .offer {
    grid-area: offer;
    max-inline-size: 840px;
  }
  .content.gridbox .tablecontent {
    grid-area: tablecontent;
  }
  .content.gridbox .article {
    grid-area: article;
    max-inline-size: 840px;
  }
  .content.flexbox .article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    inline-size: 100%;
    max-inline-size: 840px;
  }
  .content.flexbox .tablecontent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content .tablecontent {
    position: sticky;
    inset-block-start: 20px;
    -ms-flex-item-align: start;
        align-self: start;
    inline-size: 320px;
  }
}
@media screen and (max-width: 1200px) {
  .content.gridbox, .content.flexbox {
    display: block;
  }
}

/* card */
.offer {
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}

.card {
  position: relative;
  border: 1px solid #E0E6F3;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.card:not(:last-child) {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.card-list {
  counter-reset: number;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.card-list .card:first-child {
  border: 2px solid #ff710c;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card-list .card:not(:first-child) {
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border: none;
}
.card-list .card-logo {
  inline-size: 160px;
  min-inline-size: 160px;
}
.card-list .card-logo::before {
  position: absolute;
  content: counter(number);
  counter-increment: number;
  inline-size: 30px;
  block-size: 30px;
  background: #FFFFFF;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #141414;
  inset-block-start: -14px;
  inset-inline-start: -14px;
}
.card-list .card-logo .img {
  inline-size: 100%;
  block-size: 80px;
}
.card-mark {
  position: absolute;
  inset-block-start: -26px;
  inset-inline-start: -2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ff710c;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 10px;
}
.card_top {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
.card-logo {
  position: relative;
  text-align: center;
}
.card-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-inline-size: 150px;
}
.card-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: #141414;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.card-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  color: #696D73;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.card-reviews {
  inline-size: 266px;
  min-inline-size: 266px;
  gap: 20px;
}
.card-reviews__item.flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.card-reviews-rating {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-reviews-total {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  color: #5B5B5B;
}
.card-reviews-total-span {
  font-size: 14px;
  font-weight: 700;
  color: #141414;
}
.card-reviews-img {
  margin: 0;
}
.card-play {
  inline-size: 168px;
  text-align: center;
}
.card-play .btn {
  inline-size: 100%;
}
.card-security {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  color: #696D73;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.card-security::before {
  content: "";
  inline-size: 14px;
  block-size: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--secure-icon");
}
.card-review {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  color: #141414;
}
.card-review:hover {
  text-decoration: underline;
}
.card_middle {
  -webkit-margin-after: 17px;
          margin-block-end: 17px;
}
.card-feature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.card-feature-dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.card-feature-dt {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  white-space: nowrap;
  color: #696D73;
}
.card-feature-dd {
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  color: #141414;
  white-space: nowrap;
}
.card_bottom {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_mini {
  gap: 20px;
  margin: 40px 0;
}
.card_mini .img {
  inline-size: 200px;
  min-inline-size: 200px;
}
.card_mini .rating {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.card_mini .bonus {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.card_mini .btn {
  inline-size: 220px;
}
.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 992px) {
  .card-logo {
    position: relative;
    -webkit-padding-after: 25px;
            padding-block-end: 25px;
  }
  .card-review {
    position: absolute;
    text-align: center;
    inset-block-end: 0;
    inset-inline-start: 0;
    inline-size: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .card-copy {
    max-inline-size: none;
  }
}
@media screen and (max-width: 992px) {
  .card-review {
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
@media screen and (max-width: 900px) {
  .card_top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card_bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-reviews {
    max-inline-size: 100%;
    inline-size: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-copy {
    max-inline-size: 160px;
  }
}
@media screen and (max-width: 768px) {
  .card-list .card-logo {
    inline-size: 100%;
    min-inline-size: 100%;
  }
  .card-list .card-logo .img {
    block-size: 100px;
  }
  .card-copy {
    max-inline-size: 100%;
    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;
    gap: 10px;
  }
  .card-copy .card-name {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .card-title {
    -webkit-margin-after: 5px;
            margin-block-end: 5px;
  }
  .card-reviews {
    gap: 10px;
  }
  .card-play {
    inline-size: 100%;
  }
  .card_middle {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
  .card-feature {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .card-feature-dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-inline-size: calc(50% - 10px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card_bottom {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card_mini .img {
    inline-size: 100%;
    min-inline-size: 100%;
    block-size: 100px;
  }
  .card_mini .btn {
    inline-size: 100%;
  }
  .card_mini .card-name {
    text-align: center;
  }
  .card-body {
    min-inline-size: 100%;
  }
}

/* bonus */
.bonus-swiper {
  inline-size: calc(100% + 20px);
  padding-block: 3px;
  margin-block: -3px;
  -webkit-margin-end: -20px;
          margin-inline-end: -20px;
}
.bonus-swiper .swiper-wrapper {
  gap: 10px;
}
.bonus-swiper .bonus {
  inline-size: 260px !important;
}

.bonus {
  background: #FFF3EB;
  border-radius: 10px;
  padding: 15px;
}
.bonus-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #696D73;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.bonus-title::before {
  content: "";
  inline-size: 8px;
  block-size: 9px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--triangle");
}
.bonus-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  color: #141414;
}
.bonus.exclusive {
  border: 1px solid #F4000E;
  background: rgba(255, 68, 0, 0.06);
  -webkit-animation: bonusShake 2.2s ease-in-out infinite;
          animation: bonusShake 2.2s ease-in-out infinite;
}
.bonus.exclusive .bonus-title {
  color: #F4000E;
}
.bonus.exclusive .bonus-title::before {
  background-image: url("../img/sprite.svg#sprite--triangle-red");
}
@-webkit-keyframes bonusShake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  4% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  6% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  8% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes bonusShake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  4% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  6% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  8% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  .bonus-title {
    font-size: 13px;
  }
  .bonus-text {
    font-size: 16px;
  }
}

/* rating */
.rating {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating-over {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}
.rating-over-total {
  font-size: 16px;
  font-weight: 700;
}
.rating-total {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.rating-star {
  position: relative;
  display: inline-block;
  block-size: 15.6px;
  inline-size: 78px;
}
.rating-star::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_476_10449)'%3E%3Cpath d='M9.20557 4.55176L9.31885 4.79297L9.58252 4.83301L13.7651 5.47266L10.7241 8.59082L10.5483 8.77148L10.5884 9.02051L11.3062 13.4238L7.57568 11.3613L7.3335 11.2275L7.09131 11.3613L3.35986 13.4229L4.07861 9.01953L4.11963 8.77051L3.94287 8.58984L0.900879 5.47266L5.08447 4.83301L5.34814 4.79297L5.46143 4.55176L7.3335 0.5625L9.20557 4.55176Z' stroke='%23FFCA05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_476_10449'%3E%3Crect width='18' height='19' fill='white' transform='translate(0.333496)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 15.6px;
  inset: 0;
  display: block;
  block-size: 15.6px;
  inline-size: 78px;
}
.rating-span {
  display: block;
  text-indent: -10000px;
  inline-size: 78px;
  block-size: 15.6px;
  position: absolute;
  overflow: hidden;
}
.rating-span:before {
  display: block;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6285 5.00733L9.32467 4.34991L7.39559 0.240913C7.2515 -0.0659204 6.74789 -0.0659204 6.604 0.240913L4.6755 4.34991L0.37167 5.00733C0.0181704 5.06158 -0.122996 5.4915 0.12492 5.74525L3.25159 8.95008L2.5125 13.4788C2.45359 13.8407 2.838 14.1108 3.15592 13.9341L7.00009 11.7896L10.8443 13.9347C11.1593 14.1097 11.5472 13.8448 11.4877 13.4814L10.7486 8.95066L13.8753 5.74583C14.1232 5.4915 13.9814 5.06158 13.6285 5.00733Z' fill='%23FFCA05'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 15.6px;
  inset: 0;
  block-size: 15.6px;
  text-indent: 10000px;
}
.rating-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  color: #696D73;
}
.rating-rating {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  color: #5B5B5B;
}
.rating-number {
  font-size: 14px;
  font-weight: 700;
  color: #141414;
}
.rating-line {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  block-size: 6px;
  background: #FFF3EB;
  border-radius: 10px;
}
.rating-progress {
  position: absolute;
  background: #ff710c;
  border-radius: 10px;
  block-size: 6px;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.rating-detail {
  inline-size: calc(50% - 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 9px 30px;
}
.rating-detail-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: #353535;
  inline-size: 140px;
}
@media screen and (max-width: 992px) {
  .rating-detail {
    inline-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rating.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rating-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9px 5px;
  }
  .rating-detail-title {
    inline-size: 100%;
    min-inline-size: 100%;
    font-size: 14px;
  }
}

/* copy */
.copy {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  block-size: 36px;
  background: rgba(244, 0, 14, 0.1);
  border: 1px dashed #F4000E;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 12px;
}
.copy:hover .copy-text {
  color: #870008;
}
.copy:hover .svg {
  fill: #870008;
}
.copy-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.copy-block .svg {
  fill: #F4000E;
}
.copy-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #F4000E;
}
.copy-copied {
  position: absolute;
  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;
  z-index: -1;
  opacity: 0;
  inline-size: 100%;
  block-size: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  color: #870008;
  border-radius: 5px;
  text-transform: uppercase;
}
.copy-input {
  position: absolute;
  z-index: 1;
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  border-radius: 25px;
  opacity: 0;
  cursor: pointer;
}
.copy-no {
  text-transform: uppercase;
  border-color: #B1BCCF;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  color: #696D73;
  background: transparent;
  cursor: default;
}
.copy.active .copy-copied {
  -webkit-animation: 3s linear animate;
          animation: 3s linear animate;
  z-index: 1;
}
.copy.active .copy-block {
  opacity: 0;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* payment */
.payment {
  position: relative;
  gap: 5px;
}
.payment__item {
  inline-size: 51px;
  block-size: 30px;
  border-radius: 5px;
  border: 1px solid #E0E6F3;
  background: #fff;
  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;
  padding: 3px;
}
.payment-btn {
  font-size: 13px;
  font-weight: 600;
  color: #696D73;
}
.payment .down {
  inset-inline-end: 0;
  inset-block-start: 38px;
}
.payment-list {
  gap: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* tablecontent */
.tablecontent .heading {
  inline-size: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  inline-size: 100%;
  font-size: 16px;
}
.tablecontent-block {
  display: grid;
}
.tablecontent-list {
  overflow: hidden;
  counter-reset: number;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.tablecontent-list a:not([class]), .tablecontent-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  color: #696D73;
  text-decoration: none;
}
.tablecontent-list a:not([class])::before, .tablecontent-list a::before {
  counter-increment: number;
  content: counter(number) ". ";
  font-weight: 600;
}
.tablecontent-list a:not([class]):hover, .tablecontent-list a:hover {
  color: #ff710c;
}
.tablecontent-list li:not([class]), .tablecontent-list li {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.tablecontent-list li:not([class])::before, .tablecontent-list li::before {
  display: none;
}
.tablecontent-list li:not([class]):not(:last-child), .tablecontent-list li:not(:last-child) {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media screen and (min-width: 992px) {
  .tablecontent .heading {
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
}
@media screen and (max-width: 992px) {
  .tablecontent {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .tablecontent .heading::after {
    content: "";
    inline-size: 15px;
    block-size: 9px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arrow-down");
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .tablecontent-block {
    grid-template-rows: 0fr;
  }
  .tablecontent.open .tablecontent-block {
    grid-template-rows: 1fr;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
  .tablecontent.open .heading::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

/* table */
.table_scroll {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.table_scroll table {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (max-width: 768px) {
  .table_scroll {
    inline-size: calc(100% + 20px);
    -webkit-margin-end: -20px;
            margin-inline-end: -20px;
  }
  .table_scroll table {
    inline-size: auto;
  }
}

table {
  border-radius: 10px;
  border: 1px solid #E0E6F3;
  border-collapse: separate;
  overflow: hidden;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
table tr:not(:last-child) td {
  border-bottom: 1px solid #E0E6F3;
}
table th, table td {
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  font-size: 15px;
  line-height: 120%;
}
table th {
  background: #27253D;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  padding: 20px;
}
table td {
  font-weight: 400;
  color: #353535;
  padding: 15px 20px;
}
table a {
  font-size: 15px;
}

/* faq */
.faq {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.faq__item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 1px 1px #E0E6F3;
          box-shadow: 0 0 1px 1px #E0E6F3;
  padding: 20px;
}
.faq__item:not(:last-child) {
  margin-bottom: 10px;
}
.faq__item .text {
  max-block-size: 0;
  overflow: hidden;
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.faq__item .text p {
  line-height: 150%;
  font-size: 15px;
}
.faq__item.open {
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.faq__item.open .faq-heading .heading {
  color: #ff710c;
}
.faq__item.open .faq-heading .svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  fill: #ff710c;
}
.faq__item.open .text {
  max-block-size: 1000px;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
}
.faq-heading {
  inline-size: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
.faq-heading .svg {
  fill: #000;
  min-inline-size: 14px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.faq-heading .heading {
  text-align: left;
}

/* author */
.author {
  position: relative;
}
.author:not(.author-hero) {
  border: 1px solid #E0E6F3;
  border-radius: 10px;
  padding: 25px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.author:not(:last-child) {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
.author-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.author-img {
  inline-size: 60px;
  block-size: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 4px solid #E5EFFF;
  margin: 0;
}
.author-name {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.author-name::after {
  content: "";
  inline-size: 18px;
  block-size: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-green");
}
.author-position {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #5B5B5B;
}
.author-body {
  border-radius: 7px;
  background: #FFF3EB;
  padding: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.author-body p {
  font-size: 15px;
}
.author-hero {
  border-bottom: 1px solid #E0E6F3;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
}
.author-hero .author-img {
  inline-size: 100px;
  block-size: 100px;
  border: none;
}
.author-hero .author-position {
  font-size: 16px;
}
.author-hero h1, .author-hero .h1 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
.author-hero h1::after, .author-hero .h1::after {
  content: "";
  inline-size: 32px;
  block-size: 32px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-green");
}
.author-hero p {
  font-weight: 700;
  color: #141414;
}
@media screen and (min-width: 992px) {
  .author .soc {
    position: absolute;
    inset-inline-end: 25px;
    inset-block-start: 25px;
  }
}
@media screen and (max-width: 768px) {
  .author:not(.author-hero) {
    padding: 20px;
  }
  .author-img {
    inline-size: 50px;
    block-size: 50px;
  }
  .author .soc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
  .author-hero {
    text-align: center;
  }
  .author-hero .author-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* review */
.review .card {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.review .card .img {
  inline-size: 160px;
  min-inline-size: 160px;
  block-size: 119px;
}
.review .card-bonus {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-inline-size: 530px;
}
.review .card-reviews {
  inline-size: 100%;
  min-inline-size: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.review .card-title {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.review .card-feature {
  inline-size: 180px;
  min-inline-size: 180px;
}
.review .card-feature-dl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.review .card-feature-dl:not(:last-child) {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.review .card-play {
  inline-size: 230px;
}
.review .bonus-title {
  color: #ff710c;
}
.review .bonus-title::before {
  background-image: url("../img/sprite.svg#sprite--triangle-dark");
}
.review-rating {
  border: 1px solid #E0E6F3;
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.review-rating-img {
  margin: 0;
}
.review-rating-block {
  gap: 15px 40px;
}
.review-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.review-header .heading {
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
}
.review-overall {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  color: #5B5B5B;
}
.review-overall-number {
  font-size: 16px;
  font-weight: 700;
  color: #141414;
}
@media screen and (max-width: 1160px) {
  .review .card-reviews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .review .card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review .card-reviews {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review .card-bonus {
    max-inline-size: 100%;
    min-inline-size: 100%;
  }
  .review-rating-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .review .card .img {
    inline-size: 100%;
    min-inline-size: 100%;
    block-size: 100px;
  }
  .review .card-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    inline-size: 100%;
    min-inline-size: 100%;
  }
  .review .card-feature-dl:not(:last-child) {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .review .card-reviews {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .review .card-play {
    inline-size: 100%;
  }
}

/* links */
.links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.links__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  border-radius: 7px;
  background: #FFF3EB;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #ff710c;
  padding: 10px 15px;
}
.links__item::before {
  content: "";
  inline-size: 14px;
  block-size: 11px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-purple");
  -ms-flex-item-align: start;
      align-self: start;
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}
@media screen and (max-width: 450px) {
  .links {
    -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: start;
  }
  .links__item {
    inline-size: 100%;
  }
}

/* education */
.education {
  gap: 15px;
}
.education__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-inline-size: 220px;
  border-radius: 10px;
  border: 1px solid #E0E6F3;
  padding: 25px;
}
.education__item .heading {
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.education-year {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #ff710c;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
