/** contact **/
.contact{position:relative}
.contact_text{font-size:16px;line-height:1.4;opacity:.8;margin-bottom:38px}
body.front-page .fancy-modal.fancy-modal-text{max-width:580px;width:100%}
.map_code_wrap{height:100%}
#map,.map_shadow .map_code_wrap iframe,.contact_map_preview,.contact_map{height:100%;width:100%;min-height:320px;border-radius:var(--big_border_radius);background:var(--ffffff,#FFF);overflow:hidden}
.contact_map_preview{display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:21px;border:2px dashed var(--main_color)}
.map_shadow #map,.map_shadow .contact_map{box-shadow:0 4px 16px 0 rgba(0,0,0,.18)}
.map_shadow .map_code_wrap iframe{box-shadow:0 4px 16px 0 rgba(0,0,0,.18)}
.multicontact_item.active{display:block}
.multicontact_item{display:none}
.contact .item_label{font-size:14px;opacity:.5;font-weight:600;margin-bottom:2px;line-height:171.429%;text-transform:uppercase}
.contact_item{margin-bottom:32px}
.contact_item_mail a{font-variant-numeric:lining-nums proportional-nums;font-size:15px;font-weight:400;line-height:133.333%}
.contact_item_phone a{font-variant-numeric:lining-nums proportional-nums;font-size:20px;font-weight:700;line-height:120%}
.contact_item_in .item_icon{position:absolute;left:0;top:0;margin-top:6px;border-radius:20px;display:flex;align-items:center;justify-content:center;width:40px;height:40px}
.contact_item_in{padding-left:56px;position:relative}
.contact_wrap_left h2{margin-top:0}
.contact_wrap_left{padding-right:75px}
.contact_wrap_right{padding-left:35px}
.contact_location_image{margin-bottom:35px}
.contact_location_image img{border-radius:18px;height:200px;object-fit:cover;width:331px}

.contact_actions{margin-top:8px}
.contact_actions .order_button{width:100%}
.contact_socials{display:flex;gap:16px;margin-top:16px}
.contact_social_btn{width:50%; height:var(--button_height);border-radius:var(--button_border_radius);display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:2px dashed;padding:0 24px;font-size:14px;font-weight:700;letter-spacing:.14px;text-transform:uppercase;text-decoration:none}
.contact_social_btn svg{margin-right:10px;flex-shrink:0;transition:transform .3s ease}
.contact_social_btn span{white-space:nowrap}
.contact_social_btn:hover{border-style:solid}
.contact_social_btn.telegram{color:#20A0E1;border-color:#20A0E1}
.contact_social_btn.telegram:hover{background:#20A0E1;color:#fff}
.contact_social_btn.telegram:hover svg path{fill:#fff}
.contact_social_btn.whatsapp{color:#51C85D;border-color:#51C85D}
.contact_social_btn.whatsapp:hover{background:#51C85D;color:#fff}
.contact_social_btn.whatsapp:hover svg path#power-1{fill:#fff}
.contact_social_btn.whatsapp:hover svg path#power-2{fill:#51C85D}
.contact_social_btn.max{color:#592E85;border-color:#592E85}
.contact_social_btn.max:hover{background:#592E85;color:#fff}
.contact_social_btn.max:hover svg path{fill:#fff}
.contact_social_btn span i{font-style:normal}
.socials-multi .contact_social_btn{width:auto;flex:1}
.socials-multi .contact_social_btn span i{display:none}

.company_details_in{padding:48px 56px;border-radius:var(--big_border_radius);background-color:var(--main_color_opacity_05)}
.company_details_title{font-size:36px;font-weight:250;line-height:116.667%;margin-bottom:30px;text-transform:uppercase}
.company_details_row{align-items:center}
.company_details_url a{color:var(--second_color);font-size:15px;display:flex;align-items:center;font-weight:600;line-height:160%;text-transform:uppercase}
.company_details_url a svg{margin-left:4px}
body.front-page .company_details_in table tbody{display:block}
body.front-page .company_details_in table{line-height:171.429%;margin:0;display:block}
body.front-page .company_details_in table tr td,body.front-page .company_details_in table{border:0 none!important}
body.front-page .company_details_in table tr{display:flex;margin:0 -20px}
body.front-page .company_details_in table tr td{width:50%;display:block;padding-left:20px;padding-right:20px}
body.front-page .company_details_in table tr td p{margin-bottom:7px}

/** contact two addresses **/
.contact_two_addresses .contact_wrap_left{width:100%;padding-right:12px}
.contact_two_addresses .contact_wrap_right{width:100%;padding-left:12px;margin-top:24px}
.contact_two_addresses .contact_text_wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:20px 40px}
.contact_two_addresses .contact_text_wrap .common-h2{width:100%;margin-bottom:0}
.contact_two_addresses .contact_text_wrap .contact_text{flex:1;min-width:300px;margin-bottom:0}
.contact_two_addresses .contact_text_wrap .contact_actions_wrap{flex:0 0 auto}
.contact_two_addresses .contact_text_wrap .contact_actions{margin-top:0}
.contact_two_addresses .contact_box_in{display:none}
.contact_maps_wrap{display:flex;gap:20px;height:100%}
.contact_maps_wrap .contact_map_item{flex:1}
.contact_maps_wrap .contact_map{min-height:320px}
.contact_map_label{font-size:14px;font-weight:600;margin-bottom:8px;opacity:.7}

.contact_phone_name{
	opacity:0.6;
	font-weight:500;
}

.has_phone_2 .contact_item_phone a,
.has_phone_name .contact_item_phone a{
	font-size:16px;
}

.has_phone_name .contact_item_phone_box{
	width:100%;
}

@media (min-width:990px){
	.has_address_2 .contact_actions{display:flex;flex-wrap:nowrap;gap:24px;align-items:center}
	.has_address_2 .contact_actions .order_button{width:auto;min-width:0; flex:1; padding:0 18px; min-width:195px;}
	.has_address_2 .contact_socials{margin-top:0;gap:8px}
	.has_address_2 .contact_social_btn{width:56px;height:56px;min-width:56px;border-radius:50%;border-width:1.5px;padding:0}
	.has_address_2 .contact_social_btn svg{margin:0;width:24px;height:24px}
	.has_address_2 .contact_social_btn span{display:none}
}

@media (max-width:1240px) and (min-width:990px){
.contact_item_phone a{font-size:16px}
.contact .item_label{font-size:12px}
.contact_social_btn{padding:0 16px;font-size:12px}
.contact_social_btn svg{margin-right:6px}
}

@media (max-width:1290px){
.contact_wrap_left,.contact_wrap_right{padding-right:24px;padding-left:24px}
.contact_wrap_row{margin:0 -24px}
.contact_two_addresses .contact_wrap_left{padding-right:12px}
.contact_two_addresses .contact_wrap_right{padding-left:12px}
}

@media (max-width:990px){
.item_info.has_phone_2 .contact_item_phone a{
	font-size:15px;
}

.has_phone_2 .contact_item_phone a{
	font-size:14px;
}

.contact_text, .contact_item {margin-bottom: 20px;}
.contact_wrap_left,.contact_wrap_right{width:100%}
.contact_wrap_row{margin:0 -12px}
.contact_wrap_left,.contact_wrap_right{padding-left:12px;padding-right:12px}
#map{height:320px}
.contact_wrap_right{margin-top:24px}
.contact_actions{display:flex;flex-wrap:nowrap;gap:10px;align-items:center}
.contact_actions .order_button{width:auto; flex:1; min-width:0; padding: 0 12px; }
.contact_socials{margin-top:0;gap:8px}
.contact_social_btn{width:44px;height:44px;min-width:44px;border-radius:50%;border-width:1.5px;padding:0}
.contact_social_btn svg{margin:0;width:16px;height:16px}
.contact_social_btn span{display:none}
body.front-page .company_details_in table tr{flex-wrap:wrap}
body.front-page .company_details_in table tr td{width:100%!important}
.company_details_in{padding:32px}
.company_details_title{font-size:24px;margin-bottom:24px}
.contact_maps_wrap{flex-direction:column}
.contact_two_addresses .contact_text_wrap .contact_text{min-width:100%}
.contact_two_addresses .contact_text_wrap .contact_actions_wrap{width:100%}


}