body{margin:0;padding:0;font-family:'Roboto',sans-serif;font-size:14px;color:#30343d;border-collapse:collapse;border:0}

a,a:visited{text-decoration:underline;color:#006DAE;font-size:14px}
a:hover{text-decoration:none}

.containere{width:1024px;margin:0px auto}

.top_menu .containere,.head_inner .containere {width:1000px}
.top_menu {background: #2E5782}
.top_menu ul{margin:0;padding:0;list-style:none;overflow:auto;height:51px}
.top_menu ul li{float:left;padding:15px 55px 5px 0}
.top_menu ul li a,.top_menu ul li a:visited,.top_menu ul li strong{color:#cbddef;font-size:14px;text-decoration:none;text-transform:uppercase}
.top_menu ul li a:hover,.top_menu ul li strong{font-weight:normal;color:#fbab35}

header {background:linear-gradient(rgba(18, 43, 90, 0.50), rgba(255, 255, 255, 0.70)),url("img/head-bg.jpg") center no-repeat;background-size: contain;}
.head_inner{padding:10px 0;height:400px}
.head_inner_right{float:right;width:260px; color: white;}
.phone{margin-top:-10px;font-size:20px;text-align:right;}
.city{padding-top:3px;text-align:right}
.logo{margin-top:20px;display:block;background:url(logo2.png) no-repeat;background-size: contain;width:381px;height:75px}
.logo strong{display:block;height:100%;text-indent:-9999px;overflow:hidden}
.logo-text{color: white;margin-top:10px;margin-left: 120px;width:480px;font-size:15px;font-style: italic;}
.logo-text .caps{font-size:20px}

.epigraph{padding:5px 0;width:800px;margin:160px auto;}
.epigraph-text{color:#395c7f; font-family: 'Roboto Regular', arial;text-align:center;font-size:25px;text-transform: uppercase;}

.about {background-color: #2E5782; color: #fff;}
.columns {display:table; width:100%; margin-left: 0; margin-right: 0}
.columns > div {display: table-cell; width: auto;}
.left ul{padding: 20px 20px 20px 50px; margin:0; list-style: none;}
.left ul li {padding: 10px 0 10px 50px; background: url("img/check.png") no-repeat left center; line-height: 25px; font-size: 16px;}
.right {vertical-align: bottom; padding-bottom: 60px; background:url("img/dialog2.png") no-repeat;background-size: 50% 50%;background-position: 20% 10%;}
.right > a {color: #fff; text-decoration: none; text-transform: uppercase; font-size: 18px; user-select: none; background: #2E5782; padding: 1.2em 6.0em; outline: none; border: 4px solid #fff; border-radius: 5px;}
.right > a:hover { background: rgb(56,107,161); }
.right > a:active { background: rgb(38,72,107); }

.sections {background-color:#becede;padding:30px 0;}
.tbl{width:100%;display:table;margin-top:10px}
.tbl-row{display:table-row}
.tbl-cell, .tbl-cell2, .tbl-cell3{vertical-align:top;display:table-cell !important;display:inline; padding: 10px;}
.tbl-cell h2{text-align:center;text-transform: uppercase; font-size: 14px;}
.tbl-cell p{text-align: left;font-size: 14px;}


.slider {background-color:#becede;padding:10px 0;}
.slider .containere {width: 1000px;}

.events {background-color: #2E5782; color: #fff; padding: 10px 0px 30px 0px;margin:0; text-align: center;}
.events .regular {font-family: 'Roboto Regular', arial; font-size: 35px; opacity: 0.5;}
.events > strong {color: #e59d03;}
.events a, a:visited{color: #fff; text-decoration: underline;}
.events a:hover {color:#fbab35;}
.tbl-cell2 {padding:10px;text-align:center; border-left: 2px solid #fff; font-size: 15px;}
.tbl-cell2:last-child {border-left: 2px solid #fff; border-right: 2px solid #fff;}
.tbl-cell2 .big {font-size: 25px;font-family: 'Roboto Thin', arial;}
.btn {margin:50px 0px; text-align: center;}
.btn > a {color: #fff; text-decoration: none; text-transform: uppercase; font-size: 15px; user-select: none; background: #2E5782; padding: 0.7em 6.5em; outline: none; border: 2px solid #fff; border-radius: 5px;}
.btn > a:hover { background: rgb(56,107,161); }
.btn > a:active { background: rgb(38,72,107); }

.foto-video {background-color:#becede;padding:10px 0; height: 460px; text-align: center;}
.foto-video .containere {width: 1000px;}
.foto-video .regular {font-family: 'Roboto Regular', arial; font-size: 35px; opacity: 0.5;}

/* -------------------Foto grid ---------------------- */
.cbp-rfgrid {
    margin: 35px 0 0 0;
    padding-left: 0px;
    padding-right: 0px;
    list-style: none;
    position: relative;
    /*width: 100%;*/
}

.cbp-rfgrid li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 16.6666667%; /* Fallback */
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    height: 160px;
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.cbp-rfgrid li a img {
    max-width: 100%;
}

.cbp-rfgrid li a div {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(221,221,221,0.8);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}

.cbp-rfgrid li a:hover div {
    opacity: 1;
}

.cbp-rfgrid li a div h3 {
    width: 100%;
    color: #333;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 2px;
    /*padding: 0 10px;*/
    text-align: center;
    font-weight: 300;
}

/* ------------------- Foto grid ---------------------- */


.footer {background-color: #2E5782; color: #fff; padding: 10px 0px 60px 0px;margin:0; text-align: center;}
.footer .regular {font-family: 'Roboto Regular', arial; font-size: 35px; opacity: 0.5;}
.tbl-cell3 {padding:10px;text-align:left; font-size: 15px;}
.tbl-cell3 .big {font-size: 25px;font-family: 'Roboto Thin', arial;}
.ideolog {text-align: center; width: 300px;}
.kurator {margin: 20px 10px 10px 10px;}
.contacts {text-align: center; width: 350px;}
.phone2 {padding: 10px;font-size: 18px; color: rgba(255,255,255,0.7); background: url(img/phone3.png) no-repeat 18% center;background-size: 25px;}
.email2 {padding: 10px 10px 10px 50px;font-size: 18px; color: rgba(255,255,255,0.7); background: url(img/email.png) no-repeat 18% center;background-size: 25px;}




/* ------------------- Contacts form ---------------------- */

form#contact  {
    padding:10px;
}
#contact label {
    font-size: 14px;
}
#contact input:required:valid {
    box-shadow: 0 0 3px #9acfea;
    border-color: #9acfea!important;
    background: #fff;
}
#contact textarea:required:valid {
    box-shadow: 0 0 3px #9acfea;
    border-color: #9acfea!important;
}
#contact input:focus:invalid {
    background: #fff;
    background-size: contain ;
}
#contact textarea:focus:invalid {
    box-shadow: 0 0 3px #FFDF97;
}
.err {
    padding: 10px;
    background: #FFDF97;
    text-align: left;
    border-radius: 3px;
}
.ok {
    border: 1px #9acfea solid;
    margin-bottom: 15px;
    padding: 10px;
    background: #f5f9fd;
    text-align: center;
    border-radius: 3px;
}
#author, #email, #url {
    width: 30%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
#comment {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow: auto;
}
#submit {
    font-weight: 400;
    background: #497ad4;
    font-size: 15px;
    color: #fff;
    padding: 10px 50px;
    border: none;
    cursor: pointer;
}
/* ------------------- Contacts form ---------------------- */

/* ------------------- Registration form ---------------------- */

.registration {width: 100%; height: 100%;}

/* ------------------- Registration form ---------------------- */

