:root{
  --AccompanyWindowLeftWidth: 35%;
  --AccompanyWindowRightWidth: 55%;
}

body{
  font-size: max(1vw, 0.8rem);
}




#PricesSubTitle1{
  width: var(--AccompanyWindowLeftWidth);
}

#PricesSubTitle2{
  width: var(--AccompanyWindowRightWidth);
}

#PricesAppointmentTitle{
  color: #a28683;
}

#PricesAccompanyTitle{
  color: #6c5250;
}

#PricesAppointmentContainerDecoration{
  background: #936c5c;
}

#PricesAccompanyContainerDecoration{
  background: #543c32;
}

#PricesAppointmentContainer{
  background: #a28683bb;
}

#PricesAccompanyContainer{
  background: #6c5250bb;
}

.PricesTagsAppointment{
  color: #a28683;
}

.PricesTagsAccompany{
  color: #6c5250;
}

#PricesAccompanyKinds{
  width: var(--AccompanyWindowLeftWidth);
  text-align: center;
  font-size: max(1.1vw, 0.8rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#PricesAccompanyOptions{
  width: var(--AccompanyWindowRightWidth);
}

.PricesAccompanyTilesContainer{
  display: flex;
  justify-content: space-between;
}

.PricesAccompanyTile{
  text-align: center;
  padding: 1rem 1.25rem;
  background: #886460;
  border-radius: 1rem;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#PricesAccompanyMediaTitle{
  text-align: center;
  margin: 2rem 0;
  font-size: max(1.2vw, 1rem);
  font-weight: bold;
}

.PricesAccompanyTileTitle{
  font-size: max(1.1vw, 1rem);
  font-weight: bold;
}

#PricesQuoteContainer{
  width: var(--AccompanyWindowLeftWidth);
  display: flex;
  justify-content: center;
}

.PricesSubContainer{
  margin: 2rem 0;
}


@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 500px) {
  .PricesAccompanyTilesContainer{
    flex-direction: column;
    align-items: center;
  }

  .PricesAccompanyTile{
    width: 90%;
    margin: 0.25rem 0;
  }

  :root{
    --AccompanyWindowLeftWidth: 45%;
    --AccompanyWindowRightWidth: 45%;
  }
}
