

/* Start:/local/templates/.default/components/bitrix/catalog/serviceskz/style.css?1692205168853*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/rechevaya-analitika/style.css?17557561802031*/
.ktp-resh-item{
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    height: 100%;
}
.ktp-resh-item a{
    color: #007554;
}
.ktp-resh-item b{
    color: #007554;
    margin-bottom: .2rem;
    display: block;
}

.ktp-resh-img img{
    max-width: 90%;
    height: auto;
}

.ktp-resh-items{
    margin: 2rem 0;
}

.ktp-resh-items > div{
    margin-bottom: 2rem;
}

.ktp-resh{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.prichiny{
    background: url('/local/templates/kazteleport/images/services/bonus-bg.png') center center/cover no-repeat;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.prichiny--item{
    color:#fff !important;
    gap:10px;
    display: flex;
    margin-bottom: 2rem;
    flex-direction: column;
}

.prichiny .advantages__title{
    font-size: 32px;
    margin-bottom: 2rem;
}
.prichiny--row{
    margin-bottom: 2rem;
}

.prichiny--item img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}


.bannergo{
    padding: 62px 0;display: flex;align-items: center;justify-content: center
}

.bannergo-content{
    background: #fff;border-radius: 30px;background-image: url('/local/templates/.default/components/bitrix/catalog.element/service/img/ktpbgbanner.png');background-position: top right;overflow: hidden;background-repeat: no-repeat;padding: 20px 54px;display: flex;align-items: center;height: 565px;
}

.bannergo-text{
    color:#002045;font-size: 36px;font-weight: 600;line-height: 1.5;
}

.advantages{
    background: transparent !important;
}

@media (max-width: 800px) {
    .bannergo-content{
        height: auto;
        padding: 1rem;
        border-radius: 15px;
        background-image: none;
    }
    .bannergo-text{
        font-size:18px;
        width: 100%;
    }

    .bannergo-content > div{
        width: 100% !important;
        max-width: 100% !important;
    }

    .bannergo-content .advantages__btn{
        position: relative;
        left: auto;
        transform:none;
        top: auto;
        bottom: auto;
    }

}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/rechevaya-analitika/style.css?175605460015338*/
/*START benefits*/
:root {
    --benefit-bg: #ffffff;
    --benefit-icon: #008466; /* зелёный акцент */
    --benefit-text: #0b1320;
    --benefit-muted: #5b6876;
    --benefit-shadow: 0 6px 18px rgba(16, 24, 40, .08);
    --benefit-radius: 14px;
    --benefit-gap: 2.5rem;
}

.benefits {
    padding: clamp(28px, 4vw, 48px) 0;
    background: radial-gradient(1200px 200px at 80% -50%, rgba(14, 163, 108, .08), transparent 60%), #f7faf9;
}

.benefits__container {
    width: 1160px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 16px;
}

.benefits__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: clamp(16px, 3vw, 28px);
}

.benefits__title {
    font-size: 32px;
    font-weight: 700;
    color: var(--benefit-text);
    margin: 0;

}

.benefits__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    /*background: var(--benefit-icon);*/
    color: #323232;
    border-radius: 129px;
    text-decoration: none;
    /*font-weight: 600;*/
    transition: transform .15s ease, box-shadow .2s ease, opacity .2s;
    box-shadow: 0 6px 20px rgba(14, 163, 108, .25);
}

.benefits__cta--bottom {
    display: none !important;
}

.benefits__cta:hover {
    transform: translateY(-1px);
}

.benefits__cta:active {
    transform: translateY(0);
    opacity: .9;
}

/* сетка преимуществ */
.benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--benefit-gap);
}

.benefit {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 12px;
    background: var(--benefit-bg);
    border-radius: var(--benefit-radius);
    padding: 16px 18px;
    box-shadow: var(--benefit-shadow);
}

.benefit__icon {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
}

.benefit__icon svg {
    width: 32px;
    height: 32px;
    fill: var(--benefit-icon);
}

.benefit__text {
    margin: 0;
    color: var(--benefit-muted);
    line-height: 1.4;
    font-size: 18px;
}

/* адаптив */
@media (max-width: 900px) {
    .benefits__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .benefits__cta {
        display: none !important;
    }

    .benefits__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .benefits__cta {
        width: 100%;
    }

    .benefits__cta--bottom {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        margin-top: 3rem;
    }
}

/*FINISH benefits*/


/*START unique-offer*/

:root {
    --unique-offer--btn-accent: #008466; /* зелёный акцент */
}

.unique-offer {
    background: linear-gradient(90deg, #FFA62E 0%, #FFD95A 100%);
    padding: 80px 20px;
    color: #fff;
    text-align: left;
}

.unique-offer__container {
    width: 1160px;
    max-width: 90%;
    margin: 0 auto;
}

.unique-offer__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
}

.unique-offer__text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.unique-offer__btn {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.unique-offer__btn:hover {
    background: var(--unique-offer--btn-accent);
    color: #fff;
}

/* Адаптив */
@media (max-width: 768px) {
    .unique-offer {
        padding: 50px 15px;
    }

    .unique-offer__title {
        font-size: 26px;
    }

    .unique-offer__text {
        font-size: 16px;
    }

    .unique-offer__btn {
        padding: 10px 22px;
        font-size: 15px;
        width: 100% !important;
        text-align: center;
    }
}

/*FINISH unique-offer*/


/*START get-benefits*/

/* контейнер 1160px */
.get-benefits__container {
    width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 90%;
}

/* секция */
.get-benefits {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: clamp(48px, 6vw, 80px) 0;
    background: url(/local/templates/kazteleport/images/services/bonus-bg.png) center center / cover no-repeat;
}

/* декоративные круги фоном */
.get-benefits__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.get-benefits__bg::before,
.get-benefits__bg::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0));
    filter: blur(0.5px);
}

.get-benefits__bg::before {
    left: -160px;
    bottom: -120px;
}

.get-benefits__bg::after {
    right: -200px;
    top: -120px;
}

/* сетка содержимого */
.get-benefits__inner {
    display: grid;
    grid-template-columns: minmax(280px, 460px) 1fr;
    align-items: center;
    gap: clamp(20px, 3vw, 48px);
}

/* медиа слева */
.get-benefits__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-benefits__media img {
    width: 100%;
    height: auto;
    max-width: 520px;
    transform: rotate(-8deg);
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .35));
    will-change: transform;
}

/* контент */
.get-benefits__title {
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.get-benefits__list {
    --col-gap: 24px;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px var(--col-gap);
}

.get-benefits__list li {
    position: relative;
    padding-left: 51px;
    line-height: 1.5;
    font-size: 18px;
    color: #eaf7f4;
}

.get-benefits__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .15em;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'><circle cx='17' cy='17' r='16.3' stroke='white' stroke-width='1.4'/><path d='M21.6181 13.0515L20.5265 12L15.6181 16.7278L16.7097 17.7793L21.6181 13.0515ZM24.9006 12L16.7097 19.8896L13.4735 16.78L12.3819 17.8315L16.7097 22L26 13.0515L24.9006 12ZM8 17.8315L12.3277 22L13.4194 20.9485L9.09935 16.78L8 17.8315Z' fill='white'/></svg>") no-repeat center/contain;

}

.get-benefits__btn {
    display: inline-block;
    padding: 12px 22px;
    background: #f6b233;
    background: linear-gradient(264.45deg, #fbda2f -2.14%, #fbb12f 95.71%), #fff;
    color: #0b1320;
    /*font-weight: 600;*/
    border-radius: 128px;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .2s ease, opacity .2s;
    box-shadow: 0 10px 22px rgba(246, 178, 51, .35);
}

.get-benefits__btn:hover {
    transform: translateY(-1px);
}

.get-benefits__btn:active {
    transform: translateY(0);
    opacity: .9;
}

@media (max-width: 1200px) {
    .get-benefits__media img {
        transform: none;
        max-width: 420px;
        margin: 0 auto 8px;
    }

    .get-benefits__inner {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

/* адаптив */
@media (max-width: 980px) {
    .get-benefits__inner {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .get-benefits__media {
        display: none;
    }

    .get-benefits__list {
        grid-template-columns: 1fr; /* список в 1 колонку */
        text-align: left;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .get-benefits__btn {
        width: 100% !important;
        max-width: 100%;
    }
}

/*FINISH get-benefits*/


/*START */
/* контейнер */
.audience__container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

/* секция */
.audience {
    background: #fff;
    padding: clamp(32px, 5vw, 80px) 0;
    color: #0b1320;
}

/* шапка */
.audience__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 11px;
}

.audience__title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;

}

.audience__lead {
    line-height: 1.6;
    font-size: 1.5rem;
    margin: 0 0 40px;
}

/* кнопка */
.audience__cta {
    white-space: nowrap;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    background: linear-gradient(264.45deg, #fbda2f -2.14%, #fbb12f 95.71%), #fff;
    color: #323232;
    border-radius: 129px;
    text-decoration: none;
    /*font-weight: 700;*/
    box-shadow: 0 8px 18px rgba(246, 178, 51, .35);
    transition: transform .15s ease, opacity .2s ease;

}

.audience__cta--bottom {
    display: none !important;
}

.audience__cta:hover {
    transform: translateY(-1px);
}

.audience__cta:active {
    transform: translateY(0);
    opacity: .9;
}

/* центрирование рядов при неполной строке */
.audience__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    justify-content: center; /* ВАЖНО: центрируем группу карточек в каждой строке */
}

/* 3 в ряд на десктопе */
.audience__item {
    /*flex: 0 1 calc((100% - 2 * clamp(16px, 2.4vw, 28px)) / 3);*/
    max-width: 348px; /* ограничим, чтобы карточки не растягивались слишком */
    width: fit-content;
}

.audience__b-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
}


.audience__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.audience__svg {
    width: 40px;
    height: 40px;
    fill: #0ea36c;
}

.audience__name {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.audience__desc {
    margin: 0;
    color: #5b6876;
    font-size: 14px;
    line-height: 1.5;
}

/* адаптивы */
@media (max-width: 980px) {
    .audience__head {
        flex-direction: column;
    }

    .audience__cta {
        width: 100%;
        max-width: 260px;
        display: none !important;
    }

    .audience__desc {
        color: #000;
    }

    .audience__lead {
        font-size: 20px;
    }

    /*.audience__grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }*/
}

/* 2 в ряд на планшете */
@media (max-width: 980px) {
    .audience__item {
        flex: 0 1 calc((100% - 1 * clamp(16px, 2.4vw, 28px)) / 2);
    }
}

/* 1 в ряд на мобиле */
@media (max-width: 620px) {
    .audience__title {
        font-size: 32px;
        text-align: left;
    }

    .audience__head {
        align-items: flex-start;
    }

    .audience__item {
        flex: 0 1 100%;
        max-width: 540px; /* по желанию — чтобы на широких мобилках не было слишком широко */
    }

    .audience__cta--bottom {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 3rem;
        text-align: center;
    }
}

/*FINISH*/

/*START*/
.offer {
    padding: clamp(40px, 6vw, 80px) 0;
    background: #fff;
}

.offer__container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.offer__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(24px, 5vw, 60px);
    align-items: start;
}

.offer__title {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 0;
    width: 100%;
    max-width: 400px;
}

.offer__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: auto;
    max-width: 760px;
}

.offer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.offer__list-item {
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
    color: #565E68;
}

.offer__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
    align-items: center;
}

.offer__button {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 129px;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.offer__button--primary {
    background: linear-gradient(135deg, #00b86b, #009e5a);
    color: #fff;
}

.offer__button--primary:hover {
    background: linear-gradient(135deg, #009e5a, #00884d);
}

.offer__button--secondary {
    background: transparent;
    color: #95A2AF;
}

.offer__button--secondary:hover {
    color: #000;
}

@media (max-width: 768px) {
    .offer__grid {
        grid-template-columns: 1fr;
    }

    .offer__title {
        margin-bottom: 16px;
    }

    .offer__buttons {
        flex-direction: column;
        align-items: center;
    }

    .offer__button {
        width: 100% !important;
        text-align: center;
    }
}

/*FINISH*/


/*HERO*/
.top-menu__right {
    position: initial !important;
}

.top-menu__content {
    position: relative;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.top-menu__right img:nth-child(1) {
    right: 0 !important;
    max-width: fit-content !important;
    height: 91%;
    max-height: 562px !important;
}
.top-menu {
    margin-top: 140px !important;
}
.top-menu__subtitle{max-width: 50% !important;}
@media (max-width: 1640px) {
    .top-menu__right img:nth-child(1) {
        left: auto;
        width: auto !important;
    }

    .top-menu__content {
        /*padding-top: 74px !important;*/
        /*padding-bottom: 36px !important;*/
    }

    .top-menu__subtitle {
        max-width: 700px !important;
    }
}

@media (max-width: 1100px) {
    .top-menu__right img:nth-child(1) {
        position: relative !important;
        transform: none !important;
        top: 0 !important;
        left: auto;
        width: 100% !important;
    }

    .top-menu__content {
        flex-direction: column-reverse;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .top-menu__content {
        height: auto !important
    }

    .top-menu__left .btn-yellow{
        width: 100% !important;
        max-width: 100% !important;
    }


    .top-menu {
        margin-top: 80px !important;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/serviceskz/style.css?1692205168853 */
/* /local/templates/.default/components/bitrix/catalog.element/rechevaya-analitika/style.css?17557561802031 */
/* /local/templates/.default/components/bitrix/news.detail/rechevaya-analitika/style.css?175605460015338 */
