* {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
figure {
    margin: 0;
}
body {
    font-family: 'Tinos', Arial, serif;
    background: url(../img/fon.jpg) center top no-repeat #fffcf1;
    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%;*/
    width: 1220px;
    padding: 0 10px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.05);
}
.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;
}
.block50l {
    float: left;
    display: block;
    width: 48.5%;
    margin: 0 1.5% 0 0;
}
.block50r {
    float: left;
    display: block;
    width: 48.5%;
    margin: 0 0 0 1.5%;
}

/*
 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: 15px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.minnavigat .minnav {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.minnav li {
    float: left;
    padding: 7px 5px;
    position: relative;
}
.minnav a {
    display: block;
    color: #fcca3a;
    text-decoration: none;
    padding: 6px 8px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -icab-border-radius: 3px;
    border-radius: 3px;
    transition: background .3s, color .3s;
}
.minnav li a:hover {
    background: #ff3d33;
    color: #fff;
}
.wkont {
    float: right;
    width: 25%;
    margin-top: 10px;
    display: none;
}
.wkont ul {
    float: left;
    width: 100%;
}
.wkont ul li {
    float: left;
    width: 100%;
    margin: 2px 0;
}
.wkont ul li a {
    float: left;
    width: 100%;
    color: #2c82c9;
    font-size: 26px;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
}
.wkont a span {
    font-size: 15px;
}
.wkont a .code {
    font-size: 26px;
    color: #ff3d33;
}
.wkont li.adr a {
    font-size: 13px;
    color: #f7c33b;
    text-decoration: underline;
}
.wkont li.adr a:hover {
    text-decoration: none;
}
.wkont ul.soc {
    margin-top: 5px;
}
.wkont ul.soc li {
    width: auto;
    margin: 0 3px;
    float: right;
}
.wkont ul.soc li a {
    opacity: 1;
    transition: opacity .3s;
}
.wkont ul.soc li a:hover {
    opacity: .8;
}

/*
 lkab
 */

/*
 headinfo
 */

/*
 header
 */
.header {
    display: block;
    height: auto;
    width: 100%;
    background: url(../img/bg-wap.jpg) right top no-repeat #fff;
    position: relative;
    z-index: 55;
    height: auto;
    overflow: hidden;
}
.headinfo {
    display: block;
    height: 100px;
    width: 100%;
    z-index: 200;
    position: relative;
}
.logo {
    float: left;
    width: auto;
    height: 90px;
    margin: 5px 0 5px 30%;    
    /*
    margin: 20px 0 0 0;
    transition: background 0.3s;
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 1;
    */
    padding-left: 170px;
    background: url(../img/logotip.png) left center no-repeat;
}
.logo, .logo a, .logo div {
    display: block;
    /*
    width: 100%;
    height: 100%;
    */
    color: #2c82c9;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 5px;
}
.logo span, .logo a span, .logo div span {
    float: left;
    color: #000;
    font-size: 17px;
}
.footer .logo {
    margin-top: 10px;
    width: auto;
}
.content .slick-slider {
    padding-bottom: 15px;
}

/*search*/

/*
 navmenu
 */
.navmenu {
    display: block;
    height: 50px;
    width: 100%;
    z-index: 200;
    position: relative;    /*
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    */
    background: url(../img/nm-fon.png) center bottom repeat-x #2c82c9;
    border-radius: 5px;
    overflow: hidden;
}
.navigat {
    display: block;
    width: 100%;
}
.nav {

    /*
    padding: 0;
    list-style: none;
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    -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%;
    background: #d4d4d4;
}
.nav li {
    float: left;
    transition: background 0.3s;    /*
    width: 25%;
    background: url(../img/bg-menu.png) left center repeat-y #d4d4d4;
    position: relative;
    border-left: 5px solid #ff3d33;
    box-sizing: border-box;
    transition: background 0.3s;
    */
    border-right: 1px solid #2877b7;
    border-left: 1px solid #1c66c3;
}
.nav li.last {
    float: right;
    background: url(../img/zadvoprred.png) center top repeat-x #b30e0b;
    border: 0;
}
.nav a {

    /*
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    text-transform: uppercase;
    transition: background 0.3s;
    */

    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    color: #fff;    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 19px;
}
.nav li.last a {
    background: url(../img/zadvopr.png) 7% center no-repeat;
    padding-left: 60px;
    text-transform: uppercase;
}
.nav li a:hover, .nav li:hover a {
    background: #009af3;
}
.nav li.last:hover {
    background: url(../img/zadvoprred.png) center top repeat-x #e93705;
}
.nav li.last:hover a:hover {
    background: url(../img/zadvopr.png) 7% center no-repeat;
}

/*
.nav a img {
padding: 0 10px;
}
.nav li.active a {
background: #fcca3a;
color: #333;
}
.nav li a:hover, .nav li:hover a {
background: #38a5ff;
color: #fff;
}
.nav li.active a:hover {
background: #ff3d33;
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(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: #fff;
    padding: 15px 0 15px 0;
}
.slidermain {
    float: left;
    display: block;
    margin: auto;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.slick-slider {
    margin-bottom: 0 !important;
    border-radius: 5px;
}
.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;
}
*/





.slitem {
    height: 400px;
    width: 100%;
}
.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;
}

/*
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;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
    transition: box-shadow .3s;
}
.news li:hover {
    box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.07);
}
.news li .img {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    z-index: 1;
}
.news li .img img {
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.news li:hover .img img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.news li .date {
    float: left;
    width: 100%;
    z-index: 2;
    font-size: 15px;
    color: #333333;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: left;    /*
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fcca3a;*/
}
.news li a.zag {
    float: left;
    display: block;
    font-size: 19px;
    color: #2969b0;
    padding: 5px 10px 0 10px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
}
.news li a:hover {
    color: #e93705;
}
.news.blog li {
    width: 23%;
    margin: 15px 1%;
}
.news.blog li .opis {
    float: left;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
}


.news.ysl li {
    width: 98%;
    margin: 15px 1%;
}


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

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

.mzag {
    float: left;
    color: #333333;
    font-size: 26px;
    margin: 20px 0 0 0;
    border-bottom: 5px solid #2c82c9;
    border-radius: 5px;
    position: relative;
}
.mzag:after {
    position: absolute;
    bottom: -4px;
    content: '';
    left: 10px;
    background: url(../img/dots.png) no-repeat;
    z-index: 5;
    width: 13px;
    height: 3px;
}

/*preim*/
.preim {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
    background: #f2f2f2;
    padding: 10px 0;
    margin-bottom: 20px;
}
.preim li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 5px 1%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.preim li img {
    display: block;
    margin: 0 auto;
}

/*
content
*/
.content {
    width: 100%;
    margin: 0 auto;    /*display: block;*/
    float: left;
}
.block-cnt {
    width: 100%;
    margin: 0 auto;    /*display: block;*/
    float: left;
}
.cntcts {
    margin: 5px 0;
}
.cntcts li {
    list-style-type: none;
    padding: 7px 0 7px 40px;
    margin: 5px 0;
}
.cntcts li.adr {
    background: url(../img/cnt1.png) left center no-repeat;
}
.cntcts li.tel {
    background: url(../img/cnt2.png) left center no-repeat;
}
.cntcts li.mail {
    background: url(../img/cnt3.png) left center no-repeat;
}
.cntcts li.tel a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
.cntcts li.tel a span {
    font-size: 14px;
}
.btns {
}
.btns li {
    float: left;
    transition: background 0.3s;
    margin: 7px 10px;
    background: url(../img/nm-fon.png) center bottom repeat-x #2c82c9;
    border-radius: 5px;
    overflow: hidden;
}
.btns li a {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px 0 60px;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}
.btns li:hover {
    background: url(../img/nm-fon.png) center bottom repeat-x #3babd8;
}
.btns li.dobr a {
    background: url(../img/btn1.png) 7% center no-repeat;
}
.btns li.vopr a {
    background: url(../img/btn2.png) 7% center no-repeat;
}

/*
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: 24px;
    font-weight: bold;
    width: 100%;
    margin: 10px 0;
}


.maintext h1 {
    margin: 20px 0;
}


h2 {
    font-size: 21px;
    font-weight: 400;
    color: #333;
    margin: 10px 0;
    text-transform: uppercase;
}
.content {
    font-size: 17px;
    color: #333333;
    margin: 10px 0;
}
.content p {
    margin-bottom: 15px;
}
.content a {
    color: #e5110e;
    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;
}

/*spoiler*/
.spoiler {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    background: #fff;
    margin: 0px 0 0px 0;
}
#spoiler {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 220px;
}
#spoiler p {
}
#spoiler.active {
    height: auto;
}
#actspoil {
    font-size: 0;
    border: 0;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    background: url(../img/strvn.png) center no-repeat #54acd2;
    transition: background .3s;
}
#actspoil:hover {
    cursor: pointer;
    background: url(../img/strvn.png) center no-repeat #2c82c9;
}
#actspoil.active {
    display: none;
}

/*
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: #3383c3;
    border: 1px solid #2e77b3;
    color: #fff;
}
ul.pagenav li a:hover, ul.pagenav li a.active:hover {
    color: #fff;
    background: #ff3d33;
    border: 1px solid #ff3d33;
}

/*
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: #333;*/
    background: url(../img/bg-footer.png) center top repeat-x;
    height: 100px;
    position: relative;
    z-index: 5;
}
.footer .mwidth {
    background: url(../img/bg-footer-2.png) center top no-repeat #3383c3;
    height: 100px;
    width: 1220px;
}
.footer .logo {
    background: url(../img/logo-foot.png) left center no-repeat;
    margin: 0 0 0 1%;
    padding-left: 95px;
    color: #fff;
    font-size: 13px;
}
.footer .logo img {
    margin-top: 18px;
}
.footer .logo a {
}
.footer .cntcts {
    float: right;
    margin: 25px 1% 0 0;
}
.footer .cntcts li, .footer .cntcts li a {
    background: none;
    color: #fff;
}


/*
.fcmenu {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.fcmenu li {
    float: left;
    padding: 7px 5px;
    position: relative;
}
.fcmenu a {
    font-size: 13px;
    display: block;
    color: #f2f2f2;
    text-decoration: none;
    padding: 6px 8px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -icab-border-radius: 3px;
    border-radius: 3px;
    transition: background .3s, color .3s;
}
.fcmenu li a:hover {
    background: #ff3d33;
    color: #fff;
}
.footer .wkont ul li {
    margin: 5px 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: 17px;
    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: 17px;
}
.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 Serif', Arial, sans-serif;
}
.form form {
    float: left;
    width: 100%;
}
.form .mzag {
    color: #2c82c9;
    font-size: 19px;
    margin: 0;
}
.form legend {
    width: 100%;
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    border-bottom: 3px solid #ff3d33;
}
.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: #ff3d33;*/
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold; /*   border: 1px solid #b31f12;*/
    transition: background .3s;
    border: 1px solid #2c82c9;
    background: url(../img/nm-fon.png) center bottom repeat-x #2c82c9;
}
.form input.submit:hover {

    /* background: #b31f12;*/
    cursor: pointer;
    background: url(../img/nm-fon.png) center bottom repeat-x  #009af3;
}

/*
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 {
    width: 100% !important;
}
.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;
}