/*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:0.98em Georgia,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;
}
header{
    width:1020px;
    height:290px;
    border-bottom:5px solid #CED7E6;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    margin:5px 0;
}
/*telephons,languages*/
#tel_lang{
    width: 812px;
    height: 46px;
    margin:50px 35px -25px 185px;
    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*/

/*постраничная навигация*/
#nav_wrap{
    margin:0;
}
#nav{
    list-style-type:none;
    margin-bottom: 77px;
    margin-right: 13px;
}
#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;
}
/*постраничная навигация*/

/*calendar*/
#calendar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    background-color: #e7e7e7;
    margin: 9px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}
#calendar .h3 {
    margin-left: 20px;
}
/*calendar*/

.title p{
    margin:5px auto;
    padding:10px 15px 0;
    text-align: center; 
}
.title_2{
    font:19px "Times New Roman",sans-serif;
    margin:20px 5px;
    padding:10px;
}
#logo{   
    float:left;  
}
h2{
    color:#C60C30;
    text-transform:uppercase; 
    margin:15px 5px 5px 170px;
}

.font{
    font:bold 15px Tahoma,sans-serif;
}
.font_b{
    font: bold 19px Verdana,sans-serif;
    color:#C51626;
    margin:10px 10px 30px 10px;
    text-transform:uppercase;
    text-align:center ;
}
/*анонс новостей и мероприятий*/
#anons_news{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #e7e7e7;
    margin:15px 8px 15px;
    width:1002px;
    padding:0;
    border: 1px solid #cccccc;
    border-radius:10px;
}
#news{
    margin:0px 0px 25px 0px ;
    width:1000px;
    border-radius:10px;
}

#tiles_anons_news {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-right: -30px;
}
.block_anons_news{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    width: 26%;
    padding: 3px 2px 13px;
    margin: 10px 50px 5px 23px;
    border: 2px double #727272;
}
.block_anons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 26%;
    padding: 3px 0 13px;
    margin: 10px 20px 5px;
    border: 2px double #727272;
}
#time {
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana, sans-serif;
}
.link {
    font-weight: normal;
    font-size: 13px;
    font-family: Verdana, sans-serif;
}
#anons_news h3{
    margin:25px 10px -20px 20px;
    text-align: left;
}

.float_left{
    float:left;
    margin:0px 15px 0px 5px;
}
.date{
    margin: 25px 0px 0px 20px !important;
}
div .block_anons_news div.a a:hover,
a:active{
    color:#00AEF0 ;
    text-decoration:none;
} 
div #news p a:link,
div #news p a:visited {
    color:#C51626;
    text-decoration:none;
} 
div #news p a:hover ,
div #news p a:active{
    color:#00AEF0;
    text-decoration:none;
}
.p{
    font:normal 1.1em  Verdana, sans-serif;
    padding:0px 0px 0px 850px;
    margin: -10px 5px 0px  !important;
}
/*анонс новостей и мероприятий*/

#content p,h2,h3,h4{
    margin:10px;
    color:#C51626;
}
h3{
    font:bold 1.4em  Helvetica, sans-serif;
    color:#C51626;
    margin:25px 0 10px;
    padding-top:1px;
    text-align:center;
}
#content{
    width:100%;
}
ul{
    list-style:disc;    
}
#right_left {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 10px 9px 20px 9px;
}
#left{
    display: flex;
    flex-grow:1;
    flex-direction: column;
    width: 40%;
    background: #E7E7E7;
    border:1px solid #BDC5D3;
    border-radius:10px;
    padding:35px;
}
#right{
    display: flex;
    flex-grow:1;
    flex-direction: column;
    background: #E7E7E7;
    width: 40%;
    border:1px solid #BDC5D3;
    padding:35px;
    border-radius:10px;
}
.clear{
    clear:both;
}
.contacts{
    background:#E7E7E7;
    height:150px;
    font:15px Verdana,sans-serif;
    border:1px solid #B2BAC7;
    border-radius:10px;
    margin:10px;
    padding:20px 0 20px 10px;
}
#content .contacts p strong{
    color:#C51626;
    font:18px Georgia,serif;
}
#content .contacts p{
    color:#424B52;
}
.contacts h2{
    margin:0 0 20px 10px;
    font-family:Georgia,serif;
}
#google_maps{
    width: 996px;
    height: 600px;
    margin: 10px 10px 20px;
    border: solid 2px #c0c0c0;
    border-radius: 10px !important;
}
/*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*/