.home-promo {
  background: url("../img/home-promo_bg.jpg") no-repeat center/cover;
  padding: 20px 0;
}
.home-promo__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
}
.home-promo__label {
  width: fit-content;
  padding: 12px 14px 12px 48px;
  font-size: 12px;
  color: #2b2b2b;
  position: relative;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  margin: 40px 0 10px;
}
.home-promo__label span {
  font-weight: 700;
}
.home-promo__label:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  background: url("../img/promo-label.svg") no-repeat center/contain;
}
.home-promo__title {
  max-width: 590px;
}
.home-promo__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.home-promo__item {
  min-width: 260px;
  background: #FFFFFF;
  box-shadow: 0px 1px 0px rgba(153, 153, 153, 0.3), 0px 1px 2px rgba(153, 153, 153, 0.3);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  position: relative;
}
.home-promo__logo {
  max-width: 100%;
}
.home-promo__logo img {
  max-width: 100%;
  max-height: 36px;
}
.home-promo__button {
  font-size: 12px;
  padding: 3px 10px;
  column-gap: 4px;
  background: #006CA8;
  transition: background-color ease-in-out 0.3s;
}
.home-promo__button:hover {
  background: #009CFF;
}
.home-promo__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  background: url("../img/promo-number-bg.svg") no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .home-promo__wrapper {
    flex-direction: column;
    row-gap: 40px;
    align-items: stretch;
  }
  .home-promo__list {
    flex-direction: row;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-promo__item {
    min-width: 200px;
    flex: 0 1 31%;
  }
  .home-promo__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .home-promo {
    background: url("../img/home-promo_bg-mob.jpg") no-repeat center/cover;
  }
  .home-promo__item {
    min-width: 200px;
    flex: 0 1 100%;
  }
}
.home-choice {
  padding: 64px 0 50px;
  background: #F1F5F8;
}
.home-choice__wrapper {
  display: flex;
  column-gap: 28px;
}
.home-choice__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  column-gap: 3%;
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(34, 34, 34, 0.04), 0 1px 2px rgba(34, 34, 34, 0.04);
  border-radius: 16px;
  position: absolute;
  top: -106px;
  left: 0;
  width: 100%;
}
.home-choice__filter-item {
  flex: 0 1 210px;
}
.home-choice__select {
  width: 100%;
  box-shadow: 0 1px 0 rgba(153, 153, 153, 0.3), 0 1px 2px rgba(153, 153, 153, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #EFF4F7 url("../img/home-select-arrow.svg") calc(100% - 12px) center no-repeat;
  padding: 6px 30px 6px 16px;
  border: 1px solid #EBEBEB;
  border-radius: 60px;
  cursor: pointer;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}
.home-choice__select:focus {
  outline: none;
}
.home-choice__filter-title {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  color: #444;
  text-transform: capitalize;
  padding-left: 16px;
}
.home-choice__left {
  flex: 1 1 auto;
  position: relative;
}
.home-choice__list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10px;
}
.home-choice__reviews {
  flex: 0 0 260px;
  align-self: flex-start;
}
.home-choice__item {
  background: #FFF;
  border-radius: 16px;
  position: relative;
  display: flex;
  column-gap: 5%;
  min-height: 156px;
}
.home-choice__item:before {
  content: "";
  border: 3px solid #0058AA;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  pointer-events: none;
  transition: all ease-in-out 0.3s;
}
.home-choice__item:hover::before {
  box-shadow: 0px 1px 0px rgba(34, 34, 34, 0.04), 0px 1px 2px rgba(34, 34, 34, 0.04);
}
.home-choice__item:after {
  content: "";
  width: 16px;
  height: 100%;
  background: #009CFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-radius: 16px 0 0 16px;
}
.home-choice__editor {
  font-size: 16px;
  text-align: center;
  padding: 6px 25px 6px 60px;
  font-weight: 500;
  color: #232327;
  text-transform: capitalize;
  background: #FFBF10;
  border-radius: 20px 0px 60px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.home-choice__number {
  position: absolute;
  top: 0;
  left: 14px;
  color: #fff;
  width: 34px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  background: #009CFF;
  border-radius: 0px 0px 60px 0px;
  z-index: 100;
}
.home-choice__info {
  padding: 20px 0 20px;
  flex: 1;
}
.home-choice__subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 15px;
}
.home-choice__subtitle_reviews {
  text-align: center;
  margin-bottom: 10px;
}
.home-choice__start {
  flex: 0 0 250px;
  padding: 40px 0 16px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  row-gap: 20px;
  position: relative;
}
.home-choice__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-choice__logo img {
  max-width: 100%;
}
.home-choice__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.home-choice__stars {
  display: flex;
  align-items: center;
}
.home-choice__stars svg {
  fill: #F5F5F5;
}
.home-choice__stars svg.icon-star-active {
  fill: #6C7377;
}
.home-choice__info-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.home-choice__info-item {
  padding-left: 24px;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
}
.home-choice__info-item:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("../img/home-list-item.svg") no-repeat center/contain;
}
.home-choice__buttons {
  flex: 0 0 auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
  background: #EFF4F7;
}
.home-choice__button {
  padding: 8px 40px;
}
.home-choice__read {
  width: max-content;
  color: #009CFF;
  position: relative;
}
.home-choice__read::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background-color: #009CFF;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.home-choice__read_reviews {
  text-align: center;
}
.home-choice__read:hover {
  color: #009CFF;
}
.home-choice__read:hover::after {
  width: 70%;
  background-color: #009CFF;
  opacity: 1;
}
.home-choice__reviews {
  padding: 16px 0 14px;
  background: #FFFFFF;
  border: 3px solid #0058AA;
  box-shadow: 0 1px 0 rgba(34, 34, 34, 0.04), 0 1px 2px rgba(34, 34, 34, 0.04);
  border-radius: 16px;
}
.home-choice__links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: #EFF4F7;
}
.home-choice__link {
  flex: 0 1 33%;
  padding: 0 14px;
  color: #009CFF;
  text-align: center;
}
.home-choice__link:nth-child(2) {
  border-left: 1px solid #ABD0E3;
  border-right: 1px solid #ABD0E3;
}
.home-choice__link:hover {
  text-decoration: underline;
  color: #009CFF;
}
.home-choice__reviews-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #F0F0F0;
}
.home-choice__reviews-item:last-child {
  border: none;
}
.home-choice__reviews-logo {
  max-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.home-choice__reviews-logo img {
  max-width: 100%;
}
.home-choice__reviews-name {
  font-size: 20px;
  color: #232327;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}

@media screen and (max-width: 1340px) {
  .home-choice__select {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .home-choice__filter {
    padding: 10px;
    column-gap: 1%;
  }
  .home-choice__select {
    padding: 6px 22px 6px 8px;
    background: #EFF4F7 url(../img/home-select-arrow.svg) calc(100% - 4px) center no-repeat;
  }
}
@media screen and (max-width: 991px) {
  .home-choice {
    padding: 40px 0 50px;
  }
  .home-choice__filter {
    position: static;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .home-choice__filter-item {
    flex: 0 1 200px;
  }
  .home-choice__wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
  .home-choice__reviews {
    flex: 0 1 auto;
    padding: 14px 0 0 0;
    align-self: stretch;
  }
  .home-choice__reviews-list {
    display: flex;
    column-gap: 2%;
    justify-content: center;
    padding: 0 10px;
  }
  .home-choice__reviews-item {
    border: none;
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .home-choice__filter {
    margin-bottom: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .home-choice__filter-item {
    flex: 0 1 48%;
  }
  .home-choice__subtitle {
    font-size: 14px;
  }
  .home-choice__start {
    padding-left: 16px;
    justify-content: center;
    row-gap: 10px;
  }
  .home-choice__info {
    padding: 10px 0;
  }
  .home-choice__info-list {
    row-gap: 6px;
  }
  .home-choice__item {
    column-gap: 2%;
  }
  .home-choice__buttons {
    padding: 10px;
  }
  .home-choice__button {
    padding: 6px 22px;
  }
  .home-choice__editor {
    font-size: 14px;
    padding: 6px 20px 6px 54px;
  }
  .home-choice__reviews-list {
    flex-wrap: wrap;
  }
  .home-choice__reviews-item {
    flex: 0 1 40%;
  }
}
@media screen and (max-width: 576px) {
  .home-choice__item {
    flex-direction: column;
  }
  .home-choice__item:after {
    width: 10px;
  }
  .home-choice__number {
    left: 9px;
  }
  .home-choice__start {
    flex: 0 1 auto;
    padding: 40px 10px 10px;
  }
  .home-choice__info {
    align-items: center;
    padding: 10px 16px;
  }
  .home-choice__buttons {
    row-gap: 10px;
  }
  .home-choice__reviews-list {
    display: block;
  }
  .home-choice__reviews-item {
    border-bottom: 1px solid #F0F0F0;
  }
  .home-choice__reviews-item:last-child {
    border: none;
  }
}
.home-what {
  padding: 45px 0 60px;
}
.home-what__subtitle {
  margin-bottom: 40px;
  color: #444;
}
.home-what__text {
  line-height: 1.8;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}
.home-what__text p {
  position: relative;
}
.home-what__text p:before {
  content: "";
  height: 106%;
  width: 6px;
  background: #0058AA;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
.home-what__text p span {
  font-weight: 600;
}

@media screen and (max-width: 1100px) {
  .home-what__text {
    padding-left: 24px;
  }
  .home-what__text p:before {
    width: 3px;
    height: 100%;
  }
}
.home-compare {
  padding: 36px 0 62px;
  background: #0058AA;
}
.home-compare__subtitle {
  margin-bottom: 30px;
}
.home-compare__shadow {
  position: relative;
}
.home-compare__shadow:after {
  content: "";
  height: calc(100% - 100px);
  width: 160px;
  background: linear-gradient(270deg, #A3B5F4 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  border-radius: 0 0 16px 0;
  overflow: hidden;
}
.home-compare__shadow:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 100px;
  left: 0;
  background: url("../img/compare-corner.svg") no-repeat left top/contain;
  z-index: 1000;
}
.home-compare__arrows {
  display: flex;
  align-items: center;
  width: fit-content;
  column-gap: 6px;
  position: absolute;
  top: 80px;
  z-index: 1010;
  left: 180px;
}
.home-compare__arrow {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ECECEC;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: url("../img/slider_arrow.svg") no-repeat center/22px, #fff;
  transition: all 0.4s;
}
.home-compare__arrow:focus {
  outline: none;
}
.home-compare__arrow.start {
  background: red;
}
.home-compare__arrow_next {
  transform: rotate(180deg);
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.15);
}
.home-compare__table {
  display: flex;
  flex-direction: column;
  overflow: auto;
  position: relative;
  max-width: 100%;
  width: fit-content;
  border-radius: 0 16px 16px 16px;
  transition: all 0.4s;
  overflow-scrolling: touch;
}
.home-compare__table::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.home-compare__row, .home-compare__head {
  display: flex;
  width: fit-content;
}
.home-compare__row {
  background: #fff;
}
.home-compare__row:nth-child(even) {
  background: #EFF4F7;
}
.home-compare__row:nth-child(even) .home-compare__cell_fixed {
  background: #EFF4F7;
}
.home-compare__head {
  background: transparent;
}
.home-compare__cell {
  flex: 0 0 auto;
  width: 256px;
}
.home-compare__cell_body {
  padding: 12px;
  min-height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #D2E4EE;
}
.home-compare__cell_fixed {
  position: sticky;
  left: 0;
  gap: 10px;
  background: #fff;
  padding-left: 40px;
  justify-content: flex-start;
}
.home-compare__cell_preview_fixed {
  background: #0058AA;
  z-index: 1000;
}
.home-compare__cell span.bold {
  font-weight: 700;
}
.home-compare__cell span.question {
  flex: 0 0 auto;
  display: inline-block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #406C86;
  background: #D3E5F0;
}
.home-compare__preview {
  width: 100%;
  position: relative;
  padding: 11px 42px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
}
.home-compare__preview:after {
  content: "";
  width: 16px;
  height: 100%;
  background: #009CFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.home-compare__number {
  position: absolute;
  top: 0;
  left: 15px;
  color: #fff;
  width: 34px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  background: #009CFF;
  border-radius: 0px 0px 60px 0px;
  z-index: 100;
}
.home-compare__logo {
  max-width: 110px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-compare__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.home-compare__button {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .home-compare__shadow:after {
    width: 100px;
  }
  .home-compare__arrows {
    left: 140px;
  }
  .home-compare__cell {
    width: 220px;
  }
  .home-compare__cell_fixed {
    padding-left: 20px;
  }
  .home-compare__preview {
    padding: 10px 28px;
  }
  .home-compare__preview:after {
    width: 10px;
  }
  .home-compare__number {
    left: 9px;
    width: 20px;
    height: 32px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .home-compare__shadow:after {
    width: 50px;
  }
  .home-compare__arrows {
    left: 20px;
    top: 66px;
  }
  .home-compare__cell {
    width: 180px;
  }
  .home-compare__cell_body {
    min-height: 90px;
    padding: 8px;
  }
  .home-compare__cell_fixed {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 8px;
    width: 100px;
  }
  .home-compare__preview:after {
    width: 6px;
  }
  .home-compare__number {
    left: 5px;
    width: 16px;
  }
}
