

/* Start:/local/templates/pastuh/css/dostavka.css?17077140253499*/
.delivert__accordion{
  border-top: 1px solid #e3e7f0;
  border-bottom: 1px solid #e3e7f0;
  display: flex;
  flex-direction: column;
}
.delivert__accordion-button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.delivert__accordion-button:hover{
  background: linear-gradient(90deg,transparent,rgba(0,0,0,0.04),transparent);
}
.delivert__accordion-button:focus{
  background: linear-gradient(90deg,transparent,rgba(0,0,0,0.04),transparent);
}

.delivert__accordion-title{
  font-size: 24px;
  line-height: 30px;
  color: #ff5722;
  font-family: "Open Sans",sans-serif;
  padding: 24px 0;
}

.delivery__wrapper{
  display: flex;
  margin-bottom: 70px;
  gap: 30px;
  justify-content: space-between;
}
.delivert__content-accordion{
  max-width: 760px;
  width: 100%;
}
.delivert__content{
  min-width: 265px;

}
.delivert__open{
 transition: all 0.2s ease-in-out;
 stroke: #35415b;
}
.delivert__open.active{
  transform: rotate(180deg);
  stroke: #0558A8;
}
.delivert__content-info{  
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition:all 0.5s ease-in-out;
}
.delivert__content-info-wrapper{  
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.delivert__content-info.active{
  grid-template-rows: 1fr;
  padding: 24px 0 24px 0;
}
.delivert__item{
  display: flex;
  max-width: 760px;
  gap: inherit;
  min-height: 0;
  transition: 1s ease-in-out;
}
.delivert__image{
  width: 100%;
  max-width: 75px;
}
.delivert__image img{
  object-fit: cover;
}
.delivert__info{
  width: 370px;
}
.delivert__address{
  max-width: 218px;
}
.delivert__info-title{
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
.delivert__item p{
  font-family: "Open Sans",sans-serif;
  line-height: 30px;
  color: #35415b;
}
.delivert__item p span{
  font-weight: 600;
}
.delivert__content-inner{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.delivert__content-inner a{
  font-family: "Open Sans",sans-serif;
  color: #ff5722;
  font-size: 19px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.delivert__content-inner a:hover{
  border-bottom: 1px solid #35415b;
  color: #35415b;
}
.delivert__accordion-button svg 
.delivert__deliver a{
  color: #35415b;
}
@media(max-width:1000px){
  .delivery__wrapper{
    flex-direction: column;
  }
  .delivert__content-accordion{
    max-width: inherit;
  }
  .delivert__item{
    max-width: inherit;
    justify-content: space-between;
  }
  .delivert__info {
    max-width: 370px;
    width: 100%;
  }
}
@media(max-width:600px){
  .delivert__item p {
    line-height: 20px;
    font-size: 14px;
}
.delivert__info-title {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.delivert__item{
 gap: 10px;
}
.delivert__accordion-title {
  font-size: 21px;
  line-height: 15px;
  padding: 24px 0;
}
.delivert__content-inner {
  gap: 15px;
}
.delivert__content-inner a{
  font-size: 16px;
}
.delivery__wrapper {
  margin-bottom: 40px;
}
.delivert__open {
  width: 15px;
}

}
@media(max-width:500px){
  .delivert__item{
    flex-direction: column;
   }
   .delivert__content-info.active {
    gap: 20px;
    padding: 8px 0 8px 0;
}
.delivery__wrapper {
  margin-bottom: 20px;
}
}
/* End */
/* /local/templates/pastuh/css/dostavka.css?17077140253499 */
