
.productCard_form {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 14px;
    border-radius: 5px;
    background: rgba(42, 42, 42, 0.30);

    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.productCard_form .headerForm {
    color: #fff;
    margin-bottom: 17px;
}
.productCard_form .heading {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.23px;
}
.productCard_form .dopText {
    font-size: 18px;
    font-weight: 600;
}
.productCard_form .iconBlock {
    opacity: 1;
}
.productCard_form .iconBlock {
    opacity: 1;
    margin-bottom: 8px;
}
.productCard_form .iconBlock img {
    height: 158px;
}

.productCard_form form.listingSidebarForm__form {
    display: flex;
    flex-direction: column;
    margin: auto 0 0;
}
.productCard_form form.listingSidebarForm__form input[type='tel'],
.productCard_form form.listingSidebarForm__form button {
    height: 45px;
}
.productCard_form form.listingSidebarForm__form input[type="tel"] {
    font-size: 14px;
}
.productCard_form form.listingSidebarForm__form button.sendForm {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.productCard_form form.listingSidebarForm__form button.sendForm:hover {
    background: var(--yellow-active);
}

.productCard_form .fieldBlock {
    height: 65px;
}
.productCard_form .messageField.active {
    font-size: 9px;
}