/*** Settings ***/
/*** //Settings ***/
/*** Header ***/
.v2__header-row--mobile {
  display: none;
}
.v2__header-burger {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../svg/burger.svg") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.open-menu .v2__header-burger {
  background-image: url("../svg/burger_close.svg");
}
.v2__mobile-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 980;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.v2__mobile-panel,
.mobile .v2__mobile-panel,
.mobile .header.v2__mobile-panel {
  position: fixed;
  left: 0;
  top: 99px;
  bottom: 0;
  right: auto;
  z-index: 990;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 89%;
  min-width: 310px;
  padding: 20px;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Bron Sans Cyrl';
  font-size: 15px;
  line-height: 1;
}
.open-menu .v2__mobile-panel {
  display: block !important;
}
.open-menu .v2__mobile-overlay {
  display: block;
}
.v2__mobile-city {
  margin-bottom: 10px;
}
.v2__mobile-city .v2__mobile-city-title {
  color: #b2b2b2;
}
.v2__mobile-city .v2__mobile-city-value {
  color: #2b2626;
  font-weight: 700;
}
.v2__mobile-contacts {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.v2__mobile-contacts .v2__mobile-addresses {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  color: #b2b2b2;
  text-decoration: none;
  white-space: nowrap;
}
.v2__mobile-contacts .v2__mobile-addresses:before {
  content: "";
  margin-right: 7px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../svg/map.svg") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
.v2__mobile-contacts .v2__mobile-phone {
  color: #2b2626;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
}
.v2__mobile-toolbar .v2__mobile-toolbar-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #2b2626;
}
.v2__mobile-toolbar .v2__mobile-toolbar-item .v2__mobile-toolbar-item-icon {
  position: relative;
  margin-right: 15px;
  display: block;
  width: 24px;
  height: 24px;
}
.v2__mobile-toolbar .v2__mobile-toolbar-item .v2__mobile-toolbar-item-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.v2__mobile-toolbar .v2__mobile-toolbar-item .v2__mobile-toolbar-item-icon .v2__mobile-toolbar-item-num {
  position: absolute;
  right: -7px;
  top: -5px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #bb559d;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-family: Arial;
  line-height: 16px;
  text-align: center;
}
.v2__mobile-toolbar .v2__mobile-toolbar-item .v2__mobile-toolbar-item-title br {
  display: none;
}
.v2__mobile-toolbar .v2__mobile-toolbar-item:last-child {
  margin-bottom: 0;
}
.v2__mobile-toolbar .v2__mobile-toolbar-item--gray .v2__mobile-toolbar-item-icon {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
.v2__mobile-catalog {
  margin: 18px 0;
  padding: 18px 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.v2__mobile-catalog .v2__mobile-catalog-item {
  margin-bottom: 4px;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #2b2626;
}
.v2__mobile-catalog .v2__mobile-catalog-item:last-child {
  margin-bottom: 0;
}
.v2__mobile-catalog .v2__mobile-catalog-item--submenu {
  background: url("../svg/mobile_rarr.svg") no-repeat right 7px;
  -webkit-background-size: 8px 11px;
  -moz-background-size: 8px 11px;
  background-size: 8px 11px;
}
.v2__mobile-menu {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #b2b2b2;
}
.v2__mobile-menu .v2__mobile-menu-item {
  margin-bottom: 4px;
  display: block;
  width: 100%;
  padding: 5px 0;
  text-decoration: none;
  color: #b2b2b2;
}
.v2__mobile-menu .v2__mobile-menu-item--submenu {
  background: url("../svg/mobile_rarr_gray.svg") no-repeat right 7px;
  -webkit-background-size: 8px 12px;
  -moz-background-size: 8px 12px;
  background-size: 8px 12px;
}
.v2__mobile-menu .v2__mobile-menu-item:last-child {
  margin-bottom: 0;
}
.v2__mobile-catalog-back {
  margin-bottom: 20px;
  margin-top: -5px;
  display: block;
  padding: 5px 0 5px 20px;
  background: url("../svg/mobile_larr.svg") no-repeat left 6px;
  -webkit-background-size: 8px 12px;
  -moz-background-size: 8px 12px;
  background-size: 8px 12px;
  color: #b2b2b2;
  text-decoration: none;
}
.v2__mobile-catalog-title {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.v2__mobile-catalog-inner .v2__mobile-catalog-inner-item {
  margin-bottom: 5px;
  display: block;
  padding: 5px 0;
  color: #848484;
  text-decoration: none;
}
.v2__mobile-catalog-inner .v2__mobile-catalog-inner-item:last-child {
  margin-bottom: 0;
}
.v2__mobile-catalog-inner .v2__mobile-catalog-inner-item--submenu {
  background: url("../svg/mobile_rarr_gray.svg") no-repeat right 7px;
  -webkit-background-size: 8px 12px;
  -moz-background-size: 8px 12px;
  background-size: 8px 12px;
}
.v2__mobile-catalog-inner .v2__mobile-catalog-inner-item--large {
  text-transform: uppercase;
  font-weight: 700;
}
.v2__mobile-catalog-inner .v2__mobile-catalog-inner-item--all {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-transform: uppercase;
}
.v2__mobile-catalog-inner .v2__mobile-catalog-inner-item--all:after {
  content: "";
  margin-left: 10px;
  display: block;
  width: 40px;
  height: 24px;
  background: url("../svg/menu_rarr.svg") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.3s -moz-transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s -o-transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.3s -ms-transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/*** //Header ***/
/*** Nav ***/
.v2__mobile-blocks .v2__mobile-block {
  display: none;
}
.v2__mobile-blocks .v2__mobile-block.show {
  display: block;
}
.v2__mobile-blocks .v2__mobile-block .v2__page-popup {
  padding: 0 0 10px 0;
}
/*** //Nav ***/
@media screen and (max-width: 1300px) {
  .v2__header-links .v2__header-link-item-subs {
    left: -40px;
  }
  .v2__header-links .v2__header-link-item-subs .v2__header-link-item-subs-inner:before {
    left: 43px;
  }
}
@media screen and (max-width: 1100px) {
  .v2__header-menu .v2__header-menu-item-holder {
    margin-right: 20px;
  }
  .v2__header-search {
    width: 25%;
  }
  .v2__header-nav-banner {
    max-width: 85%;
  }
  .header-scrolling .v2__page-header .v2__header-row--bottom .v2__header-row-inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 990px) {
  .v2__header-row--top,
  .v2__header-row--middle,
  .v2__header-row--bottom {
    display: none;
  }
  .v2__header-row--mobile {
    display: block;
  }
  .v2__header-row--mobile .v2__header-row-inner {
    position: relative;
    margin-bottom: 10px;
    display: block;
    height: 32px;
  }
  .v2__page-header,
  .mobile .v2__page-header,
  .mobile .header.v2__page-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100px;
    padding: 10px 0;
    background-color: #fff;
  }
  .v2__header-logo {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130px;
  }
  .v2__header-mobile-toolbar {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .v2__header-mobile-toolbar .v2__header-mobile-toolbar-items {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .v2__header-mobile-toolbar .v2__header-mobile-toolbar-items .v2__header-mobile-toolbar-item {
    margin-right: 17px;
  }
  .v2__header-mobile-toolbar .v2__header-mobile-toolbar-items .v2__header-mobile-toolbar-item img {
    display: block;
  }
  .v2__header-mobile-toolbar .v2__header-mobile-toolbar-items .v2__header-mobile-toolbar-item .v2__header-mobile-toolbar-item-num {
    position: absolute;
    right: -7px;
    top: -5px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #bb559d;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-family: Arial;
    line-height: 16px;
    text-align: center;
  }
  .v2__header-mobile-toolbar .v2__header-mobile-toolbar-items .v2__header-mobile-toolbar-item:last-child {
    margin-right: 0;
  }
  .v2__header-search {
    width: 100%;
  }
  .v2__header-search .v2__header-search-submit {
    right: auto;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
  }
  .v2__header-search .v2__header-search-input {
    padding-left: 35px;
    padding-right: 20px;
  }
  .v2__form-checkbox .jcf-checkbox {
    margin-right: 9px;
  }
  .v2__form-checkbox .v2__form-checkbox-title {
    position: relative;
    top: 2px;
    font-size: 13px;
  }
  .v2__form-toolbar {
    margin-bottom: 30px;
  }
  .v2__form-toolbar a:not([class]) {
    font-size: 13px;
  }
  .v2__form-actions {
    margin: 30px 0 40px 0;
  }
  .v2__page-popup {
    padding: 50px 20px 30px 20px;
  }
  .v2__page-popup .v2__page-popup-title {
    margin-bottom: 20px;
  }
  .v2__page-popup .v2__page-popup-note {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 350px) {
  .v2__header-mobile-toolbar .v2__header-mobile-toolbar-items .v2__header-mobile-toolbar-item {
    margin-right: 10px;
  }
  .v2__header-logo {
    width: 120px;
  }
}
