

/* Start:/bitrix/templates/.default/asset/tab/css/tab.css?17231937972234*/
.tabs-wr {
	display: flex;
	border-bottom: 2px solid #E4E7E7;
	margin-bottom: 1.25rem;
}
.tabs-wr_no-border {
	border-bottom: none;
}

.tabs {
	position: relative;
	display: flex;
	width: 100%;
	font-size: 18px;
	line-height: 130%;
	padding: 0 2.5rem 0 2.5rem;
}
@media (max-width: 800px) {
	.tabs {
		padding: 0 12px;
	}
	.tabs::before, .tabs::after {
		content: "";
		position: absolute;
		top: 0;
		width: 24px;
		height: 100%;
		z-index: 1;
	}
	.tabs::before {
		left: 0;
		background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
	}
	.tabs::after {
		width: 48px;
		right: 0;
		background: linear-gradient(270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
	}
}
.tabs_centered .tabs__container {
	flex-wrap: nowrap;
}
.tabs_centered .tabs__tab {
	width: 100%;
}
.tabs__container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	position: relative;
	text-align: center;
	overflow: auto;
}
@media (max-width: 800px) {
	.tabs__container {
		flex-wrap: unset;
	}
}
.tabs__tab {
	display: inline-flex;
	position: relative;
	padding: 1.25rem 0;
	margin-right: 1.25rem;
	color: #616161;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: 0.2s ease;
	font-family: "GTE-light";
	outline: none;
}
@media (max-width: 800px) {
	.tabs__tab {
		margin: 0 12px 0 12px;
		font-size: 1.15rem;
	}
	.tabs__tab:last-child {
		margin-right: 24px;
	}
}
.tabs__tab::before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.tabs__tab:hover {
	color: #000;
}
.tabs__tab:hover::before {
	background-color: #e6e6e6;
}
.tabs__tab_dummy {
	cursor: default;
}
.tabs__tab_dummy:hover::before {
	background-color: transparent !important;
}
.tabs__tab_active {
	color: #474747;
	font-family: "GTE-regular";
	cursor: default;
}
.tabs__tab_active::before {
	background-color: #377CCB;
}
.tabs__tab_active:hover {
	color: #474747;
}
.tabs__tab_active:hover::before {
	background-color: #377CCB;
}
.tabs__tab__title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* End */


/* Start:/bitrix/templates/.default/asset/helpers/helpers.css?16770999157103*/
.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.f-wrap {
  flex-wrap: wrap !important;
}

.d-flow-root {
  display: flow-root !important;
}

.d-grid {
  display: grid !important;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text-bold {
  font-family: "GTE-bold" !important;
}

.text-medium {
  font-family: "GTE-medium" !important;
}

.text-regular {
  font-family: "GTE-regular" !important;
}

.text-light {
  font-family: "GTE-light" !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.fw-light {
  font-weight: lighter !important;
}

.fw-bold {
  font-weight: bold !important;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-66 {
  width: 66% !important;
}

.w-33 {
  width: 33% !important;
}

.w-25 {
  width: 25% !important;
}

.m-auto {
  margin: auto !important;
}

.m-unset {
  margin: unset !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.visibility-hidden {
  visibility: hidden;
}

.visibility-visible {
  visibility: visible;
}

.p-auto {
  padding: auto !important;
}

.p-unset {
  padding: unset !important;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.lh-unset {
  line-height: unset !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.talign-center {
  text-align: center !important;
}

.talign-left {
  text-align: left !important;
}

.talign-right {
  text-align: right !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-text {
  cursor: text !important;
}

@media (max-width: 800px) {
  .mob-flex-wrap {
    flex-wrap: wrap !important;
  }

  .mob-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .mob-talign-center {
    text-align: center !important;
  }

  .mob-talign-left {
    text-align: left !important;
  }

  .mob-talign-right {
    text-align: right !important;
  }

  .mob-order-1 {
    order: 1 !important;
  }

  .mob-order-2 {
    order: 2 !important;
  }

  .mob-order-3 {
    order: 3 !important;
  }

  .mob-order-4 {
    order: 4 !important;
  }

  .mob-order-5 {
    order: 5 !important;
  }

  .mob-justify-between {
    justify-content: space-between !important;
  }

  .mob-justify-center {
    justify-content: center !important;
  }

  .mob-justify-start {
    justify-content: flex-start !important;
  }

  .mob-justify-end {
    justify-content: flex-end !important;
  }

  .mob-w-50 {
    width: 50% !important;
  }

  .mob-w-100 {
    width: 100% !important;
  }
}

/* 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 */
/* /bitrix/templates/.default/asset/tab/css/tab.css?17231937972234 */
/* /bitrix/templates/.default/asset/helpers/helpers.css?16770999157103 */
/* /bitrix/templates/.default/asset/list-items/list-items.css?17593512951978 */
