body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 26px;
  font-size: 20px;
  color: #6c2e40;
  background-color: transparent!important;
}

#go-pif {
    background: #D899A1;
    width: 250px;
    padding: 10px 10px 5px 10px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    transition: 0.3s ease-out;
    border-radius: 7em;
    box-shadow: 1px 2px 2px 3px #22222252;
}
#go-pif .btn-icon {
  float: right;
  margin-right: 3%;
  margin-top: 4px;
}
#copyButton .btn-icon {
  float: right;
  margin-right: 3%;
  margin-top: 4px;
}
.btn-primary {
  border-color: #D899A1!important;
}
.fa-angle-right::before {
  content: "\f105";
}
a.btn-go-spec {
    font-size: 20px;
}
#go-pif:hover {
    color: #ffffff;
}
.calculator-p{
  /* font-family: 'Cuprum', sans-serif; */
    margin-bottom: 25px!important;
}
.btn{
    text-align: center;
    border-radius: 6px;
}
.row{
    display: block;
}
.custom-select {
  position: relative;
  font-family: Arial;
  font-size: 12px;
  width: 120px;
}
p.stp{
  color:  #A55369;
  font-size: 18px;
  padding-top: 15px;
  margin: 0px!important;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif!important;
}
p.extr_num_mg{
  font-size: 20px;
  margin: 0px!important;
  color:  #A55369;
}
p.extr_num_mgs{
  font-size: 18px;
  margin: 0px!important;
  color:  #222222;
}

.custom-select select {
  height: 45px;
}
.dt select {
  border-radius: 50px 0px 0 50px;
  box-shadow: 1px 1px 1px 1px #0000003d;
}
.ms select {
  box-shadow: 1px 1px 1px 1px #0000003d;
}
.rk select {
  border-radius: 0px 50px 50px 0px;
  box-shadow: 1px 1px 1px 1px #0000003d;
}

.select-selected {
  background-color: #fff;
  border-radius: 15px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;

}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;

}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: black ;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  display: none;

}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 300px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-flex{
    display: flex;
    gap: 10px;
}
.results {
    float: left;
    width: 100%;
}
.calculator-2 {
    float: left;
    margin-bottom: 10px;
    padding-top: 5px;
}
.bith {
    float: left;
    width: 100%;
}

.rasch {
    float: left;
    width: 250px;
    margin-left: 0px;
    margin-top: 40px;
}
table{
    color:#222222;
    width: 100%;
}
.extr_num p{
  font-size: 12px;
}
.extr_num_mg {
  margin-bottom: 4px;
}
.btn-table a img{
  width: 50px;
}
.btn-table{
  margin-top: 24px;
  gap:150px;
  align-items: center;
  justify-content: center;
}
.btn-table button img{
  width: 50px;
}
.btn-table button{
  margin-top: 15px;
  background: #D899A1;
  width: 250px;
  padding: 12px 10px 10px 10px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  transition: 0.3s ease-out;
  border-radius: 7em;
  border: 0px;
  box-shadow: 1px 2px 2px 3px #22222252;
  margin-bottom: 30px;
}
hr{
  margin-top: 4px;
  margin-bottom: 4px;
  background-color:#c1a08d;
  height: 2px;
}
.pifagor-char{
  font-size: 18px;
}
p.pifagor-char {
  margin: 0px!important;
  color: #A55369;
  font-size: 22px;
}
td{
    margin: 2px;
    border-color: #ffffff ;
  }
.line {
  border-color: #ffff;
  border-radius: 8px;
  border-width: 2px;
  margin: 3px;
  width: 145px;
  height: 100px;
  display: block;
  float: left;
  }
.line-col {
  border-color: #ffffff;
  border-radius: 8px;
  border-width: 2px;
  margin: 3px;
  width: 295px;
  height: 100px;
  display: block;
  float: left;
}
.line-cols {
  border-color: #ffffff;
  border-width: 2px;
  border-radius: 8px;
  margin: 3px;
  width: 295px;
  height: 100px;
  display: block;
  float: left;
}
.fon {
  background-color: #E4C4D1;
  border-radius: 3px;
  margin: 3px;
  height: 92px;
}
.fon-light {
  background-color: #E4C4D1;
  border-width: 2px;
  border-radius: 8px;
  margin: 3px;
  height: 92px;
}
#dynamicText {
  margin-top: 70px;
}
@media(max-width:600px){
   .line {
   width: 22%;
   height: 70px;
   }
   .custom-select {
   width: 80px;
   }
   .col-sm-5 {
   padding-left: 0px!important;
   padding-right: 0px!important;
   }
   .col-sm-12 {
   padding-right: 0px!important;
   }
   .col-sm-7 {
   padding-left: 0px!important;
   padding-right: 0px!important;
   }
   .mobs {
   width: 46%;
   height: 70px;
   }
   td{
    width: 90px;
    height: 90px;
    margin: 3px;
    display: inline-table;
    border-color: #bb0000;
    border-radius:3px;
  }
  .calculator-p{
    font-size: 14px;
  }
  .line-cols {
    width: 46%;
  }
  .line-col {
    width: 46%;
  }
  p.stp {
  font-size: 10px;
  }
  p.pifagor-char {
  font-size: 14px;
  }
  .line-cols {
  height: 70px;
  }
  .line-col {
  height: 70px;
  }
  .fon-light {
  height: 62px;
  }
  .fon {
  height: 62px;
  }
  p.extr_num_mg {
  font-size: 10px;
  }
  input{
    width: 100px;
  }
  .row{
    align-items: flex-start;
    margin-left: 20px;
  }
  .btn-table{
    margin-top: 12px;
    gap:60px;
    justify-content: flex-start;
    padding-bottom: 12px;
  }
  .btn-table button img{
    width: 25px;
  }
  .select-flex{
    gap: 10px;
    width: 300px;
  }
  .select-selected{
    width: 81px;
  }
  .lined::before{
    right: 12%;
    top: 83%;
  }
  .custom-select {
    font-size: 11px;

  }
  .rasch {
    float: left;
    width: 360px;
    margin-left: 0px;
    margin-top: 35px;
  }
  .mobi {
    display: none;
  }
  .calculator-p{
    font-size: 18px;
  }
  input{
    width: 100px;
  }
  .row{
    align-items: flex-start;
    margin-left: 0px;
  }
  .btn-table{
    margin-top: 12px;
    gap:60px;
    justify-content: flex-start;
    padding-bottom: 12px;
  }
  .btn-table button img{
    width: 25px;
  }
  .select-flex{
    gap: 10px;
    width: 300px;
  }
  .select-selected{
    width: 81px;
  }
  .lined::before{
    right: 12%;
    top: 83%;
  }
  .custom-select {
    font-size: 11px;

  }
  #dynamicText {
  margin-top: 20px;
}

}