body {
    font-family: Fira Sans, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494949;
    background-color: #e9e9e9;
    background-image: url(./img/fon_2.png);
    background-position: 50%;
    background-repeat: repeat;
}
header {
    position: fixed;
    height: 80px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    border: 1px solid #dedede;
    background-color: #fff;
}
.page-body {
    margin-top: 80px;
}
.contact-phone {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: dashed 2px;
    color: #ea5a22!important;
}
h1 {
    font-family: Fira Sans, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: -.05em;
    font-size: 40px;
}
h2 {
    font-size: 25px;
}
.card-body__description {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #494949;
}
a {
    text-decoration: none;
    color: inherit!important;
}
.card:hover {
    box-shadow: 0 4px 20px rgba(92, 133, 150, 0.24);
}
.card {
    height: 100%;
}
.card__img {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.card__img img {
    max-height: 230px;
}
ul {
    margin: 0;
}
.card-body {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
}
.card-body__text {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
}
footer {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
    background-color: #494949;
    color: #fff;
}
