/*clean*/
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, font, 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 {
    margin: 0; /* обнуляем внешние отступы */
    padding: 0; /* обнуляем внутренние отступы */
    border: 0; /* убираем бордюры */
    outline: 0; /* убираем контуры */
    font-size: 100%; /* задаем базовый размер шрифта, значение по умолчанию = 16px */
    vertical-align: baseline; /* устанавливаем базовое вертикальное выравнивание */
    background: transparent; /* устанавливаем фон прозрачным */
}
body {
    line-height: 1; /* устанавливаем базовую высоту */
}
ol, ul {
    list-style: none; /* убираем маркеры для нумерованных и обычных списков */
}
blockquote, q {
    quotes: none; /* убираем кавычки для цитат */
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: ''; /* убираем */
    content: none; /* и скрываем генерируемое содержимое */
}
:focus {
    outline: 0; /* убираем контуры вокруг ссылок при фокусе */
}
ins {
    text-decoration: none; /* убираем подчеркивание для вставленного текста */
}
del {
    text-decoration: line-through; /* убираем перечеркивание для удаленного текста */
}
table {
    border-collapse: collapse; /* убираем рамки двойной толщины */
    border-spacing: 0; /* убираем расстояние между ячейками */
}
/*clean*/

/*site*/
html, body {
    height: 100%;
}
body{
    font:14px Verdana,sans-serif;
    color:#424B52;
    background:#E7E7E7;
    margin:0;
    padding:0;
}
#wrapper {
    width:1020px;
    margin:0 auto -100px;
    padding:1px;
    min-height: 100%;
    margin-bottom: -100px;
    background-color:#FFFFFF;
}

/* for IE*/
* html #wrapper {
    height: 100%;
}
/* for IE*/

/*header*/
#header{
    width:1020px;
    height:400px;
    border-bottom:5px solid #CED7E6;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    margin-bottom:30px;
}
/*telephons,languages*/
#tel_lang{
    width: 812px;
    height: 46px;
    margin: 15px 35px 35px 183px;
    border: 4px solid #CED7E6;
    border-radius: 10px;
}
#tel ul li{
    font: bold 15px Verdana,sans-serif ;
    color:#C51626;
    display:inline;
    vertical-align:middle;
    margin:7px 2%;
}
#tel ul{
    width:415px;
    margin:12px 1px;
}
#lang{
    width: 260px;
    margin: -29px 1% 30px 67%;
    font:15px Verdana,sans-serif ;
}
#lang ul li{
    margin:3px;
    display:inline;
}
#lang ul li a:hover,
#lang ul li a:active{
    color:#C51626 !important;
    font:15px Verdana,sans-serif;
    text-decoration:none;
}
#lang ul li a:link,
#lang ul li a:visited{
    color:#77808F;
    font:15px Verdana,sans-serif;
    text-decoration:none;
}
/*telephons,languages*/

/*cross-slider*/
.cross-slider {
    width: 80%;
}
/*cross-slider*/

/*постраничная навигация*/
#nav_wrap{
    margin:0;
}
#nav{
    list-style-type:none;
    margin:0;
    padding-top:20px;
    margin-right: 13px;
    overflow:hidden;
}
#nav li{
    margin:25px 0;
    margin-right: 3px;
    font:15.5px normal Verdana,sans-serif;
    float:right;
    border-radius:10px;
}
#nav li a:link,
#nav li a:visited{
    display:block;
    font-weight:normal;
    color: #5d5d5d;
    background: #dddddd;
    background: -moz-linear-gradient(to bottom, #EAEAEA, #dddddd);
    background: -webkit-linear-gradient(to bottom, #EAEAEA, #dddddd);
    background: -o-linear-gradient(to bottom, #EAEAEA, #dddddd);
    background: -ms-linear-gradient(to bottom, #EAEAEA, #dddddd);
    background: linear-gradient(to bottom, #EAEAEA, #dddddd);
    text-align:center;
    border-radius:10px;
    padding:10px 12px;
    text-decoration:none;
    -moz-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    box-shadow: -5px 5px 10px #ccc;
}
#nav li a:hover,
#nav li a:active{
    color:#FFFFFF;
    background:#C51626;
    background: -moz-linear-gradient(to bottom, #EAACB2, #C51626);
    background: -webkit-linear-gradient(to bottom, #EAACB2, #C51626);
    background: -o-linear-gradient(to bottom, #EAACB2, #C51626);
    background: -ms-linear-gradient(to bottom, #EAACB2, #C51626);
    background: linear-gradient(to bottom, #EAACB2, #C51626);
    border-radius:10px 30px;
    text-decoration:none;
    -moz-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    box-shadow: -5px 5px 10px #EAACB2;
}
#nav li.on a{
    color:#FFFFFF;
    background: #C51626;
    background: -moz-linear-gradient(to bottom, #EAACB2, #C51626);
    background: -webkit-linear-gradient(to bottom, #EAACB2, #C51626);
    background: -o-linear-gradient(to bottom, #EAACB2, #C51626);
    background: -ms-linear-gradient(to bottom, #EAACB2, #C51626);
    background: linear-gradient(to bottom, #EAACB2, #C51626);
    box-shadow: -5px 5px 10px #EAACB2;
}
/*постраничная навигация*/

#test1{
    width: 1020px;
    height: 230px;
    width: 80%;
    margin-top: -9px;
    margin-bottom: -10px;
    margin-left: 184px;
}
#logo{float:left;}
.greet{
    width:300px;
    height:30px;
    float:left;
    margin:10px  0 0 80px;
    padding:5px;
}
.time{
    width:200px;
    height:30px;
    float:right;
    margin:10px -35px 0 0 ;
    padding:5px;
}
/*header*/

/*содержимое контента*/
#content p,h3{
    margin:10px;color:#000000;
}
#content{
    margin:0 auto;
    padding:0;
    width:990px;
}
#content p,h3,h4{
    margin:10px auto;
}
h3,h1{color:#C60C30; font: 23px "Times New Roman",serif;}
h2{color:#C60C30; font:20px "Times New Roman",serif;}
h2{margin:25px 0 20px 0;}
h1, h2{
    text-align:center;
    text-transform: uppercase;
}
#invest {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    margin-top: 20px;
}
#invest #text_i{
    display: flex;
    flex-direction: column;
    width: 50%;
    background:#E7E7E7;
    padding:5px 5px;
    margin:10px 5px 5px 1px;
    border:1px solid #D7D7D8;
    border-radius:10px; 
}
#invest #text_i .invest {
    flex-grow: 1;
    margin-bottom: 5px;
}
#text{
    background:#E7E7E7;
    width:980px;
    height:765px;
    padding:10px 1px 10px 1px;
    margin:15px 10px 5px 3px;
    border:1px solid #D7D7D8;
    border-radius:10px;
}
.title{
    padding:2px;
    color:#C51626;
    font:14px Verdana,sans-serif;
}
.indent_2{
    padding:10px 10px 20px 10px;
    font:15px Tahoma,sans-serif;
}
.indent{
    padding:5px 10px 5px 10px;
    font:15px Arial,serif;
    line-height: 1.3 !important;
}
#moscow{
    width:430px;
    height:300px;
    padding:1px 10px 1px 20px;
    float:left;
}
.moscow{width:504px;}
/*содержимое контента*/

/*страница news*/
#tabs {
    background:#E7E7E7;
}
div #tabs-5 a:link,div #tabs-5 a:visited{
    color:#C51626;
    text-decoration:none;
    font:14px bold;
}
div #tabs-5 a:hover,div #tabs-5 a:active{
    text-decoration:none;
    font:14px bold;
    color:#00AEF0;
}
.tabs-4-3{
    font:13px verdana,sans-serif;
    margin-bottom:30px;
}
.tabs-2-p{
    font:13px verdana,sans-serif;
    margin-bottom:10px;  
}
.tabs-1-p{
    font:14px verdana,sans-serif;
    margin-bottom:10px;
    color:#000;
}
div #tabs-1 h3 a:link,div #tabs-1 a:visited{
    color:#C51626;
    text-decoration:none;
}
div #tabs-1 h3 a:hover,div #tabs-1 h3 a:active{
    text-decoration:none;
    color:#00AEF0;
}

img.float_left.radius{
    box-shadow: 7px 7px 10px #ccc;
}
img.float_left.radius:hover{
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    opacity: 0.7;
}
.float_left{
    float:left;
    margin:20px;
}
hr{
    margin:55px 0 20px 0;
}
.margin_top{
    padding:10px 0 0;
}
#text_news{
    background:#E7E7E7;
    width:975px;
    height:240px;
    padding:5px;
    margin:15px 5px 5px 1px;
    border:1px solid #D7D7D8;
    border-radius:10px;
}
#tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
    margin-top: 30px;
}
#tiles #text_news_tabs{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    width: 28%;
    padding: 10px 16px 15px;
    margin: 10px 5px 15px;
    border: 3px double #727272;
}
#tiles #text_news_tabs h3 {
    font: 21px "Times New Roman",serif !important;
    color:#C51626; !important;
    text-align: left;
}
#tiles #text_news_tabs h3:hover {
    color: #00AEF0 !important;
    text-decoration: none !important;
}
#time {
    font-weight: bold;
}
#preview_new {
    line-height:1.4;
    text-align: left;
}
span.color{
    color:#C51626;
}
.red{
    color:#C51626 !important;
}
/*страница news*/

#content{
    height:100%;
}

/*Статьи*/
h3, h1{
    color:#C60C30;
    font: 23px "Times New Roman",serif;
}
#text_articles{
    background: #E7E7E7;
    width:975px;
    padding:25px 5px;
    margin:5px 5px 5px 1px;
    border-top:1px solid #ccc;
    border-radius:10px;
    overflow: hidden;
}
.date_header_margin {
    margin: 40px 10px 23px 324px;
 }
.article_img_width{
    width: 335px;
    margin:5px 0 5px 30px;
    float:right;
}
.radius_img > p > img{
    margin-top: 5px;
    width: 320px;
    box-shadow: -7px 7px 10px #ccc;
}
.radius_img > p{
    margin:1px 12px 10px 0px;
    font:12px Arial,serif;
    color: #C51626;
}
#content_articles a:link,#content_articles a:visited{
    color:#C51626;
    text-decoration: none;
}
#content_articles a:active,#content_articles a:hover{
    color:#00AEF0;
    text-decoration:none;
}
#content_articles{
    margin:15px;
}
div #text_articles > p{
    padding:10px 10px;
    font:15px Arial,serif;
    line-height: 140%;
}

div #text_articles div figcaption{
    padding:1px 10px;
    font:12px Arial,serif;
    color: #C51626;
}

.float_articles{
    float:left;
    margin:5px 20px 10px;
}
.float_articles2{
    float:right;
    margin:10px 20px 10px;
}
#facebook{
    float:right;
    margin:0 5px 0 10px;
}
.font_h6{
    font:bold 14px verdana,sans-serif !important;
    margin:1px 0 -5px !important;
}
.font_h3{
    font:bold 20px verdana,sans-serif !important;
    margin:1px 0 -5px !important;
}
.bold{
    font:italic bold 14px georgia ;
}
/*Статьи*/

/*картинки для страниц инвестиции,новая москва*/
.img_m{
    width:450px;
    height:490px;
    margin:15px 0 0 25px;
    float:right;
    border: 5px solid #ccc;
    border-radius:25px;
    }
.img_metro{
    width:100%;
    height:100%;
    border-radius:20px;
}
.img_t{
    width:930px;
    height:290px;
    border: 5px solid #ccc;
    border-radius:25px;  
}
.transport{
    width:100%;
    height:100%;
    margin:0 0 -3px 0;
    border-radius:20px;   
}
.img_p{
    width:600px;
    height:380px;
    border: 5px solid #ccc;
    border-radius:25px;
    float:right;
    margin:25px 0 20px 25px;
}
.img_parking{
    width:100%;
    height:100%;
    border-radius:20px;
}
.img_tr{
    width:295px;
    height:236px;
    border:4px solid #ccc;
    border-radius:24px;
    float:left;
    margin:0 7px 0 2px;
}
.img_trash{
    width:100%;
    height:100%;
    border-radius:20px;
}
.trash{
    width:936px;
    height:250px;
    margin:0 auto;
}
.img_h{
    width:450px;
    height:395px;
    border:5px solid #ccc;
    border-radius:25px;
    float:left;
    margin:0 8px 0 0;
}
.img_health{
    width:100%;
    height:100%;
    border-radius:20px;
}
.health{
    width:936px;
    height:400px;
    margin:0 auto;
}
/*картинки для страниц инвестиции,новая москва*/

.margin{
    margin:15px 20px 20px 50px;
}
.font{ font:bold 16px Tahoma; padding:0 5px;}
/*3d carusel*/

/* Свойства для титульных блоков галереи.*/
div #event{
    background-color: #fff;
    color: #C51626;
    float:left;
    font: bold 13px Arial, sans-serif;
    text-transform: uppercase;
    box-shadow: 10px 10px 25px #ccc;
    transition: 0.7s  transform;
}
.video_size{
    width: 215px;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 20px;
}
.gallery_size{
    width: 290px;
    height: 290px;
    margin-left: 25px;
    margin-top: 30px;
}
div #event:hover{
    opacity: 0.8;
    transform: scale(1.15);
}
div #event p{
    text-align: center;
    padding: 5px;
}
/* Свойства для титульных блоков галереи.*/

/* Начало. Стили для постраничной навигации для рус,англ,итал. страниц*/
div #content_articles a[href^='gallery_ru.php?page=']:link,
div #content_articles a[href^='gallery_ru.php?page=']:visited,

div #content_articles a[href^='gallery_eng.php?page=']:link,
div #content_articles a[href^='gallery_eng.php?page=']:visited,

div #content_articles a[href^='gallery_ita.php?page=']:link,
div #content_articles a[href^='gallery_ita.php?page=']:visited,

div #tabs-1 a[href^='news_ru.php?page=']:link,
div #tabs-1 a[href^='news_ru.php?page=']:visited,

div #tabs-1 a[href^='news_eng.php?page=']:link,
div #tabs-1 a[href^='news_eng.php?page=']:visited,

div #tabs-1 a[href^='news_ita.php?page=']:link,
div #tabs-1 a[href^='news_ita.php?page=']:visited
{
    background: #D7D7D8;
    color:#000;
    font:16px Tahoma, sans-serif;
    text-decoration:none;
    border:1px solid #8E8D85;
    border-radius:7px;
    transition:all 0.3s ease-out;
}

div #content_articles a[href^='gallery_ru.php?page=']:hover,
div #content_articles a[href^='gallery_eng.php?page=']:hover,
div #content_articles a[href^='gallery_ita.php?page=']:hover,

div #tabs-1 a[href^='news_ru.php?page=']:hover,
div #tabs-1 a[href^='news_eng.php?page=']:hover,
div #tabs-1 a[href^='news_ita.php?page=']:hover
{
    background: #C51626;
    color:#fff;
    font:16px Tahoma, sans-serif;
    text-decoration:none;
    border:1px solid #8E8D85;
    border-radius:7px 13px;
}
/* Конец. Стили для постраничной навигации для рус,англ,итал. страниц*/

/*footer*/
#footer {
    padding: 30px 0 20px;
    background: #E7E7E7;
    border-radius: 12px;
    margin: 20px auto;
    width: 859px;
    font-weight: normal !important;
    font-size: 13px !important;
    font-family: Verdana, sans-serif !important;;
}
#footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
}

/*links*/
#footer .footer-content .links {
    display: flex;
    width: 30%;
}
#footer .footer-content .links ul {
    list-style: none;
    padding-top: 20px;
    border-top: 1px solid #000000;
}
#footer .footer-content .links ul.first-letter li:first-letter {
    font-weight: bold;
}
#footer .footer-content .links ul li {
    line-height: 1.8;
}
#footer .footer-content .links ul li a {
    text-decoration: none;
    color: #000000;
}
#footer .footer-content .links ul li a:hover {
    color: #C51626;
}

/*socials*/
#footer .footer-content .social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #000000;
    width: 10%;
}
#footer .footer-content .social a img {
    cursor: pointer;
    font-size: 20px;
    margin-right: 10px;
}

/*contact*/
.footer-contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
#footer .footer-contacts>h3,
#footer .footer-contacts>h4,
#footer .footer-contacts>p {
    margin: 0;
    padding: 0;
}
#footer .footer-contacts>h3 {
    margin-bottom: 10px;
    color: #C51626 !important;
    font-weight: bold  !important;;
    font-size:15px  !important;;
    font-family: Verdana, sans-serif !important;;
}
#footer .footer-contacts>h4 {
    margin-bottom: 5px;
    color: #000000 !important;;
    font-weight: bold !important;;
    font-size:13px !important;;
    font-family: Verdana, sans-serif !important;;
}
#footer .footer-contacts>p {
    margin-bottom: 10px;
    color: #000000 !important;;
    font-size: 11px !important;;
    font-family: Verdana, sans-serif !important;;
}
/*copyright*/
#footer .copyright {
    text-align: center;
    font-size: 11px;
}
/*footer*/

/* arrow icon (span tag) */
#back-top span {
    width: 85px;
    height: 30px;
    padding:0 0 0 10px;
    display: block;
    margin-bottom: 65px;
    line-height:30px;
    background: #777 url(./images/up-arrow.png) no-repeat center center;
    opacity:0.7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: -5px 5px 10px #41403C;
}
#back-top a:hover span {
    background-color: #C51626;
    border-radius:10px 30px;
    opacity:1;
    box-shadow: -5px 5px 10px #880F19;
}
/*arrow icon (span tag)*/

/*knopka na verh*/
#back-top {
    position: fixed;
    bottom: 0px;
    right: 15px;
    z-index:999;
}
#back-top a {
    width: 85px;
    display: block;
    font: 14px/100% Verdana;
    text-decoration: none;
    color: #fff;
    /* background color transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#back-top a:hover {
    color: #fff;
}
/*knopka na verh*/
