.slider-left{
    margin: 0 auto;
}

.slider-box{
    margin: 0 auto;
    width: 100%;
    height: calc(100vw/4);
    height: calc(70vh);
    
    position: relative;
    overflow: hidden;
}

.text-slider-items{
    display: flex;
    position: absolute;
    left: 10%;
    top: 0;
    width: 25%;
    height: 0;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    opacity: 0;
    transition: all .3s ease-in-out;
    
    opacity: 1;
    z-index: 1;
    height: 100%;
}

.max-slide-items:hover .text-slider-items{
    opacity: 1;
    z-index: 1;
    height: 100%;
}

.max-slide-items:hover::after {
    background: rgba(0, 0, 0, 0.4);
}

.text-slider-items .button{
    margin-top: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    color: #0B52A0;
}

.text-slider-items .button:hover{
    background-color: #0B52A0;
    color: #FFF;
}

.text-slider-big{
    font-size: 55px;
    line-height: 85px;
    color: #ffffff;
    position: relative;
    text-align: left;
}

.text-slider-mini{
    font-size: 18px;
    font-weight: 100;
    width: 505px;
}

@media only screen and (min-width: 1921px) {
/*    .slider-left {
        padding: 0 200px;
    }*/
}

@media only screen and (max-width: 1920px){
    
    .slider-left {
/*        padding: 0 150px;*/
    }
    
    .text-slider-big{
        font-size: 50px;
        line-height: 70px;
    }
    
}

@media only screen and (max-width: 1550px){
    
    .slider-left {
/*        padding: 0 100px;*/
    }
    
}


@media only screen and (max-width: 768px){
    
    .brand-text a{
        width: 100%;
        padding: 25px;
        font-size: 20px;
    }
    
    .text-slider-items{
        left: 50%;
        top: 50%;
        width:70%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .text-slider-big{
        font-size: 40px;
        text-align: center;
    }
    
    .text-slider-mini{
        width: 100%;
    }
    
    .slider-left{
        padding: 0 20px;
        padding: 0px;
    }
    
    .slider-box{
/*        height: calc(100vw/2.3);
        width: 93vw;*/
/*        height: calc(30vh);*/
        height: calc(20vh);
    }
    
    .max-slider-point{
        width: 14%;
        background-size: 35px !important;
    }
    
}

@media only screen and (max-width: 500px){
    
    .text-slider-big {
        font-size: 25px;
        line-height: 25px;
    }
    
    .text-slider-items .button{
        padding: 5px 13px;
        font-size: 16px;
    }
    
    .max-slider-n-point.ind-slide{
        width: 15px;
    }
    
}