/*header*/
.i-phone::before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../img/sprite.png) 0px 0;
    position: absolute;
    top: 14px;
    margin-left: -25px;
}
.i-envelope::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../img/sprite.png) -20px 0;
    position: absolute;
    top: 15px;
    margin-left: -29px;
}

.i-facebook::before{
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/sprite.png) -42px 0;
    position: absolute;
    top: 12px;
    margin-left: -30px;
}
.i-instagram::before{
    content: '';
    display: inline-block;
    width: 21px;
    height: 22px;
    background: url(../img/sprite.png) -64px 0;
    position: absolute;
    top: 12px;
    margin-left: -30px;
}
.i-youtube::before{
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/sprite.png) -86px 0;
    position: absolute;
    top: 12px;
    margin-left: -30px;
}

.i-dil-1::before{
    content: '';
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url(../img/sprite.png) -108px 0;
    position: absolute;
    top: 12px;
    margin-left: -30px;
}

.i-search::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/sprite.png) -154px 0;
    position: absolute;
    top: 9px;
    margin-left: -12px;
}

/*header*/