*{
    box-sizing: border-box;
}
ul,
li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}
/* Header */
.header__logo{
    display: flex;
    justify-content: center;
    padding: 45px 0px 16px;
}
.header__usp{
    display: flex;
    justify-content: center;
    position: absolute;
    left:50%;
    margin-left: -115px; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    background-color: #c32331;
    width: 230px;
    padding: 0px 15px;
}
.header__reconstruction{
    display: flex;
    justify-content: center; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 32px;
    color: #363636;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    padding-top: 78px;
}
.header__reconstruction::before{
    display: flex;
    justify-content: center; 
    font-family: 'Fira Sans', sans-serif;
    content: "*";
    position: relative;
    right: 6px;
    font-size: 32px;
    color:#c32331;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}
.header__apologies{
    display: flex;
    justify-content: center; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    color: #363636;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding-top: 12px;
}
/* Header end */
/* Services */
.services__title-we{
    display: flex;
    justify-content: center; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    margin-top:109px;
}
.services__title-doing{
    display: flex;
    justify-content: center; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 46px;
    color: #363636;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
}
.services__inners{
    display: flex;
    justify-content: space-between;
}
.services__inner{
    padding-top: 35px;
    max-width: 230px;
}
.services__inner-img{
    display: flex;
    justify-content: center; 
    color:#c32331 !important;
}
.services__inner-title{
    display: flex;
    justify-content: center; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color:#363636;
    padding-top: 18px;
}
.services__inner-text{
    font-family: 'Fira Sans', sans-serif;
    color: #a1a1a1;
    font-weight: 300;
    line-height: 22px;
    padding-top: 22px;

}
/* Services end */
/* Contacts */
.contacts{
    padding-top: 65px;
}
.contacts__title{
    display: flex;
    justify-content: center; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
}
.contacts__phone{
    display: flex;
    justify-content: center; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
    color:#363636;
    padding-top: 18px;
    }
.contacts__phone:before{
    content: url(../images/phone.svg);
    position: relative;
    right: 6px;
}
.contacts__mail{
    display: flex;
    justify-content: center; 
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color:#363636;
    padding-top: 18px;
    margin-bottom: 70px;
}
.contacts__mail:before{
    content: url(../images/mail.svg);
    position: relative;
    right: 6px;
}
/* Contacts end */