.specialists h1{
    color: #3e58a2;
}

.specialist_card{
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
            box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.head{
    width: 100%;
}

.specialist-card__caption a{
    font-size: 1.25rem;
    text-decoration: none;
    color: #1C1C1C;
    font-weight: 700;
    display: inline-block;
    padding-top: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 1rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
}

.specialist-card__caption a:hover{
    color: #3E58A2;
}

.specialist-card__position{
    color: #303030;
    padding-top: .5rem;
    padding-left: 1.75rem;
    padding-right: 1rem;
}

.specialist-card__exp{
    color: #3E58A2;
    padding: .5em 1.2em;
    margin-top: .5rem;
    margin-left: 1.75rem;
    border: 1px solid #3E58A2;
    border-radius: 999px;
    display: inline-block;
}

.specialist-img {
    position: relative;
    z-index: 4;
}

.specialist-img img{
    display: block;
}

.specialist_card::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border-radius: 10px;
    border: 1px solid #ededed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.news-card__action{
    position: absolute;
    width: 100%;
    z-index: 5;
    text-align: center;
    bottom: -6%;
    text-align: center;
}

.btn.btn--short{
    padding: .9em 2em;

}

.cta_background{
    background-image: url(../img/cta/background_for_cta.png);
    min-height: 570px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cta_left_caption{
    
}

.cta_left_caption span{
    font-size: 4em;
    color: #fff;
    font-weight: 800;
    font-family: 'Bebas Neue', sans-serif;
}

.cta_img{
    position: relative;
    left: -4%;
}

.cta_img img{
    display: block;
    margin-top: 2rem;
    
}

.cta_left_block {
    background-image: -webkit-gradient(linear, right top, left top, from(#3d57a1), to(#587fcc));
    background-image: -o-linear-gradient(right, #3d57a1 0%, #587fcc 100%);
    background-image: linear-gradient(to left, #3d57a1 0%, #587fcc 100%);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.cta_right_block {
    background-color: white;
    border-radius: 10px;
    height: 100%;    
}

.cta_left_title{
    font-size: 1.4em;
    color: #fff;
    margin-top: 1em;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
}

.cta_left_numbers{
    font-size: 1.9em;
    color: #fff;
    margin-top: .25em;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
}

.cta_right_title{
    font-size: 1.1rem;
    margin: 0rem 2rem;
    margin-top: 2rem;
    color: #303030;
}

.cta_inputs{
    margin: 1rem 2rem;
}

.cta_inputs input{
    text-align: left;
}

.cta_button{
    margin: 0rem 2rem;
}

.cta_policy{
    font-size: 1.1rem;
    color: #a3a3a3;
    margin: 2rem 2rem;
}