﻿.contactform {
	background: #fff;
    max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: -0.56px;
    padding: 80px 5% 52px;
}

.contactform h1 { 
	color: #181D27;
	font-family: e-Ukraine;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.96px;
}
.contactform .htext { 
	color: #535862;
	font-size: 20px;
	font-style: normal;
}
.contactform .cicon img {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 12px;    	
	border: 2px solid var(--Gradient-skeuemorphic-gradient-border, rgba(255, 255, 255, 0.12));
	background: var(--Colors-Background-bg-brand-solid, #2C3CB3);

}
.contactform .cicon span {
    display: block;
    margin-top: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}
.contactform .ctop {
	margin-top:50px;
}

.map-section {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.map-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.map-wrapper {
	position: relative;
	width: 100%;
	height: 450px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.map-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.contactform .cbg {
	padding: 24px;
	border-radius: 12px;
	background: #FAFAFA;
}

.contactform a.ctel  {
	color: #1A2992;
	font-family: var(--Font-family-font-family-body, Inter);
	font-size: 20px;
	font-weight: 600;
	margin-top:6px;
	display: inline-block;
}

.contactform .crig a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
}

.contactform .crig img, .contactform .crig .cdesc {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.contactform .crig .cdesc b {
	color: var(--colors-text-text-primary-900, #181D27);
	font-family: var(--Font-family-font-family-body, Inter);
	font-size: var(--Font-size-text-xl, 20px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Line-height-text-xl, 30px); 
}

.contactform .crig .cdesc span {
	color: var(--colors-text-text-tertiary-600, #535862);

	margin:0;
	padding: 0;
	font-family: var(--Font-family-font-family-body, Inter);
	font-size: var(--Font-size-text-md, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Line-height-text-md, 24px); /* 150% */
}

@media screen and (max-width:1024px) {
	.map-wrapper {
		height: 320px;
		border-radius: 12px;
	}

	.map-title {
		font-size: 22px;
	}
	
	.contactform .cbg {
		padding: 4px;		
	}
}

