@charset "UTF-8";
.wrap__main {
  font-family: var(--Moderustic), sans-serif;
  max-width: 100vw;
  min-height: 100vh;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color-main-text);
  position: relative;
  overflow: hidden;
  padding: 0 16px;
}

.hidden {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px;
}

.section__title {
  font: 500 48px/56px var(--InterTight);
  letter-spacing: -0.04em;
}

.section__title.center {
  text-align: center;
  margin: 0 auto;
}

.section__title span {
  color: var(--color-accent);
}

.section__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.section__head .section__text {
  max-width: 416px;
  width: 100%;
}

.section__head.center {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section__head.center .section__text {
  max-width: 636px;
}

.section__text {
  font: 400 16px/24px var(--Inter);
}

.section__text.center {
  text-align: center;
  margin: 0 auto;
}

.section__radius {
  background: var(--color-gradient);
  border-radius: 30px;
}

.section__button {
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  border-radius: 30px;
  padding: 18px 60px 18px 75px;
  color: var(--color-white);
  background: var(--color-primary);
  text-transform: capitalize;
  transition: 0.4s ease;
  display: block;
  position: relative;
}

.section__button > * {
  font: 600 16px/24px var(--Inter);
}

.section__button img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
}

.section__button:hover {
  transition: 0.2s ease;
  background: var(--color-accent);
}

.section__button.thin {
  padding: 13px 40px 13px 61px;
}

.section__button.thin img {
  width: 36px;
}

.section__button.thin > * {
  font: 600 14px/20px var(--Inter);
}

.header {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.header__top {
  padding: 8px 56px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #475163;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--color-white);
}

.header__top-menu {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-menu > * {
  font: 500 12px/16px var(--Inter);
  position: relative;
  transition: 0.2s ease;
}

.header__top-menu > *:hover {
  transition: 0.2s ease;
}

.header__top-menu > *:hover:after {
  transition: 0.2s ease;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background: var(--color-white);
}

.header__top-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header__top-btn > * {
  font: 500 12px/16px var(--Inter);
  text-transform: capitalize;
  transition: 0.2s ease;
}

.header__top-btn a {
  padding: 8px 24px;
  border-radius: 30px;
}

.header__top-btn-in {
  background: rgba(255, 255, 255, 0.2);
}

.header__top-btn-in:hover {
  transition: 0.2s ease;
  background-color: var(--color-white);
  color: var(--color-main-text);
}

.header__top-btn-up {
  background-color: var(--color-white);
  color: var(--color-main-text);
}

.header__top-btn-up:hover {
  transition: 0.2s ease;
  background: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
}

.header__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 56px;
}

.header__bottom-btn {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 114px;
}

.header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  font: 500 14px/20px var(--Inter);
  color: var(--color-header-text);
}

.header__menu-item {
  position: relative;
  cursor: pointer;
}

.header__menu-item > * {
  font: 500 14px/20px var(--Inter);
  white-space: nowrap;
  padding: 12px 0;
  position: relative;
  display: block;
  color: var(--color-main-text);
}

.header__menu-item > *:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 10px;
  transition: 0.2s ease;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-header-text);
  pointer-events: none;
}

.header__menu-item.sub > a {
  padding-right: 16px;
  position: relative;
}

.header__menu-item.sub > a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 16px;
  height: 16px;
  background: url("../img/arr.svg") center/16px 16px no-repeat;
}

.header__menu-item.sub:hover:after {
  display: none;
}

.header__menu-item:hover {
  transition: 0.2s ease;
}

.header__menu-item:hover:after {
  transition: 0.2s ease;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background: var(--color-main-text);
}

.header__menu-item:hover > a:before {
  transform: translateY(-50%) rotate(180deg);
}

.header__menu-item:hover .header__submenu {
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 40px;
  right: unset;
}

.header__submenu {
  position: absolute;
  left: 0;
  top: 100%;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  padding: 12px 20px;
  gap: 12px;
  visibility: hidden;
  transition: 0.2s ease;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
}

.header__submenu > a {
  position: relative;
  transition: 0.2s ease;
  width: -moz-max-content;
  width: max-content;
}

.header__submenu > a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1F2D49;
  bottom: 0;
  left: 0;
}

.header__cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: white;
  padding: 11px 15px;
  gap: 4px;
}

.header__cart span {
  font: 600 12px/16px var(--InterTight);
  color: #788297;
}

.header__burger {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  transition: 0.2s ease;
}

.header__burger span {
  transition: 0.2s ease;
  background-color: var(--color-white);
  width: 18px;
  height: 1px;
}

.header__burger-wrap {
  position: relative;
  z-index: 1;
}

.header__burger-menu.active {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease;
}

.header__burger-open span {
  display: block;
  position: absolute;
  top: 50%;
  margin: 0;
  transition: 0.2s ease;
}

.header__burger-open span:nth-child(1) {
  background-color: var(--color-white);
  transform: rotate(-45deg);
}

.header__burger-open span:nth-child(2) {
  background-color: var(--color-white);
  transform: rotate(45deg);
}

.header__burger-open span:nth-child(3) {
  display: none;
}

.main {
  overflow: hidden;
  position: relative;
  margin-top: -100px;
}

.main .container {
  padding-top: 70px;
}

.main__info {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.main__info-item {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main__info-item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.main__info-item-icon img {
  display: block;
  height: 16px;
}

.main__info-item-icon span {
  font: 400 14px/20px var(--Inter);
}

.main__title {
  font: 500 96px/100% var(--InterTight);
  letter-spacing: -0.04em;
}

.main__title span {
  color: var(--color-accent);
}

.main__text {
  font: 600 18px/26px var(--InterTight);
}

.main__img {
  position: relative;
  width: 39%;
  margin-left: 35px;
}

.main__img-sertified {
  position: absolute;
  width: 26%;
  bottom: 74px;
  left: -78px;
}

.main__img:after {
  content: "";
  position: absolute;
  width: 698px;
  height: 698px;
  left: 50%;
  z-index: -1;
  bottom: -118px;
  transform: translateX(-50%);
  background: var(--color-gradient);
  border-radius: 50%;
}

.main .section__button {
  margin-top: 16px;
}

.main__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.find .container {
  padding: 40px 56px 66px;
}

.find__dots {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.find__list {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

.find__item {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 48px) / 3);
}

.find__img {
  width: 100px;
}

.device__top {
  display: -ms-flexbox;
  display: flex;
  color: white;
  background: var(--color-grey);
  padding: 48px 0 200px;
  position: relative;
}

.device__top-head {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.device__top-head > * {
  width: calc(50% - 10px);
}

.device__top-flag {
  padding: 12px 24px;
  background: var(--color-primary);
  font: 600 24px/30px var(--InterTight);
  border-radius: 100px;
  position: absolute;
  top: -27px;
}

.device__bottom {
  position: relative;
  margin-top: -176px;
}

.device__bottom .container {
  padding-bottom: 120px;
}

.device__list {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.device__item {
  width: calc((100% - 48px) / 3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.device__img {
  width: 164px;
  margin: 0 auto;
}

.device__img-wrap {
  height: 312px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.device__info {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.device__info h3 {
  font: 600 18px/26px var(--InterTight);
}

.device__info .devider__box:last-of-type:not(:first-of-type) {
  display: none;
}

.device__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.device__price h3 {
  color: var(--color-primary);
  font: 600 32px/32px var(--InterTight);
}
.device__price h3 span{
  color: var(--color-text);
  font: 400 16px/32px var(--InterTight);
  text-decoration: none;
}
.device__price >  p {
  /*text-decoration: line-through;*/
  color: #8bc34a;
  font: 400 16px/26px var(--InterTight);
}

.device .tab {
  margin-bottom: 24px;
}

.device .find__dots {
  margin: 40px 0 -40px;
}

.tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.tab__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tab__header-item {
  font: 500 12px/16px var(--Inter);
  position: relative;
  padding: 8px 16px;
  text-align: center;
  border-radius: 20px;
}

.tab__header-item.active {
  background-color: #EEF2F5;
}

.tab__content {
  min-height: 66px;
}

.tab__content-item {
  display: none;
}

.tab__content-item:first-child {
  display: block;
}

.comparison .container {
  padding-top: 120px;
  padding-bottom: 54px;
}

.comparison__title {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
}

.comparison__title .img {
  width: 138px;
}

.comparison__table {
  width: 100%;
}

.comparison__table-wrap {
  background-color: #F7F9FA;
  border-radius: 30px;
  padding: 40px;
}

.comparison__table img {
  width: 100px;
  margin: 0 auto;
}

.comparison__th {
  font: 400 16px/24px var(--Inter);
  text-align: center;
  padding: 15px;
}

.comparison__desc {
  font: 400 16px/24px var(--Inter);
}

.comparison__table th:nth-child(2) > * {
  background-color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border: 1px solid var(--color-accent);
  border-bottom: none;
}

.comparison__table tr:last-child .comparison__price-bewell {
  background-color: white;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid var(--color-accent);
  border-top: none;
}

.comparison__table tr {
  border-top: 1px solid #EEF2F5;
}

.comparison__table thead tr {
  border: none;
}

.comparison__price {
  font: 600 16px/24px var(--Inter);
  padding: 32px 20px;
  text-align: center;
}

.comparison__price-bewell {
  font-weight: 700;
  color: #5D84C7;
  background-color: white;
  border: 1px solid var(--color-accent);
  border-bottom: none;
  border-top: none;
}

.comparison__price.free {
  color: #06AB0C;
}

.comparison__bottom {
  background-color: #475163;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 1206px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 18px 18px 26px;
  gap: 24px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.comparison__bottom-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: white;
  -ms-flex-pack: center;
  justify-content: center;
}

.comparison__bottom-item .img {
  width: 24px;
}

.comparison__bottom-item span {
  font: 500 18px/26px var(--InterTight);
}

.comparison__bottom-item.big {
  width: 100%;
}

.comparison__bottom-item.big .img {
  width: 26px;
}

.comparison__bottom-item.big span {
  font: 600 20px/26px var(--InterTight);
}

.tab__comparison {
  margin-top: 48px;
  gap: 0;
}

.tab__comparison .tab__header {
  gap: 16px;
  margin-bottom: 20px;
}

.tab__comparison .tab__header-item {
  width: calc((100% - 32px) / 3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 7.5px;
  border-radius: 16px;
  gap: 12px;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F7F9FA;
  font: 700 16px/24px var(--Inter);
  text-transform: uppercase;
}

.tab__comparison .tab__header-item img {
  height: 49px;
}

.tab__comparison .tab__header-item.active {
  background-color: var(--color-accent);
  color: white;
}

.easy {
  margin-bottom: 12px;
  background: #F7F9FA;
}

.easy .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.easy__step {
  max-width: 1296px;
  margin: 60px auto 0;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.easy__step span {
  text-transform: uppercase;
  color: var(--color-primary);
  font: 600 12px/16px var(--Inter);
}

.easy__step-item {
  width: calc((100% - 48px) / 3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  background: var(--color-white);
}

.easy__step-img {
  width: 160px;
  margin: 0 auto;
}

.easy__step-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.easy__step-info h3 {
  font: 600 24px/30px var(--InterTight);
}

.blockquote {
  height: 55vw;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: end;
}

.blockquote__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blockquote__img img {
  border-radius: 30px;
}

.blockquote__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
  position: relative;
  padding: 24px 40px;
  max-width: 676px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 16px;
  margin: 16px;
}

.blockquote__title {
  font: 500 36px/44px var(--InterTight);
  letter-spacing: -0.04em;
}

.blockquote__text {
  padding-top: 36px;
  font: italic 400 22px/30px var(--InterTight);
  position: relative;
}

.blockquote__text:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/quote.svg") center/20px 20px no-repeat;
}

.blockquote__author {
  color: var(--color-text);
  font: 400 16px/24px var(--Inter);
}

.support {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.support__title {
  font: 500 36px/44px var(--InterTight);
  letter-spacing: -0.02em;
}

.support__img {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
}

.support__img:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 1;
  background: #6FCF97;
  border: 2px solid #F7F9FA;
}

.support__img img {
  border-radius: 50%;
}

.support__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.support__btn {
  margin-top: 14px;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
}

.support__btn > * {
  transition: 0.2s ease;
  padding: 18px 32px;
  font: 600 16px/24px var(--Inter);
}

.support__btn-ask {
  border-radius: 30px;
  background-color: var(--color-primary);
  color: var(--color-white);
}

.support__btn-ask:hover {
  transition: 0.2s ease;
  background-color: var(--color-accent);
}

.support__btn-request {
  color: var(--color-primary);
}

.support__btn-request:hover {
  transition: 0.2s ease;
  color: var(--color-accent);
}

.vs .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.vs__cond {
  font-size: 400 16px/24px var(--Inter);
  position: relative;
  padding-left: 32px;
  margin: 25px 20px;
}

.vs__cond span {
  font-weight: 600;
}

.vs__cond:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.vs__accept:after {
  background: url("../img/1.svg") center/24px 24px no-repeat;
}

.vs__warn:after {
  background: url("../img/3.svg") center/24px 24px no-repeat;
}

.vs__decline:after {
  background: url("../img/2.svg") center/24px 24px no-repeat;
}

.vs__table {
  margin-top: 60px;
}

.vs__table tr {
  border-bottom: 1px solid #EEF2F5;
}

.vs__table td {
  font: 400 16px/24px var(--Inter);
}

.vs__table td:nth-child(2) {
  background-color: #F7F9FA;
}

.vs__title {
  font: 400 16px/24px var(--InterTight);
}

.vs__title.active {
  font: 600 24px/30px var(--InterTight);
}

.vs thead th {
  padding: 20px;
  text-align: left;
}

.vs thead th:nth-child(2) {
  background-color: #F7F9FA;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.vs tbody tr:last-child td:nth-child(2) {
  position: relative;
}

.vs tbody tr:last-child td:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: -36px;
  width: 100%;
  height: 35px;
  background: #F7F9FA;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.vs__mob {
  display: none;
  margin: 24px 24px 0;
}

.vs__mob-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EEF2F5;
  margin: 32px 0;
}

.vs__mob-header .vs__title {
  width: calc((100% - 40px) / 3);
  position: relative;
  text-align: center;
}

.vs__mob-header .vs__title:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background: #EEF2F5;
}

.vs__mob-header .vs__title.active:after {
  display: none;
}

.vs__mob-list {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vs__mob-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.vs__mob-subtitle {
  text-align: center;
  font: 400 16px/24px var(--Inter);
}

.vs__mob-flex {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.vs__mob-flex > *:first-child {
  background-color: #F7F9FA;
  border-radius: 30px;
}

.vs__mob .vs__cond {
  text-align: center;
  padding: 34px 0 0 0;
}

.vs__mob .vs__cond-wrap {
  padding: 24px 16px 40px;
  width: calc((100% - 32px) / 3);
}

.vs__mob .vs__cond:after {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.stories {
  padding: 35px 0 120px;
}

.stories__star {
  width: 92px;
}

.stories__title {
  font: 600 18px/28px var(--InterTight);
}

.stories__text {
  font: 400 16px/24px var(--Inter);
}

.stories__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.stories__btn {
  width: 60px;
  height: 60px;
  position: relative;
  transition: 0.2s ease;
}

.stories__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../img/down.svg) center/60px 60px no-repeat;
}

.stories__prev:after {
  transform: translateY(-50%) rotate(90deg);
}

.stories__prev:hover:after {
  transform: translateY(-50%) rotate(-90deg);
  background: url(../img/down-top.svg) center/60px 60px no-repeat;
}

.stories__next:after {
  transform: translateY(-50%) rotate(270deg);
}

.stories__next:hover:after {
  transform: translateY(-50%) rotate(-270deg);
  background: url(../img/down-top.svg) center/60px 60px no-repeat;
}

.stories__item {
  border-radius: 30px;
  padding: 24px;
  border: 1px solid #EEF2F5;
}

.stories__flex {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.stories__img {
  width: 40%;
  min-width: 40%;
  border-radius: 16px;
  overflow: hidden;
}

.stories__author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.stories__author-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.stories__author-info h4 {
  font: 500 16px/24px var(--Inter);
}

.stories__author-info h5 {
  font: 400 14px/20px var(--Inter);
  color: #788297;
}

.stories__author-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}

.stories__slider {
  margin-top: 40px;
}

.stories__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.approve {
  background: #F7F9FA;
}

.approve .container {
  padding: 120px 56px;
}

.approve__block {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 60px;
}

.approve__img {
  border-radius: 30px;
  overflow: hidden;
  width: calc(50% - 12px);
}

.approve__info {
  width: calc(50% - 12px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.approve__info-item {
  padding: 40px 56px;
  width: 100%;
  border-radius: 30px;
  background: #fff;
}

.approve__percent {
  width: calc(50% - 12px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.approve__percent-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font: 500 76px/96px var(--Inter);
  letter-spacing: -0.02em;
  color: var(--color-primary);
}
.approve__info-item:nth-of-type(2) .approve__percent-title span{
  display: none;
}
.approve__percent-title span {
  font: 500 36px/36px var(--Inter);
}

.approve__sertificate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 72px;
}

.approve__sertificate-title {
  font: 500 30px/40px var(--Inter);
  letter-spacing: -0.02em;
}

.approve__sertificate-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px;
}

.approve__sertificate-img .img {
  width: 102px;
  min-width: 102px;
}

.content {
  color: var(--color-text);
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content p, .content p > *, .content span, .content li {
  font: 400 16px/150% var(--Inter);
}

.content ol, .content ul {
  padding-left: 20px;
}

.content ul {
  padding-left: 20px;
}

.content ul li {
  position: relative;
}

.content ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  width: 3px;
  height: 3px;
  background-color: var(--color-text);
  border-radius: 50%;
}

.content strong {
  font-weight: 700;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
  font: 700 24px/100% var(--Inter);
}

.content a {
  text-decoration: underline;
}

.leaders {
  padding-top: 120px;
}

.leaders__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.leaders__item {
  width: auto; /* або конкретна ширина, наприклад 200px */
  -ms-flex-negative: 0;
  flex-shrink: 0; /* не дозволяти зменшуватись */
}

.leaders__slider {
  margin: 60px -16px 0 0;
}

.faqs .container {
  padding: 120px 56px;
}

.faqs__list {
  max-width: 856px;
  margin: 60px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.faqs__item {
  border-top: 1px solid #EEF2F5;
  transition: 0.2s ease;
}

.faqs__item:last-child {
  border-bottom: 1px solid #EEF2F5;
}

.faqs__item.faqs__open {
  border-top: 2px solid var(--color-accent);
}

.faqs__header {
  padding: 37px 76px 37px 0;
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faqs__header > * {
  font: 600 18px/26px var(--InterTight);
  letter-spacing: -0.02em;
}

.faqs__header::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../img/down.svg) center/60px 60px no-repeat;
}

.faqs__content {
  overflow: hidden;
  max-height: 0;
  padding: 0 40px 0 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faqs__open .faqs__content {
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
  padding: 40px 40px 40px 0;
  border-top: 1px solid #EEF2F5;
}

.faqs__open .faqs__header::after {
  background: url(../img/down-top.svg) center/60px 60px no-repeat;
}

.footer {
  background-color: var(--color-grey);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  color: var(--color-white);
  padding: 34px 56px 24px;
}

.footer__menu {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-align: center;
  align-items: center;
}

.footer__menu > * {
  white-space: nowrap;
  font: 400 16px/24px var(--InterTight);
}

.footer__logo {
  display: block;
  width: 114px;
  margin-bottom: 32px;
}

.footer__form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  max-width: 526px;
  width: 100%;
}

.footer__form-title {
  font: 600 18px/26px var(--InterTight);
}

.footer__form input {
  color: var(--color-text);
}

.footer__form-block {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 526px;
  width: 100%;
  padding: 5px 5px 5px 24px;
  background-color: white;
  border-radius: 30px;
}

.footer__form-block input {
  border: none;
  color: var(--color-text);
  font: 400 16px/24px var(--InterTight);
}

.footer__form-block input:-ms-input-placeholder {
  color: #788297;
}

.footer__form-block input::placeholder {
  color: #788297;
}

.footer__form-block-button {
  width: 50px;
  height: 50px;
}

.footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.footer__top-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.footer__social {
  margin: 40px 0;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.footer__social-link {
  background: rgba(255, 255, 255, 0.1019607843);
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.footer__social-link:hover {
  transition: 0.2s ease;
  background: #fff;
}

.footer__social-link:hover svg {
  fill: #475163;
}

.footer__social-link:hover svg path {
  fill: #475163;
}

.footer__bottom-info {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__bottom-info > * {
  font: 400 14px/20px var(--Inter);
}

.footer__bottom-link {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.footer__bottom-link > * {
  font: 400 14px/20px var(--Inter);
  position: relative;
}

.footer__bottom-link > *:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
  height: 18px;
  width: 1px;
  background: #fff;
}
@media only screen and (max-width: 1380px) {
  .approve__percent-title {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 1336px) {
  .comparison__table-wrap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (max-width: 1170px) {
  .wrap__main .container, .footer, .header__top, .header__bottom {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__menu {
    gap: 24px;
  }
}
@media only screen and (max-width: 1024px) {

  .wrap__main {
    padding: 0 10px;
  }
  .wrap__main .container, .footer, .header__top, .header__bottom {
    padding-right: 10px;
    padding-left: 10px;
  }
  .main .container {
    padding-top: 50px;
  }
  .main__flex {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
  }
  .main__title {
    font-size: 64px;
  }
  .main__info {
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    text-align: center;
  }
  .main__img {
    margin: 0 auto;
    width: 53vw;
  }
  .main__img-sertified {
    position: absolute;
    width: 22%;
    bottom: 74px;
    left: -22px;
  }
  .section__head {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section__head .section__text {
    max-width: 100%;
  }
  .find .container {
    padding: 24px 10px 40px;
  }
  .section__title {
    font-size: 36px;
    line-height: 44px;
  }
  .find__dots {
    margin-bottom: 24px;
  }
  .find__item {
    gap: 12px;
    text-align: center;
  }
  .find__img {
    width: 60px;
    margin: 0 auto;
  }
  .device__top .container {
    padding: 0;
  }
  .device__top {
    padding: 24px;
  }
  .device__bottom {
    margin-top: 20px;
  }
  .device__top-flag {
    position: relative;
    top: 0;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
  }
  .device__top-head {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .device__top-head > * {
    width: 100%;
  }
  .device__top {
    margin: 0 10px;
  }
  .device__top .section__title {
    font-size: 32px;
    line-height: 40px;
  }
  .device__list {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
  }
  .device__item {
    width: 100%;
  }
  .device__img-wrap {
    height: 71vw;
  }
  .device__img {
    width: 40vw;
  }
  .device__plan {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .device .tab {
    margin: 0;
  }
  .easy .container {
    padding: 60px 20px;
  }
  .easy__step {
    margin-top: 32px;
  }
  .easy__step {
    gap: 16px;
  }
  .easy__step-item {
    padding: 24px;
    width: calc((100% - 32px) / 3);
  }
  .easy__step-info h3 {
    font-size: 22px;
  }
  .easy__step-img {
    width: 140px;
  }
  .blockquote__img {
    position: relative;
  }
  .blockquote {
    height: unset;
    background: unset;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 0 10px;
  }
  .blockquote__block {
    padding: 24px;
    background: #F7F9FA;
    margin: 0;
    max-width: 100%;
  }
  .blockquote__title {
    font-size: 32px;
    line-height: 40px;
  }
  .stories__slider {
    margin-bottom: 24px;
  }
  .stories__nav {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .stories {
    padding-top: 0;
  }
  .approve .container {
    padding: 60px 20px;
  }
  .approve__block {
    margin-top: 32px;
  }
  .approve__info {
    width: 100%;
    gap: 16px;
  }
  .approve__info > * {
    width: calc((100% - 16px) / 2);
    padding: 24px;
  }
  .approve__info .approve__img {
    padding: 0;
  }
  .approve__sertificate {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .approve__sertificate-img {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 35px;
  }
  .approve__sertificate-img .img {
    width: 100%;
    max-width: 68px;
    min-width: unset;
  }
  .approve__sertificate-title {
    font-size: 28px;
    line-height: 32px;
  }
  .approve__percent-title {
    font-size: 64px;
    line-height: 64px;
  }
  .leaders {
    padding-top: 60px;
  }
  .approve__percent-title span {
    font-size: 32px;
  }
  .faqs .container {
    padding: 60px 10px 120px;
  }
  .faqs__list {
    margin-top: 32px;
  }
  .faqs__open .faqs__content {
    padding-top: 20px;
  }
  .support__img {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .support__img:after {
    bottom: 0;
  }
  .support__title {
    font-size: 32px;
    line-height: 40px;
  }
  .support__btn > * {
    padding: 18px 50px;
  }
  .device .find__dots {
    margin: 32px 0 -100px;
  }
  .footer__top {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
  .footer__logo {
    margin: 0 auto 32px;
  }
  .footer__menu {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .footer__form-title {
    text-align: center;
  }
  .footer__form, .footer__form-block {
    max-width: 704px;
  }
  .footer__social {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__bottom-info {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .section__button {
    max-width: 320px;
    width: 100%;
  }
  .stories__img {
    width: 25vw;
    min-width: 25vw;
  }
  .main {
    margin: 0;
  }
  .header__bottom .header__menu {
    display: none;
  }
  .header__cart {
    background: #F7F9FA;
  }
  .header__burger {
    display: -ms-flexbox;
    display: flex;
  }
  .header__bottom {
    padding: 20px 10px;
  }
  .header__top {
    display: none;
  }
  .header__bottom-btn .header__link {
    display: none;
  }
  .header__mob {
    display: none;
    padding: 20px;
    overflow-y: scroll;
    top: 100px;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    background: white;
    position: absolute;
    height: calc(100vh - 100px);
  }
  .header__mob.active {
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu {
    gap: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
  .header__burger-open {
    background-color: #EEF2F5;
  }
  .header__burger-open > span {
    background-color: #1F2D49 !important;
  }
  .header__top-btn {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    position: relative;
  }
  .header__top-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 320px;
    background: #E5EBF0;
  }
  .header__top-btn span {
    display: none;
  }
  .header__top-btn > * {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 18px 50px !important;
    max-width: 320px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .header__top-btn-in {
    background: #1F2D49;
    color: white;
  }
  .header__menu-item > * {
    font-size: 22px;
    line-height: 30px;
  }
  .header__menu-item:hover .header__submenu {
    visibility: unset;
    opacity: unset;
    left: unset;
    top: unset;
    right: unset;
  }
  .header__menu-item.sub > a {
    border-radius: 16px;
    max-width: 320px;
    width: 100%;
    display: block;
    background: #EEF2F5;
    padding: 10px 24px;
  }
  .header__menu {
    width: 100%;
  }
  .header__menu-item {
    width: 100%;
    text-align: center;
  }
  .header__menu-item.sub {
    text-align: left;
  }
  .header__submenu {
    top: 0;
    display: none;
    position: relative;
    width: 100%;
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
  }
  .header__submenu.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    background: #EEF2F5;
    padding: 10px 24px;
  }
  .header__menu-item.sub > a:before {
    right: 24px;
  }
  .header__menu-item.sub > a.active:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .header__menu-item:hover > a:before {
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 900px) {
  .vs__cond {
    margin: 0;
  }
  .vs__table {
    display: none;
  }
  .vs__mob {
    display: block;
  }
  .vs__title.active {
    font-size: 22px;
  }
  .modal__content {
    max-width: calc(100vw - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .modal__content {
    padding: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .vs__mob-header {
    display: none;
  }
  .vs__mob-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .vs__mob .vs__cond-wrap {
    width: 50%;
  }
  .vs__mob .vs__cond-wrap:first-child {
    width: 100%;
  }
  .vs__mob-list {
    gap: 40px;
  }
  .vs__title {
    text-align: center;
  }
  .main {
    margin-top: 10px;
  }
  .main__info-item-icon {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main .container {
    padding-top: 40px;
  }
  .main__info-item {
    gap: 12px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main__img {
    width: 88vw;
  }
  .main__img-sertified {
    width: 28%;
    bottom: 48px;
    left: -5px;
  }
  .find__dots {
    overflow: hidden;
  }
  .find__dots img {
    width: 400%;
  }
  .find .container {
    overflow: hidden;
  }
  .find__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .find__item {
    width: 100%;
  }
  .device__top-head {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .device__top-flag {
    margin: 0 auto 20px;
  }
  .device__top .section__title {
    text-align: center;
  }
  .device__plan {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }
  .device__price {
    -ms-flex-align: center;
    align-items: center;
  }
  .easy__step {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .easy__step-item {
    width: 100%;
  }
  .vs__mob {
    margin: 24px 0 0;
  }
  .vs__mob .vs__cond-wrap {
    padding: 8px;
  }
  .vs__mob .vs__cond-wrap .vs__title {
    margin-bottom: 32px;
    position: relative;
  }
  .vs__mob .vs__cond-wrap .vs__title:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #EEF2F5;
  }
  .vs__mob .vs__cond-wrap:first-child {
    padding: 28px 16px;
  }
  .vs__mob .vs__cond-wrap:first-child .vs__title {
    margin-bottom: 16px;
  }
  .vs__mob .vs__cond-wrap:first-child .vs__title:after {
    display: none;
  }
  .vs__mob-item {
    gap: 20px;
  }
  .stories__flex {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .stories__img {
    width: 100%;
    height: 95vw;
  }
  .stories__title {
    line-height: 26px;
  }
  .stories__author {
    margin-top: 88px;
  }
  .approve__info > * {
    width: 100%;
  }
  .support {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .support__info {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .support__btn {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .header__top-btn-in:hover {
    background-color: var(--color-main-text);
    color: var(--color-white);
  }
  .tab__header-item {
    font-size: 16px;
    width: 33.3333333333%;
    padding: 12px;
  }
  .device .tab {
    width: 100%;
  }
  .tab__header {
    width: 100%;
  }
  .faqs__header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .tab__header-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab__comparison .tab__header-item img {
    height: 64px;
  }
  .tab__comparison .tab__header-item {
    font-size: 12px;
  }
  .tab__comparison {
    margin-top: 16px;
  }
  .tab__comparison .tab__header {
    margin-bottom: 16px;
  }
  .tab__comparison .tab__header {
    gap: 8px;
  }
  .tab__comparison .tab__header-item {
    width: calc((100% - 16px) / 3);
  }
  .comparison__table-wrap {
    padding: 12px 20px 20px;
    margin: 0 -20px;
    border-radius: 0;
  }
  .comparison__price {
    padding: 18px;
    font-size: 14px;
    line-height: 24px;
  }
  .comparison__table-wrap {
    width: 100vw;
    overflow-x: scroll;
  }
  .comparison__table-wrap::-webkit-scrollbar {
    background-color: var(--color-accent);
    height: 4px;
    border-radius: 2px;
  }
  .comparison__table-wrap::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 100%;
    display: none;
  }
  .comparison__bottom {
    padding: 20px 28px;
  }
  .comparison__bottom-item {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .comparison__bottom-item.big span {
    text-align: center;
  }
  .comparison__table {
    width: 450px;
  }
  .comparison__table img {
    width: 61px;
  }
  .comparison__th {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 6px;
  }
  .comparison__desc {
    font-size: 12px;
    line-height: 18px;
  }
  .comparison__title {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab__comparison .tab__header-item {
    padding: 12px 6px;
  }
  .comparison__bottom-item span {
    font-size: 16px;
  }
  .comparison__bottom-item.big span {
    font-size: 18px;
  }
  .comparison .container {
    padding: 20px 10px;
  }
}