.page-layout__content {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    text-align: left;
}

@media (max-width: 700px) {
    .page-layout__content {
        display: block;
    }
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-layout-item + .page-layout-item {
    margin-top: 0;
}

.form-item .modal,
.thank-you-item .modal,
.before-info-item .modal,
.after-info-item .modal,
.exit-info-item .modal {
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.image-item img {
    width: 100%;
    height: 100%;
}

.document-item, .link-item {
    text-align: center;
}

.empty-block-item {
    height: 70px;
}

.select2-container .select2-selection--single {
    height: 33px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9ddea;
}
