:root {
  --font-family: 'Gilroy', sans-serif;
  --second-family: 'Baloo Tamma', sans-serif;
  --third-family: 'Nunito', sans-serif;
  --font3: 'Inter', sans-serif;
  --font4: 'SF Pro', sans-serif;
  --font5: 'SF Pro Text', sans-serif;
}
/* Загальні стилі */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: var(--font-family);
  font-size: 16px;
}
h1 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 60px;
  line-height: 128%;
  text-align: center;
}
.none {
  display: none !important;
}
.no-scrol {
  overflow: hidden;
}
.container {
  max-width: 1520px;
  margin: 0 auto;
}
.button {
  width: 283px;
  height: 60px;
  border-radius: 100px;
  box-shadow: 0 8px 23px 0 rgba(65, 132, 247, 0.24);
  background: linear-gradient(141deg, #3a8ef6 0%, #6f3afa 100%);

  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.white {
  color: #fff;
}
/* ./ Загальні стилі */

/* стилі які використовуються в JS */
.burger_visible {
  bottom: 0 !important;
  transition: all 0.5s ease;
}
/* header */
.header {
  max-width: 1520px;
  height: 45px;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  line-height: 173%;
  color: #3c3840;
}
.header_logo {
  width: 126px;
  height: 45px;
  z-index: 5;
  border-radius: 13px;
  overflow: hidden;
  z-index: 51;

  cursor: pointer;
}
.header_center-menu {
  width: 517px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_center-menu-list {
  font-weight: 500;

  line-height: 173%;
}
.header_center-menu-link {
  color: #3c3840;
}
.header_menu-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_language-wrapper {
  width: 65px;
  position: relative;
}
.header_button {
  width: 40px;
  margin-right: 30px;
  display: flex;
  align-items: center;

  text-transform: uppercase;
}

.sub_menu-language {
  max-width: 35px;

  position: absolute;
  top: 30px;
  left: -5px;
  right: 0;
  z-index: 52;

  display: flex;
  flex-direction: column;
  gap: 10px;

  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.language {
  padding: 5px;
}
.language:hover {
  background: linear-gradient(141deg, #3a8ef6 0%, #6f3afa 100%);
}

.header_login {
  height: 48px;
  width: 99px;
  border-radius: 75px;

  box-shadow: 0 6px 17px 0 rgba(65, 132, 247, 0.24);
  background: linear-gradient(141deg, #3a8ef6 0%, #6f3afa 100%);
  color: white;
}
/* ./ header */

/* info main */
.main_info {
  margin-top: 100px;
  display: flex;
}
.info_text {
  max-width: 797px;
}
.info_title {
  text-align: start;
  color: #3c3840;
}

.info_title span {
  font-family: var(--font-family);
  font-weight: 800;
  line-height: 128%;
  background: linear-gradient(141deg, #3a8ef6 0%, #6f3afa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.info_subtitle {
  margin: 30px 0 40px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #3c3840;
}

.info_image {
  width: 100%;
  position: relative;
}

.header_linear {
  position: absolute;
  top: -80px;
  left: 100px;
}
.info_img {
  position: absolute;
  top: -30px;
}
/* ./ info main */

/* main comand */
.main_comand {
  margin-top: 270px;
  margin-bottom: 180px;
}
.main_comand-link {
  width: 100%;
  text-align: center;

  font-family: var(--font3);
  font-weight: 800;
  font-size: 24px;
  line-height: 321%;
  text-transform: lowercase;
  text-align: center;
  color: #516bf8;
}
.comand_title {
  text-align: center;
}
.comand_subtitle {
  max-width: 1300px;
  margin: 30px auto 50px auto;
  opacity: 0.68;

  font-size: 20px;
  text-align: center;
  color: #3c3840;
}
/* cards */
.main_cards {
  font-family: var(--font-family);
}
.main_card {
  height: 440px;
  padding: 50px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}
.main_cards-up {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.main_card-big {
  width: 870px;
  background: #516bf8;
}
.card_title {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  opacity: 0.96;
}
.card_subtitle {
  /* max-width: 283px; */
  margin-top: 30px;

  font-size: 18px;
  line-height: 164%;
  color: #fff;
  opacity: 0.68;
}
.card_big-right {
  position: relative;
  top: 26px;
}
.card_big-info {
  display: flex;
  justify-content: space-between;
  width: 107%;
}

.card_schedule {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -37%;
  max-width: 253px;
}
.main_card-small {
  width: 620px;
  height: 440px;
  overflow: visible;

  background: #f5f8ff;
}
.main_card-small-title {
  color: #3c3840;
}

.card_subtitle-small {
  max-width: 217px;
  color: #3c3840;
}
.card_small-img {
  position: absolute;
  right: 10%;
  top: 25%;
}

.card_rotate {
  transform: rotate(20deg);
  right: -6%;
  top: 10%;
}

.main_cards-down {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.big_down {
  background: #f5f8ff;
  width: 958px;
}
.card_down-subtitle {
  max-width: 65%;
}

.card_down-img {
  right: 0;
  top: 0;
}
/* ./ main comand */

/* Start work */
.work_wrapper {
}
.work_line-number {
  max-width: 80%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f8ff;
  position: relative;
  flex-shrink: 0;
}

.circle_active {
  background: linear-gradient(141deg, #3a8ef6 0%, #6f3afa 100%);
  color: #fff;
}

.line {
  height: 3px;
  background: repeating-linear-gradient(
    to right,
    #d2dae6 0,
    #d2dae6 10px,
    transparent 10px,
    transparent 20px
  );
  flex-grow: 1;
  margin: 0;
}

.work_line-number .circle:first-of-type + .line {
  background: repeating-linear-gradient(
    to right,
    #3a8ef6 0,
    #3a8ef6 10px,
    transparent 10px,
    transparent 20px
  );
  background-size: 20px 100%;
}

.work_line-number .circle:nth-of-type(2) + .line {
  background: repeating-linear-gradient(
    to right,
    #d2dae6 0,
    #d2dae6 10px,
    transparent 10px,
    transparent 20px
  );
  background-size: 20px 100%;
}

.work_line-number .circle:nth-of-type(3) + .line {
  background: repeating-linear-gradient(
    to right,
    #d2dae6 0,
    #d2dae6 10px,
    transparent 10px,
    transparent 20px
  );
  background-size: 20px 100%;
}
.work_info-block-wrapper {
  margin-top: 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work_info-block {
}
.work_block-title {
  margin-bottom: 16px;
  font-size: 26px;

  font-family: var(--font-family);
  font-weight: 800;
  line-height: 135%;
  text-align: center;
  color: #3c3840;
}
.work_block-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #3c3840;
  opacity: 0.9;
}
/* ./ Start work */

/* Interface */
.interface {
  max-width: 1570px;
  margin: 180px auto;
}

.interface_info {
  display: flex;
  margin-top: 58px;
  gap: 55px;
  padding: 20px;
}
.interface_info-img {
  display: block;
  max-width: 669px;
}
.interface_info-text {
}
.interface_info-text-section {
  margin-bottom: 40px;
}
.interface_info-icon {
  margin-bottom: 15px;
}
.interface_info-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 135%;
  color: #3c3840;
}
.interface_info-subtitle {
  margin-top: 10px;

  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #3c3840;

  opacity: 0.9;
}
/* ./ Interface */

/* questions */
.questions {
  display: flex;
  align-items: start;

  gap: 30px;
}
.questions_block {
}
.questions_convert {
  margin-top: 50px;
}
.questions_title {
  font-weight: 700;
  font-size: 40px;
  color: #3c3840;
}
.questions_text {
  margin-top: 30px;
  display: flex;
}
.questions_subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  color: #3c3840;

  opacity: 0.9;
}
.questions_menu {
  margin-top: 50px;
}

.questions_menu-list {
  width: 100%;
  height: 96px;
  padding: 30px;
  max-height: 96px;
  border-radius: 30px;
  font-size: 22px;

  background: #f5f8ff;
  font-weight: 600;
  line-height: 130%;
  color: #3c3840;

  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: max-height 0.7s ease, padding 0.4s ease;
}
.questions_menu-list.dropdown_list-active {
  max-height: 1000px;
  padding-bottom: 40px;
}
.questions_menu-list-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown_list-active {
  height: max-content;
  transition: all 0.4s ease;
}
.menu_list-dropdown-text {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
}
.arrow-icon {
  transition: transform 0.3s ease;
}

.questions_menu-list.dropdown_list-active .arrow_icon {
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.questions_menu-list:not(:last-child) {
  margin-bottom: 20px;
}
.questions_images {
  min-width: max-content;
  position: relative;
}

.feedback {
  width: 284px;
  height: 203px;
  border-radius: 26px;
  padding: 25px;

  position: absolute;
  bottom: 0;
  background-image: url(/img/feedback_BG.png);
}
.feedback_people {
  width: auto;
  height: 58px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.feedback_people img {
  position: absolute;
}
.feedback_people img:nth-child(2) {
  transform: translateX(50px);
}
.feedback_people img:nth-child(3) {
  transform: translateX(100px);
}

.feedback_people img:nth-child(4) {
  transform: translateX(150px);
}
.feedback_title {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 6px;

  font-weight: 800;
  text-align: center;
  color: #3c3840;
}

.feedback_subtitle {
  font-size: 18px;

  font-weight: 400;
  color: #3c3840;
}
/* ./ questions */

/* Tariff */
.tariff {
  margin: 180px auto;
}
.tariff_pay {
  max-width: 545px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.pay_month {
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  color: #3c3840;

  opacity: 0.96;
}

.tariff_switch {
}
.pay_year {
  font-size: 22px;

  font-weight: 400;
  color: #3c3840;

  opacity: 0.96;
}
.tariff_switch {
  position: relative;
  width: 83px;
  height: 36px;
  background: linear-gradient(141deg, #3a8ef6 0%, #6f3afa 100%);
  border-radius: 92px;
  cursor: pointer;
  transition: background-color 0.4s;
}

.tariff_switch .circle {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  transition: left 0.4s;
}

.tariff_switch.active .circle {
  left: 51px;
}
.tariff_cards {
  margin-top: 40px;

  display: flex;
  gap: 40px;
}
.tarrif_card {
  width: 350px;
  height: max-content;
  padding: 30px;
  border-radius: 30px;
  background: #f5f8ff;

  position: relative;
  overflow: hidden;
  color: #3c3840;
}
.tariff_card-title {
  font-size: 34px;
  font-weight: 700;
}

.tariff_card-info {
  margin: 30px 0 40px 0;

  display: flex;
  flex-direction: column;
  gap: 26px;
}

.tariff_card-list {
  font-size: 22px;
  font-weight: 500;

  opacity: 0.4;

  display: flex;
  align-items: flex-start;

  gap: 10px;
}
.tariff_card-list img {
  margin-top: 7px;
  vertical-align: middle;
}
.tariff_card-price {
  font-size: 37px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
.price_up {
  margin-bottom: 20px;
}
.currency {
  font-size: 25px;
  opacity: 0.96;

  font-weight: 400;
}

.tariff_card-month {
  font-size: 23px;
  font-weight: 400;

  opacity: 0.68;
}
.tarrif_btn {
  margin-top: 20px;
}
.tariff_text-done {
  opacity: 1;
}
.card_star {
  mix-blend-mode: color-burn;
  position: absolute;
  left: 66px;
  top: -60px;
  max-width: max-content;
  transform: rotate(-180deg);
}

.card_star-right {
  mix-blend-mode: color-burn;
  position: absolute;
  right: -63px;
  top: -60px;
  max-width: max-content;
  transform: rotate(-180deg);
}

.tariff_card-active {
  background: linear-gradient(141deg, #3a8ef6 0%, #6f3afa 100%);
  color: white;
}

.tariff_card-active .tariff_card-info img {
  filter: brightness(0) invert(1);
}
.tariff_btn-white {
  color: #6451f9;
  background: #f5f8ff;
}
.tarrif_btn {
  width: 100%;
}
/* ./ Tariff */

/* footer */
.footer {
  max-width: 1520px;
  height: 356px;
  border-radius: 40px;
  padding: 70px 100px;

  background: #f5f8ff;
}
.footer_nav_link {
  text-decoration: none;
  color: black;
  position: relative;
  display: inline-block;
  align-self: flex-start;
}
.footer_nav_link::after {
  content: '';
  position: absolute;
  min-height: 3px;
  width: 0;
  left: 0;
  bottom: 2px;
  border-radius: 5px;
  background: linear-gradient(90deg, #3a8ef6, #516bf8, #6451f9, #6f3afa);
  transition: all 0.3s ease-in-out;
}
.footer_nav_link:hover::after {
  width: 100%;
}
.footer_contact-text {
  display: flex;
  flex-direction: column;
}
.footer_block {
  display: flex;

  gap: 150px;
}
.footer_left {
  max-width: 265px;
}

.footer_logo {
  cursor: pointer;
}
.footer_developer {
  margin-top: 45px;

  font-weight: 400;
  font-size: 20px;
  line-height: 185%;
  color: #3c3840;
}
.footer_nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer_contact {
  height: 100%;
  font-size: 20px;

  font-weight: 400;
  line-height: 185%;
  color: #3c3840;

  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_link {
  font-weight: 800;
  font-size: 26px;
  line-height: 142%;
  background: linear-gradient(141deg, #3a8ef6 0%, #6f3afa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_number {
}

.footer_mail {
}

.footer_btn {
  width: 219px;
  height: 60px;
  border-radius: 100px;
  background: linear-gradient(141deg, #3a8ef6 0%, #6f3afa 100%);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;

  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
/* ./ footer */
