.product-result-section {
    margin: 50px 20px;
}

.product-result-block {
    position: relative;
    background: url(/wp-content/themes/faktor-template/templates/modules/product-result/image/item.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 458px;
    border-radius: 12px;
    padding: 0 45px 0 0;
}

.product-result-section h2 {
    margin-bottom: 45px;
}

.product-result-content_image {
    max-width: 585px;
    height: 100%;
    object-fit: cover;
}

.product-result-content .product-result-content_left.not-marg h2 {
    margin: 0 0 45px;
}

.product-result-content {
    display: flex;
    align-items: center;
    gap: 45px;
    height: 100%;
}

.product-result-content_hours {
    display: flex;
    flex-direction: column;
    margin: 0 0 25px;
}

.product-result-content_hours span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.44px;
    color: #fff;
    margin: 0 0 5px;
}

.product-result-content_hours a {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.48px;
    color: #fff;
}

.product-result-content_hours a:hover {
    text-decoration: underline;
}

.product-result-content_social span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.44px;
    color: #fff;
}

.social {
    display: flex;
    gap: 10px;
    margin: 15px 0 0;
}

.product-result-content_title__form {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.18px;
    color: #fff;
    margin-bottom: 15px;
}

.product-result-content_left {
    max-width: 308px;
}

.product-result-content_center {
    position: relative;
    left: 0;
    bottom: 3px;
}

.product-result-content_center img {
    width: 437px;
    height: 502px;
}

.product-result-content_right {
    max-width: 100%;
    width: auto;
}

.product-result-content_right p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #fff;
    margin: 15px 0 30px;
}

.product-result-content_inputs .error {
    bottom: 15px;
}

.product-result-content_inputs form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-result-content_inputs form input {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    color: #676767;
    width: auto;
    height: 100%;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
}

.product-result-content_inputs form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    color: #676767;
}

.product-result-content_inputs form input:focus-visible {
    border: 1px solid #CC955B;
    outline: none;
}

.product-result-content_inputs form button {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    text-align: center;
    width: auto;
    height: 49px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.09px;
    color: #fff;
}

.checkbox-container a {
    color: #fff;
    text-decoration: underline;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    min-width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.checkbox-container input[type="checkbox"]:checked+.custom-checkbox::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M6 10.8L3.2 8l-1.4 1.4L6 13.6l8-8L12.6 4z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.badge-avtor.product-result {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    border-radius: 8px;
    width: 316px;
    height: 66px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    position: absolute;
    bottom: 60px;
    right: 60px;
}

.badge-avtor_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 115%;
    color: white;
}

.badge-avtor_job {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: white;
}