

/* Start:/local/templates/main/components/bitrix/news/services/bitrix/news.detail/prodvizhenie-v-chatgpt/style.css?17878434632903*/
.prodvizhenie-v-chatgpt .hero__promo-elem {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    white-space: normal;
}

.prodvizhenie-v-chatgpt .hero__promo-elem img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.prodvizhenie-v-chatgpt .hero__promo-list {
    width: 100%;
    align-items: stretch;
}

.prodvizhenie-v-chatgpt.--audience .block-col {
    min-height: 450px;
}

.prodvizhenie-v-chatgpt.--advantages .block-col:last-child {
    flex-grow: 1;
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 15px);
}

.prodvizhenie-v-chatgpt.--advantages .block-title {
    position: relative;
    z-index: 1;
}

.prodvizhenie-v-chatgpt-tariffs .block-title {
    position: relative;
    z-index: 1;
}

.prodvizhenie-v-chatgpt-tariffs .bg-gradient .block-title,
.prodvizhenie-v-chatgpt-tariffs .bg-violet .block-title {
    color: var(--color-white);
}

.prodvizhenie-v-chatgpt .services__info-title {
    font-family: var(--font-family-base);
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.02em;
}

.prodvizhenie-v-chatgpt .chatgpt-logo {
    display: block;
    width: 58px;
    max-width: 100%;
    height: auto;
}

.prodvizhenie-v-chatgpt-faq .faq__item-question {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-align: left;
    cursor: pointer;
}

.prodvizhenie-v-chatgpt-faq .faq__item-question:focus-visible {
    outline: 2px solid var(--accent-red);
    outline-offset: 6px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .prodvizhenie-v-chatgpt.--audience .block-col.quarter,
    .prodvizhenie-v-chatgpt.--advantages .block-col.quarter,
    .prodvizhenie-v-chatgpt.--advantages .block-col.long {
        width: calc(1 / 3 * 100% - (1 - 1 / 3) * 15px);
    }

    .prodvizhenie-v-chatgpt.--advantages .block-col:last-child {
        flex-grow: 0;
        width: calc(2 / 3 * 100% - (1 - 2 / 3) * 15px);
    }

    .prodvizhenie-v-chatgpt.--audience .block-col {
        min-height: 480px;
    }
}

@media (max-width: 767px) {
    .prodvizhenie-v-chatgpt .hero__promo-elem {
        font-size: 16px;
        line-height: 20px;
    }

    .prodvizhenie-v-chatgpt .block-col.third,
    .prodvizhenie-v-chatgpt .block-col.quarter,
    .prodvizhenie-v-chatgpt .block-col.long,
    .prodvizhenie-v-chatgpt .block__get-list[data-column="2"] .block__get-item {
        width: 100%;
    }

    .prodvizhenie-v-chatgpt.--advantages .block-col:last-child {
        width: 100%;
    }

    .prodvizhenie-v-chatgpt.--audience .block-col {
        min-height: 340px;
    }
}

@media (max-width: 576px) {
    .prodvizhenie-v-chatgpt .services__info-title {
        font-size: 24px;
        line-height: 28px;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/block-css/geo.css?17893710525341*/
.geo-table__thead .block-col {
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-align: center;
}

.geo-block_01 .block-col {
	gap: 15px;
}

.geo-block_04 .advantages-block .number {
	font-size: 45px;
}

.small-text {
	font-size: 12px;
    margin-bottom: 10px;
    margin-top: -20px;
}

@media(max-width: 991px) {
	.geo-block_02 .block-col.long {
		width: 100%;
	}

	.geo-block_02 .block-col.quarter {
		width: calc(1/2*100% - (1 - 1/2)*15px);
	}
}

@media(max-width: 576px) {
	.geo-block_01 .block-col.third,
	.geo-block_03 .block-col.third {
		width: 100%;
	}

	.geo-block_04 .advantages-block .number {
		font-size: 36px!important;
	}
}

.tab.geo {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.tab.geo .tablinks {
	background: var(--second-violet);
	border-radius: var(--border-radius-m);
	padding: 20px;
	color: var(--color-white);
	display: flex;
	cursor: pointer;
	gap: 5px;
    transition: .5s;
    position: relative;
}

.tab.geo .tablinks:not(:last-child):after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='40' height='40' rx='20' fill='white'/%3e%3cpath d='M13 20H27' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20 13L27 20L20 27' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    margin-left: auto;
}

.tab.geo .tablinks.active {
	background: var(--gray-silver);
	color: var(--color-black);
}

.tab.geo .tablinks.active:not(:last-child):after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='40' height='40' rx='20' fill='%23743FDD'/%3e%3cpath d='M13 20H27' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M20 13L27 20L20 27' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

@media(max-width: 1199px) {
	.tab.geo {
		flex-wrap: wrap;
		justify-content: center;
	}

	.tab.geo .tablinks {
		width: calc(1/3*100% - (1 - 1/3)*15px);
	}
}

@media(max-width: 767px) {
	.tab.geo .tablinks {
		width: calc(1/2*100% - (1 - 1/2)*15px);
	}
}

@media(max-width: 576px) {
	.tab.geo {
		flex-direction: column;
	}

	.tab.geo .tablinks {
		width: 100%;
        align-items: center;
	}
}

.fancybox__container.is-compact .has-iframe .fancybox__content {
  height: auto !important;
}

.geo-table .section__body {
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	gap: 15px;
	row-gap: 30px;
}


.geo-table .section__body .block-row {
	row-gap: 8px;
}

.geo-table .section__body .block-row.geo-table__thead .block-text {
	font-size: 28px;
	line-height: 32px;
}

.geo-table .block-col.block-label {
	background: transparent;
	border-radius: 0;
	padding: 0;
	align-items: flex-start;
}

.geo-table .block-col.block-label .block-title.icon {
	margin-bottom: 0;
}

.geo-table .block-col>div:last-child {
	margin-top: 0;
}

.geo-table .block-title.icon {
    font-size: 28px;
    line-height: 32px;
}

.geo-table .block-text {
    font-size: 18px;
	line-height: 22px;
}

@media(max-width: 576px) {
	.geo-table .block-col.long {
		width: 100%;
	}

	.geo-table .block-title.icon {
		font-size: 18px;
        line-height: 20px;
	}

	.geo-table .block-text {
		font-size: 18px;
		line-height: 24px;
	}

	.geo-table .section__body .block-row.geo-table__thead .block-text {
		font-size: 18px;
		line-height: 22px;
	}
}

.geo-block_03 .block-col {
	justify-content: space-evenly;
	font-size: 18px;
	line-height: 22px;
}

@media(max-width: 767px) {
	.geo-block_03 .block-col.third,
	.geo-block_01 .block-col.third {
		width: 100%;
	}
}

@media(max-width: 576px) {
    .geo-table__thead.block-row {
        border-radius: var(--border-radius-m);
        padding: 8px;
        background: var(--color-white);
        flex-wrap: nowrap;
    }

    .geo-table__thead .block-col {
        width: calc(1/2*100% - (1 - 1/2)*15px);
        cursor: pointer;
    }

    .geo-table__thead .block-col.active {
        background: var(--accent-red);
        color: var(--color-white);
    }

    .geo-table__cell .block-col:not(.block-label) {
        display: none;
    }

    .geo-table__cell .block-col:not(.block-label).active {
        display: flex;
    }
}

.tab.geo .tablinks:not(.active):hover {
    background: #5d33b1;
    color: #fff;
}

.geo-block_03 .case-block__title {
	line-height: 36px;
}

@media(max-width: 480px) {
    .geo-block_02 .block-col.quarter {
        width: 100%;
    }

    .geo-block_03 .case-block__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.img-logo {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.img-logo__el {
	display: inline-flex;
	border-radius: 4px;
	transition: opacity 0.2s ease;
}

.img-logo__el:hover {
	opacity: 0.75;
}

.img-logo__el:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.block-text.img-logo img {
	height: 50px;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news/services/bitrix/news.detail/prodvizhenie-v-chatgpt/tariffs-fixes.css?1787843466991*/
.prodvizhenie-v-chatgpt-tariffs .advantages-block > .block-title {
    position: relative;
    z-index: 2;
}

.prodvizhenie-v-chatgpt-tariffs .advantages-block.bg-gradient > .block-title,
.prodvizhenie-v-chatgpt-tariffs .advantages-block.bg-violet > .block-title {
    color: var(--color-white);
}

.prodvizhenie-v-chatgpt .hero__promo-text {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.prodvizhenie-v-chatgpt-faq .section__title {
    justify-content: center;
    text-align: center;
}

.prodvizhenie-v-chatgpt-faq .faq__item-question {
    font-family: var(--font-family-base);
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
    .prodvizhenie-v-chatgpt-faq .faq__item-question {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    .prodvizhenie-v-chatgpt-faq .faq__item-question {
        font-size: 18px;
        line-height: 24px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news/services/bitrix/news.detail/prodvizhenie-v-chatgpt/style.css?17878434632903 */
/* /local/templates/main/assets/css/block-css/geo.css?17893710525341 */
/* /local/templates/main/components/bitrix/news/services/bitrix/news.detail/prodvizhenie-v-chatgpt/tariffs-fixes.css?1787843466991 */
