

/* Start:/local/components/elektro/hr-popup/templates/.default/style.css?16267796781519*/
.swiper-container {
	width: 100%;
	height: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.yourFluidImage {
     width:100%;
     height:auto;
}

.swiper-wrapper {
     height:auto !important;
}

.swiper-slide {
     height:auto !important;
}

.tmpl_hh_arrow {
    position: absolute;
    z-index: 20;
    cursor: pointer;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    background: -webkit-linear-gradient(253.61deg, #4D66CC -0.57%, #3A4FA2 88.64%);
    background: -o-linear-gradient(253.61deg, #4D66CC -0.57%, #3A4FA2 88.64%);
    background: linear-gradient(196.39deg, #4D66CC -0.57%, #3A4FA2 88.64%);
    border-radius: 100%;
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.tmpl_hh_arrow--next {
    right: 3.8%;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.tmpl_hh_arrow--prev {
    left: 3.8%;
}
.tmpl_hh_arrow:after {
    content: '';
    position: absolute;
    left: 45%;
    top: 50%;
    width: 10px;
    height: 18px;
    background: url("/local/templates/landing_hr/images/arrow-svg.svg") 0 0/100% auto no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1019px){
	.tmpl_hh_arrow {
		width: 35px;
		height: 35px;
		margin-top: -20px;
	}
}

/* End */
/* /local/components/elektro/hr-popup/templates/.default/style.css?16267796781519 */
