

/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/development-and-management-of-projects/style.css?17436084029695*/
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}


.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: 1200px;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.popup {
  background-color: var(--color-black);
  -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
  color: var(--color-white);
  width: 100%;
  max-width: 550px;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  overflow-y: auto;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  position: relative;
}
.contract {
  background-color: var(--light-bg);
  color: var(--color-black);
  padding-top: 30px;
  padding-bottom: 120px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.contract__title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: var(--color-dark);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.contract__inner {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}

.contract__inner::before {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/development-and-management-of-projects/../img/dots.svg") no-repeat;
  position: absolute;
  right: -100px;
  top: -70px;
}

.contract__info {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 470px;
  position: relative;
  z-index: 10;
}

.contract__list {
  margin-bottom: 30px;
}

.contract__list-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding-left: 30px;
  position: relative;
}

.contract__list-item::before {
  content: "";
  width: 19px;
  height: 17px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/development-and-management-of-projects/../img/check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.contract__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.contract__img {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.contract__img img {

}

@media (min-width: 1441px) {
  .contract {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .contract {
    padding: 130px 0;
  }

  .contract__title {
    font-size: 40px;
    line-height: 120%;
  }

  .contract__list-item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .contract__title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .contract__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contract__inner::before {
    display: none;
  }

  .contract__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 300px;
  }

  .contract__img img {
    width: 100%;
  }

  .contract__info {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .contract {
    padding: 90px 0;
  }

  .contract__title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .contract__img {
    height: 200px !important;
  }

  .contract__list-item {
    font-size: 15px;
    line-height: 21px;
    padding-left: 20px;
  }

  .contract__list-item::before {
    width: 17px;
    height: 15px;
  }
}

@media (max-width: 412px) {
  .contract__title {
    font-size: 26px;
  }

  .contract__inner {
    gap: 20px;
  }
}

.consult {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.consult__bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(10.21%, rgba(0, 0, 0, 0.2)), color-stop(17.91%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 10.21%, rgba(0, 0, 0, 0.2) 17.91%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 10.21%, rgba(0, 0, 0, 0.2) 17.91%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71));
  padding: 100px 0;
}

.consult__title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
  max-width: 970px;
}

.consult__list {
  max-width: 900px;
  margin-bottom: 50px;
  color: white;
}

.consult__list-item {
  padding-left: 35px;
  position: relative;
}

.consult__list-item::before {
  content: "";
  width: 19px;
  height: 17px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/development-and-management-of-projects/../img/check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}

.consult__list-item:not(:last-child) {
  margin-bottom: 15px;
}

.consult__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 50px;
  max-width: 870px;
}


@media (min-width: 1441px) {
  .consult__bg {
    padding-top: 200px;
  }
}

@media (max-width: 992px) {
  .consult__bg {
    padding: 50px 0;
  }

  .consult__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .consult__list-item {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .consult__title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .consult__bg {
    padding: 30px 0;
  }

  .consult__list-item {
    font-size: 15px;
    line-height: 130%;
    padding-left: 25px;
  }

  .consult__list-item:not(:last-child) {
    margin-bottom: 5px;
  }

  .consult__list-item::before {
    width: 17px;
    height: 15px;
    top: 3px;
  }
}

@media (max-width: 412px) {
  .consult__title {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .consult__list-item {
    font-size: 14px;
  }
}

/* Затемняющий слой */
.modal-overlay {
    display: none; /* По умолчанию скрыто */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%); /* Полупрозрачный чёрный фон */
    z-index: 999; /* Расположен ниже формы */
}

/* Стили для модального окна */
.form-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Поверх затемняющего слоя */
    display: none; /* Скрыто по умолчанию */
    overflow-y: auto;
    max-height: 100%;
}

/* Общие стили формы */
.form {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 500px;
    margin: auto;
    font-family: Arial, sans-serif;
}

#file-upload {
    display: none; /* Скрывает элемент с помощью свойства display */
}

/* Поля ввода */
.form-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Поле textarea */
textarea.form-input {
    height: 100px;
}

/* Чекбоксы */
input[type="checkbox"] {
    margin-right: 10px;
}

/* Стили кнопки отправки */
button.form-btn {
    background-color: #007B5E;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.calc-btn {
  margin: 10px auto;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; 
}

button.form-btn:hover {
    background-color: #005f46;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.custom-file-upload_img
 {
    margin-left: 90%;
    height: 20px;
    margin-top: -25px;
}

/* Затемняющий слой */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный фон */
    display: flex;
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center; /* Центрирование по вертикали */
    z-index: 9999;
}

/* Сообщение */
.message-box {
    background-color: #ffffff; /* Белый фон */
    color: #333; /* Цвет текста */
    padding: 20px 40px; /* Отступы внутри сообщения */
    border-radius: 15px; /* Закругленные углы */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Тень */
    font-size: 18px; /* Размер шрифта */
    font-weight: bold; /* Жирный текст */
    text-align: center; /* Центрирование текста */
}

/* Ошибочное сообщение */
.message-box.error {
    color: red; /* Цвет текста для ошибок */
}

/* End */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/development-and-management-of-projects/style.css?17436084029695 */
