.sc_button_organizer{
    border-radius: 5px;
    color: white !important;
    margin: 0px 10px;
}
.sc_button_organizer:hover{
    border-radius: 5px;
    background: var(--second-color);
    color: white !important;
}
.sc_bg_login{
    background: url('/assets/images/bg/1.jpg');
}
.sc_bg_login:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to bottom, #2c2e33cc, #eb602dcc 90%);
}
.sc_color_main{
    color: var(--main-color);
}
@media only screen and (max-width: 1068px) {
    .sc_button_organizer{
        margin: 10px 0px;
    }
}
@media (max-width: 640px) {
    .sc_container_auth {
        max-width: 28rem;
        margin-top: 40%;
    }
}

.month-carousel .swiper-slide-active .month-carousel-content , .month-carousel .swiper-slide-next .month-carousel-content {
	margin-bottom: 0;
	opacity: 1;
	transition-delay: .3s
}


.month-carousel-wrap {
	position: relative;
	overflow: hidden;
}
.month-carousel-item {
    height: 650px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.month-carousel-content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 40px;
    bottom: 60px;
    z-index: 10;
	opacity: 0;
	margin-bottom: -20px;
    transition: all .3s linear;
}
.month-carousel-content:before , .half-carousel-title h2:before , .parallax-section-content h3:before , .home-hero-section .hero-section-title_sub:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 40px;
	width: 40px;
	height: 1px;
	background: var(--main-color);
}
.half-carousel-title h2:before , .parallax-section-content h3:before , .home-hero-section .hero-section-title_sub:before {
	bottom: auto;
	top: -20px;
	left: 0;
}
.month-carousel-content h3 {
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 2.1em;
    padding-bottom: 10px;
}
.month-carousel-content h3 a {
    color: #fff;
	transition: all .2s linear;
}
.month-carousel-content p , .half-carousel-title p , .month-carousel-content h3:hover a {
	color: rgba(255,255,255,.8)
}
.month-carousel-item .bg {
    width: 130%;
    left: -15%;
}
.month-carousel .swiper-slide-active .month-carousel-content , .month-carousel .swiper-slide-next .month-carousel-content {
	margin-bottom: 0;
	opacity: 1;
	transition-delay: .3s
}
