.popup-request{display:flex}.popup-request__contentLeft{background-image:url(/images/popup/request/back.png);background-position:0;background-size:cover;background-repeat:no-repeat;padding:1rem;max-width:11.03rem;width:100%;color:var(--color-white);display:flex;flex-direction:column;justify-content:space-between}.popup-request__contentLeft_title{font-size:.75rem;font-weight:600;line-height:1.4}.popup-request__contentLeft_contacts{display:flex;flex-direction:column;row-gap:.56rem}.popup-request__contentLeft_contacts_container{display:flex;flex-direction:column;row-gap:.12rem}.popup-request__contentLeft_contacts_container_value{font-size:.56rem;font-weight:500;line-height:.68rem;text-transform:uppercase}.popup-request__contentLeft_contacts_container_label{font-size:.37rem;font-weight:500;line-height:.43rem;letter-spacing:.04rem;text-transform:uppercase}.popup-request__contentRight{color:var(--color-black);position:relative;padding:1.31rem 1.15rem 1rem 1rem;display:flex;flex-direction:column;row-gap:.25rem;max-width:12.59rem;width:100%}.popup-request__contentRight_group{position:relative;display:grid;grid-gap:.18rem;gap:.18rem;justify-items:flex-start}.popup-request__contentRight_group_errorWrapper{max-height:0;overflow:hidden;opacity:0;transition:max-height .8s ease,opacity .5s ease}.popup-request__contentRight_group_errorWrapper_show{max-height:3rem;opacity:1}.popup-request__contentRight_group_error{display:block;white-space:nowrap;font-size:.43rem;font-weight:500;line-height:1.4;color:var(--color-red);padding-left:.5rem}.popup-request__contentRight_group_input{display:block;border:none;border-radius:2.5rem;background-color:var(--color-gray);padding:.43rem .5rem;font-size:.43rem;font-weight:500;line-height:1.4;width:100%;outline:none;transition:box-shadow .3s}.popup-request__contentRight_group_input:focus{box-shadow:0 0 .03rem .03rem #5e6d62}.popup-request__contentRight_group_input_error{box-shadow:0 0 .03rem .03rem var(--color-red)}.popup-request__contentRight_group_textarea{display:block;resize:none;border:none;border-radius:.59rem;background-color:var(--color-gray);padding:.43rem .5rem;font-size:.43rem;font-weight:500;line-height:1.4;width:100%;outline:none;transition:box-shadow .3s}.popup-request__contentRight_group_textarea:focus{box-shadow:0 0 .03rem .03rem #5e6d62}.popup-request__contentRight_group_textarea_error{box-shadow:0 0 .03rem .03rem var(--color-red)}.popup-request__contentRight_group_checkbox{margin-top:.09rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:flex-start;column-gap:.4rem}.popup-request__contentRight_group_checkbox_input{cursor:pointer;height:.68rem;width:.68rem;border-radius:.18rem;border:.03rem solid #5e6d62;accent-color:var(--color-green)}.popup-request__contentRight_group_checkbox_label{color:rgba(0,0,0,.5);font-size:.37rem;font-weight:500;line-height:1.4;cursor:pointer}.popup-request__contentRight_group_checkbox_label_link{color:var(--color-green);text-decoration:none;transition:.3s ease}.popup-request__contentRight_group_checkbox_label_link:hover{color:rgba(0,0,0,.5);text-decoration:underline}.popup-request__contentRight_button{background:#5e6d62;border-radius:1.31rem;padding:.5rem 0;color:var(--color-white);width:100%;border:none;font-size:.43rem;font-weight:500;line-height:1.4;cursor:pointer;opacity:.6;margin-top:.28rem;transition:opacity .2s}.popup-request__contentRight_button:enabled{opacity:1}.popup-request__contentRight_button:disabled{cursor:not-allowed}.popup-request__contentRight_formErrors{position:absolute;bottom:0;left:0;right:0;padding-top:.25rem}.popup-request__contentRight_formErrors_error{font-size:.6rem;color:#ff3b30;margin-bottom:.1rem}.popup-request__contentRight_captcha{position:absolute;width:0;height:0;overflow:hidden}@media(max-width:767px){.popup-request{flex-direction:column}.popup-request__contentLeft{max-width:100%;gap:.2rem}.popup-request__contentLeft_title{font-size:.6rem}.popup-request__contentRight{padding:.2rem .3rem}.popup-request__contentRight_group_textarea{max-block-size:3rem}}