@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #1a1a1a;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

button {
  font-family: Montserrat, sans-serif !important;
}

.header {
  color: #fff;
  z-index: 10;
  background: #3a80ba;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  display: flex;
  top: 14px;
  left: 0;
  right: 0;
}

.header__logo {
  cursor: pointer;
  margin-bottom: 4px;
  font-size: 40px;
  transition-duration: 0.4s;
}

.header__logo:hover {
  color: #cce3f5;
}

.header_main {
  background: 0 0;
  position: absolute;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page {
  background-color: #fff;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  position: relative;
}

@media screen and (width >= 1180px) {
  .page {
    width: 100%;
  }
}
.main {
  flex: 1;
  position: relative;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px;
}

@media screen and (width >= 1180px) {
  .wrapper {
    width: 100%;
    padding: 0 130px;
  }
}
.wrapper_headline {
  position: relative;
}

.linear-progress {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #cce3f5;
  overflow: hidden;
  z-index: 1000;
}

/* Сама лінія, що рухається */
.linear-progress__bar {
  width: 100%;
  height: 100%;
  background-color: #3a80ba;
  animation: linearLoading 1.5s infinite ease-in-out;
  transform-origin: left-center;
}

/* Анімація бігучої лінії */
@keyframes linearLoading {
  0% {
    transform: translateX(-100%) scaleX(1);
  }
  50% {
    transform: translateX(0%) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(1);
  }
}
.headline {
  color: #fff;
  background: url("data:image/svg+xml,%3csvg%20width='1440'%20height='655'%20viewBox='0%200%201440%20655'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200H1440V104.272L1378.2%20217.493C1308.11%20345.888%201173.41%20425.778%201027.02%20425.778H894.837C810.446%20425.778%20728.218%20452.441%20659.915%20501.953L553.869%20578.824C404.575%20687.046%20200.558%20679.249%2059.9767%20559.948L0%20509.05V0Z'%20fill='url(%23paint0_linear_1_186)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1_186'%20x1='31'%20y1='68.7909'%20x2='1412.52'%20y2='119.271'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23255D8B'/%3e%3cstop%20offset='1'%20stop-color='%233A80BA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") 0% bottom/cover no-repeat;
  min-height: 655px;
  margin: 0 auto;
  padding: 140px 0;
  position: relative;
}

@media screen and (width >= 1180px) {
  .headline {
    padding: 122px 0 0;
  }
}
.headline__content {
  max-width: 586px;
}

.headline__title {
  font-size: 48px;
  font-weight: 400;
  line-height: 58.51px;
}

.headline__title b {
  font-weight: 700;
}

.headline__description {
  margin: 24px 0 31px;
  font-size: 20px;
  line-height: 28.4px;
}

.headline__button {
  color: #3a80ba;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 56px;
  padding-top: 1px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.headline__button:hover {
  color: #fff;
  background-color: #3a80ba;
}

.headline__decoration {
  cursor: pointer;
  transition-duration: 0.5s;
  display: none;
  position: absolute;
  top: -50px;
  right: 187px;
}

@media screen and (width >= 1180px) {
  .headline__decoration {
    display: block;
  }
}
.headline__decoration:hover {
  transform: rotate3d(1, 1, 1, 3deg);
}

.advantages {
  flex-direction: column;
  align-items: center;
  padding: 16px;
  display: flex;
}

@media screen and (width >= 1180px) {
  .advantages {
    padding: 16px 130px 128px;
  }
}
.advantages__title {
  text-align: center;
  max-width: 500px;
  font-size: 32px;
  font-weight: 400;
}

.advantages__title b {
  font-weight: 700;
}

.advantages__description {
  text-align: center;
  color: #7e7e7e;
  max-width: 780px;
  margin: 24px 0 39px;
  font-size: 20px;
  line-height: 28.4px;
}

.advantages__advatage-cards {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

@media screen and (width >= 1180px) {
  .advantages__advatage-cards {
    flex-direction: row;
  }
}
.advantages .advatage-card {
  cursor: pointer;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  width: 380px;
  height: 323px;
  padding: 48px 32px;
  transition-duration: 0.5s;
  display: flex;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1607843137);
}

.advantages .advatage-card:hover {
  background-color: #cce3f5;
}

.advantages .advatage-card__image {
  width: 106px;
  height: 96px;
}

.advantages .advatage-card__title {
  margin: 40px 0 17px;
  font-size: 24px;
  font-weight: 600;
}

.advantages .advatage-card__description {
  color: #7e7e7e;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.72px;
}

.subscribe {
  background: url("data:image/svg+xml,%3csvg%20width='1440'%20height='183'%20viewBox='0%200%201440%20183'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%20183.465H1440V17.965C1440%2017.965%201362%2017.965%201296.5%206.46497C1231%20-5.03503%201071%20-1.18733%201023%2017.965%20975%2037.1173%20828.5%2086.965%20768%2086.965%20566.302%2086.965%20515.5%2034.965%20428.5%2034.965%20341.5%2034.965%20284%2048.965%20188%2074.465%2092%2099.965%200%2048.965%200%2048.965V183.465Z'%20fill='url(%23paint0_linear_1_187)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1_187'%20x1='31.0003'%20y1='258.787'%20x2='1400.16'%20y2='119.346'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23255D8B'/%3e%3cstop%20offset='1'%20stop-color='%233A80BA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") 0 0/cover;
  justify-content: center;
  padding: 26px 16px 93px;
  display: flex;
}

@media screen and (width >= 1180px) {
  .subscribe {
    padding: 26px 0 93px;
  }
}
.subscribe__form {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 580px;
  height: 64px;
  padding: 4px 3px 4px 19px;
  transition: border 0.2s;
  display: flex;
}

.subscribe__form:hover {
  border: 1px solid #3a80ba;
}

.subscribe__input {
  color: #1a1a1a;
  background: 0 0;
  border: none;
  outline: none;
  flex: 1;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.subscribe__input::placeholder {
  color: #7e7e7e;
  opacity: 0.7;
}

.subscribe__button {
  color: #fff;
  text-transform: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  background-color: #3a80ba;
  border: none;
  border-radius: 8px;
  width: 176px;
  height: 56px;
  padding-top: 1px;
  font-size: 15px;
  font-weight: 400;
  transition: background-color 0.2s;
}

.subscribe__button:hover {
  background-color: #255d8b;
}

.footer {
  color: #fff;
  background: #1c3b55;
  justify-content: space-between;
  align-items: center;
  min-height: 57px;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer__logo {
  cursor: pointer;
  font-size: 24px;
  transition-duration: 0.1s;
}

.footer__logo:hover {
  color: #cce3f5;
}

.footer__rights {
  font-size: 16px;
  font-weight: 400;
  display: none;
}

@media screen and (width >= 1180px) {
  .footer__rights {
    display: inline;
  }
}
.footer__rights_reserved {
  margin-right: -12px;
}

.footer_main {
  background: 0 0;
  margin-bottom: 21px;
  position: absolute;
}

.footer_main .footer__logo {
  font-size: 32px;
}

.footer_main .footer__rights_reserved {
  margin-right: 35px;
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 23px auto 24px;
  display: flex;
}

.pagination__page,
.pagination__arrow,
.pagination__ellipsis {
  cursor: pointer;
  background: 0 0;
  border: 2px solid #f1f1f1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  transition: all 0.2s;
  display: flex;
}

.pagination__page:disabled,
.pagination__arrow:disabled,
.pagination__ellipsis:disabled {
  opacity: 0.1;
  cursor: not-allowed;
}

.pagination__page:hover:not(:disabled),
.pagination__arrow:hover:not(:disabled),
.pagination__ellipsis:hover:not(:disabled) {
  border-color: #3a80ba;
}

.pagination__page.active,
.pagination__arrow.active,
.pagination__ellipsis.active {
  color: #fff;
  background-color: #3a80ba;
  border: none;
}

.pagination__page.active:hover,
.pagination__arrow.active:hover,
.pagination__ellipsis.active:hover {
  background-color: #255d8b;
}

.pagination__arrow {
  color: #3a80ba;
  border: none;
  font-size: 68px;
  position: relative;
  top: -6px;
  left: -2px;
}

.pagination__arrow:first-child {
  left: 2px;
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: auto;
}

@media screen and (width >= 1180px) {
  .table-wrapper {
    overflow-x: hidden;
  }
}
.custom-table {
  table-layout: fixed;
  border-collapse: collapse;
  border-radius: 10px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.custom-table thead th {
  color: #fff;
  text-align: center;
  background-color: #3a80ba;
  border-right: 1px solid #fff;
  height: 49px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 400;
}

.custom-table thead th:first-child {
  width: 64px;
}

.custom-table thead th:nth-child(2) {
  width: 151px;
}

.custom-table thead th:nth-child(3) {
  width: 133px;
}

.custom-table thead th:nth-child(4) {
  width: 239px;
}

.custom-table thead th:nth-child(5) {
  width: 112px;
}

.custom-table thead th:nth-child(6) {
  width: 147px;
}

.custom-table thead th:nth-child(7) {
  width: 153px;
}

.custom-table thead th:nth-child(8) {
  width: 181px;
}

.custom-table tbody tr {
  background-color: #fbfbfb;
}

.custom-table tbody tr:nth-child(2n) {
  background-color: #f1f1f1;
}

.custom-table tbody td {
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border-bottom: none;
  border-right: 1px solid #fff;
  padding: 6.25px 0;
  font-size: 16px;
  line-height: 19.5px;
  overflow: hidden;
}

.custom-table tbody td:nth-child(4) {
  text-align: start;
  padding: 6.25px 24px;
}

.progress-bar {
  background: linear-gradient(90deg, #3a80ba 0% 50%, rgba(0, 0, 0, 0) 100%) 0 0/200% 100%;
  border-radius: 10px;
  height: 5px;
  animation: 1.5s linear infinite loading;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@keyframes loading {
  0% {
    background-position-x: 0%;
  }
  to {
    background-position-x: -200%;
  }
}
.wrapper_stat {
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  padding: 0;
}

@media screen and (width >= 1180px) {
  .wrapper_stat {
    width: 1180px;
  }
}
.statistic {
  padding: 16px;
}

@media screen and (width >= 1180px) {
  .statistic {
    padding: 16px 0 0;
  }
}
.statistic__breadcrumbs {
  margin-top: -3px;
}

.statistic__breadcrumbs-list {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.statistic__breadcrumbs-item {
  align-items: center;
  display: flex;
}

.statistic__breadcrumbs-separator {
  color: #ccc;
  -webkit-user-select: none;
  user-select: none;
  margin: -2px 7px 0 6px;
  font-size: 24px;
}

.statistic__link {
  color: #3a80ba;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.statistic__link_back {
  color: #ccc;
}

.statistic__title {
  margin: 20px 0 16px;
  font-size: 32px;
  font-weight: 700;
}

.error {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error__image {
  width: 200px;
}

.error__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.error__message {
  color: #1a1a1a;
  margin: 4px 0 -5px;
  font-weight: 400;
}

.error__back-button {
  color: #fff;
  text-transform: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  background-color: #3a80ba;
  border: none;
  border-radius: 8px;
  width: 130px;
  height: 48px;
  padding-top: 1px;
  font-size: 15px;
  font-weight: 400;
  transition: background-color 0.2s;
}

.error__back-button:hover {
  background-color: #255d8b;
}

/*# sourceMappingURL=styles.css.map */
