@charset "UTF-8";
/* elektrik styles */
html, body, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: 'Montserrat', sans-serif;
  font-display: swap;
  overflow-x: hidden; }

/* фиксированный фон для главного экрана */
body {
  background: url("/wp-content/themes/elektrik/images/back-cmprs2.jpg");
  background-size: cover;
  background-attachment: fixed; }

.text_base {
  font-size: 24px; }

/* основной текст */
/*.padding_top { padding-top: 90px; }*/
.paddings {
  padding-top: 80px;
  padding-bottom: 80px; }

.margins {
  margin-top: 80px;
  margin-bottom: 80px; }

.margins_head {
  margin: 5% 0; }

h1 {
  padding: 0;
  margin: 0;
  font-size: 40px; }

h2 {
  margin: 0px;
  padding: 0px;
  color: #211F59; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.clear:after {
  content: "&nbsp;";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0; }

/*.shadow { box-shadow: $shadow; }*/
.button {
  cursor: pointer;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: inline-block;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border: none; }

.button_color_1 {
  background: #F8B209;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.button_color_1:hover {
  background: #ED2218; }

.button_color_2 {
  background: linear-gradient(-70deg, #ED2218, rgba(237, 34, 24, 0.95), #ED2218);
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.button_color_2:hover {
  background: #F8B209; }

.button_color_3 {
  background: #ED2218;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.button_color_3:hover {
  background: #F8B209; }

.button_color_4 {
  background: #DADADA;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.button_size_1 {
  width: 300px; }

.button_size_2 {
  width: 350px; }

.button_size_3 {
  width: 510px; }

a {
  color: #F8B209; }

a:hover {
  color: #ED2218; }

input[type="text"], input[type="tel"], input[type="number"] {
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  border: 1px solid #F8B209;
  text-align: center; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
  outline: none; }

/* убираем стрелки у поля number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

input[type='number'] {
  -moz-appearance: textfield; }

textarea:focus {
  outline: none; }

p {
  margin-bottom: 4%; }

#contact_form {
  display: none;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  max-width: 500px; }

.contact_form_content {
  width: 80%;
  padding: 10%; }

.button_form_close {
  cursor: pointer; }

.link_form_close {
  cursor: pointer;
  text-decoration: underline; }

.form_header {
  margin-bottom: 20px;
  margin-top: -20px;
  width: 100%;
  display: flex; }

.form_header_text {
  width: 100%;
  margin: auto;
  margin-left: 0; }

.form_header_text h2 {
  margin: 0px 0px 0px;
  font-size: 18px;
  font-weight: 600;
  padding: 0; }

.form_header_calc {
  font-weight: 600;
  font-size: 16px; }

.form_header_button {
  width: 20px;
  margin: auto;
  margin-right: 0; }

.form_header_button img {
  width: 100%; }

.form_inputs {
  width: 100%; }

#glass {
  position: fixed;
  z-index: 9000;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.recaptcha_place1 {
  display: block; }

.recaptcha_place2 {
  display: none; }

#div_call_file {
  display: none; }

.cf_input {
  margin-bottom: 15px; }

.contact_form_fields .cf_line {
  width: 100%; }

.contact_form_fields .cf_line .text_3 {
  font-size: 12px;
  margin-bottom: 20px; }

#call_submitPlace {
  display: flex; }

.button_send_message {
  margin: auto; }

#form_message {
  width: calc(100% - 50px);
  margin: 10px 0px 20px;
  font-size: 14px; }

#contact_form input[type="text"], #contact_form input[type="tel"], #contact_form input[type="number"] {
  width: 100%; }

/* Стилизуем чекбоксы */
/* Скрываем реальный чекбокс */
.checkbox, .checkbox2 {
  display: none; }

/* Задаем внешний вид для нашего кастомного чекбокса. Все обязательные свойства прокомментированы, остальные же свойства меняйте по вашему усмотрению */
.checkbox-custom {
  position: relative;
  /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
  width: 20px;
  /* Обязательно задаем ширину */
  height: 20px;
  /* Обязательно задаем высоту */
  border: 1px solid #BDBDBD;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

/* Кастомный чекбокс и лейбл центрируем по вертикали. Если вам это не требуется, то вы можете убрать свойство vertical-align: middle из данного правила, но свойство display: inline-block обязательно должно быть */
.checkbox-custom, .label {
  display: inline-block;
  vertical-align: middle; }

/* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
.checkbox:checked + .checkbox-custom::before {
  content: "";
  /* Добавляем наш псевдоэлемент */
  display: block;
  /* Делаем его блочным элементом */
  position: absolute;
  /* Позиционируем его абсолютным образом */
  /* Задаем расстояние от верхней, правой, нижней и левой границы */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: url("/wp-content/themes/elektrik/images/checkbox.png");
  /* Добавляем фон. Если требуется, можете поставить сюда картинку в виде "галочки", которая будет символизировать, что чекбокс отмечен */
  background-size: 100%;
  border: 1px solid #F8B209;
  border-radius: 10px; }

/* квадратные чекбоксы */
.checkbox-custom2 {
  position: relative;
  /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
  width: 20px;
  /* Обязательно задаем ширину */
  height: 20px;
  /* Обязательно задаем высоту */
  border: 1px solid #BDBDBD;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1px; }

/* Кастомный чекбокс и лейбл центрируем по вертикали. Если вам это не требуется, то вы можете убрать свойство vertical-align: middle из данного правила, но свойство display: inline-block обязательно должно быть */
.checkbox-custom2, .label {
  display: inline-block;
  vertical-align: middle; }

/* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
.checkbox2:checked + .checkbox-custom2::before {
  content: "";
  /* Добавляем наш псевдоэлемент */
  display: block;
  /* Делаем его блочным элементом */
  position: absolute;
  /* Позиционируем его абсолютным образом */
  /* Задаем расстояние от верхней, правой, нижней и левой границы */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: url("/wp-content/themes/elektrik/images/checkbox.png");
  /* Добавляем фон. Если требуется, можете поставить сюда картинку в виде "галочки", которая будет символизировать, что чекбокс отмечен */
  background-size: 100%;
  border: 1px solid #F8B209;
  border-radius: 1px; }

/* бликуем */
.button > span {
  position: relative; }

.button > span:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -100px;
  width: 200%;
  height: 240%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) no-repeat -7em 0%;
  background-size: 7em 100%;
  -moz-transform: skewX(-50deg);
  -o-transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg); }

.button > span.blink_on:after {
  transition: 0.3s linear;
  background-position: 130% 0%; }

.main {
  width: 100%;
  height: 100%; }

.band {
  max-width: 1200px;
  height: 100%;
  margin: 0px auto;
  overflow: hidden; }

.land_block {
  text-align: center;
  padding: 0;
  position: relative; }

.side {
  width: 45%;
  height: 100%; }

.left {
  float: left; }

.right {
  float: right; }

.land_block_num {
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 5px; }

.whatsapp-add {
  position: fixed;
  z-index: 9000;
  bottom: 100px;
  right: 30px; }

.whatsapp-add-inner {
  position: relative; }

.whatsapp-add-inner .back img {
  -webkit-filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.3)); }

.whatsapp-add-inner .txt {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 100;
  color: #000000; }

.telegramm-button {
  position: relative;
  display: flex;
  justify-content: flex-end; }
  .telegramm-button div.telegramm-button-inner {
    margin-top: 10px;
    display: inline-block; }

/* Custom Dmitry */
#calc_budjet-popup {
  display: none;
  z-index: 9999;
  max-height: 327.983px; }

.calc-popup-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap; }

.budjet_input {
  width: 89% !important;
  margin-bottom: 15px; }

.calc_budjet .budjet_text {
  margin-bottom: 20px;
  font-weight: 600; }

.texts_results .button {
  margin-bottom: 0;
  width: 100%; }

#form_title_budjet {
  display: none; }

.budjet-block-input {
  display: none; }

.budjet_text {
  display: none;
  margin-bottom: 20px;
  font-weight: 600;
  margin-bottom: 15px; }

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