
.help-page {
    background-color: #fff;
    padding: 60px 100px;
    border-radius: 8px;
}

@media screen and (max-width: 630px) {
    .help-page {
        padding: 30px 15px;
    }
}

.help-page h2 {
    text-align: left;
    color: #1D2D53;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 30px;
    font-family: "Proxima Nova";
    font-weight: 600;
}

.help-page p {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.45;
    color: #1D2D53;
}

.help-page form {
    margin: 50px 0 100px;
}

.help-page label {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.45;
    color: #1D2D53;
    margin: 0 0 8px;
}

.help-page input {
    /* border-radius: 0.25rem; */
    display: block;
    padding: 0.75rem 1rem;
    color: hsla(var(--ink500), 1);
    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.help-page input[type="number"] {
    height: 30px;
    border: none;
    border-bottom: 1px solid rgba(155, 155, 155, 0.6);
}

.help-page .themes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.help-page .sum-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* width: 500px; */
}

.help-page .sum-wrapper .sum-item-fix {
    flex-basis: 23.5%;
    min-width: 21.5%;
    max-width: 22.5%;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 0.3rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.help-page .sum-wrapper .sum-item-fix button {
    font-size: 1.1em;
    font-family: "Roboto";
    padding: 10px 20px;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgb(211, 216, 227);
}

@media screen and (max-width: 426px) {
    .help-page .sum-wrapper .sum-item-fix button {
        font-size: 1em;
        padding: 10px 16px;
    }
}

@media screen and (max-width: 376px) {
    .help-page .sum-wrapper .sum-item-fix button {
        font-size: 1em;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 321px) {
    .help-page .sum-wrapper .sum-item-fix button {
        font-size: 0.85em;
        padding: 10px 8px;
    }
}

.help-page .sum-wrapper .sum-item-fix button:hover,
.help-page .sum-wrapper .sum-item-fix .button-active {
    font-family: "Roboto";
    background-color: rgb(239, 252, 237);
    border: 1px solid rgb(24, 189, 126);
    cursor: pointer;
}

.help-page .sum-wrapper .sum-item-any {
    margin-top: 1em;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
}

.help-page .sum-wrapper .sum-item-fix button {
    display: inline-flex;
    justify-content: center;
}

.help-page .themes__theme {
    height: 75px;
    max-height: 75px;
    background: #f6f6f6;
    margin-bottom: 24px;
    width: calc(33.333% - 53px);
    padding: 9px 15px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .help-page .themes__theme {
        width: calc(50% - 53px);
    }
}

@media screen and (max-width: 700px) {
    .help-page .themes__theme {
        width: calc(100%);
    }
}

.help-page .themes__theme.active {
    border: 1px solid #c2c2c2;
    border-radius: 8px;
}

.help-page .themes__theme>span {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-family: "Proxima Nova";
    font-weight: 400;
    color: #4a4a4a;
    /* OVERFLOW 2 ROWS DOTS   2 строки с точками в конце при оверфлове */
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.help-page .answers__block {
    margin-bottom: 32px;
}

.help-page .answers__block .theme {
    padding: 0 0 20px 0;
    font-size: 20px;
    line-height: 24px;
    font-family: "Proxima Nova";
    font-weight: 400;
}

.help-page .answers__block .question {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Proxima Nova";
    font-weight: 600;
}

.help-page .answers__block .answer {
    padding: 0 0 20px 0;
    margin-top: 8px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Proxima Nova";
    font-weight: 400;
}

.help-page .answers__block .answer a {
    font-size: 18px;
    line-height: 22px;
    font-family: "Proxima Nova";
    color: #135095;
    font-weight: 400;
}

.help-page .answers__block .answer a:hover {
    text-decoration: underline;
}
