@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');

* {
    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: #004ba7;
    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:hover {
    color: #004ba7;
    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;
}
.wrappermain {
    background: url(../img/fon-site.jpg) center top no-repeat #fff;
}
.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: transparent;
    position: relative;
    z-index: 55;
    border-bottom: 1px solid #ccc9b8;
}

/*
minnavigat
*/
.minnavmenu {
    display: block;
    height: 45px;
    width: 100%;
    background: #333;
    z-index: 200;
    position: relative;
}
.minnavigat {
    display: block;
    overflow: hidden;
}
.minnav {
    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%;
    margin: 15px 0;
}
.minnavigat .minnav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.minnav li {
    float: left;
    padding: 7px 5px;
    position: relative;
}
.minnav a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 6px 8px;
    position: relative;
    z-index: 2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
    border-radius: 5px;
    transition: background .3s, color .3s;
}
.minnav li a:hover {
    background: #004ba7;
    color: #fff;
}
.wkont {
    float: right;
    width: 20%;
}
.wkont ul {
    float: left;
    width: 100%;
}
.wkont ul li {
    float: left;
    width: 100%;
    margin: 6px 0 7px 0;
}
.wkont ul li a {
    float: left;
    width: 100%;
    color: #000;
    font-size: 21px;
    text-decoration: none;
    text-align: right;
}
.wkont a span {
    font-size: 13px;
}
.wkont a .code {
    font-size: 21px;
    color: #004ba7;
}

/*
headinfo
*/
.headinfo {
    display: block;
    height: 80px;
    width: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: 200;
    position: relative;
}
.logo {
    float: left;
    width: 20%;
    transition: background 0.3s;
    position: relative;
    z-index: 3;
}
.logo a {
    display: block;
    width: 170px;
    height: 60px;
    margin: 10px auto;
    background: url(../img/logo.png) center no-repeat;
}
.footer .logo a {
    background: url(../img/logo-foot.png) center no-repeat;
    margin-top: 20px;
}
.footer .wkont ul li a {
    color: #fff;
    margin: 5px 0;
}
.footer .wkont ul li a span.code {
    color: #999;
}

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

/*
slider
*/
.slider {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    background: transparent;
    padding: 30px 0;
}
.topopis {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.topopis img {
    float: right;
    padding-left: 50px;
}
.topopis .topzag {
    overflow: hidden;
}
.topopis .topzag .tzag {
    display: block;
    width: 100%;
    font-size: 60px;
    color: #000;
    padding-bottom: 35px;
    text-align: center;
    background: url(../img/block-bg.png) center bottom no-repeat;
}
.topopis .topzag ul li {
    float: left;
    text-transform: uppercase;
    background: url(../img/dots.png) left center no-repeat;
    padding-left: 15px;
    margin: 11px 15px;
    font-size: 21px;
}
.topopis .topzag a {
    float: right;
    display: block;
    margin: 0 auto;
    background: url(../img/top-strelka.png) right center no-repeat #004ba7;
    color: #fff;
    font-size: 19px;
    text-align: center;
    overflow: hidden;
    border-radius: 25px;
    padding: 10px 30px 10px 20px;
    box-sizing: border-box;
    border: 2px solid #004ba7;
    transition: background .35s, border .35s;
}
.topopis .topzag a:hover {
    color: #004ba7;
    background: url(../img/top-strelka.png) right center no-repeat #d5d5d5;
}
.slidermain {
    float: left;
    display: block;
    margin: auto;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slitem {
    float: left;
    border: 2px solid #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.slitem:before {
    position: absolute;
    z-index: 5;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    transition: background .3s;
}
.sitext {
}
.sitext span {
    position: absolute;
    z-index: 6;
    bottom: 2px;
    left: 2px;
    padding: 10px;
    box-sizing: border-box;
    width: 50%;
    color: #333;
    background: rgba(247, 195, 59, .9);
    font-weight: bold;
    text-transform: uppercase;
    transition: background .3s, color .3s;
}
.sitext span b {
    opacity: 0;
    color: #ff3d33;
    transition: opacity .3s;
}
.slitem1:hover .sitext span, .slitem2:hover .sitext span, .slitem3:hover .sitext span, .slitem4:hover .sitext span {
    background: rgba(247, 195, 59, 1);
}
.slitem1:hover .sitext span:hover, .slitem2:hover .sitext span:hover, .slitem3:hover .sitext span:hover, .slitem4:hover .sitext span:hover {
    background: #ff3d33;
    color: #fff;
}
.slitem1:hover .slitem:before, .slitem2:hover .slitem:before, .slitem3:hover .slitem:before, .slitem4:hover .slitem:before {
    background: rgba(0, 0, 0, .1);
}
.slitem1:hover .sitext span b, .slitem2:hover .sitext span b, .slitem3:hover .sitext span b, .slitem4:hover .sitext span b {
    opacity: 1;
}
.slitem1, .slitem2, .slitem3, .slitem4, .slitem1 .slitem, .slitem2 .slitem, .slitem3 .slitem, .slitem4 .slitem {
    float: left;
    position: relative;
    z-index: 1;
}
.slitem1 {
    height: 300px;
    width: 50%;
}
.slitem2 {
    height: 150px;
    width: 50%;
}
.slitem3, .slitem4 {
    height: 150px;
    width: 25%;
}
.slitem1 .slitem, .slitem2 .slitem, .slitem3 .slitem, .slitem4 .slitem {
    float: left;
    width: 100%;
    height: auto;
}
.slitem1 .slitem {
    height: 300px;
}
.slitem2 .slitem {
    height: 150px;
}
.slitem3 .slitem {
    height: 150px;
}
.slitem4 .slitem {
    height: 150px;
}
.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;
}
.slick-slide img {
    max-width: 100%;
}
.mzag {
    width: 100%;
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.mainzag {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    background: #fbbf00;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 20px;
    position: relative;
    z-index: 3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
.mainzag:after {
    position: absolute;
    bottom: -30px;
    text-align: center;
    border: 20px solid transparent;
    content: '';
    left: 50%;
    margin-left: -20px;
    z-index: 5;
    border-top: 15px solid #fbbf00;
}

/*
newsspon
*/
.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;
    color: #333333;
    font-size: 15px;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc9b8;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
.news li:hover {
    border: 1px solid #fbbf00;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.news li .img {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.news li .img img {
}
.news li .date {
    float: left;
    z-index: 2;
    font-size: 13px;
    color: #333333;
    padding: 7px 10px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fcca3a;
}
.news li div {
    margin: 10px 3%;
}
.news li a.zag {
    float: left;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #004ba7;
    margin: 10px 0;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    overflow: hidden;
    font-weight: bold;
}
.news li a:hover {
    color: #004ba7;
    text-decoration: underline;
}
.news.blog li {
    width: 30.33%;
    margin: 15px 1.5%;
}

/*
newsspon
*/
.ysl {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.ysl li {
    width: 30.33%;
    margin: 15px 1.5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 15px;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc9b8;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
.block25 .ysl li {
    width: 97%;
    margin: 15px 1.5%;
}
.ysl li:hover {
    border: 1px solid #fbbf00;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.ysl li .img {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.ysl li .img img {
}
.ysl li .date {
    float: left;
    z-index: 2;
    font-size: 13px;
    color: #333333;
    padding: 7px 10px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fcca3a;
}
.ysl li div {
    margin: 10px 3%;
}
.ysl li a.zag {
    float: left;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #004ba7;
    margin: 10px 0;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    overflow: hidden;
    font-weight: bold;
}
.ysl li a:hover {
    color: #004ba7;
    text-decoration: underline;
}

/*
newsspon
*/
.gal {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.gal li {
    width: 47%;
    margin: 15px 1.5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 15px;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc9b8;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
.gal li:hover {
    border: 1px solid #fbbf00;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.gal li .img {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    float: left;
}
.gal li .img img {
}
.gal li .date {
    float: left;
    z-index: 2;
    font-size: 13px;
    color: #333333;
    padding: 7px 10px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fcca3a;
}
.gal li div {
    padding: 10px;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    width: 60%;
    background: rgba(255, 255, 255, .9);
    color: #000;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #ccc9b8;
    border-bottom: 0;
    border-left: 0;
}
.gal li .zag {
    float: left;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #004ba7;
    margin: 5px 0;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    overflow: hidden;
    font-weight: bold;
}
.gal li a:hover {
    color: #004ba7;
    text-decoration: underline;
}
.gal li .zag:hover {
    text-decoration: underline;
}

/*
newsspon
*/
.otz {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.otz li {
    width: 30.33%;
    margin: 15px 1.5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 15px;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
}
.otz li:hover {
}
.otz li .img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc9b8;
    position: relative;
    z-index: 4;
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -khtml-border-radius: 75px;
}
.otz li .img img {
    height: 100%;
    max-width: auto;
}
.otz li .date {
    float: left;
    z-index: 2;
    font-size: 13px;
    color: #333333;
    padding: 7px 10px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fcca3a;
}
.otz li div {
    margin: 10px 3%;
}
.otz li a.zag {
    float: left;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #004ba7;
    margin: 5px 0;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}
.otz li a:hover {
    color: #004ba7;
    text-decoration: underline;
}
.otz li .minizag {
    margin: 0 0 5px 0;
    display: block;
    text-align: center;
    font-weight: bold;
}
.otzkli, .galrab, .yslkom {
    background: url(../img/block-bg.png) center bottom no-repeat;
    padding-bottom: 40px;
    overflow: hidden;
}
.all {
    width: 200px;
    display: block;
    margin: 10px auto;
    background: #004ba7;
    color: #fff;
    font-size: 17px;
    text-align: center;
    overflow: hidden;
    border-radius: 25px;
    padding: 10px;
    box-sizing: border-box;
    transition: background .35s;
}
.all:hover {
    background: #d5d5d5;
}

/*
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: #333;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    margin: 10px 0;
}
h2 {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    text-transform: uppercase;
}
.content p {
    font-size: 17px;
    font-weight: normal;
    color: #333333;
    margin: 10px 0;
}
.content a {
    color: #ff3d33;
    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: 700;
    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: #666;
    border: 1px solid #666;
}

/*
prefooter
*/

/*
footer
*/
.pfooter {
    overflow: hidden;
    clear: both;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 100px;
}
#podfooter {
    width: 100%;
    height: 100px;
}
.footer {
    overflow: visible;
    margin-top: -100px;
    width: 100%;
    background: #444444;
    height: 100px;
    position: relative;
    z-index: 5;
}
.footer ul.finf {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    color: #999;
}
.footer ul.finf li {
    font-size: 14px;
    margin: 3px 0;
}

/*
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: 100%;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 0;
    font-family: 'PT Sans', Arial, sans-serif;
}
.form legend {
    width: 100%;
    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 Sans', Arial, sans-serif;
}
.form input.submit {
    background: #004ba7;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    border: 1px solid #003980;
    transition: background .3s;
}
.form input.submit:hover {
    background: #003980;
    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;
}

/*
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;
}
iframe {
}
.responsive div {
    margin: 0 5px;
}
.slitem1 .slitem, .slitem2 .slitem, .slitem3 .slitem, .slitem4 .slitem {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.iframekarta {
    width: 100% !important;
}