Your IP : 3.144.177.155


Current Path : /home/bitrix/ext_www/coffe.land/landings/contacts/
Upload File :
Current File : /home/bitrix/ext_www/coffe.land/landings/contacts/index.php

<?
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php");
$APPLICATION->SetTitle("");
?>


    <div class="main-container col1-layout">
        <div class="main">
            <div class="col-main" >
                <div class="scaffold-form">
                    <div class="col2-set" >
                        <div class="col-2 registered-users correction-1" >
                            <div class="content fieldset">
                                <h2>Контакты</h2>
                                <br>
                                <ul class="benefits">
                                    <li>Киев
                                        ул.Михаила Максимовича, 3Д (ЖК "4 Сезона"), м.Васильковская</li>
                                    <li>Телефоны:
                                        0-800-210-755
                                        044-247-91-61
                                        063-247-91-61 (Viber, Skype)
                                    </li>
                                    <li>График работы:  пн - пт: 9.00 - 19.00 сб - вс: 10.00 - 17.00</li>
                                </ul>
                                <br><br>
                                <?$APPLICATION->IncludeComponent(
	"bitrix:map.google.view", 
	".default", 
	array(
		"API_KEY" => "AIzaSyAZjVMO1fOoZLHiA15RqkCrXpwy96lwQeY",
		"CONTROLS" => array(
			0 => "SMALL_ZOOM_CONTROL",
			1 => "TYPECONTROL",
			2 => "SCALELINE",
		),
		"INIT_MAP_TYPE" => "ROADMAP",
		"MAP_DATA" => "a:4:{s:10:\"google_lat\";d:50.437433289790384;s:10:\"google_lon\";d:30.53135002429633;s:12:\"google_scale\";i:10;s:10:\"PLACEMARKS\";a:1:{i:0;a:3:{s:4:\"TEXT\";s:0:\"\";s:3:\"LON\";d:30.479570161902;s:3:\"LAT\";d:50.391410301144;}}}",
		"MAP_HEIGHT" => "300",
		"MAP_ID" => "",
		"MAP_WIDTH" => "600",
		"OPTIONS" => array(
			0 => "ENABLE_SCROLL_ZOOM",
			1 => "ENABLE_DBLCLICK_ZOOM",
			2 => "ENABLE_DRAGGING",
			3 => "ENABLE_KEYBOARD",
		),
		"COMPONENT_TEMPLATE" => ".default"
	),
	false
);?>
                            </div>
                        </div>

                    </div>
                </div>
            </div>
        </div>
    </div>

<style>

    @media only screen and (min-width: 1020px ) and (max-width: 5000px){
        .correction-1{
            height: 600px;
            background: white;
            margin-right: 10%;
            width: 900px!important;
        }
        .scaffold-form{
            background: black!important;
        }
    }
    @media only screen and (min-width: 771px ) and (max-width: 1019px){
        .correction-1{
            height: 600px;
            background: white;
            margin-right: 10%;
            width: 600px!important;
        }
        .scaffold-form{
            background: black!important;
        }
    }
    @media only screen and (min-width: 533px ) and (max-width: 770px){
        .correction-1{
            height: 600px;
            background: white;
            padding-right: 10%;
            width: 500px!important;
        }
        .scaffold-form{
            background: white!important;
        }
    }
    @media only screen and (min-width: 300px ) and (max-width: 532px){
        .correction-1{
            height: 600px;
            background: white;
            padding-right: 10%;
            width: 300px!important;
        }
        .scaffold-form{
            background: white!important;
        }
    }

</style>
    <script>
        $(function() {
            $('#bbody').addClass("customer-account-login");
        });
    </script>
<? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?>