.container_services,.container_partners{
    padding: 70px 0;
}
.services_headline,.partners_headline{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px ;
}
/*.services_content .slick-track{*/
    /*width: 1170px!important;*/
/*}*/
.services_content,.partners_content {
    /*width: 100%;*/
    width: 1300px!important;
    height: 243px;
    margin: auto;
}
.service,.partner{
    width: 305px!important;
}
.partner{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.service{
    overflow: hidden;
}
.service img{
    transition: 1s;
}
.service:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s;

}
.partners_content,.partner{
    height: 105px!important;
}
@keyframes bounce {
    0%, 20%, 60%, 100% {
        transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        transform: translateX(-20px);
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(-10px);
        transform: translateX(-10px);
    }
}
.partner:hover{
    animation: bounce .7s;
}
.service_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px 5px 0 0;
}
.service_item>div:first-child{
    overflow: hidden;
}
.service_item>div:last-child{
    width: 100%;
    height: 56px;
    background: #F2F2F2;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #4F4F4F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_content .next,.partners_content .next{
    position: absolute;
    right: -40px;
    top:calc(121.5px - 26.5px)
}
.services_content .prev,.partners_content .prev{
    position: absolute;
    left: -40px;
    top:calc(121.5px - 26.5px)
}
.partners_content .next, .partners_content .prev{
    top:calc(52px - 26.5px)
}
.arrow_right,.arrow_left{
    width: 32px;
    height: 53px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.arrow_right>div,.arrow_left>div{
    position: absolute;
    width: 3px;
    height: 36px;
    background-color: #4F4F4F;
    border-radius: 5px;
    transition: .3s;
}
.arrow_right:hover>div,.arrow_left:hover>div{
    background-color: #06623F;
    box-shadow: 0 0 10px #06623F;
    transition: .3s;
}
.slick-disabled .arrow_right:hover>div,.slick-disabled .arrow_left:hover>div{
    background-color: #4F4F4F;
    box-shadow: unset;
}
.arrow_right>div:first-child{
    transform: rotate(135deg);
    top: -4px;
    left: 17px;
}
.arrow_right>div:last-child{
    transform: rotate(-135deg);
    bottom: -4px;
    left: 17px;
}
.arrow_left>div:first-child{
    transform: rotate(45deg);
    top: -4px;
    right: 17px;
}
.arrow_left>div:last-child{
    transform: rotate(-45deg);
    bottom: -4px;
    right: 17px;
}
@media (max-width: 1390px) {
    .services_content,.partners_content {
        width: 975px !important;
    }
}
@media (max-width: 1200px) {
    .slide_content{
        width: calc(100vw - 30px);
    }
}
@media (max-width: 1080px) {
    .services_content,.partners_content {
        width: 670px !important;
    }
}
@media (max-width: 780px) {
    .services_content,.partners_content {
        width: 380px !important;
    }
    .container_services, .container_partners {
        padding: 50px 0;
    }
    .services_headline, .partners_headline {
        margin-bottom: 30px;
    }
}
@media (max-width: 490px) {
    .services_content,.partners_content {
        width: 320px !important;
    }
    .services_headline, .partners_headline {
        margin-bottom: 20px;
    }
    .container_services, .container_partners {
        padding: 30px 0;
    }
    .services_headline, .partners_headline {
        font-size: 30px;
    }
}
@media (max-width: 320px) {
    .services_content,.partners_content {
        width: 100% !important;
    }
}
