body.widget-snippet section.area-specialists{
animation-duration: unset;
  animation-fill-mode: unset;
 animation-name: unset
}
section.area-specialists {
    padding: 80px 0 100px;
          animation-duration: 1s;
  animation-fill-mode: both;
 animation-name: moveFromBottom
}

@keyframes moveFromBottom {
    from { transform: translateY(100%) }
}
section.area-specialists h2.title-content {
 max-width: 1050px;
 margin: 0 auto 40px;
 text-align:center;
 font-size: 37.4px;
 font-family: "aller", sans-serif;
 font-weight: 300;
}

.section-specialists {
    max-width: 1050px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    background: #f4f5f7;
}
.section-specialists:last-of-type {
    margin-bottom:0;
}
.left-specialists {
    padding:40px
}

.right-specialists {}
.right-specialists img{
    max-width:356px;
    height:100%;
    object-fit:cover;
    
}

h3.spec-title {
    font-family: "aller", sans-serif;
    font-weight: 300;
    margin:0 0 25px;
}

.left-specialists .address {
    display: flex;
}
.left-specialists .address p, .left-specialists .address a{
    font-size: 1.8rem;
    color: #383D48;
    line-height: 2.79rem;
    font-family: "Assistant", sans-serif;
    font-weight: 200;
    text-decoration: none;
}
.left-specialists .address p:first-of-type{
font-size: 1.36rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.015em;
    color: #383D48;
    margin-right:5px
}

