#second_banner {
    margin-top: 36px;
}
#second_banner .owl-nav {
    position: absolute;
    bottom: calc(50% - 20px);
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#second_banner .owl-next:after {
    content: '';
    background: url('../img/main_page_icons/banner_button_right.svg');
	width: 32px;
	height: 40px;
	background-repeat: no-repeat;
	display: inline-block;
}
#second_banner .owl-prev:after {
    content: '';
    background: url('../img/main_page_icons/banner_button_left.svg');
	width: 32px;
	height: 40px;
	background-repeat: no-repeat;
	display: inline-block;
}
#second_banner .owl-carousel .owl-stage-outer {
    z-index: 1;
}
#second_banner .owl-carousel .owl-nav button.owl-next,
#second_banner .owl-carousel .owl-nav button.owl-prev,
#second_banner .owl-carousel button.owl-dot {
    z-index: 1;
}
#second_banner .owl-next.disabled, #second_banner .owl-prev.disabled {
    opacity: 0.3;
}
#second_banner .owl-next span, #second_banner .owl-prev span {
	display: none;
}
#second_banner .owl-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    background-color: #fffFFF;
    padding: 9px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    border-radius: 20px;
	z-index: 1;
}
#second_banner .owl-dots .owl-dot {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
	opacity: 0.5;
}
#second_banner .owl-dots .owl-dot.active {
    opacity: 1;
}
#second_banner .no-js .owl-carousel, #second_banner .owl-carousel.owl-loaded {
    display: flex;
    justify-content: center;
}

#second_banner .swiper-slide img {
    width: 100%;	
	border-radius: 16px;
}
#second_banner .swiper-slide .banner_header_wrapper {
    position: absolute;
    left: 50px;
    top: 6px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
}
#second_banner .swiper-slide .header {
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    color: #005284;
	text-shadow: 0px 0px 9px #ffffff;
}
#second_banner .swiper-slide .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #005284;
	text-shadow: 0px 0px 9px #ffffff;
}
#second_banner .swiper-slide .slider_action {
	position: absolute;
    bottom: 20px;
    left: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 161px;
    height: 48px;
    background: linear-gradient(168.19deg, #F6634F -0.03%, #E51133 27.44%, #BD102C 95.36%);
    border-radius: 8px;
    color: white;
    border: none;
}
#second_banner .swiper-slide a.slider_global_action {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
@media screen and (max-width: 1999px) {
	#second_banner .swiper-slide .header {
		font-size: 30px;
        line-height: 115%;
	}
	#second_banner .swiper-slide .description {
		font-size: 18px;
	}
	#second_banner .swiper-slide .slider_action {
        font-size: 16px;
	}
}
@media screen and (max-width: 992px) {
	#second_banner .swiper-slide .banner_header_wrapper {
		left: 25px;
		top: 13px;
		padding-right: 25px;
	}
	#second_banner .swiper-slide a.slider_action_button {
		width: 115px;
		font-size: 14px;
		left: 25px;
	}
	#second_banner .swiper-slide .slider_action {
		bottom: 20px;
        height: 36px;
        font-size: 14px;
		left: 30px;
		width: 140px;
	}
}
@media screen and (max-width: 550px) {
	#second_banner .swiper-slide .header {
		font-size: 21px;
	}
	#second_banner .swiper-slide .slider_action {
		left: 25px;
		width: 120px;
	}
}
