/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');


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;
}
/* 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;
	width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&display=swap');

html{
    box-sizing: border-box;
}
*, *::before, *::after{
    box-sizing: inherit;
}

body{
	font-family: 'Oswald';
	font-style: normal;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	color: #ffffff;
}

.wrapper{
	max-width: 1250px;
	margin: 0 auto;
	width: auto;
    height: auto;
}




/* Header styles start*/
.header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

.header__wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 25px;
}
.header__list{
	display:flex;
	flex-wrap: wrap;
}

.header__item{
	margin-right: 82px;
}
.header__item:last-child{
	margin-right: 0;
}
.header__link{
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 24px;
text-align: center;
text-decoration: none;
color: #ffffff;
}
.header__link:hover, .header__link:focus, .header__link:active{
	opacity: .75;
	color: rgb(154, 154, 59);
}

/* Header styles end*/



/* Intro contacts styles start*/


.intro{
	background: url(../img/svg/High_resolution_wallpaper_background_ID_77700418488.jpg) no-repeat center;
	background-size: cover;
	width: auto;
    height: auto;
	min-height: 100vh;
}

.intro__list{
	display:flex;
	flex-wrap: wrap;
}

.intro__title{
position: absolute;
width: 41px;
height: 41px;
top: 200px;
}

.intro__list-text{
	display:flex;
	flex-wrap: wrap;
}

.intro__text1{
position: absolute;
width: 72px;
height: 17px;
top: 250px;
font-family: 'Jost';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 20px;

color: #FFFFFF;

}
.intro__item{
	margin-right: 302px;
}
.intro__item:last-child{
	margin-right: 0;
}
.intro__text{
position: absolute;
width: 427px;
height: 35px;
left: 546px;
top: 400px;
	
font-family: 'Jost';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 35px;
/* identical to box height */


color: rgba(255, 255, 255, 0.79);
}

.map{
padding-top: 440px;
}

/* Intro contacts styles end*/


/* Main main styles start*/

.news{
	padding-top: 20px;
	max-width: 400px;
	margin-left: auto;
	margin-right: 0em;
}

table td{
	padding: 10px;
	width: 18%;
	text-align: center;
}


.news__text{
	padding-top: 150px;
	margin-left: auto;
	margin-right: 0em;
	max-width: 390px;
	text-align: center;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 35px;
	color: #FFFFFF;
}

.intro_title{
font-family: 'Oswald';
font-style: normal;
font-weight: 500px;
font-size: 25px;
line-height: 40px;
text-align:initial;
text-decoration: none;
color: #ffffff;
padding-top: 0px;
width: 50%;
margin-left: 0em;
margin-right: auto;
}

.wrapper__block{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 10px;
}

.main_table {
	width: 50%;
    margin-right: auto;
}

/* Main main styles end*/

/* Developments styles start*/

.th, td{
	border-collapse: collapse;
   /*убираем пустые промежутки между ячейками*/
    border: 1px solid rgb(41, 38, 38);
   /*устанавливаем для таблицы внешнюю границу серого цвета толщиной 1px*/
}

.developments {
	padding-top: 120px;
}
.search {
	display:flex;
	flex-wrap: wrap;
}
/*Developments styles end*/

/* footer styles start */

.footer{
background: rgb(55, 54, 54);
}
/* footer styles end */