.page-title--1 {
    display: none;
}

.page-lf h1, .page-lf h2, .page-lf h3 {
    margin: 0;
}

.tsb-feedback-main {
    margin: 96px 0 0;
}

.tsb-feedback-main__header {
    margin-bottom: 96px;
}

h1.tsb-feedback-main__title {
    font-family: OpiumNewC, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 67px;
    color: #A58A57;
    text-align: center;
}

.tsb-feedback-main__info p {
    margin: 12px 0 0;
    font-size: 21px;
    line-height: 28px;
    color: black;
}

.tsb-feedback-main__info a {
    text-decoration: none;
    color: #A58A57;
}

.tsb-feedback-form {
    padding: 120px 0;
}

.tsb-feedback-form__header {
    margin-bottom: 48px;
}

h2.tsb-feedback-form__title {
    font-family: OpiumNewC, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    color: #00345E;
}

.tsb-feedback-form__input-special {
    display: none;
}

.tsb-feedback-form__row {
    margin-bottom: 24px;
}

.tsb-feedback-form__input, .tsb-feedback-form__textarea {
    display: block;
    width: 100%;
    border: 1px solid #546770;
    line-height: 46px;
    height: 46px;
    font-family: Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    padding: 0 10px;
}

.tsb-feedback-form__input:focus, .tsb-feedback-form__textarea:focus {
    outline: 1px solid #00345E;
}

.tsb-feedback-form__textarea {
    height: 192px;
}

.tsb-feedback-form__input_error, .tsb-feedback-form__textarea_error {
    border: 1px solid #dc3545 !important;
}

.tsb-feedback-form__input_error:focus, .tsb-feedback-form__textarea_error:focus {
    outline: 1px solid #d97a83 !important;
}

.tsb-feedback-form__input::placeholder, .tsb-feedback-form__textarea::placeholder {
    color: #546770;
}

.tsb-feedback-form__policy-label {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-top: -3px;
}

.tsb-feedback-form__policy-label a {
    color: #A58A57;
}

.tsb-feedback-form__policy-input {
    position: relative;
    height: 17px;
    width: 17px;
    min-width: 17px;
    margin-right: 10px;
    bottom: -3px;
}

.tsb-feedback-form__policy-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.tsb-feedback-form__policy-input span {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #546770;
    transition: .5s;
}

.tsb-feedback-form__policy-input:hover input ~ span {
    background-color: #eee;
}

.tsb-feedback-form__policy-input input:checked ~ span {
    background-color: white;
    border: 1px solid #A58A57;
}

.tsb-feedback-form__policy-input span:after {
    content: "";
    position: absolute;
    display: none;
}

.tsb-feedback-form__policy-input input:checked ~ span:after {
    display: block;
}

.tsb-feedback-form__policy-input span:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #A58A57;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tsb-feedback-form__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.tsb-feedback-form__captcha {
    display: flex;
}

.tsb-feedback-form__submit {
    line-height: 48px;
    margin-left: 48px;
    padding: 0 48px;
    color: white;
    background-color: #A58A57;
    border: none;
    outline: none;
}

.tsb-feedback-form__submit:focus {
    outline: none;
}

.tsb-feedback-form__message {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: .25rem;
}

.tsb-feedback-form__message_error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.tsb-feedback-form__message_success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.tsb-feedback-help {
    background-color: #F9FBFB;
    padding: 48px 0;
}

.tsb-feedback-help__list {
    margin-bottom: -72px;
}

.tsb-feedback-help__item {
    margin-bottom: 72px;
    padding-right: 50px;
}

.tsb-feedback-help__icon {
    text-align: right;
}

.tsb-feedback-help__icon img {
    margin-right: -8px;
}

.tsb-feedback-help__name {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 12px;
}

.tsb-feedback-info {
    padding: 120px 0;
}

.tsb-feedback-info__header {
    margin-bottom: 60px;
}

h2.tsb-feedback-info__title {
    font-family: OpiumNewC, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    color: #00345E;
}

.tsb-feedback-info__content {
    font-size: 21px;
    line-height: 28px;
    color: #000000;
}

.tsb-feedback-info__docs {
    margin-top: 48px;
}

h3.tsb-feedback-info__docs-title {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #000000;
}

.tsb-feedback-info__docs-list {
    margin-top: 20px;
}

.tsb-feedback-info__doc {
    border-top: 1px solid black;
    padding: 12px 0;
    font-size: 17px;
    line-height: 24px;
}

.tsb-feedback-info__doc:last-child {
    border-bottom: 1px solid black;
}

.tsb-feedback-info__doc a {
    color: initial;
}

.tsb-feedback-info__doc a:hover {
    color: #A58A57;
}

.tsb-feedback-info__block-wrapper {
    padding: 24px;
    background-color: #F9FBFB;
    color: #000000;
}

.tsb-feedback-info__block-wrapper p {
    margin-bottom: 12px;
}

.tsb-feedback-info__block-wrapper p:last-child {
    margin-bottom: 0;
}

.tsb-feedback-info__block-wrapper a {
    color: #A58A57;
}

.tsb-feedback-info__block-wrapper a:hover {
    text-decoration: underline;
}

[data-tsb-looltip] {
    position: relative;
    cursor: pointer;
}

[data-tsb-looltip]::after {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    top: 30px;
    right: -10px;
    width: 350px;
    max-width: 90vw;
    padding: 5px 15px;
    content: attr(data-tsb-looltip);
    background-color: #2F4150;
    color: white;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    transition: .5s;
    opacity: 0;
}

[data-tsb-looltip]::before {
    position: absolute;
    top: 14px;
    right: 0;
    content: '';
    border: 8px solid transparent;
    border-bottom: 8px solid #2F4150;
    visibility: hidden;
    z-index: -1;
    transition: .5s;
    opacity: 0;
}

[data-tsb-looltip]:hover::after, [data-tsb-looltip]:hover::before {
    visibility: visible;
    z-index: 1;
    opacity: 1;
}

@media all and (max-width: 929px) {
    .tsb-feedback-help__list {
        margin-bottom: -36px;
    }

    .tsb-feedback-form__message {
        margin-top: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tsb-feedback-help__item {
        text-align: center;
        margin-bottom: 36px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .tsb-feedback-help__icon {
        text-align: center;
        margin-right: 0;
    }

    .tsb-feedback-info__block {
        margin-top: 24px;
    }
}

@media all and (max-width: 630px) {
    .tsb-feedback-main {
        margin: 48px 0 0;
    }

    h1.tsb-feedback-main__title {
        font-size: 30px;
        line-height: 38px;
    }

    .tsb-feedback-main__header {
        margin-bottom: 48px;
    }

    .tsb-feedback-main__info p {
        font-size: 17px;
        line-height: 24px;
    }

    .tsb-feedback-form {
        padding: 72px 0;
    }

    h2.tsb-feedback-form__title, h2.tsb-feedback-info__title {
        font-size: 24px;
        line-height: 30px;
    }

    .tsb-feedback-form__footer {
        flex-wrap: wrap;
    }

    .tsb-feedback-form__submit {
        margin-left: 0;
        margin-top: 20px;
    }

    .tsb-feedback-info {
        padding: 72px 0;
    }

    .tsb-feedback-info__content {
        font-size: 17px;
        line-height: 24px;
    }
}