html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    font: 400 18px/24px "Source Sans Pro", sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    height: auto;
    margin: 0;
    padding: 0;
    color: #252626;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    color: #3e99ed;
    text-decoration: none;
    cursor: pointer;
}
a:visited {
    opacity: 1;
}
a:focus {
    outline: 0;
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main,
footer {
    max-width: 1188px;
    padding: 0 24px 0;
    margin: 0 auto;
}

footer {
    padding: 0 24px 80px;
}

h2 {
    font: 600 32px/40px "Source Sans Pro", sans-serif;
}

p {
    font: 400 18px/24px "Source Sans Pro", sans-serif;
}
p span {
    font: 600 18px/24px "Source Sans Pro", sans-serif;
}

.page-label {
    border-radius: 0;
    padding: 0;
    margin: 0 0 80px;
}

.page-label__wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#52bbfa), to(#3e99ed));
    background: -o-linear-gradient(#52bbfa, #3e99ed);
    background: linear-gradient(#52bbfa, #3e99ed);
    padding: 15px 32px 25px;
    border-radius: 24px;
    margin: 0 -28px;
}
.page-label__wrapper h1 {
    font: 600 51px/56px "Source Sans Pro", sans-serif;
    margin: 0;
    color: white;
}

.office {
    position: relative;
    background-color: #edf0f7;
    border-radius: 24px;
    min-height: 336px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
}
.office .office__image-wrapper {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: calc(100% - 607px);
}
.office .office__image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
}

.office__text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 453px;
    flex: 0 0 453px;
    margin: 0 0 7px;
}
.office__text-wrapper h2 {
    margin: 0 0 37px;
}
.office__text-wrapper h2 + p {
    margin: 0 0 24px;
}
.office__text-wrapper p {
    font: 400 18px/24px "Source Sans Pro", sans-serif;
}
.office__text-wrapper p span {
    font: 600 18px/24px "Source Sans Pro", sans-serif;
}

.cooperation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 24px;
    margin: 80px 0;
}

.cooperation__item {
    border: 1px solid #59c7ff;
    border-radius: 24px;
    text-align: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 364px;
    flex: 1 1 364px;
    min-width: 0;
    min-height: 216px;
    display: flex;
    flex-direction: column;
}

.cooperation__headline {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e99ed), to(#52bbfa));
    background: -o-linear-gradient(top, #3e99ed, #52bbfa);
    background: linear-gradient(to bottom, #3e99ed, #52bbfa);
    width: calc(100% + 2px);
    margin: -1px -1px 0;
    min-height: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    /*position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}
.cooperation__headline .cooperation__image {
    margin: -55px 0 0 5px;
}
.cooperation__headline h3 {
    font: 600 20px/24px "Source Sans Pro", sans-serif;
    color: white;
    text-align: left;
    text-transform: uppercase;
}
.cooperation__headline h3:first-child {
    margin: 0 0 14px;
}

.partnership-headline h3 {
    text-align: right;
    padding: 0 10px 0 0;
}

.cooperation__person {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 32px 32px 32px;
}
.cooperation__person p {
    font: 400 18px/24px "Source Sans Pro", sans-serif;
    margin: 0;
}

p.cooperation__person-name {
    font: 600 20px/24px "Source Sans Pro", sans-serif;
    margin: 0 0 14px;
}

.question-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 10px;
}

.question-form__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    width: 100%;
    max-width: 558px;
}

.question-form__item {
    width: 100%;
    margin: 0 0 29px;
}
.question-form__item:last-child {
    margin: 0;
}

.question-form__support-link {
    background-color: #edf0f7;
    border-radius: 14px;
    padding: 14px 24px 18px;
    width: 100%;
}
.question-form__support-link p {
    max-width: 461px;
    font: 400 16px/24px "Source Sans Pro", sans-serif;
}

.question-form__textarea {
    width: 100%;
    height: 112px;
    border: 1px solid #d0d2d6;
    border-radius: 8px;
    outline: 0;
    resize: none;
    margin: 16px 0 29px;
    padding: 7px 20px;
    font: 400 18px/24px "Source Sans Pro", sans-serif;
}

.question-form__submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin: 3px 0 0;
}

.question-form__qrcode-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.question-form__submit-btn {
    height: 40px;
    max-width: 194px;
    width: 100%;
    font: 600 18px/24px "Source Sans Pro", sans-serif;
    color: white;
    background-color: #3e99ed;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 194px;
    flex: 1 1 194px;
}

.left-column {
    background-color: #edf0f7;
    border-radius: 24px;
    padding: 41px 48px 48px;
}
.left-column h2 {
    margin: 0 0 20px;
}

.right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.question-form__label,
.question-form__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.question-form__label {
    font: 600 20px/24px "Source Sans Pro", sans-serif;
    margin: 0 0 11px;
}

.question-form__input {
    font: 400 16px/24px "Source Sans Pro", sans-serif !important;
    height: 40px !important;
    border-radius: 24px !important;
    border: 1px solid #d0d2d6 !important;
    outline: 0 !important;
    padding: 3px 20px 7px !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #88898c;
    font: 400 18px/24px "Source Sans Pro", sans-serif;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #88898c;
    font: 400 18px/24px "Source Sans Pro", sans-serif;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #88898c;
    font: 400 18px/24px "Source Sans Pro", sans-serif;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #88898c;
    font: 400 18px/24px "Source Sans Pro", sans-serif;
}

.question-form__select {
    padding: 0 !important;
    border: 0 !important;
}

.qrcode-input {
    max-width: 109px;
}

.question-form__select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
}
.question-form__select details {
    position: absolute;
    z-index: 10;
    width: 100%;
    border-radius: 20px;
}
.question-form__select summary {
    display: block;
    position: relative;
    font: 16px/24px "Source Sans Pro", sans-serif;
    color: #252626;
    padding: 6px 19px 8px;
    width: 100%;
    height: 40px;
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #d0d2d6;
}
.question-form__select summary::-webkit-details-marker {
    display: none;
}
.question-form__select summary::after {
    position: absolute;
    content: "";
    right: 22px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #252626;
    border-top: 1px solid #252626;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.question-form__select details[open] {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}
.question-form__select details[open] summary {
    border-radius: 20px 20px 0 0;
    border: none;
}
.question-form__select details[open] summary::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
}
.question-form__select div {
    border-top: 1px solid #d0d2d6;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 20px 20px;
}
.question-form__select a {
    font: 16px/24px "Source Sans Pro", sans-serif;
    color: #252626;
    padding: 6px 20px 10px;
}
.question-form__select a:hover {
    background: #edf0f7;
}
.question-form__select a:last-child {
    border-radius: 0 0 20px 20px;
}
.question-form__select input {
    display: none;
}
.question-form__select a {
    display: block;
}
.info-book24 {
    margin-top: 50px;
    padding: 52px 52px 52px 48px;
    border-radius: 24px;
}
.light-bg {
  background-color: #edf0f7;
  color: #252626;
}
.info-book24-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-book24-wrapper p {
    font: 400 18px / 24px "Source Sans Pro", sans-serif;
}
.info-book24-description {
    max-width: 100%;
    padding: 0 24px 0 0;
}

@media (max-width: 1140px) {
    .cooperation__headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 150px;
    }
    .cooperation__headline h3 {
        text-align: center;
    }
    .cooperation__headline .cooperation__headline .cooperation__image {
        margin: -55px 0 0 0;
    }

}
@media (max-width: 1080px) {
    .office .office__image-wrapper {
        width: 408px;
        left: 40px;
    }
}
@media (max-width: 1024px) {
    .info-book24 {
        padding: 0;
    }
    .info-book24-wrapper {
        flex-wrap: wrap;
        background-color: #edf0f7;
        border-radius: 24px;
        padding: 56px 48px 48px;
        gap: 16px 0;
    }
    .info-book24-description {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 60px;
        padding: 0;
    }
}
@media (max-width: 980px) {
    .office {
        overflow: hidden;
    }
    .office .office__image-wrapper {
        width: 408px;
        left: -80px;
    }

    .office__text-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .page-label__wrapper {
        margin: 0;
    }
}
@media (max-width: 768px) {
    main,
    footer {
        padding: 0 16px !important;
    }

    .office {
        padding: 20px 24px 0;
    }
    .office .office__image-wrapper {
        width: 260px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .office__text-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        padding: 0 0 200px;
    }

    .cooperation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 32px;
        margin: 56px 0 28px;
    }

    .question-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cooperation__item {
        flex-direction: row;
        height: auto;
        min-height: 0;
    }

    .cooperation__headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 252px;
        left: -1px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: calc(100% + 2px);
        padding: 0 0 30px 15px;
    }
    .cooperation__headline .cooperation__image {
        margin: -55px 0 0 5px;
    }
    .cooperation__headline h3 {
        font: 600 20px/24px "Source Sans Pro", sans-serif;
        color: white;
        text-align: left;
        text-transform: uppercase;
        width: 180px;
        padding: 0;
        margin: 0 0 0 15px;
    }

    .cooperation__person {
        margin: 0;
        align-items: flex-start;
        text-align: left;
    }

    .question-form__column {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-label {
        padding: 0;
        margin: 10px 0 20px;
    }
}
@media (max-width: 640px) {
    .info-book24-wrapper {
        padding: 42px 24px 24px;
    }

    .info-book24-description {
        padding: 0;
        gap: 24px;
    }
}
@media (max-width: 500px) {
    .page-label__wrapper {
        padding: 19px 22px 25px;
        margin: 0 -8px;
    }
    .page-label__wrapper h1 {
        font: 600 28px/28px "Source Sans Pro", sans-serif;
    }

    .office__text-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        padding: 0 0 200px;
    }
    .office__text-wrapper h2 {
        font: 600 20px/24px "Source Sans Pro", sans-serif;
        margin: 0 0 10px;
    }
    .office__text-wrapper p {
        font: 400 16px/20px "Source Sans Pro", sans-serif;
    }
    .office__text-wrapper p span {
        font: 400 16px/20px "Source Sans Pro", sans-serif;
    }
    .office__text-wrapper h2 + p {
        margin: 0 0 15px;
    }

    .cooperation__item {
        flex-direction: column;
        max-width: 288px;
        margin: 0 auto;
        text-align: center;
        min-height: 212px;
    }

    .question-form__item {
        margin: 0 0 34px;
    }

    .cooperation__headline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-height: 88px;
        padding: 0;
        height: auto;
        width: calc(100% + 2px);
        max-width: none;
    }
    .cooperation__headline h3 {
        text-align: left;
        font: 600 18px/22px "Source Sans Pro", sans-serif;
        width: 150px;
        margin: 0;
    }
    .cooperation__headline .cooperation__image {
        width: calc(100% - 165px);
        margin: -55px 0 0 0;
    }
    .cooperation__headline #cooperation-image-2,
    .cooperation__headline #cooperation-image-3 {
        margin: -55px 0 0 -15px;
    }

    .cooperation__person {
        margin: 0;
        padding: 16px;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .cooperation__person p {
        font-size: 16px;
        line-height: 20px;
    }

    .left-column {
        padding: 28px 16px 32px;
    }
    .left-column h2 {
        font: 600 20px/24px "Source Sans Pro", sans-serif;
        margin: 0 0 30px;
    }

    .question-form__label {
        font: 600 16px/16px "Source Sans Pro", sans-serif;
        margin: 0 0 14px;
    }

    .question-form {
        gap: 32px;
    }

    .question-form__input {
        height: 32px !important;
        padding: 3px 16px 7px !important;
    }

    .question-form__select {
        padding: 0 !important;
    }

    .question-form__select summary {
        padding: 6px 16px 8px;
        width: 100%;
        height: 32px;
        font: 400 14px/16px "Source Sans Pro", sans-serif;
    }
    .question-form__select summary::after {
        right: 18px;
        top: 9px;
    }
    .question-form__select details[open] summary::after {
        top: 14px;
    }

    .question-form__support-link {
        padding: 14px 16px 18px;
    }

    .question-form__textarea {
        padding: 4px 8px;
        font: 400 16px/20px "Source Sans Pro", sans-serif;
        border-radius: 6px;
        margin: 32px 0 34px;
        height: 152px;
    }

    input {
        padding: 3px 16px 7px !important;
    }
    input::-webkit-input-placeholder {
        font: 400 14px/16px "Source Sans Pro", sans-serif;
    }
    input::-moz-placeholder {
        font: 400 14px/16px "Source Sans Pro", sans-serif;
    }
    input:-ms-input-placeholder {
        font: 400 14px/16px "Source Sans Pro", sans-serif;
    }
    input:-moz-placeholder {
        font: 400 14px/16px "Source Sans Pro", sans-serif;
    }

    textarea::-webkit-input-placeholder {
        font: 400 16px/20px "Source Sans Pro", sans-serif;
    }
    textarea::-moz-placeholder {
        font: 400 16px/20px "Source Sans Pro", sans-serif;
    }
    textarea:-ms-input-placeholder {
        font: 400 16px/20px "Source Sans Pro", sans-serif;
    }
    textarea:-moz-placeholder {
        font: 400 16px/20px "Source Sans Pro", sans-serif;
    }

    .question-form__submit-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -2px 0 0;
        gap: 32px;
    }

    .question-form__qrcode-wrapper {
        width: 100%;
    }

    .question-form__submit-btn {
        width: 100%;
        max-width: 100%;
    }

    .captcha {
        margin: 0 auto;
    }

    .qrcode-input {
        max-width: 136px;
        height: 40px !important;
    }
    
    .info-book24 {
        margin: 40px 0 32px;
    }

    .info-book24-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        padding: 0;
    }

    .info-book24-wrapper {
        padding: 22px 24px 24px;
        gap: 18px 0;
        border-radius: 16px;
    }
    .info-book24-wrapper p {
        font: 400 16px / 24px "Source Sans Pro", sans-serif;
    }
}

/** Стили LL */
.contact-hidden {
    display: none;
}

.contact-visible {
    display: block;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

.left-column h2 {
    width: 100%;
}

footer {
    padding: 0;
}

.question-form__select div {
    overflow-y: scroll;
    max-height: 200px;
}

.question-form__select {
    z-index: 1;
}

main,
footer {
    max-width: 1188px !important;
}

.question-form__select summary {
    overflow: hidden;
}

.question-form__submit-wrapper-link p{
    padding: 20px 0;
    font-size: 14px;
    line-height: 16px;
}
