
header {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0); */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  width: 100%;
  padding: 10px;
}

#header.sticky {
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-container {
  margin: 0 auto;
  max-inline-size: 1200px;
  display: flex;
  justify-content: space-between;
}

.start {
  padding: 100px 24px;
  overflow: hidden;
}

header ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 550;
  font-size: 15px;
}

.logo-link {
  display: flex;
  color: #1f68bb;
  gap: 5px;
  align-items: center;
}

.logo-link svg {
  color: #1f68bb;
  width: 100px;
  height: auto; /* или фиксированная высота, если нужно */
}

.logo-text {
  font-size: 1.250rem;
  align-content: center;
  font-weight: 1000;
}

.start-container {
  position: relative;
  block-size: 850px;
  margin: 0 auto;
  max-inline-size: 1200px;
  align-content: center;
  padding-bottom: 100px;
}

.start-container img {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateX(250px);
  max-inline-size: 110%;
}

.start-container .text {
  mix-blend-mode: difference;
}

.start-container .dev-text {
  justify-self: center;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.start-container .buttons {
  display: flex;
  gap: 20px;
  margin-top: 100px;
}

.start-container button {
  display: block;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 550;
  font-size: 1rem;
  line-height: 18px;
  min-inline-size: 200px;
  min-block-size: 50px;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  border-radius: 25px;
}

.start-container button:first-of-type {
  background-color: #1f68bb;
  color: #fff;
}

.start-container button:nth-of-type(2) {
  background-color: rgb(244, 243, 244);
  color: #2d2d2a;
}

.start-container button:first-of-type:hover {
  background-color: #184c88;
  color: #fff;
  cursor: pointer;
}

.start-container button:nth-of-type(2):hover {
  background-color: rgb(223, 223, 223);
  cursor: pointer;
}

.start-undertext {
  margin-top: 50px;
  color: #0c2542;
  background-color: #fff;
  max-width: fit-content;
  padding: 2rem;
  border: 1px solid #cecece;
  border-radius: 12px;
  filter: drop-shadow(0px 0px 1px rgba(17, 24, 28, .16)) drop-shadow(0px 1px 4px rgba(17, 24, 28, .16));
}

.header-text {
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  line-height: 105%;
  font-weight: 600;
  line-height: 1.25em;
  color: #fff;
}

.header-text_small {
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  line-height: 105%;
  font-weight: 600;
  line-height: 1.25em;
  color: #e09744;
}

a {
  color: #2d2d2a;
  transition: color 0.1s ease-in-out;
}

a:hover {
  color: #1f68bb;
}

a:focus {
  color: #184c88;
}

h2 {
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.875rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -1px;
}


p {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}

.main {
  padding: 20px 24px;
}

.main-container {
  margin: 0 auto;
  max-inline-size: 1200px;
}

.main-header-text {
  font-size: 1.125rem;
  max-inline-size: 1000px;
  margin: 0 auto;
  text-align: center;
}

.main-header-text span {
  font-weight: 600;
  color: #1f68bb;
}

.main .icons-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1;
  gap: 30px;
  padding-top: 100px;
}

.main .icons-container div {
  display: block;
}

.main svg {
  width: 50px;
  height: 50px;
  border: 1px solid #cae3ff;
  border-radius: 10px;
  padding: 5px;
  background-color: #cae3ff;
  color: #1f68bb;
}

.main .icons-header  {
  padding: 10px 0 20px 0;
  font-weight: 700;
  font-size: 1.125rem;
}

.process {
  padding: 20px 24px;
  background-color: rgb(246, 246, 246);
  margin-top: 80px;
}

.process-container {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-inline-size: 1200px;
  align-items: center;
  justify-content: center;
}

.process-container img {
  /* position: absolute; */
  /* top: 0%;
  left: 0%; */
  /* transform: translateX(250px); */
  max-inline-size: 50%;
}

.process-items {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.process-items li {
  display: flex;
  align-items: center;
}

.process-items li svg {
  color: #e2e2e2;
  width: 100;
  height: 100;
  margin-bottom: 15px;
  margin: 0 10px;
}

.process-items button {
  font-family: Montserrat, sans-serif;
  font-weight: 550;
  font-size: 1rem;
  line-height: 18px;
  background: none;
  color: #2d2d2a;
  border: 1px solid transparent;
  border-radius: 25px;
  transition: all 0.1s ease-in-out;
  padding: .3rem .5rem;
}

.process-items button:hover {
  background-color: rgb(223, 223, 223);
  cursor: pointer;
}

.process-items .process-button_activated {
  background-color: #0c2542;
  color: #fff;
  padding: .4rem .6rem;
}

.process-items .process-button_activated:hover {
  background-color: #0c2542;
  color: #fff;
}

.process-block {
  background-color: #fff;
  /* inline-size: 100%; */
  margin-top: 40px;
  padding: 2.5rem;
  border: 1px solid #cecece;
  border-radius: 12px;
  filter: drop-shadow(0px 0px 1px rgba(17, 24, 28, .16)) drop-shadow(0px 1px 4px rgba(17, 24, 28, .16));
}

.process-block-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.process-block-header p {
  font-weight: 700;
  font-size: 1.5rem;
}

.process-block-header svg {
  width: 40px;
  height: 40px;
  color: #0c2542;
  border: 1px solid transparent;
  background-color: #f7f5ff;
  border-radius: 6px;
  padding: 3px;
}

.process-block-info {
  margin-top: 20px;
}

.process-block-info ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 40px;
  gap: 10px;
}


.process-block-info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.process-block-info li svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  color: #0c2542;
}

.process-block-info li p {
  font-weight: 400;
}

.map {
  margin: 80px 0;
  padding: 20px 24px;
}

.map-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  margin: 0 auto;
  max-inline-size: 1200px;
  align-items: center;
  justify-content: center;
}

.map-container iframe {
  border: 1px solid transparent;
  border-radius: 25px;
  filter: drop-shadow(0px 0px 1px rgba(17, 24, 28, .16)) drop-shadow(0px 1px 4px rgba(17, 24, 28, .16));
}

.map-info {
  justify-items: center;
}

.map-info_header {
  font-weight: 600;
  font-size: 46px;
  margin-bottom: 20px;
}

.map-info_text {
  text-align: center;
}

.stats {
  padding: 20px 24px;
  background-color: #0c2542;
}

.stats-container {
  margin: 0 auto;
  max-inline-size: 1200px;
}

.stats-container ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: white;
  margin: 40px 0;
}

.stats-container .stats-item {
  justify-items: center;
  padding: 0 45px;
}

.stats-item:not(:first-child) {
  justify-items: center;
  padding: 0 45px;
  border-left: 1px solid rgb(139, 135, 151);
}

.stats-item p:first-of-type {
  font-size: 46px;
  font-weight: 600;
}

.stats-item p:nth-of-type(2) {
  text-align: center;
}

.repairs {
  padding: 20px 24px;
  background-color: #0c2542;
}

.repairs-container {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-inline-size: 1200px;
  align-items: center;
  justify-content: center;
}

.repairs-img {
  max-inline-size: 50%;
}

.repairs-header {
  color: #fff;
  text-align: end;
  justify-self: flex-end;
  margin: 0;
}

.repairs-text {
  display: flex;
  justify-self: flex-end;
  color: #fff;
  margin-top: 20px;
  text-align: end;
  max-width: 500px;
}

.repairs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 50px;
  justify-content: end;
}

.repairs-list li {
  background-color: #184c88;
  border: 1px solid #184c88;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  transition: all 1s;
}

.repairs-list li:hover {
  background-color: #1f68bb;
  border-color: #1f68bb;
}

.repairs-footer {
  display: flex;
  color: #1f68bb;
  justify-self: end;
  margin-top: 40px;
}

.repairs-footer:hover {
  color: #447fc3;
}

.partners {
  padding: 96px 24px;
}

.partners-container {
  margin: 0 auto;
  max-inline-size: 1200px;
}

.partners-header-text {
  font-size: 48px;
  font-weight: 600;
}

.partners-header_more {
  display: flex;
  align-items: center;
  color: #1f68bb;
  cursor: pointer;
  justify-self: end;
  margin-top: 60px;
}

.partners-header_more:hover {
  color: #447fc3;
}

.partners-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
}

.partners-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 50px;
  justify-items: center;
  margin-top: 20px;
}

.partners-cards_img-container {
  inline-size: 100%;
  block-size: 264px;
  background-color: rgb(246, 246, 246);
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 20px;
}

.partners-cards_img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners-cards .mts {
  padding: 50px;
}

.partners-cards_header {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
}

.partners-cards_text {
  margin: 16px 0 24px;
  font-size: 15px;
  font-weight: 400;
}

footer {
  padding: 96px 48px;
  background-color: rgb(246, 246, 246);
}

.footer-container {
  margin: 0 auto;
  max-inline-size: 1200px;
  align-items: center;
  justify-content: center;
}

footer .nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  justify-items: center;
}

footer .footer_header {
  color: #2d2d2a;
  font-size: 12px;
  font-weight: 450;
}

footer .footer_content {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 550;
  font-style: normal;
}

footer .socials address {
  align-items: center;
  gap: 2px;
}

footer .location a {
  font-weight: 550;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #1f68bb;
}

footer .location a:hover {
  color: #447fc3;
  cursor: pointer;
}

footer .footer-reserved {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

footer .footer-inn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

footer .footer-reserved p, footer .footer-inn p {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgb(139, 135, 151)
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: relative;
  background: #fff;
  padding: 50px;
  margin: 10% auto;
  width: 30%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  /* float: right; */
  font-size: 40px;
  cursor: pointer;
  transition: color 0.1s ease;
}

.close:hover {
  color: #447fc3;
}

.modal-content h2 {
  margin-bottom: 40px;
}

.modal-content p {
  margin-top: 20px;
}
