.formCalculate {
    font-family: PT Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.formCalculate input
{
   min-height: 40px;
}

.formCalculate .swiper-wrapper1 {

    scrollbar-width: none;
    overflow-x: scroll;
}

.formCalculate .swiper-wrapper2 {
    width: 740px;
    position: relative;
    margin: 0 auto;
    left: -150px;
    padding-left: 150px;
}

.formCalculate .swiper {
    max-width: fit-content;
    width: fit-content;
    min-width: 100%;
}

p.rem-065.gray.mt-2 {
    font-size: 11px;
}

.d-flex.flex-row.col-12.gap-2.m-0 {
    padding-left: 0;
}


.formCalculate .form-field
{
    padding-left: 22px;
    min-height: 40px;
}


.formCalculate .h2
{
    font-family: Srbija Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
 

.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: PT Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #B6B6B6;
    
}

  @media (min-width: 768px) {
      .select-box {
          width: 70%;
      }
  }

  @media (min-width: 992px) {
      .select-box {
          width: 50%;
      }
  }

  @media (min-width: 1200px) {
      .select-box {
          width: 100%;
      }
  }

  .select-box   .select-box__current {
      position: relative;
      cursor: pointer;
      outline: none;
  }

.select-box   .select-box__current:focus+.select-box__list {
      opacity: 1;
      animation-name: none;
  }

  .select-box  .select-box__current:focus+.select-box__list .select-box__option {
      cursor: pointer;
  }

  .select-box   .select-box__current:focus .select-box__icon {
      transform: translateY(-50%) rotate(180deg);
  }

  .select-box   .select-box__icon {
    position: absolute;
    top: 52%;
    right: 12px;
    transform: translateY(-50%);
    width: 17px;
    opacity: 1;
    transition: 0.2s ease;
}

.select-box   .select-box__value {
      display: flex;
  }

  .select-box   .select-box__input {
      display: none;
  }

  .select-box   .select-box__input:checked+.select-box__input-text {
    display: block;
    color: #373737;
}

.select-box .select-box__value:first-of-type .select-box__input:checked+.select-box__input-text {
    display: block;
    color: #B6B6B6;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 12px 22px;
    background-color: #F6FAFF;
    border-radius: 7px;
    min-height: 40px;
}

 .select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    margin-top: 5px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 4.6px 0px #00000014;
    color: #373737;
    z-index: 10;
}

  .select-box__option {
      display: block;
      padding: 15px;
      background-color: #fff;
  }

  .select-box__option:hover,
  .select-box__option:focus {
      color: #FFFFFF;
      background-color: #69AEFF;
  }

  input, textarea {
    background-color: #F6FAFF;
    border: 1px solid #F6FAFF;
    border-radius: .45em;
    padding: .55em 1.1em;
    width: 100%;
    outline: none;
    display: block;
    -webkit-transition: 300ms ease-in;
    transition: 300ms ease-in;
    outline: none !important;
}

.select-box__input-text:hover
{
    -webkit-filter: brightness(95%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

  input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active {
    border: 1px solid #F6FAFF;
    -webkit-filter: brightness(95%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.flat-blue {
    width: 143px;
    height: 31px;
    border-radius: 6px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    box-shadow: 0px 0px 6px 0px #3F689921;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFFFFF;
    cursor:pointer;
}

.flat-blue.active
{
    background: #69AEFF;
}

.flat-blue.active span
{
    color:#FFFFFF;
}

.flat-blue span
{
    font-family: PT Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color:#373737;
}


.flat-blue .btn-close {
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 10;
    width: 21px;
    height: 21px;
    font-size: 10px;
    background-color: LightGray;
    padding: 0;
    color:#373737;
    opacity: 1;
    border-radius: 5px;
}

.flat-blue .btn-close:focus {
    outline: 0;
    box-shadow: unset;
    opacity: var(--bs-btn-close-focus-opacity);
}

.flat-blue.active .btn-close {
    background-color: #00000054;
    color: #ffffff;
    filter: invert(100%);

}

.add-flat
{
    width: 86px;
    height: 31px;
    border: 0.5px dashed rgba(182, 182, 182, 1);
    gap: 10px;
    border-radius: 6px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.add-flat span
{
    font-family: PT Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.add-flat:hover
{
    border: 0.5px dashed  #69AEFF;
    cursor:pointer;
}

.btn-1.disbled
{
    background: #B5D7FF;
    border-color: #B5D7FF;
}

p.rem-075.gray.mt-2 {
    font-size: 11px;
}

.formCalculate #drop-area p {
    font-size: 1em;
}

.form-field.invalid
{
    border: 1px solid var(--Colors-Red, #FF3B30);
    color: var(--Colors-Red, #FF3B30);
}

.validate-message {
    font-family: PT Sans;
    font-weight: 700;
    font-size: 8px;
    line-height: 100%;
    font-family: PT Sans;
    font-weight: 700;
    font-size: 8px;
    line-height: 100%;
    color: var(--Colors-Red, #FF3B30);
    position: relative;
    text-align: right;
    top: 15px;
}

.flat-advInfo {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.adv-item {
    display: none;
    column-gap: 10px;
}

.adv-item.active {
    display: flex;
    column-gap: 10px;
    flex-direction: column;
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

