﻿@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*- убираем стрелки input number-*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']:hover,
input[type='number']:focus {
  -moz-appearance: number-input;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@font-face {
  font-family: 'Inter';
  font-display: swap;
  src:
    url('/fonts/Inter-Medium.woff2') format('woff'),
    url('/fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  font-display: swap;
  src:
    url('/fonts/Inter-SemiBold.woff2') format('woff2'),
    url('/fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  font-display: swap;
  src:
    url('/fonts/Inter-Regular.woff2') format('woff2'),
    url('/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

.page {
  overflow: hidden;
  min-height: 100vh;
}

.socials__link.btn-hover::after {
  background: none;
}

.btn-hover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
@media (hover: hover) {
  .btn-hover:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background-color: rgba(185, 216, 251, 0.9);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 1.5s linear infinite;
    animation: ripple 1.5s linear infinite;
    pointer-events: none;
    z-index: -1;
  }
}
@media (hover: none) {
  .btn-hover:active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background-color: rgba(185, 216, 251, 0.9);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 1.5s linear infinite;
    animation: ripple 1.5s linear infinite;
    pointer-events: none;
    z-index: -1;
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
.header-position-fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
}

.header-position-fixed .header__link {
  color: #fff;
}
.header-position-fixed .dropdown__link {
  color: #202020;
}
.header-position-fixed .header__callback {
  color: #fff;
}
.header-position-fixed .header__phone {
  color: #fff;
}
@media (max-width: 572px) {
  .header-position-fixed .header__logo {
    width: 124px;
  }
}
@media (max-width: 572px) {
  .header-position-fixed .header__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-position-fixed .hamburger {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
}
.header-position-fixed .hamburger .hamburger__line {
  background: #fff;
}
@media (max-width: 991px) {
  .header-position-fixed .header__phone {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0);
    border-radius: 6px;
  }
  .header-position-fixed .header__phone svg {
    stroke: #fff;
  }
}
@media (max-width: 991px) {
  .header-position-fixed .header__phone {
    margin-left: 10px;
  }
}

.header__right-coll {
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__right-btn {
  margin-right: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0);
  display: none;
}
@media (max-width: 991px) {
  .header__right-btn {
    display: block;
    margin-right: 0;
  }
}

.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-bottom: auto;
  margin-top: 0;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 13.186px;
  line-height: 17px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .footer__button {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer__button {
    padding: 15px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .footer__button {
    padding: 16px 28px;
  }
}

.about-top {
  position: relative;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 90px;
  isolation: isolate;
}
@media (max-width: 1199px) {
  .about-top {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .about-top {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media (max-width: 572px) {
  .about-top {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
.about-top video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
}
.about-top::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 40%;
  left: 0px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 3, 0)), to(#020203));
  background: -o-linear-gradient(top, rgba(2, 2, 3, 0) 0%, #020203 100%);
  background: linear-gradient(180deg, rgba(2, 2, 3, 0) 0%, #020203 100%);
  z-index: -1;
}

.about {
  background: #020203;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .about {
    padding-bottom: 50px;
  }
}
@media (max-width: 572px) {
  .about {
    padding-bottom: 40px;
  }
}

.about-container {
  padding-left: 20px;
}
@media (max-width: 572px) {
  .about-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.about__top-coll {
  padding-top: 30px;
}
@media (max-width: 992px) {
  .about__top-coll {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

.about__top-wrapp {
  background: rgba(6, 58, 96, 0.54);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 60px rgba(0, 49, 124, 0.15);
  box-shadow: 0px 0px 60px rgba(0, 49, 124, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 40px 70px 23px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  gap: 30px;
}
@media (max-width: 992px) {
  .about__top-wrapp {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
}
@media (max-width: 572px) {
  .about__top-wrapp {
    border-radius: 12px;
  }
}

.about__top-text {
  max-width: 560px;
  color: #fff;
}

.about__top-btn {
  color: #202020;
  background: #ffffff;
  margin-top: 40px;
  display: inline-block;
}
@media (max-width: 992px) {
  .about__top-btn {
    margin-top: 23px;
    padding: 10px 12px;
  }
}
@media (hover: hover) {
  .about__top-btn:hover {
    background: #ffffff;
  }
}
@media (hover: none) {
  .about__top-btn:active {
    background: #ffffff;
  }
}

.about__top-text {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .about__top-text {
    margin-top: 10px;
    font-size: 16px;
  }
}

.about__top-title {
  font-style: normal;
  font-weight: 500;
  font-size: 72px;
  line-height: 115%;
  color: #ffffff;
}
@media (max-width: 572px) {
  .about__top-title {
    font-size: 42px;
  }
}

.about__top-list-text {
  font-size: 20px;
  line-height: 25px;
  font-family: 'GolosText';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #202020;
  position: relative;
  padding-left: 25px;
}
.about__top-list-text::after {
  content: '';
  width: 14px;
  height: 14px;
  background: #66aa61;
  border-radius: 2.07238px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 992px) {
  .about__top-list-text::after {
    width: 8.29px;
    height: 8.29px;
  }
}
@media (max-width: 992px) {
  .about__top-list-text {
    font-size: 9.67111px;
    line-height: 120%;
    padding-left: 20px;
  }
}

.about__top-list-number {
  border-bottom: 2px dotted #23282f;
  font-family: 'GolosText';
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .about__top-list-number {
    font-size: 22px;
  }
}

.about__top-inner {
  background: #ffffff;
  border-radius: 12.3779px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0.660954px 26.4382px rgba(4, 18, 41, 0.21);
  box-shadow: 0px 0.660954px 26.4382px rgba(4, 18, 41, 0.21);
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto;
  grid-template-columns: 1fr auto auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 306px;
  border-radius: 18px;
  gap: 10px;
}
@media (max-width: 992px) {
  .about__top-inner {
    width: 215px;
    position: absolute;
    gap: 2px;
    padding: 10px;
  }
}
@media (max-width: 572px) {
  .about__top-inner {
    width: 204px;
    border-radius: 15px;
  }
}

.about__top-list {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .about__top-list {
    padding-left: 0;
    padding-top: 65px;
    padding-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 325px;
  }
}
@media (max-width: 360px) {
  .about__top-list {
    width: 100%;
  }
}

.about__top-list {
  isolation: isolate;
}

.about__top-inner.--red {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__top-inner.--red .about__top-list-number {
  color: #d53536;
  border-color: #d53536;
}
.about__top-inner.--red .about__top-list-text::after {
  background: #d53536;
}

.about__top-inner.--green {
  background: #66aa61;
}
.about__top-inner.--green .about__top-list-text {
  color: #fff;
  padding-left: 0;
  font-size: 20px;
}
@media (max-width: 992px) {
  .about__top-inner.--green .about__top-list-text {
    font-size: 14px;
  }
}
.about__top-inner.--green .about__top-list-text::after {
  background: none;
}
.about__top-inner.--green .about__top-list-number {
  color: #fff;
  font-size: 40px;
  border-color: #fff;
}
@media (max-width: 992px) {
  .about__top-inner.--green .about__top-list-number {
    font-size: 26px;
  }
}
.about__top-inner.--green .abot__top-svg path {
  stroke: #fff;
}

.abot__top-svg {
  margin-top: 0;
  margin-bottom: auto;
}

.about__top-inner-1 {
  opacity: 0;
  margin-left: auto;
  margin-right: 0;
  z-index: 2;
  /* изменено 29.10.2024
   		изменен animation
   */
  -webkit-animation: moveUp1 1s ease forwards;
  animation: moveUp1 1s ease forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-transform: translateX(-28%) translateY(607%) rotate(38deg);
  -ms-transform: translateX(-28%) translateY(607%) rotate(38deg);
  transform: translateX(-28%) translateY(607%) rotate(38deg);
}

@media (max-width: 992px) {
  .about__top-inner-1 {
    -webkit-transform: rotate(5.33deg);
    -ms-transform: rotate(5.33deg);
    transform: rotate(5.33deg);
    top: 26px;
    left: auto;
    right: 22px;
    z-index: 2;
  }
}

@-webkit-keyframes moveUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-28%) translateY(607%) rotate(38deg);
    transform: translateX(-28%) translateY(607%) rotate(38deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(-3.15deg);
    transform: translateX(0) translateY(0) rotate(-3.15deg);
  }
}

@keyframes moveUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-28%) translateY(607%) rotate(38deg);
    transform: translateX(-28%) translateY(607%) rotate(38deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(-3.15deg);
    transform: translateX(0) translateY(0) rotate(-3.15deg);
  }
}

.about__top-inner-2 {
  opacity: 0;
  z-index: 1;
  left: -26px;
  top: -23px;
  /* изменено 29.10.2024
   		изменен animation
   */
  -webkit-animation: moveUp2 1.3s ease forwards;
  animation: moveUp2 1.3s ease forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-transform: translateX(3%) translateY(484%) rotate(-25deg);
  -ms-transform: translateX(3%) translateY(484%) rotate(-25deg);
  transform: translateX(3%) translateY(484%) rotate(-25deg);
}

@media (max-width: 992px) {
  .about__top-inner-2 {
    -webkit-transform: rotate(-5.23deg);
    -ms-transform: rotate(-5.23deg);
    transform: rotate(-5.23deg);
    z-index: 1;
    left: 8px;
    top: 21px;
  }
}

@-webkit-keyframes moveUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3%) translateY(484%) rotate(-25deg);
    transform: translateX(3%) translateY(484%) rotate(-25deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(11.19deg);
    transform: translateX(0) translateY(0) rotate(11.19deg);
  }
}

@keyframes moveUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3%) translateY(484%) rotate(-25deg);
    transform: translateX(3%) translateY(484%) rotate(-25deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(11.19deg);
    transform: translateX(0) translateY(0) rotate(11.19deg);
  }
}

.about__top-inner-3 {
  opacity: 0;
  z-index: 3;
  width: 372px;
  top: -39px;
  margin-left: auto;
  margin-right: 35px;
  padding: 20px 30px;
  /* изменено 29.10.2024
   		изменен animation
   */
  -webkit-animation: moveUp3 1.4s ease forwards;
  animation: moveUp3 1.4s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transform: translateX(-8%) translateY(536%) rotate(-8deg);
  -ms-transform: translateX(-8%) translateY(536%) rotate(-8deg);
  transform: translateX(-8%) translateY(536%) rotate(-8deg);
}

@media (max-width: 992px) {
  .about__top-inner-3 {
    width: 245px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    padding: 14px 18px;
  }
}

@-webkit-keyframes moveUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-8%) translateY(536%) rotate(-8deg);
    transform: translateX(-8%) translateY(536%) rotate(-8deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}

@keyframes moveUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-8%) translateY(536%) rotate(-8deg);
    transform: translateX(-8%) translateY(536%) rotate(-8deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}

.about__top-inner-4 {
  opacity: 0;
  top: -32px;
  left: -7px;
  -webkit-box-shadow: 0px 0px 46.8183px rgba(12, 36, 74, 0.1);
  box-shadow: 0px 0px 46.8183px rgba(12, 36, 74, 0.1);
  border-radius: 18.7273px;
  z-index: 1;
  /* изменено 29.10.2024
   		изменен animation
   */
  -webkit-animation: moveUp4 1.3s ease forwards;
  animation: moveUp4 1.3s ease forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transform: translateX(-128%) translateY(607%) rotate(89deg);
  -ms-transform: translateX(-128%) translateY(607%) rotate(89deg);
  transform: translateX(-128%) translateY(607%) rotate(89deg);
}

@media (max-width: 992px) {
  .about__top-inner-4 {
    z-index: 2;
    -webkit-box-shadow: 0px 0px 44.7959px rgba(12, 36, 74, 0.1);
    box-shadow: 0px 0px 44.7959px rgba(12, 36, 74, 0.1);
    border-radius: 12.3779px;
    -webkit-transform: rotate(7.42deg);
    -ms-transform: rotate(7.42deg);
    transform: rotate(7.42deg);
    top: 121px;
    left: 10px;
  }
}

@-webkit-keyframes moveUp4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-58%) translateY(607%) rotate(89deg);
    transform: translateX(-58%) translateY(607%) rotate(89deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(-5.98deg);
    transform: translateX(0) translateY(0) rotate(-5.98deg);
  }
}

@keyframes moveUp4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-58%) translateY(607%) rotate(89deg);
    transform: translateX(-58%) translateY(607%) rotate(89deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(-5.98deg);
    transform: translateX(0) translateY(0) rotate(-5.98deg);
  }
}

.about__top-inner-5 {
  opacity: 0;
  -webkit-box-shadow: 0px 0px 46.8183px rgba(12, 36, 74, 0.1);
  box-shadow: 0px 0px 46.8183px rgba(12, 36, 74, 0.1);
  border-radius: 18.7273px;
  z-index: 2;
  top: -56px;
  left: 76px;
  /* изменено 29.10.2024
   		изменен animation
   */
  -webkit-animation: moveUp5 1.3s ease forwards;
  animation: moveUp5 1.3s ease forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translateX(19%) translateY(529%) rotate(171deg);
  -ms-transform: translateX(19%) translateY(529%) rotate(171deg);
  transform: translateX(19%) translateY(529%) rotate(171deg);
}
@media (max-width: 992px) {
  .about__top-inner-5 {
    z-index: 1;
    -webkit-box-shadow: 0px 0px 30.9447px rgba(12, 36, 74, 0.1);
    box-shadow: 0px 0px 30.9447px rgba(12, 36, 74, 0.1);
    border-radius: 12.3779px;
    -webkit-transform: rotate(-8.7deg);
    -ms-transform: rotate(-8.7deg);
    transform: rotate(-8.7deg);
    top: 115px;
    left: auto;
    right: 8px;
  }
}

@-webkit-keyframes moveUp5 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(19%) translateY(529%) rotate(171deg);
    transform: translateX(19%) translateY(529%) rotate(171deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(7.09deg);
    transform: translateX(0) translateY(0) rotate(7.09deg);
  }
}

@keyframes moveUp5 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(19%) translateY(529%) rotate(171deg);
    transform: translateX(19%) translateY(529%) rotate(171deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(7.09deg);
    transform: translateX(0) translateY(0) rotate(7.09deg);
  }
}
@media (max-width: 992px) {
  @-webkit-keyframes moveUp1 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-28%) translateY(607%) rotate(38deg);
      transform: translateX(-28%) translateY(607%) rotate(38deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(5.33deg);
      transform: translateX(0) translateY(0) rotate(5.33deg);
    }
  }
  @keyframes moveUp1 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-28%) translateY(607%) rotate(38deg);
      transform: translateX(-28%) translateY(607%) rotate(38deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(5.33deg);
      transform: translateX(0) translateY(0) rotate(5.33deg);
    }
  }
  @-webkit-keyframes moveUp2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(3%) translateY(484%) rotate(-25deg);
      transform: translateX(3%) translateY(484%) rotate(-25deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(-5.23deg);
      transform: translateX(0) translateY(0) rotate(-5.23deg);
    }
  }
  @keyframes moveUp2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(3%) translateY(484%) rotate(-25deg);
      transform: translateX(3%) translateY(484%) rotate(-25deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(-5.23deg);
      transform: translateX(0) translateY(0) rotate(-5.23deg);
    }
  }
  @-webkit-keyframes moveUp3 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-8%) translateY(536%) rotate(-8deg);
      transform: translateX(-8%) translateY(536%) rotate(-8deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(0);
      transform: translateX(0) translateY(0) rotate(0);
    }
  }
  @keyframes moveUp3 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-8%) translateY(536%) rotate(-8deg);
      transform: translateX(-8%) translateY(536%) rotate(-8deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(0);
      transform: translateX(0) translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes moveUp4 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-58%) translateY(607%) rotate(89deg);
      transform: translateX(-58%) translateY(607%) rotate(89deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(7.42deg);
      transform: translateX(0) translateY(0) rotate(7.42deg);
    }
  }
  @keyframes moveUp4 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-58%) translateY(607%) rotate(89deg);
      transform: translateX(-58%) translateY(607%) rotate(89deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(7.42deg);
      transform: translateX(0) translateY(0) rotate(7.42deg);
    }
  }
  @-webkit-keyframes moveUp5 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(19%) translateY(529%) rotate(171deg);
      transform: translateX(19%) translateY(529%) rotate(171deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(-8.7deg);
      transform: translateX(0) translateY(0) rotate(-8.7deg);
    }
  }
  @keyframes moveUp5 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(19%) translateY(529%) rotate(171deg);
      transform: translateX(19%) translateY(529%) rotate(171deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0) rotate(-8.7deg);
      transform: translateX(0) translateY(0) rotate(-8.7deg);
    }
  }
}
.about__bottom {
  margin-top: -20px;
}
@media (max-width: 1199px) {
  .about__bottom {
    margin-top: -15px;
  }
}
@media (max-width: 991px) {
  .about__bottom {
    margin-top: -10px;
  }
}
@media (max-width: 572px) {
  .about__bottom {
    margin-top: 0;
  }
}

.about__bottom-title {
  color: #fff;
  margin-left: 43px;
}
.about__bottom-title::before {
  background: #65daff;
  opacity: 0.26;
}
@media (max-width: 572px) {
  .about__bottom-title {
    margin-left: 20px;
  }
}

.about__bottom-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 85px;
}
@media (max-width: 992px) {
  .about__bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 50px;
    padding-top: 60px;
  }
}
@media (max-width: 572px) {
  .about__bottom-row {
    padding-top: 40px;
    gap: 38px;
  }
}

.about__bottom-icon {
  background: -o-linear-gradient(312.53deg, #74b4ff 0%, #51d696 110.7%, #5fc9bf 110.7%);
  background: linear-gradient(137.47deg, #74b4ff 0%, #51d696 110.7%, #5fc9bf 110.7%);
  -webkit-box-shadow: 0px 22px 40px -20px rgba(0, 49, 124, 0.45);
  box-shadow: 0px 22px 40px -20px rgba(0, 49, 124, 0.45);
  border-radius: 30px;
  overflow: hidden;
  width: 131px;
  height: 131px;
  margin-top: -30px;
}
.about__bottom-icon img,
.about__bottom-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .about__bottom-icon {
    width: 80px;
    height: 80px;
    border-radius: 16px;
  }
}
@media (max-width: 572px) {
  .about__bottom-icon {
    margin-top: -20px;
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }
}

.about__bottom-box {
  padding: 0 38px 54px 38px;
  background: rgba(6, 58, 96, 0.54);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 60px rgba(0, 49, 124, 0.15);
  box-shadow: 0px 0px 60px rgba(0, 49, 124, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
}
@media (max-width: 992px) {
  .about__bottom-box {
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 572px) {
  .about__bottom-box {
    padding: 0 20px 20px 20px;
  }
}

.about__bottom-box-title {
  color: #fff;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .about__bottom-box-title {
    margin-top: 30px;
  }
}
@media (max-width: 572px) {
  .about__bottom-box-title {
    font-size: 16px;
    margin-top: 20px;
  }
}

.about__bottom-text {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding-top: 28px;
}
@media (max-width: 992px) {
  .about__bottom-text {
    font-size: 16px;
  }
}
@media (max-width: 572px) {
  .about__bottom-text {
    font-size: 12px;
    padding-top: 10px;
  }
}

.about__bottom-container {
  padding-left: 20px;
}

.possibil {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .possibil {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 572px) {
  .possibil {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.possibil-title {
  margin-left: 40px;
}
.possibil-title::before {
  background: #cad2ff;
}
@media (max-width: 572px) {
  .possibil-title {
    margin-left: 20px;
  }
}

@media (max-width: 572px) {
  .possibil-box-text {
    font-size: 16px;
  }
}

.possibil-box-img {
  width: 131px;
  height: 131px;
  background: -o-linear-gradient(312.53deg, #99a3ff 0%, #efa1f1 110.7%);
  background: linear-gradient(137.47deg, #99a3ff 0%, #efa1f1 110.7%);
  -webkit-box-shadow: 0px 22px 40px -20px rgba(0, 49, 124, 0.45);
  box-shadow: 0px 22px 40px -20px rgba(0, 49, 124, 0.45);
  border-radius: 30px;
  overflow: hidden;
  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;
}
.possibil-box-img img,
.possibil-box-img svg {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .possibil-box-img {
    border-radius: 16px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 572px) {
  .possibil-box-img {
    width: 72px;
    height: 72px;
  }
}

.possibil-box {
  padding: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  background: #f0f2fe;
  border-radius: 30px;
}
@media (max-width: 572px) {
  .possibil-box {
    border-radius: 12px;
    padding: 12px 20px;
    gap: 15px;
  }
}

.possibil-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 65px;
}
@media (max-width: 992px) {
  .possibil-row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-top: 30px;
    gap: 10px;
  }
}

.possibil-container {
  padding-left: 20px;
}

.trying {
  padding-top: 143px;
  padding-bottom: 127px;
  background: url('../img/fon.png') no-repeat center center/cover;
}
@media (max-width: 992px) {
  .trying {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 572px) {
  .trying {
    padding-top: 50px;
    padding-bottom: 57px;
  }
}

.trying-title {
  color: #fff;
}
.trying-title::before {
  background: #cfe5ff;
  opacity: 0.2;
}

.trying-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  max-width: 355px;
  padding-top: 25px;
}
@media (max-width: 992px) {
  .trying-text {
    padding-top: 20px;
  }
}
@media (max-width: 572px) {
  .trying-text {
    font-size: 16px;
    padding-top: 11px;
  }
}

.trying-btn {
  border-color: #fff;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .trying-btn {
    margin-top: 40px;
  }
}
@media (max-width: 572px) {
  .trying-btn {
    margin-top: 15px;
  }
}

.trying-wrapp {
  padding-left: 25px;
}

.review {
  padding-top: 70px;
  padding-bottom: 65px;
  background:
    url('../img/review-back.svg') no-repeat left 48% top 60px,
    #eff1fd;
}
@media (max-width: 992px) {
  .review {
    padding-top: 50px;
    background:
      url('../img/review-back.svg') no-repeat left -18px top 106px,
      #eff1fd;
  }
}
@media (max-width: 572px) {
  .review {
    padding-top: 40px;
    background-size: 150px 169px;
  }
}

.review-title::before {
  background: #a7e9be !important;
}

.review__box-img {
  width: 88px;
  height: 88px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px -8px rgba(6, 52, 101, 0.1);
  box-shadow: 0px 16px 32px -8px rgba(6, 52, 101, 0.1);
  border-radius: 16px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.review__box-img img,
.review__box-img svg {
  width: 80%;
  height: 80%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .review__box-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 572px) {
  .review__box-img {
    width: 46px;
    height: 46px;
    border-radius: 10px;
  }
}

.review-list-inner {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #202020;
}
@media (max-width: 992px) {
  .review-list-inner {
    font-size: 16px;
  }
}
@media (max-width: 572px) {
  .review-list-inner {
    font-size: 12px;
  }
}

.review__box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 992px) {
  .review__box-row {
    gap: 4px;
  }
}

.review-container {
  padding-right: 5px;
}
@media (max-width: 1400px) {
  .review-container {
    padding-right: 20px;
  }
}

.review__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 706px;
  grid-template-columns: 1fr 706px;
  gap: 0 10px;
  -ms-grid-rows: auto 0 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: 'review-title review-img' 'review-coll review-img';
  padding-left: 5px;
}
@media (max-width: 1400px) {
  .review__row {
    padding-left: 0;
    -ms-grid-columns: 1fr 615px;
    grid-template-columns: 1fr 615px;
  }
}
@media (max-width: 1200px) {
  .review__row {
    -ms-grid-columns: 1fr 509px;
    grid-template-columns: 1fr 509px;
  }
}
@media (max-width: 992px) {
  .review__row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: 'review-title' 'review-img' 'review-coll';
  }
}

.review-coll {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: review-coll;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .review-coll {
    padding-left: 0;
  }
}

.review__box-row {
  padding-top: 35px;
}
@media (max-width: 992px) {
  .review__box-row {
    padding-top: 24px;
  }
}
@media (max-width: 572px) {
  .review__box-row {
    padding-top: 15px;
  }
}

.review-list {
  padding-top: 20px;
}

.review-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: review-title;
  margin-top: 50px;
  position: relative;
  left: 22px;
}
@media (max-width: 1400px) {
  .review-title {
    left: 0;
  }
}
@media (max-width: 992px) {
  .review-title {
    margin-top: 0;
    margin-left: 20px;
  }
}

.review-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: review-img;
  width: 100%;
}

@media (max-width: 992px) {
  .review-coll {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .review-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .review-img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
.review-img img,
.review-img svg {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .review-img {
    margin-top: 25px;
  }
}
@media (max-width: 572px) {
  .review-img {
    margin-left: -20px;
    width: calc(100% + 52px);
  }
}

.example-nobckgrnd {
  background: #ffffff;
  position: relative;
  isolation: isolate;
  padding-bottom: 189px;
}

.example {
  background: #eff1fd;
  position: relative;
  isolation: isolate;
  padding-bottom: 189px;
}
.example::after {
  content: '';
  width: 245px;
  height: 245px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  background: url('../img/back.svg') no-repeat center center/contain;
}
@media (max-width: 992px) {
  .example {
    padding-bottom: 80px;
  }
}
@media (max-width: 572px) {
  .example {
    padding-bottom: 35px;
  }
}

.example__wrapp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 321px 1fr;
  grid-template-columns: 321px 1fr;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
}
@media (max-width: 992px) {
  .example__wrapp {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 768px) {
  .example__wrapp {
    display: block;
  }
}

.example__tab {
  display: none;
}

.example__tab.--active {
  display: block;
}

.example__tab-analysis {
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  grid-row: 2/-1;
}
@media (max-width: 762px) {
  .example__tab-analysis {
    display: none;
  }
}

@media (max-width: 762px) {
  .example__tab-analysis.--active {
    display: block;
  }
}
.example__wrapp-head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.example__tab-btn-row {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.example__acc-wrapp {
  max-width: 320px;
  /* изменено 29.10.2024
	 удалено transition: .4s;
	*/
  overflow: hidden;
  max-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: #fff;
  border-left: 1.07143px solid #d5dde3;
  -webkit-filter: drop-shadow(5.35714px 4.28571px 42.8571px rgba(50, 81, 117, 0.35));
  filter: drop-shadow(5.35714px 4.28571px 42.8571px rgba(50, 81, 117, 0.35));
}
@media (max-width: 762px) {
  .example__acc-wrapp {
    max-width: 100%;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-filter: none;
    filter: none;
    border: none;
    background: none;
  }
}

/* изменено 29.10.2024 добавлены стили
.example__acc-btn.--active~.example__acc-wrapp
*/

.example__acc-btn.--active ~ .example__acc-wrapp {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.example__acc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 22px;
  background: #66aa61;
  gap: 10px;
}

.example__acc-head.--orange {
  background: #fabf3e;
}

.example__acc-head.--red {
  background: #d53536;
}

@media (max-width: 768px) {
  .example__acc-head {
    display: none;
  }
}

.example__acc-wrapp-title {
  font-family: 'GolosText';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  color: #ffffff;
}

.example__acc-wrapp-text {
  padding: 20px 24px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #23282f;
  overflow: auto;
  height: 350px;
}
@media (max-width: 762px) {
  .example__acc-wrapp-text {
    padding-top: 0;
    padding-left: 45px;
    background: #ebfae5;
  }
}

.example__button-close {
  background: none;
  cursor: pointer;
  border: none;
}

.example__acc {
  position: relative;
}

.example__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px 10px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .example__head {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .example__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

.example__player {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  width: 366px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 32px;
  gap: 20px;
  background: #0862ee;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 49, 124, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 49, 124, 0.1);
  border-radius: 20px;
  position: relative;
}
.example__player audio {
  position: absolute;
  opacity: 0;
  z-index: -11;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .example__player {
    padding: 12px 20px;
  }
}
@media (max-width: 400px) {
  .example__player {
    width: 100%;
  }
}

.example__player-text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
}

@media (max-width: 992px) {
  .example__player-text {
    font-size: 16.5px;
  }
}

.example__player-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;
  cursor: pointer;
  border: none;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 12px;
}
.example__player-btn img,
.example__player-btn svg {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.example__player-btn::after {
  content: '';
  width: 40%;
  height: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../img/play.svg') no-repeat center center/contain;
}
@media (max-width: 572px) {
  .example__player-btn {
    width: 48px;
    height: 48px;
  }
}

.example__player-btn.--pause::after {
  background: url('../img/pause.svg') no-repeat center center/contain;
}

.example__wrapp {
  background: #ffffff;
  border: 1.07143px solid #d5dde3;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 49, 124, 0.15);
  box-shadow: 0px 0px 60px rgba(0, 49, 124, 0.15);
  border-radius: 16px;
  margin-top: 30px;
}

.example-container {
  padding-left: 20px;
  padding-right: 20px;
}

.example__wrapp-head {
  font-style: normal;
  font-weight: 600;
  font-size: 17.1429px;
  line-height: 130%;
  color: #23282f;
  padding: 13px 25px;
}
@media (max-width: 768px) {
  .example__wrapp-head {
    display: none;
  }
}

.example__acc-btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
}

.example__acc-svg {
  margin-top: 0;
  margin-bottom: auto;
  width: 11px;
  height: 11px;
}

.example__acc-ball {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 34.29px;
  line-height: 130%;
  color: #23282f;
  border-bottom: 2px dotted #23282f;
  display: block;
}

.example__acc-text {
  display: block;
  text-align: left;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #23282f;
  padding-left: 20px;
  position: relative;
}
.example__acc-text::after {
  content: '';
  width: 12.86px;
  height: 12.86px;
  background: #66aa61;
  border-radius: 3.21429px;
  position: absolute;
  left: 0;
  top: 0px;
}
@media (max-width: 572px) {
  .example__acc-text {
    font-size: 15px;
  }
}

.example__acc-btn.--active {
  background: #ebfae5;
}

.example__acc-btn.--green {
  background: #66aa61;
}
.example__acc-btn.--green .example__acc-text {
  color: #fff;
  padding-left: 0;
  font-size: 21px;
}
.example__acc-btn.--green .example__acc-text::after {
  background: none;
  width: 0;
  height: 0;
}
.example__acc-btn.--green .example__acc-svg path {
  stroke: #fff;
}
.example__acc-btn.--green .example__acc-ball {
  font-weight: 600;
  color: #fff;
  border-color: #fff;
}

.example__acc-btn.--red {
  background: #d53536;
}

.example__acc-btn.--red .example__acc-text {
  color: #ffffff;
  padding-left: 0;
  font-size: 21px;
}

.example__acc-btn.--red .example__acc-text::after {
  background: none;
  width: 0;
  height: 0;
}

.example__acc-btn.--red .example__acc-svg path {
  stroke: #fff;
}

.example__acc-btn.--red .example__acc-ball {
  font-weight: 600;
  color: #fff;
  border-color: #fff;
}

.example__acc-btn.--orange {
  background: #fabf3e;
}

.example__acc-btn.--orange .example__acc-text {
  color: #fff;
  padding-left: 0;
  font-size: 21px;
}

.example__acc-btn.--orange .example__acc-text::after {
  background: none;
  width: 0;
  height: 0;
}

.example__acc-btn.--orange .example__acc-svg path {
  stroke: #fff;
}

.example__acc-btn.--orange .example__acc-ball {
  font-weight: 600;
  color: #fff;
  border-color: #fff;
}

.example__acc-leader {
  padding: 21.4286px 25.7143px;
  background: #ebfae5;
}

.example__acc-leader--orange {
  padding: 21.4286px 25.7143px;
  background: #fabf3e;
}

.example__analysis-list {
  padding-top: 20px;
  border-top: 1.07143px solid #d5dde3;
}

.example__tab-analysis {
  border-right: 1.07143px solid #d5dde3;
}
@media (max-width: 762px) {
  .example__tab-analysis {
    border: none;
  }
}

.example__acc-leader-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #8990a2;
}

.example__acc-leader-title {
  padding-top: 10px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 130%;
  color: #23282f;
}

.example__acc-leader-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #23282f;
  padding-top: 5px;
}

.example__tab-btn-row {
  background: #f0f5f9;
  border-width: 1.07143px 0px 1.07143px 1.07143px;
  border-style: solid;
  border-color: #d5dde3;
  padding: 10px 25px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
@media (max-width: 768px) {
  .example__tab-btn-row {
    border-radius: 16px 16px 0 0;
    padding-top: 20px;
  }
}

.example__tab-btn {
  background: none;
  border: none;
  padding-bottom: 13px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #8990a2;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.example__tab-btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1a8ff2;
  border-radius: 5.35714px 5.35714px 0px 0px;
  width: 100%;
  height: 4px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .example__tab-btn:hover {
    color: #373f54;
  }
  .example__tab-btn:hover::after {
    opacity: 1;
  }
}
@media (hover: none) {
  .example__tab-btn:active {
    color: #373f54;
  }
  .example__tab-btn:active::after {
    opacity: 1;
  }
}

.example__tab-btn + .example__tab-btn {
  margin-left: 25px;
}

.example__tab-btn-analysis + .example__tab-btn {
  margin-left: 0;
}
@media (max-width: 768px) {
  .example__tab-btn-analysis + .example__tab-btn {
    margin-left: 25px;
  }
}

.example__tab-btn-analysis {
  display: none;
}
@media (max-width: 768px) {
  .example__tab-btn-analysis {
    display: block;
  }
}

.example__tab-btn.--active {
  color: #373f54;
}
.example__tab-btn.--active::after {
  opacity: 1;
}

.example__tab {
  padding: 20px 25px;
}

.example__tab-analysis {
  padding: 0;
}

.example__tab-row-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #8990a2;
}

.example__tab-row-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #23282f;
  padding-top: 5px;
}

.example__tab-row + .example__tab-row {
  padding-top: 23px;
}

.example__tab-list {
  padding-top: 5px;
  padding-left: 27px;
}
.example__tab-list li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #23282f;
  list-style-type: disc;
}
.example__tab-list li + li {
  padding-top: 5px;
}

.example__acc.--red .example__acc-ball {
  color: #d53536;
  border-color: #d53536;
}
.example__acc.--red .example__acc-text::after {
  background: #d53536;
}

.example__acc.--red .example__acc-btn.--active {
  background: #fff2f2;
}

.example__acc.--orange .example__acc-ball {
  color: #000000;
}

.example__acc.--orange .example__acc-btn.--active {
  background: #fff9d6;
}

.example__acc.--orange .example__acc-text::after {
  background: #fabf3e;
}

/* 06.11.2024*/
.result-background-color {
  background: #eff1fd;
}

.results__analysis-title {
  font-style: normal;
  font-weight: 600;
  font-size: 17.1429px;
  line-height: 130%;
  color: #23282f;
}

.results__analysis-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.results-analysis-label {
  position: relative;
  display: inline-block;
}

.results-analysis-label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -333;
}

.results-analysis-label-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;
  cursor: pointer;
  padding: 6px 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0862ee;
  border: 2px solid #0862ee;
  border-radius: 6px;
}

.results-analysis-label-btn svg,
.results-analysis-label-btn img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.results-analysis-btn {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #0862ee;
}

@media (max-width: 1199px) {
  .results-analysis-btn {
    font-size: 16px;
  }
}

@media (max-width: 424px) {
  .results-analysis-btn {
    font-size: 14px;
  }
}

.results-analysis-btn img,
.results-analysis-btn svg {
  margin-right: 5px;
  width: 36px;
  height: 36px;
}

@media (max-width: 1199px) {
  .results-analysis-btn img,
  .results-analysis-btn svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 424px) {
  .results-analysis-btn img,
  .results-analysis-btn svg {
    width: 25px;
    height: 25px;
  }
}

.banner-have-items {
  margin-top: 20px;
  margin-left: -10px;
}

@media (max-width: 572px) {
  .banner-have-items {
    margin-top: 12px;
  }
}

@media (max-width: 424px) {
  .banner-have-items {
    margin-left: 0;
  }
}

.banner {
  margin-top: 63px;
  background: url('../../img/new-img/back.png') no-repeat center center/cover;
  border-radius: 20px;
  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;
}

@media (max-width: 1199px) {
  .banner {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .banner {
    background: url('../../img/new-img/back-mob.png') no-repeat center center/cover;
    border-radius: 15px;
  }
}

@media (max-width: 572px) {
  .banner {
    margin-top: 24px;
    border-radius: 8px;
  }
}

@media (max-width: 424px) {
  .banner {
    margin-left: 10px;
  }
}

.banner__btn {
  border-color: #fff;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 25px;
}

@media (max-width: 572px) {
  .banner__btn {
    margin-top: 16px;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 18px;
  }
}

.banner__text {
  padding-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
}

@media (max-width: 572px) {
  .banner__text {
    padding-top: 10px;
    font-size: 12px;
  }
}

.banner__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
}

@media (max-width: 572px) {
  .banner__title {
    font-size: 16px;
    line-height: 120%;
  }
}

.banner-img {
  width: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .banner-img {
    display: none;
  }
}

.banner__wrapp {
  padding: 50px;
}

@media (max-width: 1200px) {
  .banner__wrapp {
    padding: 30px;
  }
}

@media (max-width: 572px) {
  .banner__wrapp {
    padding: 25px 25px 30px 25px;
  }
}

@media (max-width: 768px) {
  .example__wrapp {
    position: relative;
    isolation: isolate;
  }

  .example__wrapp::after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#f0f5f9), to(transparent));
    background: -o-linear-gradient(left, #f0f5f9, transparent);
    background: linear-gradient(to right, #f0f5f9, transparent);
    width: 30px;
    height: 55px;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    border-radius: 16px 0 0 0;
  }

  .example__wrapp::before {
    content: '';
    background: -webkit-gradient(linear, right top, left top, from(#f0f5f9), to(transparent));
    background: -o-linear-gradient(right, #f0f5f9, transparent);
    background: linear-gradient(to left, #f0f5f9, transparent);
    width: 30px;
    height: 55px;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    border-radius: 0 16px 0 0;
  }
}

/* 12.11.2024 analysis*/
.example__acc.--red .example__acc-btn.--active {
  background: #fff2f2;
}

.example__acc-head.--red {
  background: #d53536;
}

.example__acc.--orange .example__acc-btn.--active {
  background: #fff9d6;
}

.example__acc-head.--orange {
  background: #fabf3e;
}

.example__acc.--orange .example__acc-text::after {
  background: #fabf3e;
}

@media (max-width: 762px) {
  .example__acc-wrapp-text {
    padding-top: 20px;
  }

  .example__analysis-list .example__acc-wrapp-text {
    padding-top: 0px;
  }

  .example__acc.--orange .example__acc-wrapp-text {
    background: #fff9d6;
  }

  .example__acc.--red .example__acc-wrapp-text {
    background: #fff2f2;
  }
}

.header__padding-btn {
  margin-left: auto;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .header__padding-btn {
    margin-right: 0;
  }
}

.analysis {
  padding-top: 20px;
  position: relative;
}

.analysis-advice {
  background: #fff;
}

.analysis-dots .dots__item:nth-child(1) {
  width: 15px;
  height: 15px;
  top: 70px;
  left: -5%;
}

.analysis-dots .dots__item:nth-child(2) {
  width: 10px;
  height: 10px;
  top: -35px;
  left: 50%;
}

.analysis-dots .dots__item:nth-child(4) {
  width: 11px;
  height: 11px;
  top: -15px;
  right: 17%;
}

.analysis-dots .dots__item:nth-child(5) {
  width: 11px;
  height: 11px;
  top: 100px;
  left: 60%;
  background: #cad2ff;
}

@media (max-width: 772px) {
  .analysis-advice-row-padding {
    margin-left: -10px;
  }
}

.analysis-advice-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f0f2fe;
}

.analysis__head {
  background: url('../img/back.svg') no-repeat top 0 right 0% / contain;
}

.analysis-advice-title {
  margin-bottom: 0;
}

.analysis-advice-row-padding {
  margin-top: 48px;
}

@media (max-width: 992px) {
  .analysis-advice-row-padding {
    margin-top: 30px;
  }
}

@media (max-width: 424px) {
  .analysis-advice-row-padding {
    margin-top: 15px;
  }
}

.analysis__head__wrapp {
  max-width: 870px;
}

.analysis-container {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 1400px) {
  .analysis-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 572px) {
  .analysis-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.analysislt-title {
  font-weight: 500;
}

.analysislt-subtitle {
  font-weight: 500;
}

.analysis__head__subwrapp {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .analysis__head__subwrapp {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .analysis__head__subwrapp {
    margin-top: 20px;
  }
}

.analysis-text {
  font-weight: 400;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .analysis-text {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .analysis-text {
    margin-top: 10px;
  }
}

.analysis__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

@media (max-width: 992px) {
  .analysis__row {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 572px) {
  .analysis__row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.analysis__table,
.analysis__row {
  margin-top: 68px;
}

@media (max-width: 1199px) {
  .analysis__table,
  .analysis__row {
    margin-top: 40px;
  }
}

@media (max-width: 572px) {
  .analysis__table,
  .analysis__row {
    margin-top: 24px;
  }
}

.analysis__box-icon {
  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: 65px;
  height: 65px;
}

@media (max-width: 1199px) {
  .analysis__box-icon {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 572px) {
  .analysis__box-icon {
    width: 30px;
    height: 30px;
  }
}

.analysis__box-icon svg,
.analysis__box-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.analysis__box-title {
  padding-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 130%;
  color: #202020;
}

@media (max-width: 1199px) {
  .analysis__box-title {
    font-size: 56px;
    padding-top: 5px;
  }
}

@media (max-width: 575px) {
  .analysis__box-title {
    font-size: 46px;
  }
}

@media (max-width: 424px) {
  .analysis__box-title {
    font-size: 34px;
  }
}

.analysis__box-text {
  font-weight: 400;
}

.analysis__row-box {
  padding: 32px 36px;
  background: #f0f2fe;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .analysis__row-box {
    padding: 30px 35px;
  }
}

@media (max-width: 424px) {
  .analysis__row-box {
    border-radius: 8px;
    padding: 22px 24px;
  }
}

.analysis__row-box.--green {
  background: #cef4bf;
}

.analysis__row-box.--orange {
  background: #fff4b5;
}

.analysis__row-box.--red {
  background: #ffdcdc;
}

.analysis__table-head-num {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  color: #202020;
}

.analysis__table-head-num.--red {
  color: black;
}

@media (max-width: 1199px) {
  .analysis__table-head-num {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .analysis__table-head-num {
    font-size: 28px;
  }
}

.analysis__modal-window {
  padding: 0;
  max-width: 1200px;
  margin: auto;
}

.analysis__modal {
  padding: 40px 15px;
}

.analysis__modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.analysis__modal-head {
  padding-right: 70px;
  position: relative;
}

@media (max-width: 572px) {
  .analysis__modal-head {
    padding-right: 40px;
  }
}

.analysis__modal-close {
  top: 20px;
  right: 25px;
}

@media (max-width: 572px) {
  .analysis__modal-close {
    right: 10px;
    top: 10px;
  }
}

.analysis__modal-btn {
  background: #0862ee;
  color: #fff;
}

.analysis__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.analysis__table {
  overflow: auto;
  border: 1px solid #e0e3ec;
  border-radius: 20px;
}

@media (max-width: 424px) {
  .analysis__table {
    border-radius: 8px;
  }
}

.analysis__table-wrapp {
  overflow: hidden;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
}

.analysis__table-info {
  width: 230px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 572px) {
  .analysis__table-info {
    width: 185px;
  }
}

.analysis__table-info-title {
  font-weight: 700;
}

.analysis__table-head-text {
  font-weight: 400;
  color: #72798c;
}

.analysis__table-head-text.--red {
  color: black;
}

.analysis__table-coll {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 6px;
  width: 133px;
  padding: 12px 12px 14px 12px;
  border-radius: 12px;
  position: relative;
}

@media (max-width: 572px) {
  .analysis__table-coll {
    width: 110px;
  }
}

.analysis__table-head-coll::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300vh;
  background: #f0f2fe;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  opacity: 0;
  border-radius: 12px 12px 0 0;
}

@media (hover: hover) {
  .analysis__table-head-coll:hover::after {
    opacity: 1;
  }
}

@media (hover: none) {
  .analysis__table-head-coll:active::after {
    opacity: 1;
  }
}

.analysis__table-select {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (hover: hover) {
  .analysis__table-select:hover {
    background: #f0f2fe;
  }
}

@media (hover: none) {
  .analysis__table-select:active {
    background: #f0f2fe;
  }
}

.analysis__table-coll.--green {
  background: #cef4bf;
}

.analysis__table-coll.--orange {
  background: #fff4b5;
}

.analysis__table-coll.--red {
  background: #ffdcdc;
}

.analysis__table-coll.--green .analysis__table-head-text {
  color: #202020;
}

.analysis__user-name {
  font-weight: 500;
  color: #202020;
}

.analysis__table-coll-num {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  padding: 2px 8px;
  color: #202020;
  padding: 2px 8px;
  border-radius: 6px;
}

@media (max-width: 1199px) {
  .analysis__table-coll-num {
    font-size: 18px;
  }
}

@media (max-width: 424px) {
  .analysis__table-coll-num {
    font-size: 12px;
  }
}

.analysis__table-coll-num.--green {
  background: #cef4c0;
  color: #006c10;
}

.analysis__table-coll-num.--orange {
  background: #fff4b5;
  color: #775300;
}

.analysis__table-coll-num.--red {
  background: #ffdcdc;
  color: #be1818;
}

.analysis__table-row-coll {
  padding-left: 0;
  padding-right: 0;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.analysis-table-btn {
  cursor: pointer;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #72798c;
  background: #fff;
  border: 1px solid #e0e3ec;
  border-radius: 6px;
}

.analysis-table-btn span {
  display: block;
}

.analysis-table-btn svg,
.analysis-table-btn img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10px;
  height: auto;
  margin-left: 4px;
}

.analysis__table-head {
  margin-top: 15px;
  margin-bottom: 15px;
}

.analysis__table-select {
  width: 100%;
  border-top: 1px solid #e0e3ec;
}

.analysis__btn-modal-open {
  border: none;
  background: none;
  cursor: pointer;
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0862ee;
}

.analysis__table-info-number {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #202020;
}

.analysis__table-select-info {
  padding-left: 35px;
}

.analysis__table-select-subwrapp {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e0e3ec;
}

.analysis__table-select-wrapp {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.analysis__table-select.--active {
  background: #f8f9ff;
}

.analysis__table-select.--active .analysis-table-btn-svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.analysis__modal .example__acc-wrapp {
  overflow: hidden !important;
  opacity: 0;
}

.analysis__modal .example__acc-btn.--active ~ .example__acc-wrapp {
  opacity: 1;
}

.analysis__modal-window {
  overflow: hidden;
}

.example__acc-btn.--active {
  pointer-events: none;
}

.example__acc-ball.--dell-dotted {
  border-bottom: none;
}
