.page-wrapper-download {
    padding-top: 98px;
  }
  
  .download-benefits-section,
  .download-features-section,
  .download-installation-section,
  .download-protect-section,
  .download-comparison-section,
  .download-faq-section {
    padding-top: 180px;
  }
  
  .main-container_features-section{
      display: flex;
      flex-direction: column;
      gap: 40px;
  }
  
  .download-section__row {
    justify-content: space-between;
  }
  
  .download-section__header {
    width: 582px;
  }
  
  .download-section__info {
    width: 570px;
    padding-top: 7px;
  }
  
  .download-section__info-supported_linux {
    margin-top: -4px;
  }
  
  .download-section__buttons-block {
    display: flex;
    justify-content: space-between;
    gap: 23px;
    width: 100%;
  }
  
  .download-section__button_with-icon {
    position: relative;
    padding-left: 64px;
  }
  
  .download-section__button_with-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 31px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .download-section__button[data-os="win"] .button__text::before,
  .download-section__button[data-os="Windows"] .button__text::before {
    background-image: url(../img/win-button-icon.svg);
  }
  
  .download-section__button[data-os="mac"] .button__text::before {
    background-image: url(../img/mac-button-icon.svg);
  }
  
  .download-section__button[data-os="lin"] .button__text::before,
  .download-section__button[data-os="Linux"] .button__text::before {
    background-image: url(../img/lin-button-icon.svg);
  }
  
  .download-section__button[data-os="Android"] .button__text::before {
    background-image: url(../img/android-button-icon.svg);
  }
  
  .download-section__button[data-os="Raspbian"] .button__text::before {
    background-image: url(../img/raspberry-icon.svg);
    background-size: contain;
  }
  
  .download-section__button[data-os="macOS"] .button__text::before,
  .download-section__button[data-os="iOS"] .button__text::before {
    background-image: url(../img/ios-button-icon.svg);
  }
  
  .download-platforms-section__button-not-active {
    background-color: var(--accent-color-main);
    color: var(--border-color-main);
    padding: 7px 23px;
    border-radius: 32px;
  }
  
  .download-section__col_btns {
    gap: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .download-section__button {
    padding: 18px 32px;
    border: none;
  }
  
  .download-section__button:not(.download-section__button_os) {
    flex: 1;
    white-space: nowrap;
  }
  
  .download-section__img-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  
  .download-section__img-platform-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 127px;
  }
  
  @keyframes cube-move {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  @keyframes change-light-color {
    0% {
      fill: var(--accent-color-main);
    }
    50% {
      fill: var(--accent-color-main-extra);
    }
    100% {
      fill: var(--accent-color-main);
    }
  }
  
  
  .button__text {
    margin-left: 0;
  }
  
  
  .button__text-download {
    margin-left: 32px;
  }
  
  .modal__header_download {
    margin-bottom: 0;
  }
  
  .modal__os-options {
    margin-top: 6px;
  }
  
  .modal__header_download--linux {
    display: none;
  }
  
  .download-platforms-section {
    margin-top: 64px;
    padding: 30px 0 21px 0;
    background-color: var(--bg-color-black);
  }
  
  .download-platforms-section__row-content {
    width: 100%;
    background-color: var(--color-gray);
    border-radius: 24px;
    margin: 0 16px;
    padding: 56px 40px 50px 40px;
  }
  
  .download-platforms-section__column_text {
    flex-direction: column;
    align-items: center;
  }
  
  .download-platforms-section__header {
    max-width: 786px;
  }
  
  .download-platforms-section_btn-block {
    width: 100%;
    padding-top: 24px;
  }
  
  .download-platforms-section_btn-list {
    gap: 24px;
  }
  
  .download-platforms-section__button {
    padding: 8px 24px;
  }
  
  .download-benefits-section__column_text-wrapper {
    border-radius: 24px;
    background-color: var(--color-gray);
    padding: 32px;
    height: 100%;
  }
  
  .download-benefits-section__header {
    word-wrap: break-word;
  }
  
  .download-benefits-section__header-description {
    padding-top: 16px;
    word-wrap: break-word;
  }

  .download-benefits-section__header-advantages {
    padding-top: 32px;
  }

  .download-advantages-section__row_peculiarities {
    margin-top: -8px;
  }
  
  .download-installation-section-title {
    margin: 0 auto;
    max-width: 992px;
  }
  
  .download-installation-section__title-description {
    padding-top: 40px;
    margin: 0 auto;
  }
  
  .download-installation-section__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .download-installation-section__column_text-wrapper {
    background-color: var(--color-gray);
    border-radius: 24px;
    padding: 32px;
    height: 100%;
  }
  
  .download-installation-section__header-wrapper,
  .about-section__description {
    padding-top: 24px;
  }
  
  .download-installation-section__title-description {
    padding-top: 24px;
  }
  
  .download-installation-section__description {
    padding-top: 16px;
    word-wrap: break-word;
  }
  
  .download-protect-section__header-wrapper {
    word-wrap: break-word;
  }
  
  .download-faq-section__item_active .download-installation-section__item-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 8px;
  }
  
  .download-advantages-section__row {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .download-features-section__column_advantages-text-wrapper {
    display: flex;
    gap: 32px;
  }
    
  .download-features-section__column {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .download-features-section__column_text-wrapper {
    display: flex;
    gap: 32px;
    border-radius: 24px;
    background-color: var(--color-gray);
    padding: 32px 31px 32px 32px;
  }
  
  .download-protect-section__row-content {
    background-color: var(--font-color-main);
    border-radius: 24px;
    margin: 0 16px;
    padding: 56px 40px;
  }
  
  .download-protect-section__header {
    max-width: 440px;
    color: var(--bg-color-secondary);
  }
  
  .download-protect-section__description {
    color: var(--font-color-secondary);
    padding-top: 24px;
  }
  
  .download-protect-section__column-img {
    padding-top: 124px;
  }
  
  .download-protect-section__description-last {
    padding-top: 32px;
  }
  
  .download-protect-section__row-items {
    padding-top: 40px;
  }
  
  .download-benefits-section__column_advantages-text-wrapper {
    display: flex;
    gap: 32px;
  }

  .download-protect-section__header-title {
    padding-bottom: 16px;
  }

  .download-features-section__row-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  
  .download-comparison-section__column {
    gap: 24px;
  }
  
  .download-comparison-section__info {
    padding-top: 40px;
  }
  
  .download-comparison-section__col-table {
    padding-top: 40px;
  }
  
  .download-comparison-section__table {
    width: 100%;
    border-spacing: 0;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--border-color-main);
  }
  
  .download-comparison-section__table-header-cell,
  .download-comparison-section__table-cell {
    border: none;
    padding: 22px 24px;
    text-align: start;
  }
  
  .download-comparison-section__table-header-cell:not(:last-child),
  .download-comparison-section__table-cell:not(:last-child) {
    border-bottom: 1px solid var(--border-color-main);
  }
  
  .download-comparison-section__table-row:last-child
    .download-comparison-section__table-cell {
    border-bottom: none;
  }
  
  .download-comparison-section__table-header-cell--top-left {
    border-top-left-radius: 24px;
  }
  
  .download-comparison-section__table-header-cell--top-right {
    border-top-right-radius: 24px;
  }
  
  .download-comparison-section__table-cell--bottom-left {
    border-bottom-left-radius: 24px;
  }
  
  .download-comparison-section__table-header-cell:nth-child(1),
  .download-comparison-section__table-header-cell:nth-child(3),
  .download-comparison-section__table-header-cell:nth-child(4),
  .download-comparison-section__table-cell:nth-child(1),
  .download-comparison-section__table-cell:nth-child(3),
  .download-comparison-section__table-cell:nth-child(4) {
    background: var(--color-gray);
    border-bottom: 1px solid var(--border-color-main);
  }
  
  .download-comparison-section__table-header-cell:nth-child(1),
  .download-comparison-section__table-cell:nth-child(1) {
    width: 282px;
  }
  
  .download-comparison-section__table-header-cell:nth-child(2),
  .download-comparison-section__table-header-cell:nth-child(3),
  .download-comparison-section__table-header-cell:nth-child(4),
  .download-comparison-section__table-cell:nth-child(2),
  .download-comparison-section__table-cell:nth-child(3),
  .download-comparison-section__table-cell:nth-child(4) {
    width: 457px;
  }
  
  .download-comparison-section__table-header-cell {
    height: 72px;
  }
  
  .download-comparison-section__table-row:nth-child(1)
    .download-comparison-section__table-cell {
    height: 100px;
  }
  
  .download-comparison-section__table-row:nth-child(2)
    .download-comparison-section__table-cell {
    height: 100px;
  }
  
  .download-comparison-section__table-row:nth-child(3)
    .download-comparison-section__table-cell {
    height: 100px;
  }
  
  .download-comparison-section__table {
    position: relative;
  }
  
  .download-comparison-section__table-header-cell_accent {
    display: flex;
    align-items: center;
    background-color: var(--font-color-promotion);
    color: var(--bg-color-secondary);
    width: 100%;
  }
  
  
  .download-comparison-section__table-row {
    vertical-align: top;
    height: 100px;
  }
  
  .download-faq-section__row_header {
    margin-bottom: 40px;
  }
  
  .download-faq-section__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-height: 137px;
    margin-bottom: 15px;
    padding: 24px 32px;
    overflow: hidden;
    transition: var(--transition-all-main);
    cursor: pointer;
    background-color: var(--color-gray);
    border-radius: 24px;
  }
  
  .download-installation-section__item {
    padding-bottom: 42px;
  }
  
  .download-faq-section__item:last-child {
    margin-bottom: 0;
  }
  
  .download-faq-section__item.download-faq-section__item_active {
    max-height: 850px;
  }
  
  .download-faq-section__item-button {
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-image: url(../img/plus-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border: 1px solid var(--font-color-secondary);
    border-radius: 50%;
    transition: var(--transition-all-main);
  }
  
  .download-faq-section__item_active .download-faq-section__item-button {
    transform: rotate(45deg);
  }
  
  .download-faq-section__item-desc {
    width: 100%;
    opacity: 0;
    transition: var(--transition-all-main);
    max-height: 0;
  }
  
  .download-faq-section__item_active .download-faq-section__item-desc {
    margin-top: 11px;
    opacity: 1;
    max-height: unset;
  }
  
  .download-faq-section__item--devices .download-faq-section__item-desc {
    position: relative;
    padding-left: 20px;
  }
  
  .download-faq-section__item--devices .download-faq-section__item-desc::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--font-color-main);
    font-weight: bold;
  }
  
  .download-faq-section__item--devices .download-faq-section__item-desc--no-bullet {
    padding-left: 0;
  }
  
  .download-faq-section__item--devices .download-faq-section__item-desc--no-bullet::before {
    display: none;
  }
  
  .download-faq-section__item--numbered .download-faq-section__item-desc {
    position: relative;
    padding-left: 30px;
    counter-increment: step-counter;
  }
  
  .download-faq-section__item--numbered .download-faq-section__item-desc::before {
    content: counter(step-counter) ".";
    position: absolute;
    left: 0;
    color: var(--font-color-extra);
  }
  
  .download-faq-section__item--numbered .download-faq-section__item-desc--no-number {
    padding-left: 0;
    counter-increment: none;
  }
  
  .download-faq-section__item--numbered .download-faq-section__item-desc--no-number::before {
    display: none;
  }
  
  .download-faq-section__item--numbered {
    counter-reset: step-counter 0;
  }
  
  .download-faq-section__row_answers {
    overflow: hidden;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  
  .download-contact-section_btn-block {
    padding-bottom: 33px;
  }
  
  @media (hover: hover) {
    .download-faq-section__item-button:hover {
      background-color: var(--accent-color-main);
      background-image: url(../img/plus-hover-icon.svg);
    }
  
    .download-faq-section__item:hover .download-faq-section__item-button {
      background-color: var(--accent-color-main);
      background-image: url(../img/plus-hover-icon.svg);
    }
  }
  
  @media (hover: none) {
    .download-faq-section__item-button:hover {
      background-image: url(../img/plus-icon.svg);
    }
  
    .download-faq-section__item:hover .download-faq-section__item-button {
      background-image: url(../img/plus-icon.svg);
    }
  }
  
  .download-contact-section {
    background-color: var(--accent-color-main);
    margin-top: 180px;
    padding: 90px 0 94px 0;
    margin-bottom: -180px;
  }
  
  .download-contact-section__column {
    flex-direction: column;
    align-items: center;
  }
  
  .download-contact-section__description {
    max-width: 992px;
  }
  
  .download-contact-section__description {
    display: flex;
    flex-direction: column;
    padding: 24px 0 40px 0;
  }
  
  .download-contact-section__button {
    border: 1px solid var(--font-color-main);
    min-width: 289px;
  }
  
  .download-contact-section__button:hover {
    border: 1px solid var(--bg-color-secondary);
  }
  
  .download-contact-section__button::after {
    border: none;
  }
  
  .download-contact-section__button::before {
    border: none;
  }
  
  .download-section__button-border {
    border: 1px solid var(--bg-color-secondary);
    min-width: 261px;
  }
  
  .download-contact-section_btn-list {
    gap: 23px;
  }
  
  .modal__list-item_download {
    margin-top: 5px;
  }
  
  .download-comparison-section__col-table_second {
    display: none;
  }
  
  
  @media (max-width: 1199px) {
    .download-benefits-section,
    .download-installation-section,
    .download-features-section,
    .download-comparison-section,
    .download-faq-section,
    .download-comparison-section__row--paid-vs-free-vpn {
      padding-top: 120px;
    }
  
    .download-section__col_img,
    .download-section__col_btns {
      width: calc(100% / 12 * 6);
      padding-top: 0;
    }
  
    .download-section__row {
      gap: 0;
    }
  
    .download-section__header,
    .download-section__info {
      width: 450px;
    }
  
  
    .download-platforms-section__row-content {
      padding: 56px 40px;
    }
  
    .download-platforms-section__header {
      max-width: 609px;
      text-align: center;
    }
  
    .download-platforms-section_btn-block {
      padding-top: 40px;
    }
  
    .download-platforms-section_btn-list {
      flex-wrap: wrap;
    }
  
  
    .download-benefits-section_title,
    .download-installation-section-title,
    .download-installation-section__title-description {
      max-width: 770px;
    }
  
    .download-features-section__row {
      padding-top: 30px;
    }
  
    .download-comparison-section__col_img {
      width: calc(100% / 3);
      display: flex;
      align-items: end;
      justify-content: flex-end;
    }
  
    .download-comparison-section__table-header-cell:nth-child(2),
    .download-comparison-section__table-header-cell:nth-child(3),
    .download-comparison-section__table-cell:nth-child(2),
    .download-comparison-section__table-cell:nth-child(3) {
      width: 324px;
    }
  
    .download-comparison-section__table-header-cell.download-comparison-section__table-header-cell_accent {
      width: 100%;
    }
  
    .download-comparison-section__table-row:nth-child(1)
      .download-comparison-section__table-cell {
      height: 212px;
    }
  
    .download-comparison-section__table-row:nth-child(2)
      .download-comparison-section__table-cell {
      height: 156px;
    }
  
    .download-comparison-section__col--paid-vs-free-vpn {
      width: calc(100% / 12 * 6);
    }
  
    .download-comparison-section__table-row_paid:nth-child(1)
      .download-comparison-section__table-cell_paid {
      height: 156px;
    }
  
    .download-comparison-section__table-row_paid:nth-child(3)
      .download-comparison-section__table-cell_paid {
      height: 156px;
    }
  
    .download-faq-section__item-name {
      max-width: 93%;
    }
  
  }
  
  @media (max-width: 1086px) {
    .download-section__col_img {
      width: calc(100% / 12 * 5);
    }
  
    .download-section__col_btns {
      width: calc(100% / 12 * 7);
    }
  
    .download-section__image {
      width: 100%;
      max-height: 350px;
    }
  
    .download-section__header,
    .download-section__info {
      width: 100%;
    }
  }
  
  @media (max-width: 992px) {
    .download-benefits-section,
    .download-installation-section,
    .download-protect-section,
    .download-comparison-section,
    .download-faq-section,
    .download-features-section {
      padding-top: 120px;
    }
  
    .download-platforms-section {
      margin-top: 65px;
      padding: 30px 0 21px 0;
    }

    .download-installation-section__column_header,
    .download-installation-section__column_info-supported,
    .download-features-section__column_features-header,
    .download-features-section__column_peculiarities,
    .download-protect-section__column_peculiarities {
      width: 100%;
    }

    .download-contact-section__column {
      width: calc(100% / 12 * 10);
    }

    .download-features-section__row_peculiarities,
    .download-protect-section__row-items {
      flex-direction: column;
      gap: 32px;
    }

    .download-benefits-section__column_text-wrapper {
      display: flex;
      gap: 32px;
    }

    .download-benefits-section__header-advantages {
      padding-top: 0;
    }
  
    .download-platforms-section_btn-block {
      padding-top: 24px;
    }
  
    .download-protect-section__header,
    .download-benefits-section_title,
    .download-installation-section__title-description {
      max-width: 100%;
    }
  
    .download-protect-section__container {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
  
    .download-protect-section__row-title {
      padding-bottom: 10px;
    }
  
    .download-protect-section__column-img {
      display: none;
    }
  
    .download-features-section__row {
      padding-top: 0;
    }
  
    .download-installation-section__item {
      padding-bottom: 38px;
    }
  
    .download-features-section__column_text-wrapper {
      padding: 32px 30px 32px 32px;
    }
  
    .download-protect-section__row-content {
      padding: 56px 39px;
    }
  
    .download-comparison-section__column {
      gap: 24px;
    }
  
    .download-comparison-section__table-header-cell:nth-child(1),
    .download-comparison-section__table-cell:nth-child(1) {
      width: 180px;
      word-wrap: break-word;
    }
  
    .download-comparison-section__table-header-cell.download-comparison-section__table-header-cell_accent {
      width: 250px;
    }
  
    .download-comparison-section__table-header-cell:nth-child(2),
    .download-comparison-section__table-header-cell:nth-child(3),
    .download-comparison-section__table-cell:nth-child(2),
    .download-comparison-section__table-cell:nth-child(3) {
      width: 250px;
    }
  
    .download-comparison-section__table-header-cell:nth-child(2),
    .download-comparison-section__table-header-cell:nth-child(3),
    .download-comparison-section__table-header-cell:nth-child(4),
    .download-comparison-section__table-cell:nth-child(2),
    .download-comparison-section__table-cell:nth-child(3),
    .download-comparison-section__table-cell:nth-child(4) {
      width: 375px;
    }
  
    .download-comparison-section__table-row:nth-child(1)
      .download-comparison-section__table-cell {
      height: 100px;
    }
  
    .download-comparison-section__table-row:nth-child(2)
      .download-comparison-section__table-cell {
      height: 100px;
    }
  
    .download-comparison-section__table-cell:nth-child(3) {
      width: 252px;
    }
  
    .download-contact-section {
      margin-top: 120px;
      padding: 60px 0 94px 0;
      margin-bottom: -150px;
    }
  
    .download-faq-section__item_active .download-faq-section__item-desc {
      margin-top: 10px;
    }
  }
  
  @media (max-width: 930px) {
  
    .download-section__info {
      width: 420px;
    }
  
    .download-contact-section_btn-list {
      flex-direction: column;
    }
  
    .download-section__buttons-block {
      flex-direction: column;
    }
  
    .download-section__button_os {
      width: 100%;
      text-align: center;
      flex: none;
    }
  
    .download-section__button:not(.download-section__button_os) {
      width: 100%;
      text-align: center;
      flex: none;
      max-width: 100%;
      max-height: 100%;
    }
  }
  
  @media(max-width: 830px) {
    .download-installation-section__row {
      flex-direction: column;
      gap: 24px;
    }
  
    .download-installation-section__column_text {
      width: 100%;
    }
  }
  
  @media (max-width: 812px) {
    .download-faq-section__item-name {
      max-width: 90%;
    }
  }
  
  @media (max-width: 767px) {
    .page-wrapper-download {
      padding-top: 25px;
    }
    .download-platforms-section,
    .download-benefits-section,
    .download-installation-section,
    .download-features-section,
    .download-comparison-section,
    .download-faq-section,
    .download-protect-section {
      padding-top: 80px;
    }
  
    .download-section__row {
      flex-direction: column;
      align-items: center;
    }
  
    .download-section__header,
    .download-section__info {
      width: 100%;
    }
  
    .download-section__image {
      max-height: 308px;
      padding-top: 15px;
    }
  
    .download-section__img-wrapper {
      text-align: center;
    }
  
  
    .download-section__col_img {
      order: 1;
      width: 100%;
      height: 332px;
    }
  
    .download-section__info {
      padding-top: 5px;
    }
  
    .download-section__col_btns {
      order: 2;
      width: 100%;
      padding-top: 0;
      gap: 29px;
    }
  
    .download-section__buttons-block {
      flex-direction: column;
      gap: 26px;
    }
  
    .download-platforms-section {
      margin-top: 66px;
      padding: 30px 0 30px 0;
    }

    .download-installation-section__title-description {
      padding-top: 12px;
    }

    .download-installation-section__container {
      gap: 24px;
    }

    .download-features-section__row_features-tablet {
      margin-bottom: -8px;
      margin-top: -8px;
    }

    .download-benefits-section__row_features-tablet {
      margin-bottom: -8px;
    }

    .download-benefits-section__row_features-mobile {
      margin-top: -8px;
    }

    .download-advantages-section__row_peculiarities {
      margin-top: 0;
    }

    .download-features-section__img {
      max-width: 182px;
    }

    .download-features-section__column_advantages-text-wrapper-tablet {
      gap: 16px;
    }

    .main-container_features-section {
      gap: 32px;
    }

    .download-benefits-section__header-description {
      padding-top: 8px;
    }

    .download-benefits-section__column_text-wrapper {
      gap: 16px;
    }
  
    .download-platforms-section__button {
      padding: 10px 24px;
    }
  
    .buttons-block__btn_last {
      margin: 0;
      width: 100%;
      text-align: center;
    }
  
    .download-benefits-section__row {
      flex-direction: column;
      gap: 32px;
    }
  
    .download-benefits-section__column_text-wrapper,
    .download-features-section__column_text-wrapper {
      flex-direction: column;
    }
  
    .download-benefits-section__column_text {
      width: 100%;
    }
  
    .download-benefits-section__content {
      padding-bottom: 0;
    }
  
    .download-installation-section__row {
      flex-direction: column;
      gap: 24px;
    }
  
    .download-installation-section__column_text {
      width: 100%;
    }
  
    .download-installation-section__column_text-wrapper {
      padding: 24px;
    }
  
    .download-installation-section__header-wrapper {
      padding-top: 16px;
    }
  
    .download-installation-section__description {
      padding-top: 8px;
    }
  
    .download-features-section__column {
      width: 100%;
    }
  
  
    .download-comparison-section__row--kelvpn-vs-vpn {
      flex-direction: column;
    }
  
    .download-comparison-section__col_img {
      order: 1;
      width: 100%;
      justify-content: center;
    }
  
    .download-comparison-section__col-table {
      padding-top: 12px;
    }
  
    .download-comparison-section__col-table_first {
      order: 3;
      padding-top: 24px;
    }
  
    .download-comparison-section__hidden-cell {
      display: none;
    }
  
    .download-comparison-section__hidden-cell_mobile {
      display: block;
      padding-bottom: 4px;
    }
  
    .download-comparison-section__row--paid-vs-free-vpn {
      flex-direction: column;
      gap: 0;
    }
  
    .download-comparison-section__col--paid-vs-free-vpn {
      width: 100%;
    }
  
    .download-faq-section__row_buttons-block {
      padding-top: 24px;
    }
  
    .download-faq-section__item-name {
      max-width: 85%;
    }
  
    .download-platforms-section__row-content {
      padding: 24px 12px;
    }
  
    .download-platforms-section_btn-block {
      padding-top: 16px;
    }
  
    .download-platforms-section__button {
      width: 100%;
    }
  
    .download-platforms-section__row {
      margin: 0 -16px;
    }
  
    .download-platforms-section_btn-list {
      gap: 8px;
    }
  
    .download-comparison-section__info {
      padding-top: 40px;
    }
  
    .download-comparison-section__wrapper-image {
      padding-top: 0;
    }
  
    .modal__content_download {
      margin-top: 0;
    }
  
    .modal__header_download--linux {
      margin-bottom: 0;
    }
  
    .modal__list--linux-options {
      padding-top: 0;
      margin-top: 0;
    }
  
    .modal__background_download {
      padding: 24px;
    }
  
    .download-platforms-section__button {
      width: 100%;
    }
  
    .download-protect-section__row-content {
      padding: 24px 12px;
      margin: 0 12px;
    }
  
    .download-faq-section__item_active .download-installation-section__item-desc {
      gap: 0px;
      padding-left: 5px;
    }
  
    .download-protect-section__description-last {
      padding-top: 28px;
    }
  
    .download-contact-section {
      margin-top: 80px;
      margin-bottom: -80px;
      padding: 40px 0 45px 0;
    }
  
    .download-platforms-section_btn-list-item {
      max-height: 44px;
    }
  
    .download-protect-section__row-items {
      gap: 32px;
    }
  
    .download-comparison-section__col-table_first {
      display: none;
    }
  
    .download-comparison-section__col-table_second {
      display: block;
      padding-top: 38px;
    }
  
    .download-comparison-section__table-header-cell.download-comparison-section__table-header-cell_accent {
      width: 100%;
    }
  
    .download-comparison-section__table-header-cell:nth-child(1) {
      background-color: var(--font-color-promotion);
      color: var(--bg-color-secondary);
    }
  
    .download-comparison-section__table-row {
      height: 120px;
    }
  
    .download-comparison-section__table-row:nth-child(1) .download-comparison-section__table-cell, 
    .download-comparison-section__table-row:nth-child(2) .download-comparison-section__table-cell,
    .download-comparison-section__table-row:nth-child(3) .download-comparison-section__table-cell,
    .download-comparison-section__table-row:last-child .download-comparison-section__table-cell,
    .download-comparison-section__table-cell:nth-child(1) {
      display: flex;
      flex-direction: column;
      gap: 4px;
      width: 100%;
      height: 120px;
    }
  
    .download-comparison-section__table-cell {
      padding: 16px 23px;
    }
  
    .download-comparison-section__table-row-thead {
      height: 72px;
    }
  
    .download-comparison-section__table-cell-thead {
      padding: 24px;
    }
  
    .download-comparison-section__table-row:last-child .download-comparison-section__table-cell {
      height: 88px;
      
    }
  
    .download-comparison-section__table-row:last-child {
      height: 72px;
    }
  
    .download-comparison-section__col-table_second .download-comparison-section__table-row:nth-child(1) .download-comparison-section__table-cell,
    .download-comparison-section__col-table_second .download-comparison-section__table-row:nth-child(2) .download-comparison-section__table-cell,
    .download-comparison-section__col-table_second .download-comparison-section__table-row:nth-child(3) .download-comparison-section__table-cell,
    .download-comparison-section__col-table_second .download-comparison-section__table-row:nth-child(4) .download-comparison-section__table-cell {
      background-color: var(--bg-color-secondary);
    }
  
    .download-contact-section_btn-list {
      gap: 16px;
    }
  }
  
  @media (max-width: 432px) {
    .download-faq-section__item-name {
      max-width: 80%;
    }
  
    .download-faq-section__item {
      max-height: 177px;
      margin-bottom: 12px;
      padding: 24px 32px 32px 32px;
    }
  
    .button__text-linux::before {
      right: calc(100% - 6px);
    }
  
    .button__text-linux {
      margin-left: 33px;
    }
  }
  
  @media (max-width: 360px) {
    .download-comparison-section__col_img {
      justify-content: flex-start;
    }
  
    .download-section__header {
      width: 80%;
    }
  }
  