

/* Start:/bitrix/components/new_components/contact_page/templates/.default/style.css?17543759061438*/
h2.h-cont {
    font-size: 20px;
    font-family: "Jost" !important;
    font-weight: 500;
    margin-bottom: 12px;
}
h1.h-cont{
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 600;
    font-size: 48px;
    margin-bottom: 12px;
}
h1.new-max-width {
    margin-top: 24px !important;
}
h2.h-cont {
    margin-top: 52px !important;
}
.map-area {
    width: 100%;
    max-width: 818px;
    position: relative;
    margin-bottom: 24px;
}
.contact-group {
    display: flex;
    flex-direction: row;
    gap: 36px;
    color: var(--color-gray-800);
}
.cgb-label {
    font-size: 16px;
    font-family: "Jost";
    font-weight: 500;
    margin-bottom: 8px;
}
.cgb-content p {
    padding: 0;
    margin: 0 0 8px 0;
}
.cgb-content a {
    color: var(--color-gray-800);
}
.cgb-content .bssocial {
    margin-top: 0;
    padding: 0 !important;
}
.video-content>iframe {
    margin: 0 !important;
    max-width: 100%;
    height: max-content;
}
.condl {
    color: var(--color-gray-800);
    font-size: 16px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 818px;
}
.condl>dt {
    font-weight: 500;
    margin-bottom: 8px;
}
.condl>dd {
    margin-bottom: 20px;
}
.video-wrp{
	width: 818px;
	height: 462px;
}

@media (max-width: 767px) {
    .contact-group {
        flex-direction: column;
        gap: 16px;
    }
    h2.h-cont {
        margin-top: 32px !important;
    }
	.video-wrp{
		height: 192px;
		width: 343px;
	}
}
/* End */
/* /bitrix/components/new_components/contact_page/templates/.default/style.css?17543759061438 */
