.free-measurement {
  background-color: #f7f7f7;
  /* .free-measurement__title */
  /* .free-measurement__subtitle */
  /* .free-measurement__form */
  /* .free-measurement__adress */
}

.free-measurement__title {
  line-height: 1.2em;
  margin-bottom: 0.7em;
}

@media (min-width: 768px) {
  .free-measurement__title {
    margin-bottom: 2.5rem;
  }
}

.free-measurement__subtitle {
  margin-bottom: 1.6em;
}

@media (min-width: 768px) {
  .free-measurement__subtitle {
    margin-bottom: 2.7rem;
  }
}

@media (min-width: 1200px) {
  .free-measurement__subtitle {
    margin-bottom: 3.1rem;
  }
}

.free-measurement__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .free-measurement__form {
    max-width: 29.2em;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .free-measurement__form {
    max-width: 100%;
  }
}

.free-measurement__adress {
  border-radius: 0px;
  width: 100%;
  font-size: 1.4rem;
  padding: 0.6em 1.2em;
  min-height: 3.5rem;
  border: none;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  color: #000;
  margin-bottom: 1rem;

}

.free-measurement__adress::-webkit-input-placeholder {
  color: #ccd6e3;
}

.free-measurement__adress:-ms-input-placeholder {
  color: #ccd6e3;
}

.free-measurement__adress::-ms-input-placeholder {
  color: #ccd6e3;
}

.free-measurement__adress::placeholder {
  color: #ccd6e3;
}

@media (min-width: 768px) {
  .free-measurement__adress {
    
    font-size: 1.6rem;
    padding: 0.7em 1.2em;
    margin-bottom: 0.9em;
    max-width: 22.6rem;
  }
}

@media (min-width: 1200px) {
  .free-measurement__adress {
    max-width: 19.5rem;
    padding: 0.5em 1.2em;
    margin: 0;
    min-height: 4rem;
  }
}

.free-measurement__btn {
  display: block;
  width: 100%;
  margin-top: 2.5rem;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .free-measurement__btn {
    max-width: 34.6rem;
    margin: 3rem auto 0;
  }
}

@media (min-width: 1200px) {
  .free-measurement__btn {
    max-width: 19.3rem;
    margin: 0;
    line-height: 0em;
    padding: 0;
    letter-spacing: 0;
  }
}

.free-measurement .select {
  position: relative;
  display: inline-block;
  max-width: 16.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .free-measurement .select {
    max-width: 22.6rem;
  }
}

@media (min-width: 1200px) {
  .free-measurement .select {
    max-width: 14.4rem;
  }
}

.free-measurement [value="free-measurement-day"] + .select__head,
.free-measurement [value="free-measurement-time"] + .select__head {
  color: #ccd6e3;
}

.free-measurement .select__head {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  color: #000;
  background-color: #fff;
  padding: 0.6em 1.2em;
  min-height: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .free-measurement .select__head {
    font-size: 1.6rem;
    padding: 0.7em 1.2em;
  }
}

@media (min-width: 1200px) {
  .free-measurement .select__head {
    padding: 0.7em 1.2em;
    min-height: 4rem;
  }
}

.free-measurement .select__head::after {
  width: 1rem;
  height: 0.6rem;
  background: #fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ccd6e3'/%3E%3C/svg%3E%0A") no-repeat center/cover;
  position: absolute;
  right: 1.3rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  display: block;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.free-measurement .select__head.open::after {
  -webkit-transform: translateY(50%) rotate(180deg);
          transform: translateY(50%) rotate(180deg);
}

.free-measurement .select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
}

.free-measurement .select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #f8f9fa;
  padding: 5px;
}

.free-measurement .select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9d9d9;
}

.free-measurement .select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}

.free-measurement .select__list .select__item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}
/*# sourceMappingURL=free-measurement-of-togliatti.css.map */