.writeInForm {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    color: #444;
    max-width: 320px;
    min-width: 300px;
    min-height: 300px;
}

.writeInForm__title {
    margin: 0;
    padding: 0;
    text-align: center;
}

.writeInForm__formGroup {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.writeInForm__dateBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.writeInForm__dateBlock .button__filter {
    font-size: 12px;
    font-weight: normal;
}

.writeInForm__footer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
}

.writeInForm__corrupt {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}

.writeInForm__submit {
    width: 100%;
}

.writeItForm__endPhrase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}