

body {
    font-family: "Exo 2", "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 20px;
    background: rgb(241, 248, 255);
}

.container {
    padding-right: 12px;
    padding-left: 12px;
}

.title {
    margin-bottom: 48px;
}

.tender__link {
    display: block;
    background: #fff;
    text-decoration: none;
    color: #000;
    user-select: contain;
}

.tender__form {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.tender__btn {
    display: flex;
    padding: 10px;
    border-radius: 4px;
    background: #2799d6;
    border: none;
    outline: none;
    background: inherit;
    color: #fff;
    margin: 0;
    text-align: center;
    cursor: pointer;
    transition: background 0.05s ease;
}

.tender__icon {
    color: #fff;
}

.tender__btn_text {
    padding-top: 1px;
    text-align: center;
    display: block;
    margin-right: 5px;
}

.btn__container {
    display: flex;
    text-align: center;
    border-radius: 4px;
    background: #2799d6;
}

.icon__container {
    display: flex;
    justify-content: center;
}

.item {
    box-shadow: 0 2px 10px 0 rgba(6,88,148,0.15);
    padding: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-top: 2px;
    background: #fff;
    margin-bottom: 24px;
    transition: all 0.2s ease-out 0s;

}

.description__container {
    color: rgb(0, 65, 203);
    font-weight: 400;
}



.company__phone_container {
    flex-direction: row;
}

.company__phone_link {
    text-decoration: none;
}
