@charset "UTF-8";



*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f0ffff;
  text-align: center;
}



hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}



img {
  vertical-align: middle;
  border-style: none;
}



h1,
.h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2.5rem;
}
.secret {
  position: absolute;
  top: -9999px;
  left: -9999px;
}


.container {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap; /* Позволяет кнопкам переноситься на новую строку */
  justify-content: flex-start; /* Выравнивание кнопок в начало контейнера */

}
.btn-container .btn {
  margin-right: 10px;
  border-radius: 1rem;
  width:250px;
  height: 120px;
}



.btn {
  color: #fff;
  background-color: #032467;
  width: 100%; /* Adjust the width to occupy the full available space */
  height: auto; /* Remove fixed height to allow dynamic height based on content */
  max-width: 250px; /* Add a max-width to prevent excessive stretching */
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #333;
  margin-bottom: 10px;
  line-height: 1.5;
  border-radius: 0.1rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 90, 166, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}


.result_form{
  margin-left: 200px
}




.custom-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  font-family: 'Montserrat', sans-serif;
  justify-content: space-between;
}


.custom-navbar .logo {
  font-size: calc(30px + (30 - 20) * ((100vw - 300px) / (1300 - 300)));
  text-decoration: none;
  color: #fff;

}


.custom-navbar .container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}


.header {
  z-index: 1;
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(105, 90, 166, 0.2) 90%, rgba(105, 90, 166, 0.2) 100%);
  background-image: linear-gradient(to top, #fff 0%, rgba(105, 90, 166, 0.2) 90%, rgba(105, 90, 166, 0.2) 100%);
}


.header .header-content {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 550px;
}
.up{

  display: flex;
  justify-content: center;
  flex-direction: column;

}
.header .header-content .header-title {
  white-space: nowrap;
  color: #010e44;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}




.header .header-content {
  position: relative;
  margin-top: 20px;
  border-radius: 20px;
  padding: 8px 15px;
}


.btnn td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}




.btnn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: auto; /* Add this line to center the buttons horizontally */
}
.number-box {
  color: #021685;
  font-size: 24px;
  position: relative;

}

.priem {
  display: flex;
  justify-content: center;
  color: #021685;
  margin-top: 120px;
  font-size: 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Указывает порядок слоев элементов */

}

footer {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
}
.container {
  max-width: 1140px;
  margin: 0 auto; /* Центрируем контейнер по горизонтали */
}

.logo {
  width: 250px;
  height: 60px;

}


/* Медиа-запросы для изменения размера кнопок */

@media screen and (max-width: 767px) {
  /* Adjust the mobile-specific styles for buttons here */


  #priem {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-top: 170px;
    position: relative;
  }
  .header {
    /* Стили, специфичные для мобильных устройств */
    text-align: center; /* Центрирование контента */
    padding: 20px; /* Добавление отступа */
    position: relative;
    z-index: 1;
  }

  .header-title {
    position: relative;
    z-index: 1;
    font-size: 24px; /* Уменьшение размера шрифта */
  }
  .btn {
    border-radius: 1rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 200px; /* Задайте желаемую ширину кнопки */
  }
  .btn-container {

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;

  }
  .table_but{



  }
  .btn-container .btn {

    margin-right: 10px;
    border-radius: 1rem;
    width: auto;
    height: auto;
    width: 200px; /* Задайте желаемую ширину кнопки */
  }

  .button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .button-row form {
    margin: 5px;
  }

  .logo {
    width: 100px;
    height: 100px;

  }
}
