@charset "UTF-8";
@import 'normalize.css';
@import 'fonts.css';
/* Стили для обеспечения полноэкранного макета */
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-family: Roboto, sans-serif;
  background-color: #FDFAF7;
  color: #151D40;
}

main {
  flex: 1;
}

.t-card {
  width: 16em;
}

.t-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #F46D38;
  cursor: pointer;
}

.t-card2 {
  width: 18em;
}

.t-card3 {
  width: 27em;
}

@media (max-width: 768px) {
  .t-card {
    width: 100%;
    /* Увеличение размера второй картинки на мобильных устройствах */
  }
  .t-card2 {
    width: 175%;
    /* Увеличение размера второй картинки на мобильных устройствах */
  }
  .t-card3 {
    width: 175%;
    /* Увеличение размера второй картинки на мобильных устройствах */
  }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: rgba(244, 109, 56, 0.2);
}

.navbar-color {
  background: rgba(249, 238, 228, 0.9);
  border: 1px solid #304598;
  border-radius: 10px;
  height: 72px;
}

nav {
  margin: 0 auto;
  width: 95%;
  height: auto;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.t-nav {
  font-size: 16px;
  color: #151D40;
}

.navbar-nav a:hover {
  border-bottom: 2px solid #F46D38;
  color: #304598;
}

.footer-color {
  background: #151D40;
}

.navbar-collapse {
  background: rgb(249, 238, 228);
  padding-bottom: 20px;
  padding-left: 10px;
}

.btn-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 8px;
  width: 86px;
  height: 40px;
  border: 1px solid #304598;
  border-radius: 5px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.btn-nav:hover {
  border: 2px solid #F46D38;
  color: #304598;
}

.btn-nav-reg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 40px;
  background: #F46D38;
  border-radius: 5px;
  color: aliceblue;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.btn-nav-reg:hover {
  border: 2px solid #F46D38;
  color: #304598;
}

.btn-blue {
  background: #304598;
  color: aliceblue;
}

.btn-blue:hover {
  border: 2px solid #F46D38;
  color: #304598;
}

.btn-outline-dark {
  border: 1px solid #304598;
  color: #304598;
  border-radius: 5px;
  padding: 12px 24px;
}

.btn-outline-dark:hover {
  background: #304598;
}

.info-left {
  padding-top: 80px;
}

.info-h2 {
  color: #304598;
  font-size: 48px;
  font-weight: bold;
}

h2 {
  font-size: 48px;
  font-weight: bold;
}

.txt20 {
  font-size: 20px;
}

.txt20b {
  font-size: 20px;
  font-weight: bold;
}

.txt-blue16 {
  color: #304598;
  font-size: 16px;
  font-weight: bold;
}

.txt16 {
  font-size: 16px;
}

.txt18 {
  font-size: 18px;
}

.txt40b {
  font-size: 40px;
  font-weight: bold;
}

.txt22b {
  font-size: 22px;
  font-weight: bold;
}

.txt-orang {
  color: #F46D38;
}

.txt24b {
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  font-weight: bold;
}

h4 {
  font-size: 32px;
  font-weight: bold;
}

.footer-color {
  background: #151D40;
  position: relative;
}

.info-img-2 {
  display: flex;
  position: absolute;
  top: -5%;
  /* Отступ от верхней части первой картинки */
  right: -5%;
  /* Отступ от правой части первой картинки */
}

.info-img3 {
  position: relative;
  z-index: 1;
  width: 20%;
  top: -40%;
  right: 10%;
}

@media (max-width: 768px) {
  .info-img3 {
    width: 40%;
    top: -20%;
    /* Изменение размера контейнера на мобильных устройствах */
  }
}
.img-container2 {
  position: relative;
  max-width: 100%;
  width: 100vw;
  /* Задает ширину контейнера в зависимости от ширины окна */
}

.info-img-4 {
  position: absolute;
  z-index: 1;
  top: -20%;
  right: -5%;
  width: 20%;
}/*# sourceMappingURL=style.css.map */