/*.hasHeaderSlider .header__content {
    position: absolute;
}


.hasHeaderSlider .header__content:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    left: 40px;
    right:40px;
    background-color: #E6EEF1;
}
*/

.header__slider-slide {
    position: relative;
}

/*
.slide__image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent linear-gradient(101deg, #00244F 0%, #003A80 36%, #003A80 65%, #557CAB 100%) 0% 0% no-repeat padding-box;
    opacity: 0.35;
    z-index: 1;
}
*/
.header__slider img { 
    display: block;
    width: 100%;
    height: auto;
}

.slide__text-wrapper {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    color: white;
    font-size: 20px;
    line-height: 24px;
    z-index: 2;
}
.slide__text-container {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 100px 110px 100px;
}

.slide__text {
    margin: 0;
    max-width: 920px;
    width: 70%;
    font-size: 3.2vw;
    line-height: 120%;    
    text-shadow: 0px 3px 6px rgba(0,0,0, 0.3);
    hyphens: auto;
}

.text_right .slide__text {
	margin-left: auto;
	text-align: right;
}

.text_centered .slide__text {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.slide__text span {
	background-color: #01919c;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 0.5rem 0 0 #01919c, -0.5rem 0 0 #01919c;
}



.header__slider-slide .slide__link {
    text-align: left;
}

.header__slider-slide .slide__link a {
    background-color: transparent;
    border-color: white;
}

.header__slider-slide .slide__link a:hover, .header__slider-slide .slide__link a:focus {
    background-color: white;
    border-color: #002049;
}

.header__slider .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.header__slider .owl-carousel .owl-dot {
    width: 14px;
    height: 14px;
    margin: 2px 12px;
    border: 1px solid white;
    background-color: white;
    opacity: 0.6;
}
.header__slider .owl-carousel .owl-dot.active {
    opacity: 1;
    background-color: white;
    border-color: white;
}

@media screen and (max-width: 1400px) {
    .slide__text-container {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .header__slider img {
        /*height: calc(100vh - 160px);*/
        height:auto;
    }
    
    .slide__text {
	    max-width: 100%;
	    width: 100%;
	    text-align: center;
	}

}

@media screen and (max-width: 425px) {   
	

	.slide__text-container {
	    padding: 40px 100px 60px 100px;
	}

    .header__slider img {
        /*height: calc(100vh - 160px);*/
        height:auto;
    }
    
    .slide__text-container {
        padding-top: 20px;
    }
    .slide__text, .header__slider-slide .slide__link {
        text-align: center;
    }
    .header__slider-slide .slide__link {
        margin-bottom: 20px;
    }
    .header__slider .owl-dots {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 320px) {   
	
	.slide__text-container {
	    padding: 40px 100px;
	}

}