.about-banner {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 10px;
}
.about-banner__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.about-banner__text span {
  color: #ff2929;
  display: block;
}

.about-block {
  margin-bottom: 12px;
  border-radius: 5px;
  padding: 20px;
  background: #2d363f;
}
.about-block__title {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.about-block__text {
  margin-bottom: 30px;
  color: #a7b3ca;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
.about-main__body {
  color: #a7b3ca;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.about-main__body p {
  margin-bottom: 12px;
}

.about-advantages__list {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.about-advantages__item {
  margin: 0 16px;
  flex-grow: 1;
  text-align: center;
  flex-basis: calc(20% - 32px);
}
.about-advantages__image {
  margin-bottom: 10px;
}
.about-advantages__image img {
  max-width: 190px;
  margin: 0 auto;
}
.about-advantages__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.about-history {
  display: flex;
  justify-content: space-between;
}
.about-history__left {
  flex-basis: 35.5%;
}
.about-history__left .about-block__title,
.about-history__left .about-block__text {
  text-align: left;
}
.about-history__left .about-block__title {
  display: flex;
  text-transform: none;
}
.about-history__left .about-block__title svg {
  margin-right: 12px;
}
.about-history__right {
  flex-basis: 59.4%;
}

.about-evolutions__list {
}
.about-evolutions__item {
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  border: 1px solid #2d363f;
  background: rgba(30, 36, 44, 0.6);
  box-shadow: 0 0 20px 0 #1f2731;
}
.about-evolutions__first {
  display: flex;
}
.about-evolutions__nmb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 6px;
  min-width: 64px;
  background: #2d363f;
  color: #ff2929;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}
.about-evolutions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 97px;
}
.about-evolutions__icon img {
  height: 36px;
  width: 36px;
}
.about-evolutions__devider {
  flex-basis: 10px;
  margin-right: 12px;
  position: relative;
}
.about-evolutions__devider:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid #353f49;
}
.about-evolutions__info {
  padding: 20px;
}
.about-evolutions__title {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}
.about-evolutions__text {
  color: #a7b3ca;
  font-size: 16px;
  line-height: 1.2;
}
.about-ratings__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.about-ratings__col {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  padding: 20px;
  border-radius: 6px;
  background: rgba(30, 36, 44, 0.6);
  backdrop-filter: blur(5px);
  flex-basis: calc(50% - 35px);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.about-ratings__col svg {
  margin: 0 auto;
}
.about-ratings__col-name {
  flex-basis: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a7b3ca;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.about-ratings__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.about-ratings__cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
  padding: 20px 30px;
  border-radius: 6px;
  background: rgba(30, 36, 44, 0.6);
  backdrop-filter: blur(5px);
  flex-basis: calc(50% - 35px);
  color: #a7b3ca;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.about-ratings__cell--center {
  flex-basis: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a7b3ca;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.about-ratings__stars {
  display: flex;
  justify-content: space-around;
  min-width: 100px;
  height: 20px;
}
.about-features {
  background: url("../images/about-us/features-bg.webp")
    center center no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.about-features__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -20px;
}
.about-features__list:after {
  content: "";
  display: block;
  height: 210px;
  position: absolute;
  width: 97px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/about-us/feateres-img-1.svg")
    center center no-repeat;
}
.about-features__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: calc(50% - 98px);
  margin-bottom: 20px;
}
.about-features__item:nth-child(2n) {
  justify-content: flex-start;
}
.about-features__item:nth-child(2n + 1) .about-features__image {
  order: 1;
}
.about-features__image img {
  max-width: 100%;
  width: 100px;
  margin-right: 20px;
}
.about-features__item:nth-child(2n + 1) .about-features__image img {
  margin-right: 0;
  margin-left: 20px;
}
.about-features__item:nth-child(2n + 1) .about-features__info {
  text-align: right;
}
.about-features__info {
  max-width: 394px;
}
.about-features__title {
  max-width: 394px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.about-features__description {
  max-width: 394px;
  color: #a7b3ca;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .about-banner__text {
    font-size: 30px;
  }
  .about-main__body {
    font-size: 14px;
    line-height: 1.3;
  }
  .about-advantages__list {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .about-advantages__item {
    margin: 0 10px;
    flex-basis: calc(20% - 20px);
  }
  .about-advantages__image img {
    max-width: 92%;
    margin: 0 auto;
  }
  .about-advantages__text {
    font-size: 14px;
  }
  .about-history {
    flex-wrap: wrap;
  }
  .about-history__left {
    flex-basis: 100%;
  }
  .about-history__right {
    flex-basis: 100%;
  }
  .about-ratings__col {
    font-size: 16px;
  }
  .about-ratings__col-name {
    font-size: 16px;
  }
  .about-ratings__cell {
    font-size: 16px;
  }
  .about-ratings__cell--center {
    font-size: 16px;
  }
  .about-ratings__cell--center + .about-ratings__cell {
    text-align: left;
  }

  .about-features__item {
    flex-basis: calc(50% - 40px);
  }
  .about-features__image img {
    max-width: 100%;
    width: 50px;
    margin-right: 10px;
  }
  .about-features__item:nth-child(2n + 1) .about-features__image img {
    margin-right: 0;
    margin-left: 10px;
  }
  .about-features__list:after {
    height: 180px;
    width: 80px;
    background-size: 70px auto;
  }
  .about-features__info {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 993px) {
  .about-banner__text {
    font-size: 24px;
  }
  .about-main__body {
    font-size: 14px;
    line-height: 1.3;
  }
  .about-advantages__text {
    font-size: 12px;
  }

  .about-ratings__col {
    padding: 15px;
    flex-basis: calc(50% - 20px);
    font-size: 14px;
  }
  .about-ratings__col svg {
    margin: 0 auto;
  }
  .about-ratings__col-name {
    flex-basis: 40px;
    font-size: 14px;
  }
  .about-ratings__cell {
    padding: 15px;
    font-size: 14px;
    flex-basis: calc(50% - 20px);
    text-align: right;
  }
  .about-ratings__cell--center {
    flex-basis: 40px;
    font-size: 14px;
  }
  .about-ratings__cell--center + .about-ratings__cell {
    text-align: left;
  }
  .about-ratings__stars {
    margin-right: 20px;
  }
  .about-ratings__cell--center + .about-ratings__cell .about-ratings__stars {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-banner {
    height: 303px;
  }
  .about-banner img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 130px;
    max-width: none;
    transform: translateX(-50%);
  }
  .about-advantages__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -40px;
  }
  .about-advantages__item {
    margin: 0 20px 40px;
    flex-basis: calc(33.33% - 40px);
    max-width: calc(33.33% - 40px);
  }
  .about-ratings__col {
    padding: 20px 10px;
  }
  .about-ratings__cell {
    flex-wrap: wrap;
    padding: 10px 15px;
  }
  .about-ratings__text {
    height: 40px;
    flex-basis: 100%;
    line-height: 1.2;
    text-align: center;
  }
  .about-ratings__stars {
    margin-right: auto !important;
    margin-left: auto !important;
    order: 1;
  }
}

@media screen and (max-width: 639px) {
  .about-banner {
    overflow: hidden;
    height: 303px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }

  .about-banner img {
    width: 640px;
    height: auto;
    max-width: none;
  }
  .about-banner__text {
    width: 100%;
    padding: 0 10px;
    left: 50%;
    top: 60px;
    transform: translate(-50%, 0);
    font-size: 26px;
}
.about-banner__text span{
  font-size: 22px;
}
  .about-evolutions__first {
    padding: 20px 0;
    flex-wrap: wrap;
    background: #2d363f;
    border-radius: 6px;
    flex-basis: 80px;
    min-width: 80px;
    justify-content: center;
    align-items: start;
  }
  .about-evolutions__nmb {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 0;
    margin-bottom: 8px;
    background-color: none;
  }
  .about-evolutions__icon {
    min-width: 0;
  }
  .about-evolutions__icon img {
    height: 30px;
    width: 30px;
  }
  .about-evolutions__devider {
    display: none;
  }
  .about-evolutions__title {
    font-size: 14px;
  }
  .about-evolutions__text {
    font-size: 14px;
  }
  .about-features {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-features__list {
    margin-bottom: -12px;
  }
  .about-features__list:after {
    display: none;
  }
  .about-features__item {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .about-features__item:nth-child(2n + 1) .about-features__image {
    order: 0;
  }

  .about-features__image img {
    max-width: 100%;
    width: 60px;
    margin-right: 10px;
  }
  .about-features__item:nth-child(2n + 1) .about-features__image img {
    margin-right: 10px;
    margin-left: 0px;
  }
  .about-features__item:nth-child(2n + 1) .about-features__info {
    text-align: left;
  }
  .about-features__info {
    max-width: calc(100% - 70px);
  }
  .about-features__title {
    max-width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.2;
  }
  .about-features__description {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 479px) {
  .about-main,
  .about-advantages,
  .about-history {
    margin: 0 -20px 12px;
  }
  .about-block__title {
    font-size: 18px;
  }
  .about-block__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .about-advantages__list {
    margin-bottom: 0px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .about-advantages__item {
    display: flex;
    align-items: center;
    margin: 0 0px 0;
    padding: 10px 0;
    flex-basis: 100%;
    max-width: 100%;
    border-bottom: 1px solid #262d36;
    font-size: 16px;
  }
  .about-advantages__item:last-child {
    border-bottom: 0;
  }
  .about-advantages__image {
    margin-bottom: 0;
  }
  .about-advantages__image img {
    max-width: 70px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about-advantages__text {
    font-size: 16px;
    text-align: left;
  }
  .about-ratings__col {
    font-size: 12px;
  }
  .about-ratings__cell--center,
  .about-ratings__col-name {
    max-width: 2px;
    overflow: hidden;
    opacity: 0;
  }
  .about-ratings__cell,
  .about-ratings__col {
    flex-basis: calc(50% - 1px);
  }
  .about-ratings__text {
    flex-basis: 115px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
  }
}
