body {
    font-family: 'Montserrat', sans-serif;
    background-color: #FBFBFC;
}

h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.app_block {
    width: 478px;
    display: flex;
    flex-direction: column;
}

.app_name {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EEEEEE;
    height: 100vh;
}

.app_name__header {
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}

.app_name__text {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.login-box {
    width: 500px;
}

.login_block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

a.app_widget {
    display: block;
    border: 1px solid #ACACAC;
    border-radius: 10px;
    height: 175px;
    width: 100%;
    background: url('/images/plus.png') no-repeat center center;
    text-align: center;
    padding-top: 130px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #d9d9d9;
    text-decoration: none;
}

a.app_widget:hover {
    color: #d9d9d9;
    background-color: #f1f1f1;
}

.table-block {
    border-radius: 10px;
    border: 1px solid #ACACAC;
    padding: 30px;
}

a.service_add {
    background: url('/images/plus.png') no-repeat left center;
    background-size: 30px;
    padding-left: 60px;
    display: flex;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #000;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
}

a.service_add:hover {
    text-decoration: underline;
}

.table-block td {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #000;
}

.table-block th {
    background: #D9D9D9;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    color: #000;
    border-bottom: none;
}

.form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.help-block {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}

.item-small {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.data_widget {
    box-shadow: 0px 5px 15px 0px #0000000D;
    border-radius: 10px;
    padding: 15px 20px;
}

.base-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    font-weight: 500;
}

.base-text strong {
    font-weight: 600;
}

a.link_tech {
    display: inline-block;
    text-decoration: none;

}

a.link_tech img {
    width: 20px;
    height: 20px;
}

.text-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #A1A1A1;
}

.room-widget{
    height: 172px;
    display: block;
    background: url('/images/calc.png') no-repeat center 37px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #adadad;
    text-decoration: none;
    padding-top: 115px;
}

.room-widget:hover{
    color: #000;
}

.nav-link{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
