

p, h1, h2, h3, a, span, li, label, select, button
{
  font-family: 'Inter', sans-serif;
}



.content
{
  background: linear-gradient(180deg, #365DFF 0%, rgba(255, 255, 255, 0) 100%);
}

.form_container
{
    margin: 0 auto;
    max-width: 800px;
    padding: 3rem;
  
}

.df
{
  display: flex;  
}

.jb
{
  justify-content: space-between;  
}

.ac
{
  align-items: center;
}

.fg2
{
  flex-grow: 2;
  margin: 0 !important;
}




@media (max-width: 576px)
{
    .form_container
    {
        margin: 0;
        padding: 1rem;
    }

}

.header_2
{
  color: white;
  z-index: 3;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 4rem;
  
}

.yellow_header
{
  z-index: 3;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem  3rem;
  text-align: center;
  background-color:#F5F500;
  font-size: 2rem;
  font-weight:700;
  line-height: 2.3rem;
}

.header_2 h1
{
  font-weight:700;
}

.header_container
{
  background-image: url('./img/image_2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.header_filter
{
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(216, 209, 255, 0.95) 0%, rgba(62, 119, 163, 0.855) 100%);
  z-index: 1;
}

.form_number
{
  color: white;
  background-color: #365DFF;
  padding: 2rem;
}

.bg_white
{
  background-color: white;

}


@media (max-width: 576px)
{
  .bg_white
  {
    background-color: inherit;
  }

  .ac_m
  {
    align-items: flex-start;
  }

}

.r1
{
  padding: 2.2rem  1rem;
  background-color: white;
  min-height: 100%;
}

.r3
{
  padding: 1.6rem  1rem;
  background-color: white;
  min-height: 100%;
}

.r2
{

  padding: 0 2rem;
  background-color: white;
  min-height: 100%;
  border-radius: 20px;
}

.form_number
{
  font-size: 3rem;
  font-weight: 700;
}

.myRange
{
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.slider
{
  min-width: 100%;
}

.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  border-radius: 10px;
  background: #74815F; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #74815F;/* Green background */
  cursor: pointer; /* Cursor on hover */
  border: 2px grey solid;
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #74815F; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border: 2px grey solid;
}

.bg_green
{
  background: #DFE4D9;
}

.r4
{
  padding: 1rem;
  min-height: 100%;
}

.r5
{

  padding: 0 2rem 2rem 0;
  min-height: 100%;
  border-radius: 20px;
}

@media (max-width: 576px)
{
  .bg_green
{
  background: inherit;
}

.r4
{
  padding: 1.4rem 1rem;
  min-height: 100%;
  background-color: white;
}

.r5
{

  padding: 2rem 1rem 1rem 1rem;
  border-radius: 20px;
  background-color: #F1F1F1;
}

.mw-30
{
  min-width: 100% !important;
  margin-bottom: 1rem;
}

}

input[type='radio'],
label {
  cursor: pointer;
}

input[type='radio'] {
  position: relative;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type='radio']::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 2px solid #74815F;
}

input[type='radio']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #74815F;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.btn-secondary
{
  background-color: #365DFF;
  padding: 1rem 3rem;

}

.form1 input, .form1 button
{
  padding: 10px 20px;
}

.rouded
{
  border-radius: 10px !important;
}




.confirm_button
{
  background-color: #FFD51A;
  border: none;
  color: black;
}


.form_container_succes
{
  min-height: 100vh;
}

.form_container_succes1
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.form2
{
  background-color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  
}

.form2 h1{
  font-weight: 700;
}

#cookie-popup {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  text-align: center;
}

/* Стилі для кнопок */
.cookie-btn {
  margin: 0 10px;
  padding: 5px 10px;
  cursor: pointer;
}