.fixed_contact__main{
    display: flex;
    border-radius: 8px;
    width: 442px;
    height: 130px;
    padding: 15px;
    background-color: #00182B;
    position: absolute;
    right: 18%;
    Z-INDEX: 999;
}

.fixed_contact__main{
    color: black;
}


.border_active .fixed_contact__main__image{
    border: 3px #49A3ED solid;
}

.fixed_contact__main__image{
    width: 130px;
    height: 130px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
}

.fixed_contact__main__image img{
    border-radius: 6px;
}

.fixed_contact__main__text{
    margin-left: 5%;
}


.fixed_contact__main__text__title{
    color: white;
    font-weight: 700;
    margin-bottom: 3%;
    font-size: 14px;
    line-height: 19px;
}

.black-text .fixed_contact__main__text__title{
    color: black!important;
}

.fixed_contact__main__text_section{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 3%;
}

.fixed_contact__main__text__buttons{
    display: flex;
}

.one_button .second_button{
    display: none;
}

.one_button .first_button{
    color: white;
    width: 100%;
}

.one_button .first_button_a{
    width: 100%;
}

.fixed_contact__main__text_button:first-child{
    margin-right: 5px;
}

.fixed_contact__main__text_button:hover a{
    transition: 0.5s;
    background-color: #FFBBE5!important;
}

.fixed_contact__main__text_button a{
    border-radius: 8px!important;
    padding: 12px 20px 12px 20px !important;
    font-weight: 600;
    justify-content: center;
    font-size: 12px;
}

@media only screen and (min-width:1400px) and (max-width: 1550px) {
    .fixed_contact__main{
        right: 15%!important;
    }
}

@media only screen and (min-width:1250px) and (max-width: 1400px) {
    .fixed_contact__main{
        right: 12%!important;
    }
}

@media only screen and (min-width:1100px) and (max-width: 1250px) {
    .fixed_contact__main{
        right: 8%!important;
    }
}

@media only screen and (min-width:1000px) and (max-width: 1100px) {
    .fixed_contact__main{
        right: 5%!important;
    }
}

@media only screen and (max-width: 1000px) {
    .fixed_contact__main{
        display: none;
    }
}


