

/* Start:/local/templates/main/components/ilsn/highloadblock.list/contacts/style.css?17199301855470*/
.contacts-wrapper {
	padding-top: 22px;
}
.contacts-content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 84px;
}
.contacts-content .contacts-item {
	min-width: 203px;
}
.contacts-content .contacts-item.item-socials {
	min-width: 305px;
}
.contacts-content .contacts-item .contacts-item__title {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: var(--font-third);
	margin-bottom: 4px;
}
.contacts-content .contacts-item .contacts-item__value {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: center;
}

.contacts-item__value .phone {
	font-weight: 600;
}
.contacts-item__value .phone + .contacts-socials {
	margin-left: 8px;
}
.contacts-item__value .contacts-socials {
	display: flex;
    flex-direction: row;
    gap: 8px;
}
.contacts-item__value .contacts-socials .contacts-social-item {
	background: var(--bg-gray);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.contacts-item__value .contacts-socials .contacts-social-item svg.icon {
	width: 16px;
    height: 16px;
    fill: var(--font-second);
    transition: all 0.3s;
}
.contacts-item__value .contacts-socials .contacts-social-item:hover {
	background: var(--red);
}
.contacts-item__value .contacts-socials .contacts-social-item:hover svg.icon {
	fill: #fff;
}


.countries-wrapper {
	margin-top: 39px;
}
.countries-wrapper .tabs-topline {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.countries-wrapper .tabs-topline .tabs-navigation {
	display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}
.countries-wrapper .tabs-topline .tabs-navigation .tab-nav-item {
	color: var(--font-third);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 9px 23.5px;
    border-radius: 51px;
    border: 1px solid var(--font-third);
    transition: all 0.3s;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.countries-wrapper .tabs-topline .tabs-navigation .tab-nav-item:hover {
	border-color: var(--red);
    color: var(--red);
}
.countries-wrapper .tabs-topline .tabs-navigation .tab-nav-item.active {
	color: #fff;
    background: var(--red);
    border-color: var(--red);
}
.countries-wrapper .tabs-items .tabs-item {
	display: none;
}


.country-offices-block {
	height: 484px;
	overflow: hidden;
	border-radius: 12px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.country-offices-block .country-offices-list {
	width: 273px;
	min-width: 273px;
	overflow: auto;
    height: 100%;
	background: var(--bg-gray);
	padding-top: 8px;
	padding-bottom: 8px;
}
.country-office-item {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
	transition: background 0.3s;
}
.country-offices-block .country-offices-list .country-office-item {
	border-bottom: 1px solid var(--stroke);
	cursor: pointer;
	padding: 16px 24px;
}
.country-offices-block .country-offices-list .country-office-item:last-child {
	border-bottom: none;
}
.country-offices-block .country-offices-list .country-office-item:hover, .country-offices-block .country-offices-list .country-office-item.hover {
	background: #E8E8E8E8;
}
body.theme-dark .country-offices-block .country-offices-list .country-office-item:hover, body.theme-dark .country-offices-block .country-offices-list .country-office-item.hover {
	background: var(--stroke);
}
.country-office-item .country-city-name {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: var(--font);
}
.country-office-item .country-office-info {
	
}
.country-office-item .country-office-info .title {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: var(--font-third);
}
.country-office-item .country-office-info .value {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: var(--font);
}

.country-offices-block .country-offices-map {
	width: 100%;
	height: 100%;
}

.country-offices-map .gm-style-iw {
	padding: 16px !important;
	background: var(--bg) !important;
	max-width: 250px !important;
}
.country-offices-map .gm-style-iw .gm-style-iw-chr {
	position: absolute !important;
	right: 16px !important;
}
.country-offices-map .gm-style-iw .gm-style-iw-chr button {
	width: 16px !important;
	height: 16px !important;
}
.country-offices-map .gm-style-iw .gm-style-iw-chr button > span {
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	background-color: var(--font-third) !important;
}
.country-offices-map .gm-style-iw .gm-style-iw-d {
	overflow: auto !important;
}


@media (max-width: 860px) {
	.contacts-wrapper {
		padding-top: 7px;
	}
	.country-offices-block .country-offices-list {
		display: none;
	}
	.country-offices-block {
		height: 382px;
	}
	.contacts-content {
		gap: 13px 24px;
	}
	.countries-wrapper {
		margin-top: 24px;
	}
	.countries-wrapper .tabs-topline {
		margin-bottom: 16px;
	}
	
	.country-office-item .country-office-info .title {
		font-size: 12px;
		line-height: 18px;
	}
}
/* End */
/* /local/templates/main/components/ilsn/highloadblock.list/contacts/style.css?17199301855470 */
