* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 84px;
}

.main-heading {
  font-size: 24px;
  line-height: 32px;
}

.heading {
  font-size: 21px;
  line-height: 28px;
}

.sub-heading {
  font-size: 16px;
  line-height: 26px;
}

.text {
  font-size: 14px;
  line-height: 22px;
}

li {
  display: flex;
}

li:not(:last-child) {
  margin-bottom: 24px;
}

.primary-btn {
  border: none;
  outline: none;
  cursor: pointer;
  height: 40px;
  width: 120px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
}

.section-header {
  background: #001828;
}

.header__body__wrapper {
  padding: 0 24px 56px;
}

.header__body button {
  margin-top: 40px;
}

.header__top {
  padding: 24px;
}

.header__logo {
  width: 134px;
  height: 26px;
}

.header__illustration {
  width: 164px;
  height: 204px;
  margin-bottom: 28px;
}

.header__body__details__main-heading {
  width: 90%;
  margin-bottom: 12px;
}

.what-is-pc,
.how-it-works,
.how-to-use {
  padding: 0 24px;
}

.what-is-pc {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.what-is-pc__img img {
  width: 214px;
  height: 173px;
}

.what-is-pc__body__description {
  margin: 8px 0 24px;
}

.arrow-image img {
  width: 20px;
  height: 20px;
  margin: 2px 12px 0 0;
}

.how-it-works {
  text-align: center;
}

.how-it-works__cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 36px 0 48px;
}

.how-it-works__card .sub-heading {
  margin: 16px 0 2px;
}

.how-it-works__card .text {
  margin: 0 30px;
}

.how-it-works__card__count {
  display: none;
}

.section-benefits,
.section-who-is-it {
  padding: 60px 24px 84px;
}

.section-benefits {
  background: #fffcf4;
  text-align: center;
}

.benefits__title,
.benefits__cards-wrapper,
.who-is-it__cards-wrapper,
.how-to-use__title,
.how-to-use__image-wrapper,
.how-to-use__cards-wrapper {
  margin-bottom: 36px;
}

.benefits__cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.benefits__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 16px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
}

.benefits__card img {
  width: 30px;
  height: 30px;
}

.section-who-is-it {
  background: #ebfaff;
  margin-top: -84px;
}

.who-is-it__title {
  margin-bottom: 8px;
}

.who-is-it {
  text-align: center;
}

.who-is-it__cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.who-is-it__card {
  width: 100%;
}

.who-is-it__card__header {
  background: #001828;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px;
  width: 70vw;
  transform: translate(10%, 50%);
  line-height: 22px;
}

.who-is-it__card__body {
  background: #ffffff;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 36px 72px 22px;
}

.who-is-it__card__body li {
  margin: 0 0 6px;
  display: list-item;
  text-align: left;
  color: #5f5f5f;
}

.section-how-to-use {
  margin-top: -14px;
}

.how-to-use {
  text-align: center;
}

.how-to-use__cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.how-to-use__card {
  padding: 20px 12px;
  text-align: left;
  border: 2px solid #ffffff;
  cursor: pointer;
  user-select: none;
}

.how-to-use__card .how-to-use__card__header input[type="radio"] {
  accent-color: #0093c9 !important;
}

.how-to-use__image-wrapper {
  height: 287px;
  flex-direction: column;
}

.how-to-use__image-wrapper img {
  height: inherit;
}

.how-to-use__card:hover {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}

.how-to-use__card__header label,
.how-to-use__card__description {
  color: #5d646a;
  cursor: pointer;
}

.how-to-use__card-selected {
  border: 2px solid #0095cd;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}

.how-to-use__card__header .selected {
  color: #0093c9;
  font-weight: 600;
}

.how-to-use__card__header {
  display: flex;
  gap: 8px;
}

.how-to-use__card__description {
  padding: 8px 22px;
}

.section-footer {
  margin-top: 24px;
}

.footer {
  background: #001828;
  padding: 64px 36px;
  text-align: center;
}

.footer p {
  color: #ffffff;
  padding: 12px 0;
}

.footer img {
  height: 24px;
  margin-bottom: 24px;
}

.product-card {
  text-align: center;
}

.page-footer hr {
  display: none;
}

.other-products {
  padding: 0 30px 84px;
}

.other-products__title {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 56px;
}

.other-products__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.footer__contacts a {
  color: #ffffff;
  text-decoration: none;
}

.product-card__description {
  padding: 25px 0;
}

.footer__copyright {
  background: #001828;
  color: #ffffff;
  padding-bottom: 48px;
  text-align: center;
}

.footer_terms {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer__icon {
  height: 30px;
  width: 30px;
  margin: 20px 12px 0 0;
}

@media only screen and (min-width: 768px) {
  .container {
    gap: 120px;
  }

  .main-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .sub-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .text {
    font-size: 16px;
    line-height: 26px;
  }

  .primary-btn {
    height: 50px;
  }

  .header__body__wrapper {
    padding: 0 48px 72px;
  }

  .header__top {
    padding: 48px 48px 0;
  }

  .header__logo {
    width: 184px;
    height: 36px;
  }

  .header__illustration {
    width: 224px;
    height: 279px;
    margin-bottom: 32px;
  }

  .header__body__details__main-heading {
    width: 92%;
    margin-bottom: 18px;
  }

  .header__body__details__description {
    width: 84%;
  }

  .header__body button {
    margin-top: 48px;
  }

  .what-is-pc,
  .how-it-works,
  .how-to-use {
    padding: 0 48px;
  }

  .benefits__title,
  .benefits__cards-wrapper,
  .who-is-it__cards-wrapper,
  .how-to-use__title,
  .how-to-use__image-wrapper,
  .how-to-use__cards-wrapper {
    margin-bottom: 56px;
  }

  .what-is-pc {
    gap: 56px;
  }

  .what-is-pc__img img {
    width: 252px;
    height: 203px;
  }

  .what-is-pc__body__description {
    margin: 16px 0;
  }

  .how-it-works__cards-wrapper {
    margin-top: 48px;
  }

  .how-it-works__cards-wrapper {
    gap: 60px;
    margin: 72px 0;
  }

  .how-it-works__card .text {
    margin: 0 70px;
  }

  .how-it-works__card img {
    height: 120px;
    width: 120px;
  }

  .section-benefits,
  .section-who-is-it {
    padding: 84px 24px 120px;
  }

  .section-who-is-it {
    margin-top: -180px;
  }

  .benefits__cards-wrapper {
    align-items: center;
    gap: 18px;
  }

  .benefits__card {
    padding: 24px 30px 26px 24px;
    gap: 32px;
    width: 40vw;
  }

  .benefits__card img {
    width: 40px;
    height: 40px;
  }

  .who-is-it__title {
    margin-bottom: 32px;
  }

  .who-is-it__cards-wrapper {
    gap: 28px;
  }

  .who-is-it__card {
    width: 70%;
  }

  .who-is-it__card__header {
    width: 45vw;
    transform: translate(20%, 50%);
  }

  .who-is-it__card__body {
    padding: 46px 68px 22px;
  }

  .how-to-use__image-wrapper {
    flex-direction: row;
    height: auto;
  }

  .how-to-use__card {
    padding: 30px 22px 22px;
  }

  .footer img {
    height: 42px;
    margin-bottom: 32px;
  }

  .footer,
  .footer__copyright {
    background: #f8faff;
  }

  .footer p,
  .footer__contacts a,
  .footer__copyright {
    color: #001828;
  }

  .other-products__wrapper {
    gap: 84px;
  }

  .other-products__title {
    margin-bottom: 60px;
  }

  .product-card__description {
    padding: 20px 100px;
  }

  .how-to-use__image-wrapper img {
    height: 400px;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    gap: 180px;
  }

  .main-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .sub-heading {
    font-size: 21px;
    line-height: 30px;
  }

  .text {
    font-size: 18px;
    line-height: 28px;
  }

  .primary-btn {
    width: 160px;
    font-size: 18px;
  }

  .header__body__wrapper {
    padding: 0 64px 64px;
    display: flex;
    justify-content: center;
  }

  .header__top {
    padding: 64px 64px 24px;
  }

  .header__logo {
    width: 246px;
    height: 48px;
  }

  .header__illustration {
    width: 364px;
    height: 452px;
    margin: 0;
  }

  .header__body {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .header__body__details__main-heading {
    width: 95%;
    margin-bottom: 22px;
  }

  .header__body__details__description {
    width: 70%;
  }

  .header__body__details .space-arround {
    justify-content: unset;
  }

  .section-what-is-pc {
    margin-top: -60px;
  }

  .what-is-pc__body__description {
    width: 85%;
  }

  .what-is-pc,
  .how-it-works {
    padding: 0 64px;
  }

  .what-is-pc {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .what-is-pc__body {
    width: 45vw;
  }

  .what-is-pc__img {
    align-items: center;
  }

  .what-is-pc__img img {
    width: 402px;
    height: 323px;
  }

  .what-is-pc__body__description {
    margin: 16px 0 26px;
  }

  .how-it-works__cards-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin: 72px 0 96px;
  }

  .how-it-works__card {
    text-align: left;
    width: 27%;
  }

  .how-it-works__card .text {
    margin: 0 20px 0 0;
  }

  .how-it-works__card img {
    height: 154px;
    width: 165px;
  }

  .how-it-works__card__count {
    display: block;
    border-radius: 50%;
    width: fit-content;
    background: #0093c9;
    color: #ffffff;
    padding: 4px 10px;
    margin: 24px 0 12px;
  }

  .section-benefits,
  .section-who-is-it {
    padding: 84px 64px 120px;
  }

  .benefits__title,
  .benefits__cards-wrapper {
    margin-bottom: 64px;
  }

  .section-benefits {
    margin-top: -40px;
  }

  .benefits__cards-wrapper {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 36px;
  }

  .benefits__card {
    width: 30vw;
  }

  .who-is-it__card__header {
    width: 20vw;
    transform: translate(10%, 50%);
    line-height: 24px;
  }

  .who-is-it__cards-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }

  .who-is-it__card {
    width: 30%;
  }

  .who-is-it__card__body {
    height: 20vh;
    padding: 50px 34px 8px;
  }

  .section-how-to-use {
    margin: -60px 0;
  }

  .how-to-use__body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 72px;
  }

  .how-to-use__cards-wrapper {
    width: 45vw;
  }

  .how-to-use__image-wrapper {
    margin: 0;
    flex-direction: column;
  }

  .how-to-use__image-wrapper img {
    height: 480px;
  }

  .product-card__description {
    height: 160px;
  }

  .product-card {
    text-align: left;
  }

  .other-products {
    padding: 0;
    width: 50%;
  }

  .page-footer {
    display: flex;
    flex-direction: row-reverse;
  }

  .other-products__title {
    text-align: left;
  }

  .other-products__wrapper {
    display: flex;
    flex-direction: row;
    gap: 80px;
  }

  .product-card {
    width: 50%;
  }

  .footer {
    width: 25%;
    padding: 0;
    text-align: left;
  }

  .footer p {
    color: #001828;
  }

  .page-footer {
    display: flex;
    justify-content: space-evenly;
    padding: 96px 0 64px;
    background: #f8faff;
  }

  .page-footer hr {
    display: block;
    background: #ddeaf1;
    opacity: 0.3;
  }

  .product-card__description {
    padding: 26px 0;
    margin: 0;
    height: 150px;
  }

  .footer img {
    height: 48px;
    margin-bottom: 24px;
  }

  .benefits__title,
  .benefits__cards-wrapper,
  .who-is-it__cards-wrapper,
  .how-to-use__title {
    margin-bottom: 84px;
  }

  .how-to-use__image-wrapper,
  .how-to-use__cards-wrapper {
    margin: 0;
  }

  .other-products__title {
    padding: 0;
    margin-bottom: 48px;
  }

  .footer__copyright {
    background: #f8faff;
    color: #000000;
  }

  .footer_terms {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: max-content;
  }
}

@media only screen and (min-width: 1200px) {
  .who-is-it__card__header {
    width: 15vw;
    transform: translate(30%, 50%);
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    gap: 210px;
  }

  .header__body,
  .what-is-pc,
  .how-it-works,
  .benefits,
  .who-is-it,
  .how-to-use {
    width: 70vw;
  }

  .section-what-is-pc,
  .section-how-it-works,
  .section-benefits,
  .section-who-is-it,
  .section-how-to-use {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .what-is-pc,
  .how-it-works {
    padding: 0;
  }

  .what-is-pc__body {
    width: 35vw;
  }

  .who-is-it__card__header {
    width: 13vw;
    transform: translate(22%, 50%);
  }

  .header__body__details__main-heading {
    width: 80%;
  }

  .section-benefits,
  .section-who-is-it {
    padding: 120px 64px 160px;
  }

  .how-it-works__cards-wrapper {
    margin: 96px 0;
  }

  .benefits__card {
    width: 25vw;
    height: 10vh;
  }

  .benefits__title,
  .benefits__cards-wrapper,
  .who-is-it__cards-wrapper,
  .how-to-use__title {
    margin-bottom: 96px;
  }

  .how-to-use__cards-wrapper {
    width: 36vw;
  }

  .how-to-use__body {
    margin-bottom: 96px;
  }

  .product-card {
    width: 36%;
  }

  .product-card__description {
    height: 100px;
  }

  .other-products__wrapper {
    gap: 120px;
  }

  .section-who-is-it {
    margin-top: -210px;
  }

  .who-is-it__card__body {
    height: 20vh;
  }
}

@media only screen and (min-width: 1900px) {
  .what-is-pc__img img {
    margin-right: 100px;
  }

  .what-is-pc__body {
    width: 35vw;
  }

  .who-is-it__card__body {
    height: 18vh;
    padding: 50px 40px 0;
  }

  .who-is-it__card__header {
    width: 13vw;
    transform: translate(25%, 50%);
  }

  .who-is-it__card__header {
    width: 12vw;
    transform: translate(30%, 50%);
  }
}

.space-arround {
  display: flex;
  justify-content: space-around;
}

.text-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #ffffff;
}

.color-blue {
  background: #007cff;
}

.color-orange {
  background: #dc501e;
}

.color-dark-blue {
  background: #0045f8;
}

.form-radio {
  width: unset;
}

input[type="radio"] {
  cursor: pointer;
}

.display-none {
  display: none;
}

a {
  color: inherit;
}

.modal-checkbox-container {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 30px;
}

.modal-checkbox-container a {
  color: inherit;
  text-decoration: underline;
}

.disable-btn {
  background: #9199a1;
  cursor: not-allowed;
}

.modal-checkbox-container input[type="checkbox"],
.form-radio-container input[type="radio"] {
  accent-color: #dc501e;
  cursor: pointer;
}

img {
  user-select: none;
}

.form-radio-active {
  border: 1px solid #dc501e !important;
  font-weight: bold;
}

.autocomplete_li.ui-menu-item {
  margin-bottom: 0 !important;
}

.modal-checkbox-container label {
  cursor: pointer;
}
