.dropdown-form {
  transition: 0.5s;
  background-color: #fff;
  width: 100%;
  margin-top:24px;
  overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  
}
.expansion-hide {
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);    
}
.drop_padding{
  padding:32px 40px;
  /* border: 1px solid #F2F2F2; */
}

.dropdown-btn svg{
  padding-right:5px;
  height: 15px;
}
.message_hover{
  transition: fill .5s;
}
.dropdown-btn:hover .message_hover{
  fill: white;
}
.form-feedback{
  width: 100%;
}
.dropdown-form button{
  display: block;

    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 23px 0;
    width: 100%;
    max-width: 260px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: opacity 0.3s;
    border-radius: 2px;
}
.dropdown-form button:hover{
  opacity: 0.8;
}
.dropdown-btn{
  display: inline-block;
    padding: 12px 20px;
    background-color: #FFF;

    cursor: pointer;
    transition-property: background-color;
    border-radius: 2px;
    font-size: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color  0.5s, background-color 0.5s ;
}
.dropdown-btn:hover{
  /* background-color: #000; */
  color: white;
}
.dropdown-form label {
  display: block;
  margin-bottom: 5px;
}

.dropdown-form input,
textarea {
  border: 1px solid #F2F2F2;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  outline: none;
  transition: border .2s;
}
.dropdown-form input:focus,
textarea:focus {
  border: 1px solid #ccc5c5;
}
.dropdown-form input:hover,
textarea:hover {
  border: 1px solid #ccc5c5;
}
.dropdown-form button[type="submit"] {
  display: block;
  margin-top: 10px;
}
.dropdown {
  position: relative;
}
.review{
  padding: 40px 48px;
    border: 1px solid #F2F2F2;
   
}
.review{
  margin-top: 24px;
}
.main_review{
  display: flex;
  align-items: center;
}
.main_review img{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  transition: opacity .2s;
  object-fit: cover;
  object-position: top;
  margin-right: 12px;
}
.main_review img:hover{
  height: 80px;
  border-radius: 50%;
  opacity: 0.5;
  
}

.date_review{
  font-size: 10px;
  line-height: 1;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.1em;

}

.inf_review{
  padding-right: 12px!important;
  /*padding-left: 12px!important;*/
}
.name_review{
  font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    color: #404040;
    margin-top: 8px;
}
.text_review{
  margin-top:16px;
  font-size: 14px;
    line-height: 1.71;
    color: #808080;
    margin-top: 16px;
    margin-right: 48px;
}

.tingle-modal .block-company-reviews__swiper-item__header-left {
  flex: 0 0 100%;
  display: block;
  width: 100%;
  max-width: 100%;
}

.tingle-modal .review {
  margin-top: 0;
  border: 0;
  padding: 0;
  padding-bottom: 20px;
}

@media (max-width: 1024px){
  .review{
    padding:24px;
  }
  .drop_padding{
    padding: 24px;
  }
}
