p {
    margin-bottom: 0;
}

#talktous-page-header img {
    max-width: 100%;
    height: auto;
}

#talktous-page-message {
    color: #fff;
    font-weight: 700;
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.talktous-page-message-hayamax {
    background-color: #c00b25;
}

.talktous-page-message-hayonik {
    background-color: #EC6306;
}

#talktous-page-message img {
    width: 60px;
    height: 60px;
}

#talktous-page-message h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.talktous-page-info {
    text-align: center;
    max-width: 730px;
    width: 100%;
    margin: 50px auto;
}

.talktous-page-info p {
    margin-bottom: 30px;
}

#talktous-page-options {
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    width: 100%;
    min-height: 326px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    border-radius: 12px;
    padding: 20px 40px;
}

#talktous-page-view-protocol,
#talktous-page-new-protocol {
    flex: 1;
}

#talktous-page-view-protocol .title {
    max-width: 220px;
}

#talktous-page-new-protocol .title {
    max-width: 300px;
}

#talktous-page-view-protocol .title img,
#talktous-page-new-protocol .title img,
#talktous-new-protocol-infos .title img {
    width: 20px;
    height: 20px;
}

#talktous-page-view-protocol .title,
#talktous-page-new-protocol .title,
#talktous-new-protocol-infos .title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #313131;
    line-height: 1.2;
}

.talktous-page-info p,
#talktous-new-protocol-infos p {
    color: #797979;
    line-height: 1.2;
}

#talktous-page-view-protocol .text,
#talktous-page-new-protocol .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #797979;
    line-height: 1.2;
    max-width: 340px;
    min-height: 134px;
    margin-bottom: 0;
}

#talktous-protocol-hash {
    max-width: 260px;
    width: 100%;
}

#btn-show-protocol,
#btn-new-protocol,
#btn-send-talktous-form {
    font-size: 14px;
    font-weight: 700;
    max-width: 260px;
    width: 100%;
    min-height: 42px;
    border-radius: 4px;
    border-color: #00bf63;
    background-color: #00bf63;
    margin-top: 20px;
}

.talktous-page-sep-protocol {
    height: 280px;
    border-left: 1px solid;
    color: #a6a6a6;
    margin-right: 30px;
}

#talktous-new-protocol-div {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

#talktous-new-protocol-infos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
}

#talktous-new-protocol-infos div {
    max-width: 400px;
    width: 100%;
    min-height: 360px;
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 28px;
}

#talktous-new-protocol-infos div .title {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

#talktous-new-protocol-infos div p {
    margin-bottom: 16px;
}

#talktous-new-protocol-infos div .text:last-child {
    margin-bottom: 0;
}

#talktous-form {
    max-width: 900px;
    margin: 60px auto;
}

#form-talktous p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.form-talktous-hayamax,
.talktous-search-protocol-hash-hayamax {
    color: #c00b25 !important;
}

.form-talktous-hayonik,
.talktous-search-protocol-hash-hayonik {
    color: #EC6306 !important;
}

#form-talktous label span {
    font-size: 14px;
    color: #a6a6a6;
}

#form-talktous .required span {
    color: #c00b25 !important;
}

.form-talktous-attachments-infos {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #797979;
    margin-top: 4px;
    line-height: 1.1;
}

#talktous-search-page-info,
#talktous-search-protocol-div,
#other-protocol-id-div {
    display: none;
}

.btn-back-options {
    border: none;
    background: none;
    text-decoration: underline;
}

#talktous-search-protocol-div {
    max-width: 900px;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 36px;
    margin: 60px auto;
}

#talktous-search-protocol-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}

#talktous-search-protocol-hash {
    color: #c00b25;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .talktous-page-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    #talktous-page-options {
        flex-direction: column;
        max-width: 430px;
        gap: 30px;
    }

    #talktous-new-protocol-infos {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px;
    }

    .talktous-page-sep-protocol {
        height: 1px;
        border-left: initial;
        margin-right: initial;
        border-top: 1px solid;
        width: 100%;
    }
}

@media screen and (max-width:599px) {
    #talktous-page-message {
        gap: 4px;
    }
}

@media screen and (max-width:499px) {
    #talktous-search-protocol-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}