

/* 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/loading/loading.css?1695674464371*/
.loading {
  position: relative;
  /*filter: brightness(0.95);*/
}
.loading .loading-cont {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: url("/bitrix/templates/.default/asset/loading/images/loading-g.svg") no-repeat center center;
  background-color: rgba(255, 255, 255, 0.737254902);
  background-size: 100px;
  z-index: 10;
}

/* End */


/* Start:/bitrix/templates/.default/asset/horiz-block-list/blocks-horb-list.css?16624852372164*/
.horb-list_bordered .horb-list__item {
  border: 2px solid #f0f0f0;
  border-radius: 12px;
}
.horb-list_bordered .horb-list__item:last-child {
  border-bottom: 2px solid #f0f0f0;
}
.horb-list__item {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 24px;
  padding: 24px 0;
}
.horb-list__item:last-child {
  border-bottom: none;
}
.horb-list__image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 320px;
  margin-right: 48px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 5px;
}
.horb-list__image_sm {
  height: 80px;
  width: 160px;
}
.horb-list__mob-image {
  display: none;
}
.horb-list__description {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.horb-list__title {
  width: 100%;
  margin-bottom: 12px;
  font-family: "GTE-bold";
}
.horb-list__subtitle {
  width: 100%;
  margin-bottom: 24px;
  color: #484d51;
  font-family: "GTE-light";
}
.horb-list .button-cont {
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 800px) {
  .horb-list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  .horb-list__item {
    flex-wrap: wrap;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .horb-list__image {
    display: none;
  }
  .horb-list__image_general-image {
    display: inline-flex;
    width: 100%;
    margin: auto auto 24px auto;
  }
  .horb-list__image_mob-bg-left {
    background-position: left;
  }
  .horb-list__mob-image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 5px;
    margin: auto auto 24px auto;
    width: 100%;
    margin: 0 0 12px 0;
  }
  .horb-list__description {
    padding: 0 5px;
  }
  .horb-list__title {
    margin-bottom: 6px;
  }
  .horb-list__subtitle {
    margin-bottom: 0;
  }
}

/* End */


/* Start:/bitrix/templates/.default/asset/images/images.css?17520102771013*/
.image {
	display: inline-flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 260px;
}
.bg-pos-left {
	background-position: left !important;
}
.bg-pos-right {
	background-position: right !important;
}
.bg-pos-center {
	background-position: center !important;
}
.bg-pos-bottom {
	background-position: bottom !important;
}
.bg-pos-top {
	background-position: top !important;
}
.bg-contain {
	background-size: contain !important;
}
.bg-cover {
	background-size: cover !important;
}
@media (max-width: 800px) {
	.mob-bg-pos-left {
		background-position: left !important;
	}
	.mob-bg-pos-right {
		background-position: right !important;
	}
	.mob-bg-pos-center {
		background-position: center !important;
	}
	.mob-bg-pos-bottom {
		background-position: bottom !important;
	}
	.mob-bg-pos-top {
		background-position: top !important;
	}
	.mob-bg-contain {
		background-size: contain !important;
	}
	.mob-bg-cover {
		background-size: cover !important;
	}
}

/* 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 */
/* /bitrix/templates/.default/asset/buttons/buttons.css?16915262232329 */
/* /bitrix/templates/.default/asset/loading/loading.css?1695674464371 */
/* /bitrix/templates/.default/asset/horiz-block-list/blocks-horb-list.css?16624852372164 */
/* /bitrix/templates/.default/asset/images/images.css?17520102771013 */
/* /bitrix/templates/.default/asset/helpers/helpers.css?16770999157103 */
