/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author Goryachev Nikolay <nikol73333333@yandex.ru>
 * @copyright 2021-2025 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/

.ngcallbackcontact-modal--loader:before,
.ngcallbackcontact--loader:before {
    background-image: url('../../img/loader.gif');
}
.btn.ngcallbackcontact--loader:before {
    width: 25px;
    height: 25px;
}

.footer-container .ngcc-block-contact_item:nth-child(1) {
    margin-top: 0;
}
.header-ngcallbackcontactContact .ngcc-block-contact {
    margin-bottom: 15px;
}

.ngcc-block-form {
    margin-bottom: 85px;
}
.ngcc-block-form .ngcc-block-form_send:not(:disabled):not(.disabled) {
    font-size: 1.3em;
    color: #ffffff;
    border-width: 0.1rem;
    padding: 0.75em 3.85em;
    min-height: 0.85em;
    font-weight: 500;
}
.ngcc-block-form .ngcc-block-form_send:not(:disabled):not(.disabled):not(:hover):not(:focus) {
    border-color: #ffffff;
}
.ngcc-block-form_box {
    padding: 55px 25px 45px;
    border-radius: 25px;
    max-width: 874px;
    margin: 0 auto;
    min-height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ngcc-block-form_content {
    margin-bottom: 0;
}
.ngcc-block-form_title {
    font-weight: 500;
    font-size: 29px;
    margin-bottom: 35px;
}
.ngcc-block-form_description {
    font-weight: 300;
}
.ngcc-block-form_form-control {
    text-align: center;
    height: 48px;
}
.ngcc-block-form_actions {
    margin-top: 10px;
}
body#index .ngcc-block-form_sub-box_right {
    display: none;
}
body#index .ngcc-block-form_box {
    max-width: 720px;
}

.ngcc-block-form_control .custom-checkbox .custom-checkbox_text > p {
    display: inline;
}
.ngcc-block-form_control .custom-checkbox_label {
    margin-bottom: 0;
}

/* modal */
.ngcallbackcontact-modal_header {
    margin-bottom: 1em;
}
.ngcallbackcontact-modal_icon-close {
    font-size: 1.5em;
}
.ngcallbackcontact-modal_content {
    border-radius: 15px;
}
.ngcallbackcontact-modal_content .ngcc-block-form_content {
    display: block;
    padding-bottom: 4em;
}
.ngcallbackcontact-modal_content .ngcc-block-form_send:not(:disabled):not(.disabled) {
    font-size: 1.25em;
    border-width: 0.1rem;
    padding: 0.75em 3.85em;
    min-height: 3.2em;
    font-weight: 500;
}
.ngcallbackcontact-modal_content .ngcc-block-form_fields {
    max-width: 280px;
    margin: 50px auto 20px;
}
.ngcallbackcontact-modal_content input.ngcc-block-form_form-control {
    background-color: #f3f3f3;
    border: 0;
    height: 48px;
    text-align: center;
}
.ngcallbackcontact-modal_content .ngcc-block-form_actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}