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

* {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
figure {
    margin: 0;
}
body {
    font-family: 'Open 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 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 .zag {
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
}
.mwidth .minzag {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 400;
}

/*
 header
 */
.header {
    display: block;
    height: 100px;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 5;
}
.logo {
    float: left;
    width: 25%;
    height: 60px;
    margin: 20px 2% 0 0;
    transition: background 0.3s;
    position: relative;
    z-index: 3;
}
.logo:hover {
    background: #fff;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logotip2.png) center no-repeat;
}
.adr {
    float: left;
    display: block;
    margin-left: 5%;
}
.adr li {
    color: #4e4e4e;
    font-size: 12px;
    padding-left: 40px;
    margin: 15px 0;
}
.adr li.adress {
    background: url(../img/adr.png) left no-repeat;
}
.adr li.map {
    background: url(../img/mapa.png) left no-repeat;
}
.adr li a {
    color: #3d8eb9;
    text-decoration: underline;
}
.adr li a:hover {
    text-decoration: none;
}
.phmail {
    float: left;
    display: block;
    margin-left: 7%;
}
.phmail li {
    color: #4e4e4e;
    font-size: 17px;
    padding-left: 40px;
    margin: 18px 0;
}
.phmail li p {
    font-size: 12px;
}
.phmail li.ph {
    background: url(../img/ph.png) left no-repeat;
}
.phmail li.mail {
    font-size: 14px;
    padding: 2px 0 2px 40px;
    background: url(../img/mail.png) left no-repeat;
}
.allph {
    float: right;
    display: block;
    margin: 1px 15px 0 0;
}
.allph li {
    margin: 7px 0;
    color: #4e4e4e;
    font-size: 17px;
    padding-left: 26px;
    background: url(../img/sm-ph.png) left no-repeat;
}
.allph li span {
    font-size: 12px;
    color: #808080;
}

/*
 navmenu
 */
.navmenu {
    display: block;
    height: 50px;
    width: 100%;
    background: #006699;
    z-index: 200;
    position: relative;
}
.navigat {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}
.nav {
    padding: 0;
    list-style: none;
    float: left;
    font-size: 17px;
    -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;
    padding: 0 1px;
    position: relative;
}
.nav li.last {
    float: right;
}
.nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 14px 15px 13px 15px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.nav li.last a {
    padding-left: 60px;
    background: url(../img/bg-nav-last.png) 20px center no-repeat #cc1100;
}
.nav li a:hover {
    background: #3a9fc7;
}
.nav li.last a:hover {
    background: url(../img/bg-nav-last.png) 20px center no-repeat #3a9fc7;
}
.nav li ul {
    position: absolute;
    display: none;
    width: 300px;
    background: #404040;
    padding: 5px 0;
    top: 50px;
    left: -5px;
}
.nav li.last ul {
    left: auto;
    right: -5px;
}
.nav li:hover ul {
    display: block;
}
.nav li ul li {
    float: left;
    margin: 3px 2%;
    width: 96%;
}
.nav li ul li a {
}
.nav li.last ul li a {
    padding: 8px 20px;
    background: #404040;
}
.nav li.last ul li a:hover {
    background: #cc4e45;
}

/*
 top
 */
#top {
    bottom: 30px;
    cursor: pointer;
    display: none;
    font-size: 150%;
    position: fixed;
    right: 10px;
    z-index: 999;
    font-size: 12px;
    padding: 4px 12px;
    background: rgba(61, 142, 185, .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;
}

/*
 slider
 */


/*slider 2*/



.slid {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 15;
    background: #fff;
    margin: 0;
}
.slid0 {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.slider, .slidertab {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 5;
    height: auto;
}
.slidertab {
    margin: 30px 0;
}
.slidermain .slick-dots {
    bottom: -20px;
}

.slick-slide {
    position: relative;
}
.slte {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 150px;
}
.slte2 {
    width: 1200px;
    display: block;
    margin: 0 auto;
    color: #fff;
}
.sltext {
    background: rgba(44, 130, 201, 0.7);
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 0 0 2%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 5px;
}
.slinfo {
    overflow: hidden;
}
.slssil {
    background: rgba(44, 130, 201, 0.9);
    float: right;
    width: 25%;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 2% 30px 2%;
    box-sizing: border-box;
}
.sltext .slp:hover {
    background: #3a9fc7;
}
.sltext .zag {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
}
.slpodr {
    float: left;
    width: 20%;
    margin: 10px 0;
    height: auto;
    position: relative;
}
.slp {
    float: left;
    width: auto;
    display: block;
    margin: 0;
    padding: 3px 20px 3px 20px;
    background: #475577;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 2;
    font-weight: 400;
    position: relative;
    z-index: 5;
    border-radius: 55px;
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    -khtml-border-radius: 55px;
    transition: background 0.3s;
    text-transform: uppercase;
    margin: 20px 0;
}
.slssil {
    background: rgba(62, 171, 215, 0.9);
    border-radius: 5px;
}
.slssil  .slp {
    background: #e6e6e6;
    color: #c10;
}
.slssil  .slp:hover {
    background: #fff;
}

/*info*/
.info0 {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 3;
}
.info01 {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 15px auto 30px;
    padding: 0;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 3;
}
.info {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 0;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 4;
}
.info2 {
    overflow: visible;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: auto;
    position: relative;
    z-index: 5;
}
.fon-info {
    background: url(../img/fon-info.png) top center no-repeat;
    padding-top: 40px;
    margin-top: -150px;
    z-index: 100;
}
.info10 {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 30px auto 15px;
    padding: 10px 0;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 3;
}

/*
 preim
 */
.preimush {
    display: block;
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 10;
    float: left;
    background: url(../img/preim.jpg) center top no-repeat;
}
.preim {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.preim {
    counter-reset: li;
}
.preim li {
    width: 25%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 10px 0;
}
.preim li:before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -1px;
    content: '';
    left: 50%;
    border-radius: 0;
    background: #008ccf;
    z-index: 5;    /* border-bottom: 2px solid #e5e5e5; */
    content: counter(li);
    counter-increment: li;
    position: absolute;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    font-size: 34px;
    margin-left: -25px;
}
.preim li .img {
    width: 90px;
    height: 90px;
    background: #006699;
    border: 3px solid #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    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;
}
.preim li .img img {
}
.preim li p {
    width: 94%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: #006699;
    font-size: 14px;
    font-weight: bold;
    margin: 45px auto 0;
    background: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

/*
 uslugi
 */
.uslugi {
    display: block;
    width: 100%;
    margin: 30px 0;
    float: left;
}
.usl {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.usl li {
    width: 30.33%;
    margin: 10px 1.5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.usl li .img {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
}
.usl li .img:before {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    display: block;
    content: "";
    z-index: 5;
}
.usl li .img img {
    width: 100%;
}
.usl li .img div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(204, 17, 0, .9);
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    z-index: 11;
}
.usl li .bgd {
    float: left;
    position: relative;
}
.usl li a {
    display: block;
    float: left;
    font-size: 24px;
    color: #fff;
    background: #fff;
    margin: 15px 10px;
    padding: 10px 20px;
    text-decoration: none;
    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;
}
.usl li a:hover {
    background: #cc4e45;
}
.usl li p {
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 10px;
    float: left;
    text-align: left;
}
.usl li a.ssilka {
    float: right;
    position: relative;
    background: rgba(78, 78, 78, .9);
    width: auto;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    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;
    margin: 10px 10px 0 10px;
}
.usl li a.ssilka:hover {
    background: #006699;
}

/*
 partner
 */
.partner {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.partner .slick-slider {
    background: #ffffff;
    position: relative;
    z-index: 2;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -icab-border-radius: 25px;
    border-radius: 25px;
}
.variable-width .slick-slide {
    height: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
.variable-width .slick-slide img {
    height: auto;
}
.slick-track {
}

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

/*
 breadcrumbs
 */
.breadcrumbs {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 12px;
    position: relative;
    z-index: 2;
}
.breadcrumbs a {
    color: #2b2b2b;
}
.breadcrumbs a:hover {
    text-decoration: none;
    color: #808080
}
.breadcrumbs a, .breadcrumbs span {
    float: left;
}

/*
 content
 */
h1 {
    color: #4e4e4e;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 20px;
}
h2 {
    font-size: 24px;
    font-weight: 300;
    color: #4e4e4e;
    margin: 10px 0;
    text-transform: uppercase;
}
.content p {
    font-size: 15px;
    font-weight: 300;
    color: #4e4e4e;
    margin: 10px 0;
}
.content a {
    color: #e2574c;
    text-decoration: none;
}
.content a:hover {
    color: #ff6257;
}
.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: 15px;
    color: #4e4e4e;
}

/*
 accordion
 */
#accordion a.cboxElement {
    display: block;
    height: auto;
    overflow: hidden;
}
#accordion a.cboxElement img {
}

/*
 footer
 */
.pfooter {
    overflow: hidden;
    clear: both;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 80px;
}
#podfooter {
    width: 100%;
    height: 80px;
}
.footer {
    overflow: visible;
    margin-top: -50px;
    width: 100%;
    background: #377fa6;
    height: 50px;
    position: relative;
    z-index: 5;
}
.minfoot {
    background: #363636;
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
}
.ftext {
    float: left;
    margin: 15px 0 0 0;
    font-size: 13px;
    color: #efefef;
}
.foot-mw {
    top: 25px;
    position: relative;
}
.footer ul li {
    color: #fff;
}
.footer ul li a {
    color: #7cccff;
}
.footer ul.allph li, .footer ul.allph li span {
    color: #e5e5e5;
}
.footer .adr li.adress {
    background: url(../img/adr-f.png) left no-repeat;
}
.footer .adr li.map {
    background: url(../img/mapa-f.png) left no-repeat;
}
.footer .phmail li.ph {
    background: url(../img/ph-f.png) left no-repeat;
}
.footer .phmail li.mail {
    background: url(../img/mail-f.png) left no-repeat;
}
.kompl {
    float: left;
    width: 17%;
    position: relative;
}
.kompl ul {
    float: left;
}
.kompl ul li {
    width: 100%;
    padding-left: 40px;
    margin: 10px 0;
    display: block;
}
.kompl ul li a, .kompl ul li p {
    font-size: 13px;
    color: #fff;
}
.kompl ul li a {
    text-decoration: none;
}
.kompl ul li.k1 {
    background: url(../img/k1.png) left center no-repeat;
}
.kompl ul li.k2 {
    background: url(../img/k2.png) left center no-repeat;
}
.kompl ul li.k3 {
    background: url(../img/k3.png) left center no-repeat;
}
.footer .phmail {
    margin-left: 4%;
}
.footer .kompl .zag {
    display: block;
    color: #efefef;
    font-size: 11px;
    text-decoration: none;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    background: #4e4e4e;
    border: 3px solid #fff;
    box-sizing: border-box;
    margin: -45px 0 10px 0;
    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;
}
.strel {
    position: absolute;
    z-index: 1;
    left: -10px;
    top: -15px;
    height: 59px;
    width: 17px;
    background: url(../img/strel.png) no-repeat;
}

/*
 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
 */
.otz {
    font-size: 0;
    text-align: center;
    float: left;
    width: 100%;
}
.otz li {
    width: 22%;
    margin: 10px 1.5%;
    display: inline-block;
    vertical-align: top;
}
.responsive li, .otz li {
    margin: 10px 15px;
    overflow: hidden;
}
.responsive li a, .otz li a {
    height: 180px;
    display: block;
    overflow: hidden;
    border: 2px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 5px;
}
.responsive li a img, .otz li a img {
    width: 100%;
}
.otz .opis, .otz .opis p, .otz .opis span, .otz p {
    color: #333333;
    font-size: 15px;
    text-align: left;
}
.otz .opis {
    margin: 5px 0;
}

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

/*
form
*/
.form {
    display: block;
    margin: 30px auto;
    width: 300px;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 0;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
}
.form legend {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #2b2b2b;
    display: block;
    margin: 5px 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;
    font-weight: 300;
    color: #2b2b2b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Open Sans', Arial, sans-serif;
}
.form input.btn {
    background: #2b2b2b;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    border: 1px solid #2b2b2b;
}

/*
bl
*/
.bl50 {
    width: 50%;
    float: left;
    height: auto;
    position: relative;
}
.bl75 {
    width: 73%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 2% 0 0;
}
.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;
}
.bg-news {
    background: #fff;
}
.akcii .zagol {
    float: left;
    width: 100%;
    background: url(../img/bg-aksii.png) 28.5% center no-repeat;
    color: #32648f;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 16px 0;
    margin: 10px 0 0 0;
}
.novinki .zagol {
    float: left;
    width: 100%;
    background: url(../img/bg-novinki.png) 4% center no-repeat;
    color: #32648f;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 16px 0;
    margin: 10px 0 0 0;
}

/*
news
*/
.news {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.news li {
    display: inline-block;
    vertical-align: top;
    min-height: 330px;
    width: 22%;
    margin: 10px 1.5%;
    list-style-type: none;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
}
.news li:hover {
    box-shadow: 0 0 15px #e5e5e5;
    -webkit-box-shadow: 0 0 15px #e5e5e5;
    -moz-box-shadow: 0 0 15px #e5e5e5;
    -khtml-box-shadow: 0 0 15px #e5e5e5;
}
.news li .img {
    float: left;
    width: 100%;
    margin: 0 0% 0 0;
    height: 170px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #efeece;
}
.news li .img img {
    float: left;
    width: 100%;
    opacity: 0.8;
    transition: 0.5s;
}
.news li:hover .img img {
    opacity: 1;
}
.news li .text {
    float: left;
    width: 96%;
    margin: 10px 3% 0;
}
.news li .text .zag {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    color: #cc1100;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
}
.news li .text .zag:hover {
    text-decoration: none;
}
.news li .text div {
    float: left;
    width: 100%;
    color: #444;
    font-size: 13px;
    font-weight: 100;
    margin: 0 0 5px 0;
}
.news li .text div .sity {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #cbc75d;
    text-transform: uppercase;
    transition: color .35s;
}
.news li:hover .text div .sity {
    color: #39445e;
}
.news li .podr {
    float: left;
    width: auto;
    display: block;
    margin: 0;
    padding: 0 5px 0 5px;
    background: #cc1100;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 2.4;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: background 0.3s;
}
.news li .podr:hover {
    background: #3eacd7;
}
.h1zag {
    display: inline;
    float: left;
    overflow: visible;
    width: 98%;
    height: auto;
    font-size: 34px;
    font-weight: 300;
    color: #475577;
    margin: 10px 1%;
}
.h1zag span {
    float: left;
}
.otz {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.all {
    float: right;
    position: relative;
    background: #717171;
    width: auto;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    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;
    margin: 20px 10px 30px 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.all:hover {
    background: #006699;
}
.main-news {
    background: url(../img/fon-st.jpg) center center no-repeat;
}
.main-news .h1zag {
    color: #fff;
}
.main-preim .all {
    background: #cc1100;
}
.main-preim .all:hover {
    background: #006699;
}
.main-header {
    background: rgba(255, 255, 255, .8);
    z-index: 555;
}
.main-slid {
    margin-top: -100px;
}

/*
pagenav
*/
.pages {
    overflow: visible;
    width: auto;
    float: left;
    display: inline;
    height: auto;
    margin: 0px 1.5% 25px 1.5%;
    width: 97%;
}
ul.pagenav {
    overflow: visible;
    width: auto;
    float: left;
}
ul.pagenav li {
    list-style-type: none;
    float: left;
}
ul.pagenav li a, ul.pagenav li span {
    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 #246aa3;
    background: #2c82c9;
    color: #fff;
}
ul.pagenav li a:active, ul.pagenav li a.active {
    background: #9ad92c;
    border: 1px solid #9ad92c;
    color: #fff;
}
ul.pagenav li a:hover, ul.pagenav li a.active:hover {
    color: #fff;
}
.yslinf {
    display: block;
    width: 300px;
    top: 0;
    position: relative;
    float: none;
    padding: 10px 20px 10px 20px;
    margin-top: 5px;
    background: #f2f2f2;
}