.site-footer-container {
    width: 100%;
    height: 140px;
    /* margin: auto; */
    position: relative;
    /* border: 1px solid red; */
    background-color: #61A2DD;
    /* border-radius: 4px; */
    position: relative;
    /* bottom: -10px; */
    /* border-bottom: 1px solid #d5d4d400; */
    background-color: #212121;
    /* display: flex; */
    /* text-align: center; */
}

.footer-container-first{
    color: white;
    text-align: left;
    font-family: Calibri;
    font-size: 0.8em;
    position: relative;
    left: 45px;
    top: 21px;
    display: inline-block;
    float: left;
    /* border-right: 1px solid red; */
    padding-right: 47px;
    height: 101px;
    border-right: 1px solid #e08b0f8c;
}
.footer-container-second{
    float: right;
    /* position: absolute; */
    /* border: 1px solid red; */
    /* background-color: white; */
    right: 16px;
    position: relative;
    display: inline-block;
    height: 124px;
    top: 14px;
}
.footer-container-first > p{

}
.footer-container-second > p{
    color: white;
    font-size: 15px;
    position: absolute;
    top: 84px;
    right: 14px;
    font-family: Calibri;
}
.fb{
    width: 50px;
    height: 49px;
    background: url(/images/socials.png) no-repeat;
    background-size: 155px 141px;
    display: inline-block;
    cursor: pointer;
    background-position: 7px 0;
    opacity: 0.8;
    transition: opacity .5s;
}
.fb:hover{
    width: 50px;
    height: 49px;
    background: url(/images/socials.png) no-repeat;
    background-size: 155px 141px;
    display: inline-block;
    cursor: pointer;
    background-position: 7px 0;
    transition: opacity .5s;
    opacity: 1;
}
.vk{
    width: 50px;
    height: 55px;
    background: url(/images/socials.png) no-repeat;
    /* background-size: 179px 164px; */
    display: inline-block;
    background-position: -1px -89px;
    cursor: pointer;
    /* background-size: 155px 144px; */
    background-size: 155px 142px;
    opacity: 0.8;
    transition: opacity .5s;
}
.vk:hover{
    width: 50px;
    height: 55px;
    background: url(/images/socials.png) no-repeat;
    /* background-size: 179px 164px; */
    display: inline-block;
    background-position: -1px -89px;
    cursor: pointer;
    /* background-size: 155px 144px; */
    background-size: 155px 142px;
    transition: opacity .5s;
    opacity: 1;

}
.in{
    width: 50px;
    height: 55px;
    background: url(/images/socials.png) no-repeat;

    display: inline-block;
    background-position: -60px -41px;
    cursor: pointer;
    background-size: 155px 142px;
    opacity: 0.8;
    transition: opacity .5s;
}
.in:hover{
    width: 50px;
    height: 55px;
    background: url(/images/socials.png) no-repeat;

    display: inline-block;
    background-position: -60px -41px;
    cursor: pointer;
    background-size: 155px 142px;
    transition: opacity .5s;
    opacity: 1;
}
.footer-logo-imcon{
    margin: auto;
    position: relative;
    background: url(/images/pay_imcon_logo.png) no-repeat;
    background-size: 148px;
    height: 51px;
    position: relative;
    top: 5px;
    left: -20px;
    width: 165px;
    /* border: 1px solid red; */
    padding: 0px 22px;
    float: left;
}
.footer-underline{

}
.footer-container-third{
    width: 15px;
    /* border: 1px solid #ff890bd1; */
    height: 40px;
    position: relative;
    display: inline-block;
    height: 115px;
    top: 11px;
    left: -499px;
    border-right: 1px solid #e08b0f8c;
}
.support-footer{
    color: white;
}
.support-footer:hover{
    color: white;
}