.popup__inner input.error,
.popup__inner textarea.error,
.g-recaptcha iframe.error,
.label-p.error{
    border: 1px solid red !important;
}
.popup__inner.ask_form label.error{
    display: none !important;
}
.popup__inner.ask_form .elem-input label.error{
    display: block !important;
}
.popup__inner textarea.label-p {
    padding-top: 15px;
}
.ask_form .g-recaptcha iframe{
    margin: 12px 0 0px 21px;
}
.elem-checkbox__input.error{
    opacity: 1;
    height: 20px;
}
.success_mess{
    font-size: 20px;
    padding: 60px 0 0 0;
}
.error_mess{
    color: red;
    font-size: 16px;
}
:focus {
    outline: none;
}
.popup-ask-question {
    display: block;
    background-color: rgba(93, 94, 91, 0.7);
    width: 100%;
    height: 100%;
    background-color: #fff; }
@media (min-width: 1366px) {
    .popup-ask-question {
        width: 448px;
        max-height: 821px; } }
.popup-ask-question__title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 9px;
    text-transform: initial;
    padding-top: 30px;
    padding-left: 55px !important;
    margin-left: 30px; }
@media (min-width: 640px) {
    .popup-ask-question__title {
        padding-left: 65px !important; } }
@media (min-width: 768px) {
    .popup-ask-question__title {
        padding-left: 65px !important; } }
@media (min-width: 1366px) {
    .popup-ask-question__title {
        padding-left: 50px !important;
        padding-top: 30px !important;
        margin-bottom: 0;
        padding-bottom: 0 !important; } }
.popup-ask-question__shop {
    margin-bottom: 25px; }
.popup-ask-question__captcha {
    margin: 25px 0; }
.popup-ask-question__btn {
    margin-bottom: 70px; }
@media (min-width: 1600px) {
    .popup-ask-question__btn {
        margin-bottom: 20px; } }
.popup-ask-question textarea,
.popup-ask-question input[type="text"],
.popup-ask-question input[type="email"] {
    border: 1px solid #cccccc;
    opacity: 0.8;
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    border-radius: 0; }
.popup-ask-question textarea {
    min-height: 120px; }
.popup-ask-question .label-p {
    margin-bottom: 10px; }
.popup-ask-question .input-box {
    position: relative; }
.popup-ask-question .input-box--margbottom {
    margin-bottom: 10px; }
.popup-ask-question .label-heding {
    position: absolute;
    top: -9px;
    left: 15px;
    font-size: 12px;
    color: #999999;
    background-color: #fff;
    display: inline-block;
    z-index: 10;
    padding: 0 5px; }
.popup-ask-question .block-captcha {
    background-color: #f9f9f9;
    height: 88px;
    width: 347px;
    margin: 25px 0; }
.popup-ask-question .label-text {
    font-size: 14px;
    font-weight: 400;
    color: #000000; }
.popup-ask-question .label-text a {
    color: #0099ba; }
.popup-ask-question .popup-stepback {
    position: absolute;
    left: 20px;
    top: 23px; }
@media (min-width: 640px) {
    .popup-ask-question .popup-stepback {
        left: 30px;
        top: 23px; } }
@media (min-width: 768px) {
    .popup-ask-question .popup-stepback {
        top: 23px;
        left: 30px; } }
@media (min-width: 1366px) {
    .popup-ask-question .popup-stepback {
        display: none; } }
