/*----------------- 
Frontend related CSS
-----------------*/

.div50l {
    position: absolute;
    width: 50%;
    height: -webkit-fill-available;
	z-index: 999;
	cursor: pointer;
}
.div50r {
    position: absolute;
    width: 50%;
    height: -webkit-fill-available;
	translate: 100%;
	z-index: 999;
	cursor: pointer;
}



.DODOWNMANer {
	padding-right: 20px;
}

.DODOWNMANer .descr {
    font-size: 1.4rem  !important;
    line-height: 1.8rem  !important;
    font-weight: 300  !important;
    margin-bottom: 1rem  !important;
}

.DODOWNMANer .title_text {
    font-size: 3.2rem  !important;
    line-height: 3.2rem  !important;
    font-weight: 900  !important;
    margin-bottom: 2rem  !important;
}

.DODOWNMANer a {
    width: 2.6rem;
    height: 1.8rem;
    display: inline-block;
    cursor: pointer;
}

.down_cont {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    color: white;
}

.down_cont .flex_syde {
    display: flex;
}

/* ------------------------------------- M O B I L E   N E W   H O M E -----------------------------------------------*/
@media only screen and (max-width: 549px) {
	
	

	
}


































