@font-face {
  font-family: "rouble";
  src: url("/calc/сss/fonts/rouble.otf") format("opentype");
}

/* Шрифты и цвета */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");


* {
  font-family: "Oswald", sans-serif !important;
  color: #4f4f4f;
}

.btnColor {
  color: #005c9f !important;
  background-color: #005c9f !important;
  border: none;
}

/*  */

/* Ввод информации */

.calc_input {
  border: 2px #ccc solid;
    border-radius: 10px;
    background: #ffffff;
    padding: 5px;
  width: 20%;
  text-align: center;
}

.calc_input_form {
  /*border: none;
  border-bottom: 1px solid #000000;*/
  border: 2px #ccc solid;
    border-radius: 10px;
    background: #ffffff;
    padding: 5px;
  width: 100%;
}

.calc-select {
  /*border: none;
  border-bottom: 1px solid #000000;*/
  border: 2px #ccc solid;
    border-radius: 10px;
    background: #ffffff;
    padding: 5px;
  max-width: 60%;
}

/*  */

.rub {
  font-family: "rouble";
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.1); /* Black w/ opacity */
  border-radius: 10px;
    
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  /*width: 70%;*/
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.mt-3 {
  margin-top: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.modal-mode {
  /*width: 55%;*/
}

.priceAmountCalc {
  font-size: calc(1em + 0.8vw);
  padding-left: 10px;
}

@media (max-width: 700px) {
  .modal-mode {
    width: 100%;
  }

  .priceAmountCalc {
    font-size: 100%;
    font-weight: bold;
  }
}
