/*
 *  Owl Carousel - Core
 */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext");
@import url("//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext");
@import url('//fonts.googleapis.com/css?family=Lato:300&subset=latin,latin-ext');
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.ankportal.ru/local/templates/main/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: url("images/owl-nav.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 35px;
    cursor: pointer;
    border-radius: 3px;
    color: transparent; }
    .owl-theme .owl-nav [class*='owl-'].owl-next {
      background-position: 100% 50%; }
    .owl-theme .owl-nav [class*='owl-'].owl-prev {
      background-position: 0 50%; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.btn {
  display: inline-block;
  min-height: 50px;
  text-decoration: none;
  padding: 16px 32px 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center; }

.btn-primary {
  background-color: #000;
  color: #FFF; }

.btn-secondary {
  border-color: #f6f6f6;
  background: #f6f6f6;
  color: #333;
  font-weight: normal; }

.btn-white {
  border: 1px solid #e7e7e7;
  background: #fff;
  color: #7f7f7f; }

.btn-block {
  width: 100%;
  float: none !important; }

.form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: .9em 1rem;
  border: 1px solid #e7e7e7;
  background: #fff;
  font-size: 14px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box; }
  .form-control::-webkit-input-placeholder {
    color: #7f7f7f; }
  .form-control:-ms-input-placeholder {
    color: #7f7f7f; }
  .form-control::-moz-placeholder {
    color: #7f7f7f; }

label.is-invalid {
  display: inline-block;
  margin-top: 5px;
  color: red; }

textarea.form-control {
  min-height: 100px; }

.form-group {
  margin: 1.8rem 0 0; }

.required {
  color: #ef7c8a; }

.notetext {
  color: #72b259; }

.jq-selectbox.form-control {
  padding: 0; }
.jq-selectbox__select {
  height: 48px;
  padding: .9em 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  margin-top: -.15em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent; }
.jq-selectbox__dropdown {
  width: calc(100% + 2px);
  left: -1px;
  border: 1px solid #e7e7e7;
  margin-top: 2px;
  background: #fff;
  overflow: auto; }
  .jq-selectbox__dropdown ul {
    margin: 0;
    padding: 10px 0;
    max-height: 280px !important; }
  .jq-selectbox__dropdown li {
    padding: 8px 12px;
    cursor: pointer; }
    .jq-selectbox__dropdown li.selected, .jq-selectbox__dropdown li:focus, .jq-selectbox__dropdown li:hover {
      background: #f6f6f6; }
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.listnovelty .litem {
  float: left;
  width: 270px;
  margin: 0 15px 20px 15px;
  position: relative; }

.listnovelty .litem table {
  border-collapse: collapse; }

.listnovelty .litem table tr td {
  height: 270px !important;
  width: 270px !important;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0; }

.listnovelty .litem table tr td a {
  display: block;
  width: 100%; }

.listnovelty .litem .lname {
  font-weight: bold;
  height: 82px;
  overflow: hidden;
  text-align: center; }

.listnovelty .litem .lbutton {
  text-align: center;
  padding-bottom: 10px; }

.listnovelty .litem .lbutton a {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px; }

.listnovelty .litem .lnicon {
  position: absolute;
  top: 0;
  right: 0;
  width: 91px;
  height: 89px; }

.listnovelty .litem .lnicon10 {
  background: url(https://www.ankportal.ru/local/templates/main/images/sd10.png) no-repeat; }

.listnovelty .litem .lnicon11 {
  background: url(https://www.ankportal.ru/local/templates/main/images/sd11.png) no-repeat; }

.listnovelty .litem .lnicon24 {
  background: url(https://www.ankportal.ru/local/templates/main/images/sd24.png) no-repeat; }

.listnovelty .litem .lnicon25 {
  background: url(https://www.ankportal.ru/local/templates/main/images/sd25.png) no-repeat; }

.info-td-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sliderlist {
  min-height: 428px;
  overflow: hidden; }

.sliderlist50 {
  padding: 0 50px; }

.sliderlist .list {
  display: none; }

.sliderlisttcbottom {
  text-align: right;
  font-size: 13px;
  margin-top: 25px; }

.sliderlisttcbottom a {
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 21px; }

.sliderlist .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  border-top: 1px solid #000;
  height: 0; }

.sliderlist .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  top: -9px; }

.sliderlist .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #9c9c9c;
  /*#e66776;*/
  height: 13px; }

.sliderlist .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.sliderlist .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  background: url(images/sbstrgray.png) no-repeat;
  width: 29px;
  height: 33px;
  top: -240px;
  /*-50px;*/
  opacity: 0; }

.sliderlist:hover .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.sliderlist:hover .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  opacity: 1; }

.sliderlist .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  background-position: 0 -33px; }

.sliderlist .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  background-position: -29px -33px; }

.sliderlist .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  transition: opacity 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  opacity: 0; }

.sliderlist:hover .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  opacity: 1; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.form-check {
  margin: 0; }
  .form-check-input {
    display: none; }
    .form-check-input:checked + .form-check-content:before {
      background: #bfbfbf !important;
      border-color: #bfbfbf !important; }
    .form-check-input:checked + .form-check-content:after {
      opacity: 1; }
    .form-check-input:not(:disabled) + .form-check-content:hover:before {
      background: #e8e8e8;
      border-color: #e8e8e8; }
  .form-check-label {
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .form-check-content {
    display: block;
    position: relative;
    padding: 3px 0 4px 42px;
    font-size: 16px; }
    .form-check-content:before, .form-check-content:after {
      content: '';
      display: block;
      position: absolute; }
    .form-check-content:before {
      top: 3px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e8e8e8;
      background: #fff; }
    .form-check-content:after {
      opacity: 0; }

.radio .form-check-content:before {
  border-radius: 50%; }
.radio .form-check-content:after {
  top: 10px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff; }

.popup {
  display: none;
  min-width: 520px;
  max-width: 520px;
  margin: 1rem auto;
  position: relative;
  padding: 3em 50px;
  background: #fff;
  box-sizing: border-box;
  text-align: left; }
  .popup *,
  .popup *:before,
  .popup *:after {
    box-sizing: border-box; }
  .popup__title {
    margin-bottom: .8em;
    text-align: center;
    font-size: 32px;
    font-family: 'helveticaneuecyrthin', 'Lato', sans-serif;
    letter-spacing: -0.01em; }
  .popup-title__icon {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #e87683;
    margin: 0 auto .6em;
    position: relative; }
    .popup-title__icon:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center; }
  .popup__buttons {
    margin-top: 2rem;
    text-align: center; }
    .popup__buttons:after {
      content: '';
      display: block;
      clear: both; }
    .popup__buttons .btn {
      padding-left: 20px;
      padding-right: 20px;
      float: left; }
      .popup__buttons .btn:last-child {
        float: right; }
  .popup__button {
    max-width: 50%; }
  .popup__cart-content img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
    display: block; }
  .popup__cart-title {
    text-align: center;
    font-size: 16px; }
  .popup .ciprice--current {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px; }

.pagination {
  text-align: center; }
  .pagination *,
  .pagination *:before,
  .pagination *:after {
    box-sizing: border-box; }
  .pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
  .pagination__item {
    display: inline-block;
    vertical-align: top; }
    .pagination__item:not(:last-child) {
      margin-right: 10px; }
    .pagination__item:first-child {
      margin-right: 25px; }
    .pagination__item:last-child {
      margin-left: 25px; }
  .pagination__link, .pagination__dots {
    display: block;
    line-height: 38px;
    border: 1px solid #e7e7e7;
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-decoration: none; }
  .pagination__link--current {
    background: #f6f6f6;
    border-color: #f6f6f6; }
  .pagination__link:not(.pagination-current):focus, .pagination__link:not(.pagination-current):hover {
    background: #000;
    border-color: #000;
    color: #fff; }
  .pagination__link--prev, .pagination__link--next {
    position: relative; }
    .pagination__link--prev:after, .pagination__link--next:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("images/arrow-small.svg") no-repeat 15px center; }
    .pagination__link--prev:focus:after, .pagination__link--prev:hover:after, .pagination__link--next:focus:after, .pagination__link--next:hover:after {
      background-image: url("images/arrow-small-white.svg"); }
  .pagination__link--next:after {
    transform: scaleX(-1); }

.mfp-wrap .popup {
  display: inline-block; }

.mfp-content {
  text-align: center; }

button.mfp-close {
  top: 10px !important;
  right: 10px;
  background: url("images/close.svg") no-repeat center; }

#popup-register .popup-title__icon:before {
  background-image: url("images/register.png"); }

#popup-auth .popup-title__icon:before {
  background-image: url("images/auth.png"); }

#popup-addtocart .popup-title__icon:before,
#popup-addtocart-error .popup-title__icon:before {
  background-image: url("images/cart-white.svg"); }

.form__message.error {
  color: #ef7c8a; }
.form__message.success {
  color: #72b259; }
.form__btn--submit {
  width: 100%; }
.form__bottom {
  margin-top: 1.5rem; }
.form-bottom__link {
  text-align: center; }
.form-bottom__comment {
  margin-top: 1.2rem;
  fonr-size: 14px;
  color: #7f7f7f; }
  .form-bottom__comment a {
    color: #7f7f7f; }
    .form-bottom__comment a:focus, .form-bottom__comment a:hover {
      text-decoration: none; }
.form__link {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  text-transform: none; }
  .form__link:focus, .form__link:hover {
    text-decoration: none; }
  .form__link--center {
    font-size: 14px;
    color: #000; }
  .form__link--small {
    font-size: 12px;
    color: #7f7f7f;
    font-weight: normal;
    margin-top: 8px; }
.form__forgotpass {
  text-align: right; }

.badge {
  padding: 0 4px;
  line-height: 12px;
  font-weight: bold;
  font-size: 9px;
  color: #fff;
  background: #e6e6e6;
  border-radius: 5px; }

.cart-buttons {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100; }
  .cart-buttons * {
    box-sizing: border-box; }
  .cart-buttons__item:not(:last-child) {
    margin-bottom: 2px; }
  .cart-buttons__item:hover .cart-buttons__button {
    background-color: #e6e6e6; }
    .cart-buttons__item:hover .cart-buttons__button .badge {
      border-color: #e6e6e6; }
  .cart-buttons__item:hover .cart-buttons__popover {
    display: block; }
  .cart-buttons__button {
    width: 60px;
    height: 60px;
    background: #f6f6f6 no-repeat center;
    display: block; }
    .cart-buttons__button--cart {
      background-image: url("images/cart.svg"); }
    .cart-buttons__button--personal {
      background-image: url("images/user.svg"); }
    .cart-buttons__button--search {
      background-image: url("images/search.svg");
      -webkit-background-size: 31%;
      background-size: 31%; }
  .cart-buttons__badge-container {
    position: absolute;
    top: 7px;
    right: 0;
    width: 32px;
    text-align: center; }
  .cart-buttons__badge {
    border: 2px solid #f6f6f6;
    background: #e27784;
    display: inline-block; }
  .cart-buttons__popover {
    position: absolute;
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 70px;
    width: 560px;
    background: #fff;
    border: 1px solid #e7e7e7;
    z-index: 10;
    padding: 10px 20px 20px; }
    .cart-buttons__popover:after {
      content: '';
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      width: 11px;
      height: 100%; }
    .cart-buttons__popover:hover {
      display: block; }
  .cart-buttons__cart {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 60px); }
  .cart-buttons-cart__item {
    border-bottom: 1px solid #e7e7e7; }
  .cart-buttons-cart__item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -10px; }
    .cart-buttons-cart__item-inner > div {
      padding: 0 10px;
      flex: 1 0 auto; }
  .cart-buttons-cart__title a {
    text-decoration: none; }
  .cart-buttons-cart__price {
    white-space: nowrap; }
  .cart-buttons-cart__sum {
    font-weight: bold; }
  .cart-buttons-cart__sum-title {
    font-weight: normal;
    font-size: 12px;
    display: block; }
  .cart-buttons-cart__delete-button {
    width: 30px;
    height: 30px;
    background: url(images/close.svg) no-repeat center;
    border: none;
    display: block; }
  .cart-buttons-cart__bottom {
    margin-top: 25px; }
    .cart-buttons-cart__bottom:after {
      content: '';
      display: block;
      clear: both; }
  .cart-buttons-cart__bottom-sum {
    float: left;
    line-height: 33px; }
  .cart-buttons-cart__bottom-button {
    float: right;
    padding: 8px 20px;
    min-height: 33px; }

.search {
  position: relative; }
  .search__input-container {
    position: absolute;
    width: 0;
    overflow: hidden;
    top: 0;
    right: 100%;
    margin-right: 2px;
    transition: width .3s; }
  .search__input {
    height: 60px; }
  .search.active .search__input-container {
    width: 250px; }

.catitem h1, .catitem div.h1, .catitem h2.pseudo {
  font-family: 'helveticaneuecyrultralight', 'Lato', sans-serif;
  font-size: 70px; }
.catitem table.cittop tr td.info-td .ciprice {
  font-size: 35px;
  font-family: 'Open Sans', serif; }
  .catitem table.cittop tr td.info-td .ciprice-currency {
    font-family: 'PT Sans', serif; }
  .catitem table.cittop tr td.info-td .ciprice--old {
    margin-left: 15px;
    font-weight: 100;
    font-size: 22px;
    text-decoration: line-through; }
.catitem table.cittop tr td.info-td .cinote {
  margin: 20px 0; }
.catitem table.cittop td.image-td {
  position: relative; }
  .catitem table.cittop td.image-td .tile_item-badges {
    top: 50px;
    right: 50px; }
.catitem table.cittop td.image-td img {
  height: auto !important;
  width: auto !important;
  max-width: 388px;
  max-height: 550px; }
.catitem .sliderlist {
  height: auto;
  padding: 20px 0 30px; }
.catitem .listnovelty .litem {
  width: 214px;
  margin: 0; }
  .catitem .listnovelty .litem .lname {
    font-size: 12px;
    height: 72px; }
  .catitem .listnovelty .litem table {
    width: 100%; }
    .catitem .listnovelty .litem table tr td {
      width: 100% !important;
      height: 180px !important; }
      .catitem .listnovelty .litem table tr td img {
        width: auto;
        height: auto;
        max-height: 180px;
        max-width: 100%; }
  .catitem .listnovelty .litem .lbutton a {
    font-size: 12px; }

.buyblock {
  margin: 20px 0; }
  .buyblock .counter {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle; }
    .buyblock .counter a {
      text-decoration: none; }

.counter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.counter-label, .counter-block {
  display: inline-block;
  vertical-align: middle; }
.counter-label {
  font-family: 'Open Sans', serif;
  margin-right: 15px;
  font-weight: 300; }
.counter-block {
  display: inline-block;
  overflow: hidden;
  width: 77px;
  height: 31px;
  border: 1px solid #b0b0b0;
  background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
.counter-button, .counter-input {
  float: left; }
  .counter-button button,
  .counter-button input, .counter-input button,
  .counter-input input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 31px;
    color: #000;
    border: none; }
.counter-button {
  width: 20px;
  height: 100%;
  padding: 0; }
  .counter-button button {
    background-color: transparent;
    padding: 0; }
  .counter-button a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 !important;
    line-height: 28px; }
  .counter-button--minus {
    border-right: 1px solid #b0b0b0; }
  .counter-button--plus {
    border-left: 1px solid #b0b0b0; }
.counter-input {
  width: 34px;
  height: 31px;
  border: none; }
  .counter-input input {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }

.complectation {
  margin: 70px 0 60px;
  border: 5px solid #ef7c8a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  .complectation-title {
    font-family: 'helveticaneuecyrultralight', 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 300;
    transform: translateY(-50%);
    text-align: center; }
    .complectation-title span {
      display: inline-block;
      padding: 0 30px;
      background-color: #fff; }
  .complectation-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .complectation-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 45px 0 45px 45px;
    font-size: 0;
    text-align: center;
    white-space: nowrap; }
  .complectation-item, .complectation-total {
    display: inline-block;
    width: 180px;
    padding: 0 20px;
    font-size: 14px;
    vertical-align: middle;
    white-space: normal;
    text-align: left; }
  .complectation-item-title {
    margin-bottom: 5px;
    font-size: 13px; }
  .complectation-item-price {
    font-size: 18px;
    font-weight: 700; }
  .complectation-item-img img {
    max-width: 100%; }
  .complectation-total {
    width: 290px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .complectation-total-title {
      margin-bottom: 5px; }
    .complectation-total-price {
      font-size: 27px;
      font-weight: 700;
      margin-bottom: 10px; }
    .complectation-total-discount {
      font-size: 20px;
      font-weight: 300; }
  .complectation-plus, .complectation-total-body, .complectation-equality {
    display: inline-block;
    vertical-align: middle; }
  .complectation-plus, .complectation-equality {
    font-size: 60px;
    font-weight: 300; }
  .complectation-plus:last-child {
    display: none; }

.relative_items {
  font-family: 'Open Sans', sans-serif; }
  .relative_items-title {
    font-family: 'helveticaneuecyrultralight', 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2; }
  .relative_items-count {
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    margin: 0 18px 0 8px;
    background-color: #e7e7e7;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle; }
  .relative_items-all {
    display: inline-block;
    font-size: 14px;
    font-weight: 300; }
    .relative_items-all a {
      text-decoration: none;
      border-bottom: 1px solid #656565; }
  .relative_items-slider {
    padding: 10px 0;
    margin: 0 -20px; }
    .relative_items-slider_list {
      padding: 0 20px;
      width: auto; }
  .relative_items .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-height: 167px; }
  .relative_items .owl-nav {
    margin: 0; }
  .relative_items .owl-prev,
  .relative_items .owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0; }
  .relative_items .owl-next {
    left: auto;
    right: 0; }
  .relative_items .owl-stage-outer {
    padding-bottom: 50px;
    margin-bottom: -50px; }

.tile_item {
  padding: 3px;
  position: relative;
  height: 311px;
  text-align: center; }
  .tile_item * {
    line-height: 1.2; }
  .tile_item-inner {
    padding: 30px 10px;
    transform: translate3d(0, 0, 0);
    transition: box-shadow .2s linear; }
    .tile_item:hover .tile_item-inner {
      position: absolute;
      top: 3px;
      left: 3px;
      right: 3px;
      box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
      background-color: white;
      z-index: 2000; }
  .tile_item-badges {
    position: absolute;
    top: 60px;
    right: 17px;
    pointer-events: none; }
  .tile_item-badge {
    margin-bottom: 5px; }
    .tile_item-badge-action {
      width: 82px;
      height: 35px;
      background: url("images/badge-action.png") no-repeat; }
    .tile_item-badge-hit {
      width: 82px;
      height: 35px;
      background: url("images/badge-hit.png") no-repeat; }
    .tile_item-badge-new {
      width: 82px;
      height: 35px;
      background: url("images/badge-new.png") no-repeat; }
  .tile_item-name {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px; }
    .tile_item-name a {
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .tile_item-desc {
    height: 30px;
    line-height: 15px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden; }
  .tile_item-price {
    font-size: 16px;
    font-weight: 700; }
  .tile_item-buy {
    display: none;
    margin-top: 15px; }
    .tile_item:hover .tile_item-buy {
      display: block; }
    .tile_item-buy a {
      background-color: #000;
      color: #FFF;
      text-decoration: none;
      padding: 8px 20px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      font-family: Tahoma, Geneva, sans-serif;
      border: 0;
      cursor: pointer; }

.cart *,
.cart *:before,
.cart *:after {
  box-sizing: border-box; }
.cart + .relative_items {
  margin-top: 70px; }
.cart-top__title {
  margin-top: 0;
  text-align: center;
  font-size: 60px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
.cart__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
.cart-table__cell, .cart-table__header-cell {
  text-align: left;
  border-bottom: 1px solid #e7e7e7; }
.cart-table__header-cell {
  background: #f6f6f6;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: normal;
  padding: .5em 20px; }
  .cart-table__header-cell--sum {
    text-align: right;
    padding-right: 60px; }
.cart-table__cell {
  padding: 20px; }
  .cart-table__cell:first-child {
    border-left: 1px solid #e7e7e7; }
  .cart-table__cell:last-child {
    border-right: 1px solid #e7e7e7; }
  .cart-table__cell--delete, .cart-table__cell--photo {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
  .cart-table__cell--delete {
    width: 60px; }
  .cart-table__cell--photo {
    width: 120px; }
    .cart-table__cell--photo img {
      max-width: 120px;
      max-height: 120px; }
  .cart-table__cell--price, .cart-table__cell--quantity {
    width: 150px; }
  .cart-table__cell--sum {
    width: 185px;
    padding-right: 60px;
    text-align: right; }
.cart-table__delete-button {
  width: 40px;
  height: 40px;
  background: url("images/close.svg") no-repeat center;
  border: none;
  display: inline-block; }
.cart-table__name {
  font-size: 22px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif;
  text-decoration: none;
  line-height: 1.3em; }
.cart-table__price--current {
  font-size: 20px; }
.cart-table__price--base {
  margin-top: 3px;
  font-size: 12px;
  color: #7f7f7f;
  text-decoration: line-through; }
.cart-table__price--sum {
  font-weight: bold;
  font-size: 24px; }
.cart__bottom {
  margin-top: 35px; }
  .cart__bottom:after {
    content: '';
    display: block;
    clear: both; }
.cart__coupon {
  width: 500px;
  float: left; }
.cart-coupon__title {
  padding-left: 20px;
  color: #7f7f7f;
  font-size: 14px; }
.cart-coupon__form {
  margin-top: 12px; }
.cart-coupon__input {
  width: calc(100% - 150px);
  float: left; }
.cart-coupon__submit {
  text-transform: none;
  margin-left: -1px;
  width: 150px;
  font-weight: normal; }
.cart__back {
  float: left;
  width: 500px;
  clear: left;
  margin-top: 32px; }
.cart-back__link {
  padding-left: 16px;
  position: relative; }
  .cart-back__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 7px;
    height: 13px;
    background: url("images/arrow.svg"); }
.cart__total {
  float: right;
  width: 500px;
  text-align: right; }
.cart-total__price {
  padding-right: 60px; }
  .cart-total__price--current {
    font-weight: bold;
    font-size: 24px; }
  .cart-total__price--base {
    color: #7f7f7f;
    font-size: 16px;
    margin-top: 6px; }
.cart-total__button {
  margin-top: 32px;
  width: 200px; }
  .cart-total__button a {
    text-decoration: none; }

.reviews *,
.reviews *:before,
.reviews *:after {
  box-sizing: border-box; }
.reviews__fieldset {
  padding: 0;
  margin: 0;
  border: none;
  max-width: 600px; }
.reviews__legend {
  padding: 0;
  font-size: 28px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
.reviews__form-group {
  margin-top: 20px; }
.reviews__label {
  margin-bottom: 5px;
  display: inline-block; }

.order *,
.order *:before,
.order *:after {
  box-sizing: border-box; }
.order-top__title {
  margin-top: 0;
  text-align: center;
  font-size: 60px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
.order form {
  margin: 0 -30px; }
  .order form:after {
    content: '';
    display: block;
    clear: both; }
.order__fieldset {
  padding: 0 30px;
  margin: 0;
  border: none;
  float: left;
  width: 50%; }
  .order__fieldset--payment {
    margin-top: 45px; }
  .order__fieldset--submit {
    margin-top: 45px; }
  .order__fieldset--top {
    width: 100%;
    margin-bottom: 45px; }
    .order__fieldset--top .form-control {
      max-width: 570px; }
.order__legend {
  padding: 0;
  font-size: 28px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
.order__form-group {
  margin-top: 40px; }
.order__radiogroup {
  margin-top: 24px; }
.order__radio {
  margin-top: 14px; }
  .order__radio--single .form-check-label {
    cursor: default; }
  .order__radio--single .form-check-content {
    padding-left: 0; }
    .order__radio--single .form-check-content:before, .order__radio--single .form-check-content:after {
      display: none; }
.order-radio__image {
  display: inline-block;
  width: 26px;
  height: 22px;
  margin-right: 10px;
  background: no-repeat center;
  margin: -3px 0 -4px; }
.order__text {
  margin-top: 20px;
  font-size: 14px; }
.order__price--current {
  font-weight: bold;
  font-size: 24px; }
.order__price--delivery {
  color: #7f7f7f;
  font-size: 16px;
  margin-top: 9px; }
.order__submit {
  margin-top: 4px; }
  .order__submit:after {
    content: '';
    display: block;
    clear: both; }
.order-submit__button {
  width: 200px;
  margin-top: 28px;
  float: left; }
.order-submit__comment {
  color: #7f7f7f;
  font-size: 13px;
  float: left;
  padding-left: 35px;
  width: calc(100% - 200px); }

.order-confirm *,
.order-confirm *:before,
.order-confirm *:after {
  box-sizing: border-box; }
.order-confirm__top {
  padding-bottom: 50px;
  position: relative; }
  .order-confirm__top:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: #72b259 url("images/check.svg") no-repeat center;
    bottom: -24px;
    left: 50%;
    margin-left: -24px; }
.order-confirm__title {
  color: #72b259;
  text-align: center;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif;
  font-size: 35px; }
.order-confirm__content {
  width: 780px;
  margin: 0 auto;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 50px 50px 48px;
  text-align: center; }
.order-confirm__subtitle {
  text-transform: uppercase;
  font-size: 14px; }
.order-confirm__number {
  margin-top: 22px;
  font-size: 16px;
  background: #f6f6f6;
  padding: 12px 36px;
  display: inline-block; }
.order-confirm__text {
  font-size: 14px;
  max-width: 590px;
  margin: 25px auto 0; }
.order-confirm__sum {
  margin-top: 22px; }
.order-confirm-sum__title {
  color: #808080;
  font-size: 12px; }
.order-confirm-sum__price {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  margin-top: 9px; }
.order-confirm__button-container {
  margin-top: 20px; }
.order-confirm__button {
  display: inline-block; }
.order-confirm__bottom {
  margin-top: 28px;
  font-size: 14px;
  text-align: center; }
.order-confirm-bottom__link {
  padding-left: 16px;
  position: relative; }
  .order-confirm-bottom__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 7px;
    height: 13px;
    background: url("images/arrow.svg"); }

.personal *,
.personal *:before,
.personal *:after {
  box-sizing: border-box; }
.personal-top__title {
  margin-top: 0;
  text-align: center;
  font-size: 60px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
.personal__menu {
  text-align: center; }
.personal-menu__list {
  margin: 0;
  padding: 0;
  list-style: none; }
.personal-menu__item {
  display: inline-block; }
.personal-menu__link {
  padding: 8px 18px;
  color: #666;
  text-transform: uppercase;
  font-size: 17px;
  display: block;
  text-decoration: none; }
  .personal-menu__link:focus, .personal-menu__link:hover, .personal-menu__link.active {
    background: #f6f6f6; }
.personal-orders__tabs {
  margin-top: 32px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center; }
.personal-orders-tabs__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6; }
.personal-orders-tabs__item {
  display: inline-block; }
  .personal-orders-tabs__item:not(:last-child) {
    margin-right: 32px; }
.personal-orders-tabs__link {
  display: block;
  padding: 4px 5px;
  position: relative;
  text-decoration: none;
  color: #808080; }
  .personal-orders-tabs__link.active {
    color: #000; }
    .personal-orders-tabs__link.active:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      border-bottom: 2px solid #e27784; }
.personal-orders__table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  text-align: left;
  margin-top: 22px;
  width: 100%; }
.personal-orders-table__header-cell, .personal-orders-table__cell {
  font-weight: normal;
  padding: 9px 46px;
  white-space: nowrap; }
  .personal-orders-table__header-cell--date, .personal-orders-table__header-cell--quantity, .personal-orders-table__header-cell--sum, .personal-orders-table__cell--date, .personal-orders-table__cell--quantity, .personal-orders-table__cell--sum {
    text-align: right; }
  .personal-orders-table__header-cell--status, .personal-orders-table__cell--status {
    white-space: normal;
    min-width: 72px; }
.personal-orders-table__header-cell {
  background: #e6e6e6;
  color: #333; }
.personal-orders-table__row {
  cursor: pointer; }
  .personal-orders-table__row:hover .personal-orders-table__cell {
    background: #f6f6f6; }
.personal-orders-table__cell {
  padding-top: 15px;
  padding-bottom: 15px; }
.personal__bottom {
  margin-top: 40px; }
.personal__order {
  margin-top: 50px; }
  .personal__order:after {
    content: '';
    display: block;
    clear: both; }
.personal-order__table-container {
  float: left;
  width: 782px; }
.personal-order__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
.personal-order-table__header-cell, .personal-order-table__cell {
  text-align: left;
  border-bottom: 1px solid #e7e7e7; }
  .personal-order-table__header-cell--price, .personal-order-table__header-cell--quantity, .personal-order-table__header-cell--sum, .personal-order-table__cell--price, .personal-order-table__cell--quantity, .personal-order-table__cell--sum {
    text-align: right;
    white-space: nowrap; }
.personal-order-table__header-cell {
  background: #f6f6f6;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: normal;
  padding: .5em 20px; }
.personal-order-table__cell {
  padding: 12px 20px; }
  .personal-order-table__cell--photo {
    width: 120px;
    text-align: center; }
    .personal-order-table__cell--photo img {
      max-width: 120px;
      max-height: 120px; }
  .personal-order-table__cell:first-child {
    border-left: 1px solid #e7e7e7; }
  .personal-order-table__cell:last-child {
    border-right: 1px solid #e7e7e7; }
.personal-order-table__header-cell--sum, .personal-order-table__cell--sum {
  padding-right: 35px; }
.personal-order-table__name {
  font-size: 14px;
  text-decoration: none; }
.personal-order-table__price--current {
  font-size: 16px; }
.personal-order-table__price--base {
  font-size: 12px;
  text-decoration: line-through;
  color: #7f7f7f; }
.personal-order-table__price--sum {
  font-weight: bold;
  font-size: 18px; }
.personal-order__info {
  float: left;
  padding-left: 64px;
  width: calc(100% - 782px); }
.personal-order__title {
  font-size: 28px;
  margin-bottom: 16px; }
.personal-order__date {
  font-size: 14px;
  display: inline-block; }
.personal-order__more {
  display: inline-block;
  color: #000;
  padding-right: 30px;
  text-decoration: none;
  position: relative;
  margin-left: 22px; }
  .personal-order__more:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 5px;
    right: 3px;
    width: 7px;
    height: 13px;
    background: url("images/arrow.svg"); }
  .personal-order__more span {
    border-bottom: 2px dotted currentColor; }
    .personal-order__more span.active {
      display: none; }
  .personal-order__more.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .personal-order__more.active span.default {
    display: none; }
  .personal-order__more.active span.active {
    display: inline; }
.personal-order__text {
  display: none; }
.personal-order__parameters {
  padding-top: 10px; }
.personal-order-parameters__item {
  margin-top: 8px; }
.personal-order-parameters__name {
  color: #7f7f7f;
  font-size: 12px; }
.personal-order__status {
  margin: 18px 0 0 -18px;
  padding: 8px 18px;
  font-size: 17px;
  color: #666;
  background: #f6f6f6;
  display: inline-block; }
.personal-order__order-info {
  margin-top: 8px; }
.personal-order__order-info-item {
  margin-top: 22px; }
.personal-order__order-info-title {
  color: #7f7f7f;
  font-size: 14px; }
.personal-order__order-info-value {
  font-size: 16px;
  margin-top: 6px; }
.personal-order__order-info-image {
  display: inline-block;
  width: 26px;
  height: 22px;
  margin-right: 10px;
  background: no-repeat center;
  margin: -3px 0 -4px; }
.personal-order__total {
  margin-top: 36px; }
.personal-order__price {
  margin-top: 5px; }
  .personal-order__price--sum, .personal-order__price--delivery {
    color: #7f7f7f;
    font-size: 14px; }
  .personal-order__price--total {
    margin-top: 12px;
    font-weight: bold;
    font-size: 24px; }
.personal-order__bottom {
  float: left;
  width: 100%;
  margin-top: 30px;
  position: relative; }
.personal-order__back {
  position: absolute;
  top: 10px; }
.personal-order-back__link {
  padding-left: 16px;
  position: relative; }
  .personal-order-back__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 7px;
    height: 13px;
    background: url(images/arrow.svg); }
.personal-order__buttons {
  text-align: center; }
.personal-order__button {
  width: 170px;
  display: inline-block; }
  .personal-order__button:not(:last-child) {
    margin-right: 26px; }

.sliderlist-wrapper {
  padding-left: 15px;
  overflow: hidden;
  min-width: 241px;
  max-width: 241px;
  text-align: center; }
  .sliderlist-wrapper .listnovelty .litem {
    width: 241px; }
    .sliderlist-wrapper .listnovelty .litem table tr td {
      height: auto !important; }
      .sliderlist-wrapper .listnovelty .litem table tr td img {
        max-height: none; }
  .sliderlist-wrapper .sliderlist {
    padding: 0;
    min-height: 0; }
  .sliderlist-wrapper .mCSB_buttonLeft {
    left: 8px !important; }
  .sliderlist-wrapper .mCSB_buttonRight {
    right: 8px !important; }

@font-face {
  font-family: 'helveticaneuecyrultralight';
  src: url("fonts/helveticaneuecyr-ultralight-webfont.eot");
  src: url("fonts/helveticaneuecyr-ultralight-webfont.eot#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-ultralight-webfont.woff") format("woff2"), url("fonts/helveticaneuecyr-ultralight-webfont.woff") format("woff"), url("fonts/helveticaneuecyr-ultralight-webfont.ttf") format("truetype"), url("fonts/helveticaneuecyr-ultralight-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helveticaneuecyrthin';
  src: url("fonts/helveticaneuecyr-thin-webfont.eot");
  src: url("fonts/helveticaneuecyr-thin-webfont.eot#iefix") format("embedded-opentype"), url("fonts/helveticaneuecyr-thin-webfont.woff") format("woff2"), url("fonts/helveticaneuecyr-thin-webfont.woff") format("woff"), url("fonts/helveticaneuecyr-thin-webfont.ttf") format("truetype"), url("fonts/helveticaneuecyr-thin-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ALSRubl-Verdana';
  src: url("fonts/alsrubl-verdana-regular.eot");
  src: url("fonts/alsrubl-verdana-regular.eot#iefix") format("embedded-opentype"), url("fonts/alsrubl-verdana-regular.woff") format("woff"), url("fonts/alsrubl-verdana-regular.ttf") format("truetype"), url("fonts/alsrubl-verdana-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
body, html {
  margin: 0;
  padding: 0;
  width: 100%; }

body {
  background-color: #fff; }

body, table td, input, textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  line-height: 21px; }

input, textarea, a {
  outline: none; }

.clr {
  clear: both; }

h1, div.h1, h2.pseudo {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: normal; }

div.h1 {
  text-align: center; }

h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: normal; }

h3 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: normal; }

h4 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal; }

a {
  color: #000; }

.topline {
  background-color: #000;
  height: 30px;
  color: #fff;
  line-height: 30px;
  position: relative; }

.toplinesp {
  width: 100%;
  height: 30px; }

.toplinefix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.topline .glbody {
  height: 30px; }

.topline .glbody .glbodyright {
  height: 30px;
  float: right;
  position: relative; }

.topline .tlphone {
  background: url(images/toplineicon.png) no-repeat 0 -180px;
  padding-left: 20px;
  height: 30px;
  float: left;
  margin-right: 16px; }

.topline .cabinet {
  background: url(images/toplineicon.png) no-repeat 0 -150px;
  height: 30px;
  padding-left: 20px;
  float: right;
  margin-left: 16px; }

.topline .tltw, .topline .tlfb, .topline .tlvk, .topline .tlgp, .topline .tlyt, .topline .tlig, .topline .tlok {
  float: left;
  display: block;
  height: 30px;
  width: 24px;
  text-align: center; }

.topline .tltw:hover, .topline .tlfb:hover, .topline .tlvk:hover, .topline .tlgp:hover, .topline .tlyt:hover, .topline .tlig:hover, .topline .tlok:hover {
  background-color: #e66776; }

.topline .tltw span, .topline .tlfb span, .topline .tlvk span, .topline .tlgp span, .topline .tlyt span, .topline .tlig span, .topline .tlok span {
  background: url(images/toplineicon.png) no-repeat center center;
  height: 30px;
  width: 14px;
  display: block;
  margin: 0 auto; }

.topline .tltw span {
  background-position: 0 -120px;
  left: 938px; }

.topline .tlfb span {
  background-position: 0 -90px;
  left: 960px; }

.topline .tlvk span {
  background-position: 0 -60px;
  left: 982px; }

.topline .tlgp span {
  background-position: 0 0;
  left: 1004px; }

.topline .tlyt span {
  background-position: 0 -30px;
  left: 1026px; }

.topline .tlig span {
  background-position: 0 -210px;
  left: 916px; }

.topline .tlok span {
  background-position: 0 -240px;
  left: 1048px; }

#content {
  min-height: 400px; }

.overflowcontent {
  overflow: hidden; }

.margincontent {
  padding-bottom: 50px; }

.glbody {
  margin: 0 auto;
  width: 1200px;
  position: relative; }

#content .smallcontent {
  width: 1000px;
  padding-right: 18px;
  float: left; }

#content .rightline {
  width: 182px;
  height: 100%;
  background-color: yellow;
  float: right; }

header {
  height: 145px; }

header .logo {
  display: block;
  height: 60px;
  width: 438px;
  background: url(images/logo.png) no-repeat;
  margin: 60px auto 0 auto; }

header #tbleft, header #tbright {
  position: absolute;
  bottom: 38px;
  width: 273px;
  height: 43px;
  display: block;
  text-align: center;
  border: 1px dotted #000;
  line-height: 39px;
  border-radius: 6px;
  padding: 0;
  font-size: 18px;
  text-decoration: none;
  margin: 20px; }

header #tbleft {
  left: 0; }

header #tbright {
  right: 0; }

header #tbleft:hover,
header #tbright:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

header #tbleft.tbactive,
header #tbright.tbactive {
  background-color: #000;
  color: #fff;
  cursor: default; }

header .menuhcenter {
  width: 438px;
  margin: 0 auto;
  text-align: center;
  padding-top: 22px; }

header .menuhcenter a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 20px; }

header .menuhcenter a.active {
  background-color: #ededed; }

footer {
  background-color: #141414;
  min-height: 308px;
  padding-top: 52px;
  color: #fff;
  padding-bottom: 16px; }

footer .fbrand {
  background: url('../../../images/ANK_podval_2022_5.png') no-repeat;
  width: 1200px;
  height: 143px;
  border-bottom: #434343 1px solid;
  padding-bottom: 18px; }

footer .ftw, footer .ffb, footer .fvk, footer .fgp, footer .fyt, footer .fig, footer .fok {
  background: url(images/bottomsocicon.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 227px;
  display: block; }

footer .ftw {
  right: 152px; }

footer .ffb {
  /*right: 114px;*/
  right: 38px;
  background-position: -30px 0; }

footer .fvk {
  right: 76px;
  background-position: -60px 0; }

footer .fgp {
  right: 38px;
  background-position: -90px 0; }

footer .fyt {
  right: 0;
  background-position: -120px 0; }

footer .fig {
  /*right: 190px;*/
  right: 76px;
  background-position: -150px 0; }

footer .fok {
  right: 228px;
  background-position: -180px 0; }

footer .fig:hover {
  background-position: -150px -30px; }

footer .ftw:hover {
  background-position: 0 -30px; }

footer .ffb:hover {
  background-position: -30px -30px; }

footer .fvk:hover {
  background-position: -60px -30px; }

footer .fgp:hover {
  background-position: -90px -30px; }

footer .fyt:hover {
  background-position: -120px -30px; }

footer .fok:hover {
  background-position: -180px -30px; }

#magic {
  overflow: hidden; }

#content0 {
  float: left;
  width: 1200px;
  position: absolute;
  min-height: 200px;
  opacity: 0; }

#loaderImage {
  width: 128px;
  height: 128px;
  background: url(images/sprites.png) no-repeat;
  position: absolute;
  left: 536px;
  top: 10px;
  z-index: 9999; }

span.brub {
  font-family: 'ALSRubl-Verdana', Verdana, sans-serif;
  font-weight: normal; }

a.lbutton {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px; }

footer .crworks {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0; }

footer .crworks,
footer .crworks a {
  font-size: 13px;
  color: #aaa;
  text-decoration: none; }

footer .crworks a:hover {
  text-decoration: underline; }

.subscription {
  position: absolute;
  top: 229px;
  left: 518px; }

a.pdf {
  display: block;
  min-height: 33px;
  line-height: 33px;
  padding-left: 40px;
  background: url("../../../bitrix/templates/main/images/pdf.jpg") no-repeat scroll left center transparent; }

button, .ui-widget button {
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  border: 0;
  cursor: pointer; }

#content .lright {
  float: left;
  width: 900px; }

.fullcontent {
  width: 100%;
  min-width: 1200px; }

.elem_404 {
  display: inline-block;
  width: 33%;
  text-align: center; }

.abutton {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px; }

.bgbissnes {
  background: url(../../../business/bgbissnes.jpg) no-repeat center center;
  background-size: cover;
  width: 1200px;
  padding-bottom: 80px;
  min-height: 1510px; }

.bgbissnes .h1 {
  padding-top: 60px; }

.bgbissnes .mresult {
  width: 787px;
  height: 687px;
  margin: 0 auto;
  position: relative; }

.bgbissnes .mresult div {
  position: absolute; }

.bgbissnes .mresult h3 {
  top: 0;
  left: 268px;
  width: 486px;
  height: 80px;
  margin: 0;
  padding-top: 8px;
  padding-left: 33px;
  display: block;
  position: absolute;
  background: #e8e8e8; }

.bgbissnes .mresult a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  top: 540px;
  left: 540px;
  width: 246px;
  height: 92px;
  display: block;
  position: absolute; }

.bgbissnes .mresult .im1 {
  top: 212px;
  left: 0;
  background: url(../../../business/im1.png) no-repeat;
  width: 264px;
  height: 208px; }

.bgbissnes .mresult .im2 {
  top: 304px;
  left: 523px;
  background: url(../../../business/im2.png) no-repeat;
  width: 264px;
  height: 208px; }

.bgbissnes .mresult .im3 {
  top: 92px;
  left: 523px;
  background: url(../../../business/im3.png) no-repeat;
  width: 264px;
  height: 208px; }

.bgbissnes .mresult .im4 {
  top: 0;
  left: 0;
  background: url(../../../business/im4.png) no-repeat;
  width: 264px;
  height: 208px; }

.bgbissnes .mresult .im5 {
  top: 424px;
  left: 94px;
  background: url(../../../business/im5.png) no-repeat;
  width: 425px;
  height: 263px; }

.bgbissnes .mresult .im6 {
  top: 92px;
  left: 268px;
  background: url(../../../business/im6.png) no-repeat;
  width: 251px;
  height: 328px; }

.bgbissnes .startwords {
  width: 1100px;
  margin: 20px auto 0;
  background: url(../../../business/bgfone.png) repeat;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); }

.bgbissnes .razdels {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0; }

.bgbissnes .razdels a {
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 105px;
  display: inline-block;
  margin-bottom: 4px; }

.bgbissnes .razdels a:last-child {
  padding: 10px 122px; }

.business__steps {
  max-width: 1100px;
  margin: 15px auto 40px;
  padding: 15px; }
  .business__steps * {
    box-sizing: border-box; }
.business-steps__title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 35px;
  line-height: 1.3em; }
.business-steps__inner {
  margin-top: 10px; }
.business-steps__step {
  max-width: 670px;
  margin-top: 10px; }
  .business-steps__step:after {
    content: '';
    display: block;
    clear: both; }
  .business-steps__step--reverse .business-steps__step-title {
    background: #9c9da1;
    color: #fff;
    border-left-color: #fff; }
.business-steps__number {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #9c9da1;
  color: #fff;
  font-size: 24px;
  float: left; }
.business-steps__step-title {
  float: left;
  width: calc(100% - 40px);
  border: 1px solid #9c9da1;
  background: #fff;
  padding: 9px 10px 8px;
  font-size: 16px; }
  .business-steps__step-title a:hover {
    text-decoration: none; }

#dialogzapis {
  width: 400px; }

.contact_tabs {
  position: relative;
  float: left;
  display: block;
  top: 1px;
  padding: 3px 20px;
  background: #fff;
  color: black;
  border: 1px solid black;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2; }

.contact_tabs:first-child {
  border-left-width: 0; }

.contact_tabs:first-child:not(.active) {
  border-bottom-color: #fff; }

.contact_tabs:last-child {
  border-right-width: 0; }

.contact_tabs:last-child:not(.active) {
  border-top-color: #fff; }

.contact_tabs.active {
  background: black;
  color: white; }

.tab_holder {
  border-bottom: 1px solid black;
  width: 100%; }

.tab_holder:after {
  content: '';
  display: block;
  clear: both; }

.tab_content {
  display: none; }

.popup {
  display: none; }

@media screen and (max-width: 919px) {
  body {
    text-align: justify;
    min-width: 320px; }

  :root .listnovelty .litem table tr td {
    height: auto !important; }

  :root .listnovelty .litem table tr td a img {
    max-height: 100%;
    height: 130px;
    width: auto; }

  .listnovelty .litem .lname {
    height: 66px; }

  footer .glbody {
    text-align: center; }

  footer .glbody table.menubottom {
    margin-bottom: 0; }

  footer .glbody .f_soclinks {
    position: relative;
    display: block;
    width: 260px;
    height: 30px;
    margin: 0 auto; }

  footer .glbody .f_soclinks a {
    top: 0; } }
@media screen and (max-width: 720px) {
  :root .glbody .glbodyright > * {
    display: none; }

  :root .glbody .glbodyright {
    float: left;
    margin: 0 0 0 5px; }

  :root .glbody .glbodyright .tlphone .h_f_phone *,
  :root .glbody .glbodyright .tlphone .h_f_phone,
  :root .glbody .glbodyright .tlphone,
  :root .glbody .glbodyright {
    display: initial !important;
    margin-right: 0; } }
@media screen and (max-width: 530px) {
  :root .glbody .glbodyright * {
    display: none; } }
@media screen and (max-width: 380px) {
  :root .glbody .glbodyright .tlphone .h_f_phone {
    font-size: 80%; } }
@media screen and (max-width: 340px) {
  :root .glbody .glbodyright .tlphone .h_f_phone {
    font-size: 70%; } }
.st_footer_text {
  width: 40%;
  /* font-size: 12px; */
  margin: 5px 0; }

.tile_item-badge-new, .tile_item-badge-hit{
width:100px;
height: 100px;
}
