.item-slider-vacancy__text p:nth-child(2), .item-vacancy-catalog__text p:nth-child(2){
    margin-top: 8px
}
.item-vacancy-catalog__text p:nth-child(2){
margin-bottom: 15px;
}
.pagination__item.prev svg{transform: rotate(180deg);}
.item-vacancy-catalog__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
}
.item-services {
    background: #2175d1;
}
.item-services__title{
    color: #e4f0f9;
}
.item-services span {
    color: #1666b0;
}
.item-services:hover {
    background: #ffffff;
}
.item-services:hover .item-services__title {
     color: #383838;
 }
.item-services-catalog__top {
    background: #2175d1;
}
.item-services-catalog__top:hover {
    background: #fff;
}
.item-services-catalog__top-item{
    color: #e4f0f9;
}
.item-services-catalog__top:hover .item-services-catalog__top-item{
    color: #383838;
}
.item-services-catalog__top:not(.opened):hover .item-services-catalog__top-item {
    color: #383838;
}
.item-services-catalog__top:not(.opened)::after{
    background-color: #fff;
}
.services {
    background: #eff5f9;
}
.item-services-catalog__top:hover .item-services-catalog__arrow svg path {
    stroke: #383838;
}
.item-services-catalog__top:hover .item-services-catalog__arrow svg path {
     fill: #ffffff;
}
.item-services-catalog__top:hover .item-services-catalog__arrow svg rect {
    fill: #383838;
}
.services-catalog {
    background: #0000;
}
.item-services-catalog__top.active {
    background: #ffffff!important;
}
.body-item-services {
    background: #ffffff;
}

@media screen and (max-width: 1200px){
.item-services-catalog__top.opened:not(.active) .item-services-catalog__arrow:hover {
    background: #fff!important;
}

.item-services-catalog__top.opened:not(.active) .item-services-catalog__arrow svg path {
    fill: #2175d1;
}
.item-services-catalog__top:not(.active){
     background:  #2175d1!important;
   
}
.item-services-catalog__top:not(.active) .item-services-catalog__top-item {
    color: #e4f0f9;
}
}

.item-services-catalog__top.opened:hover .item-services-catalog__arrow {
    transform: none;
    background: #2175d1;
}

.item-privilege__element svg{
    height: 100%;
    width: auto;
}
.slider-reviews .owl-stage, .slider-vacancy .owl-stage{
    display: flex;
}
.item-slider-reviews, .item-slider-vacancy{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.reviews .line::before{
    height: 580px;
}
.partners .container.line::before{
    height: 620px;
}
.item-slider-vacancy__link.btn-blue{
    margin-top: auto;
}
.item-slider-vacancy__title{
    margin-bottom: 5px;
}
.item-slider-vacancy__text{
    margin-bottom: 15px;
}

.item-slider-main__title{
    font-size: 28px;
    line-height: 36px;
}
.item-slider-main__text{
    font-size: 24px;
    line-height: 30px;
}
@media screen and (max-width: 1200px){
    .item-slider-main__title {
        font-size: 22px;
        line-height: 30px;
    }
    .item-slider-main__text {
        font-size: 20px;
        line-height: 26px;
    }
}
.offer-vacancy-card__title {
    font-size: 20px;
}
.services-card__title {
    font-size: 28px;
    line-height: 36px;
}
@media screen and (max-width: 767px){
    .services-card__title {
        font-size: 26px;
    }
}

.about-company__text a{
    color: #0056b3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}