

/* Start:/local/templates/main/components/bitrix/news.list/promotion.swiper/style.css?17720194914428*/
.heroSwiper {
  box-shadow: 0px 53px 50px -17px rgba(34, 60, 80, 0.2);
  position: relative;
  margin-bottom: 80px;
}

.heroSwiper .swiper-button-prev,
.heroSwiper .swiper-button-next{
  top: 50%;
  /* transform: translateY(-50%); */
}

.heroSwiper .swiper-button-prev{
  left: calc((100vw - min(100vw, 1300px)) / 2 + 20px - 60px);
}

.heroSwiper .swiper-button-next{
  right: calc((100vw - min(100vw, 1300px)) / 2 + 20px - 60px);
}

.heroSwiper .swiper-button-prev,
.heroSwiper .swiper-button-next{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #EDF1F7B2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}

.heroSwiper .swiper-button-prev:hover,
.heroSwiper .swiper-button-next:hover {
  background: #A4B8D766;
}

.heroSwiper .swiper-button-prev:hover::after,
.heroSwiper .swiper-button-next:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13'%3E%3Cpath d='M7 1L2 6.5L7 12' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ВАЖНО: убираем дефолтный символ Swiper и рисуем свой */
.heroSwiper .swiper-button-prev::after,
.heroSwiper .swiper-button-next::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 7.78px;
  height: 12.44px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13'%3E%3Cpath d='M7 1L2 6.5L7 12' fill='none' stroke='%230B1F3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  transition: all .3s ease-in-out;
}

/* правая стрелка — просто разворот */
.heroSwiper .swiper-button-next::after{
  transform: translate(-50%, -50%) rotate(180deg);
}


.heroSlide{
  position: relative;
  background: #fff;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* MEDIA: desktop справа и не ограничена контейнером */
.heroSlide__media{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  width: 50vw;          /* тянется до правого края */
  min-width: 690px;
}

.heroSlide__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

/* TEXT */
.heroSlide__container{
  position: relative;
  z-index: 2;
}

.heroSlide__content{
  width: min(505px, 55%);
  padding: 64px 0;
  line-height: 51px;
  font-size: 44px;
  font-weight: 600;
  color: #02254E;
  text-transform: uppercase;
}

.heroSlide__content p {
  font-size: 18px;
  line-height: 25px;
  color: #02254EB2;
  margin-bottom: 64px;
  text-transform: none;
}

.heroSlide__line{
  margin: 18px 0 22px;
  height: 0px;
  border: 1px solid #EDF1F7;
  border-radius: 900px;
  opacity: 1;
}

.slider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px !important;
  height: 56px !important;
  background-color: #E32125;
  border-radius: 900px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;

  transition: all .3s ease-in-out;
}

.slider__btn:hover {
  background-color: #C21A1E;
}

/* ---------- MOBILE: как на скрине ---------- */
@media (max-width: 992px){
  .heroSlide{
    min-height: auto;
    overflow: visible;
    display: block; /* чтобы не резать тени/скругления, если будут */
  }

  /* media становится обычным блоком сверху */
  .heroSlide__media{
    position: relative !important;
    width: 100%;
    min-width: 0;
    height: 320px;     /* подгони под дизайн */
  }

  /* белый блок с текстом снизу */
  .heroSlide__container{
    background: #fff;
  }

  .heroSlide__content{
		width: 100%;
        padding-top: 20px !important;
        padding-bottom: 30px !important;
        font-size: 22px;
        line-height: 30px;
  }

  .heroSlide__content p {
    font-size: 15px;
    color: #02254EB2;
    margin-bottom: 32px;
  }

  .slider__btn {
    width: 148px !important;
    height: 48px !important;
    font-size: 13px;
  }

  .heroSwiper {
    margin-bottom: 48px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/mission/style.css?17683890011588*/
.mission-container {
    background: linear-gradient(138.19deg, #EDF1F7 0%, #D3E2F8 100%);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0.11px 3.4px 5.53px 0px #02254E0A;
    box-shadow: 0.55px 16.99px 34px 0px #02254E14;
}

.mission-main-text p {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #02254E;
    margin-bottom: 24px;
}

.mission-main-text span {
    font-size: 17px;
    line-height: 23px;
    color: #02254E66;
}

.mission-tags {
    display: flex;
    gap: 10px;
}

.mission-tag-container {
    padding: 10px 23px;
    text-transform: lowercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #02254E;
    background-color: #FFFFFF;
    border-radius: 90px;
}

@media (max-width: 992px) {
    .mission-container {
        background: linear-gradient(138.19deg, #EDF1F7 0%, #D3E2F8 100%);
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 16px;
        height: 275px;
    }

    .mission-main-text p {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 16px;
    }

    .mission-main-text span {
        font-size: 13px;
        line-height: 18px !important;
    }

    .mission-tags {
        display: flex;
        gap: 4px;
    }

    .mission-tag-container {
        padding: 10px 20.5px;
        font-size: 12px;
        line-height: 16px;

    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/values/style.css?17683889941191*/
.values-container {
    padding: 40px;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0.11px 3.4px 5.53px 0px #02254E0A;
    box-shadow: 0.55px 16.99px 34px 0px #02254E14;
}

.values-container p {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #02254E;
    margin-bottom: 24px;
}

.value-container {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.value-number {
    font-size: 36px;
    font-weight: 600;
    line-height: 26px;
    color: #E32125;
    width: 45px;
}

.value-text {
    color: #02254E66;
    font-size: 15px;
    line-height: 15.5px;
    text-wrap: wrap;
}

@media (max-width: 992px) {
    .values-container {
        padding: 32px 20px;
        border-radius: 16px;
        background-color: #FFFFFF;
    }

    .values-container p {
        font-size: 20px;
        line-height: 27px;
    }

    .value-container {
        display: flex;
        gap: 16px;
        margin-bottom: 32px;
    }

    .value-number {
        font-size: 28px;
        line-height: 20px;
        width: 45px;
    }

    .value-text {
        font-size: 13px;
        line-height: 15px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/company.in.numbers/style.css?17683890182042*/
.company-in-numbers-section {
	margin-bottom: 60px;
}

.company-in-numbers-swiper {
	height: 270px;
	padding: 20px !important;
	margin: -20px !important;
}

.company-in-numbers-item-card {
	height: 230px;
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0.11px 3.4px 5.53px 0px #02254E0A;
	box-shadow: 0.55px 16.99px 34px 0px #02254E14;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(180deg, #EDF1F7 0%, #D3E2F8 100%);
}

.company-in-numbers-card-name {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	color: #02254E;
}

.company-in-numbers-card-text {
	font-size: 80px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 58px;
	text-align: end;
}

@media (max-width: 992px) {
	.company-in-numbers-section {
		margin-bottom: 48px;
	}

	.company-in-numbers-swiper {
		height: 186px;
		padding: 20px !important;
		margin-left: -20px !important;
		margin-right: -20px !important;
	}

	.company-in-numbers-item-card {
		height: 146px;
		padding: 24px;
		display: flex;
	}

	.company-in-numbers-card-name {
		font-size: 15px;
		line-height: 20px;
	}

	.company-in-numbers-card-text {
		font-size: 40px;
		line-height: 29px;
	}
}

/* @media (min-width: 992px){

	.tizer-v2{
		display: flex;
		align-items: center;
		padding-bottom: 15px;
		margin-bottom: 14px;
		border-bottom: 2px solid #000;
	}

	.tizer-icon{
		font-size: 40px;
		color: var(--color-brand);
	}

	.tizer-name{ 
		font-size: 19px;
		font-weight: 500;
		color: #000000;
		padding-left: 20px;
	}

	.tizer-dis{
		display: block;
		font-weight: 400;
		font-size: 15px;
		color: #1C1C1C;
	}

}

@media (max-width: 992px){

	.tizer-v2{
		display: flex;
		align-items: center;
		padding-bottom: 15px;
		margin-bottom: 14px;
		border-bottom: 1px solid #000;
	}

	.tizer-icon{
		font-size: 25px;
		color: var(--color-brand);
	}

	.tizer-name{ 
		font-size: 17px;
		font-weight: 500;
		color: #000000;
		padding-left: 10px;
	}

	.tizer-dis{
		display: block;
		font-weight: 400;
		font-size: 15px;
		color: #1C1C1C;
	}

} */
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/roadmap/style.css?17683889891944*/
/* .hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
} */

.sticky-section {
  margin-bottom: 80px;
}

.sticky-section .container {
  position: sticky;
  top: 0;
}
/* .sticky-card {
  position: sticky;
  top: 0;
  margin: 0 auto;
  background-color: #1f1f1f;
  border-radius: 32px 32px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  max-width: 1100px; */
/* } */

.sticky-swiper {
  height: 272px;
}

.sticky-copy div {
  width: 80%;
}

.sticky-copy hr {
  height: 0;
  opacity: 1;
  border: 1px solid #EDF1F7
}

.sticky-swiper .swiper-wrapper > .roadmap-swiper-slide:nth-child(even) {
  background-color: #EDF1F7;
}

.sticky-swiper .swiper-wrapper > .roadmap-swiper-slide:nth-child(odd) {
  background-color: #FFFFFF;
}

.roadmap-swiper-slide {
  border-radius: 16px;
  padding: 40px;
  display: flex !important;
  gap: 16px;
  box-shadow: 0.11px 3.4px 5.53px 0px #02254E0A;
	/* box-shadow: 0.55px 16.99px 34px 0px #02254E14; */
}
.swiper-slide h3 {
  font-size: 1.25rem;
}
.swiper-slide span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #70ffdf;
}

.roadmap-text {
  font-size: 17px;
  line-height: 23px;
  color: #02254E66;
}

.roadmap-item-number {
  font-size: 36px;
  line-height: 26px;
  font-weight: 600;
  color: #E32125;
}

.roadmap-item-text {
  font-size: 15px;
  line-height: 17px;
  color: #02254E66;
}


/* .sticky-section::after {
  content: "";
  display: block;
  height: 100vh;
} */
@media (max-width: 991.98px) {
  .sticky-swiper {
    height: 132px;
  }

  .sticky-section {
    margin-bottom: 48px;
  }

  .roadmap-text {
    font-size: 13px;
    line-height: 18px;
    color: #02254E66;
  }

  .roadmap-item-number {
    font-size: 32px;
    line-height: 23px;
  }

  .roadmap-item-text {
    font-size: 13px;
    line-height: 15px;
    color: #02254E66;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/brands/style.css?1768388990799*/

.brands_main_page_section {
  margin-bottom: 80px;
}

.brand-swiper {
  padding: 15px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.brand_container {
  height: 72px !important;
  background-color: #FFF !important;
  border-radius: 1rem !important;
  padding: .9375rem !important;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.brand {
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;

  transition: all .4s;
}

.brand_container:hover .brand {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .brands_main_page_section {
    margin-bottom: 48px;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/tizer.v2/style.css?17720207542733*/
.teaser-main-bottom {
	margin-bottom: 80px;
}

.bottom-teaser-swiper {
	height: 222px;
	padding: 20px !important;
	margin: -20px !important;
}

.teaser-item-card {
	height: 166px;
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0.55px 12px 20px 0px #02254E14;
	transition: all .3s ease-in-out;
}

/* .teaser-item-card:hover {
	transform: scale(1.05);
} */


/*
.teaser-swiper-wrapper > div:nth-child(odd) {
	display: flex;
	align-items: start;
}

.teaser-swiper-wrapper > div:nth-child(even) {
	display: flex;
	align-items: end;
}
*/

.teaser-swiper-wrapper > div:nth-child(odd) .teaser-item-card{
	background: linear-gradient(#7B98C4, #4E6FA1);
	color: #FFFFFF;
}

.teaser-swiper-wrapper > div:nth-child(odd) .teaser-item-card .teaser-card-text {
	color: #FFFFFFCC;
}
.teaser-swiper-wrapper > div:nth-child(odd) .teaser-item-card hr {
	border-top: 0;
    height: 0px;
    border: 1px solid #EDF1F7;
    border-radius: 900px;
    opacity: 1;
}

.teaser-swiper-wrapper > div:nth-child(even) .teaser-item-card {
	background-color: #FFFFFF;
	color: #02254E;
}

.teaser-swiper-wrapper > div:nth-child(even) .teaser-item-card .teaser-card-text {
	color: #02254EB2;
}

.teaser-swiper-wrapper > div:nth-child(even) .teaser-item-card hr {
	border-top: 0;
    height: 0px;
    border: 1px solid #EDF1F7;
    border-radius: 900px;
    opacity: 1;
}

.teaser-card-name {
	font-weight: 600;
	line-height: 22px;
}

.teaser-card-text {
	font-size: 14px;
	line-height: 19px;
}

.teaser_header_row {
	margin-bottom: 32px;
}

@media (max-width: 992px) {
	.teaser-card-name {
		font-size: 15px;
		line-height: 18px;
	}

	.teaser-card-text {
		font-size: 14px;
		line-height: 16px;
	}

	/*
	.bottom-teaser-swiper {
		height: 160px;
	}
	*/
	.teaser-item-card {
		height: 150px;
		padding: 16px;
	}

	.teaser_header_row {
		margin-bottom: 24px;
	}

	.teaser-main-bottom {
		margin-bottom: 48px;
	}
}

/* @media (min-width: 992px){

	.tizer-v2{
		display: flex;
		align-items: center;
		padding-bottom: 15px;
		margin-bottom: 14px;
		border-bottom: 2px solid #000;
	}

	.tizer-icon{
		font-size: 40px;
		color: var(--color-brand);
	}

	.tizer-name{ 
		font-size: 19px;
		font-weight: 500;
		color: #000000;
		padding-left: 20px;
	}

	.tizer-dis{
		display: block;
		font-weight: 400;
		font-size: 15px;
		color: #1C1C1C;
	}

}

@media (max-width: 992px){

	.tizer-v2{
		display: flex;
		align-items: center;
		padding-bottom: 15px;
		margin-bottom: 14px;
		border-bottom: 1px solid #000;
	}

	.tizer-icon{
		font-size: 25px;
		color: var(--color-brand);
	}

	.tizer-name{ 
		font-size: 17px;
		font-weight: 500;
		color: #000000;
		padding-left: 10px;
	}

	.tizer-dis{
		display: block;
		font-weight: 400;
		font-size: 15px;
		color: #1C1C1C;
	}

} */
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/about.documents/style.css?1772020411686*/
.about-documents {
	margin-bottom: 80px;
}

.documents-swiper {
	height: 310px;
	padding: 20px !important;
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.documents-item-card {
	height: 270px;
	border-radius: 16px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	box-shadow: 0px 0px 10px 4px rgba(34, 60, 80, 0.2);
}

.documents_header_row {
	margin-bottom: 32px;
}

@media (max-width: 992px) {

	.documents-swiper {
		height: 390px;
	}

	.documents-item-card {
		height: 350px;
	}

	.documents_header_row {
		margin-bottom: 24px;
	}

	.about-documents {
		margin-bottom: 48px;
	}
	
}
/* End */


/* Start:/local/components/main/send.form/templates/statics/style.css?17757127483025*/
.become-partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
  box-shadow: 0px 7px 20px 0px rgba(34, 60, 80, 0.2);
}

.become-partner {
  margin-bottom: 80px;
}

.form-card {
  max-width: 520px;
}

/* Поля “капсулы” */
.form-pill {
  height: 58px;
  border-radius: 999px !important;
  background: #eef2f6 !important;
  padding: 18px 20px !important;
  border: none !important;
  font-size: 18px;
  color: #2b2f33;
}

.form-pill::placeholder {
  color: #02254E66;
  font-size: 15px;
}

/* Фокус аккуратный (без “синей” обводки bootstrap) */
.form-pill:focus {
  background: #eef2f6;
  border-color: rgba(220, 53, 69, 0.35); /* bootstrap danger */
  box-shadow: none !important;
}

/* Красная большая кнопка */
.btn-send {
  height: 56px;
  border-radius: 999px !important;
  font-size: 18px;
  font-weight: 600;
  background-color: #E32125 !important;
  color: #FFFFFF !important;
  transition: all .3s ease-in-out !important;
}

.btn-send:hover {
  background-color: #C21A1E !important;
}

.form-check-custom .form-check-label {
  font-size: 12px;
  line-height: 16px;
  color: #02254E66;
}

/* Чекбокс чуть приятнее по виду */
.form-check-custom .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.become-partner-container {
  padding-left: 105px;
  padding-right: 105px;
  background: url('/local/templates/main/images/become-partner-bg.svg'), linear-gradient(180deg, #EDF1F7 0%, #D3E2F8 100%);
  background-position: left bottom, center center;
  background-repeat: no-repeat, no-repeat;
  height: 378px;
  border-radius: 16px;
}

.become-partner-form-container {
  padding: 61px 48px;
  background-color: #FFFFFF;
  width: 505px;
}

.become-partner-title {
  color: #02254E;
  font-size: 40px;
  font-weight: 600;
}

.become-partner-text {
  color: #02254EB2;
  font-size: 18px;
}

.become-partner-preview-text {
  margin-top: 80px;
  width: 400px;
}

.become-partner-preview-text hr {
    border-top: 0;
    height: 0px;
    border: 1px solid #EDF1F7;
    border-radius: 900px;
    opacity: 1;
}

@media (max-width: 992px) {
  .become-partner-container {
    background: transparent;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
  }

  .become-partner-preview-text-mobile {
    background: url('/local/templates/main/images/become-partner-bg.svg'), linear-gradient(180deg, #EDF1F7 0%, #D3E2F8 100%);
    background-position: left bottom -80px, center center;
    background-repeat: no-repeat, no-repeat;
    border-radius: 16px;
    padding: 48px 41px 69px 41px;
    margin-bottom: 24px;
  }

  .become-partner-form-container {
    padding: 0;
    width: 100%;
  }

  .become-partner-preview-text {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }

  .become-partner-title {
    font-size: 20px;
  }

  .become-partner-text {
    font-size: 13px;
  }

  .become-partner {
    margin-bottom: 80px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/promotion.swiper/style.css?17720194914428 */
/* /local/templates/main/components/bitrix/news.list/mission/style.css?17683890011588 */
/* /local/templates/main/components/bitrix/news.list/values/style.css?17683889941191 */
/* /local/templates/main/components/bitrix/news.list/company.in.numbers/style.css?17683890182042 */
/* /local/templates/main/components/bitrix/news.list/roadmap/style.css?17683889891944 */
/* /local/templates/main/components/bitrix/news.list/brands/style.css?1768388990799 */
/* /local/templates/main/components/bitrix/news.list/tizer.v2/style.css?17720207542733 */
/* /local/templates/main/components/bitrix/news.list/about.documents/style.css?1772020411686 */
/* /local/components/main/send.form/templates/statics/style.css?17757127483025 */
