.contacts {
    padding-top: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    color: #202527;
    line-height: 1.3;
    margin-bottom: 4.0625rem;
    /* Select style */
}
@media screen and (min-width: 768px) {
    .contacts {
        padding-top: 2.1875rem;
        margin-bottom: 5rem;
    }
}
.contacts__grid {
    max-width: 51.25rem;
    margin: 0 auto;
}
@media screen and (min-width: 1024px) {
    .contacts__grid {
        display: grid;
        grid-column-gap: 35px;
        grid-row-gap: 35px;
    }
}
.contacts.sent .contacts-left__form {
    display: none;
}
.contacts.sent .blck_ticket_created {
    display: block;
}
.contacts .blck_ticket_created {
    display: none;
}
.contacts-left__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
    .contacts-left__title {
        font-size: 1.6875rem;
        margin-bottom: 1.75rem;
    }
}
.contacts-left__text {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
    .contacts-left__text {
        font-size: 1rem;
        margin-bottom: 1.75rem;
    }
}
.contacts-left__labels {
    margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
    .contacts-left__labels {
        margin-bottom: 1.4375rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 28px;
        grid-row-gap: 28px;
    }
}
.contacts-left__label {
    display: flex;
    align-items: center;
    border: 1px solid #e9eaec;
    background-color: #fbfbfc;
    border-radius: 0.25rem;
    padding: 1.25rem 1.25rem 1.25rem 1.5625rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .contacts-left__label {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1024px) {
    .contacts-left__label--phone {
        pointer-events: none;
    }
}
.contacts-left__label-icon {
    flex-shrink: 0;
    margin-right: 1.25rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.contacts-left__label-face {
    width: 2.5rem;
    height: 2.6875rem;
}
@media screen and (min-width: 768px) {
    .contacts-left__label-face {
        width: 3.0625rem;
        height: 3.3125rem;
    }
}
.contacts-left__label-lifebuoy {
    width: 2.625rem;
    height: 2.625rem;
}
@media screen and (min-width: 768px) {
    .contacts-left__label-lifebuoy {
        width: 3.125rem;
        height: 3.125rem;
    }
}
.contacts-left__label-text p {
    font-size: 1.0625rem;
    margin-bottom: 0.3125rem;
    font-weight: 600;
    color: #202527;
}
@media screen and (min-width: 768px) {
    .contacts-left__label-text p {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }
}
.contacts-left__label-text span {
    font-size: 0.8125rem;
    color: #545658;
    font-weight: 400;
}
.contacts-left__subtitle {
    font-size: 1.0625rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
}
.contacts-form__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 28px;
    margin-bottom: 1.125rem;
}
.contacts-form__item {
    position: relative;
    grid-column: span 2;
}
.contacts-form__item--half {
    grid-column: span 2;
}
@media screen and (min-width: 768px) {
    .contacts-form__item--half {
        grid-column: span 1;
    }
}
.contacts-form__item.error {
    margin-bottom: -0.375rem;
}
.contacts-form__item.error input[type=text],
.contacts-form__item.error textarea {
    border-color: #de5552;
}
.contacts-form__item.error .contacts-form__error {
    display: inline-block;
}
.contacts-form__input {
    border: 1px solid #d1d1d1;
    border-radius: 0.1875rem;
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.5rem;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .contacts-form__input {
        font-size: 0.9375rem;
        padding: 0.5625rem;
    }
}
.contacts-form__input--textarea {
    padding: 0.6875rem 0.625rem;
    resize: none;
    height: 4.375rem;
    line-height: 1.42;
}
@media screen and (min-width: 1024px) {
    .contacts-form__input--textarea {
        height: 4.1875rem;
    }
}
.contacts-form__input:focus {
    border-color: #00AEF0;
    border-color: var(--G-color-blue-active);
}
.contacts-form__error {
    color: #de5552;
    font-size: 0.8125rem;
    line-height: 1.692;
    margin-top: 0.1875rem;
    display: none;
}
.contacts-form__label {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    text-decoration: none;
}
.contacts-form__btn {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    transition: background 0.25s;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .contacts-form__btn {
        width: auto;
    }
}
.contacts-right {
    max-width: 21.25rem;
    display: none;
}
@media screen and (min-width: 1024px) {
    .contacts-right {
        display: block;
    }
}
.contacts-right__title {
    font-size: 1.375rem;
    font-weight: 600;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #e9eaec;
}
.contacts-right__item {
    margin-bottom: 0.9375rem;
}
.contacts-right__link {
    font-size: 0.9375rem;
    font-weight: 400;
}
.contacts-right__link:hover, .contacts-right__link:focus {
    text-decoration: underline;
}
.contacts-ticket {
    text-align: center;
    margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
    .contacts-ticket {
        margin-top: 3.4375rem;
    }
}
.contacts-ticket__icon {
    width: 3.5625rem;
    height: 3.8125rem;
    margin: 0 auto 0.9375rem;
}
.contacts-ticket__text {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
    .contacts-ticket {
        font-size: 1rem;
    }
}