@font-face {
    font-family: "Proxima-Nova-Lt";
    src: url("../fonts/Proxima-Nova-Semibold.eot");
    src: url("../fonts/Proxima-Nova-Semibold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Proxima-Nova-Semibold.otf") format("opentype"),
         url("../fonts/Proxima-Nova-Semibold.woff") format("woff"),
         url("../fonts/Proxima-Nova-Semibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima-Nova-Rg";
    src: url("../fonts/Proxima-Nova-Regular.eot");
    src: url("../fonts/Proxima-Nova-Regular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Proxima-Nova-Regular.otf") format("opentype"),
         url("../fonts/Proxima-Nova-Regular.woff") format("woff"),
         url("../fonts/Proxima-Nova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Museo-Cyrl-300";
    src: url("../fonts/Museo-Cyrl-300.eot");
    src: url("../fonts/Museo-Cyrl-300.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Museo-Cyrl-300.otf") format("opentype"),
         url("../fonts/Museo-Cyrl-300.woff") format("woff"),
         url("../fonts/Museo-Cyrl-300.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Museo-Cyrl-700";
    src: url("../fonts/Museo-Cyrl-700.eot");
    src: url("../fonts/Museo-Cyrl-700.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Museo-Cyrl-700.otf") format("opentype"),
         url("../fonts/Museo-Cyrl-700.woff") format("woff"),
         url("../fonts/Museo-Cyrl-700.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Museo-Cyrl-900";
    src: url("../fonts/Museo-Cyrl-900.eot");
    src: url("../fonts/Museo-Cyrl-900.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Museo-Cyrl-900.otf") format("opentype"),
         url("../fonts/Museo-Cyrl-900.woff") format("woff"),
         url("../fonts/Museo-Cyrl-900.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BERNIER-Regular";
    src: url("../fonts/BERNIER-Regular.eot");
    src: url("../fonts/BERNIER-Regular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/BERNIER-Regular.otf") format("opentype"),
         url("../fonts/BERNIER-Regular.woff") format("woff"),
         url("../fonts/BERNIER-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font: normal 12px "Proxima-Nova-Rg", sans-serif;
    color: #000;
    background: url(../img/bg.jpg) repeat-y center 0;
}

a img, img {
    border: none;
}

a img, input[type=submit] {
    cursor: pointer;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input {
    background: none;
    border: none;
    outline: none;
}

.clear {
    clear: both;
}

#w {
    width: 280px;
    padding: 18px;
    background-color: #fff;
    color: #3e3e3e;
    font-size: 24px;
    border-radius: 5px;
    border: 2px solid #777;
    display: none;
    text-align: center;
    position: fixed;
    top: 10%;
    margin-left: -160px;
    left: 50%;
    z-index: 9999;
}

/* Анимация */
.ap, .aflb, .afrb, .aflipy, .aflipx, .afl, .afr, .a1, .a2, .a3, .a4 {
    visibility: hidden;
}

.b1 {
  visibility: visible;
  -webkit-animation: bounceIn 0.7s 0.2s ease both;
  -moz-animation: bounceIn 0.7s 0.2s ease both;
  -ms-animation: bounceIn 0.7s 0.2s ease both;
  -o-animation: bounceIn 0.7s 0.2s ease both;
  animation: bounceIn 0.7s 0.2s ease both;
}

.b2 {
  visibility: visible;
  -webkit-animation: bounceIn 0.7s 0.4s ease both;
  -moz-animation: bounceIn 0.7s 0.4s ease both;
  -ms-animation: bounceIn 0.7s 0.4s ease both;
  -o-animation: bounceIn 0.7s 0.4s ease both;
  animation: bounceIn 0.7s 0.4s ease both;
}

.b3 {
  visibility: visible;
  -webkit-animation: bounceIn 0.7s 0.6s ease both;
  -moz-animation: bounceIn 0.7s 0.6s ease both;
  -ms-animation: bounceIn 0.7s 0.6s ease both;
  -o-animation: bounceIn 0.7s 0.6s ease both;
  animation: bounceIn 0.7s 0.6s ease both;
}

.b4 {
  visibility: visible;
  -webkit-animation: bounceIn 0.7s 0.8s ease both;
  -moz-animation: bounceIn 0.7s 0.8s ease both;
  -ms-animation: bounceIn 0.7s 0.8s ease both;
  -o-animation: bounceIn 0.7s 0.8s ease both;
  animation: bounceIn 0.7s 0.8s ease both;
}

/* LightBox */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}
/* LightBox */

/* Меню */
#menubg {
    position: fixed;
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
    padding: 20px 0;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/menu.jpg) no-repeat center 0;
    background-size: cover;
    z-index: 999;
}

#menu {
    position: relative;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.menu {
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    outline: 0px solid #fff;
}

.menu li {
    list-style: none;
    width: auto;
    float: left;
    padding: 0 11px;
    margin: 0;
    outline: 0px solid #cc0000;
}

.menu li a {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font: normal 17px "Proxima-Nova-Lt", sans-serif;
    color: #fff;
}

/* Шапка */
#headerbg {
    max-width: 1920px;
    min-width: 320px;
    margin: 62px auto 0;
    padding: 20px 0;
}

#header {
    position: relative;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.header {
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    outline: 0px solid #fff;
}

.header li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    outline: 0px solid #cc0000;
}

.header li.hoc {
    display: none;
    width: 100%;
}

.header li.hl, .header li.hr {
    width: 360px;
    height: 143px;
    padding: 67px 5px 0 5px;
}

.header li.hc {
    max-width: 220px;
    width: 100%;
}

.header li.hl {
    background: url(../img/headbg1.png) no-repeat center 20px;
}

.header li.hr {
    background: url(../img/headbg2.png) no-repeat center 20px;
}

p.hz {
    text-align: center;
    font: normal 22px "Museo-Cyrl-300", sans-serif;
    color: #fff;
    margin: 0 0 7px 0;
    padding: 0;
}

p.hz span.ico1 {
    display: inline-block;
    width: 14px;
    height: 21px;
    margin: 0 5px 0 0;
    padding: 0;
    background: url(../img/ico1.png) no-repeat 0 0;
}

p.hz span.ico2 {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 4px 0 0;
    padding: 0;
    background: url(../img/ico2.png) no-repeat 0 0;
}

p.ht {
    text-align: center;
    font: normal 25px "Museo-Cyrl-900", sans-serif;
    color: #fff;
    margin: 0 0 7px 0;
    padding: 0;
}
p.ht a {
	color: #ffffff;
}

p.hs {
    text-align: center;
    font: normal 18px "Proxima-Nova-Rg", sans-serif;
    color: #bad2fd;
    margin: 0;
    padding: 0;
}

p.hs a {
    text-align: center;
    font: normal 18px "Proxima-Nova-Rg", sans-serif;
    color: #bad2fd;
    margin: 0;
    padding: 0 0 1px 0;
    border-bottom: 1px dashed #bad2fd;
}

p.hs a:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}

a.logo {
    display: block;
    width: 177px;
    height: 207px;
    margin: 0 auto;
    padding: 0;
    background: url(../img/logo.png) no-repeat 0 0;
}

a.hlogo2 {
    display: block;
    width: 177px;
    height: 207px;
    margin: 0 auto;
    padding: 0;
    background: url(../img/logo.png) no-repeat 0 0;
}

a.logo:hover, a.hlogo2:hover {
    text-decoration: none;
}

/* Первый экран */
#one {
    position: relative;
    max-width: 1920px;
    min-width: 320px;
    min-height: 660px;
    margin: 0 auto;
    padding: 0;
    background: url(../img/onebg.png) no-repeat center 0;
}

#headname h1 {
    max-width: 960px;
    text-align: center;
    font: normal 33px "Museo-Cyrl-900", sans-serif;
    color: #fff;
    margin: 0 auto 20px;
    padding: 0;
    line-height: 42px;
    text-transform: uppercase;
}

#headname h1 span {
    background: #E6007E;
}

#specbg {
    position: relative;
    max-width: 1086px;
    min-width: 320px;
    margin: 0 auto;
    padding: 28px 0 0px 0;
}

.specbg {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/specbg.png) no-repeat center 0;
    z-index: 5;
}

#spec {
    position: relative;
    max-width: 990px;
    min-width: 320px;
    padding: 0;
    margin: 0 auto 37px;
}

.specz {
    position: absolute;
    width: 310px;
    height: 36px;
    border: 2px solid #E6007E;
    border-radius: 10px;
    padding: 10px 13px;
    margin: 0 0 0 -170px;
    background: #044597;
    top: -32px;
    left: 50%;
    z-index: 5;
}

.specz p {
    text-align: center;
    font: normal 29px "BERNIER-Regular", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

/* Карусель */
#photomain {
    position: relative;
    max-width: 990px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    outline: 0px solid #cc0000;
}

#carusel {
    width: 930px;
    padding: 0;
	margin: 0 auto;
	overflow: hidden;
	outline: 0px solid #cc0000;
    border: 5px solid #044597;
    border-radius: 10px;
}

#carusel li {
	list-style: none;
	display: block;
    width: 930px;
    height: 410px;
    padding: 0;
	margin: 0;
    float: left;
    overflow: hidden;
}

#carusel li img {
	display: block;
    width: 930px;
    height: 410px;
    padding: 0;
	margin: 0;
    border-radius: 5px;
}

#photomain .previous {
    position: absolute;
    outline: none;
	cursor: pointer;
	width: 44px;
	height: 44px;
    margin-top: -22px;
    top: 50%;
    left: 2px;
    z-index: 50;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

#photomain .next {
    position: absolute;
    outline: none;
	cursor: pointer;
	width: 44px;
	height: 44px;
    margin-top: -22px;
    top: 50%;
    right: 2px;
    z-index: 50;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

#photomain .previous:hover, #photomain .next:hover {
    
}
/* Конец карусели */

.but1 {
    display: block;
    position: absolute;
    width: 300px;
    height: 70px;
    margin: -35px 0 0 -150px;
    top: 50%;
    left: 50%;
    background-image: url(../img/but1.png);
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: 5;
}

.but1:hover {
    background-position: center -72px;
}

#one h2 {
    max-width: 960px;
    text-align: center;
    font: normal 26px "Museo-Cyrl-900", sans-serif;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    line-height: 140%;
    text-transform: uppercase;
}

#one h2 span {
    background: #E6007E;
    padding: 1px 5px;
}

/* Оформление мероприятий */
#meropr {
    position: relative;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 5px 0 0 0;
}

.meropr {
    list-style: none;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.meropr li {
    list-style: none;
    width: 300px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    float: left;
}

.mer {
    width: 290px;
    padding: 20px 5px 5px 5px;
    margin: 0 auto 10px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.mer p {
    text-align: center;
    font: 15px "Museo-Cyrl-900", sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
}

.mer img {
    display: block;
    width: 290px;
    height: 245px;
    padding: 0;
    margin: 15px auto 0;
}

.but2 {
    display: block;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../img/but2.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

.but2:hover {
    background-position: center -62px;
}

.but6 {
    display: block;
    width: 300px;
    height: 30px;
    margin: 0 auto;
    background-image: url(../img/but6.png);
    background-repeat: no-repeat;
    background-position: center 0;
	font: normal 17px "Proxima-Nova-Lt", sans-serif;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.but6:hover {
    background-position: center -62px;
	text-decoration: none;
}

/* Каталог */
#catbg {
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
    padding: 50px 0 0px 0;
    background: url(../img/catbg.png) no-repeat center 0;
    min-height: 1336px;
}

#cat {
    position: relative;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.catz {
    width: 300px;
    height: 36px;
    border: 2px solid #E6007E;
    border-radius: 10px;
    padding: 10px 8px;
    margin: 0 auto 50px;
    background: #fff;
}

.catz p {
    text-align: center;
    font: normal 29px "BERNIER-Regular", sans-serif;
    color: #E6007E;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cat {
    list-style: none;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.cat li {
    list-style: none;
    width: 240px;
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
}

.pr {
    width: 210px;
    padding: 5px 5px 5px 5px;
    margin: 0 auto 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #474747;
}

.prz {
    display: table-cell;
    vertical-align: middle;
    width: 210px;
    height: 48px;
    padding: 0;
    margin: 0 auto;
}

.pr h3 {
    text-align: center;
    font: normal 16px "Museo-Cyrl-900", sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
}

.pr img {
    display: block;
    width: 210px;
    height: 200px;
    margin: 0 auto;
}

.prt {
    width: 190px;
    margin: 0 auto;
    padding: 10px;
    border-top: 2px solid #E6007E;
    background: #044597;
    border-radius: 0 0 10px 10px;
}

.prt p {
    text-align: center;
    font: normal 15px "Proxima-Nova-Rg", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}

.but3 {
    display: block;
    width: 230px;
    height: 63px;
    margin: 0 auto;
    background-image: url(../img/but3.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

.but3:hover {
    background-position: center -65px;
}

#catbg p.zag {
    max-width: 960px;
    text-align: center;
    font: normal 26px "Museo-Cyrl-900", sans-serif;
    color: #fff;
    margin: 85px auto 0;
    padding: 0;
    line-height: 140%;
    text-transform: uppercase;
}

#catbg p.zag span {
    background: #E6007E;
    padding: 1px 5px;
}

/* Доп. услуги */
#dopser {
    position: relative;
    max-width: 1060px;
    min-width: 320px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

/* Карусель */
#photomain2 {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    outline: 0px solid #cc0000;
}

#carusel2 {
    width: 960px;
    padding: 0;
	margin: 0 auto;
	overflow: hidden;
	outline: 0px solid #cc0000;
}

#carusel2 li {
	list-style: none;
	display: block;
    width: 300px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    float: left;
}

.ds {
    width: 290px;
    padding: 20px 5px 5px 5px;
    margin: 0 auto 10px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.ds p {
    text-align: center;
    font: normal 15px "Museo-Cyrl-900", sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
}

.ds img {
    display: block;
    width: 290px;
    height: 245px;
    padding: 0;
    margin: 15px auto 0;
}

.but4 {
    display: block;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../img/but4.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

.but4:hover {
    background-position: center -62px;
}

#photomain2 .previous2 {
    position: absolute;
    outline: none;
	cursor: pointer;
	width: 44px;
	height: 44px;
    margin-top: -22px;
    top: 50%;
    left: 0;
    z-index: 50;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

#photomain2 .next2 {
    position: absolute;
    outline: none;
	cursor: pointer;
	width: 44px;
	height: 44px;
    margin-top: -22px;
    top: 50%;
    right: 0;
    z-index: 50;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

#photomain2 .previous2:hover, #photomain2 .next2:hover {
    
}
/* Конец карусели */

/* Наши клиенты и партнеры */
#part {
    position: relative;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0px 0 30px 0;
}

#part p.zag {
    max-width: 960px;
    text-align: center;
    font: normal 26px "Museo-Cyrl-900", sans-serif;
    color: #fff;
    margin: 0px auto 30px;
    padding: 0;
    line-height: 140%;
    text-transform: uppercase;
}

#part p.zag span {
    background: #E6007E;
    padding: 1px 5px;
}

.part {
    list-style: none;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.part li {
    list-style: none;
    width: 140px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    float: left;
}

.part li img {
    display: block;
    width: 140px;
    height: 140px;
    padding: 0;
    margin: 0 auto;
}

/* Последние события */
#psbg {
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
    padding: 40px 0 0px 0;
    background: url(../img/psbg.png) no-repeat center 0;
    min-height: 735px;
}

#ps {
    position: relative;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.psz {
    width: 300px;
    height: 36px;
    border: 2px solid #E6007E;
    border-radius: 10px;
    padding: 10px 8px;
    margin: 0 auto 45px;
    background: #fff;
}

.psz p {
    text-align: center;
    font: normal 29px "BERNIER-Regular", sans-serif;
    color: #E6007E;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ps {
    list-style: none;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.ps li {
    list-style: none;
    width: 220px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    float: left;
}

.ps a {
    display: block;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    border-radius: 10px;
    border: 5px solid #fff;
}

.ps a img {
    display: block;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    border-radius: 10px;
}

#psbg p.zag {
    max-width: 960px;
    text-align: center;
    font: normal 26px "Museo-Cyrl-900", sans-serif;
    color: #fff;
    margin: 100px auto 0;
    padding: 0;
    line-height: 140%;
    text-transform: uppercase;
}

#psbg p.zag span {
    background: #E6007E;
    padding: 1px 5px;
}

/* Вопросы и ответы */
#faq {
    position: relative;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 30px 0;
}

.faq {
    margin: 0 auto 20px;
    padding: 0;
}

.faqz {
    margin: 0 auto 25px;
    padding: 15px 20px 15px 25px;
    background: #044597;
    border: 2px solid #E6007E;
    border-radius: 10px;
    box-shadow: 2px 3px 10px #999;
    cursor: pointer;
}

.faqz p {
    text-align: left;
    font: normal 18px "Museo-Cyrl-700", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 120%;
}

.faqz .sc {
    display: inline-block;
    width: 14px;
    height: 9px;
    float: right;
    margin: 6px 0 0 0;
    background-image: url(../img/strelka.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.faqt {
    display: none;
    margin: 0 auto;
    padding: 0 22px 0 27px;
}

.faqt p {
    text-align: left;
    font: bold 17px "Proxima-Nova-Rg", sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 120%;
}

.but5 {
    display: block;
    width: 230px;
    height: 62px;
    margin: 30px auto 0;
    background-image: url(../img/but5.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

.but5:hover {
    background-position: center -64px;
}

/* Как нас найти и подвал */
#footerbg {
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

#mapbg {
    position: relative;
    max-width: 1100px;
    min-width: 320px;
    margin: 0 auto;
    padding: 50px 0 70px 0;
}

.mapbg {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/mapbg.png) no-repeat center 0;
    z-index: 1;
    cursor: pointer;
}

#map {
    position: relative;
    max-width: 940px;
    min-width: 300px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: 5px solid #044597;
    border-radius: 10px;
}

.mapz {
    position: absolute;
    width: 300px;
    height: 36px;
    border: 2px solid #E6007E;
    border-radius: 10px;
    padding: 10px 8px;
    margin: 0 0 0 -160px;
    background: #fff;
    top: -33px;
    left: 50%;
    z-index: 15;
}

.mapz p {
    text-align: center;
    font: normal 29px "BERNIER-Regular", sans-serif;
    color: #E6007E;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#map img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
}

#footer {
    position: relative;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.footer {
    list-style: none;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.footer li {
    list-style: none;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
}

.footer li.footl {
    width: 205px;
}

.footer li.footc {
    width: 495px;
    padding: 24px 10px 0 10px;
}

.footer li.footr {
    width: 220px;
    padding: 24px 10px 0 10px;
}

.flogo {
    display: block;
    width: 177px;
    height: 95px;
    margin: 0 0 0 23px;
    padding: 0;
    background: url(../img/logo2.png) no-repeat center 0;
}

p.fadr {
    text-align: center;
    font: normal 18px "Museo-Cyrl-900", sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 120%;
}

p.socp {
    text-align: center;
    font: normal 22px "Museo-Cyrl-700", sans-serif;
    color: #000;
    margin: 9px 0 5px;
    padding: 0;
    line-height: 120%;
}

p.footmp {
    text-align: center;
    font: normal 18px "Museo-Cyrl-300", sans-serif;
    color: #294793;
    margin: 0;
    padding: 0 0 1px 0;
    line-height: 120%;
}

p.socp .vk {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    background: url(../img/soci1.png) no-repeat center center;
}

p.socp .ins {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    background: url(../img/soci2.png) no-repeat center center;
}

p.socp .vk:hover, p.socp .ins:hover {
    text-decoration: none;
	opacity: 0.9;
}

p.socp .footph {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 0;
    background: url(../img/ico2.png) no-repeat center center;
    background-size: contain;
}

p.footmp a {
    text-align: center;
    font: normal 18px "Museo-Cyrl-300", sans-serif;
    color: #294793;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #294793;
}

p.footmp a:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}

.dlogo {
    display: block;
    width: 176px;
    height: 55px;
    margin: 0 0 5px 0;
    padding: 0;
    background: url(../img/dlogo.png) no-repeat center 0;
    float: right;
}

.footr p {
    text-align: right;
    font: normal 12px "Museo-Cyrl-300", sans-serif;
    color: #474747;
    margin: 0;
    padding: 0;
}


.single-info {
    margin: 0 auto;
    padding: 15px 22px 0 27px;
}

.single-info p {
    text-align: left;
    font: bold 17px "Proxima-Nova-Rg", sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 34px;
}

.single-img {
    width: 290px;
    padding: 5px;
    margin: 0 auto 10px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.single-img p {
    text-align: center;
    font: 15px "Museo-Cyrl-900", sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
}

.single-img img {
    display: block;
    width: 290px;
    height: 245px;
    padding: 0;
}

.zakaz-info {
    color: #ff0000 !important;
    margin-top: 15px !important;
    font-size: 20px !important;
}

/*********/

span.page-numbers.current, .nav-links a {
    display: inline-block;
    text-decoration: none;
    background: #044597;
    padding: 8px 12px;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 14px;
}
span.page-numbers.current {
font-weight: bold;
background: #e3e3e3;
color: #111 !important;
}
.nav-links a:hover {
color: #fff;
background: #e6007e;
}
.nav-links {
clear: both;
}