/*.handler-types {
    margin: 120px 0px 50px 0px;
}*/
.handler-types_list {
    display: flex;
    justify-content: center;
}
div.handler-type {
    /*width: 374px!important;
    margin-right: 20px;*/
    text-align: center;
}
.handler-type_title {
    font: 900 22px "Bebas Neue", Roboto;
    margin: 25px 0px;

}
.handler-type_text {
    font: 300 12/20px "Montserrat", Roboto;
    line-height: 28px;
    font-size: 16px;
}
/*.handler-types_list .slick-track {
    display: flex;
    justify-content: center;
    padding: 0px 15px;
}*/
.handler-type img{
    position: relative;
}
@media (max-width: 1200px) {
    .handler-types_list {
        flex-wrap: wrap;
    }
    .handler-type img {
        width: 100%;
    }
}
@media (max-width: 800px) {
    /*.handler-type {
        margin: 15px;
        width: 200px;
    }*/
}
@media (max-width: 500px) {

    .handler-type:last-child {
        display: none!important;
    }
}
@media (max-width: 400px) {
    /*.handler-types_list .navslider {
        bottom: 200px;
        left: 66px;
    }*/
    .handler-type:last-child {
        display: block!important;
    }
    /*.handler-types_list .navslider{
        position: absolute;

        z-index: 100;
    }*/
    /*.handler-types_list .slick-prev, .handler-types_list .slick-next {
        top: 4px;
    }*/
    .handler-type img {
        margin-bottom: 40px;
    }
    .handler-types_list .navslider ul {
        width: 265px;
    }
    /*.slick-track {
        display: flex;
        justify-content: space-between;
    }
    .slick-next {
        position: absolute;
        right: 0px;
        top: -8px;
    }
    .slick-prev {
        position: absolute;
        left: 0px;
        top: -8px;
    }
    .slick-prev {
        border-top: 10px solid transparent;
        border-right: 10px solid #b9c7fd;
        border-bottom: 10px solid transparent;
    }*/

    /*.slick-prev::before {
        content: none;
    }

    .slick-next {
        border-top: 10px solid transparent;
        border-left: 10px solid #b9c7fd;
        border-bottom: 10px solid transparent;
    }

    .slick-next::before {
        content: none;
    }*/
    /*.navslider {

        position: relative;
    }
    .navslider ul {
        display: flex;
        justify-content: space-around;
        width: 300px;
        list-style: none;
        padding: 0;
        margin:10px auto;
    }
    .navslider ul li {
        width: 5px;
        height: 5px;
        background-color: #b9c7fd;
    }
    .navslider ul li button{
        display: none;
    }

    .navslider li.slick-active {
        height: 10px;
        background-color: #758be0;
    }*/

    .handler-type_text {
        margin-top: 35px;
    }
}

@media (max-width: 360px) {
    /*.handler-types_list .navslider {
        bottom: 203px;
        left: 51px;
    }*/
}

@media (max-width: 357px) {
    /*.handler-types_list .navslider {
        bottom: 220px;
        left: 49px;
    }
*/
}

@media (max-width: 350px) {
    /*.handler-types_list .navslider {
        bottom: 238px;
        left: 47px;
    }*/
}

@media (max-width: 330px) {
    /*.handler-types_list .navslider {
        bottom: 260px;
        left: 37px;
    }*/
}
