/**
 * 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
*/
.ngcc-block-contact {
  display: flex;
  flex: auto;
  align-items: center;
  font-size: 12px;
}

.ngcc-block-contact_btn {
  position: relative;
}

footer .ngcc-block-contact {
  flex-flow: column;
}

.ngcc-block-contact_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -15px;
  margin-bottom: -15px;
}

footer .ngcc-block-contact_list {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
}

.ngcc-block-contact_item {
  display: flex;
  flex: auto;
  align-items: center;
  width: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

#header .ngcc-block-contact_item {
  padding-right: 40px;
}

.ngcc-block-contact_sub-item {
  width: 100%;
  line-height: 1.2;
  white-space: nowrap;
}

.ngcc-block-contact_head {
  font-size: 1.45em;
  letter-spacing: 0.1px;
  font-weight: 500;
}

.ngcc-block-contact_desc {
  font-size: 0.92em;
  margin-top: 8px;
  font-weight: 400;
}

.ngcc-block-contact_request-call {
  display: flex;
  align-items: center;
  padding-right: 35px;
}

footer .ngcc-block-contact_request-call {
  padding-right: 0;
  margin-top: 15px;
}

.ngcc-block-contact_no-link:not(:hover) {
  color: inherit;
}

.ngcallbackcontact--loader {
  position: relative;
}

@keyframes ngcc-loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ngcallbackcontact--loader:before {
  content: "";
  background: url("../../img/front/loader.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 33px;
  height: 33px;
  z-index: 100;
  animation: ngcc-loader 0.8s;
}

.ngcallbackcontact--loader:after {
  content: "";
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: ngcc-loader 0.5s;
}

.ngcc-box-modal_title {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.2;
}

.ngcc-box-modal_description {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.ngcc-box-modal_description p {
  color: inherit;
  font-size: inherit;
}

body .ngcallbackcontact-modal {
  z-index: 9999;
}

.ngcallbackcontact-modal_content {
  max-width: 700px;
}

.ngcallbackcontact-modal_body,
.ngcc-block-form label,
.ngcallbackcontact-modal_body .ngcc-block-form_form-group .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: #000000;
}

.ngcallbackcontact-modal_body .ngcc-block-form_form-group .custom-checkbox input[type=checkbox] + span {
  border-color: #000000;
}

/* form */
.ngcc-block-form,
.ngcc-block-form label,
.ngcc-block-form_form-group .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: #ffffff;
}

.ngcc-block-form_form-group .custom-checkbox input[type=checkbox] + span {
  border-color: #ffffff;
}

.ngcc-block-form {
  margin-bottom: 45px;
}

.ngcc-block-form_form {
  margin-bottom: 0;
  width: 100%;
}

.ngcc-block-form_sub {
  padding: 35px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}

@media (max-width: 768px) {
  .ngcc-block-form_sub {
    padding: 0;
  }
}
.ngcc-block-form_sub,
.ngcc-block-form.ngcallbackcontact--loader:after {
  border-radius: 25px;
}

.ngcc-block-form_fon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ngcc-block-form_box {
  padding: 25px;
  border-radius: 25px;
  max-width: 715px;
  margin: 0 auto;
  min-height: 350px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .ngcc-block-form_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ngcc-block-form_sub-box {
  display: flex;
  width: 100%;
}

.ngcc-block-form_sub-box_left {
  width: 50%;
  flex: auto;
}

.ngcc-block-form_sub-box_right {
  width: 50%;
  flex: auto;
  padding-left: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 992px) {
  .ngcc-block-form_sub-box_right {
    display: none;
  }
}
.ngcc-block-form_title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 23px;
}

.ngcc-block-form_description {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}

.ngcc-block-form_description > p {
  color: inherit;
  margin-bottom: 0;
  font-size: inherit;
}

.ngcc-block-form_banner-image {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
}

.ngcc-block-form_banner-image-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ngcc-block-form_banner-img {
  width: auto;
  height: auto;
  max-width: 145%;
  margin-left: -25%;
  margin-top: -12%;
}

.ngcc-block-form_content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 35px;
}

.ngcallbackcontact-modal_content .ngcc-block-form_content {
  max-width: 100%;
}

.ngcc-block-form_form-group {
  margin-bottom: 25px;
}

.ngcc-block-form_fields {
  width: 100%;
}

.ngcc-block-form_form-control {
  text-align: center;
}

.ngcc-block-form_actions {
  display: flex;
  justify-content: center;
}

.ngcc-block-form_error {
  font-size: 12px;
  background-color: #f2dede;
  color: #a94442;
  text-align: center;
  margin-top: 5px;
  border-radius: 30px;
}

.ngcc-block-form_control--recaptcha,
.ngcc-block-form_control .g-recaptcha {
  display: flex;
  justify-content: center;
}

.ngcc-block-form_control .ngcc-block-form_recaptcha-label > p {
  display: inline;
}

.ngcc-block-form_recaptcha-label {
  display: flex;
  text-align: left;
  color: inherit;
}

.ngcc-block-form_form-group .custom-checkbox label,
.ngcc-block-form_form-group .custom-checkbox p,
.ngcc-block-form_recaptcha-label p {
  color: inherit;
}

.ngcc-block-form_recaptcha-label > p {
  margin-bottom: 0;
}

.ngcc-block-form_form-group .form-group {
  margin-bottom: 0;
}

.ngcc-block-form_form-group .custom-checkbox p {
  color: inherit;
}

.ngcc-block-form_required {
  color: #a94442;
}

.ngcc-block-form_number-captcha > img {
  max-width: 95px;
  height: auto;
  margin-right: 15px;
}

.ngcc-block-form_checkbox {
  margin-right: 10px;
}

.ngcc-block-form_checkbox input[type=checkbox] {
  display: none;
}

.ngcc-block-form_checkbox_check {
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.ngcc-block-form_checkbox_check:hover {
  background-color: #dcdcdc;
}

.ngcc-block-form_checkbox_check:before {
  content: "";
  position: absolute;
  left: calc(50% + 3px);
  top: calc(50% - 5px);
  transform: translateY(-50%) translateX(-50%) rotate(38deg);
  width: 50%;
  height: 120%;
  border: 0.2rem solid black;
  border-left: 0;
  border-top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ngcc-block-form_checkbox input:checked + .ngcc-block-form_checkbox_check:before {
  opacity: 1;
}

.ngcc-block-form_header_accepted {
  border: 3px solid #4cbb6c;
  padding: 35px 15px;
  max-width: 475px;
  margin: 0 auto;
}

.ngcc-block-form_title_accepted {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #4cbb6c;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ngcc-block-form_icon_accepted {
  display: inline-block;
  width: 17px;
  height: 30px;
  border: 5px solid #4cbb6c;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -o-transform: rotate(38deg);
  transform: rotate(38deg);
  margin-right: 20px;
  margin-top: -8px;
}

@media (max-width: 992px) {
  .ngcc-block-form_header_accepted {
    padding: 20px 15px;
  }
  .ngcc-block-form_title_accepted {
    font-size: 23px;
  }
}

/*# sourceMappingURL=front.css.map */
