

/* Start:/local/templates/pastuh/css/contacts.css?17074794966103*/
.contacts{
  
}
.rez_zel {
  font-weight: 700;
  font-size: 16px;
  text-align: start !important;
  width: 100%;
  margin: 40px 0 40px 0;
  color: green;
}
.err__parrent{
  border: none;
  box-shadow: 0 0 5px red;
}
.contacts__breadcrumbsa{
  display: flex;
  gap: 5px;
}
.contacts__breadcrumbs a{
 
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #949799;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-bottom: 2px;
}
.contacts__breadcrumbs a::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #949799;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.contacts__breadcrumbs span{
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #949799;
}
.contacts__breadcrumbs a:hover::after{
  transform: scale(1);
}

.contacts__title{
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  font-family: Arial,Helvetica,sans-serif;
}
.contacts__inner{
  display: flex;
  gap: 48px;
}
.contacts__item {
  max-width: 600px;
}
.contacts__img{
  max-width: 100%;
  border: 5px solid #e3e7f0;
}
.contacts__subtitle{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 16px;
}
.contacts__list li{
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  margin-bottom: 10px;
}
.contacts__list span{
  font-weight: 700;
  font-size: 15px;
}
.contacts__tel-link{
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.contacts__tel-link a{
  color: #35415b;
}
.contacts__people-tel a{
  color: #35415b !important;
}
.contacts__address-link:not(:first-child){
  display: flex;
  gap: 5px;
}

.contacts__often-link{
  display: flex;
  gap: 5px;
}
.contacts__map{
  margin: 0px 0 40px 0;
}
.contacts__form-title{
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.contacts__form-subject{
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
}
.contacts__form-list{
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  padding: 8px 16px;
  width: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #e3e7f0 inset;
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.contacts__form-list.active {
  box-shadow: none;
}

.contacts__form-popup{
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.contacts__form-popup.active{
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
}

.contacts__form-popup select{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
.contacts__form-popup svg{
  position: absolute;
  top: 45%;
  right: 3%;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  fill: #35415b;
}
.contacts__form-popup svg.active{
  transform: rotate(180deg) translateY(5px);
}
.contacts__form{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacts__input{
  border: 1px #8e91943b solid;
  padding: 8px 0px 8px 16px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: baseline;
  border-radius: 5px;
}
.contacts__input:nth-child(4){
  padding: 8px 0px 0px 16px;
  margin-bottom: 15px;
  
}

.contacts__input input{
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  border: none;
}
.far fa-phone::before{
  content: "\f095";
}
.contacts__input textarea{
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #35415b;
  border: none;
  width: 100%;
  height: 100%;
  min-height: 130px;
  resize: vertical;
}
.contacts__confiditiality{
  display: flex;
  gap: 5px;
  align-items: center;
  width: fit-content;
}
.contacts__confiditiality:hover span{
  color: #35415b;
}
.contacts__confiditiality a{
  color: #35415b;
  font-size: 16px;
  font-weight: 400;
}
.contacts__confiditiality span{
  color: #646cfd;
  transition: all 0.2s ease-in-out;
}
.contacts__confiditiality input{
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin-top: -1px;
  padding: 0!important;
  min-height: 0!important;
  box-shadow: none!important;
}
.contacts__form-btn{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 14px 14px;
    background: #ff5722;
    border-color: transparent;
    color: #ffffff!important;
    box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2);
    max-width: 270px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-bottom: 60px;
}
.contacts__form-btn:hover{
  background-color: #333333;
}

@media(max-width:900px){
  .contacts__inner{
    display: block;
  }
  .contacts__item {
    max-width: inherit;
  }
  .contacts__map{
    margin: 20px 0 20px 0;
  }
  .contacts__list li{
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #35415b;
    margin-bottom: 10px;
  }
  .contacts__list span{
    font-weight: 700;
    font-size: 15px;
  }
}
@media(max-width:500px){

  .contacts__list li{
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .contacts__list span{
    font-weight: 700;
    font-size: 13px;
  }
  .contacts__title{
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .contacts__subtitle{
    font-size: 28px;
}
.rez_zel {
  margin: 10px 0 20px 0;
}
}

/* End */
/* /local/templates/pastuh/css/contacts.css?17074794966103 */
