.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.center-block {
  margin: 0 auto;
}
.borderBottom {
  border-bottom: 1px solid #d1d1d1;
  height: 1px;
  position: absolute;
  bottom: 13px;
  width: 100%;
  z-index: 1;
}
.index .borderBottom {
  display: none;
}
.multiMenuWrapper {
  padding: 0;
  margin: 0;
  height: 55px;
  position: relative;
}
.multiMenuWrapper .firstLevel {
  display: inline-block;
  list-style-type: none;
  text-align: justify;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.multiMenuWrapper .topMenuLink {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 10px;
}
.multiMenuWrapper .firstLevelLi {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
}
.multiMenuWrapper .firstLevelLi .firstLevelLink {
  vertical-align: bottom;
  font: 600 16px "latoregular", Arial, Tahoma;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 177px;
  height: 35px;
  padding: 8px 8px 8px 12px;
  margin: 10px 0 0 2px;
  border-radius: 4px;
  display: block;
  background: #f2941f;
}
.multiMenuWrapper .firstLevelLi .firstLevelLink span {
  display: inline-block;
  vertical-align: bottom;
}
.multiMenuWrapper .firstLevelLi .firstLevelLink .img {
  position: relative;
}
.multiMenuWrapper .firstLevelLi .firstLevelLink .text {
  position: relative;
  top: -2px;
}
.multiMenuWrapper .firstLevelLi .logo {
  display: none;
}
.multiMenuWrapper .firstLevelLi.active .firstLevelLink {
  color: #124568;
  background: #fff;
  border: 1px solid #d1d1d1;
}
.multiMenuWrapper .firstLevelLi.active .secondLevelWrap {
  display: block;
}
.multiMenuWrapper .firstLevelLi:hover .firstLevelLink {
  color: #124568;
  background: #fff;
  height: 35px;
}
.multiMenuWrapper .firstLevelLi:hover .secondLevelWrap {
  display: block;
}
.multiMenuWrapper .firstLevelLi:hover .menu-icon {
  top: -6.5px;
  width: 16px;
  margin-right: 7px;
}
.multiMenuWrapper .firstLevelLi:hover .menu-icon span {
  background: #124568;
  top: 8px;
  height: 2px;
}
.multiMenuWrapper .firstLevelLi:hover .menu-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.multiMenuWrapper .firstLevelLi:hover .menu-icon span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.multiMenuWrapper .firstLevelLi:hover .menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.multiMenuWrapper .secondLevelWrap {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  width: 1170px;
  padding: 0 0 5px 0;
  min-height: 260px;
}
.multiMenuWrapper .secondLevelWrap ul {
  padding: 0;
  margin: 0;
}
.multiMenuWrapper .allSections {
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  border-radius: 0 0 8px 8px;
  width: 202px;
  float: left;
  position: relative;
  z-index: 2;
  top: 0;
}
.multiMenuWrapper .allSections .thirdLevelWrap {
  display: none;
}
.multiMenuWrapper .allSections .allSectionsLi {
  position: relative;
  border-top: 1px solid #d1d1d1;
}
.multiMenuWrapper .allSections .allSectionsLi .allSectionsLiLink {
  font: 16px "latoregular", Arial, Tahoma;
  color: #124568;
  padding: 11px 30px 11px 46px;
  display: block;
  text-decoration: none;
  width: 202px;
}
.multiMenuWrapper .allSections .allSectionsLi .allSectionsLiLink:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  background: url('/local/templates/.default/images/sprites.png') no-repeat;
  background-position: -550px -740px;
  width: 6px;
  height: 11px;
}
.multiMenuWrapper .allSections .allSectionsLi .img {
  position: absolute;
  left: 9px;
  top: 9px;
}
.multiMenuWrapper .allSections .allSectionsLi .img img {
  display: block;
  margin: 0 auto;
}
.multiMenuWrapper .allSections .allSectionsLi .img .hover {
  display: none;
}
.multiMenuWrapper .allSections .allSectionsLi:first-child {
  border-top: none;
}
.multiMenuWrapper .allSections .allSectionsLi:hover .img .base,
.multiMenuWrapper .allSections .allSectionsLi.active .img .base {
  display: none;
}
.multiMenuWrapper .allSections .allSectionsLi:hover .img .hover,
.multiMenuWrapper .allSections .allSectionsLi.active .img .hover {
  display: block;
}
.multiMenuWrapper .allSections .allSectionsLi:hover .thirdLevelWrap,
.multiMenuWrapper .allSections .allSectionsLi.active .thirdLevelWrap {
  display: block;
}
.multiMenuWrapper .allSections .allSectionsLi:hover .allSectionsLiLink,
.multiMenuWrapper .allSections .allSectionsLi.active .allSectionsLiLink {
  background: #fff;
  color: #f2941f;
}
.multiMenuWrapper .allSections .allSectionsLi:hover .allSectionsLiLink:after,
.multiMenuWrapper .allSections .allSectionsLi.active .allSectionsLiLink:after {
  -webkit-animation: swing 0.8s ease;
  animation: swing 0.8s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-position: -530px -740px;
}
.multiMenuWrapper .allSections .allSectionsLi:last-child .allSectionsLiLink {
  width: 200px;
  border-radius: 0 0 8px 8px;
}
.multiMenuWrapper .allSections .allSectionsLi:last-child .allSectionsLiLink:after {
  background: transparent;
}
.multiMenuWrapper .allSectionsMenu {
  float: left;
  width: 968px;
  position: relative;
  z-index: 1;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap {
  display: none;
  min-height: 270px;
  background: #fff;
  margin: 0 0 0 -4px;
  padding: 12px 0 0 34px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #d1d1d1;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap.active {
  display: block;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherListBrands {
  top: -6px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherListBrands .popularName {
  position: static;
  margin: 0 0 10px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap ul {
  width: 283px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap ul li {
  margin: 0 0 15px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .popularWrap {
  float: left;
  margin-right: 15px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .popularWrap .popularName {
  font: 600 24px "latoregular", Arial, Tahoma;
  color: #124568;
  margin: 0 0 25px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .popularWrap .popularList li {
  margin: 0 0 12px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .popularWrap .popularList li a {
  color: #124568;
  font: 16px "latoregular", Arial, Tahoma;
  display: inline-block;
  border: 1px solid #124568;
  padding: 7px 35px 6px;
  width: 230px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .popularWrap .popularList li a:hover {
  background: #124568;
  color: #fff;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .popularWrap + .otherWrap {
  float: left;
  margin-top: 60px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList {
  float: left;
  margin: 0 0 0 40px;
  width: 306px;
  text-align: left;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList:first-child {
  margin: 0;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList li {
  margin: 0 0 15px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList li a {
  font: 16px "latoregular", Arial, Tahoma;
  font-weight: bold;
  color: #124568;
  text-decoration: none;
  -webkit-transition: color ease-out 100ms;
  -moz-transition: color ease-out 100ms;
  -o-transition: color ease-out 100ms;
  transition: color ease-out 100ms;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList li a:hover {
  color: #f2941f;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList .moreLinks {
  position: relative;
  top: -3px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList .moreLinks li {
  float: left;
  margin: 0 10px 0 0;
  height: 18px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList .moreLinks li a {
  font-weight: normal;
  font: 14px "latoregular", Arial, Tahoma;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList + .otherList {
  width: 260px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherListBrands {
  position: relative;
  width: 240px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherListBrands .popularName {
  position: relative;
  font: 600 24px "latoregular", Arial, Tahoma;
  color: #124568;
  left: 0;
  top: -2px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherListBrands .oneBrandStr {
  margin: 0 0 10px;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherListBrands .oneBrandStr div {
  float: left;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherListBrands .oneBrandStr div a {
  border: 1px solid #e6e6e6;
  width: 70px;
  height: 70px;
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
}
.multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherListBrands .oneBrandStr div + div {
  margin-left: 10px;
}
.fixedTop .multiMenuWrapper .firstLevelLi .firstLevelLink {
  width: 35px;
  height: 35px;
  margin-top: 9px;
  padding: 8px;
}
.fixedTop .multiMenuWrapper .firstLevelLi .firstLevelLink .text {
  display: none;
}
.fixedTop .multiMenuWrapper .firstLevelLi .menu-icon {
  top: -2.5px;
}
.fixedTop .multiMenuWrapper .firstLevelLi:hover .menu-icon {
  width: 18px;
  margin: 0;
  top: -5.5px;
}
.fixedTop .multiMenuWrapper .logo {
  position: absolute;
  background: url('/local/templates/.default/images/sprites2.png') no-repeat;
  background-position: 0 -150px;
  width: 143px;
  height: 45px;
  left: 58px;
  top: 0px;
  display: block;
}
.menu-icon {
  display: inline-block;
  width: 18px;
  height: 12px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 5px 0 0;
  top: -3.5px;
}
.menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out 0s;
}
.menu-icon span:nth-child(1) {
  top: 0;
}
.menu-icon span:nth-child(2) {
  top: 5px;
}
.menu-icon span:nth-child(3) {
  top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .multiMenuWrapper .firstLevelLi .firstLevelLink {
    width: 180px;
    font-size: 18px;
  }
  .multiMenuWrapper .allSectionsMenu {
    width: 792px;
  }
  .multiMenuWrapper .allSectionsMenu .thirdLevelWrap .otherList.otherListBrands {
    margin: 0;
  }
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  30% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  30% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
