/*
#252021 - темный
#FF2516 - красный
#282828 - серый
#FFFFFF - белый
*/

/* ОСНОВНОЕ */
html {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #252021;
}
@media only screen and (max-width: 1280px) {
    html {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
    html {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1601px) {
    html {
        font-size: 14px;
    }
}
html, body {
    margin: 0;
    padding: 0;
}
.main {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1000px;
}
h1 {
    font-size: 1.75em;
    margin: 0.75em 0;
    color: #FF2516;
}
h2 {
    font-size: 1.6em;
    margin: 0.75em 0;
    color: #282828;
}
h3 {
    font-size: 1.5em;
    margin: 0.6em 0;
    color: #252021;
}
h4 {
    font-size: 1.4em;
    margin: 0.6em 0;
    color: #FF2516;
}
h5 {
    font-size: 1.2em;
    margin: 0.5em 0;
    color: #282828;
}
h6 {
    font-size: 1.1em;
    margin: 0.5em 0;
    color: #252021;
}
p {
    margin: 0.5em 0;
}
img {
    display: block;
    border: 0 none;
}
input, select, textarea {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1em;
    color: #252021;
}
a {
    color: #282828;
}
a:hover {
    color: #FF2516;
}
.clear {
    clear: both;
}
/* левый и правый фон 
.main-left,
.main-right {
    position: fixed;
    height: 95%;
    width: 50%;
    background: url("/utilets/images/side.jpg");
    background-size: cover;
    top: 5%;
}
.main-left {
    left: 0;
}
.main-right {
    right: 0;
}*/
/* ОСНОВНАЯ РАЗМЕТКА */
.main .header,
.main .footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    
}
.main .header {
    border-bottom: 0.1em solid #FF2516;
    /*background: url("/utilets/images/head.jpg");*/
    /*background-size: cover;*/
}
.main .footer {
    border-top: 0.1em solid #FF2516;
    background: #252021;
}
.main .tool {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.1em solid #FF2516;
    background: #FFFFFF;
    min-width: 600px;
}
/* дополнения по ширине */
.header .head-top,
.main .page,
.footer .bottom,
.tool .tools-panel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    /*border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;*/
}
.main .page {
    background: #FFFFFF;
    min-height: 50em;
}
.footer .bottom {
    padding: 1em 0;
}
@media only screen and (max-width: 1280px) {
    .header .head-top,
    .main .page,
    .footer .bottom,
    .tool .tools-panel {
        width: 1000px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
    .header .head-top,
    .main .page,
    .footer .bottom,
    .tool .tools-panel {
        width: 1200px;
    }
}
@media only screen and (min-width: 1601px) {
    .header .head-top,
    .main .page,
    .footer .bottom,
    .tool .tools-panel {
        width: 1500px;
    }
}
/* левые и правые блоки */
.head-top .company,
.page .content {
    position: relative;
    overflow: hidden;
    width: 72%;
    margin: 0 1%;
    padding: 0;
}
.head-top .company {
    height: 8.5em;
}
.head-top .company {
    float: left;
}
.page .content {
    float: right;
    padding-bottom: 1em;
    text-align: justify;
}
.head-top .calendar,
.page .columns {
    position: relative;
    overflow: hidden;
    width: 23%;
    margin: 0 1%;
    padding: 0;
}
.head-top .calendar {
    float: right;
}
.head-top .calendar {
    height: 10.5em;
}
.page .columns {
    float: left;
}
/* logo, name, phone */
.company .logo {
    position: relative;
    overflow: hidden;
    height: 2.5em;
    width: 100%;
    /*float: left;*/
    margin: 0.5em 0 0 0;
}
.company .logo img {
    height: 100%;
    width: auto;
}
.company .name,
.company .fone {
    position: relative;
    overflow: hidden;
    /*float: left;*/
    width: 100%;
}
.company .name {
    color: #FF2516;
    /*text-shadow: 1px 1px 0 #252021/*, -1px -1px 0 #282828*/;
    font-size: 1.5em;
    margin: 0.5em 0 0 0;
}
.company .fone {
    color: #282828;
    /*text-shadow: 1px 1px 0 #FF2516, -1px -1px 0 #252021;*/
    font-size: 1.1em;
}
.company .fone b {
    font-size: 1.2em;
}
/* главное меню */
ul.m-nav {
    position: relative;
    overflow: hidden;
    width: 72%;
    margin: 0;
    padding: 0;
    display: block;
    margin: 0.5em 1% 0 1%;
    padding: 0;
    float: left;
}
ul.m-nav li {
    display: block;
    float: left;
    margin: 0 0.1em 0 0;
}
ul.m-nav li a {
    display: block;
    padding: 0.25em 1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: #252021;
}
ul.m-nav li a:hover {
    color: #FF2516;
    background: #282828;
}
ul.m-nav li a.active {
    color: #FFFFFF;
    background: #FF2516;
}
/* календарь */
.calendar table {
    position: absolute;
    top: 0.25em;
    right: 0;
    width: 60%;
    border-collapse: collapse;
    margin: 0.25em 0;
    table-layout: fixed;
}
.calendar table td {
    width: auto;
    text-align: center;
    color: #252021;
    font-size: 0.9em;
    vertical-align: middle;
}
.calendar table td.td-nav {
    background: #FFFFFF;
}
.calendar table td.td-nav:hover {
    background: #FF2516;
}
.calendar table td.td-nav a {
    display: block;
    text-decoration: none;
    color: #252021;
}
.calendar table td.td-nav a:hover {
    color: #FFFFFF;
}
.calendar table td.td-name {
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 0.9em;
    color: #FF2516;
}
.calendar table th {
    font-weight: normal;
    color: #282828;
    font-size: 0.75em;
    text-transform: uppercase;
}
.calendar table td.td-date {
    /*background: #282828;*/
    color: #FF2516;
    font-weight: bold;
}
.calendar table td.td-event {
    background: #FF2516;
    color: #FFFFFF;
}
.calendar table td.td-event:hover {
    background: #282828;
}
.calendar table td.td-event a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
.calendar table td.td-event a:hover {
    color: #FFFFFF;
}
/* обратный звонок */
.calendar .call {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 20%;
    margin: 2.5em 0 0 0;
}
.calendar .call img {
    width: 100%;
    height: auto;
}
/* форма обратной звонка */
form.back-call {
    position: relative;
    overflow: hidden;
    margin: 1em;
    padding: 0;
}
form.back-call h1 {
    text-align: center;
    min-width: 20em;
    color: #252021;
}
form.back-call div {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0.5em 0;
    min-width: 20em;
}
form.back-call input {
    display: block;
    width: 95%;
    border: 1px solid #282828;
    margin: 0.5em auto;
    font-size: 1.5em;
    padding: 0.25em 1%;
}
form.back-call input.proa,
form.back-call input.prob {
    width: 4em;
    float: right;
}
form.back-call input.proa {
    border: 1px solid #FFFFFF;
    font-weight: bold;
}
form.back-call button {
    font-size: 1em;
    font-weight: bold;
    margin: 0.5em 2.5% 0.5em 1%;
    float: right;
    border: 1px solid #282828;
    padding: 0.25em 1%;
    font-size: 1.5em;
    background: #FF2516;
    color: #FFFFFF;
}
form.back-call .call-attention {
    color: #FF2516;
    font-style: italic;
    width: 95%;
    margin: 0.5em auto;
    font-size: 1.25em;
}
.call-error {
    color: #FFFFFF;
    margin: 0.5em 2.5%;
    padding: 0.5em 1%;
    text-align: center;
    background: #FF2516;
    font-size: 1.5em;
}
/* tool bar */
.tools-panel .tp-logo {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 3em;
    margin: 0.25em 0 0 1%;
    float: left;
}
.tools-panel .tp-logo img {
    display: block;
    height: 100%;
    width: auto;
}
.tools-panel .tp-name,
.tools-panel .tp-fone {
    position: relative;
    overflow: hidden;
    width: 55%;
    float: left;
}
.tools-panel .tp-name {
    font-size: 1.25em;
    margin: 0.2em 1% 0 1%;
}
.tools-panel .tp-fone {
    font-size: 1.1em;
    margin: 0 1% 0.1em 1%;
}
.tools-panel .tp-fone b {
    font-size: 1.1em;
}
.tools-panel .tp-name a,
.tools-panel .tp-fone a {
    color: #252021;
    text-decoration: none;
    /*text-shadow: 1px 1px 1px #BB2525;*/
}
.tools-panel .tp-call {
    position: relative;
    overflow: hidden;
    width: 15%;
    float: right;
    margin: 0.5em 1%;
}
.tools-panel .tp-call img {
    height: 2.5em;
    width: auto;
    margin: 0;
    float: right;
}
/* навигация по страницам */
.page .page-nav {
    position: relative;
    overflow: hidden;
    margin: 0.5em 0;
    padding: 0.2em 0;
    text-align: right;
}
.page .page-nav a,
.page .page-nav span {
    display: inline-block;
    width: 1.6em;
    font-size: 110%;
    border: 1px solid #282828;
    margin: 0 0 0.1em 0.1em;
    padding: 0.1em 0;
    text-align: center;
}
.page .page-nav a {
    background: #252021;
    text-decoration: none;
    color: #FFFFFF;
}
.page .page-nav a:hover {
    background: #FF2516;
}
/* список мероприятий */
.content .actions {
    position: relative;
    overflow: hidden;
    margin: 0 -0.5em;
    width: calc(100% + 1em);
}
.content .action {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
    margin: 0.5em 0;
}
.content .action div {
    position: relative;
    overflow: hidden;
    border: 1px solid #282828;
    margin: 0 0.5em;
    height: 17.5em;
}
.content .action div a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 17.5em;
}
.content .action div a:hover {
    color: #252021;
}
.content .action div span {
    position: relative;
    overflow: hidden;
    display: block;
}
.content .action div span.imag-act {
    float: left;
    width: 33.33%;
    height: 17.5em;
}
.content .action div span.imag-act img {
    display: block;
    height: 100%;
    width: auto;
}
.content .action div span.name-act,
.content .action div span.time-act {
    float: right;
    width: 62.66%;
    text-align: right;
}
.content .action div span.name-act {
    margin: 0.5em 2% 0 0;
    font-size: 1.333em;
    /*font-weight: bold;*/
    color: #FF2516;
    text-transform: uppercase;
    height: 3.5em;
    text-align: center;
}
.content .action div span.time-act {
    margin: 0.75em 2% 0 0;
    font-size: 1.1em;
}
.content .action form.ticket {
    position: absolute;
    right: 2%;
    width: 40%;
    bottom: 0.75em;
}
.content .action form.ticket input {
    display: none;
}
.content .action form.ticket button {
    display: block;
    background: #FF2516;
    padding: 0.75em 1em 0.6em 1em;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    /*width: 100%;*/
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    float: right;
}
.content .action form.ticket button:hover {
    background: #282828;
    color: #FFFFFF;
}
/*
.content .action div span.but-act {
    position: absolute;
    right: 2%;
    width: 40%;
    text-align: center;
    bottom: 0.5em;
}
.content .action div span.but-act a {
    display: block;
    background: none;
    padding: 0.3em 0.75em 0.2em 0.75em;
    text-decoration: none;
    color: #252021;
    border: none;
    font-weight: bold;
}
.content .action div span.but-act a:hover {
    background: #282828;
    color: #FFFFFF;
}
*/
/* мероприятие */
.content .item-action {
    position: relative;
    overflow: hidden;
    text-align: right;
    font-size: 1.1em;
    margin: 0 0 0.5em 0;
}
.content .item-action b {
    color: #FF2516;
    font-size: 1.2em;
}
.content img.poster {
    position: relative;
    display: block;
    width: 33%;
    height: auto;
    margin: 1em 2.5% 0 0;
    float: left;
}
.content form.add-ticket {
    position: relative;
    overflow: hidden;
    text-align: right;
}
.content form.add-ticket input {
    display: none;
}
.content form.add-ticket button {
    position: relative;
    overflow: hidden;
    margin: 1em 2.5%;
    font-size: 1.5em;
    padding: 0.5em 1em;
    background: #FF2516;
    color: #FFFFFF;
    text-decoration: none;
    border: 0 none;
    cursor: pointer;
}
.content form.add-ticket button:hover {
    background: #282828;
}
/* список актеров */
.content .actors {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 33.33%;
    margin: 0.25em 0;
}
.content .actors a {
    text-decoration: none;
    color: #252021;
}
.content .actors a:hover {
    color: #FF2516;
    text-decoration: underline;
}
/* суб-страницы */
.page ul.sub-page {
    margin: 1em 0 0 0;
    list-style: square;
}
.page ul.sub-page li {
    color: #282828;
    margin: 0.25em 0;
}
/* хлебные крошки */
.content .menu-category {
    position: relative;
    overflow: hidden;
    margin: 1.5em 0.5em 1em 0.5em;
    font-size: 0.9em;
}
.content .menu-category a {
    display: block;
    float: left;
    margin: 0 1em 0 0;
    color: #282828;
}
.content .menu-category a:hover {
    color: #FF2516;
}
.content .menu-category span {
    display: block;
    float: left;
    margin: 0 1em 0 0;
}
/* новости:статьи */
.content .articles {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
}
.content .articles h2 {
    font-size: 1.2em;
    color: #FF2516;
    margin: 0;
}
/* карта */
#map_canvas,
#map_contact {
    position: relative;
    overflow: hidden;
    width: 47.5%;
    text-align: left;
}
#map_canvas {
    float: left;
    height: 25em;
}
#map_contact {
    float: right;
}
#map_contact strong {
    font-size: 1.5em;
    color: #FF2516;
}
/* форма обратной связи */
.content .reviews,
.content .touring {
    position: relative;
    overflow: hidden;
    margin: 1em 1em 0 1em;
    padding: 0.1em 0.5em 0 0.5em;
    border-top: 1px dotted #282828;
}
.content .reviews h3 {
    font-size: 1.2em;
}
.content .reviews form div.l {
    position: relative;
    overflow: hidden;
    float: left;
    width: 55%;
}
.content .touring form div.l {
    position: relative;
    overflow: hidden;
    float: left;
    width: 55%;
}
.content .reviews form div.r {
    position: relative;
    overflow: hidden;
    float: right;
    width: 40%;
    text-align: right;
}
.content .touring form div.r {
    position: relative;
    overflow: hidden;
    float: right;
    width: 40%;
    text-align: right;
}
.content .reviews form div.l textarea,
.content .touring form div.r textarea {
    width: 95%;
    height: 5em;
    border: 1px solid #282828;
    padding: 1% 0.5em;
}
.content .reviews form div.l input,
.content .touring form div.r input {
    width: 3em;
    border: none;
    text-align: center;
}
.content .reviews form div.r input,
.content .touring form div.l input {
    width: 95%;
    border: 1px solid #282828;
    margin: 0 0 0.75em 0;
    padding: 1% 0.5em;
}
.content .reviews form div.r input.proa,
.content .touring form div.r input.proa {
    width: 4em;
    border: 1px solid #FFFFFF;
    font-weight: bold;
}
.content .reviews form div.r input.prob,
.content .touring form div.r input.prob {
    width: 25%;
}
.content .touring form div.r input.prob {
    border: 1px solid #282828;
}
.content .reviews form div.r button,
.content .touring form div.r button {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0 1em;
}
.content .reviews .attention,
.content .touring .attention {
    color: #FF2516;
    font-style: italic;
}
.content .mail-error {
    color: #FFFFFF;
    margin: 2em 5% 0 5%;
    padding: 0.5em 5%;
    text-align: center;
    background: #FF2516;
    font-weight: bold;
}
/* информация */
.page .columns .inform {
    position: relative;
    overflow: hidden;
    margin: 0.5em 0;
}
/* партнеры */
.page .banner {
    position: relative;
    overflow: hidden;
    margin: 0.5em 0 1em 0;
    text-align: center;
}
.page .banner a {
    display: inline-block;
    width: 12%;
    margin: 0 0.25%;
}
.page .banner img {
    width: 100%;
    height: auto;
    margin: 0;
}
/* bottom */
.footer .bottom .copyright,
.footer .bottom .bttm-info,
.footer .bottom .counters {
    position: relative;
    overflow: hidden;
    font-size: 0.9em;
    color: #FFFFFF;
}
.footer .bottom .copyright a,
.footer .bottom .bttm-info a,
.footer .bottom .counters a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer .bottom .copyright a:hover,
.footer .bottom .bttm-info a:hover,
.footer .bottom .counters a:hover {
    color: #FF2516;
}
.footer .bottom .copyright {
    float: left;
    width: 33%;
    margin: 0 0 0 1%;
}
.footer .bottom .bttm-info {
    float: left;
    width: 30%;
    margin: 0 3%;
}
.footer .bottom .counters {
    float: right;
    width: 29%;
    text-align: right;
    margin: 0 1% 0 0;
}
.footer .bottom .counters img {
    position: relative;
    display: inline;
    width: 88px;
    height: 31px;
    margin: 0;
}

/*
     */
/*
*/