/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Всегда добавляйте это в custom.scss для плавности */
* {
  transition: color 0.3s, background 0.3s, transform 0.3s;
}
/* Основные стили модального окна */
#loginModal.modal {
  font-family: "Roboto", sans-serif;
  /* Используем стандартный шрифт Joomla */
  /* Нижняя часть с скруглением */
}
#loginModal.modal * {
  transition: color 0.3s, background-color 0.3s;
}
#loginModal.modal .modal-dialog {
  max-width: 420px;
}
#loginModal.modal .modal-content {
  border: none;
  border-radius: 12px;
  /* Скругление всех углов */
  overflow: hidden;
  /* Для правильного скругления */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#loginModal.modal .modal-header {
  background: #de7a2e;
  color: white;
  padding: 20px;
  border-bottom: none;
}
#loginModal.modal .modal-header h5 {
  font-weight: 600;
  font-size: 1.4rem;
}
#loginModal.modal .modal-header .close {
  color: white;
  opacity: 0.8;
  font-size: 1.5rem;
}
#loginModal.modal .modal-body {
  padding: 25px;
  background: #f8f9fa;
  /* Стили для формы */
  /* Ссылки "Забыли пароль/логин" */
  /* Контактная информация */
}
#loginModal.modal .modal-body .mod-login {
  position: relative;
  /* Поля ввода с иконками */
  /* Чекбокс "Запомнить меня" */
  /* Кнопка входа */
}
#loginModal.modal .modal-body .mod-login .input-group {
  margin-bottom: 20px;
  position: relative;
}
#loginModal.modal .modal-body .mod-login .input-group::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  z-index: 4;
}
#loginModal.modal .modal-body .mod-login .checkbox {
  margin: 15px 0;
}
#loginModal.modal .modal-body .mod-login .checkbox label {
  display: flex;
  align-items: center;
  color: #555;
}
#loginModal.modal .modal-body .mod-login .checkbox label input {
  margin-right: 8px;
}
#loginModal.modal .modal-body .mod-login .btn-primary {
  background: #de7a2e;
  color: white;
  border: none;
  padding: 12px;
  font-weight: 600;
  width: 100%;
  border-radius: 6px;
  transition: all 0.3s;
}
#loginModal.modal .modal-body .mod-login .btn-primary:hover {
  background: #de7a2e;
  transform: translateY(-2px);
}
#loginModal.modal .modal-body .userdata-remind {
  text-align: center;
  margin: 20px 0;
}
#loginModal.modal .modal-body .userdata-remind a {
  color: #6c757d;
  font-size: 13px;
  margin: 0 8px;
}
#loginModal.modal .modal-body .userdata-remind a:hover {
  color: #2c3e50;
  text-decoration: none;
}
#loginModal.modal .modal-body .contact-info {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
#loginModal.modal .modal-body .contact-info a {
  color: #2c3e50;
  text-decoration: none;
}
#loginModal.modal .login-contacts {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  color: #666;
}
#loginModal.modal .login-contacts i {
  margin-right: 8px;
  color: #2c3e50;
}
#loginModal.modal .login-contacts a {
  color: inherit;
  text-decoration: none;
}
#loginModal.modal .login-contacts i {
  transition: transform 0.3s;
}
#loginModal.modal .login-contacts i:hover {
  transform: scale(1.1);
}
#loginModal.modal .modal-footer {
  border-top: none;
  background: #f8f9fa;
  border-radius: 0 0 12px 12px;
  padding: 15px 25px;
}
/* @import "dependencies";
 .fa {
     font-family: fontawesome !important;
 } */
.CSSTableGenerator {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #000000;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.CSSTableGenerator table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.CSSTableGenerator tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.CSSTableGenerator tr:nth-child(odd) {
  background-color: #ece5d7;
}
.CSSTableGenerator tr:nth-child(even) {
  background-color: #f2f0ec;
}
.CSSTableGenerator td {
  vertical-align: middle;
  border: 1px solid #3b3b3b;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 7px;
  font-size: 13px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
}
.CSSTableGenerator tr:last-child td {
  border-width: 0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child {
  border-width: 0px 0px 1px 0px;
  text-align: center;
}
.CSSTableGenerator tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td {
  background: -o-linear-gradient(bottom, #3b3b3b 5%, #53606a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3b3b3b), color-stop(1, #334));
  background: -moz-linear-gradient(center top, #3b3b3b 5%, #53606a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
  background: -o-linear-gradient(top, #3b3b3b, 003f7f);
  background-color: #3b3b3b;
  border: 0px solid #000000;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
.CSSTableGenerator tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #3b3b3b 5%, #53606a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3b3b3b), color-stop(1, #53606a));
  background: -moz-linear-gradient(center top, #3b3b3b 5%, #53606a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
  background: -o-linear-gradient(top, #3b3b3b, 003f7f);
  background-color: #3b3b3b;
}
.CSSTableGenerator tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}
.CSSTableGenerator td {
  text-align: center;
}
.CSSTableGenerator .left {
  text-align: left;
}
/*# sourceMappingURL=custom_21.css.map */