@import url(https://fonts.googleapis.com/css?family=PT+Serif);
* {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

figure {
    margin: 0;
}

body {
    font-family: 'PT Serif', Arial, sans-serif;
    background: #fff;
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 300;
}

a {
    color: #2b2b2b;
    text-decoration: underline;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    outline: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    outline: none;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: none;
}

/*
 wrapper
 */

section {
    position: relative;
    z-index: 3;
}

main {
    float: left;
    width: 100%;
}

main section {
    float: left;
    width: 100%;
    margin: 10px 0;
    position: relative;
    z-index: 5;
}

.paral {
    background: url(../img/slider.png) 50% 0 no-repeat fixed;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    position: relative;
    position: fixed;
    z-index: 1;
    min-height: 100vh;
}

.paral2 {
    background: rgba(255, 255, 255, .95);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}

.maxwidth {
    margin: auto;
    overflow: hidden;
}

.mwidth {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.mwidth .bigzag {
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
}

.mwidth .minzag {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 400;
}

.block75 {
    float: left;
    display: block;
    width: 72.5%;
    margin: 0 2.5% 0 0;
}

.block75kont {
    margin: 0 0 0 2.5%;
}

.block25 {
    float: left;
    display: block;
    width: 25%;
    margin: 0;
}

.block75all {
    float: left;
    display: block;
    width: 75%;
    margin: 0 2.5% 0 0;
}

.block225 {
    float: left;
    display: block;
    width: 22.5%;
    margin: 0 0 0 0;
}

/*
 header
 */

.header {
    display: block;
    height: auto;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 55;
}

/*
 minnavigat
 */

.minnavmenu {
    display: block;
    height: 46px;
    width: 100%;
    background: #f7f7f7;
    z-index: 200;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.minnavigat {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}

.minnav {
    padding: 0;
    list-style: none;
    float: left;
    margin-left: 170px;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.minnavigat .minnav {
    display: block;
}

.minnav li {
    float: left;
    padding: 7px 5px;
    position: relative;
}

.minnav a {
    display: block;
    color: #662621;
    text-decoration: none;
    padding: 6px 8px;
    position: relative;
    z-index: 2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -icab-border-radius: 50px;
    border-radius: 50px;
}

.minnav li a:hover {
    background: #850b27;
    color: #fff;
}

/*
 lkab
 */

.lkab {
    float: right;
    width: 25%;
}

.lkab .zagol {
    float: left;
    width: 100%;
    height: 46px;
    background: url(../img/strelka.png) 94% 50% no-repeat #ededed;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    font-size: 14px;
    line-height: 3.2;
}

.kab {
    float: right;
    width: 25%;
}

.kab li {
    float: left;
    width: 29.33%;
    margin: 29px 2%;
}

.kab li a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.kab li a:hover {
    text-decoration: underline;
}

.kab li a .icon {
    width: auto;
    display: block;
    margin: auto;
    height: 36px;
    transition: background 0.3s;
}

.kab li a .reg1 {
    background: url(../img/reg1.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.kab li a:hover .reg1 {
    background-position: 50% -36px;
}

.kab li a .reg2 {
    background: url(../img/reg2.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.kab li a:hover .reg2 {
    background-position: 50% -36px;
}

.kab li a .reg3 {
    background: url(../img/reg3.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.kab li a:hover .reg3 {
    background-position: 50% -36px;
}

.kab li a p {
    text-align: center;
    font-size: 14px;
    color: #662621;
    transition: color 0.3s;
}

.kab li a:hover p {
    color: #222;
}

/*
 headinfo
 */

.headinfo {
    display: block;
    height: 114px;
    width: 100%;
    background: #fff;
    z-index: 200;
    position: relative;
}

.logo {
    float: left;
    width: 161px;
    height: 131px;
    margin: -30px 0 0 0;
    transition: background 0.3s;
    position: relative;
    z-index: 3;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logo.png) center no-repeat;
}

/*search*/

.search, .subscr {
    float: left;
    width: 300px;
    height: 40px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    margin: 37px 0 37px 20%;
    position: relative;
    z-index: 2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -icab-border-radius: 50px;
    border-radius: 50px;
}

.subscr {
    width: 100%;
    margin: 10px 0 10px 0;
}

.search form, .subscr form {
    height: 38px;
    margin-top: 0px;
}

.vvodtext {
    display: inline;
    float: left;
    height: 38px;
    width: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    outline: 0;
    padding: 0 0 0 2%;
    color: #808080;
    font-size: 13px;
}

.btn, .btn:hover, .btn:active, .btn:focus, .mscr, .mscr:hover, .mscr:active, .mscr:focus {
    float: left;
    border: 0px;
    padding: 0;
    width: 58px;
    height: 38px;
    outline: none;
    background: url(../img/btn.png) center center no-repeat #662621;
    position: absolute;
    z-index: 999;
    right: 0;
    transition: background 0.3s;
}

.mscr, .mscr:hover, .mscr:active, .mscr:focus {
    background: url(../img/subscr.png) center center no-repeat #662621;
}

.btn:hover, .mscr:hover {
    cursor: pointer;
    background: url(../img/btn-h.png) center center no-repeat #850b27;
}

.mscr:hover {
    background: url(../img/subscr-h.png) center center no-repeat #850b27;
}

/*
 navmenu
 */
.navmenu {
    display: block;
    height: 60px;
    width: 100%;
    background: #662621;
    z-index: 200;
    position: relative;
}

.navigat {
    display: block;
    width: 100%;
}

.nav {
    padding: 0;
    list-style: none;
    float: left;
    font-size: 19px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.navigat .nav {
    display: block;
    width: 100%;
}

.nav li {
    float: left;
    position: relative;
    border-right: 1px solid #4d1c18;
    transition: background 0.3s;
}

.nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 17px 30px 18px 30px;
    position: relative;
    z-index: 2;
    transition: background 0.3s;
}

.nav li.active a {
    background: #fba026;
    color: #662621;
}

.nav li a:hover, .nav li:hover a {
    background: #850b27;
}

.nav li.active a:hover {
    background: #fba026;
    color: #fff;
}

.nav li.lock a {
    padding-right: 50px;
    background: url(../img/lock.png) 90% center no-repeat #662621;
}

.nav li.lock a:hover, .nav li.lock:hover a {
    padding-right: 50px;
    background: url(../img/lock.png) 90% center no-repeat #850b27;
}

.nav li ul {
    position: absolute;
    display: none;
    width: 300px;
    background: #59211d;
    padding: 10px 0;
    top: 60px;
    left: -1px;
}

.nav li:hover ul {
    display: block;
}

.nav li ul li {
    float: left;
    margin: 0 2%;
    width: 96%;
    border-right: 0;
    border-bottom: 1px solid #521e1a;
}

.nav li ul li a, .nav li.lock ul li a {
    padding: 10px 10px 10px 10px;
    font-size: 17px;
}

.nav li:hover ul li a, .nav li.lock:hover ul li a {
    background: none;
    padding: 10px 10px 10px 10px;
}

.nav li:hover ul li:hover a, .nav li.lock:hover ul li:hover a {
    background: #850b27;
}

/*
 top
 */

#top {
    bottom: 35px;
    cursor: pointer;
    display: none;
    font-size: 150%;
    position: fixed;
    right: 10px;
    z-index: 999;
    font-size: 12px;
    padding: 4px 12px;
    background: rgba(251, 160, 38, .8);
    background: rgba(102, 38, 33, .8);
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: background .3s;
}

#top:hover {
    background: rgba(102, 38, 33, 1);
}

/*
 slider
 */

.slider {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    background: #f7f7f7;
    padding: 20px 0;
}

.slidermain {
    float: left;
    display: block;
    margin: auto;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.slitem {
    height: 260px;
}

.slick-list {
    height: 260px;
    overflow: hidden;
}

.slick-slider {
    height: 260px;
    overflow: hidden;
}

.slitem a, .slitem div {
    position: relative;
}

.slitem a img, .slitem div img {
    position: relative;
    z-index: 1;
}

.about {
    float: left;
    width: 100%;
}

.about .zag {
    background: #ededed;
    height: 60px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}

.about .zag .zagab {
    display: block;
    width: 100%;
    margin: 4px auto 0;
    height: 81px;
    background: url(../img/about.png) center no-repeat;
}

.sponsor .zag .zagab {
    background: url(../img/sponsor.png) center no-repeat;
}

.about .zag .zagab span {
    font-size: 17px;
    font-weight: bolder;
    text-transform: uppercase;
    display: block;
    padding: 15px 0 0 60px;
    text-align: center;
}

.about p {
    float: left;
    width: auto;
    text-align: right;
    color: #662621;
    font-size: 13px;
    padding: 20px 5px 0 30px;
    line-height: 1.5;
}

.about a {
    float: right;
    margin-top: 10px;
    padding: 7px 40px 7px 25px;
    color: #333333;
    font-size: 15px;
    background: url(../img/strelk.png) 90% 50% no-repeat #fba026;
    text-decoration: none;
    position: relative;
    z-index: 2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -icab-border-radius: 50px;
    border-radius: 50px;
}

/*
 sobitia
 */
.sobitia {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    float: left;
}

.sob {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.sob li {
    width: 22%;
    margin: 15px 1.5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.sob li .img {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.sob li .img img {
}

.sob li .img .date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 17px;
    color: #333333;
    padding: 7px 10px;
    background: #ededed;
    font-weight: bold;
}

.sob li a.zag {
    display: block;
    float: left;
    font-size: 17px;
    color: #662621;
    margin: 5px 5px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
}

.sob li a:hover {
    color: #662621;
}

.sob li p {
    color: #333333;
    font-size: 13px;
    margin: 0 auto;
    padding: 0 5px;
    float: left;
    text-align: left;
}

.sob li a.more {
    float: left;
    margin-top: 10px;
    padding: 5px 40px 5px 25px;
    color: #333333;
    font-size: 15px;
    background: url(../img/strelk.png) 87% 50% no-repeat #fba026;
    text-decoration: none;
    position: relative;
    z-index: 2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -icab-border-radius: 50px;
    border-radius: 50px;
    font-weight: normal;
}

/*
 vebinar
 */

.vebinar {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    float: left;
    background: #f7f7f7;
}

.veb {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.veb li {
    width: 100%;
    margin: 15px 0;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.veb li .img {
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
}

.veb li .img img {
}

.veb li .date {
    z-index: 2;
    font-size: 17px;
    color: #333333;
    padding: 7px 10px;
    background: #ededed;
    font-weight: bold;
    display: block;
    overflow: hidden;
    width: 200px;
}

.veb li .date p {
    font-size: 17px;
}

.veb li a.zag {
    display: block;
    font-size: 17px;
    color: #662621;
    margin: 15px 5px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
}

.veb li a:hover {
    color: #662621;
}

.veb li p {
    color: #333333;
    font-size: 13px;
    margin: 5px 5px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    display: block;
}

.veb li a.more {
    float: left;
    margin-top: 10px;
    padding: 5px 40px 5px 25px;
    color: #333333;
    font-size: 15px;
    background: url(../img/strelk.png) 87% 50% no-repeat #fba026;
    text-decoration: none;
    position: relative;
    z-index: 2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -icab-border-radius: 50px;
    border-radius: 50px;
    font-weight: normal;
    overflow: hidden;
    display: block;
}

/*
 newsspon
 */

.newsspon {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    float: left;
}

.news {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.news li {
    width: 100%;
    margin: 15px 0;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.news li .img {
    width: 30%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
}

.news li:nth-child(2n) .img {
    float: right;
    margin-right: 0;
    margin-left: 2%;
}

.news li .img img {
    
}

.news li .date {
    z-index: 2;
    font-size: 13px;
    color: #333333;
    padding: 7px 0;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;
}

.news li a.zag {
    display: block;
    font-size: 17px;
    color: #662621;
    margin: 5px 0;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
}

.news li a:hover {
    color: #662621;
}

.news li p {
    color: #333333;
    font-size: 13px;
    margin: 5px 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    display: block;
}

/*
 content
 */
.content {
    width: 100%;
    margin: 0 auto;
    display: block;
}

/*
 breadcrumbs
 */
.breadcrumbs {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    font-size: 13px;
    position: relative;
    z-index: 2;
}

.breadcrumbs a {
    color: #2b2b2b;
}

.breadcrumbs a:hover {
    text-decoration: none;
    color: #850b27;
}

.breadcrumbs a, .breadcrumbs span {
    float: left;
}

/*
 content
 */

h1 {
    display: block;
    float: left;
    color: #662621;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    width: 100%;
    margin: 10px 0;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    color: #4e4e4e;
    margin: 10px 0;
    text-transform: uppercase;
}

.content p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin: 10px 0;
}

.content a {
    color: #fba026;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.content ul, .content ol {
    padding-left: 25px;
    margin: 5px 0;
}

.content ul li, .content ol li {
    margin: 5px 0;
    list-style-type: disc;
    font-size: 16px;
    color: #333;
}

/*
pages
*/

ul.pagenav {
    overflow: visible;
    width: auto;
    float: left;
}

ul.pagenav li {
    list-style-type: none;
    float: left;
}

ul.pagenav li a {
    width: auto;
    height: 30px;
    text-align: center;
    overflow: visible;
    float: left;
    display: inline;
    padding: 0px 12px;
    line-height: 1.8;
    font-size: 17px;
    font-weight: bolder;
    color: #808080;
    background: #fafafa;
    text-decoration: none;
    margin: 3px 3px;
    border: 1px solid #f2f2f2;
    position: relative;
    z-index: 4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

ul.pagenav li a:hover {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    color: #808080;
}

ul.pagenav li a:active,
ul.pagenav li a.active {
    background: #fba026;
    border: 1px solid #fba026;
    color: #fff;
}

ul.pagenav li a:hover,
ul.pagenav li a.active:hover {
    color: #fff;
    background: #850b27;
    border: 1px solid #850b27;
}

/*
 prefooter
 */

.prefooter {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    float: left;
    background: #f7f7f7;
}

.pfoot {
    float: left;
    display: block;
    width: 100%;
    padding: 10px 0 20px 0;
    font-size: 0;
    text-align: center;
}

.pfoot li {
    width: 22%;
    margin: 0 1.5%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.pfoot li .zag {
    float: left;
    width: 100%;
    color: #333;
    font-size: 19px;
    margin: 10px 0;
}

.pfoot li ul {
    float: left;
    width: 100%;
}

.pfoot li ul li {
    float: left;
    width: 100%;
    margin: 3px 0;
    font-size: 14px;
    color: #333;
}

.pfoot li ul li a {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: #662621;
    text-decoration: none;
}

.pfoot li ul li a:hover {
    text-decoration: underline;
}

.pfoot li ul.soc {
    float: left;
    width: 100%;
}

.pfoot li ul.soc li {
    float: left;
    width: auto;
    padding: 0;
    margin: 3px 3px;
}

.pfoot li ul.soc li a {
    float: left;
    width: auto;
}

/*
 footer
 */

.pfooter {
    overflow: hidden;
    clear: both;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 50px;
}

#podfooter {
    width: 100%;
    height: 50px;
}

.footer {
    overflow: visible;
    margin-top: -50px;
    width: 100%;
    background: #662621;
    height: 50px;
    position: relative;
    z-index: 5;
}

.fleft {
    float: left;
    margin: 7px 0 0 0;
    font-size: 13px;
    color: #efefef;
}

.fright {
    float: right;
    margin: 7px 0 0 0;
    font-size: 13px;
    color: #efefef;
    text-align: right;
}

.fright a {
    color: #fff;
}

/*
 scrmenu
 */
.scrmenu {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.scrmenu li {
    float: left;
}

.scrmenu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 15px;
    margin: 5px 10px 5px 0;
    background: #3d8eb9;
    position: relative;
    z-index: 2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -icab-border-radius: 50px;
    border-radius: 50px;
}

.scrmenu li a:hover {
    background: #357ba1;
}

.scrmenu li.last a {
    background: #e2574c;
}

.scrmenu li.last a:hover {
    background: #cc4e45;
}

/*
 photos
 */
.responsive li {
    margin: 10px 25px;
    height: 180px;
}

/*
 table
 */

.table {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.table table {
    border-collapse: separate;
    background: #f2f1ed;
    border-spacing: 1px;
    width: 100% !important;
    position: relative;
    z-index: 9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: 400;
}

.table table tbody td {
    vertical-align: middle;
}

.table table tbody td p {
    margin: 5px 5px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    float: none;
    width: auto;
}

.table table tbody td a {
    color: #32648f;
}

.table table td table {
    width: 100%;
}

.table table p {
    padding: 0;
    margin: 0;
}

.table table td {
    padding-left: 8px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.table table td a {
    color: #205081;
}

.table table td, .table th {
    padding: 10px 3%;
    text-align: left;
    box-sizing: border-box;
}

.table table th:first-child {
}

.table table tr {
    background-color: #fff;
}

.table table tr:nth-child(2n) {
    background-color: #f7f7f7;
}
.table table th {
    background-color: #4e4e4e;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

.table sup {
    vertical-align: super;
    font-size: 10px;
}

/*
 form
 */

.form {
    display: block;
    margin: 20px auto;
    width: 300px;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 0;
    font-family: 'PT Serif', Arial, sans-serif;
}

.form legend {
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
}

.form p {
    margin: 10px 0;
}

.form input, .form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    border: 1px solid #e5e5e5;
    font-size: 17px;
    color: #2b2b2b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'PT Serif', Arial, sans-serif;
}

.form input.submit {
    background: #662621;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    border: 1px solid #662621;
    transition: background .3s;
}

.form input.submit:hover {
    background: #850b27;
    cursor: pointer;
}

/*
 bl
 */

.bl50 {
    width: 50%;
    float: left;
    height: auto;
    position: relative;
}

.bl75 {
    width: 75%;
    float: left;
    height: auto;
    position: relative;
}

.bl25 {
    width: 25%;
    float: left;
    height: auto;
    position: relative;
}

.bl100 {
    width: 100%;
    display: block;
    float: left;
}

.bl100 .content p {
    text-align: center;
}

.howarenda .zag {
    text-align: center;
}

/*
informat
*/

.notbg {
    background: transparent;
}

.informat {
    z-index: 2;
    font-size: 17px;
    color: #333333;
    padding: 7px 10px;
    background: #f7f7f7;
    font-weight: bold;
    display: block;
    overflow: hidden;
    width: auto;
}

.informat .date, .informat .place, .informat .price {
    float: left;
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.informat .date p, .informat .place p, .informat .price p {
    margin: 5px 0;
}

.informat .date {
    color: #662621
}

.informat .price {
    color: #fba026;
    text-transform: uppercase;
}

/*
novoe
*/

.block75all .sob li {
    width: 30.33%;
    margin: 15px 1.5%;
}

/*
goda
*/

.godzag,
.stszag {
    list-style-type: none;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: url(../img/strelk-bot.png) 5% center no-repeat;
    padding-left: 40px;
    font-size: 12px;
    font-weight: bolder;
    color: #333;
    margin: 5px 0 15px 0;
    text-transform: uppercase;
}

.stszag {
    margin: 15px 0 15px 0;
}

ul.goda,
ul.sts {
    overflow: visible;
    width: auto;
    float: left;
}

ul.goda li,
ul.sts li {
    list-style-type: none;
    float: left;
    width: 100%;
    
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

ul.sts li {
    margin-bottom: 0;
    border-bottom: 0;
}

ul.goda li a,
ul.sts li a {
    width: auto;
    height: 30px;
    text-align: center;
    overflow: visible;
    float: left;
    display: inline;
    padding: 0px 12px;
    line-height: 1.8;
    font-size: 17px;
    font-weight: bolder;
    color: #808080;
    background: #ededed;
    text-decoration: none;
    margin: 3px 3px;
    border: 1px solid #dddddd;
    position: relative;
    z-index: 4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

ul.goda li a:hover,
ul.sts li a:hover {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    color: #808080;
}

ul.goda li a:active,
ul.goda li a.active,
ul.sts li a:active,
ul.sts li a.active {
    background: #fba026;
    border: 1px solid #fba026;
    color: #662621;
}

ul.goda li a:hover,
ul.goda li a.active:hover,
ul.sts li a:hover,
ul.sts li a.active:hover {
    color: #fff;
    background: #662621;
    border: 1px solid #662621;
}

ul.goda li ul {
    overflow: visible;
    width: auto;
    float: left;
    width: 100%;
}

ul.goda li ul li {
    list-style-type: none;
    float: left;
    width: auto;
    margin-bottom: 0;
    border-bottom: 0;
}

ul.goda li ul li a {
    background: #fafafa;
    font-size: 14px;
    border: 1px solid #f2f2f2;
}



