.product-description-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row-reverse;
    row-gap: 0;
    padding: 0;
    gap: 12px;
}

.product-description-btn__btn {
    flex: 1;
    padding: 10px 33px;
    font-weight: 600;
    text-align: center;
}

@media(max-width: 1279.98px) or (max-height: 650px) {
    .product-description-btn {
        flex-direction: row-reverse;
        gap: 12px;
    }

    .product-description-btn>.product-description-btn__btn {
        flex-basis: calc(50% - 6px);
    }
}

[class*=__container] {
    max-width: 1520px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
}

.global-block-container {
    display: flex;
    gap: 100px;
}

.global-content-block {
    flex: 2;
}

.global-information-block {
    flex: 1;
    padding: 32px;
    background-color: #EDEEF2;
    border-radius: 8px;
}

.information-list{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.information-heading,
.information-text{
    font-size: 24px;
}

.information-list-item>.tb {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin: 0;
    align-items: center;
}

.webFormItemField input[type="password"], .webFormItemField input[type="text"] {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    background: none;
    color: #000;
    height: 48px;
}
/* .webFormItemField input[type="password"]:active, .webFormItemField input[type="text"]:active, */
.webFormItemField input[type="password"]:focus, .webFormItemField input[type="text"]:focus
{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    background: none;
    color: #000;
    height: 48px;
}


.webFormItemField textarea{
    border: 1px solid #000;
    border-radius: 0;
    padding: 0;
    background: none;
    color: #000;
}

.webFormItemsColumn{
    color: #000000;
    opacity: 0.7;
}

.webFormDescription{
    margin-top: 72px;
    font-size: 24px;
}
.webFormDescription::after{
    content: "* - Поля, обязательные для заполнения";
    font-size: 12px;
    width: 100%;
    display: block;
    margin-top: 12px;
}
#WEB_FORM_ITEM_NAME,
#WEB_FORM_ITEM_EMAIL,
#WEB_FORM_ITEM_TELEPHONE{
    position: relative;
    margin: 0;
    /* margin-bottom: 25px; */
}


#WEB_FORM_ITEM_NAME>.webFormItemCaption,
#WEB_FORM_ITEM_EMAIL>.webFormItemCaption,
#WEB_FORM_ITEM_TELEPHONE>.webFormItemCaption{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    pointer-events: none;
    transition: bottom 0.3s ease;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
}


#WEB_FORM_ITEM_NAME:active>.webFormItemCaption,
#WEB_FORM_ITEM_NAME:focus-within>.webFormItemCaption,
#WEB_FORM_ITEM_EMAIL:active>.webFormItemCaption,
#WEB_FORM_ITEM_EMAIL:focus-within>.webFormItemCaption,
#WEB_FORM_ITEM_TELEPHONE:active>.webFormItemCaption,
#WEB_FORM_ITEM_TELEPHONE:focus-within>.webFormItemCaption{
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 12px;
    pointer-events: none;
    transition: bottom 0.3s ease;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
}


.webFormItemsColumns{
    margin-top: 28px;
    height: fit-content;
}


.webFormItemsColumns .webFormItem {
    margin-top: 0px;
}


.webFormItemsColumn:first-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: auto;
}


.webFormItemsColumn .webFormItemField textarea {
    height: 100%;
    min-height: 7vw;
    border-radius: 10px;
}




/* none */
.company-menu {
    display: none;
}
#WEB_FORM_ITEM_THEME{
    display: none;
}
.webFormTools input[type="reset"] {
    display: none;
}

.webFormItemImage {
    display: none;
}
