/* ----------------- import css ----------------- */
@import "reset.css";
@import "print.css";
@import "content.css";
/* ----------------- global ----------------- */
.grecaptcha-badge {display: none;}
html {
    height: 100%;
    min-height: 100%;
    background: url(../img/background.jpg) repeat;
}
body {
    height: 100%;
    min-height: 100%;
}
a {
    color: #32b0ff;
    text-decoration: underline;
}
a:hover {
    color: #ed2394;
}
/* ----------------- fonts ----------------- */
@font-face {
    font-family: 'plm55';
    src: url('fonts/plm55.eot');
    src: url('fonts/plm55.eot?#iefix') format('embedded-opentype'), url('fonts/plm55.woff') format('woff'), url('fonts/plm55.ttf') format('truetype'), url('fonts/plm55.svg#plm55') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'plm65';
    src: url('fonts/plm65.eot');
    src: url('fonts/plm65.eot?#iefix') format('embedded-opentype'), url('fonts/plm65.woff') format('woff'), url('fonts/plm65.ttf') format('truetype'), url('fonts/plm65.svg#plm65') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'plm75';
    src: url('fonts/plm75.eot');
    src: url('fonts/plm75.eot?#iefix') format('embedded-opentype'), url('fonts/plm75.woff') format('woff'), url('fonts/plm75.ttf') format('truetype'), url('fonts/plm75.svg#plm85') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ----------------- container ----------------- */
.container {
    min-height: 100%;
    height: auto!important;
    min-width: 1000px;
}
.container .empty {
    height: 220px;
}
.is-hidden {
    display: none;
}
/* ----------------- header ----------------- */
.header {
    height: 327px;
    background: url(../img/uc-header.png) 50% 0 no-repeat;
    position: relative;
    z-index: 3;
}
.uc .header {
    background-image: url(../img/uc-header.png);
}
.header.typ {
    height: 368px;
    background: url(../img/header-typ.jpg) 50% 0 no-repeat;
}
.uc .header.typ {
    background-image: url(../img/uc-header-typ.jpg);
}
.header .header-block {
    width: 1000px;
    height: 327px;
    margin: 0 auto;
    position: relative;
}
.header .logo {
    display: block;
    width: 153px;
    height: 174px;
    background: url(../img/logo.png) no-repeat;
    position: absolute;
    left: 423px;
    top: 33px;
    cursor: default;
}
.uc .header .logo {
    width: 188px;
    height: 159px;
    background: url(../img/logo-uc.png) no-repeat;
    left: 406px;
    top: 41px;
}
.header .logo[href] {
    cursor: pointer;
}
.header .add-links {
    width: 360px;
    position: absolute;
    left: 30px;
    top: 46px;
}
.header .add-links .link {
    display: inline-block;
    height: 24px;
    margin-right: 27px;
    vertical-align: top;
    font-size: 15px;
    line-height: 18px;
    padding-top: 5px;
    color: #ffcc00;
    font-family: 'plm55', sans-serif;
    text-decoration: underline;
}
.header .add-links .link:hover {
    color: #fbaf5d;
}
.header .sitemap {
    background: url(../img/sitemap.png) no-repeat;
    padding-left: 40px;
    margin-left: 26px;
}
.header .map {
    background: url(../img/map.png) no-repeat;
    padding-left: 35px;
}
.header .header-contact {
    width: 300px;
    position: absolute;
	text-align: right;
	top: 85px;
	left: 40px;
}
.header .tel-label {
	color: #fff;
	font-size: 22px;
	line-height: 25px;
    font-family: 'plm65', sans-serif;
	text-shadow: 0 1px #000;
	margin-bottom: 5px;
}
.header .tel {
	color: #fff;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 35px;
    font-family: 'plm75', sans-serif;
	text-shadow: 0 1px #000;
}
.header .tel-code {
	color: #c1c1c1;
}
.header .c-tel {
	height: 30px;
	padding-left: 40px;
	background: url(../img/tel.png) no-repeat;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
    font-family: 'plm65', sans-serif;
	color: #ffdf00;
}
.header .c-tel:hover {
	color: #ffdf00;
	text-decoration: none;
}
.header .choice {
    width: 280px;
    position: absolute;
    left: 135px;
    top: 164px;
    z-index: 4;
}
.header .choice-label {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}
.header .city-choice {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    position: relative;
}
.header a.city-open {
    padding: 5px 28px 6px 10px;
    display: inline-block;
    background: #000;
    border: 1px solid #ffdf00;
    color: #ffdf00;
    font-family: 'plm55', sans-serif;
    position: relative;
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
    font-size: 15px;
    line-height: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
.header a.city-open .dot {
    background: url(../img/dot-yellow.gif) 0 100% repeat-x
}
.header a.city-open:hover .dot {
    background: none;
}
.header a.city-open:after {
    content: " ";
    display: block;
    width: 7px;
    height: 4px;
    background: url(../img/arrow-1.png) no-repeat;
    position: absolute;
    right: 9px;
    top: 12px;
}
.header .city-list-block {
    position: absolute;
    top: 100%;
    left: -2px;
    background: #000;
    width: 180px;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
.header .city-list {
    padding: 15px 22px;
}
.header .city-li {
    margin-bottom: 8px;
}
.header a.city-link {
    text-decoration: underline;
    color: #ffdf00;
    font-family: 'plm55', sans-serif;
}
.header a.city-link:hover {
    color: #fff;
    text-decoration: none;
}
.header .slogan {
    width: 330px;
    position: absolute;
    top: 40px;
    left: 659px;
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    text-shadow: 0 2px 0 #000;
    font-family: 'plm75', sans-serif;
    text-transform: uppercase;
}
.header a.training {
    border: 1px solid #ffdf00;
    color: #ffdf00;
    font-family: 'plm75', sans-serif;
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
    font-size: 15px;
    line-height: 19px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    padding: 7px 25px 0 40px;
    height: 25px;
    position: absolute;
    left: 656px;
    top: 163px;
    background: #000 url(../img/comp.png) 8px 4px no-repeat;
}
.uc .header a.training {
    background-image: url(../img/chop.png);
}
.header a.training:after {
    width: 10px;
    height: 5px;
    background: url(../img/arrow-2.gif) no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    top: 13px;
}
.header a.training:hover {
    -webkit-box-shadow: 0 0 0 2px #000, 0 3px 6px #000;
    box-shadow: 0 0 0 2px #000, 0 3px 6px #000;
    text-decoration: none;
}
/* ----------------- menu ----------------- */
.menu {
    width: 967px;
    height: 102px;
    position: absolute;
    left: 20px;
    top: 213px;
    background: url(../img/menu.png) no-repeat;
    padding: 19px 0 0 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -3px;
    text-align: center;
}
.menu a.menu-item {
    font-family: 'plm75', sans-serif;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 18px 15px 0;
    height: 35px;
    border-right: 1px solid rgba(0,0,0,0.15);
    font-size: 15px;
    line-height: 18px;
    letter-spacing: normal;
    background: url(../img/menu-hover-center.jpg) 0 -1000px repeat-x;
    position: relative;
    text-shadow: 0 1px 1px #c4c4c4;
    min-width: 60px;
    text-align: center;
}
.menu a.menu-item:hover {
    text-decoration: underline;
}
.menu a.menu-item:first-child {
    border-left: 1px solid rgba(0,0,0,0.15);
}
.menu a.menu-item:after {
    content: " ";
    display: block;
    width: 41px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: url(../img/menu-hover-left.jpg) 0 -1000px no-repeat;
}
.menu a.menu-item:before {
    content: " ";
    display: block;
    width: 41px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background: url(../img/menu-hover-right.jpg) 0 -1000px no-repeat;
}
.menu .item-inner {
    position: relative;
    z-index: 1;
}
.menu a.menu-item.current, .menu a.menu-item.current:after, .menu a.menu-item.current:before {
    background-position: 0 0;
}
/* ----------------- slider ----------------- */
.slider {
    margin-top: -127px;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.slider .slider-block {
    width: 1000px;
    margin: 0 auto;
    height: 650px;
    position: relative;
}
.slider .slides {
    position: absolute;
    left: -481px;
    top: 0;
}
.slider .slide {
    width: 1963px;
    height: 694px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
}
.slider .slide:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
}
.slider .slider-img {
    width: 1963px;
    height: 694px;
}
.slider .slider-bottom {
    width: 2000px;
    height: 183px;
    background: url(../img/slider-bottom.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: -500px;
    z-index: 9;
}
.slider .slide-title {
    width: 375px;
    padding: 30px 35px 40px;
    background: #fff;
    border: 5px solid #000;
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: 502px;
    top: 217px;
    -webkit-box-shadow: 0 0 0 1px #575757, 0 0 0 2px #000;
    box-shadow: 0 0 0 1px #575757, 0 0 0 2px #000;
}
.slider .slide-head {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-family: 'plm65', sans-serif;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: url(../img/slide-dot.gif) 0 100% repeat-x;
}
.slider .slide-par {
    font-family: 'plm55', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 21px;
}
.slider .slide-dots {
    height: 25px;
    width: 1000px;
    left: 0;
    top: 560px;
    z-index: 55;
    position: absolute;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider .slide-dots a {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 2px solid #000;
    border-radius: 12px;
    vertical-align: top;
    margin: 0 6px;
    background: #ffdf00;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.slider .slide-dots a:hover, .slider .slide-dots a.current {
    -webkit-box-shadow: 0 0 0 2px #ffdf00 inset;
    box-shadow: 0 0 0 2px #ffdf00 inset;
    background: #000;
}
.slider .slide-prev {
    display: block;
    width: 43px;
    height: 72px;
    background: url(../img/slide-prev.png) no-repeat;
    position: absolute;
    left: -76px;
    top: 290px;
    z-index: 11;
}
.slider .slide-next {
    display: block;
    width: 43px;
    height: 72px;
    background: url(../img/slide-next.png) no-repeat;
    position: absolute;
    right: -76px;
    top: 290px;
    z-index: 11;
}
/* ----------------- services ----------------- */
.services {
    width: 860px;
    margin: 0 auto;
    background: url(../img/services-bg.png) repeat-y;
}
.services.typ {
    padding-bottom: 70px;
    background: none;
}
.services .services-head {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'plm75', sans-serif;
    text-shadow: 0 2px 3px rgba(0,0,0,0.25);
    margin-bottom: 15px;
}
.services .services-head:after {
    display: inline-block;
    vertical-align: middle;
    background: #000;
    width: 80px;
    height: 1px;
    content: " ";
    margin-left: 37px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}
.services .services-head:before {
    display: inline-block;
    vertical-align: middle;
    background: #000;
    width: 80px;
    height: 1px;
    content: "";
    margin-right: 37px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}
.services .va-m {
    vertical-align: middle;
}
.services .services-par {
    color: #636363;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 20px;
}
.services .services-list {
    padding-top: 30px;
    border-top: 3px double rgba(0,0,0,0.15);
}
.ie-8 .services .services-list {
    border-top: 3px double #d6d6d6;
}
.services .services-list:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.services .services-col-1 {
    width: 58.2%;
    float: left;
}
.services .services-col-2 {
    width: 41.8%;
    float: left;
}
.services .s-list {
    margin-left: 15px;
    width: 340px;
}
.services a.s-link {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-family: 'plm75', sans-serif;
    display: block;
    padding: 7px 5px 7px 25px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}
.services a.s-link:before {
    display: block;
    width: 4px;
    height: 8px;
    background: url(../img/s-li.png) no-repeat;
    content: "";
    left: 13px;
    top: 13px;
    position: absolute;
}
.services a.s-link:hover:before {
    background-position: 0 100%;
}
.services a.s-link:hover {
    color: #ffcc00;
    background: #000;
    -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 1px #ffcc00 inset, 0 3px 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 1px #000, 0 0 0 1px #ffcc00 inset, 0 3px 3px rgba(0,0,0,0.3);
    text-decoration: none;
}
/* ----------------- news ----------------- */
.news {
    background: url(../img/background-3.jpg) repeat;
}
.uc .news {
    background: url(../img/background-4.jpg) repeat;
}
.news .news-head {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 35px;
    position: relative;
}
.news .news-head:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #404040;
    left: 0;
}
.news .news-h {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'plm75', sans-serif;
    text-shadow: 0 1px #000;
}
.news a.tape {
    display: inline-block;
    padding: 7px 16px 6px 38px;
    background: #000 url(../img/tape.gif) 14px 10px no-repeat;
    border: 1px solid #ffcc00;
    position: absolute;
    left: 469px;
    top: 5px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffcc00;
    text-decoration: none;
    font-family: 'plm65', sans-serif;
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.news a.tape:hover {
    -webkit-box-shadow: 0 0 0 2px #000, 0 3px 6px #000;
    box-shadow: 0 0 0 2px #000, 0 3px 6px #000;
}
.news .subscr {
    display: inline-block;
    padding: 7px 12px 6px 33px;
    background: #000 url(../img/subscr.gif) 10px 9px no-repeat;
    border: 1px solid #ffcc00;
    position: absolute;
    left: 702px;
    top: 5px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffcc00;
    text-decoration: none;
    font-family: 'plm65', sans-serif;
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.news .subscr:hover {
    -webkit-box-shadow: 0 0 0 2px #000, 0 3px 6px #000;
    box-shadow: 0 0 0 2px #000, 0 3px 6px #000;
}
.news .news-bg {
    padding: 175px 0 75px 0;
    background: url(../img/main-news.jpg) 50% 0 no-repeat;
    min-height: 300px;
}
.uc .news .news-bg {
    background-image: url(../img/uc-main-news.jpg);
}
.news .news-coloumns:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.news-block {
    width: 960px;
    margin: 0 auto;
}
.news .col-1 {
    width: 55.9%;
    float: left;
}
.news .col-2 {
    width: 44.1%;
    float: left;
}
.news .news-list {
    width: 420px;
}
.news .date {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    padding: 0 0 0 27px;
    height: 15px;
    background: url(../img/date.gif) no-repeat;
    font-family: 'plm85', sans-serif;
    margin-bottom: 8px;
}
.news a.news-link {
    color: #ffdf00;
    font-size: 17px;
    line-height: 24px;
    font-family: 'plm75', sans-serif;
    text-shadow: 0 1px 0 #000;
}
.news a.news-link:hover {
    color: #b58000;
}
.news p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
    text-shadow: 0 1px 0 #000;
}
.news .news-par {
    display: none;
}
.news .news-li {
    margin-bottom: 26px;
    padding-top: 26px;
    background: url(../img/dot-white.gif) repeat-x;
}
.news .news-li:first-child {
    background: none;
    padding-top: 0;
}
/* ----------------- typical ----------------- */
.typical {
    width: 1000px;
    margin: 0 auto;
}
.typical:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.typical .col-1 {
    width: 62%;
    float: left;
    padding-bottom: 40px;
}
.typical .col-2 {
    width: 38%;
    float: left;
    padding-bottom: 40px;
}
.typical .content-area {
    padding-left: 20px;
}
.typical .side {
    margin-left: 32px;
    width: 336px;
}
/* ----------------- crumbs ----------------- */
.crumbs {
    margin: 0 20px 30px;
    background: url(../img/crumbs.gif) 0 100% repeat-x;
    padding: 0 10px 15px;
}
.crumbs a.c-link {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-family: 'plm55', sans-serif;
    vertical-align: middle;
    text-decoration: underline;
}
.crumbs a.c-link.current {
    color: #636363;
    text-decoration: none;
    cursor: default;
}
.crumbs a.c-link.current[href] {
    text-decoration: underline;
    cursor: pointer;
}
.crumbs a.c-link:hover, .crumbs a.c-link.current[href]:hover {
    text-decoration: none;
}
.crumbs .separator {
    width: 4px;
    height: 7px;
    background: url(../img/separator.gif) no-repeat;
    vertical-align: middle;
    margin: 0 10px;
    display: inline-block;
}
/* ----------------- side menu ----------------- */
.side-nav {
    width: 328px;
    border: 1px solid #ffb400;
    background: #ffcc00;
    border-radius: 0 0 20px 20px;
    padding: 4px 3px 3px 3px;
    position: relative;
    margin-bottom: 36px;
}
.side-nav:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    position: absolute;
}
.side-nav .side-nav-list {
    background: #fff;
    border: 1px solid #ffb400;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 1px 0 #fff, 0 15px 15px rgba(255,204,0,0.25);
    padding: 3px;
}
.side-nav .nav-li {
    border-top: 1px solid #e1e1e1;
}
.side-nav .nav-li:first-child {
    border-top: none;
}
.side-nav a.nav-link {
    display: block;
    padding: 9px 10px 9px 30px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    font-family: 'plm75', sans-serif;
    position: relative;
}
.side-nav a.nav-link:hover {
    color: #ffcc00;
}
.side-nav a.nav-link:before {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url(../img/arrow-4.png) no-repeat;
    position: absolute;
    left: 12px;
    top: 16px;
}
.side-nav a.nav-link.current:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.side-nav .side-nav-2 {
    border-top: 1px solid #e1e1e1;
    padding: 15px 25px 15px 54px;
}
.side-nav .in-li {
    margin-bottom: 5px;
}
.side-nav a.in-link {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-family: 'plm75', sans-serif;
    text-decoration: none;
    padding-left: 18px;
    position: relative;
    display: inline-block;
}
.side-nav a.in-link:hover {
    color: #ffcc00;
}
.side-nav a.in-link:before {
    width: 7px;
    height: 10px;
    background: url(../img/arrow-5.png) no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}
.side-nav a.in-link.current:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.side-nav .side-nav-3 {
    padding: 10px 0 5px;
    margin-left: 17px;
}
.side-nav .in-li-3 {
    margin-bottom: 5px;
}
.side-nav a.in-link-3 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-family: 'plm75', sans-serif;
}
.side-nav a.in-link-3:before {
    width: 4px;
    height: 2px;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 2px;
}
.side-nav a.in-link-3:hover {
    color: #ffcc00;
}
.side-nav a.in-link-3.current {
    color: #b7b7b7;
    text-decoration: none;
}
/* ----------------- side news ----------------- */
.side-news {
    background: url(../img/news-bg.png) repeat;
    border: 6px solid #1f1f20;
    width: 291px;
    position: relative;
    padding: 25px 15px;
    margin-left: 3px;
    -webkit-box-shadow: 0 20px 20px -10px rgba(0,0,0,0.4);
    box-shadow: 0 20px 20px -10px rgba(0,0,0,0.4);
    margin-bottom: 35px;
}
.side-news .side-news-list {
    margin-bottom: 15px;
}
.side-news:before {
    content: "";
    display: block;
    height: 1px;
    background: #636363;
    left: -4px;
    top: -5px;
    width: 331px;
    position: absolute;
}
.side-news:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #636363;
    width: 321px;
    left: 0;
    bottom: 0;
}
.side-news .news-head {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    text-shadow: 0 2px #000;
    text-transform: uppercase;
    font-family: 'plm75', sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #121213;
    position: relative;
    margin-bottom: 18px;
}
.side-news .news-head:after {
    height: 1px;
    background: #404040;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
}
.side-news .news-li {
    background: url(../img/dot-white.gif) repeat-x;
    padding: 15px 0 10px;
}
.side-news .news-li:first-child {
    background: none;
    padding-top: 0;
}
.side-news .date {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    padding: 0 0 0 27px;
    height: 15px;
    background: url(../img/date.gif) no-repeat;
    font-family: 'plm55', sans-serif;
    margin-bottom: 8px;
}
.side-news a.news-link {
    font-size: 15px;
    line-height: 24px;
    font-family: 'plm75', sans-serif;
    text-shadow: 0 1px 0 #000;
    color: #ffdf00;
}
.side-news a.news-link:hover {
    color: #fbaf5d;
}
.side-news a.n-button {
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    color: #ffcc00;
    text-decoration: none;
    font-family: 'plm65', sans-serif;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #ffcc00;
    display: inline-block;
}
.side-news a.news-page {
    padding: 7px 16px 6px 38px;
    background: #000 url(../img/tape.gif) 14px 10px no-repeat;
    margin-bottom: 21px;
}
.side-news a.subsr {
    padding: 7px 12px 6px 33px;
    background: #000 url(../img/subscr.gif) 10px 9px no-repeat;
}
.side-news a.n-button:hover {
    -webkit-box-shadow: 0 0 0 2px #000, 0 3px 6px #000;
    box-shadow: 0 0 0 2px #000, 0 3px 6px #000;
}
/* ----------------- navigator ----------------- */
.navigator {
    width: 32px;
    padding: 7px 9px 1px;
    position: fixed;
    z-index: 99;
    right: 8px;
    top: 50%;
    margin-top: -85px;
    background: #fff;
    border-radius: 35px;
    border: 4px solid #000;
}
.navigator a.navigator-anc {
    text-decoration: none;
    display: block;
    width: 27px;
    height: 23px;
    padding-top: 4px;
    border-radius: 20px;
    background: #000;
    border: 3px solid #000;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'plm75', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.navigator a.navigator-anc:hover {
    -webkit-box-shadow: 0 0 0 3px #ffdf00;
    box-shadow: 0 0 0 3px #ffdf00;
}
.navigator a.navigator-anc.active {
    -webkit-box-shadow: 0 0 0 2px #ffdf00 inset;
    box-shadow: 0 0 0 2px #ffdf00 inset;
    color: #ffdf00;
}
/* ----------------- subscr-block ----------------- */
.subscr-block {
    width: 353px;
    background: #fff;
    position: relative;
    border: 5px solid #000;
    -webkit-box-shadow: 0 0 0 1px #575757, 0 0 0 2px #000, 0 0 60px #fff;
    box-shadow: 0 0 0 1px #575757, 0 0 0 2px #000, 0 0 60px #fff;
    border-radius: 0 0 18px 18px;
    padding: 33px 50px 40px 50px;
}
.subscr-block .sub-head {
    color: #000;
    font-size: 29px;
    line-height: 33px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    text-align: center;
    font-family: 'plm75', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.subscr-block .sub-comment {
    text-align: center;
    color: #464646;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}
.subscr-block .sub-label {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-family: 'plm75', sans-serif;
    display: inline-block;
    margin: 0 0 9px 9px;
}
.subscr-block .w6 {
    width: 176px;
    margin-right: 8px;
}
.subscr-block .va-m {
    vertical-align: middle;
}
/* ----------------- footer ----------------- */
.footer {
    background: url(../img/background-2.jpg) repeat;
    border-top: 1px solid #111;
    height: 220px;
    margin-top: -221px;
    min-width: 1000px;
    position: relative;
}
.footer.typ {
    border-top: none;
    margin-top: -220px;
}
.footer.typ .footer-inner {
    height: 220px;
    background: url(../img/footer-inner.jpg) repeat;
}
.footer:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #282828;
}
.footer.typ:after {
    display: none;
}
.footer .footer-block {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 220px;
}
.footer .copy {
    width: 260px;
    position: absolute;
    left: 18px;
    top: 70px;
    font-size: 13px;
    line-height: 20px;
    color: #c1c1c1;
    text-shadow: 0 1px #000;
}
.footer .copy a.mail {
    color: #ffdf00;
    text-decoration: underline;
}
.footer .copy a.mail:hover {
    text-decoration: none;
}
.footer a.feedback-link {
    padding-left: 40px;
    height: 24px;
    text-shadow: 0 1px #000;
    color: #d6bb04;
    font-size: 15px;
    line-height: 18px;
    font-family: 'plm75', sans-serif;
    display: inline-block;
    background: url(../img/feedback-link.png) no-repeat;
    position: absolute;
    left: 307px;
    top: 70px;
    padding-top: 5px;
    text-decoration: underline;
}
.footer a.feedback-link:hover {
    color: #fbaf5d;
}
.footer .city-choice {
    height: 27px;
    width: 180px;
    position: absolute;
    left: 483px;
    top: 70px;
    padding-top: 2px;
    z-index: 5;
}
.footer .open-choice {
    position: relative;
    z-index: 2;
    background: url(../img/city.png) no-repeat;
    padding-left: 43px;
    min-height: 29px;
}
.footer .city-choice a.open {
    font-size: 20px;
    line-height: 24px;
    color: #d6bb04;
    text-decoration: none;
}
.footer .city-choice a.open .dot {
    background: url(../img/dot-yellow.gif) 0 100% repeat-x;
    vertical-align: middle;
}
.footer .city-choice a.open:hover .dot {
    background: none;
}
.footer .city-choice .arrow {
    width: 10px;
    height: 5px;
    background: url(../img/arrow-3.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.footer .city-popup {
    background: #000;
    width: 200px;
    border-radius: 20px;
    position: absolute;
    z-index: 0;
    bottom: -17px;
    left: -11px;
    display: none;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.footer .city-list {
    padding: 30px 30px 40px 36px;
}
.footer .city-li {
    margin-bottom: 20px;
}
.footer .city-link {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'plm65', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.footer .city-link:hover {
    color: #a9a9a9;
    text-decoration: none;
}
.footer .contact {
    width: 300px;
    position: absolute;
    left: 693px;
    top: 55px;
    color: #c1c1c1;
    font-size: 13px;
    line-height: 18px;
}
.footer .contact a.email {
    color: #d6bb04;
    text-decoration: underline;
}
.footer .contact a.email:hover {
    text-decoration: none;
}
.content-date {
	color: #bbb;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	margin-bottom: 20px;
}
/* ----------------- gallery ----------------- */
.gallery {
	font-size: 0;
	line-height: 0;
	letter-spacing: -3px;
	width: 630px;
}
.gallery .gal, .gallery .gal:link, .gallery .gal:visited {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	text-decoration: none;
}
.gallery .gal img {
	margin: 0;
}
.gallery .title {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: normal;
	padding-top: 10px;
	width: 164px;
}
/* ----------------- popup ----------------- */
.hidden {
	display: none;
}
.c-popup {
	width: 730px;
	background: url(../img/c-popup.png) repeat;
	padding: 45px 45px 5px 45px;
	box-shadow: 0 0 0 4px #e1b403 inset;
}
.c-popup__city {
	color: #fff;
	font-size: 42px;
	line-height: 46px;
	margin-bottom: 30px;
    font-family: 'plm75', sans-serif;
	text-transform: uppercase;
}
.c-popup__row {
	margin-bottom: 45px;
}
.c-popup__row_v-1 {
	margin-bottom: 25px;
}
.c-popup__row:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.c-popup__left {
	width: 350px;
	margin-right: 60px;
	float: left;
}
.c-popup__right {
	width: 320px;
	float: left;
}
.c-popup__line {
    font-family: 'plm55', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.c-popup__line-2 {
    font-family: 'plm55', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #a4a4a4;
	margin-bottom: 10px;
}
.c-popup__mail {
	color: #e1b403;
}
.c-popup__mail:link,
.c-popup__mail:visited {
	color: #e1b403;
}
.c-popup__mail:hover {
	color: #e1b403;
	text-decoration: none;
}
.c-popup__more {
	color: #e1b403;
    font-family: 'plm75', sans-serif;
	font-size: 15px;
	line-height: 18px;
}
.c-popup__more:link,
.c-popup__more:visited {
	color: #e1b403;
}
.c-popup__more:hover {
	color: #e1b403;
	text-decoration: none;
}
.c-popup__tels {
    font-family: 'plm75', sans-serif;
}
.c-popup__row-2 {
    font-family: 'plm55', sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 25px;
	color: #fff;
}
.c-popup__row-tel {
	color: #ffcc00;
	padding: 15px 25px;
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	text-transform: uppercase;
    font-family: 'plm75', sans-serif;
	border: 1px solid #ffcc00;
	margin-bottom: 25px;
}
#c-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 45px;
}
.fancybox-lock {
    overflow: hidden;
}

/* ----------------- spec-link ----------------- */
.spec-link {
	width: 127px;
	height: 59px;
	background: url(../img/spec.png) no-repeat;
	position: fixed;
	z-index: 99;
	top: 50%;
	margin-top: 120px;
	right: -140px;
	text-decoration: none;
	padding: 8px 5px 0 65px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	display: block;
}
.spec-link:hover {
	right: 0px;
}
.spec-link.spec-link_typical {
	position: relative;
	top: auto;
	margin-top: 0;
	right: auto;
	background: url(../img/spec-typical.png) no-repeat;
	width: 439px;
	padding: 18px 5px 0 65px;
	height: 40px;
	margin-bottom: 35px;
}
.spec-link__dot {
	color: #000;
	text-transform: uppercase;
    font-family: 'plm75', sans-serif;
	font-size: 16px;
	line-height: 22px;
	border-bottom: 1px dotted #000;
}
.spec-link.spec-link_typical .spec-link__dot {
	font-size: 22px;
	line-height: 22px;
}
.spec-link:hover .spec-link__dot {
	border-bottom: none;
}

.pay-link {
    width: 127px;
    height: 59px;
    background: url(../img/pay.png) no-repeat;
    position: fixed;
    z-index: 99;
    top: 50%;
    margin-top: 190px;
    right: -140px;
    text-decoration: none;
    padding: 8px 5px 0 65px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    display: block;
}
.pay-link:hover {
    right: 0px;
}
.pay-link.pay-link_typical {
    position: relative;
    top: auto;
    margin-top: 0;
    right: auto;
    background: url(../img/spec-typical.png) no-repeat;
    width: 439px;
    padding: 18px 5px 0 65px;
    height: 40px;
    margin-bottom: 35px;
}
.pay-link__dot {
    color: #000;
    text-transform: uppercase;
    font-family: 'plm75', sans-serif;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px dotted #000;
}
.pay-link.pay-link_typical .pay-link__dot {
    font-size: 22px;
    line-height: 22px;
}
.pay-link:hover .pay-link__dot {
    border-bottom: none;
}
/* ----------------- call back ----------------- */
.call-back {
    background: url(../img/c-popup.png) repeat;
    width: 820px;
}
.call-back-link {
    width: 127px;
    height: 59px;
    background: url(../img/call.png) no-repeat;
    position: fixed;
    z-index: 99;
    top: 50%;
    margin-top: 260px;
    right: -140px;
    text-decoration: none;
    padding: 8px 5px 0 65px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    display: block;
}
.call-back-link:hover {
    right: 0px;
}
.call-back-link.call-back-link_typical {
    position: relative;
    top: auto;
    margin-top: 0;
    right: auto;
    background: url(../img/spec-typical.png) no-repeat;
    width: 439px;
    padding: 18px 5px 0 65px;
    height: 40px;
    margin-bottom: 35px;
}
.call-back-link__dot {
    color: #000;
    text-transform: uppercase;
    font-family: 'plm75', sans-serif;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px dotted #000;
}
.call-back-link.call-back-link_typical .call-back-link__dot {
    font-size: 22px;
    line-height: 22px;
}
.call-back-link:hover .call-back-link__dot {
    border-bottom: none;
}
.call-back_bottom {
    padding: 25px;
    color: #ffcc00;
    font-family: 'plm75', sans-serif;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
}
/* ----------------- zapis ----------------- */
.zapis {
    background: url(../img/c-popup.png) repeat;
    width: 820px;
}
.zapis-link {
    width: 127px;
    height: 59px;
    background: url(../img/call.png) no-repeat;
    position: fixed;
    z-index: 99;
    top: 50%;
    margin-top: 260px;
    right: -140px;
    text-decoration: none;
    padding: 8px 5px 0 65px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    display: block;
}
.zapis-link:hover {
    right: 0px;
}
.zapis-link.zapis-link_typical {
    position: relative;
    top: auto;
    margin-top: 0;
    right: auto;
    background: url(../img/spec-typical.png) no-repeat;
    width: 439px;
    padding: 18px 5px 0 65px;
    height: 40px;
    margin-bottom: 35px;
}
.zapis-link__dot {
    color: #000;
    text-transform: uppercase;
    font-family: 'plm75', sans-serif;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px dotted #000;
}
.zapis-link.zapis-link_typical .zapis-link__dot {
    font-size: 22px;
    line-height: 22px;
}
.zapis-link:hover .zapis-link__dot {
    border-bottom: none;
}
.zapis_bottom {
    padding: 25px;
    color: #ffcc00;
    font-family: 'plm75', sans-serif;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
}
/* ----------------- spec ----------------- */
.spec {
	background: url(../img/c-popup.png) repeat;
	width: 820px;
}
.spec__head {
	margin-bottom: 25px;
	color: #fff;
	font-size: 42px;
	line-height: 48px;
	text-transform: uppercase;
    font-family: 'plm75', sans-serif;
	text-align: center;
}
.spec__par {
	margin-bottom: 45px;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
    font-family: 'plm55', sans-serif;
	text-align: center;
}
.spec__inner {
	padding: 40px 20px 20px;
}
.spec__inner .form-label {
	text-align: right;
}
.spec__inner .label {
	color: #fff;
	margin-right: 30px;
}
.spec__bottom {
	background: #000;
	padding: 25px;
	color: #ffcc00;
    font-family: 'plm75', sans-serif;
	font-size: 32px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
}
.spec__bottom-par {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	margin-right: 20px;
}
.spec__button {
	vertical-align: middle;
}
.spec__req-1 {
	color: #ffcc00;
}
.spec__req-2 {
	color: #ffcc00;
}

#callspec_form-div .ok {
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
}
.stock-popup {
	width: 640px;
	height: 480px;
}
/* ----------------- myalarm ----------------- */
.content .myalarm img {
	box-shadow: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
.w-row:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.w-col-6 {
	float: left;
	width: 58%;
}
.w-col-3 {
	float: left;
	width: 20%;
}
.w-col-5 {
	float: left;
	width: 50%;
}
.w-col-5 h3 {
	margin-bottom: 10px;
}
.whid {
	display: none;
}