

/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-hero/css/style.css?17652958347263*/
[data-component=p-deposit-timed-myAccess-hero] {
	margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] {
		margin-bottom: 72px;
		border-radius: 32px;
		overflow: hidden;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero {
	display: flex;
	justify-content: center;
	text-align: left;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: unset;
	height: 424px;
	background-color: #fff;
	margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero {
		height: unset;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero {
		height: unset;
		padding-bottom: 48px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero_mob-image-first .hero__content-r {
		order: 1;
	}
	[data-component=p-deposit-timed-myAccess-hero] .hero_mob-image-first .hero__content-l {
		order: 2;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero__content {
	max-width: var(--width-limiter);
	padding-left: var(--text-padding);
	padding-right: var(--text-padding);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
	display: flex;
	gap: 24px;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero__content {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero__content_mob-reverse {
		flex-direction: column-reverse;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero__content-l {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 424px;
	padding: 32px 0;
	align-content: space-between;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero__content-l {
		max-width: unset;
		width: 100%;
		margin: 0;
		align-content: flex-start;
		text-align: center;
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero__content-r {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	align-content: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero__content-r {
		width: 100%;
		max-width: unset;
		padding-top: 24px;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero__image {
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	background-position: center;
	object-position: center;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero__image {
		max-width: 420px;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero__image_desktop {
	display: flex;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero__image_desktop {
		display: none !important;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero__image.hero__image_mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero__image_mobile {
		display: flex !important;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero__image_contain {
	background-size: contain;
	object-fit: contain;
}
[data-component=p-deposit-timed-myAccess-hero] .hero__image_center {
	background-position: center;
	object-position: center;
}
[data-component=p-deposit-timed-myAccess-hero] .hero__image_right {
	background-position: right;
	object-position: right;
}
[data-component=p-deposit-timed-myAccess-hero] .hero__image_left {
	background-position: left;
	object-position: left;
}
[data-component=p-deposit-timed-myAccess-hero] .hero__image_top {
	background-position: top;
	object-position: top;
}
[data-component=p-deposit-timed-myAccess-hero] .hero__image_bottom {
	background-position: bottom;
	object-position: bottom;
}
[data-component=p-deposit-timed-myAccess-hero] .hero__headings {
	width: 100%;
	margin-bottom: 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero__headings {
		gap: 16px;
		margin-bottom: 32px;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero__title {
	width: 100%;
	color: var(--color-neutral-90);
}
[data-component=p-deposit-timed-myAccess-hero] .hero__subtitle {
	width: 100%;
	color: var(--color-neutral-70);
	font-family: var(--font-secondary);
}
[data-component=p-deposit-timed-myAccess-hero] .hero__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero__footer {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .hero__subtext {
	width: 100%;
	color: var(--color-neutral-70);
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .hero .button-cont {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .tile {
	background-color: var(--color-neutral-20);
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .tile {
		background-color: #fff;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .tile__content {
	max-width: var(--width-limiter);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
	display: grid;
	align-items: stretch;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .tile__content {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}
}
[data-component=p-deposit-timed-myAccess-hero] .tile__item {
	display: grid;
	align-content: start;
	gap: 8px;
	border-radius: 8px;
	padding: 24px 32px;
	background: #fff;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	[data-component=p-deposit-timed-myAccess-hero] .tile__item {
		padding: 24px 24px;
		gap: 4px;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-hero] .tile__item {
		border-radius: 0;
	}
	[data-component=p-deposit-timed-myAccess-hero] .tile__item:nth-child(1) {
		border-top: 1px solid var(--color-neutral-30);
		border-bottom: 1px solid var(--color-neutral-30);
		border-right: 1px solid var(--color-neutral-30);
	}
	[data-component=p-deposit-timed-myAccess-hero] .tile__item:nth-child(2) {
		border-top: 1px solid var(--color-neutral-30);
		border-bottom: 1px solid var(--color-neutral-30);
	}
	[data-component=p-deposit-timed-myAccess-hero] .tile__item:nth-child(3) {
		border-right: 1px solid var(--color-neutral-30);
	}
}
[data-component=p-deposit-timed-myAccess-hero] .tile__title {
	font-size: 18px;
	line-height: 24px;
	font-family: var(--font-secondary-bold);
	color: var(--color-neutral-90);
}
[data-component=p-deposit-timed-myAccess-hero] .tile__subtitle {
	color: var(--color-neutral-70);
	font-family: var(--font-secondary);
}
/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-hero/css/button.css?17652958341239*/
.button-cont {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	width: 100%;
}
.button-cont_centered {
	justify-content: center;
}
.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 140px;
	max-width: 320px;
	padding: 8px 16px;
	min-height: 48px;
	border-radius: 8px;
	font-family: var(--font-secondary-bold);
	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;
	border: 1px solid var(--color-primary);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--color-primary);
	color: #fff;
}
.button:hover {
	filter: brightness(1.05);
}
.button[disabled] {
	background-color: #A9A9A9;
	color: #FFFFFF;
	border: 1px solid #A9A9A9;
	cursor: default;
	filter: brightness(1);
}
.button_small {
	min-width: 110px;
	max-width: 180px;
	padding: 4px 12px;
	min-height: 42px;
}
.button_secondary {
	background-color: #fff;
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
.button_secondary[disabled] {
	background-color: #fff;
	color: #A9A9A9;
}

/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-hero/css/fix.css?1765295834337*/
[data-component=p-deposit-timed-myAccess-hero] .hero {
	max-width: unset;
}
[data-component=p-deposit-timed-myAccess-hero] img.hero__image {
	margin-left: 0;
}
[data-component=p-deposit-timed-myAccess-hero] h1 {
	margin-bottom: 0 !important;
}
[data-component=p-deposit-timed-myAccess-hero] h4 {
	font-size: 22px !important;
}
/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-adv/style.css?17652958343133*/
[data-component=p-deposit-timed-myAccess-advantages] {
	margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-advantages] {
		margin-bottom: 72px;
	}
}
[data-component=p-deposit-timed-myAccess-advantages] .title {
	margin-bottom: 48px;
	width: auto;
	text-align: center;
	max-width: var(--width-limiter);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
	padding-left: var(--text-padding);
	padding-right: var(--text-padding);
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-advantages] .title {
		margin-bottom: 32px;
	}
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__content {
	max-width: var(--width-limiter);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__item {
	display: grid;
	align-content: start;
	gap: 16px;
	border-radius: 24px;
	padding: 24px 32px;
	background: #fff;
	text-align: center;
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__headings {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__title {
	font-family: var(--font-secondary-bold);
	color: var(--color-neutral-90);
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__subtitle {
	color: var(--color-neutral-70);
	font-family: var(--font-secondary);
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__icon-cont {
	display: flex;
	justify-content: center;
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media (max-width: 800px) {
	[data-component=p-deposit-timed-myAccess-advantages] .tile__icon {
		width: 36px;
		height: 36px;
	}
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__icon_mobile {
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-adv/images/g-mobile.svg);
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__icon_percent {
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-adv/images/g-percentBox.svg);
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__icon_wallet {
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-adv/images/g-wallet.svg);
}
[data-component=p-deposit-timed-myAccess-advantages] .swiper {
	width: 100%;
	padding-bottom: 32px;
	max-height: 270px;
}
[data-component=p-deposit-timed-myAccess-advantages] .swiper-horizontal > .swiper-pagination-bullets,
[data-component=p-deposit-timed-myAccess-advantages] .swiper-pagination-bullets.swiper-pagination-horizontal,
[data-component=p-deposit-timed-myAccess-advantages] .swiper-pagination-custom,
[data-component=p-deposit-timed-myAccess-advantages] .swiper-pagination-fraction {
	bottom: 0;
}
[data-component=p-deposit-timed-myAccess-advantages] .swiper-pagination-bullet-active {
	background: var(--color-primary);
}
[data-component=p-deposit-timed-myAccess-advantages] .tile__item {
	min-height: 234px;
}

/* End */


/* Start:/bitrix/templates/.default/asset/slider/slider.css?16771036488700*/
.slider-arrow-cont {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1020px;
  margin: auto;
  left: 0;
  right: 0;
}
.slider-arrow-cont:hover .swiper-button-prev[tabindex],
.slider-arrow-cont:hover .swiper-button-next[tabindex] {
  display: flex;
}

.swiper:hover .swiper-button-prev[tabindex],
.swiper:hover .swiper-button-next[tabindex] {
  display: flex;
}

.swiper-button-prev.custom-slider-arrow,
.swiper-button-next.custom-slider-arrow {
  display: none;
  justify-content: center;
  align-items: center;
  top: unset;
  right: unset;
  left: unset;
  position: relative;
  margin: 2px 8px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(174, 174, 192, 0.35), 0px 4px 12px 2px rgba(174, 174, 192, 0.35);
}
.swiper-button-prev.custom-slider-arrow.swiper-button-disabled,
.swiper-button-next.custom-slider-arrow.swiper-button-disabled {
  background-color: #c3c3c3;
}
.swiper-button-prev.custom-slider-arrow::after,
.swiper-button-next.custom-slider-arrow::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/bitrix/templates/.default/asset/slider/images/n-arrow-ng.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  width: 30px;
  height: 30px;
  background-position: center;
}
.swiper-button-prev.custom-slider-arrow:hover,
.swiper-button-next.custom-slider-arrow:hover {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(174, 174, 192, 0.35), 0px 4px 12px 2px rgba(174, 174, 192, 0.35);
}

.swiper-button-prev.custom-slider-arrow:after {
  transform: rotate(90deg);
  left: 30px;
}

.swiper-button-next.custom-slider-arrow:after {
  transform: rotate(-90deg);
  right: 30px;
}

@media (max-width: 800px) {
  .swiper-button-prev.custom-slider-arrow,
.swiper-button-next.custom-slider-arrow {
    display: none;
  }

  .swiper-container:hover .swiper-button-prev.custom-slider-arrow,
.swiper-container:hover .swiper-button-next.custom-slider-arrow {
    display: none;
  }
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #e2e6ec !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  background: #2362a9 !important;
}

.swiper_rounded {
  border-radius: 24px;
}
.swiper_rounded .hero-wr {
  margin: 0 30px;
  border-radius: 24px;
  overflow: hidden;
}

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

.hero {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  width: 100%;
  height: 420px;
  margin: auto;
  position: relative;
}
.hero .hero__title {
  width: 100%;
  margin-bottom: 12px;
  font-family: "GTE-bold";
}
.hero .hero__subtitle {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 36px;
  font-family: "GTE-light";
}
.hero .hero__subtitle.hero__subtitle_fat {
  width: fit-content;
  font-size: 18px;
  line-height: 26px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #288f85;
  color: #fff;
}
.hero .button {
  min-width: 140px;
  margin-right: 20px;
}
.hero .hero__scroll-hint {
  background: url("/bitrix/templates/.default/asset/slider/../images/common/scroll-hint-ng.svg") no-repeat center center;
  background-size: 24px;
  width: 42px;
  height: 42px;
  box-shadow: 0 0px 2px 0px #00000075;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.hero .hero__scroll-hint.animate__slideInDown {
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 1.4s;
  animation-direction: alternate;
}
.hero .hero__text-wr {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  min-width: 450px;
  width: 45%;
  height: 100%;
  padding: 20px 20px 20px 40px;
  z-index: 1;
}
.hero .hero__text-wr.hero__text-wr_white .hero__title {
  color: #fff;
}
.hero .hero__text-wr.hero__text-wr_white .hero__subtitle {
  color: #ececec;
}
.hero .hero__text-wr .hero__text {
  margin: auto 0;
}
.hero .hero__image {
  display: flex;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-left: 45%;
}
.hero .hero__image.hero__image_contain {
  background-size: contain;
}

@media (max-width: 800px) {
  .hero .hero__image.mob-bg-pos-right {
    background-position: right !important;
  }

  .hero .hero__image.mob-bg-pos-left {
    background-position: left !important;
  }

  .hero .hero__image.mob-bg-pos-center {
    background-position: center !important;
  }

  .hero .hero__image.mob-hero__image_contain {
    background-size: contain !important;
  }

  .hero .hero__image.mob-hero__image_cover {
    background-size: cover !important;
  }

  .hero .hero__image.mob-low-opacity {
    opacity: 0.8 !important;
  }
}
@media (max-width: 600px) {
  .hero {
    flex-wrap: wrap;
    height: 300px;
  }

  .hero .hero__text-wr {
    order: 2;
    width: 54%;
    padding: 10px 10px 10px 20px;
    min-width: unset;
    max-width: 360px;
    filter: drop-shadow(0px 4px 12px rgba(54, 54, 54, 0.082));
  }
  .hero .hero__text-wr .hero__text {
    width: 100%;
  }
  .hero .hero__text-wr .hero__title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .hero .hero__text-wr .hero__subtitle {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .hero .hero__text-wr .hero__subtitle.hero__subtitle_fat {
    padding: 4px 6px;
  }
  .hero .hero__text-wr .button {
    min-width: 90px;
    margin-right: 10px;
    height: 40px;
  }

  .hero .hero__image {
    order: 1;
    width: 100%;
    margin-left: 30%;
  }

  .hero .hero__image.image-preset2 {
    margin-left: 20%;
  }

  .hero .hero__image.image-preset3 {
    margin-left: 20%;
  }

  .hero .hero__image.image-preset4 {
    margin-left: 20%;
  }
}
.management-slider {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 24px;
  padding: 6px !important;
}
.management-slider .swiper-wrapper {
  margin-bottom: 24px;
}
.management-slider__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding: 6px;
  margin: 12px 0;
  border-radius: 12px;
  min-height: 260px;
  cursor: pointer;
  box-shadow: none;
  transition: 0.2s box-shadow ease-in !important;
}
.management-slider__slide_dummy {
  cursor: default;
}
.management-slider__slide_dummy:hover {
  box-shadow: none !important;
  background-color: unset !important;
  border: none !important;
}
.management-slider__slide:hover {
  background: #f9f9f9;
}
.management-slider__image {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .management-slider__image {
    width: 160px;
    height: 160px;
  }
}
.management-slider__text {
  width: 100%;
  text-align: center;
  padding: 0 12px;
}
.management-slider__title {
  font-family: "GTE-regular";
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 18px;
}
.management-slider__subtitle {
  font-family: "GTE-light";
  color: #7a7a7a;
  font-size: 12px;
  line-height: 14px;
}

.slider-controls {
  display: flex;
}
.slider-controls__title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.slider-controls__arrow-cont {
  display: inline-flex;
}
.slider-controls__arrow {
  border: 2px solid #f0f0f0;
  width: 42px;
  height: 42px;
  margin: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.slider-controls__arrow::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/bitrix/templates/.default/asset/slider/images/n-arrow-ng.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  width: 32px;
  height: 32px;
  background-position: center;
  width: 100%;
  height: 100%;
}
.slider-controls__arrow:hover {
  background-color: #fafafa;
}
.slider-controls__arrow_prev::before {
  transform: rotate(90deg);
}
.slider-controls__arrow_next::before {
  transform: rotate(-90deg);
}
.slider-controls__arrow_disabled {
  background-color: #f0f0f0;
  cursor: default !important;
}
.slider-controls__arrow_disabled:hover {
  background-color: #f0f0f0;
}

/* End */


/* Start:/bitrix/templates/.default/css/swiper-bundle.min.css?165002212315817*/
/**
 * Swiper 8.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 8, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/style.css?176529583510821*/
[data-component=p-deposit-timed-myAccess-steps] {
	margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] {
		margin-bottom: 72px;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .hero {
	display: flex;
	justify-content: center;
	text-align: left;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: unset;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero {
		height: unset;
		padding-bottom: 48px;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero_mob-image-first .hero__content-r {
		order: 1;
	}
	[data-component=p-deposit-timed-myAccess-steps] .hero_mob-image-first .hero__content-l {
		order: 2;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .hero__content {
	max-width: var(--width-limiter);
	padding-left: var(--text-padding);
	padding-right: var(--text-padding);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
	display: flex;
	gap: 24px;
	height: 100%;
	width: 100%;
	border-radius: 32px;
	background-color: #fff;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero__content {
		flex-wrap: wrap;
		gap: 0;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero__content_mob-reverse {
		flex-direction: column-reverse;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .hero__content-l {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 424px;
	padding: 32px 0;
	align-content: space-between;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero__content-l {
		max-width: unset;
		width: 100%;
		margin: 0;
		align-content: flex-start;
		text-align: center;
		justify-content: center;
		padding: 24px 0;
		padding-bottom: 0;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .hero__content-r {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	align-content: center;
	justify-content: center;
	padding: 32px 0;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/deposit-time-steps-bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero__content-r {
		width: 100%;
		max-width: unset;
		padding: 0;
		padding-bottom: 24px;
		background-image: none;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .hero__image {
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	background-position: center;
	object-position: center;
	max-width: 360px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero__image {
		max-width: 420px;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .hero__image_desktop {
	display: flex;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero__image_desktop {
		display: none;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .hero__image_mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero__image_mobile {
		display: flex;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .hero__image_contain {
	background-size: contain;
	object-fit: contain;
}
[data-component=p-deposit-timed-myAccess-steps] .hero__image_center {
	background-position: center;
	object-position: center;
}
[data-component=p-deposit-timed-myAccess-steps] .hero__image_right {
	background-position: right;
	object-position: right;
}
[data-component=p-deposit-timed-myAccess-steps] .hero__image_left {
	background-position: left;
	object-position: left;
}
[data-component=p-deposit-timed-myAccess-steps] .hero__image_top {
	background-position: top;
	object-position: top;
}
[data-component=p-deposit-timed-myAccess-steps] .hero__image_bottom {
	background-position: bottom;
	object-position: bottom;
}
[data-component=p-deposit-timed-myAccess-steps] .hero__headings {
	width: 100%;
	margin-bottom: 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero__headings {
		margin-bottom: 0px;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .hero__title {
	width: 100%;
	color: var(--color-neutral-90);
}
[data-component=p-deposit-timed-myAccess-steps] .hero__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .hero__footer {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .step {
	display: grid;
	gap: 8px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .step_desktop {
		display: none;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .step_mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .step_mobile {
		display: flex;
		gap: 0;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .step__item {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 16px;
	background-color: var(--color-neutral-20);
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .step__item {
		min-height: 64px;
	}
}
[data-component=p-deposit-timed-myAccess-steps] [data-step="0"] .step__item[data-id="0"],
[data-component=p-deposit-timed-myAccess-steps] [data-step="1"] .step__item[data-id="1"],
[data-component=p-deposit-timed-myAccess-steps] [data-step="2"] .step__item[data-id="2"]
{
	background: linear-gradient(90deg, #DDEEFE, #DFE4FA);
}
[data-component=p-deposit-timed-myAccess-steps] .step__headings {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	text-align: left;
}
[data-component=p-deposit-timed-myAccess-steps] .step__subtitle {
	font-family: var(--font-secondary);
	font-weight: lighter;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	color: var(--color-neutral-90);
	width: 100%;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .step__radio-cont {
		display: none;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .swiper {
	width: 100%;
	padding-bottom: 32px;
	margin-top: -24px;
}
[data-component=p-deposit-timed-myAccess-steps] .swiper-horizontal > .swiper-pagination-bullets,
[data-component=p-deposit-timed-myAccess-steps] .swiper-pagination-bullets.swiper-pagination-horizontal,
[data-component=p-deposit-timed-myAccess-steps] .swiper-pagination-custom,
[data-component=p-deposit-timed-myAccess-steps] .swiper-pagination-fraction {
	bottom: 0;
}
[data-component=p-deposit-timed-myAccess-steps] .swiper-pagination-bullet-active {
	background: var(--color-primary);
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .app-animation {
		scale: 0.8;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .frame {
	margin: auto;
	position: relative;
	height: 504px;
	width: 246px;
	background-size: contain;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/frame-v2.webp);
	background-repeat: no-repeat;
	overflow: hidden;
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .frame2 {
	overflow: hidden;
	position: absolute;
	width: 226px;
	height: 386px;
	top: 68px;
	left: 9px;
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .slide {
	display: none;
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .slide1,
[data-component=p-deposit-timed-myAccess-steps] .app-animation .slide2,
[data-component=p-deposit-timed-myAccess-steps] .app-animation .slide3 {
	position: absolute;
}
[data-component=p-deposit-timed-myAccess-steps] [data-step="0"] .slide1,
[data-component=p-deposit-timed-myAccess-steps] [data-step="1"] .slide1,
[data-component=p-deposit-timed-myAccess-steps] [data-step="1"] .slide2,
[data-component=p-deposit-timed-myAccess-steps] [data-step="2"] .slide3 {
	display: initial;
}
[data-component=p-deposit-timed-myAccess-steps] [data-step="1"] .app-animation .slide1 {
	top: -202px;
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .slide1 {
	width: 100%;
	transition: top 0.5s ease;
	top: 0;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/slide1-v2.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 604px;
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .slide2 {
	width: 100%;
	left: 0;
	top: 314px;
	height: 274px;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/slide2-v2.webp);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 101%;
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .slide3 {
	width: 100%;
	height: 100%;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/slide3-v2.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .slide1.move {
	top: -212px;
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .point {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--color-primary);
	transform: translate(-50%, -50%);
	top: -16px;
	left: -16px;
	/* transition: transform 0.5s ease, border 0.5s ease, width 0.5s ease, height 0.5s ease; */
	transition: top 0.5s, left 0.5s, height 0.5s;
	/* animation-name: myAnimation; */
	opacity: 0.8;
	outline: 4px solid #ffffff;
}
@keyframes myAnimation {
	from {
		width: 20px;
		height: 20px;
		background-color: var(--color-primary);
	}
	50% {
		background-color: var(--color-primary);
		opacity: 0.6;
	}
	to {
		width: 80px;
		height: 80px;
		background-color: transparent;
		outline-color: transparent;
		opacity: 1;
		animation-name: unset;
	}
}
[data-component=p-deposit-timed-myAccess-steps] .app-animation .touch .point {
	background-color: var(--color-primary);
	/* width: 80px; */
	/* height: 80px; */
	animation-name: myAnimation;
	animation-duration: 1s;
	animation-delay: 0.5s;
	/* animation-direction: alternate; */
}
[data-component=p-deposit-timed-myAccess-steps] [data-step="0"] .point {
	top: 402px;
	left: 210px;
}
[data-component=p-deposit-timed-myAccess-steps] [data-step="1"] .point {
	top: 355px;
	left: 126px;
}
[data-component=p-deposit-timed-myAccess-steps] [data-step="2"] .point {
	top: 466px;
	left: 126px;
}

/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/fix.css?1765295835847*/
[data-component=p-deposit-timed-myAccess-steps] .hero {
	max-width: unset;
	height: unset;
}
[data-component=p-deposit-timed-myAccess-steps] h2 {
	font-family: var(--font-secondary-bold) !important;
}
section[data-component=p-deposit-timed-myAccess-steps] .check__area input:checked ~ .check__mark {
	background-color: #e7e8eb;
	border: unset;
}
[data-component=p-deposit-timed-myAccess-steps] [data-step="0"] [data-id="0"] .check__mark,
[data-component=p-deposit-timed-myAccess-steps] [data-step="1"] [data-id="1"] .check__mark,
[data-component=p-deposit-timed-myAccess-steps] [data-step="2"] [data-id="2"] .check__mark
{
	border: 8px solid var(--color-primary) !important;
	background-color: #e7e8eb;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-steps] .swiper {
		height: 96px;
	}
}

/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/form.css?176529583510789*/
textarea,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select::-ms-expand {
	/* For IE10 */
	display: none;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--color-neutral-90);
	opacity: 1;
	/* Firefox */
	font-family: var(--font-secondary);
}

:-ms-input-placeholder,
::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	/* Microsoft Edge */
	color: var(--color-neutral-90);
	font-family: var(--font-secondary);
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

select {
	text-indent: 0.1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.form-cont {
	width: 100%;
	display: inline-flex;
	gap: 32px;
}
.form-cont__main {
	width: 544px;
	max-width: 544px;
}
.form-cont__main.single-column {
	margin: auto;
}
@media screen and (max-width: 768px) {
	.form-cont__main {
		width: 100%;
	}
}
.form-cont__side {
	width: 446px;
	border-left: 1px solid var(--color-neutral-30);
	padding-left: 32px;
	color: var(--color-neutral-80);
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.form-cont__side {
		display: none;
	}
}

.form {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	width: 100%;
}
.form__devider {
	border-bottom: 1px solid var(--color-neutral-30);
	margin: 16px 0;
	width: 100%;
}
.form__body {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	width: 100%;
}
.form__footer {
	display: flex;
	justify-content: center;
	gap: 32px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.form__footer {
		flex-wrap: wrap;
	}
}
.form__footer .button-cont {
	width: unset;
	justify-content: right;
	align-content: start;
}
@media screen and (max-width: 768px) {
	.form__footer .button-cont {
		width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	.form__footer .button {
		width: 100%;
	}
}
.form__footer a {
	font-family: var(--font-secondary);
}
.form__terms {
	width: 100%;
	display: flex;
}
.form__terms__text {
	font-size: 13px;
	line-height: 150%;
	color: var(--color-neutral-70);
}
.form__message {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #edf4ff;
	padding: 24px 16px;
	border-radius: 8px;
	gap: 8px;
}
.form__message__title {
	font-family: var(--font-primary);
	font-size: 22px;
	line-height: 28px;
	width: 100%;
}
.form__message__subtitle {
	font-family: var(--font-secondary);
	font-size: 16px;
	line-height: 20px;
	color: #5D6066;
	width: 100%;
}

.after-form {
	padding-top: 32px;
	color: #969696;
	font-size: 12px;
	line-height: 18px;
	max-width: 544px;
}
.after-form_centered {
	margin: auto;
}

.input-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	width: 100%;
	max-width: 544px;
}
.input-group .span-2 {
	grid-column: span 2;
}
.input-group .span-2 .input-cont_file,
.input-group .span-2 .input-cont_select,
.input-group .span-2 .input-cont_date,
.input-group .span-2 .input-cont.success {
	background-position: 96% center;
}
.input-group .check-cont {
	grid-column: span 2;
}
@media screen and (max-width: 768px) {
	.input-group .input-cont-wr {
		grid-column: span 2;
	}
}
.input-group__captcha-cont {
	display: flex;
	flex-wrap: wrap;
	grid-column: span 2;
	width: 100%;
}
.input-group__captcha-cont img {
	margin: 0 0 8px 0;
	width: 100%;
	max-width: 189px;
}
.input-group__description {
	display: flex;
	flex-wrap: wrap;
	grid-column: span 2;
	width: 100%;
	gap: 4px;
}
.input-group__title {
	width: 100%;
	font-family: var(--font-secondary) -bold;
	font-size: 22px;
	line-height: 28px;
}
@media screen and (max-width: 768px) {
	.input-group__title {
		font-size: 18px;
		line-height: 23px;
	}
}
.input-group__subtitle {
	width: 100%;
	font-family: var(--font-secondary);
	font-size: 16px;
	line-height: 20px;
	color: #5D6066;
}
@media screen and (max-width: 768px) {
	.input-group__subtitle {
		font-size: 15px;
		line-height: 20px;
	}
}

.input-cont-wr {
	max-width: 544px;
	width: 100%;
}

.input-cont {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	height: 64px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	background-color: #F5F5F7;
	padding: 20px 46px 0 16px;
	cursor: text;
	outline: 1px solid transparent;
	transition: outline 0.1s, background-color 0.1s, filter 0.1s;
}
.input-cont:hover {
	filter: brightness(0.98);
}
.input-cont.filled .input-cont__input + .input-cont__name {
	padding: 12px 46px 0 16px;
	font-size: 12px;
	line-height: 14px;
}
.input-cont.focus {
	outline: 1px solid #7E9AE5;
	background-color: #fff;
}
.input-cont.focus:hover {
	filter: unset;
}
.input-cont.error {
	background-color: #FDF0EE;
}
.input-cont.error.focus {
	background-color: #fff;
	outline: 1px solid #D59990;
}
.input-cont.error ~ .input-message {
	color: #A6635A;
}
.input-cont.success {
	background-color: #F2F6FF;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/check-lblue.svg);
	background-repeat: no-repeat;
	background-position: 91% center;
}
@media screen and (max-width: 768px) {
	.input-cont.success {
		background-position: 96% center;
	}
}
.input-cont.success.input-cont_textarea {
	background-image: none;
}
.input-cont.success.input-cont_select {
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/chevron-down.svg);
}
.input-cont.success.focus {
	background-color: #fff;
}
.input-cont_textarea {
	height: unset;
	padding: 16px 16px 0 16px;
}
.input-cont_textarea .input-cont__input {
	white-space: unset;
	overflow: unset;
	resize: vertical;
	min-height: 72px;
	margin: 12px 0 12px 0;
}
@media screen and (max-width: 768px) {
	.input-cont_textarea .input-cont__input {
		resize: none;
	}
}
.input-cont_date {
	cursor: pointer;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/calendar.svg);
	background-repeat: no-repeat;
	background-position: 91% center;
}
@media screen and (max-width: 768px) {
	.input-cont_date {
		background-position: 96% center;
	}
}
.input-cont_date input[type=date] {
	color: #5A5D64;
}
.input-cont_file {
	cursor: pointer;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/file.svg);
	background-repeat: no-repeat;
	background-position: 91% center;
}
@media screen and (max-width: 768px) {
	.input-cont_file {
		background-position: 96% center;
	}
}
.input-cont_file input[type=file] {
	display: none;
}
.input-cont_file .input-cont__name {
	cursor: pointer;
	pointer-events: all;
}
.input-cont_file .input-cont__input {
	display: none;
}
.input-cont_file.success .input-cont__input {
	display: flex;
	align-items: center;
	width: 100%;
}
.input-cont_select {
	cursor: pointer;
	padding: 0;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/chevron-down.svg);
	background-repeat: no-repeat;
	background-position: 91% center;
}
@media screen and (max-width: 768px) {
	.input-cont_select {
		background-position: 96% center;
	}
}
.input-cont_select select {
	cursor: pointer;
	color: #5A5D64;
	padding: 16px 0px 16px 16px;
}
.input-cont__input {
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	outline: none;
	display: inline-flex;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: none;
	color: var(--color-neutral-90);
	font-family: var(--font-secondary);
	font-size: 16px;
	line-height: 23px;
	background: none;
	border-radius: 0;
	cursor: text;
}
.input-cont__input::placeholder {
	color: var(--color-neutral-70);
}
.input-cont__name {
	position: absolute;
	padding: 24px 16px 0px 16px;
	font-size: 16px;
	line-height: 16px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	color: #5A5D64;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	pointer-events: none;
	cursor: text;
}
@media screen and (max-width: 768px) {
	.input-cont__name {
		font-size: 15px;
		line-height: 15px;
	}
}

.input-message {
	margin-top: 8px;
	padding: 0 16px;
	font-size: 13px;
	line-height: 17px;
	max-width: 640px;
	color: #5A5D64;
}

.check {
	display: inline-flex;
	cursor: pointer;
	padding: 12px 0;
}
.check_disabled {
	color: #939599;
	cursor: default;
}
.check_disabled .check__area:hover:hover input[type=checkbox]:not(:checked) ~ .check__mark, .check_disabled .check__area:hover:hover input[type=radio]:not(:checked) ~ .check__mark {
	filter: unset;
}
.check_disabled .check__area input[type=checkbox] ~ .check__mark,
.check_disabled .check__area input[type=radio] ~ .check__mark {
	background-color: #f3f3f5;
}
.check.error {
	color: #A6635A;
}
.check.error .check__mark {
	outline: 1px solid #D59990;
}
.check.error input[type=checkbox] ~ .check__mark,
.check.error input[type=radio] ~ .check__mark {
	background: #FDF0EE;
}
.check-cont {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 16px;
	max-width: 544px;
}
.check__text {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	user-select: none;
	margin-left: 8px;
}
.check__area {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	user-select: none;
}
.check__area:hover input[type=checkbox]:not(:checked) ~ .check__mark, .check__area:hover input[type=radio]:not(:checked) ~ .check__mark {
	filter: brightness(0.98);
}
.check__area input[type=checkbox],
.check__area input[type=radio] {
	display: none;
}
.check__area input[type=checkbox] ~ .check__mark,
.check__area input[type=radio] ~ .check__mark {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 24px;
	width: 24px;
	background: #e7e8eb;
	transition: border 0.1s, background-color 0.1s, filter 0.1s;
}
.check__area input[type=checkbox] ~ .check__mark::after,
.check__area input[type=radio] ~ .check__mark::after {
	transition: border 0.1s, background-color 0.1s, filter 0.1s;
}
.check__area input[type=checkbox]:checked ~ .check__mark,
.check__area input[type=radio]:checked ~ .check__mark {
	background: #f5f5f7;
}
.check__area input[type=checkbox] ~ .check__mark {
	border-radius: 4px;
}
.check__area input[type=checkbox]:checked ~ .check__mark {
	background: url("/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/../images/check-white.svg") no-repeat center center var(--color-primary);
	background-size: 18px;
}
.check__area input[type=radio] ~ .check__mark {
	border-radius: 100%;
}
.check__area input[type=radio]:checked ~ .check__mark {
	border: 8px solid var(--color-primary);
}
.check__area input[type=radio]:checked ~ .check__mark::after {
	visibility: visible;
}

/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-rate/css/style.css?17652958356385*/
[data-component=p-deposit-timed-myAccess-interest] {
	margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] {
		margin-bottom: 72px;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .hero {
	display: flex;
	justify-content: center;
	text-align: left;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: unset;
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-rate/css/../images/deposit-timed-bg.webp);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero {
		height: unset;
		background-position: -80px;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero {
		height: unset;
		padding-bottom: 48px;
		margin-bottom: 0;
		background-size: 135%;
		background-position: bottom;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero_mob-image-first .hero__content-r {
		order: 1;
	}
	[data-component=p-deposit-timed-myAccess-interest] .hero_mob-image-first .hero__content-l {
		order: 2;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .hero__content {
	max-width: var(--width-limiter);
	padding-left: var(--text-padding);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
	display: flex;
	gap: 24px;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero__content {
		gap: 0;
		flex-wrap: wrap;
		padding-right: var(--text-padding);
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero__content_mob-reverse {
		flex-direction: column-reverse;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .hero__content-l {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 360px;
	padding: 32px 0;
	align-content: center;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero__content-l {
		max-width: unset;
		width: 100%;
		margin: 0;
		align-content: flex-start;
		text-align: center;
		justify-content: center;
		padding: 0;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .hero__content-r {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	align-content: start;
	justify-content: center;
	padding: 32px 0;
	background-color: #fff;
	border-radius: 24px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero__content-r {
		width: 100%;
		max-width: unset;
		padding: 24px 0;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .hero__headings {
	width: 100%;
	margin-bottom: 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero__headings {
		gap: 16px;
		margin-bottom: 32px;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .hero__title {
	color: var(--color-neutral-90);
}
[data-component=p-deposit-timed-myAccess-interest] .hero__subtitle {
	color: var(--color-neutral-70);
	font-family: var(--font-secondary);
}
[data-component=p-deposit-timed-myAccess-interest] .hero__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero__footer {
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero .button-cont {
		justify-content: center;
		display: none;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .hero .button-cont_mob {
	display: none;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .hero .button-cont_mob {
		display: flex;
		margin-top: 24px;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .table td:nth-child(2),
[data-component=p-deposit-timed-myAccess-interest] .table th:nth-child(2) {
	text-align: right;
}
[data-component=p-deposit-timed-myAccess-interest] .table td:nth-child(3),
[data-component=p-deposit-timed-myAccess-interest] .table th:nth-child(3) {
	text-align: right;
}
[data-component=p-deposit-timed-myAccess-interest] .link-cont {
	width: 100%;
	display: flex;
	justify-content: right;
	padding: 0 32px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .link-cont {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .link {
	display: flex;
	align-items: center;
	gap: 8px;
}
[data-component=p-deposit-timed-myAccess-interest] .link::before {
	content: "";
	display: flex;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}
[data-component=p-deposit-timed-myAccess-interest] .link:not(.lazy)::before {
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-rate/css/../images/interest-percent.svg);
}
[data-component=p-deposit-timed-myAccess-interest] .segmented-switch-cont {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: left;
	padding: 0 32px;
	margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-interest] .segmented-switch-cont {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-interest] .segmented-switch {
	display: inline-flex;
	border-radius: 100px;
	overflow: hidden;
	background-color: var(--color-neutral-20);
}
[data-component=p-deposit-timed-myAccess-interest] .segmented-switch input[type=radio] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
[data-component=p-deposit-timed-myAccess-interest] .segmented-switch label {
	padding: 8px 20px;
	border-radius: 32px;
	font-family: var(--font-secondary-bold);
	color: var(--color-neutral-70);
	border: 1px solid transparent;
	cursor: pointer;
	user-select: none;
	transition: 0.1s;
	white-space: nowrap;
}
[data-component=p-deposit-timed-myAccess-interest] .segmented-switch input[type=radio]:checked + label {
	background-color: #fff;
	color: var(--color-neutral-90);
	border: 1px solid var(--color-neutral-30);
}
/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-rate/css/table.css?1765295835660*/
.table-cont {
	overflow: auto;
	margin-bottom: 32px;
	width: 100%;
}

.table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.table thead,
.table th {
	font-family: var(--font-secondary-bold);
}
.table td,
.table th {
	border: 1px solid var(--color-neutral-30);
	font-weight: lighter;
	padding: 16px 32px;
}
.table_no-border td,
.table_no-border th {
	border: none;
}
.table_sm {
	font-size: 14px;
}
.table_sm td,
.table_sm th {
	padding: 8px 24px;
}
.table_bg-even tr:nth-child(even) {
	background-color: var(--color-neutral-10);
}
.table_text-nowrap td,
.table_text-nowrap th {
	white-space: nowrap;
}

/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-rate/css/fix.css?1765295835366*/
[data-component="p-deposit-timed-myAccess-interest"] .table[data-group="currency"]:not(.active) {
	display: none;
}
[data-component="p-deposit-timed-myAccess-interest"] .hero {
	height: unset;
	max-width: unset;
}
[data-component="p-deposit-timed-myAccess-interest"] h2 {
	font-family: var(--font-secondary-bold) !important;
	margin-bottom: 0 !important;
}
/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/private-deposit-timed-v2/style.css?17652958368311*/
[data-component=p-deposit-timed-myAccess-calc] {
	margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] {
		margin-bottom: 72px;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .title {
	margin-bottom: 48px;
	width: auto;
	text-align: left;
	max-width: var(--width-limiter);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
	padding-left: var(--text-padding);
	padding-right: var(--text-padding);
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .title {
		margin-bottom: 32px;
		text-align: center;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .hero {
	display: flex;
	justify-content: center;
	text-align: left;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: unset;
	margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero {
		height: unset;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero {
		height: unset;
		padding-bottom: 48px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero_mob-image-first .hero__content-r {
		order: 1;
	}
	[data-component=p-deposit-timed-myAccess-calc] .hero_mob-image-first .hero__content-l {
		order: 2;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .hero__content {
	max-width: var(--width-limiter);
	padding-left: var(--text-padding);
	padding-right: var(--text-padding);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
	display: flex;
	gap: 24px;
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 32px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero__content {
		flex-wrap: wrap;
		gap: 0;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero__content_mob-reverse {
		flex-direction: column-reverse;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .hero__content-l {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 32px 0;
	align-content: space-between;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero__content-l {
		max-width: unset;
		width: 100%;
		margin: 0;
		align-content: flex-start;
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .hero__content-r {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	align-content: start;
	justify-content: center;
	padding: 32px 0;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero__content-r {
		width: 100%;
		max-width: unset;
		padding: 24px 0;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .hero__headings {
	width: 100%;
	margin-bottom: 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero__headings {
		gap: 16px;
		margin-bottom: 32px;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .hero__title {
	color: var(--color-neutral-90);
}
[data-component=p-deposit-timed-myAccess-calc] .hero__subtitle {
	color: var(--color-neutral-70);
	font-family: var(--font-secondary);
}
[data-component=p-deposit-timed-myAccess-calc] .hero__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero__footer {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .hero__subtext {
	width: 100%;
	color: var(--color-neutral-70);
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .hero .button-cont {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .segmented-switch {
	display: inline-flex;
	border-radius: 100px;
	overflow: hidden;
	background-color: var(--color-neutral-20);
}
[data-component=p-deposit-timed-myAccess-calc] .segmented-switch input[type=radio] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
[data-component=p-deposit-timed-myAccess-calc] .segmented-switch label {
	padding: 8px 20px;
	border-radius: 32px;
	font-family: var(--font-secondary-bold);
	color: var(--color-neutral-70);
	border: 1px solid transparent;
	cursor: pointer;
	user-select: none;
	transition: 0.1s;
	white-space: nowrap;
}
[data-component=p-deposit-timed-myAccess-calc] .segmented-switch input[type=radio]:checked + label {
	background-color: #fff;
	color: var(--color-neutral-90);
	border: 1px solid var(--color-neutral-30);
}
[data-component=p-deposit-timed-myAccess-calc] .segmented-switch_style2 {
	background-color: unset;
	gap: 8px;
}
[data-component=p-deposit-timed-myAccess-calc] .segmented-switch_style2 label {
	background-color: var(--color-neutral-20);
}
[data-component=p-deposit-timed-myAccess-calc] .input-group {
	gap: 32px 24px;
}
[data-component=p-deposit-timed-myAccess-calc] .input-title {
	margin-bottom: 8px;
}
[data-component=p-deposit-timed-myAccess-calc] .input-cont {
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/private-deposit-timed-v2/images/calc-edit.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 96% center;
}
[data-component=p-deposit-timed-myAccess-calc] .input-cont.success {
	background-color: var(--color-neutral-20);
}
[data-component=p-deposit-timed-myAccess-calc] .input-cont.focus {
	background-color: #fff;
}
@media screen and (max-width: 1024px) {
	[data-component=p-deposit-timed-myAccess-calc] .span-2-md {
		grid-column: span 2;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .results {
	background: #DFE5FA;
	width: 100%;
	border-radius: 24px;
	padding: 32px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 24px;
	height: 100%;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .results {
		padding: 24px;
		gap: 16px;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .results__item {
	display: flex;
	width: 100%;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .results__item {
		gap: 12px;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .results__icon {
	width: 48px;
	min-width: 48px;
	height: 48px;
	display: flex;
	background-color: var(--color-neutral-90);
	border-radius: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .results__icon {
		width: 36px;
		min-width: 36px;
		height: 36px;
		background-size: 24px;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .results__icon_percent {
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/private-deposit-timed-v2/images/calc-percent-w.svg);
}
[data-component=p-deposit-timed-myAccess-calc] .results__icon_income {
	background-image: url(/bitrix/templates/publicV3/components/bitrix/main.include/private-deposit-timed-v2/images/calc-income-w.svg);
}
[data-component=p-deposit-timed-myAccess-calc] .results__headings {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
[data-component=p-deposit-timed-myAccess-calc] .results__title {
	font-size: 24px;
	line-height: 28px;
	gap: 8px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-calc] .results__title {
		font-size: 22px;
		line-height: 26px;
	}
}
[data-component=p-deposit-timed-myAccess-calc] .results__subtitle {
	color: var(--color-neutral-70);
}
[data-component=p-deposit-timed-myAccess-calc] .results__profit {
	color: #20AB61;
}
[data-component=p-deposit-timed-myAccess-calc] .results__profit:not([data-id])::before {
	content: "";
	background: url(/bitrix/templates/publicV3/components/bitrix/main.include/private-deposit-timed-v2/images/calc-profit.svg) no-repeat center;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: inline-block;
}
/*fix*/
[data-component=p-deposit-timed-myAccess-calc] .hero {
	max-width: unset;
	height: unset;
}
[data-component=p-deposit-timed-myAccess-calc] .azn .cur:after {
	content: "₼";
	margin-left: 5px;
}
[data-component=p-deposit-timed-myAccess-calc] .usd .cur:before {
	content: "$";
	margin-right: 5px;
}
/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-insurance/css/style.css?17652958345763*/
[data-component=p-deposit-timed-myAccess-insurance] {
	margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] {
		margin-bottom: 72px;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero {
	display: flex;
	justify-content: center;
	text-align: left;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: unset;
	background-color: #fff;
}
@media screen and (max-width: 1024px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero {
		height: unset;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero {
		height: unset;
		padding-bottom: 24px;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero_mob-image-first .hero__content-r {
		order: 1;
	}
	[data-component=p-deposit-timed-myAccess-insurance] .hero_mob-image-first .hero__content-l {
		order: 2;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__content {
	max-width: var(--width-limiter);
	padding-left: var(--text-padding);
	padding-right: var(--text-padding);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
	display: flex;
	gap: 24px;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero__content {
		flex-wrap: wrap;
		gap: 0;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero__content_mob-reverse {
		flex-direction: column-reverse;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__content-l {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 424px;
	min-height: 384px;
	padding: 32px 0;
	align-content: center;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero__content-l {
		max-width: unset;
		width: 100%;
		margin: 0;
		align-content: flex-start;
		text-align: center;
		justify-content: center;
		min-height: unset;
		padding: 24px 0;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__content-r {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	align-content: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero__content-r {
		width: 100%;
		max-width: unset;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__image {
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	background-position: center;
	object-position: center;
	max-width: 320px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero__image {
		max-width: unset;
		height: 280px;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__image_desktop {
	display: flex;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero__image_desktop {
		display: none;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__image_mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero__image_mobile {
		display: flex;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__image_contain {
	background-size: contain;
	object-fit: contain;
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__image_center {
	background-position: center;
	object-position: center;
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__image_right {
	background-position: right;
	object-position: right;
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__image_left {
	background-position: left;
	object-position: left;
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__image_top {
	background-position: top;
	object-position: top;
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__image_bottom {
	background-position: bottom;
	object-position: bottom;
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__headings {
	width: 100%;
	margin-bottom: 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero__headings {
		gap: 16px;
		margin-bottom: 32px;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__title {
	color: var(--color-neutral-90);
	width: 100%;
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__subtitle {
	color: var(--color-neutral-70);
	font-family: var(--font-secondary);
	width: 100%;
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero__footer {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__subtext {
	width: 100%;
	color: var(--color-neutral-70);
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .hero .button-cont {
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .button-cont {
		justify-content: center;
		display: none;
	}
}
[data-component=p-deposit-timed-myAccess-insurance] .button-cont_mob {
	display: none;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-insurance] .button-cont_mob {
		display: flex;
		margin-top: 24px;
	}
}

/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-insurance/css/fix.css?1765295834598*/
[data-component=p-deposit-timed-myAccess-insurance] .hero {
	max-width: unset;
	height: unset;
}
[data-component=p-deposit-timed-myAccess-insurance] h2 {
	font-family: var(--font-secondary-bold) !important;
	margin-bottom: 0 !important;
}
[data-component=p-deposit-timed-myAccess-insurance] .hero__subtitle {
	margin-bottom: 0 !important;
}
[data-component=p-deposit-timed-myAccess-insurance] p {
	font-size: 16px !important;
	line-height: unset !important;
}
[data-component=p-deposit-timed-myAccess-insurance] img:not(.lazy) {
	content: url("/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-insurance/css/../images/deposit-timed-safe.webp")
}
/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-app/css/style.css?17652958345400*/
[data-component=p-deposit-timed-myAccess-app] {
	margin-bottom: 120px;
	padding-top: 56px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] {
		margin-bottom: 72px;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero {
	display: flex;
	justify-content: center;
	text-align: left;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: unset;
	height: 424px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero {
		height: unset;
		padding-bottom: 48px;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero_mob-image-first .hero__content-r {
		order: 1;
	}
	[data-component=p-deposit-timed-myAccess-app] .hero_mob-image-first .hero__content-l {
		order: 2;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero__content {
	max-width: var(--width-limiter);
	padding-left: var(--text-padding);
	padding-right: var(--text-padding);
	margin-left: var(--block-margin);
	margin-right: var(--block-margin);
	display: flex;
	gap: 24px;
	height: 100%;
	width: 100%;
	background: linear-gradient(45deg, #DDEEFE, #DFE4FA);
	border-radius: 32px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero__content {
		flex-wrap: wrap;
		gap: 0;
	}
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero__content_mob-reverse {
		flex-direction: column-reverse;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero__content-l {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 424px;
	padding: 32px 0;
	align-content: space-between;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero__content-l {
		max-width: unset;
		width: 100%;
		align-content: flex-start;
		text-align: center;
		justify-content: center;
		padding: 24px 0;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero__content-r {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	align-content: center;
	justify-content: center;
	position: relative;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero__content-r {
		width: 100%;
		max-width: unset;
		padding-top: 24px;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero__image {
	width: 100%;
	display: flex;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	background-position: center;
	object-position: center;
	position: absolute;
	bottom: 0;
	height: 480px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero__image {
		position: static;
		max-width: 240px;
		height: unset;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero__image_desktop {
	display: flex;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero__image_desktop {
		display: none;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero__image_mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero__image_mobile {
		display: flex;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero__image_contain {
	background-size: contain;
	object-fit: contain;
}
[data-component=p-deposit-timed-myAccess-app] .hero__image_center {
	background-position: center;
	object-position: center;
}
[data-component=p-deposit-timed-myAccess-app] .hero__image_right {
	background-position: right;
	object-position: right;
}
[data-component=p-deposit-timed-myAccess-app] .hero__image_left {
	background-position: left;
	object-position: left;
}
[data-component=p-deposit-timed-myAccess-app] .hero__image_top {
	background-position: top;
	object-position: top;
}
[data-component=p-deposit-timed-myAccess-app] .hero__image_bottom {
	background-position: bottom;
	object-position: bottom;
}
[data-component=p-deposit-timed-myAccess-app] .hero__headings {
	width: 100%;
	margin-bottom: 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero__headings {
		gap: 16px;
		margin-bottom: 32px;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero__title {
	width: 100%;
	color: var(--color-neutral-90);
}
[data-component=p-deposit-timed-myAccess-app] .hero__subtitle {
	color: var(--color-neutral-70);
	font-family: var(--font-secondary);
	width: 100%;
}
[data-component=p-deposit-timed-myAccess-app] .hero__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero__footer {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-app] .hero__subtext {
	width: 100%;
	color: var(--color-neutral-70);
}
@media screen and (max-width: 768px) {
	[data-component=p-deposit-timed-myAccess-app] .hero .button-cont {
		justify-content: center;
	}
}
[data-component=p-deposit-timed-myAccess-app] .button-cont {
	align-items: flex-start;
}
[data-component=p-deposit-timed-myAccess-app] .app-qr {
	width: 140px;
	height: 140px;
	position: static;
	background-color: #fff;
	border-radius: 16px;
}

/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-app/css/fix.css?1765295834952*/
[data-component=p-deposit-timed-myAccess-app] .hero {
	max-width: unset;
}
[data-component=p-deposit-timed-myAccess-app] h2 {
	font-family: var(--font-secondary-bold) !important;
	margin-bottom: 0 !important;
}
[data-component=p-deposit-timed-myAccess-app] .hero__subtitle {
	margin-bottom: 0 !important;
}
[data-component=p-deposit-timed-myAccess-app] p {
	font-size: 16px !important;
	line-height: unset !important;
}
[data-component=p-deposit-timed-myAccess-app] .button {
	margin-right: unset;
}
[data-component=p-deposit-timed-myAccess-app] img.app-qr:not(.lazy) {
	content: url("/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-app/css/../images/deposit-timed-qr.webp")
}
[data-component=p-deposit-timed-myAccess-app] .hero__content-r img.hero__image_desktop:not(.lazy) {
	content: url("/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-app/css/../images/deposit-timed-app.webp")
}
[data-component=p-deposit-timed-myAccess-app] .hero__content-r img.hero__image_mobile:not(.lazy) {
	content: url("/bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-app/css/../images/deposit-timed-app-mob.webp")
}
/* End */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-hero/css/style.css?17652958347263 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-hero/css/button.css?17652958341239 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-hero/css/fix.css?1765295834337 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-adv/style.css?17652958343133 */
/* /bitrix/templates/.default/asset/slider/slider.css?16771036488700 */
/* /bitrix/templates/.default/css/swiper-bundle.min.css?165002212315817 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/style.css?176529583510821 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/fix.css?1765295835847 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-step/css/form.css?176529583510789 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-rate/css/style.css?17652958356385 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-rate/css/table.css?1765295835660 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-rate/css/fix.css?1765295835366 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/private-deposit-timed-v2/style.css?17652958368311 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-insurance/css/style.css?17652958345763 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-insurance/css/fix.css?1765295834598 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-app/css/style.css?17652958345400 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/block-deposit-timed-myaccess-app/css/fix.css?1765295834952 */
