

/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/page_wages_projects/style.css?1679900306312*/
[data-section="wages-projects"] .talign-center {
    text-align: center !important;
}
[data-section="wages-projects"] .button-cont2 {
    width: 100%;
}
[data-section="wages-projects"] .m-t-20 {
    margin-top: 20px !important;
}
[data-section="wages-projects"] .data-block {
    overflow: hidden;
}

/* End */


/* Start:/bitrix/templates/.default/asset/buttons/buttons.css?16915262232329*/
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 320px;
  padding: 8px 16px;
  min-height: 48px;
  border-radius: 6px !important;
  border: none;
  vertical-align: middle;
  margin-right: 14px;
  margin-bottom: 14px;
  font-family: "GTE-regular";
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  transition: 0.1s ease;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2362a9;
  color: #fff !important;
}
.button_single {
  margin-right: unset !important;
}
@media (max-width: 800px) {
  .button {
    max-width: 260px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 15px;
  }
}
.button:hover {
  filter: brightness(0.95);
}
.button[disabled] {
  background-color: #d0d0d0;
  color: #9e9e9e !important;
  cursor: default;
  filter: brightness(1);
}
.button_border {
  border: 1px solid red;
}
.button_rounded {
  border-radius: 100px !important;
}
.button_small {
  min-width: 110px;
  max-width: 180px;
  padding: 6px 12px;
  height: 42px;
}
.button.button2 {
  background-color: #fff;
  color: #2362a9 !important;
  border: 2px solid #c4d4e5;
}
.button.button2[disabled] {
  background: #f0f0f0;
  color: #afafaf !important;
}
.button.button3 {
  background-color: #2eb6ad;
  color: #fff !important;
}
.button.button3[disabled] {
  background-color: #d0d0d0;
  color: #9e9e9e !important;
}
.button.button4 {
  background-color: transparent;
  color: #2362a9 !important;
}
.button.button4[disabled] {
  color: #afafaf !important;
}
.button.button5 {
  background-color: #fff;
  color: #2362a9 !important;
}
.button.button5[disabled] {
  color: #afafaf !important;
  filter: unset;
}
.button.button6 {
  background-color: transparent;
  color: #616161 !important;
}
.button.button6[disabled] {
  color: #afafaf !important;
}
.button.button7 {
  background-color: #fff;
  color: #00b9ad !important;
  border: 2px solid #c4d9d7;
}
.button.button7[disabled] {
  background: #f0f0f0;
  color: #afafaf !important;
}

.button-cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.button-cont_centered {
  text-align: center;
  justify-content: center;
}
/* End */


/* Start:/bitrix/templates/.default/asset/list-items/list-items.css?17593512951978*/
.list-wr {
	display: flex;
	text-align: left;
}
.list-wr.vertical-line .list {
	margin-left: -38px;
}
.list {
	width: 100%;
	margin: 0px 0 0px 20px;
	padding: 0px 0 0px 20px;
	margin-bottom: 24px;
	font-family: "GTE-light";
}
@media (max-width: 800px) {
	.list {
		margin-bottom: 16px;
	}
}
.list_noindent {
	padding: 0;
}
.list_sm .list__item {
	margin-bottom: 8px;
}
.list_horizontal .list__item {
	display: inline-block;
	margin-right: 44px;
	width: unset;
}
.list__item {
	width: 100%;
	margin-bottom: 18px;
}
.list_bullets {
	padding: 0;
	margin: 0 0 24px 0;
}
.list_bullets .list__item {
	display: inline-flex;
	position: relative;
	list-style: none;
}
/*
.list_bullets .list__item_important::before {
	background-image: url(/bitrix/templates/.default/asset/list-items/images/circle-g.svg) !important;
}
*/
.list_bullets .list__item::before {
	content: "";
	display: inline-flex;
	width: 26px;
	min-width: 26px;
	height: 26px;
	margin-right: 6px;
	background: url(/bitrix/templates/.default/asset/list-items/images/circle-gr.svg) no-repeat center;
	background-size: 22px;
	border-radius: 50px;
	background-color: #fff;
}
.list_checklist {
	padding: 0;
	margin: 0 0 24px 0;
}
.list_checklist .list__item {
	display: inline-flex;
	position: relative;
	list-style: none;
}
.list_checklist .list__item::before {
	content: "";
	display: inline-flex;
	width: 26px;
	min-width: 26px;
	height: 26px;
	margin-right: 6px;
	background: url(/bitrix/templates/.default/asset/list-items/images/check-v2-g.svg) no-repeat center top;
	background-color: #fff;
	background-position: center;
	background-size: 22px;
	border-radius: 50px;
	background-color: #fff;
}
.vertical-line {
	border-left: 4px solid #dedede;
	padding-left: 22px;
	margin-left: 36px;
	height: 100%;
}
.vertical-line-date {
	display: flex;
	position: sticky;
	top: 58px;
	background-color: #fff;
	color: #3495d5;
	z-index: 1;
	padding: 28px 0 8px 0;
	font-size: 22px;
	line-height: 36px;
	margin: 0 0 26px 0;
	width: 48px;
	justify-content: center;
}
/* End */


/* Start:/bitrix/templates/.default/asset/color/colors.css?17217527905752*/
.color-w {
  color: #fff !important;
}

.color-b {
  color: #183877 !important;
}

.color-b2 {
  color: #1e4b90 !important;
}

.color-b3 {
  color: #2362a9 !important;
}

.color-b4 {
  color: #287ac2 !important;
}

.color-b5 {
  color: #3495d5 !important;
}

.color-b6 {
  color: #67b7e0 !important;
}

.color-b7 {
  color: #9ad4ea !important;
}

.color-b8 {
  color: #ccecf4 !important;
}

.color-b9 {
  color: #e6f7fa !important;
}

.color-g {
  color: #144247 !important;
}

.color-g2 {
  color: #1b5d5f !important;
}

.color-g3 {
  color: #227775 !important;
}

.color-g4 {
  color: #00b9ad !important;
}

.color-g5 {
  color: #2fa793 !important;
}

.color-g6 {
  color: #71e0c6 !important;
}

.color-g7 {
  color: #a1edd9 !important;
}

.color-g8 {
  color: #d3f8ed !important;
}

.color-g9 {
  color: #e5f4f0 !important;
}

.color-gr {
  color: #141414 !important;
}

.color-gr2 {
  color: #2e2e2e !important;
}

.color-gr3 {
  color: #474747 !important;
}

.color-gr4 {
  color: #616161 !important;
}

.color-gr5 {
  color: #7a7a7a !important;
}

.color-gr6 {
  color: #dbdbdb !important;
}

.color-gr7 {
  color: #e6e6e6 !important;
}

.color-gr8 {
  color: #f0f0f0 !important;
}

.color-gr9 {
  color: #fafafa !important;
}

.color-blk {
  color: #2b2d30 !important;
}

.color-blk2 {
  color: #3a3d41 !important;
}

.color-blk3 {
  color: #484d51 !important;
}

.color-blk4 {
  color: #575d61 !important;
}

.color-blk5 {
  color: #656d71 !important;
}

.color-blk6 {
  color: #838d90 !important;
}

.color-blk7 {
  color: #a3abad !important;
}

.color-blk8 {
  color: #c4c9ca !important;
}

.color-blk9 {
  color: #e4e7e7 !important;
}

.color-r {
  color: #a4381d !important;
}

.color-r2 {
  color: #be3722 !important;
}

.color-r3 {
  color: #d83327 !important;
}

.color-r4 {
  color: #dd4141 !important;
}

.color-r5 {
  color: #e15b69 !important;
}

.color-r6 {
  color: #eb8f9e !important;
}

.color-r7 {
  color: #f4c2d1 !important;
}

.color-r8 {
  color: #f9dce7 !important;
}

.color-r9 {
  color: #fdf6f9 !important;
}

.color-y {
  color: #766823 !important;
}

.color-y2 {
  color: #b29a24 !important;
}

.color-y3 {
  color: #efd244 !important;
}

.color-y4 {
  color: #f4ce52 !important;
}

.color-y5 {
  color: #f8cb62 !important;
}

.color-y6 {
  color: #f8d78c !important;
}

.color-y7 {
  color: #f8e4b4 !important;
}

.color-y8 {
  color: #fbf1da !important;
}

.color-y9 {
  color: #fdf8ed !important;
}

.bg-w {
  background-color: #fff !important;
}

.bg-b {
  background-color: #183877 !important;
}

.bg-b2 {
  background-color: #1e4b90 !important;
}

.bg-b3 {
  background-color: #2362a9 !important;
}

.bg-b4 {
  background-color: #287ac2 !important;
}

.bg-b5 {
  background-color: #3495d5 !important;
}

.bg-b6 {
  background-color: #67b7e0 !important;
}

.bg-b7 {
  background-color: #9ad4ea !important;
}

.bg-b8 {
  background-color: #ccecf4 !important;
}

.bg-b9 {
  background-color: #e6f7fa !important;
}

.bg-g {
  background-color: #144247 !important;
}

.bg-g2 {
  background-color: #1b5d5f !important;
}

.bg-g3 {
  background-color: #227775 !important;
}

.bg-g4 {
  background-color: #00b9ad !important;
}

.bg-g5 {
  background-color: #2fa793 !important;
}

.bg-g6 {
  background-color: #71e0c6 !important;
}

.bg-g7 {
  background-color: #a1edd9 !important;
}

.bg-g8 {
  background-color: #d3f8ed !important;
}

.bg-g9 {
  background-color: #e5f4f0 !important;
}

.bg-gr {
  background-color: #141414 !important;
}

.bg-gr2 {
  background-color: #2e2e2e !important;
}

.bg-gr3 {
  background-color: #474747 !important;
}

.bg-gr4 {
  background-color: #616161 !important;
}

.bg-gr5 {
  background-color: #7a7a7a !important;
}

.bg-gr6 {
  background-color: #dbdbdb !important;
}

.bg-gr7 {
  background-color: #e6e6e6 !important;
}

.bg-gr8 {
  background-color: #f0f0f0 !important;
}

.bg-gr9 {
  background-color: #fafafa !important;
}

.bg-blk {
  background-color: #2b2d30 !important;
}

.bg-blk2 {
  background-color: #3a3d41 !important;
}

.bg-blk3 {
  background-color: #484d51 !important;
}

.bg-blk4 {
  background-color: #575d61 !important;
}

.bg-blk5 {
  background-color: #656d71 !important;
}

.bg-blk6 {
  background-color: #838d90 !important;
}

.bg-blk7 {
  background-color: #a3abad !important;
}

.bg-blk8 {
  background-color: #c4c9ca !important;
}

.bg-blk9 {
  background-color: #e4e7e7 !important;
}

.bg-r {
  background-color: #a4381d !important;
}

.bg-r2 {
  background-color: #be3722 !important;
}

.bg-r3 {
  background-color: #d83327 !important;
}

.bg-r4 {
  background-color: #dd4141 !important;
}

.bg-r5 {
  background-color: #e15b69 !important;
}

.bg-r6 {
  background-color: #eb8f9e !important;
}

.bg-r7 {
  background-color: #f4c2d1 !important;
}

.bg-r8 {
  background-color: #f9dce7 !important;
}

.bg-r9 {
  background-color: #fdf6f9 !important;
}

.bg-y {
  background-color: #766823 !important;
}

.bg-y2 {
  background-color: #b29a24 !important;
}

.bg-y3 {
  background-color: #efd244 !important;
}

.bg-y4 {
  background-color: #f4ce52 !important;
}

.bg-y5 {
  background-color: #f8cb62 !important;
}

.bg-y6 {
  background-color: #f8d78c !important;
}

.bg-y7 {
  background-color: #f8e4b4 !important;
}

.bg-y8 {
  background-color: #fbf1da !important;
}

.bg-y9 {
  background-color: #fdf8ed !important;
}

/* End */
/* /bitrix/templates/publicV3/components/bitrix/main.include/page_wages_projects/style.css?1679900306312 */
/* /bitrix/templates/.default/asset/buttons/buttons.css?16915262232329 */
/* /bitrix/templates/.default/asset/list-items/list-items.css?17593512951978 */
/* /bitrix/templates/.default/asset/color/colors.css?17217527905752 */
