@import url('https://fonts.googleapis.com/css?family=PT+Sans');

* {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
figure {
    margin: 0;
}
body {
    font-family: 'PT Sans', 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: 24px;
    font-weight: bold;
    margin: 10px 0;
}
.mwidth .minzag {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 400;
}
.block100 {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
}
.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;
}
.block63 {
    float: left;
    display: block;
    width: 60%;
    margin: 0 3% 0 0;
}
.block37 {
    float: left;
    display: block;
    width: 37%;
    margin: 0;
}

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

/*
headinfo
*/
.headinfo {
    display: block;
    height: 100px;
    width: 100%;
    z-index: 555;
    position: relative;
    background: url(../img/fon-wap.png) top center repeat-x #fff;
}
.logo {
    float: left;
    margin: 20px 0 0 -25px;
    transition: background 0.3s;
    position: relative;
    z-index: 3;
    width: 500px;
}
.logo a {
    float: left;
    width: 175px;
    height: 60px;
    background: url(../img/logo-onko.png) center no-repeat;
    margin-right: 7px;
}
.logo div {
    overflow: hidden;
    font-size: 14px;
    color: #808080;
}
.logo div span {
    color: #2c82c9;
    font-size: 17px;
    text-transform: uppercase;
}
.wcont {
    float: right;
}
.wcont .kont, .wcont .adrs {
    margin: 7px 0;
}
.wcont .adrs {
    margin: 30px 0 0 0;
}
.wcont .kont {
    font-size: 19px;
    color: #4c4c4c;
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
}
.wcont .adrs {
    font-size: 14px;
    color: #808080;
    position: relative;
}
.wcont .kont ul, .wcont .adrs div {
    margin-right: 50px;
}
.wcont .kont ul {
    position: relative;
    overflow: hidden;
    line-height: 2;
    background: #fff;
    border-bottom: 2px solid #7dd4f4;
    background: url(../img/strvn.png) right center no-repeat #fff;
    height: 38px;
    width: 85%;
}
.wcont .kont ul:hover {
    position: absolute;
    top: 0;
    width: 85%;
    height: auto;
    z-index: 5;
    margin-right: 50px;
    background: #fff;
}
.wcont .adrs div {
    overflow: hidden;
    line-height: 2.8;
}
.wcont .kont ul li {
    text-align: center;
}
.wcont .kont a, .wcont .adrs a {
    float: right;
    width: 38px;
    height: 38px;
    background: url(../img/wkont.png) center no-repeat #00afef;
    border-radius: 19px;
    position: absolute;
    top: 0;
    right: 0;
    transition: background .3s;
}
.wcont .adrs a {
    background: url(../img/wadrs.png) center no-repeat #00afef;
}
.wcont .kont a:hover {
    background: url(../img/wkont.png) center no-repeat #26627d;
}
.wcont .adrs a:hover {
    background: url(../img/wadrs.png) center no-repeat #26627d;
}

/*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: 52px;
    width: 100%;
    background: #00afef;
    z-index: 200;
    position: relative;
    border-bottom: 2px solid #008ccf;
}
.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;
    transition: background 0.3s;
}
.nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 16px 25px 15px 25px;
    position: relative;
    z-index: 2;
    transition: background 0.3s;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.nav li.active a {
    background: #fba026;
    color: #fff;
}
.nav li a:hover, .nav li:hover a {
    background: #008ccf;
}
.nav li.active a:hover, .nav li.active:hover a {
    background: #ff8a00;
    color: #fff;
}
.nav li ul, .nav li.active ul {
    position: absolute;
    display: none;
    width: 300px;
    background: #008ccf;
    padding: 10px 0;
    top: 50px;
    left: -1px;
}
.nav li:hover ul, .nav li.active:hover ul {
    display: block;
}
.nav li ul li, .nav li.active ul li {
    float: left;
    margin: 0 2%;
    width: 96%;
    border-right: 0;
    background: #008ccf;
}
.nav li ul li a, .nav li.lock ul li a {
    padding: 10px 10px 10px 10px;
}
.nav li:hover ul li a, .nav li.lock:hover ul li a {
    background: none;
    padding: 10px 10px 10px 10px;
}
.nav li.active:hover ul li a {
    background: transparent;
}
.nav li:hover ul li:hover a, .nav li.lock:hover ul li:hover a, .nav li.active:hover ul li:hover a {
    background: #00c8ff;
}
.nav li ul li.active {
    background: #fba026;
    color: #fff;
}
.nav li:hover ul li.active:hover, .nav li:hover ul li.active:hover a {
    background: #ff8a00;
    color: #fff;
}

/*
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(255, 138, 0, .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(255, 138, 0, 1);
}

/*
slider
*/
.slider {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    background: #f7f7f7;
    padding: 0;
    border-bottom: 2px solid #cccccc;
}
.slidermain {
    float: left;
    display: block;
    margin: auto;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.slitem {
    position: relative;
}
.slick-list {
    overflow: hidden;
}
.slick-slider {
    overflow: hidden;
}
.slitem a, .slitem div {
    position: relative;
}
.slitem a img, .slitem div img {
    position: relative;
    z-index: 1;
}
.slitem .opis {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    padding: 10px 27% 10px 3%;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
}
.prform {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    background: #f2f2f2;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    z-index: 5;
}
.preim .zag {
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 2px solid #ff8a00;
    float: left;
    width: 100%;
}
.preim ul {
    float: left;
}
.preim ul li {
    float: left;
    width: 100%;
    color: #008ccf;
    font-size: 14px;
    font-weight: bold;
    list-style-type: none;
    border-bottom: 1px dashed #008ccf;
    padding: 7px 0;
    text-transform: uppercase;
}

/*
otdelenia
*/
.otdelenia {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    float: left;
}
.otd {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.otd li {
    width: 22%;
    margin: 15px 1.5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    background: #00afef;
    min-height: 255px;
    transition: background .3s;
}
.otd li:hover {
    background: #008ccf;
}
.otd li .img {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.otd li .img img {
}
.otd li a.zag {
    display: block;
    float: left;
    font-size: 17px;
    color: #fff;
    margin: 5px 5px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.otd li a:hover {
    color: #fba026;
}
.otd li .opis {
    color: #333333;
    font-size: 15px;
    margin: 0 auto 10px;
    padding: 0 5px;
    float: left;
    text-align: left;
    transition: color .3s;
}
.otd li:hover .opis {
    color: #f2f2f2;
}

/*
minfmt
*/
.minfmt {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    float: left;
}
.slmagal {
    height: auto;
    margin: 10px 0;
}
.slmagal .slick-slider {
    margin-bottom: 0;
}
#tspoiler {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 200px;
    line-height: 1.5;
    color: #4c4c4c;
    position: relative;
}
#tspoiler.active {
    height: auto;
    overflow: visible;
}
#tactspoil {
    border: 0;
    color: #008ccf;
    text-transform: uppercase;
    background: transparent;
    text-decoration: underline;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
    font-family: 'PT Sans', Arial, sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}
#tactspoil:hover {
    cursor: pointer;
    text-decoration: none;
}
#tactspoil.active {
    background: transparent;
    bottom: -25px;
}
.madr {
    float: left;
    width: 100%;
}
.madr li {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 3px 10px 3px 0;
    color: #333;
    font-weight: bold;
}
.madr li span {
    margin: 0 0 0 10px;
    font-size: 12px;
}
.madr li a {
    color: #008ccf;
    margin: 0 10px;
}
.fastss {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    float: left;
}
.fssil {
    float: left;
    width: 100%;
}
.fssil li {
    list-style-type: none;
    width: 33.33%;
    float: left;
}
.fssil li a {
    width: 60%;
    display: block;
    margin: 0 auto;
    background: #fba026;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background .3s;
}
.fssil li a:hover {
    background: #ff8a00;
}

/*
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: 40%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
}
.news li .img img {
}
.news li .date {
    z-index: 2;
    font-size: 13px;
    color: #777;
    padding: 5px 0;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;
    width: auto;
}
.news li a.zag {
    display: block;
    font-size: 16px;
    color: #008ccf;
    margin: 5px 0;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    transition: color .3s;
}
.news li a:hover {
    color: #00afef;
}
.news li p {
    color: #333333;
    font-size: 13px;
    margin: 5px 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    display: block;
}

/*
newsspon
*/
.newsspon {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    float: left;
}
.otzv {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.otzv li {
    width: 100%;
    margin: 5px 0 15px 0;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #333333;
    font-size: 13px;
}
.otzv li .date {
    z-index: 2;
    font-size: 13px;
    color: #777;
    padding: 5px 0;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;
    width: auto;
}
.otzv li a.zag {
    display: block;
    font-size: 16px;
    color: #333;
    margin: 5px 0;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    transition: color .3s;
}
.otzv li a.zag:hover {
    color: #666;
}
.otzv li .klech {
    color: #333333;
    font-size: 15px;
    margin: 5px 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    display: block;
}
.otzv li .klech a {
    color: #008ccf;
}
.allotz {
    float: left;
    width: auto;
    display: block;
    margin: 0 auto;
    background: #fba026;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background .3s;
}

/*
special
*/
.special {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    float: left;
}
.main-spec {
    background: #f2f2f2;
    border-top: 2px solid #e6e6e6;
    margin: 10px 0 0 0;
}
.spcs {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.spcs li {
    width: 22%;
    margin: 15px 1.5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    background: transparent;
    min-height: 255px;
    transition: background .3s;
}
.spcs li:hover {
    background: #fff;
}
.spcs li .img {
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.spcs li .img img {
}
.spcs li .teldoc {
    z-index: 1;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    width: 100%;
    background: #00afef;
    opacity: 0;
    color: #fff;
    font-size: 17px;
    padding: 5px 0;
    font-weight: bold;
    transition: opacity .3s;
}
.spcs li:hover .teldoc {
    opacity: .9;
}
.spcs li a.zag {
    display: block;
    float: left;
    font-size: 17px;
    color: #008ccf;
    margin: 5px 5px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.spcs li a:hover {
    color: #00afef;
}
.spcs li .opis {
    color: #333333;
    font-size: 15px;
    margin: 0 auto 10px;
    padding: 0 5px;
    float: left;
    text-align: left;
    transition: color .3s;
}
.spcs li:hover .opis {
    color: #222222;
}

/*
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: #333333;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    margin: 10px 0;
}
h2 {
    font-size: 24px;
    font-weight: 400;
    color: #4e4e4e;
    margin: 10px 0;
    text-transform: uppercase;
}
.content {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin: 10px 0;
}
.content p {
}
.content a {
    color: #008ccf;
    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 {
    border: 1px solid #008ccf;
    background: #008ccf;
    color: #fff;
}

/*
prefooter
*/
.prefooter {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 0;
    float: left;
    background: #00afef;
    border-top: 2px solid #008ccf;
}
.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: #26627d;
    font-size: 19px;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.pfoot li ul {
    float: left;
    width: 100%;
}
.pfoot li ul li {
    float: left;
    width: 100%;
    margin: 3px 0;
    font-size: 17px;
    color: #fff;
}
.pfoot li ul li.adrs {
    font-size: 13px;
}
.pfoot li ul li.last {
    margin-top: 8px;
}
.pfoot li ul li a {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}
.pfoot li ul li a:hover {
    text-decoration: none;
}
.pfoot li ul li.last a {
    background: #f2f2f2;
    width: auto;
    border-radius: 5px;
    padding: 7px 10px;
    box-sizing: border-box;
    color: #008ccf;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background .3s;
}
.pfoot li ul li.last a:hover {
    background: #fff;
    color: #26627d;
}
ul.soc {
    float: right;
    width: auto;
}
ul.soc li {
    float: left;
    width: auto;
    padding: 0;
    margin: 5px;
}
ul.soc li a {
    width: auto;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 2.6;
    background: #00afef;
    border-radius: 20px;
    text-decoration: none;
    transition: background .3s;
}
ul.soc li a:hover {
    background: #26627d;
}

/*
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: #008ccf;
    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: 15px 18px;
}
.responsive.slick-slider {
    margin-bottom: 0 !important;
}

/*
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: #00afef;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
.table sup {
    vertical-align: super;
    font-size: 10px;
}

/*
form
*/
.form {
    display: block;
    margin: 10px auto;
    width: 100%;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 0;
}
.form legend {
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 2px solid #ff8a00;
    float: left;
    width: 100%;
}
.form p {
    margin: 5px 0;
    float: left;
    width: 100%;
}
.form input, .form textarea {
    float: left;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #2b2b2b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'PT Sans', Arial, sans-serif;
}
.form input.submit {
    background: #ff8a00;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    border: 1px solid #ff8a00;
    transition: background .3s;
    box-sizing: border-box;
    font-family: 'PT Sans', Arial, sans-serif;
}
.form input.submit:hover {
    background: #f28100;
    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 0;
    background: #fff;
    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: #008ccf;
}
.informat .price {
    color: #ff8a00;
    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;
}

/*
.slicknav_menu {
display: none !important;
}
*/
.otd li img {
    width: 100%;
    height: auto;
}
.news li img {
    width: 100%;
    height: auto;
}
.spcs li img {
    width: 100%;
    height: auto;
}