@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Unbounded";
  color: #3a3b35;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select:focus {
  outline: none;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
body {
  background-color: #ffffff;
}
.header {
  border-bottom: 1px solid #3a3c3543;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__body {
  max-width: 1440px;
  margin: 0 auto;
  padding: 45px 60px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
}
.logo__img {
}
.logo__text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}
.header__nav {
}
.header___menu {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header__menu-item {
}
.nav__link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
.nav__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0097fa; /* Колір підкреслення */
  transition: width 0.3s ease;
}
.nav__link:hover::after {
  width: 100%;
}
.section {
  max-width: 1440px;
  margin: 0 auto 0 auto;
  padding: 0 60px;
  box-sizing: content-box;
}
.faq {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.faq__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
._title {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 124px;
  color: #3a3b35;
}
._button {
  border: 1px solid #3a3c35;
  border-radius: 100px;
  padding: 17px 65px;
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3a3c35;
  transition: 0.2s;
  cursor: pointer;
}
._button:hover {
  background-color: #3a3c35;
  color: #fff;
}
.faq__buttons {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 70%;
}
.faq__buttons-but {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #3a3c35;
  cursor: pointer;
}
.but__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  width: 100%;
}
.button__p {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #3a3c35;
  opacity: 0.5;
  display: none;
  margin-top: 25px;
  width: 80%;
}

.button__p.active {
  display: block;
}
.faq__buttons-but h5 {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  /* font-size: clamp(19px, 1.6vw, 24px); */
  font-size: 24px;
  line-height: 30px;
  color: #3a3b35;
}
.plus {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plus::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3a3c35;
}
.plus::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #3a3c35;
}
.plus.active::after {
  display: none;
}
.location {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.location__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.local__info-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.info-box__phone {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #3a3b35;
}
.info-box__subtext {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #3a3b35;
  margin: 25px 0 70px 0;
}

.location__img {
  width: 100%;
  height: auto;
  display: block;
}
/* ---- */
#first-section {
  height: 100vh;
  margin: 0 auto;
  padding: 226px 0;
  box-sizing: border-box;
}
#converter-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 20px 0 50px 0;
}
#team-section {
  padding: 75px 0;
}
#subscribes-section {
  padding: 0 0 75px 0;
}
.blue__txt {
  color: #0097fa;
}
.head__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 524px;
  position: relative;
}
.centered {
  gap: inherit;
}
.head__info-title {
  font-size: 48px;
}
.head__info-subtitle {
  font-size: 24px;
  text-align: center;
}
.subtitle__margin {
  margin: 15px 0 236px 0;
}
.head__info-img {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: -190px;
}
.head__info-greetings {
  color: #575757;
  font-size: 48px;
  letter-spacing: 3px;
  animation: showBut 0.5s ease-in-out forwards;
}
.head__info-start {
  animation: showBut 0.5s ease-in-out forwards;
}
@keyframes showBut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes timerApper {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.modal__timer {
  width: 415px;
  height: 350px;
  background: #ffffff;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(30px);
  border-radius: 51px;
  animation: timerApper 1s ease-in-out forwards;
  transition: 0.5s;
  position: relative;
}
.modal__appear {
  transform: translateY(-100%) !important;
}
.modal__arrow {
  width: 86px;
  height: 32px;
  position: absolute;
  top: -12%;
  right: 40%;
  background: #0097fa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
}
.arr_rotate {
  transform: rotate(180deg);
}
.modal__timer-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  padding: 45px;
}
.modal__timer-title {
  font-weight: 800;
  font-size: 33px;
}
.modal__timer-text {
  font-size: 16px;
  color: #575757;
  font-weight: 400;
}
.modal__timer-date {
  font-size: 16px;
  color: #0097fa;
  font-weight: 400;
}
.modal__timer-clock {
  font-size: 36px;
  font-weight: 700;
  color: #0097fa;
}
.modal__timer-button,
.timer__button-submit,
.converter__button,
.head__info-start,
.subscribe__button {
  font-size: 18px;
  font-weight: 500;
  background-color: #0097fa;
  color: #ffffff;
  border-radius: 38px;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
}
.subscribe__button {
  width: 100%;
  margin-top: 20px;
}
.modal__timer-input {
  width: 100%;
  border: 2px solid #0097fa;
  border-radius: 20px;
  padding: 10px;
  font-size: 24px;
}
.second-sec {
  color: #0097fa;
  font-weight: 100;
  font-size: 20px;
  margin-left: 3px;
}
@keyframes disappearModal {
  0% {
  }
  20% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(1000px);
  }
}
.modal__disappear {
  animation: disappearModal 1s 1.1s ease-in-out;
}
.modal__tick-body {
  justify-content: center;
}
.modal__position {
  position: fixed;
  right: 0;
  top: 100%;
}
.modal__height {
  height: 250px;
}
.modal__hidden {
  bottom: 0;
  top: 150%;
  pointer-events: none;
}
@keyframes tick {
  0% {
  }
  20% {
    transform: rotate(-50deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal__tick {
  animation: tick 1s ease-in-out forwards;
}
/* ---- */
.converter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.converter__title {
  font-size: 48px;
}
.converter__content {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #3a3b35;
  border-radius: 15px;
}
.converter__car-worth {
  width: 50%;
  height: 100%;
  display: flex;
}
.car-worth__input {
  width: 100%;
  text-align: center;
  font-size: 32px;
  border: none;
  border-radius: 15px;
}
.car-worth__input:focus {
  outline: none;
  border: none;
}
.converter__converted-worth {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  position: relative;
}
.select {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}
.selector__option {
  border: none;
}
.converted__worth {
  font-size: 32px;
}
.converter__button {
}
.why-we {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.box-123 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box {
  max-width: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
}
.box-1 {
  border-right: 1px solid #575757;
}
.box__num {
  font-weight: 900;
  font-size: 60px;
}
.box__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.box__content-title {
  color: #3a3c35;
  font-weight: 600;
  font-size: 24px;
}
.box__content-text {
  color: #575757;
  font-weight: 400;
  font-size: 16px;
}
.box-2 {
  border-right: 1px solid #575757;
}
.box-3 {
}
.section-currency {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.currency {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 70px;
}
.head__info-title {
}
.head__info-subtitle {
}
.blue__txt {
}
.currency__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
}
.list__li {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;

  background: linear-gradient(
    90deg,
    rgb(0, 150, 250) 0%,
    rgba(85, 196, 134, 0) 90%
  );
  padding: 0 15px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  pointer-events: none;
}
.list__li.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.list__img {
  height: 60%;
}
.next__page,
.prev__page {
  color: #0097fa;
  font-size: 60px;
  background: transparent;
  cursor: pointer;
  border: none;
}
.current__page {
  font-size: 24px;
}
.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.team__block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.teammate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
.helper .teammate__avatar {
  width: 300px;
}

.lead .teammate__avatar {
  width: 350px;
}
.subscribes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.subscribes__block {
  width: 100%;
  display: flex;

  justify-content: space-between;
  gap: 10px;
}
.subscribe {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 360px;
  border: 1px solid #0097fa;
  border-radius: 15px;
  padding: 55px 20px;
  gap: 15px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.subscribe:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.subscribe__title {
  font-size: 30px;
}
.subscribe__price {
  font-size: 24px;
}
.subscribe__span {
  font-size: 14px;
  color: #575757;
}
.subscribe__describe {
  font-size: 14px;
  color: #575757;
}
.subscribe__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.subscribe__list-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #575757;
}
.footer {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 75px;
  border-top: 1px solid #3a3c35;
}
.footer-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 48px 0 93px;
}
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 54px;
}
.footer-title {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #3a3c35;
}
.footer-link {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-decoration-line: underline;
  color: #3a3b35;
}
.footer-center {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.menu-column {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}
.phone {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #3a3b35;
}
.address {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #3a3b35;
}
.copyright {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #3a3b35;
  opacity: 0.5;
}
@media (max-width: 1240px) {
  .section {
    margin: 129px auto 0 auto;
    padding: 0 50px;
  }

  ._title {
    font-size: 86px;
    line-height: 107px;
  }

  ._button {
    border-radius: 86px;
    padding: 15px 56px;
    font-size: 12px;
    line-height: 15px;
  }

  .faq__info {
    gap: 52px;
  }

  .faq__buttons {
    gap: 26px;
  }

  .faq__buttons-but h5 {
    font-size: 21px;
    line-height: 26px;
  }

  .plus {
    width: 26px;
    height: 26px;
  }

  .but__text {
    margin-bottom: 22px;
  }

  .button__p {
    font-size: 14px;
    margin-top: 22px;
  }

  .info-box__phone {
    font-size: 21px;
  }

  .info-box__subtext {
    font-size: 14px;
    margin: 22px 0 60px 0;
  }

  .location {
    gap: 52px;
  }
}
@media (max-width: 1024px) {
  .section {
    padding: 0 40px;
  }

  ._title {
    font-size: 72px;
    line-height: 90px;
  }

  ._button {
    padding: 13px 50px;
    font-size: 12px;
  }

  .faq {
    flex-direction: column;
    gap: 45px;
  }

  .faq__info {
    gap: 40px;
  }

  .faq__buttons {
    width: 100%;
  }

  .faq__buttons-but h5 {
    font-size: 20px;
  }
  .button__p {
    font-size: 13px;
  }
  .plus {
    width: 24px;
    height: 24px;
  }

  .info-box__phone {
    font-size: 19px;
  }
  .location {
    gap: 45px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 0 30px;
  }

  ._title {
    font-size: 58px;
    line-height: 74px;
  }

  ._button {
    padding: 12px 40px;
    font-size: 11px;
  }
  .faq {
    gap: 40px;
  }
  .faq__info {
    gap: 30px;
  }

  .faq__buttons {
    gap: 20px;
  }

  .faq__buttons-but h5 {
    font-size: 18px;
  }
  .button__p {
    font-size: 12px;
  }
  .plus {
    width: 22px;
    height: 22px;
  }

  .info-box__phone {
    font-size: 17px;
  }

  .info-box__subtext {
    font-size: 12px;
    margin: 18px 0 40px 0;
  }

  .location {
    gap: 40px;
  }

  .location__info {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 0 20px;
  }

  ._title {
    font-size: 42px;
    line-height: 56px;
  }

  ._button {
    padding: 10px 30px;
    font-size: 10px;
  }
  .faq {
    gap: 30px;
  }
  .faq__info {
    gap: 20px;
  }

  .faq__buttons {
    gap: 15px;
  }

  .faq__buttons-but h5 {
    font-size: 16px;
  }
  .button__p {
    font-size: 11px;
  }
  .plus {
    width: 20px;
    height: 20px;
  }

  .info-box__phone {
    font-size: 15px;
  }

  .info-box__subtext {
    font-size: 11px;
    margin: 15px 0 30px 0;
  }
  .location {
    gap: 30px;
  }
}
@media (max-width: 360px) {
  .section {
    padding: 0 15px;
  }

  ._title {
    font-size: 36px;
    line-height: 48px;
  }

  ._button {
    padding: 8px 25px;
    font-size: 9px;
  }
  .faq {
    gap: 25px;
  }
  .faq__info {
    gap: 15px;
  }

  .faq__buttons {
    gap: 10px;
  }

  .faq__buttons-but h5 {
    font-size: 14px;
  }
  .button__p {
    font-size: 10px;
  }
  .plus {
    width: 18px;
    height: 18px;
  }

  .info-box__phone {
    font-size: 13px;
  }

  .info-box__subtext {
    font-size: 10px;
    margin: 12px 0 25px 0;
  }
  .location {
    gap: 25px;
  }
}
