.show_slidine {
    background: #ff4e00;
    position: fixed;
    right: -87px;
    top: 50%;
    z-index: 9999;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: rgb(255 255 255 / 38%) 0px 7px 21px 0px;
}
 
.show_slidine:hover {
    background: #000;
}
 
.show_slidine.hidebtn {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(-90deg);
    -ms-transform: translateX(100%) rotate(-90deg);
    transform: translateX(100%) rotate(-90deg);
}
 
.infos_site {
    margin-top: 25px;
}
 
span.content-info, span.content-info a, p.p_slidein {
    color: #ffffff;
}
 
span.content-info a, p.p_slidein {
    color: #fff;
}
 
p.p_slidein {
    margin-top: 7px;
}
 
span.content-info a:hover {
    text-decoration: underline;
	color: #FF4E00 !important;
}
 
.infosclient {
    display: none;
}
 
.slide_in {
    position: fixed;
    background: #261F45;
    width: 380px;
    top: 35%;
    right: 2px;
    padding: 30px 30px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    border: 1px solid #FF4E00;
}
 
.slide_in.showme {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}
 
.titleslide {
    font-family: var(--awb-typography2-font-family);
    font-size: 36px;
	text-transform:uppercase;
    color: #fff;
}
 
hr.sep_slide {
    width: 22%;
    height: 1px;
    background-color: #FF4E00;
    border: none;
    margin-left: 0px;
}
 
.flex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.flex-info i{
	color:#FF4E00;
}
 
.icon-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color_1);
    height: 32px;
    width: 32px;
    font-size: 17px;
    border-radius: 0px;
    margin-right: 15px;
    background: #fff;
    padding: 10px;
}
 
.head_slidine {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.head_slidine:hover {
    color: #FF4E00;
}
 
a.butcontact_slide {
    padding: 12px 20px 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FF4E00;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    font-family: var(--body_typography-font-family);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #FF4E00;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    text-transform: uppercase;
}
 
a.butcontact_slide:hover {
    background: #fff;
	border-color: #fff;
    color: #FF4E00;
}
 
.mobilebut {
    display: none;
}
 
.slide_in .content-info.phone a:hover {
    color: #ffc300;
}
 
@media screen and (max-width: 1500px) {
    .show_slidine {
        padding: 16px 25px;
    }
}
 
@media screen and (max-width: 800px) {
    .show_slidine {
        background: #FF4E00;
        padding: 10px 25px;
    }
}
 
 
    .mobilebut {
        display: block;
        height: max-content;
        width: max-content;
        font-size: 20px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        border-radius: 50%;
        right: 0px;
        left: 15px;
        bottom: 20px;
        top: unset;
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 10px rgb(0 0 0 / 22%);
    }
 
    .desktopbut {
        display: none;
    }
 
    .slide_in {
        width: 400px;
        top: unset;
        bottom: 0px;
        right: unset;
        left: 15px;
        padding: 20px 15px;
        border-radius: 0px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
 
    .show_slidine.hidebtn {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
 
    .slide_in.showme {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
 
    .rh_form__login_wrap .rh_form__item {
        padding: 0 1.5rem 1rem;
    }
 
    li.elementor-icon-list-item {
        margin-bottom: 10px !important;
    }
 
 
@media screen and (max-width: 510px) {
    .slide_in {
        width: 80%;
    }
}
 
@media screen and (max-width: 400px) {
    .slide_in {
        width: 98%;
        margin-inline: auto; right: 0px;
		left:0;
    }
	.titleslide{
		font-size:32px;
	}
	.p_slidein{font-size: 15px;}
	.head_slidine{top:10px;}
}
 
@media screen and (max-width: 340px) {
    .head_slidine {
        right: 8px;
    }
}