.kit-module {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 220px;
    padding-top: 24px;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 56px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;

    &__name,
    &__text,
    &__signature {
        margin-top: 0;
        margin-bottom: 0;
    }

    &__name {
        margin-bottom: 6px;
        overflow: hidden;
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    &__text {
        margin-bottom: auto;
        font-size: 13px;
        line-height: 1.15;
        color: #999999;
    }

    &__signature {
        margin-bottom: 3px;
        font-size: 13px;
        color: #333333;
    }

    &__price {
        font-size: 16px;
        color: #333333;
    }

    &__button {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: calc(100% + 2px);
        margin-left: -1px;
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #e2eaf0;
        border: 1px solid #8aacc2;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
		outline: none;
        font-size: 13px;
        cursor: pointer;
    }
}
