.adv-blocks-menu ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.adv-blocks-menu li a {
  display: none;
  position: relative;
}
.adv-blocks-menu li a.active {
  display: block;
}
.adv-blocks-menu li a.active .i {
  background-image: url(/app/public/images/static/advert2016/com_ikon_sr.png);
  background-size: cover;
}
.adv-blocks-menu li a.active .text {
  color: #fe0000;
}
.adv-blocks-menu .inner {
  text-align: center;
  white-space: nowrap;
}
.adv-blocks-menu .inner span {
  display: inline-block;
  vertical-align: middle;
}
.adv-blocks-menu .inner .text {
  box-sizing: border-box;
  font-size: 85%;
  padding: 0 15px;
}
.adv-blocks-menu a {
  color: inherit;
  text-decoration: none;
}
.adv-blocks-menu .i {
  width: 41px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/app/public/images/static/advert2016/com_ikon_sg.png);
}
.adv-blocks-menu .i-banner {
  background-position: 0 0;
}
.adv-blocks-menu .i-news {
  background-position: -41px 0;
}
.adv-blocks-menu .i-pr {
  background-position: -82px 0;
}
.adv-blocks-menu .i-inf {
  background-position: -123px 0;
}
.adv-blocks-menu .i-spec {
  background-position: -164px 0;
}
.adv-blocks-menu .i-audience {
  background-position: -205px 0;
}
.adv-blocks-menu .i-contacts {
  background-position: -246px 0;
}
.adv-blocks-menu-parent {
  position: relative;
  z-index: 3;
  font-size: 16px;
  background: #fff;
  border-bottom: 1px solid #dadada;
  width: 100% !important;
}
.adv-blocks-menu-parent.sticky {
  position: fixed;
  box-shadow: 0 0 5px #444;
  animation: showFromTop ease 1.5s;
  background: #f2f2f2;
}
.adv-blocks-menu-parent.open ul {
  flex-direction: column;
}
.adv-blocks-menu-parent.open a {
  display: block !important;
  margin-bottom: 12px;
}
.adv-blocks-menu-parent .mobile-burger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: right;
  outline: none;
}
.adv-blocks-menu-parent .mobile-burger span {
  display: block;
  float: right;
  clear: both;
  width: 30px;
  height: 2px;
  margin-bottom: 2px;
  background: #000;
}
.adv-blocks-menu-parent .mobile-burger span:last-child {
  margin-bottom: 0;
}
.page-bns {
  font-size: 14px;
}
.page-bns .jumbo {
  position: relative;
  background: linear-gradient(45deg, #EECFBA, #C5DDE8);
}
.page-bns .jumbo:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(/app/public/design/header_shadow.png);
  opacity: 0.3;
}
.page-bns .jumbo .jumbo-inner {
  position: relative;
  min-height: 30vh;
}
.page-bns .jumbo h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: EuclidFlex, sans-serif;
}
.page-bns .b-title {
  position: relative;
  padding-bottom: 30px;
  padding-top: 60px;
  font-size: 200%;
  text-transform: uppercase;
  font-weight: 500;
  background: #fff;
  font-family: EuclidFlex, sans-serif;
}
.page-bns .b-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 17px;
  height: 2px;
  width: 64px;
  background: #fe0002;
}
.page-bns .tab {
  display: none;
}
.page-bns .price-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.page-bns .price-table tbody {
  border-bottom: 1px solid #fe0002;
}
.page-bns .price-table th,
.page-bns .price-table td {
  padding: 6px 8px;
}
.page-bns .price-table td[rowspan] {
  border-bottom: none !important;
}
.page-bns .price-table tr .razmer,
.page-bns .price-table tr .opisanie,
.page-bns .price-table tr .summa,
.page-bns .price-table tr .format,
.page-bns .price-table tr .period {
  border-bottom: 1px solid #dadada;
}
.page-bns .price-table tr:last-child td {
  border-bottom: 0;
}
.page-bns .price-table .product {
  width: 200px;
  cursor: pointer;
}
.page-bns .price-table th {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #fe0002 !important;
  font-family: EuclidFlex, sans-serif;
}
.page-bns .price-table td {
  vertical-align: top;
}
.page-bns .price-table .mesto,
.page-bns .price-table .summa,
.page-bns .price-table .product {
  font-weight: 600;
}
.page-bns .price-table .mesto span {
  display: none;
}
.page-bns .price-table .summa {
  vertical-align: bottom;
  text-align: right;
  white-space: nowrap;
}
.page-bns .price-table .small {
  margin-top: 4px;
  padding-top: 4px;
  display: block;
  font-size: 12px;
  color: #777;
  line-height: 1.1;
}
.page-bns .graf {
  margin: 30px 0;
}
.page-bns .graf img {
  max-width: 100%;
}
.page-bns .video .inner {
  position: relative;
  height: 0;
  padding-top: 58%;
}
.page-bns .video .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.page-bns .video .caption {
  padding-top: 5px;
  text-align: center;
  color: #555;
}
.page-bns .hor-menu ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #fe796c;
}
.page-bns .hor-menu li {
  margin-bottom: -2px;
}
.page-bns .hor-menu a {
  display: block;
  padding: 6px 13px;
  border: 2px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #ff0000;
  font-weight: 600;
  text-decoration: none;
}
.page-bns .hor-menu a.active {
  color: #495057;
  background-color: #fff;
  border-color: #fe796c #fe796c #fff;
}
.page-bns .hor-items {
  margin: 15px 0;
}
.page-bns .hor-items .item {
  display: none;
}
.page-bns .hor-items .item.active {
  display: block;
}
.page-bns .year-15 {
  margin: 30px 0 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 150%;
  color: #fe0002;
  border-bottom: 2px solid #fe0002;
  font-family: EuclidFlex, sans-serif;
}
.page-bns .year-15 a {
  color: inherit;
  text-decoration: none;
}
.page-bns .b-card-managers .manager {
  margin-bottom: 15px;
}
.page-bns .b-card-managers .name {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.2;
}
.page-bns .b-card-managers .pic img {
  max-width: 100%;
}
.page-bns .b-card-managers a {
  color: #fe0002;
  text-decoration: none;
}
.page-bns .phones {
  font-weight: bold;
}
.page-bns .preview {
  text-align: center;
}
.page-bns .preview img {
  max-width: 100%;
}
.page-bns .fyi {
  margin: 0 0 15px 0;
  padding: 15px;
  background: #ffb273;
  border: 1px solid #bf7030;
  color: #a54b00;
  font-weight: bold;
}
.page-bns .slider img {
  max-width: 100%;
}
.page-bns .slider .header {
  white-space: normal;
}
.page-bns .slider .image {
  text-align: center;
}
.page-bns .slider .title {
  font-size: 140%;
  font-family: EuclidFlex, sans-serif;
}
.page-bns .slider .title a {
  color: inherit;
}
.page-bns .slider .slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
  font-size: 16px;
}
.page-bns .slider .grid-slider {
  overflow: hidden;
  position: relative;
}
.page-bns .slider .slide-row {
  white-space: nowrap;
  font-size: 0;
  transition: transform ease 0.3s;
}
.page-bns .slider .primer {
  margin: 15px 0;
}
.page-bns .slider .primer a {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 6px;
  color: #ff0000;
  text-decoration: none;
  border: 1px solid red;
  white-space: nowrap;
  line-height: 1;
}
.page-bns .slider .arr {
  position: absolute;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  border-left: 2px solid #fe0002;
  border-bottom: 2px solid #fe0002;
  bottom: 4px;
  outline: none;
  cursor: pointer;
}
.page-bns .slider .arr.arr-left {
  transform: rotate(45deg);
  left: 4px;
}
.page-bns .slider .arr.arr-right {
  transform: rotate(-135deg);
  right: 4px;
}
.page-bns .slider .dots {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-bns .slider .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 0;
  padding: 0;
  margin: 5px;
  border: 1px solid #fe0002;
  cursor: pointer;
}
.page-bns .slider .dots li.current {
  background-color: #fe0002;
}
.modal-cost {
  max-width: 500px;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}
.modal-cost table,
.modal-cost tr,
.modal-cost td {
  display: block;
}
.modal-cost .product {
  display: block;
  font-weight: 500;
  font-family: EuclidFlex, sans-serif;
}
.modal-cost .format {
  margin: 15px 0;
  font-size: 90%;
}
.modal-cost .period {
  font-weight: 600;
}
.modal-cost .period:before {
  content: "Период размещения: ";
}
.modal-cost .summa {
  font-weight: 600;
}
.modal-cost .summa:before {
  content: "Стоимость: ";
}
.ad-popup-preview .vex-content {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ad-popup-preview .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ededed;
  cursor: pointer;
}
.ad-popup-preview .vex-close:hover {
  background: #000000;
  color: #fff;
}
.ad-popup-preview img {
  max-width: 100%;
}
.ad-popup-preview .title {
  font-size: 120%;
}
.ad-popup-preview .title a {
  color: #fe0002;
}
.ad-popup-preview .anker-cost {
  display: none !important;
}
.ad-popup-preview .primer {
  margin-bottom: 20px;
}
.ad-popup-preview .primer a {
  color: #fe0002;
}
.ad-popup-preview .price-table {
  margin-top: 20px;
}
.ad-popup-preview .slide {
  display: flex !important;
  flex-direction: column;
}
.ad-popup-preview .slide .image {
  order: 1;
  width: 100% !important;
}
.ad-popup-preview .slide .header {
  order: 2;
  width: 100% !important;
  margin-top: 30px;
}
.ad-popup-preview .slide .header .title {
  margin-bottom: 15px;
}
.ad-popup-preview .slide .header .title br {
  display: none;
}
.ad-popup-preview .slide .header .caption {
  max-height: none !important;
  overflow: hidden;
}
@media all and (max-width: 539px) {
  .page-bns .price-table,
  .page-bns thead,
  .page-bns tbody,
  .page-bns tr,
  .page-bns th,
  .page-bns td {
    display: block;
  }
  .page-bns .price-table {
    border: none;
  }
  .page-bns .price-table thead {
    display: none;
  }
  .page-bns .price-table td {
    border: none;
  }
  .page-bns .price-table tr {
    margin-bottom: 15px;
    border: 1px solid #dadada;
  }
}
@media all and (min-width: 768px) {
  .page-bns .tab {
    display: block;
  }
  .page-bns .slider .image,
  .page-bns .slider .header {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
  }
  .page-bns .slider .header {
    padding-right: 20px;
  }
  .page-bns .slider .header .caption {
    max-height: 150px;
    overflow-y: auto;
  }
  .page-bns .slider .image {
    padding-right: 5px;
  }
  .page-bns .slider .arr.arr-left {
    left: 25%;
  }
  .page-bns .slider .arr.arr-right {
    right: 25%;
  }
  .adv-blocks-menu-parent .mobile-burger {
    display: none;
  }
  .adv-blocks-menu ul {
    justify-content: space-between;
  }
  .adv-blocks-menu li a {
    display: block !important;
  }
  .adv-blocks-menu .inner span {
    display: block;
    margin: 0 auto;
  }
  .adv-blocks-menu .inner .text {
    margin-top: 8px;
  }
}
@media all and (min-width: 1200px) {
  .adv-blocks-menu .inner span {
    display: inline-block;
  }
  .adv-blocks-menu .inner .text {
    margin-top: 0;
  }
}
@keyframes showFromTop {
  0% {
    top: -50px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: 0px;
  }
}
/*# sourceMappingURL=bns.css.map */