/* lato-regular - latin */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



@font-face {
    font-family: 'Montserrat';
    font-style: normal;  
    font-weight: 400;
    src: local('Montserrat'), local('Montserrat'),
         url('/assets/fonts/Montserrat-Light.ttf') format('opentype'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/assets/fonts/Montserrat-Light.ttf') format('opentype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  @font-face {
    font-family: 'Montserrat-Bold';
    font-style: normal;  
    font-weight: 400;
    src: local('Montserrat-Bold'), local('Montserrat-Bold'),
         url('/assets/fonts/Montserrat-Bold.ttf') format('opentype'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/assets/fonts/Montserrat-Bold.ttf') format('opentype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  @font-face {
    font-family: 'WadikBold';
    font-style: normal;  
    font-weight: 700;
    src: local('WadikBold'), local('WadikBold'),
         url('/assets/fonts/Wadik.otf') format('opentype'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/assets/fonts/Wadik.otf') format('opentype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
 


  
  body{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #fff;
}
h1,h2,h3,h4{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: normal;
    color: #fff;
}
p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #fff;   
}
.ar-container{
    display: flow-root;
    box-sizing: content-box;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.ar-container-text{
    position: relative;
    display: flow-root;
    box-sizing: content-box;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/***********************************header******************************************/
.com{

    width: 100%;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
   
}
.com__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.com__ten{
    box-shadow: 0px 20px 40px 80px #255064; 
}

.com__info img{
    max-width: clamp(1rem, calc(12px + 16vw), 200px);
 
    width: 100%;
}
.adress{
    padding: 20px 0;
    gap: 20px;
    display: flex;
    align-items: center;
}
.adress div{
    
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.com__menu {
    top: clamp(1rem, calc(12px + 13vw), 100px);

    position: absolute;
    width: 100%;
    z-index: 2;
}
.com__p{
    font-family: "Montserrat-Bold", sans-serif;
 
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 10px;
}
.com__info__logo{
    padding-top: 0px;
}
.adress a, .adress p{
font-family: 'Montserrat', sans-serif;
font-size: 14px;
}
.adress span{
    margin-right: 5px;
    border-radius: 50%;
    background: rgb(255, 100, 58);
    padding: 5px;
}
hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 0.01px solid #c7c3c3;
}
.uk-subnav>.uk-active>a {
    color:rgb(255, 100, 58);
    font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 600;
}
.uk-subnav>*>:first-child {
    display: flex;
    align-items: center;
    column-gap: .25em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
font-size: 16px;
    text-transform: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
}
.image {
	background: #255064;
}
.image video {
	opacity: 0.4;
}
.uk-subnav>*>a:hover {
    color:rgb(255, 100, 58);
    text-decoration: none;
    font-weight: 700;
}
.baner__text a,.button{
    background: rgb(255, 100, 58);
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 14px;
    font-family: 'Montserrat-Bold', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.643;
    text-align: center;
}
.header-mob{
display: none;
}
.logo-mob img{
    max-width: 120px;
    width: 100%;
}
.fix {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
}
.logo-mob {
    gap: 20px;
    display: flex;
    padding: 0px 10px 10px 80px;
    align-items: center;
}
/********************************моб меню*************************/
header {
	position: relative;
}
.menu-triger {
	color: #fff;

	position: absolute;
	left: 27px;
    top: 10px;
}	
.menu-close {
	
    color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	background: #255064;
	display: none;
	position: absolute;
	left: -110%;
	top: 0;
	width: 100%; 
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}

/********************************моб меню tnd*************************/
.com__menu-header{
    display: none;
}
.com__info__logo a:hover{
    filter: drop-shadow(2px 3px 3px rgb(255, 100, 58));
}
a:hover{
    text-decoration: none;   
}
/*наведение на ссылку*/
.adress a {
    display: inline-block;
    color: #fff; /* Цвет обычной ссылки */
    line-height: 1;
    text-decoration: none; /* Убираем подчеркивание */
    cursor: pointer;
}
.adress a:after {
    background-color: #f66d52; /* Цвет линии при наведении на нее курсора мыши */
    display: block;
    content: "";
    height: 2px; /* Высота линии */
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.adress a:hover:after,
.adress a:focus:after {
    width: 100%;
}
/*наведение на ссылку*/
.uk-dropdown {
    background: #255064;
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 15px;
    --uk-inverse: dark;
    width: auto;
    min-width: 200px;
    padding: 25px;

    color: #fff;
    box-shadow: 0px 1px 15px 9px rgb(249 249 249 / 15%);
}
.uk-dropdown-nav>li.uk-active>a{
    color: #fff;
    font-weight: 600;
}
.uk-dropdown-nav>li>a {
    color: #fff;
    font-weight: 600;
}
.uk-dropdown-nav>li>a:hover {
    color: rgb(255, 100, 58);
}
/***********************************header end******************************************/
/***********************************main******************************************/
.baner__text p:nth-child(1){
    animation: slide-in-fwd-top 1s linear 1 normal;
}
.baner__text__p{
    animation: slide-in-bck-bottom 1s linear 1 normal;
}
h1{
     animation: artur 2s linear 1 normal 0.5s ; 
}
@keyframes artur {
    0% {
        transform:translateX(-800px) rotateY(30deg) scale(0);
        transform-origin:-100% 50%;
        opacity:0;
    }
    100% {
        transform:translateX(0) rotateY(0) scale(1);
        transform-origin:1800px 50%;
        opacity:1;
    }
}
@keyframes slide-in-fwd-top {
			
		0% {
			transform:translateZ(-1400px) translateY(-800px);
			opacity:0;
		}
		100% {
			transform:translateZ(0) translateY(0);
			opacity:1;
		}
	}
	@keyframes slide-in-bck-bottom {
			
		0% {
			transform:translateZ(700px) translateY(300px);
			opacity:0;
		}
		100% {
			transform:translateZ(0) translateY(0);
			opacity:1;
		}
	}



.project__block img {
    width: 100%;
}
[data-uk-cover]:where(img,video), [uk-cover]:where(img,video) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 600px;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
}
.baner{
    position: relative;
}
.baner__text{
    max-width: 550px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.baner__text p:nth-child(1){
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}
.baner__text h1{
    padding: 15px 0;
    font-size: clamp(10px, calc(1px + 3vw), 50px);
   
    font-family: "WadikBold", sans-serif;   
}
.baner__text__p{
    padding-bottom: 40px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.text{
    position: relative;
    background: #255064;
    padding: 50px 0;
}
.text h2{
    font-size: 30px;
    font-family: "WadikBold", sans-serif; 
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    padding-bottom: 20px;
}

.text_p{
    padding-bottom: 20px;

}
.text__ul span {
    margin-right: 10px;
    padding: 1px;
    background: rgb(255, 100, 58);
    border-radius: 50%;
}

.text__ul li {
    padding-bottom: 10px;
}
.text__ul li:nth-child(4) {
    padding-bottom: 20px;
}
.text_pend{
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif; 
}
.text__strelka-orange{
   display: none;
}

.text__strelka-write{
 display: none;
}


/*Наведение на кнопку*/
.baner__text a,.button {
    position: relative;
  
  
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .baner__text a:hover,.button:hover {
    text-decoration: none;
    background: #255064;
    box-shadow: 0 0 30px 5px #255064;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  .baner__text a:hover::before,.button:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
  }
  
  .baner__text a::before,.button::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  
  @keyframes sh02 {
    from {
      opacity: 0;
      left: 0%;
    }
  
    50% {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      left: 100%;
    }
  }
  
  .baner__text a:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
  }
 /*Наведение на кнопку end*/ 
 .project{
    padding-bottom: 70px;

}

.project h2{
    font-size: 30px;
    font-family: "WadikBold", sans-serif;;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.project p{
    max-width: 930px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.75;
    text-align: center;
    font-weight: 200;
    width: 100%;
}
.project__ul{ 
    padding: 30px 0;
    gap: 40px;
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.project__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project__ul li a {
    border-radius: 5px;
    border: 1px solid #b3acac;
    padding: 10px 15px;
}
.project__ul li a.active {
    cursor: pointer;
  color: #fff;
  font-weight: 700;
  background: rgb(255, 100, 58);
  text-decoration: none;
}
.project__ul li a:hover {
    font-weight: 700;
    cursor: pointer;
  color: #fff;
  background: rgb(255, 100, 58);
  text-decoration: none;
}
.project__ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .project__block{
    display: flex;
    flex-direction: column;
  }
  .project__block h2{
    position: relative;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: rgb(37, 80, 100);
    line-height: 1.2;
    text-align: center;
    background: #fff;
    padding: 30px;
    font-weight: 900;
    border-bottom-right-radius:31px;
    min-height: 50px;
    height: 100%;
    
  }
  .project__block h2 a{
    position: relative;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: rgb(37, 80, 100);
    line-height: 1.2;
    text-align: center;
    font-weight: 900;
    border-bottom-right-radius:40px;
    min-height: 50px;
    height: 100%;
    
  }
  .project__block h2 a:hover{
 color:rgb(255, 100, 58) ;
    
  }
  .project__grid{
    gap: 20px;
    display: grid;
    padding-bottom: 40px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .project__block span{
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
  }
  a:hover {
    color: #fff;
}
.button{
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);

}
.text__strelka-orange_but{
display: none;
}

.project__h2 {
    
    padding-top: 140px!important;
    padding-bottom: 40px!important;
  
}
.part{
    background: url(../img/icon/par.webp);
    background-size: cover;
}
.part__slider{
    padding: 140px 0;
}
.part__ul li img {
    max-width: 300px;
    width: 100%;
}
.uk-slidenav {
    padding: 5px 10px;
    color: #ffffff;
    transition: color .1s ease-in-out;
}
#left svg,#right svg{
    width: 50px;
}
.uk-slidenav {
    padding: 5px 10px;
    color: #ffffff;
    transition: color .1s ease-in-out;
}
a:focus {
    outline: none;
}
.ar-container-text-list {
    position: relative;
    display: flow-root;
    box-sizing: content-box;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 250px;
    padding-right: 250px;
}
.uk-position-center-left {
    left: -143px;
}
.uk-position-center-right {
    right: -135px;
}
.active-cart{

    opacity: 0.7;
}
.ar-proj{
        position: relative;
        z-index: 9;
     background: #255064;   
}

/***********************************main end******************************************/
/***********************************footer******************************************/
.footer{
    position: relative;
    background-color: rgb(1, 19, 27);
}
.footer__p{
    padding: 40px 10px;
    text-align: right;
}
.text__strelka-write-footer{
 display: none;
}
  .map{
  box-sizing: content-box;
  width: 200px; /* Установите нужную ширину */
  word-wrap: break-word; /* Перенос длинных слов */
  overflow-wrap: break-word; /* Перенос длинных слов */
  white-space: normal; /* Обычная обработка пробелов */
}
.map img{
 
  max-width: 300px;
  width: 100%;
}
.tef{
    text-decoration: none;
color:#000;
  font-size: 18px;
  font-weight: 600;
  text-align:  center;
}
.map span{
    text-decoration: none;
color:#000;
  box-sizing: content-box;
  font-size: 14px;
}
      #map {
          width: 100%;
          height:600px;
      }
/***********************************footer end******************************************/