

/* Start:/local/templates/main/assets/css/block-css/geo.css?17755877644826*/
.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: 55px;
}

@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;
	font-weight: 22px;
}

@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;
}

@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;
}

.block-text.img-logo img {
	height: 50px;
}
/* End */
/* /local/templates/main/assets/css/block-css/geo.css?17755877644826 */
