@font-face {
  font-family: "ALSRubl";
  src: url("../fonts/rouble.eot");
  src: url("../fonts/roubled41d.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble.woff") format("woff"),
    url("../fonts/rouble.ttf") format("truetype"), url("../fonts/rouble.svg#JournalRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Open Sans", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial,
    sans-serif;
  min-width: 320px;
}

.moneySign {
  font-style: normal;
  padding-left: 5px;
  font-weight: 500;
}

img {
  margin-bottom: -5px;
}
a {
  color: #3498db;
  text-decoration: none;
  border-bottom: solid 1px #77bae7;
}

.pseudoH2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 20px 0 10px;
}

.pseudoH3 {
  font-size: 1.17em;
  font-weight: 700;
  margin: 20px 0 10px;
}

.pseudoH4 {
  font-size: 1em;
  font-weight: 700;
  margin: 20px 0 10px;
}

.aW a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.aB a,
.itemName {
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.aB a:hover,
.itemName:hover {
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, 1);
}
.aGr a {
  color: #787878;
  border-bottom: solid 1px rgba(120, 120, 120, 0.5);
}
a:hover {
  color: #999;
  border-bottom: solid 1px #999;
}
a img {
  border: none;
  border-collapse: collapse;
  outline: none;
}
a:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
}
.noList {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.lim {
  max-width: 1420px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.limnp {
  max-width: 1420px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.lim5 {
  max-width: 1440px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.lim4 {
  max-width: 1100px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.shopMainMenuWrapper .limMenu {
  max-width: 1440px;
  min-width: 250px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.lim2 {
  max-width: 1440px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0 20px;
}
.lim3 {
  width: 300px;
  margin: 0 auto;
  padding: 0 10px;
}
.anlim {
  max-width: 1880px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.flex {
  display: flex;
}

.show {
  visibility: visible !important;
}
.hide {
  visibility: hidden !important;
}
.pseudo {
  border-bottom-style: dashed !important;
}
.out_container {
  margin: 0 auto;
  height: 100%;
  left: 0;
  position: relative;
  transition: left 0.4s ease-in-out;
}
.out_container.active,
.out_container.active header {
  left: 320px;
  transition: left 0.4s ease-in-out;
}
.container {
  min-height: 100%;
}
/*Header*/

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 300px;
  z-index: 2000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: left 0.4s ease-in-out;
}
.headerMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.headerMenuWr {
  display: flex;
}
.headerMenu li {
  display: inline-block;
}
.fixHeader header {
  position: relative;
  z-index: 2000;
}
.header {
  position: relative;
  background: #000;
}
.fixHeader .shopMainMenuWrapper .shopMainMenuInner > a {
  padding: 5px 13px 5px;
  font-size: 16px;
}

header .shopMainMenuInner i {
  display: none;
}

.searchList {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 10px;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.searchList .cartItemInfo .itemSizeItemAddWr {
  width: auto !important;
}

.cartItemInfo>div.cart-item-stock-wr .cart-item-stock {
  font-size: 14px;
  margin-bottom: 15px
}

.cart-item-stock-wr {
  margin-top: 20px;
  display: flex !important;
  flex-direction: column;
}

.size-list>div {
  margin: 0 20px 10px 0;
  text-align: right;
  width: 95px;
  white-space: nowrap;
}

.cart-item-stock {
  display: none;
  white-space: normal;
}

.cart-item-stock__info {
  color: #999;
  font-size: 12px
}

.cart-item-stock.active {
  display: flex;
  align-items: flex-start
}

.searchList .cartQty,
.searchList .cartCost {
  display: none;
}
.searchList .itemSizeWrapper b {
  cursor: default;
  border: none;
  color: #000;
  margin-right: 6px;
  width: auto;
  height: auto;
  line-height: 1.2;
  min-width: auto;
}
.searchList .itemSizeWrapper b:hover {
  color: #000;
  background: none;
  border: none;
}

.searchList .itemSizeWrapper {
  display: block;
}

.searchList .cartItemInfo .itemPrice {
  display: inline-block;
}

.searchPopupWrapper.active {
  display: block;
  padding-bottom: 10px;
}
.waitAnim {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -48px;
}
.searchPopupWrapper .cartTableWrapper {
  padding: 0;
  border: none;
}
.searchPopupWrapper .cartPhoto img {
  max-height: 100px;
}
.searchResult .cartTable {
  width: 99%;
}
.searchPopupInner {
  position: relative;
  height: 100%;
}

.searchPopupInner .lim {
  min-height: 100%;
}
.pseudoH {
  font-size: 30px;
  font-weight: 700;
  margin: 40px 0 40px;
}
/*Header cart & info*/
.headerIconsWr {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  text-align: right;
  display: flex;
}

.headerIconsWr > div {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  height: 100%;
  vertical-align: top;
  margin-left: -0.26em;
  min-width: 28px;
  cursor: pointer;
}

.fixHeader .headerIconsWr > div {
  padding: 0 10px 0 10px;
  height: 100%;
}

.headerIconsWr > div.active,
.headerSize > div.active,
.headerIconsWr > div:hover,
.headerSize > div:hover {
  background: #1c4b9b;
}
.headerIconsWr > div.active i,
.headerSize > div.active i {
  background-color: #fff !important;
}

.headerIconsWr > div.headerCartDev.active {
  background: #568add;
}

.headerCartDev a {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.headerCartDev sup {
  background: #fff;
  border-radius: 50%;
  padding: 0 2px;
  text-align: center;
  color: #000;
  font-size: 10px;
  position: relative;
  top: 10px;
  right: -8px;
  display: none;
}
.headerCartDev.cartActive sup:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icons/discount.svg);
  background-size: 100%;
}

.headerCartDev.active sup {
  display: inline-block;
  min-width: 10px;
}

.bigPopUpWr {
  position: fixed;
  top: 118px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  display: none;
  z-index: 2050;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.searchPopupWrapper,
.hidFiltrPopup {
  padding-top: 50px;
}

.fixHeader .bigPopUpWr {
  top: 94px;
}

.shopContactsPopUpWr .topContactsWr,
.hidFiltrPopup .hidFiltrWr {
  max-width: 580px;
  margin: 0 auto 0;
  padding: 20px;
  position: relative;
}

.shopContactsPopUpWr h4 {
  margin: 0 0 5px 0;
}
.shopContactsPopUpWr .shopWorkTime {
  display: block !important;
  line-height: 1.7;
}
.shopContactsPopUpWr .pseudoTitle,
.konModelsPopUpInner .pseudoTitle {
  font-size: 36px;
  margin: 40px 0 60px;
  text-align: center;
}
.skypeLink {
  border: none;
  text-decoration: none;
  color: #000 !important;
}
.headerInfo > i,
.headerSearch i {
  display: block;
  position: absolute;
}
/*.headerFilter i:before {
    display: block;
    width: 5px;
    height: 1px;
    position: absolute;
    background: inherit;
    top: 5px;
    left: 3px;
    content: '';
    transition: 0.3s ease-in-out;
}
.headerFilter i:after {
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    background: inherit;
    top: -5px;
    left: -4px;
    content: '';
    transition: 0.3s ease-in-out;
}

.headerFilter i {
    display: inline-block;
    position: relative;
    width: 11px;
    left: -4px;
    height: 1px;
    background: #000;
    margin: 25px 0 0 7px;
    text-align: center;
}*/

.iconViber,
.iconWatsApp,
.iconTelegram,
.iconMts,
.iconVel,
.iconBt {
  display: inline-block;
  margin-right: 5px;

  background: url(../images/main_new/viber.svg) no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  position: relative;
  top: 4px;
}

.iconWatsApp {
  background: url(../images/main_new/whatsapp.svg) no-repeat;
}

.iconTelegram {
  background: url(../images/main_new/telegram.svg) no-repeat;
}

.iconMts {
  background: url(../images/icons/mts.svg) no-repeat;
}
.iconVel {
  background: url(../images/icons/velcom.svg) no-repeat;
}

.iconBt {
  background: url(../images/icons/bt.png) no-repeat #fff;
}

.headerInfo.active {
  display: inline-block;
  cursor: pointer;
}
.headerSearch i,
.headerInfo i,
.headerFilter i,
.headerCartDev i,
.headerSize i,
.headerLocate i {
  background-position: 50% 50%;
  background-color: #000;
  -webkit-mask-image: url(../images/icons/search.svg);
  mask-image: url(../images/icons/search.svg);
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 50%;
  margin-left: -11px;
}

.headerInfo i {
  -webkit-mask-image: url(../images/icons/phone.svg);
  mask-image: url(../images/icons/phone.svg);
}

.headerLocate i {
  -webkit-mask-image: url(../images/icons/locate.html);
  mask-image: url(../images/icons/locate.html);
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0;
  margin-right: 8px;
}

.headerLocate:hover span,
.headerLocate.active span {
  color: #fff;
}

.headerLocate {
  font-size: 12px;
  display: flex !important;
  align-items: center;
}

.headerFilter i {
  -webkit-mask-image: url(../images/icons/filter.svg);
  mask-image: url(../images/icons/filter.svg);
}

.headerCartDev i {
  -webkit-mask-image: url(../images/icons/cart.svg);
  mask-image: url(../images/icons/cart.svg);
}

.headerSize i {
  -webkit-mask-image: url(../images/icons/ruler.svg);
  mask-image: url(../images/icons/ruler.svg);
}

.headerFilter {
  display: none !important;
}

.no-touch .headerIconsWr > div:hover i {
  background-color: #fff;
}

.searchInputWr {
  position: relative;
  z-index: 900;
  padding: 0;
  background: #fff;
  display: block;
}
.fixHeader .searchInputWr.active {
  left: 141px;
}
.searchInputWr i {
  z-index: 100;
  top: 20px;
  left: 20px;
  height: 30px;
  width: 30px;
  background: url(../images/main_new/j_icons.png) no-repeat -29px -729px;
  position: absolute;
}
.searchInputWr input {
  display: block;
  width: 80%;
  margin: 0 auto;
  border: none;
  border-bottom: solid 1px #ddd;
  font-size: 26px;
  font-weight: 300;
  padding: 18px 10px 16px;
  text-align: center;
}
.fixHeader .searchInputWr input {
  padding: 11px 10px 10px 50px;
}

.headerCart {
  position: relative;
  background: #568add;
  text-align: center;
  padding: 3px 10px 3px;
  display: none;
}

.headerCart.active {
  display: block;
}

.headerCart.fixCart {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1950;
}

.cartAnswer {
  margin-top: 40px;
}

.cartAmtSumm {
  border: none !important;
  color: #fff !important;
  font-size: 14px;
}

.headerCartInfo,
.headerCartActiveInfo {
  font-size: 13px;
  color: #f7f7f7;
  display: inline-block;
  padding-left: 28px;
  position: relative;
  top: -1px;
}

.headerCartInfo a:hover {
  color: #fff !important;
  border-bottom-color: #fff !important;
}

.headerCartInfoPriceWr {
  white-space: nowrap;
}

.headerCartInfo:after, /*.cartWarningInfo:after,*/ .headerCartActiveInfo:after {
  content: "";
  display: block;
  width: 15px;
  /*-webkit-mask-image: url(../images/icons/danger.svg);
    mask-image: url(../images/icons/danger.svg);
    background-position: 50% 50%;
    background-color: #fff;*/
  background: url(../images/icons/danger.svg) no-repeat 50% 50%;
  background-size: 13px auto;
  position: absolute;
  left: 0;
  margin-left: 10px;
  top: 0;
  bottom: 0;
}

.cartWarningInfo:after {
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  top: 12px;
  left: 0px;
  bottom: auto;
}

.headerCartButton {
  padding: 1px 10px;
  margin-left: 5px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  font-size: 13px;
  display: none;
  position: relative;
  top: -1px;
}

.headerCartButton:hover {
  background: rgba(255, 255, 255, 0.92);
}

.cartActive .headerCartInfo,
.headerCartActiveInfo {
  display: none;
}

.cartActive .headerCartButton,
.isShop .headerCartButton,
.cartActive .headerCartActiveInfo {
  display: inline-block;
}

.headerCartIcon {
  display: inline-block;
  -webkit-mask-image: url(../images/icons/cart.svg);
  mask-image: url(../images/icons/cart.svg);
  background-color: #fff;
  height: 18px;
  width: 18px;
  background-size: auto 18px;
  position: relative;
  top: 3px;
}

/*footer*/
footer {
  margin: -209px 0 0 0;
  background: #191919;
  position: relative;
  color: #999;
  line-height: 1.7;
  font-size: 14px;
}

.footerInner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bottomShare {
  text-align: center;
  background: #222;
  padding: 5px 5px 7px;
}

.bottomShare > span {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.bottomShareList {
  display: inline-block;
}

.footerSmallInfo {
  font-size: 12px;
  margin: 10px 0 0;
}

.bottomFooterInfo > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}
.bottomFooterInfo > div div {
  margin-bottom: 5px;
}
.footerContactsPhones {
  font-size: 24px;
}
.footerContactsPhones span {
  white-space: nowrap;
}
.footerLeft {
  width: 25%;
  margin-top: 6px;
}
.footerLogo {
  border: none !important;
  display: none;
}

.footerLogo img {
  width: 230px;
}

.footerFirmInfo {
  margin: 0;
  font-size: 14px;
}
.footerFirmInfo div {
  margin-bottom: 4px;
}
.footerTopLinks {
  max-width: 1024px;
}

.footerCenter {
  padding-left: 55px;
  margin-top: -10px;
}

.footerTopLinks li {
  font-size: 14px;
  margin-bottom: 4px;
  text-align: top;
  width: 180px;
  display: inline-block;
}

.footerContacts h3 a,
.footerContacts .pseudoH3 a {
  border: none !important;
  color: #999 !important;
}
.footerContacts h4 {
  margin-bottom: 10px;
}
.footerContacts h3,
.footerContacts .pseudoH3 {
  margin-bottom: 15px;
}
.socialBig {
  margin-top: 13px;
}
.socialBig li {
  display: inline-block;
  margin-right: 8px;
}
.socialBig li a {
  background-image: url(../images/main_new/social_big.svg);
  background-size: auto 100%;
  display: block;
  height: 30px;
  width: 30px;
  opacity: 1;
  border-bottom: none !important;
}
.socialBig li a:hover {
  opacity: 0.8;
}
.facebookB {
  background-position: -200px 0px;
}
.twitterB {
  background-position: -150px 0px;
}
.youtubeB {
  background-position: -100px 0px;
}
.vkB {
  background-position: -50px 0px;
}

.socialBig li a.instaB {
  background-image: url(../images/icons/instagram.svg);
  background-size: auto 100%;
  background-color: #fff;
}

.free_footer {
  height: 210px;
}
.footerContactsDopInfo {
  font-size: 14px;
  padding: 5px;
  color: #666;
  border: solid 1px #666;
  background: #000;
  display: inline-block;
  border-radius: 6px;
}
/*newShop*/
.shopMainMenuWrapper {
  background: #fff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  position: relative;
}
.headerMenuWr {
  margin-left: 147px;
}

.fixHeader .headerMenuWr {
  margin-left: 96px;
}

.headerMenu,
.headerTab {
  display: flex;
}

.headerTab {
  white-space: nowrap;
}

.shopMainMenuWrapper .shopMainMenuInner > a {
  color: #444;
  font-size: 18px;
  border: none;
  text-decoration: none;
  display: inline-block;
  padding: 25px 13px 26px;
  height: 24px;
  position: relative;
  top: 0;
  z-index: 150;
}

.headerMenu a,
.headerTab a {
  font-size: 14px;
  border: none;
  text-decoration: none;
  padding: 12px 12px 12px;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
  display: block;
}

.fixHeader .headerMenu a,
.fixHeader .headerTab a {
  padding: 5px 12px 5px;
}

.headerTab a {
  font-weight: 700;
}
.headerTab a.active {
  background: #fff;
  color: #000 !important;
}

.headerTab a:hover {
  background: #f1f1f1;
  color: #000 !important;
}

.shopMainMenuWrapper .shopMainMenuInner > a.topDrop {
  cursor: default;
}

.shopMainMenuWrapper .shopMainMenuInner a.topDrop:hover:after,
.shopMainMenuWrapper .shopMainMenuInner a.topDrop.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #164990;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.headerSearch.active:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(90deg);
}
.shopMainMenuWrapper .shopMainMenuInner a:hover,
.shopMainMenuWrapper .shopMainMenuInner a.active {
  background: #164990;
  color: #fff;
}
.shopContacts {
  position: absolute;
  right: 15px;
  top: 3px;
  width: 500px;
  text-align: right;
  line-height: 1.7;
  color: #888;
}
.shopContacts a {
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  white-space: nowrap;
}

.shopMainMenuWrapper .main_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #1c4b9b;
  display: block;
  padding: 0 !important;
  left: 0;
  border-bottom: none;
  width: 157px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_logo__svg {
  height: 22px;
}

.shopMainMenuWrapper .shopMainMenuInner {
  margin-left: 147px;
}

.fixHeader .shopMainMenuWrapper .shopMainMenuInner {
  margin-left: 96px;
}

.fixHeader .shopMainMenuWrapper .main_logo {
  padding: 0 8px !important;
  overflow: hidden;
}

.fixHeader .shopMainMenuWrapper .main_logo img {
  height: 100%;
}

.shopMainMenuWrapper .secShopMenu {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  left: 0;
  top: -2000px;
  z-index: 100;
  width: 100%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.2s;
}
.shopMainMenuWrapper .secShopMenu.active,
.shopMainMenuWrapper .secShopMenu.active2 {
  opacity: 1;
  top: 74px;
  transition: opacity 0.3s ease-in-out;
  border-top: solid 1px #eee;
}
.fixHeader .shopMainMenuWrapper .secShopMenu.active {
  top: 34px;
}
.secShopMenu a {
  color: #777;
  border-bottom: none;
}

header .secShopMenu .limMenu i {
  display: none;
}

.secShopMenu a:hover {
  color: #1c4b9b;
}
.shopMainMenuWrapper .secShopMenu .limMenu > ul {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  /*max-width: 200px;*/
  /*width: 20%;*/
  flex: 20%;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul:last-child {
  margin-right: 0;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li {
  padding: 20px 20px 30px 0;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  display: block;
  /*margin-bottom: 7px;
	border-bottom: solid 1px #eee;
	padding-bottom: 14px;*/
  padding: 5px 0;
  color: #000 !important;
  cursor: default;
}
.secShopMenu ul {
  list-style: none;
  margin: 0;
}
.shopMainMenuWrapper .secShopMenu .limMenu > ul > li > ul {
  padding: 0;
}
.shopMainMenuWrapper .secShopMenu .limMenu > ul > li > ul > li {
  font-size: 14px;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li > ul > li.active > a {
  color: #fff;
  background: #1c4b9b;
  padding: 5px;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li > ul > li > a {
  display: block;
  padding: 5px 0;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li > ul > li > ul {
  padding: 0 0 0 10px;
  display: none;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li > ul > li > ul > li {
  position: relative;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li > ul > li > ul > li > a {
  padding: 4px 4px;
  display: block;
}

.newShopContent {
  position: relative;
  min-height: 500px;
}
.shopLeftColumn {
  float: left;
  left: 0;
  width: 250px;
  z-index: 120;
  padding-bottom: 100px;
}
.shopLeftColumn.fixLeftColumn {
  position: fixed;
  top: 90px;
  padding: 10px 33px 100px 0;
}
.shopLeftColumn.shopLeftBottom {
  position: absolute;
  top: auto;
  bottom: 325px;
}
.shopLeftMenu h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  text-transform: uppercase;
}
.shopLeftMenu h2 {
  font-size: 32px;
}
.shopLeftMenu .secShopMenu .limMenu > ul > li,
.leftDevMenuWr .secShopMenu .limMenu > ul > li {
  padding: 5px;
  border-bottom: solid 1px #ddd;
}

.shopLeftMenu .secShopMenu .limMenu > ul,
.leftDevMenuWr .secShopMenu .limMenu > ul {
  padding: 0;
}

.leftDevMenuWr .secShopMenu .limMenu > ul {
  border-bottom: none;
}

.shopLeftMenu .secShopMenu .limMenu > ul > li,
.leftDevMenuWr .secShopMenu .limMenu > ul > li {
  position: relative;
}

.shopLeftMenu .secShopMenu .limMenu > ul > li > a,
.leftDevMenuWr .secShopMenu .limMenu > ul > li > a {
  color: #000 !important;
  text-decoration: none;
}
.secShopMenu .limMenu > ul > li > a:hover,
.leftDevMenuWr .secShopMenu .limMenu > ul > li > a:hover {
  color: #41b8f2;
}
.shopLeftMenu .secShopMenu .limMenu > ul > li > a,
.leftDevMenuWr .secShopMenu .limMenu > ul > li > a {
  display: block;
  padding: 5px 35px 5px 5px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.leftDevMenuWr .secShopMenu .limMenu .w50_menu > a,
.shopLeftMenu .secShopMenu .limMenu .w50_menu > a {
  font-weight: 500;
  z-index: 150;
  color: #000;
  font-size: 14px;
  margin-left: 55px;
  padding-right: 0;
}

.leftDevMenuWr .secShopMenu .limMenu .w50_menu,
.shopLeftMenu .secShopMenu .limMenu .w50_menu {
  border-bottom: none;
}

.shopLeftMenu .secShopMenu .limMenu .w50_menu > a > i {
  display: none;
}

.shopLeftMenu .secShopMenu .limMenu .w50_menu .menuTopPicWr {
  margin-bottom: 0;
}

.leftDevMenuWr .secShopMenu .w50_menu .menuTopPicWr,
.shopLeftMenu .secShopMenu .w50_menu .menuTopPicWr {
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -25px;
}

.leftDevMenuWr .secShopMenu .limMenu > ul > li > a {
  font-weight: 500;
  z-index: 150;
}

.shopLeftMenu .secShopMenu .limMenu > ul > li > a > i,
.leftDevMenuWr .secShopMenu .limMenu > ul > li > a > i {
  display: block;
  position: absolute;
  padding: 0 10px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  bottom: 0;
  font-size: 28px;
  font-weight: 300;
  width: 15px;
  cursor: pointer;
  font-style: normal;
  /*background: #ddd;*/
  color: #000;
}

.leftDevMenuWr .secShopMenu .limMenu > ul > li > a.active > i,
.shopLeftMenu .secShopMenu .limMenu > ul > li > a.active > i {
  color: #fff;
}

.shopLeftMenu .secShopMenu .limMenu > ul > li > ul,
.leftDevMenuWr .secShopMenu .limMenu > ul > li > ul {
  padding-left: 0;
  display: none;
  padding-bottom: 5px;
}

.shopLeftMenu .secShopMenu .limMenu > ul > li.active > ul,
.leftDevMenuWr .secShopMenu .limMenu > ul > li.active > ul {
  display: block;
}
.shopLeftMenu .secShopMenu .limMenu > ul > li > ul a,
.leftDevMenuWr .secShopMenu .limMenu > ul > li > ul a {
  display: block;
  padding: 5px 0 5px 20px;
  font-size: 14px;
}
.shopLeftMenu .secShopMenu .limMenu > ul > li > ul > li > ul a,
.leftDevMenuWr .secShopMenu .limMenu > ul > li > ul > li > ul a {
  display: block;
  padding: 5px 0 5px 20px;
  font-size: 12px;
}

.shopLeftMenu .secShopMenu .limMenu > ul > li > ul > li > ul,
.leftDevMenuWr .secShopMenu .limMenu > ul > li > ul > li > ul {
  padding-left: 0;
  margin-left: 10px;
  max-height: 300px;
  overflow: auto;
  display: none;
}

.shopLeftMenu .secShopMenu .limMenu > ul > li > ul > li.active > ul,
.leftDevMenuWr .secShopMenu .limMenu > ul > li > ul > li.active > ul {
  display: block;
}

.shopLeftMenu .secShopMenu a.active,
.leftDevMenuWr .secShopMenu a.active,
.leftDevMenuWr .secShopMenu .konMenu.active > a {
  background: #1c4b9b;
  color: #fff !important;
}
.shopRightWrapper {
  margin-left: 300px;
  margin-top: 50px;
  position: relative;
}
.tovItem {
  display: inline-block;
  width: 28.8%;
  max-width: 400px;
  text-align: center;
  margin: 0 1.5% 40px 1.5%;
  padding: 0.5%;
  border: solid 1px #fff;
  vertical-align: top;
  position: relative;
  z-index: 100;
  background: #fff;
}
.shopInnerRecomWr .tovItem {
  margin: 0 10px 0 10px;
  padding: 10px;
}

.tovItemIn {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
}

.shopInnerRecomWr h2 {
  font-weight: 600;
  margin: 10px 0 40px;
}

.shopInnerRecomWr .slick-track {
  padding-bottom: 30px;
}

.tovItem > a {
  color: #000;
  display: block;
  border-bottom: none;
}

.touch .tovItem .itemImg {
  display: block;
}

.itemImg {
  display: table-cell;
  vertical-align: middle;
  text-align: center;

  position: relative; /*height:400px;*/
  padding: 10px;
}
.itemImg img {
  max-width: 100%;
  max-height: 300px;
  display: inline-block;
}
.itemColorsWrapper {
  height: 70px;
  display: none;
}

.tovItem .itemColorsWrapper {
  padding: 0 30px;
}

.tovItem .itemColorsWrapper .slick-track {
  margin: 0 auto;
}

.itemColorsWrapper a {
  height: 70px;
  display: block;
  border: none;
  text-align: center;
  position: relative;
  margin: 0 5px;
}
.tovItem .itemColorsWrapper a.active:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  border-bottom: solid 1px #41b8f2;
  top: 0;
  bottom: 0;
}
.itemColorsWrapper img {
  max-height: 50px;
  max-width: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.itemPrice {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 500;
}

.itemPriceIn {
  display: inline-block;
  position: relative;
}

.itemPriceAlert {
  color: #f00;
  font-size: 14px;
  margin-bottom: 10px;
}

.itemPriceSale {
  font-size: 12px;
  background: #4cc180;
  padding: 1px 5px;
  margin-right: 5px;
  color: #fff;
  position: relative;
  top: -1px;
  display: inline-block;
}

.itemNewPriceInfo {
  font-size: 12px;

  margin: 5px 0;
}

.itemPrice.itemPriceSaleOn {
  margin: 5px 0 0 0;
}

.itemPriceSaleOn .itemPriceIn:after {
  content: "";
  border-bottom: solid 1px #000;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
}

.itemPriceSaleOn .itemPriceIn {
  color: #777;
}

.itemNewPrice {
  display: none;
  margin-bottom: 10px;
  color: #4cc180;
}

.itemPriceSale.active,
.itemNewPrice.active {
  display: inline-block;
}

.itemNewPrice.blackF {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
}

.itemNewPrice.blackF .itemPriceSale {
  background: #f00;
}

.itemPriceAlert span {
  font-weight: 700;
}

.itemColorsWrapper.slick-initialized {
  display: block;
}
.itemColorsWrapper .slick-prev,
.itemColorsWrapper .slick-next {
  background: none;
}

.itemColorsWrapper .slick-prev.slick-disabled,
.itemColorsWrapper .slick-next.slick-disabled {
  background: none !important;
}
.itemSizeWrapper {
  display: none;
}

.tovItem .itemSizeWrapper {
  padding: 0 10px;
}
.tovItem:hover,
.itemActive {
  border: solid 1px #eee;
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  z-index: 205;
  transition: box-shadow linear 0.3s;
}

.tovItem:hover .itemSizeWrapper.active,
.itemActive .itemSizeWrapper.active {
  display: block;
}
.itemSizeWrapper b,
.sizeFilter {
  border: solid 1px #ccc;
  padding: 2px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 3px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.searchList .itemSizeWrapper b,
.mainInnerInfo .itemSizeWrapper b {
  margin-left: 0;
}
.itemSizeWrapper b:active,
.itemSizeWrapper b.active,
.sizeFilter:hover,
.sizeFilter.active {
  color: #fff;
  background: #7faaef !important;
  border: solid 1px #7faaef !important;
}

.itemSizeWrapper b:hover {
  background: #99b6e4;
  border-color: #99b6e4;
  color: #fff;
}

input.qt,
.cartQty input {
  display: inline-block !important;
  width: 40px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  vertical-align: top;
  position: relative;
  top: -1px;
  border: solid 1px #ccc;
}

.qt i {
  font-style: normal;
  position: relative;
  top: 7px;
}
.addBut,
.addButS {
  display: inline-block;
  border: none !important;
  margin-bottom: 10px;
}
.addBut span,
.addButS span {
  display: inline-block;
  border: none;
  background-color: #568add;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  outline: none;
  padding: 15px 25px;
  position: relative;
  color: #fff;
  transition: background-color 0.2s ease-in-out;
  min-width: 170px;
  text-align: center;
}

.mb {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  top: 13px;
  margin-left: 10px;
}
.addBut:hover span {
  background-color: #f8893c;
  transition: background-color 0.2s ease-in-out;
}
.addBut:active span {
  background: #f57a25;
}
.inCartOn .addBut {
  display: none;
}
.inCartOn .inCart {
  display: inline-block;
}
.inCart {
  padding: 10px 30px 14px;
  font-size: 16px;
  border: dashed 1px #ddd;
  border-radius: 6px;
  display: none;
  margin-top: 0px !important;
}
.mainInnerInfo .inCart {
  font-size: 20px;
}
.inCart a {
  color: #00285f;
  text-decoration: none;
  border-bottom: solid 1px rgba(0, 40, 95, 0.2);
  display: inline;
}
.itemAdd {
  display: none;
}
.itemAddHidden {
  position: absolute;
  background: #fff;
  border: solid 1px #eee;
  border-top: none;
  width: 100%;
  left: -1px;
  padding-bottom: 20px;
  display: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.tovItem:hover .itemAddHidden,
.itemActive .itemAddHidden {
  box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.2);
  transition: box-shadow linear 0.3s;
}

.inCartActive .itemAddHidden {
  border: solid 1px #32c775;
  border-top: none;
}

.touch .itemAddHidden {
  display: block;
  position: relative;
  border: none !important;
  box-shadow: none !important;
  padding-bottom: 0;
}
.touch .itemSizeWrapper.active {
  display: block;
}
.touch .tovItem {
  border: solid 1px #eee;
  box-shadow: none !important;
  z-index: 105;
  padding-bottom: 15px;
}

.tovItem.inCartActive {
  border: solid 1px #32c775;
}

.tovItem:hover .itemAddHidden,
.itemActive .itemAddHidden {
  display: block;
}
.tovItem:hover .itemAdd.active,
.itemActive .itemAdd.active {
  display: block;
}
.tovItem.noSize:hover .itemAddHidden,
.itemActive.noSize .itemAddHidden {
  display: block;
  box-shadow: 0 35px 35px -25px rgba(0, 0, 0, 0.2);
}
.mainInnerInfo .itemAdd {
  position: relative;
  border: none !important;
  bottom: auto;
}
b[s="0"] {
  display: none;
}
.itemSizeWrapper b i {
  display: none;
  position: absolute;
  top: -2px;
  font-size: 11px;
  left: -2px;
  padding: 2px;
  color: #fff !important;
  background: #ff7e00;
  min-width: 11px;
  text-align: center;
  height: 11px;
  line-height: 11px;
}

.inCartOn i {
  display: block !important;
}

.sFilterButWr {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  background: #568add;
  border-radius: 50%;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
}

.no-touch .sFilterButWr:hover,
.sFilterButWr.active {
  background: #ff8200;
  transition: all ease-in-out 0.3s;
}

.sFilterButWr i {
  display: inline-block;
  position: relative;
  width: 11px;
  left: -4px;
  height: 2px;
  background: #fff;
  margin: 25px 0 0 7px;
  text-align: center;
}

.sFilterButWr i:after {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  background: inherit;
  top: -5px;
  left: -4px;
  content: "";
  transition: 0.3s ease-in-out;
}

.sFilterButWr i:before {
  display: block;
  width: 5px;
  height: 2px;
  position: absolute;
  background: inherit;
  top: 5px;
  left: 3px;
  content: "";
  transition: 0.3s ease-in-out;
}

.filterWrapper {
  margin-top: 30px;
}
.colorFilter {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 1px;
  border: solid 1px #eee;
  cursor: pointer;
  position: relative;
}
.colorFilter:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  background: #fff;
  border: solid 1px #eee;
  padding: 1px 2px;
  width: 11px;
  height: 13px;
  font-size: 15px;
  line-height: 15px;
  display: none;
}
.colorFilter:hover:before {
  display: block;
}
.colorFilter.active:before {
  display: block !important;
  content: "\2714";
}
/*input[name="priceRange"] {
	display: none;
}*/

/* Ширина слайдера */
#priceRange {
  margin: 0 24px 24px;
}
/* Контейнер слайдера */
.ui-slider {
  position: relative;
}
/* Ползунок */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  background: #eee;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.ui-slider .ui-slider-handle:after {
  content: "";
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  height: 12px;
  width: 4px;
  display: block;
  margin-left: 9px;
  margin-top: 6px;
}

.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:active {
  background: #fff;
}

.ui-slider .ui-slider-handle:active {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  overflow: hidden;
}
/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
  height: 12px;
}
/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -24px;
  outline: none;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: 0 !important;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
/* оформление полосы по которой ходит ползунок */
.ui-widget-content {
  border: 1px solid #d4d4d4;
  background: #fff;
}
/* оформление активного участка (между двумя ползунками) */
.ui-widget-header {
  border: 1px solid #d4d4d4;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgba(127, 195, 232, 1) 100%);
}
/* скругление для полосы слайдера */

.priceRangeInputWr {
  white-space: nowrap;
}

.priceRangeInputWr input {
  display: inline-block;
  width: 100px;
  padding: 5px 4px;
  border: solid 1px #ddd;
  text-align: center;
  font-size: 16px;
}

.priceRangeInputWr i {
  display: inline-block;
  width: 14px;
  text-align: center;
  color: #ddd;
  margin-left: 2px;
  line-height: 28px;
}

.crumbs {
  margin: 0 0 0 0;
  line-height: 1.7;
  overflow: hidden;
  width: 100%;
}

/*.crumbs a:after {
	content:'\2192';
	position: absolute;
	top: -2px;
	right: -20px;
	color: #333 !important;


}*/

.crumbs a {
  position: relative;
  margin: 0 3px;
  font-size: 12px;
  /*margin-right: 25px;*/
}

.shopInnerLeft,
.shopInnerRight {
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}

.shopInnerRight {
  margin-top: 40px;
}

.shopInnerLeft {
  width: 58%;
}

.shopInnerImgMain {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.shopInnerImgMain img {
  max-width: 100%;
}
.shopInnerRight {
  width: 39%;
  margin-left: 2%;
}
.mainInnerInfo .itemSizeWrapper {
  margin-left: 0;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.mainInnerInfo .itemColorsWrapper {
  display: flex;
  margin: 0;
  padding-left: 0;
  height: auto;
  flex-wrap: wrap;
}
.mainInnerInfo h1 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 34px;
}
.itemOldPrice {
  margin-top: 10px;
  color: #777;
  display: none;
  position: relative;
  font-size: 14px;
  display: none !important;
}

.cartCostNoSale {
  font-weight: normal;
  color: #777;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.cartCostSale {
  white-space: nowrap;
}

.itemOldPrice:after,
.cartAmtSumm del:after,
.cartCostNoSale:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: solid 1px #777;
}

.cartAmtSumm del:after {
  border-bottom: solid 1px #fff;
}

.cartAmtSumm del {
  position: relative;
  text-decoration: none;
}

.mainInnerInfo .itemOldPrice {
  font-size: 26px;
  font-weight: 300;
}

/*.saleOn .itemOldPrice {
	display: block;
}
.saleOn .itemPrice {
	color: #bd0000;
}*/
.innerSocial {
  margin: 30px 0;
  font-size: 14px;
  color: #777;
}
.innerSocial > div {
  display: inline-block;
  vertical-align: middle;
}
.mainInnerInfo h3,
.mainInnerInfo .pseudoH3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 10px;
}
.mainInnerInfo .itemColorsWrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: solid 1px #eee;
  margin: 0 6px 5px 0;
  vertical-align: top;
}
.mainInnerInfo .itemColorsWrapper a.active {
  border: solid 2px #41b8f2 !important;
  cursor: default;
}
.mainInnerInfo .itemColorsWrapper a:hover {
  border-color: #41b8f2;
}

.mainInnerInfo .itemPrice {
  font-size: 40px;
  margin: 20px 0;
  font-weight: 500;
}

.mainInnerInfo .itemPriceSaleOn.itemPrice {
  font-size: 30px;
  margin: 0;
}

.mainInnerInfo .itemPriceSale {
  font-size: 16px;
  margin-right: 10px;
  top: -4px;
}

.mainInnerInfo .itemNewPrice {
  font-size: 30px;
}

.mainInnerInfo .itemAdd {
  display: block;
}
.mainInnerInfo .itemAdd > div {
  margin-top: 5px;
}
.mainInnerInfo .itemAdd .input-group {
  margin: 10px 0 30px;
}
.itemAdd .input-group {
  display: block;
  margin: 12px 0 18px;
}
.mainInnerInfo .addBut {
  margin-bottom: 0;
}
.tableSize {
  position: relative;
  padding-left: 30px;
  margin-top: 0px;
  font-size: 13px;
  color: #000;
  display: inline-block;
}
.tableSize i {
  display: block;
  position: absolute;
  left: 0;
  background: url(../images/joma_icons.png) no-repeat 0 -163px;
  height: 8px;
  width: 26px;
  top: 6px;
}
.propList {
  margin-top: 30px;
}
.propList div {
  margin: 0 0 10px;
  font-size: 15px;
}
.propList span {
  color: #777;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 150px;
}
.propList ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}
.propList li {
  margin-bottom: 3px;
}

.tovList {
  min-height: 500px;
}

.innerDeliveryWrapper {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #eee;
}

.delivLinkWr > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.delivLinkWr i {
  margin-right: 10px;
  display: block;
  width: 36px;
  height: 36px;
  border: solid 1px #ddd;
  border-radius: 50%;
  background-size: 78%!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-image: url(../images/main_new/j_icons.png);
}

.deliveryIcon {
  background-position: 4px -863px;
}

.garantIcon {
  background-position: 5px -897px;
}

.delivLinkWr {
  display: flex;
  justify-content: flex-start;
}

.innerDeliveryWrapper .deliveryCar {
  background-position: -38px -102px;
}
.innerDeliveryWrapper .deliverySam {
  background-position: 14px -102px;
}
.innerDeliveryWrapper .deliveryMail {
  background-position: -103px -100px;
}

.innerDeliveryWrapper ul {
  list-style: square;
  margin-left: 0;
  padding-left: 20px;
}

.innerDeliveryWrapper ul li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.delivItem {
  font-size: 14px;
  margin: 5px 0 5px 5px;
}
.shopInnerRecom {
  position: relative;
  padding: 0 30px;
}
.shopInnerRecom .itemSizeWrapper {
  display: none;
}
.shopInnerRecom .itemPrice {
  font-size: 18px;
}
.shopInnerRecom .slick-prev {
  left: 5px;
}
.shopInnerRecom .slick-next {
  right: 5px;
}
.shopInnerRecom .slick-prev {
  left: 0px !important;
}

.shopInnerRecom .slick-next {
  right: 0px !important;
}

.smallArr.slick-arrow {
  width: 21px;
  top: 30px;
  bottom: 30px;
}

.smallArr.slick-arrow i {
  height: 20px;
  width: 20px;
  margin-top: -11px;
}

.smallArr.slick-arrow.slick-prev i {
  left: 6px;
}

.smallArr.slick-arrow.slick-next i {
  right: 6px;
}
.smallArr.slick-arrow.slick-next {
  right: 2%;
}
.smallArr.slick-arrow.slick-prev {
  left: 2%;
}

.mainInnerInfo .uptolikeWr {
  display: inline-block;
}

.uptolikeWr a {
  border-bottom: none;
}
.innerSocialTxt {
  display: inline-block;
  position: relative;
  top: 10px;
}
.tovItem .art {
  white-space: nowrap;
  display: block;
  margin-top: 6px;
  font-weight: 100;
}

.tovItem .itemName {
  line-height: 1.5;
}

/*cart*/

.cartItemList {
  width: 71%;
  float: left;
}
.cartItem {
  padding: 20px 0;
  border-bottom: solid 1px #eee;
  position: relative;
}
.cartItemList .cartItem:hover {
  border-right: 4px #e0e0e0 solid;
  border-bottom: 3px #a3a3a3 solid;
  margin: 0 -4px -2px 0;
  box-shadow: 0 0 5px 0px #bbb;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.cartPhotoName,
.cartItemInfo {
  vertical-align: top;
  display: inline-block;
  width: 40%;
  margin-right: 1%;
}

.cartItemInfo {
  margin-right: 0;
  width: 58%;
  margin-right: 0;
}

.cartItemOptions {
  font-size: 14px;
  color: #666;
}
.cartItemOptions b {
  margin-right: 5px;
  font-weight: 300;
}
.cartItemName .more,
.cartItemDel {
  font-size: 12px;
}
.more a {
  color: #00c12e;
  border-bottom: dashed 1px #00c12e;
}
.cartItemOptions div {
  margin-bottom: 2px;
}
.cartItemPrice {
  margin: 15px 0 10px;
}
.cartItemPrice b {
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
.cartItemName h3,
.cartItemName .pseudoH3 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700;
}
.cartItemSum {
  width: 27%;
  text-align: center;
}
.cartItemSum .unit {
  font-size: 12px;
  color: #999;
}
.sumPrice {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.cartItemDel {
  margin-top: 10px;
  line-height: 26px;
}
.cartItemDel a {
  color: #f00;
  border-bottom: dashed 1px #f00 !important;
}
.cartItemDel a:hover {
  color: #edbc05;
  border-color: #ffc58e !important;
}
.cartItemDel b,
.more b {
  font-size: 22px;
  position: relative;
  bottom: -3px;
}
.cartInner .crumbs {
  margin-top: 50px;
}
.cartWrapper h1 {
  font-size: 2em;
}
.cartWrapper h2 {
  font-size: 24px;
}
.cartTableWrapper,
.pusto,
.orderOk {
  background: #fff;
  /*border: solid 1px #eee;*/
  display: inline-block;
  width: 65%;
  border-bottom: none;
  vertical-align: top;
}

.cartInner > form {
  display: inline-block;
  width: 30%;
  margin-left: 4%;
  vertical-align: top;
  margin-top: 150px;
}

.cartWarningInfo {
  padding: 10px 10px 15px 32px;
  border-radius: 6px;
  margin: 10px 0 20px;
  font-size: 14px;
  position: relative;
  color: #fff;
  background: #90dec9;
  display: none;
}

.cartWarningInfo a {
  color: #fff !important;
  border: none;
}

.pusto,
.orderOk {
  border-radius: 0;
  border-bottom: solid 1px #eee;
}
.pusto,
.pu > div,
.ordOk > div,
.orderOk {
  display: none;
}
.pu .pusto,
.ordOk div.orderOk {
  display: block;
}
.cartTableWrapper.wishTable {
  border-radius: 0;
  border: solid 1px #eee;
}
.cartTableWrapper > b {
  margin: 10px;
  display: inline-block;
}
.cartWrapper ins {
  text-decoration: none;
}
.cartInner .price {
  font-size: 20px;
}

.cartItemInfo {
  position: relative;
}

.cartItemInfo > div {
  display: inline-block;
  vertical-align: top;
}

.cartItemInfo .itemSizeWrapper {
  margin: 0 0 10px 0;
  display: block;
}
.cartItemInfo .itemSizeItemAddWr {
  position: relative;
  width: 40%;
}

.cartItemInfo .itemPrice,
.cartConstr .cartConstrDsc .itemPrice {
  background: #ffed00;
  display: none;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px 5px 15px;
  border-radius: 4px;
  position: relative;
  height: 23px;
  margin: 10px 10px 30px 15px;
}
.cartItemInfo .itemAdd {
  width: auto;
  border: none;
  bottom: auto;
  position: relative;
  top: -6px;
  padding: 0;
  margin-left: 3px;
}
.cartItemInfo .itemAdd .input-group {
  margin: 0;
}
.cartItemInfo .itemPrice span,
.cartConstr .cartConstrDsc .itemPrice span {
  position: relative;
  z-index: 100;
}
.cartItemInfo .itemPrice:after,
.cartConstr .cartConstrDsc .itemPrice:after {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  width: 25px;
  background: #ffed00;
  transform: rotate(45deg);
  top: 4px;
  left: -11px;
  border-radius: 4px;
  z-index: 10;
}
.cartItemInfo .itemPrice:before,
.cartConstr .cartConstrDsc .itemPrice:before {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  background: #fff;
  top: 13px;
  left: -2px;
  border-radius: 50%;
  z-index: 11;
}
.cartDelWr {
  position: absolute;
  right: 0;
  top: 30px;
}
.cartDelWr a {
  border-bottom: none;
  text-decoration: none;
  font-size: 40px;
  line-height: 18px;
  font-weight: 300;
}
.nameWr {
  display: inline-block;
  vertical-align: top;
  width: 62%;
  position: relative;
  font-size: 14px;
}
.tabSelect {
  width: 50px;
}
.tabSize {
  font-size: 14px;
  margin-top: 10px;
}
.cartPhoto {
  text-align: center;
  width: 25%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.cartItemSize {
  width: 80px;
  text-align: center;
}
.cartQty {
  width: 10%;
  min-width: 60px;
  text-align: center;
  font-size: 14px;
}
.wishTable .tabAm {
  width: 200px;
  text-align: right;
  font-size: 14px;
}
.wishTable .tabAm div {
  text-align: right;
}
.qtyWrapper > .itemLinks > div {
  margin-top: 0;
}
.wishTable .itemLinks {
  font-size: 14px;
  margin-top: 0;
}
.wishTable .itemLinks i {
  top: 3px;
  left: -2px;
}
.wishTable .detail {
  font-size: 13px;
}
.cartInner .itemPriceWrapper {
  text-align: left;
  font-size: 12px;
  margin-top: 20px;
}
.tabDel a {
  margin-top: 10px;
  margin-left: -25px;
  font-size: 12px;
}
.tabDel a,
.tabDel b {
  color: #c03a3a;
}
.tabDel b {
  font-size: 18px;
  line-height: 12px;
  font-weight: 300;
  position: relative;
  top: 3px;
  left: -25px;
}
.tabAm .tabDel {
  margin-left: 0;
  margin-top: 20px;
}
.cartCost {
  font-weight: 700;
  font-size: 14px;
  width: 18%;
  margin-right: 30px;
  text-align: right;
}
.cartTableSumm {
  text-align: right;
  padding: 20px 30px;
  border: dashed 1px #ddd;
  margin: 0;
  border-right: solid 1px #eee;
  border-left: solid 1px #eee;
  background: #fff;
  border-radius: 6px;
}
.cartTableSumm span {
  font-weight: 700;
}

.cartTopMenu a,
.cartTopMenu span {
  display: inline-block;
  margin: 0 10px 0 0;
}
.cartTopMenu span {
  padding: 5px 10px;
  background: #f6f6ed;
  font-weight: 700;
  border-radius: 6px;
}
.tabSumm span {
  font-size: 16px;
  margin-left: 5px;
}

.tabSelect i:hover {
  color: #f00 !important;
}
.cartPhoto img,
.cartNamePhoto img {
  max-height: 170px;
  max-width: 100%;
}
.cartNamePhoto {
  display: none !important;
}
.amount {
  margin: 15px 0 20px 15px;
  position: relative;
  width: 80px;
  display: inline-block;
}
.amount input {
  width: 50px;
  line-height: 26px;
  height: 26px;
  position: relative;
  top: -5px;
  border: solid 1px #eee;
  border-right: none;
  border-left: none;
  border-top: none;
  text-align: center;
  box-shadow: 1px 1px 3px #ccc inset;
}
.amount .prev,
.amount .next {
  text-align: center;
  display: none;
  width: 44px;
  line-height: 16px;
  font-size: 26px;
  font-weight: 300;
  cursor: pointer;
  padding: 1px 4px 0 0;
  background-color: #ccc;
  background-image: linear-gradient(to bottom, #ffffff, #dadada);
  -webkit-background-image: linear-gradient(to bottom, #ffffff, #d9d9d9);
  -o-background-image: linear-gradient(to bottom, #ffffff, #d9d9d9);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.749);
  color: #333333;
  left: 4px;
}
.cartItem:hover .amount .prev,
.cartItem:hover .amount .next {
  display: inline-block;
}
.amount .next {
  top: -22px;
}
.amount .prev {
  bottom: -10px;
}
.amount .prev:hover,
.amount .next:hover {
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  -webkit-background-image: linear-gradient(to bottom, #f9f9f9, #888);
  -o-background-image: linear-gradient(to bottom, #f9f9f9, #888);
}
.amount .prev:active,
.amount .next:active {
  background-image: -o-linear-gradient(top, #e6e6e6, #c0c0c0);
  background-image: linear-gradient(to bottom, #e6e6e6, #c0c0c0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffc0c0c0', GradientType=0);
  zoom: 1;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 24px;
  top: -1px;
}
.amount .next:active {
  top: -21px;
}
.amount .unit {
  position: relative;
  top: -4px;
  left: 5px;
}
.red {
  color: #f00;
}
.cartConfirm .catalogTopMenu {
  margin-bottom: 0;
  margin-left: -5px;
}
.cartConfirm h2 {
  margin-top: 20px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
}
.cartConfirm h3,
.cartConfirm .pseudoH3 {
  padding: 20px;
  margin: 30px -20px 0;
  font-weight: 700;
}
.formSection.first h3,
.formSection.first .pseudoH3 {
  margin-top: 0;
}
.inputWrapper {
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  line-height: 26px;
}
.inputWrapper > span {
  width: 160px;
  text-align: right;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.inputWrapper i {
  font-size: 12px;
  color: #777;
  margin-left: 15px;
  display: inline-block;
}
.inputWrapper i span {
  position: relative;
  left: -2px;
}
.inputWrapper b {
  line-height: 26px;
  margin-left: 4px;
}
.inputInner {
  margin-left: 90px;
  margin-right: 10px;
}
.inputWrapper input[type="text"],
.inputWrapper input[type="password"] {
  height: 25px;
  padding: 0 3px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
::-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}
:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
.inputWrapper input[name="lname"],
.inputWrapper input[name="name"] {
  width: 400px;
}
.inputWrapper input[name="city"],
.inputWrapper input[name="email"],
.inputWrapper input[name="tel"],
input[type="password"] {
  width: 174px;
}
.inputWrapper input[name="obl"] {
  width: 250px;
}
.inputWrapper input[name="zip"] {
  width: 45px;
}
textarea[name="adrmail"] {
  width: 250px;
  height: 50px;
}
.cartConfirm textarea {
  padding: 3px 5px;
}
.formInner input:focus,
.formInner textarea:focus,
.qtyWrapper input:focus {
  outline: solid 2px #e5e5bb;
}
.delPrice {
  position: absolute;
  right: 30px;
  font-size: 16px;
}
.dopInfo textarea {
  width: 98%;
  height: 50px;
}
.cartConfirm select {
  width: 670px;
}
.cartTotal {
  font-size: 22px;
  position: relative;
  padding: 15px 20px 5px;
  margin: 40px -20px;
  border-top: solid 2px #c2c2a2;
}
.cartTotal span {
  display: inline-block;
  text-align: right;
}
.cartTotal span i {
  font-size: 13px;
  color: #999;
  font-style: normal;
  position: relative;
  top: 0;
  display: block;
  width: 150px;
}
.cartTotal b {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 13px;
}
.cartTotal:after {
  margin: 5px -20px -5px;
}
.itemSumm {
  text-align: right;
  margin: 10px 10px 0 0;
  font-size: 20px;
}
.formDelivery {
  margin-top: 20px;
}
.popupAddCart {
  position: fixed;
  top: 0;
  z-index: 15000;
  background: url(../images/main_new/bgWhite.png);
  width: 100%;
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  min-width: 1000px;
}
.popupAddCart .oldPrice {
  font-size: 14px;
  margin-right: 10px;
}
.cartAddInner {
  background: #fff;
  border: solid 2px #ccc;
  padding: 0 20px;
}
.popupAddCart .cartItem {
  background: none !important;
  border-bottom: none;
}
.cartAddConfirm {
  float: left;
  width: 22%;
  margin-left: 1%;
  padding: 0 20px 15px;
  color: #999;
  text-align: right;
  max-width: 240px;
}
.popupAddCart .itemSumm {
  margin: 10px 0 20px;
  font-size: 26px;
}
.popupAddCart .itemShopButton {
  font-size: 18px;
  padding: 10px 20px;
}
.closeAdd {
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
  font-size: 50px;
  cursor: pointer;
  line-height: 29px;
}
.closeAdd:hover {
  color: #ff7e00;
}
.assemb {
  font-size: 14px;
  margin: 25px 0;
  position: relative;
}
.assemb input {
  position: absolute;
  top: 1px;
}
.assemb label {
  display: block;
  margin-left: 25px;
  position: relative;
}
.assemb label div {
  display: inline-block;
  margin-right: 115px;
}
.assemb label b {
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #ddd;
}
.popUpWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.99);
  z-index: 2050;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  text-align: center;
  vertical-align: middle;
  top: -5000px;
}
.popUpWrapper.active {
  position: fixed;
  top: 0;
  visibility: visible;
  opacity: 1;
}
.popUpInner {
  margin: 20px auto;
  position: relative;
  vertical-align: middle;
  text-align: left;
  max-width: 800px;
}
.sizeTab {
  margin: 0 0 30px 0;
}
.tabSiazeWrapper.active > .popUpInner {
  top: 30px;
  margin-top: 0 !important;
}

.tabSiazeWrapper .popUpInner {
  top: 0;
}

.tabSiazeWrapper h2 {
  margin: 20px;
}

.sizeTab h3 div {
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  color: #777;
}
.sizeTab td,
.sizeTab th {
  padding: 5px 7px;
  border: solid 1px #ddd;
  text-align: center;
}
.nastrItem {
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  margin-top: -1px;
  margin-bottom: -1px;
}
.nastrItem:hover {
  background: rgba(0, 0, 0, 0.03);
}

.nastrTitle {
  padding: 20px;
  cursor: pointer;
  font-weight: 300;
  font-size: 20px;
  position: relative;
  padding-left: 45px;
}
.nastrTitle:before {
  content: "+";
  display: block;
  border: solid 1px #ddd;
  font-size: 26px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-weight: 300;
  position: absolute;
  line-height: 20px;
  top: 50%;
  margin-top: -11px;
  left: 10px;
}
.nastrContent {
  display: none;
  margin-left: 45px;
  margin-right: 20px;
}
.sizeTab table {
  margin-bottom: 30px;
  width: 100%;
}
.catTeamsInner .tableSize i,
.itemRightWrapper .tableSize i {
  top: 4px;
}
.nastrContent p {
  margin-top: 0;
  margin-bottom: 20px;
}
.nastrContent h3,
.nastrContent h2,
.nastrContent h4 {
  margin-top: 0;
}
.nastrItem.active .nastrTitle:before {
  content: "-";
}
.nastrItem.active {
  background: #fff;
}
.close {
  right: 0px;
  top: 0px;
  position: absolute;
  background: #f00;
  font-size: 54px;
  display: inline-block;
  line-height: 32px;
  cursor: pointer;
  width: 31px;
  height: 31px;
}
.close b {
  font-weight: 300;
  display: inline-block;
}
.close i {
  position: absolute;
  display: block;
  border-bottom: solid 2px #fff;
  transform: rotate(45deg);
  width: 25px;
  top: 14px;
  left: 3px;
}

.close i:first-child {
  transform: rotate(-45deg);
}
.close:hover i {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out; /** Chrome & Safari **/
  -moz-transition: transform 0.3s ease-in-out; /** Firefox **/
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.close:hover i:first-child {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out; /** Chrome & Safari **/
  -moz-transition: transform 0.3s ease-in-out; /** Firefox **/
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cartSubmit {
  text-align: center;
}
.cartSubmit .sliderButton {
  padding: 5px 20px;
  font-size: 30px;
}
.cartSubmit input {
  font-size: 25px;
  padding-bottom: 4px;
}
.cap {
  background: url(../images/cap_bg.html);
  text-align: center;
}
.capInner {
  background: url(../images/cap2.html) no-repeat 50% 0;
  height: 100%;
  min-height: 1076px;
}
.cap h1 {
  font-size: 30px;
  margin-top: 10px;
}
.introWr {
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  border-radius: 0 10px 10px 0;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
}
.cap .intro {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}
.social {
  width: 30%;
  position: absolute;
  top: 20px;
  text-align: left;
  min-width: 300px;
}
.social a {
  border-bottom: none;
}
.social a:hover {
  opacity: 0.8;
}
.social a:before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../images/betty_icons.html) no-repeat 0 0;
}
a.insta:before {
  background-position: -64px 0;
}
a.fb:before {
  background-position: -132px 0;
}
.iconsWrapper {
  margin-left: 25px;
}
.zakazNumber {
  font-size: 30px;
  border-bottom: solid 1px #eee;
  padding: 0 0 5px 0;
}
input[required]:focus:invalid {
  background: #ffe8e8;
  border: solid 1px #ff595c;
}
.cartFormWr {
  background: #f3f3f3;
  padding: 3rem 3rem 20px 3rem;
}
.cartInner h1 {
  margin: 50px 0;
}
.cartFormWr input,
.inputWr textarea {
  border: solid 1px #eee;
}

.cartFormWr h2 {
  margin: 0 auto;
  font-size: 27px;
  padding-bottom: 10px;
  text-align: center;
  max-width: 300px;
}

.cartFormWr .allDeliveryForm,
.cartFormWr .cartSbWr {
  margin: 0 auto;
}

.inputWr textarea {
  height: 70px;
}
.inputWr {
  position: relative;
  margin-bottom: 20px;
}
.inputWr input,
.inputWr textarea {
  padding: 25px 15px 7px;
  box-sizing: border-box;
  width: 100%;
}
.cartFormWr .deliveryList input {
  width: auto;
  padding: 0;
}
.deliveryList,
.payList {
  margin: 0 -3rem 20px;
  overflow: hidden;
}
.deliveryList label,
.payList label {
  padding: 15px 3rem 15px 3rem;
  font-size: 15px;
  display: block;
  position: relative;
  font-weight: 500;
}
.deliveryItem,
.payItem {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.deliveryPrice,
.payPrice {
  position: absolute;
  right: 20px;
  font-size: 13px;
  top: 15px;
}
.payPrice {
  top: 5px;
}
.payPrice img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.deliveryList .deliveryItem:hover,
.payList .payItem:hover {
  background: #f3e9cd;
  cursor: pointer;
}
.deliveryList .deliveryItem.active,
.payList .payItem.active {
  background: #f7d991;
}
.deliveryItem.active .deliveryText,
.payItem.active .deliveryText {
  display: block;
}

.simpleDlvText {
  padding: 5px 0 0 28px;
  font-size: 13px;
  color: #777;
  display: block;
}

.deliveryItem label b,
.deliveryItem label input,
.payItem label b,
.payItem label input {
  font-weight: normal;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  padding-right: 25px;
}

.deliveryItem label input[type="radio"] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.deliveryItem label,
.payItem label {
  white-space: nowrap;
}
.deliveryText {
  display: none;
}
.deliveryText label {
  padding-left: 4rem;
  font-size: 13px;
  color: #555;
}

.delText {
  padding-left: 4.4rem;
  font-size: 12px;
  color: #777;
  margin: -10px 0 10px;
}

.deliveryText label > div,
.deliveryText input {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.deliveryText label {
  padding: 10px 3rem 10px 1.4rem !important;
  white-space: nowrap;
}
.deliveryText label:hover {
  background: rgba(0, 0, 0, 0.1);
}
.samWorkTime {
  margin-top: 4px;
  line-height: 1.7;
}
.inputPlaceholder {
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 14px;
  color: #999;
  transition: top ease-in-out 0.1s, font-size ease-in-out 0.1s;
}
.inputPlaceholder.active,
.inputPlaceholder.activeHold {
  top: 5px;
  font-size: 12px;
  transition: all ease-in-out 0.1s;
}
.fiftiWr {
  white-space: nowrap;
}
.fiftiWr .inputWr,
.fif {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-left: -0.25em;
}
.fiftiWr .inputWr:first-child,
.formDelivSelect .fif:nth-child(2n + 1),
.allDeliveryForm .fif:nth-child(2n) {
  margin-left: 0;
  margin-right: 2%;
}
.formDelivSelect,
.allDeliveryForm {
  white-space: nowrap;
}
.primer {
  font-size: 15px;
  margin-left: 15px;
  margin-top: 3px;
}
.allDeliveryForm {
  margin-bottom: 30px;
}
.formDelivSelect {
  display: none;
}
.formDelivSelect.active {
  display: block;
}
.itogoWr {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 14px;
}

.itogoWr:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: -20px;
  position: absolute;
  border: 10px solid transparent;
  border-width: 10px 0;
  background-color: #fff;
  background-color: hsla(0, 0%, 0%, 0);
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom left, transparent 50.5%, transparent 50.5%),
    linear-gradient(to bottom right, transparent 50.5%, transparent 50.5%),
    linear-gradient(to top right, transparent 50.5%, #fff 50.5%),
    linear-gradient(to top left, transparent 50.5%, #fff 50.5%);
  background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
  background-position: 0 0, 10px 0, 10px 0, 10px 100%, 10px 100%;
  background-size: auto auto, 20px 20px, 20px 20px, 20px 20px, 20px 20px;
  background-clip: padding-box, border-box, border-box, border-box, border-box;
}

.saleCartText {
  display: inline-block;
}

.promoCodeWr {
  white-space: nowrap;
  display: none;
}

.promoCodeWr .greenButton {
  padding: 10px 15px;
  font-size: 14px;
}

.promoCodeWr input[name="promo"] {
  border: solid 1px #ddd;
  padding: 10px;
  width: calc(100% - 123px);
}

.itogoInner {
  display: inline-block;
  text-align: left;
}
.itogoInner h2 {
  text-align: center;
  font-size: 28px;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
.itogoInner > div {
  position: relative;
  padding-right: 80px;
  margin: 25px 0;
}
.itogoInner > div span {
  position: absolute;
  right: 0;
}

.itogoInner > div.allPtomoPrice {
  padding-right: 0;
}

.allPrice {
  font-weight: 700;
  line-height: 20px;
}

.allPrice span {
  font-size: 20px;
  position: relative;
}

.priceDopInfo {
  position: absolute;
  font-weight: normal;
  width: 150px;
  bottom: -20px;
  font-size: 12px;
  color: #999;
  text-align: right;
  right: 0;
}

.blueButton,
.greenButton,
.whiteButton {
  color: #fff !important;
  border: none !important;
  text-align: center;
  background: #568add;
  padding: 15px 25px;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  opacity: 1;
  position: relative;
  cursor: pointer;
  outline: none;
}

.greenButton {
  background: #56dd9f;
}

.whiteButton {
  background: #fff;
  color: #000 !important;
  font-size: 14px;
  padding-top: 10px 15px;
}

.blueButton[disabled],
.blueButton.disabled,
.greenButton.disabled {
  opacity: 0.45;
  cursor: default;
  background: #568add !important;
}
.blueButton:hover {
  background: #ff8200;
  transition: all ease-in-out 0.3s;
}

.greenButton:hover {
  background: #6ff3b6;
  transition: all ease-in-out 0.3s;
}

.whiteButton:hover {
  background: #eee;
  transition: all ease-in-out 0.3s;
}

.printButWr a:hover {
  background: #ffe6a9;
  transition: all ease-in-out 0.3s;
}

.blueButton:active {
  background: #ff5a00;
}
div.cartSbWr {
  padding: 0;
  margin-top: 30px;
}
.cartSbWr .blueButton {
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  white-space: normal;
}
.itogoWr i {
  font-style: normal;
}

.allTovPrice {
  line-height: 30px;
  font-size: 14px;
}

.allTovPrice span {
  font-size: 18px;
  font-weight: 700;
}

.samTochka {
  font-weight: 700;
}
.zakazInfoWrapper {
  margin-top: 40px;
  padding-top: 10px;
  border-top: dashed 1px #ccc;
}
.zakazInfoWrapper > div,
.zakazCoast > div {
  margin-bottom: 10px;
}
.zakazInfoWrapper > div > span,
.zakazCoast > div > span {
  display: inline-block;
  width: 250px;
}
.zakazInfoWrapper h4,
.zakazCoast h4 {
  margin: 30px 0 20px;
  font-size: 20px;
}

.zakazInfoWrapper .nameWr {
  top: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.zakazInfoWrapper .nameWr a {
  margin-bottom: 7px;
  display: inline-block;
}

.zakazInfoWrapper td {
  vertical-align: top;
  padding: 20px 0 15px;
}

.zakazInfoWrapper tr {
  border-bottom: solid 1px #eee;
}

.zakazInfoWrapper .cartPhoto img {
  display: inline-block;
  margin: 5px;
}

.zakazInfoWrapper .itemPrice {
  font-size: 14px;
  font-weight: 700;
}

.zakazInfoWrapper a {
  color: #000;
  border: none;
}

.zakazInfoWrapper .itemSizeWrapper {
  display: block;
}

.zakazInfoWrapper .itemSizeWrapper b {
  border: none;
  color: #000;
  background: none;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.5;
  height: auto;
  min-height: auto;
  min-width: auto;
}

/*Dev class*/

.menuDevButWr {
  display: none;
  position: absolute;
  height: 41px;
  width: 41px;
  cursor: pointer;
  margin-left: -15px;
  left: 20px;
  top: 4px;
  z-index: 2500;
}
.menuDevBut {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 2px;
  background: #000;
  margin: 20px 0 0 8px;
}

.menuDevBut:after,
.menuDevBut:before,
.konListShowBut:after {
  display: block;
  width: inherit;
  height: 2px;
  position: absolute;
  background: inherit;
  top: -6px;
  left: 0;
  content: "";
  transition: 0.3s ease-in-out;
}
.menuDevBut:after {
  top: 6px;
}

.menuDevButWr.active .menuDevBut:after {
  left: -3px;
  top: 5px;
  width: 16px;
  transform: rotate(225deg);
  transition: transform 0.5s ease-in-out;
}
.menuDevButWr.active .menuDevBut:before {
  left: -3px;
  top: -5px;
  width: 16px;
  transform: rotate(-225deg);
  transition: transform 0.5s ease-in-out;
}

/*shop loader*/

.loaderWrapper {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2100;
}

.searchResult .loaderWrapper {
  top: 116px;
}

.loaderWrapper.active {
  display: block;
}
.loaderInner {
  position: relative;
  top: 50%;
  margin-top: -100px;
}
.cssload-container * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.cssload-container {
  margin: 0 auto 0 auto;
  text-align: center;
  /*max-width: 545px;*/
}

.cssload-container ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.cssload-container ul li {
  list-style: none;
}
.cssload-flex-container {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-around;
}
.cssload-flex-container li {
  padding: 10px;
  height: 97px;
  width: 97px;
  margin: 29px 19px;
  position: relative;
  text-align: center;
}
.cssload-loading-center {
  display: inline-block;
  position: absolute;
  background: rgb(0, 72, 148);
  height: 29px;
  width: 29px;
  left: 35px;
  top: 36px;
  transform: rotate(45deg);
  border-radius: 3px;
  animation: pulse 1.15s ease infinite;
  -o-animation: pulse 1.15s ease infinite;
  -ms-animation: pulse 1.15s ease infinite;
  -webkit-animation: pulse 1.15s ease infinite;
  -moz-animation: pulse 1.15s ease infinite;
}
.cssload-loading {
  display: inline-block;
  position: relative;
  width: 73px;
  height: 73px;
  margin-top: 3px;
  transform: rotate(45deg);
}
.cssload-loading:after,
.cssload-loading:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  top: 0;
  background: rgb(0, 52, 130);
  border-radius: 3px;
  animation-delay: -0.5.75s;
  -o-animation-delay: -0.5.75s;
  -ms-animation-delay: -0.5.75s;
  -webkit-animation-delay: -0.5.75s;
  -moz-animation-delay: -0.5.75s;
}
.cssload-loading:after {
  right: 0;
  animation: square-tr 2.3s ease infinite;
  -o-animation: square-tr 2.3s ease infinite;
  -ms-animation: square-tr 2.3s ease infinite;
  -webkit-animation: square-tr 2.3s ease infinite;
  -moz-animation: square-tr 2.3s ease infinite;
  animation-delay: 0.143.75s;
  -o-animation-delay: 0.143.75s;
  -ms-animation-delay: 0.143.75s;
  -webkit-animation-delay: 0.143.75s;
  -moz-animation-delay: 0.143.75s;
}
.cssload-loading:before {
  animation: square-tl 2.3s ease infinite;
  -o-animation: square-tl 2.3s ease infinite;
  -ms-animation: square-tl 2.3s ease infinite;
  -webkit-animation: square-tl 2.3s ease infinite;
  -moz-animation: square-tl 2.3s ease infinite;
  animation-delay: 0.143.75s;
  -o-animation-delay: 0.143.75s;
  -ms-animation-delay: 0.143.75s;
  -webkit-animation-delay: 0.143.75s;
  -moz-animation-delay: 0.143.75s;
}
.cssload-loading.cssload-two {
  position: relative;
  top: -78px;
}
.cssload-loading.cssload-two:after,
.cssload-loading.cssload-two:before {
  bottom: 0;
  top: initial;
}
.cssload-loading.cssload-two:after {
  animation: square-br 2.3s ease infinite;
  -o-animation: square-br 2.3s ease infinite;
  -ms-animation: square-br 2.3s ease infinite;
  -webkit-animation: square-br 2.3s ease infinite;
  -moz-animation: square-br 2.3s ease infinite;
  animation-direction: reverse;
  -o-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
}
.cssload-loading.cssload-two:before {
  animation: square-bl 2.3s ease infinite;
  -o-animation: square-bl 2.3s ease infinite;
  -ms-animation: square-bl 2.3s ease infinite;
  -webkit-animation: square-bl 2.3s ease infinite;
  -moz-animation: square-bl 2.3s ease infinite;
  animation-direction: reverse;
  -o-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
}
.hidBlock {
  display: none;
}
.leftDevMenuWr {
  position: absolute;
  top: 0;
  left: -100%;
  width: 320px;
  bottom: 0;
  background: #fff;
  box-shadow: -25px 0 25px -25px rgba(0, 0, 0, 0.5) inset;
  overflow-y: scroll;
  transition: left 0.4s ease-in-out;
  display: none;
  padding-bottom: 50px;
  z-index: 2000;
}

.top-dev-menu {
  display: none;
}

.top-dev-menu .leftDevMenuWr {
  position: relative;
  margin-top: 50px;
  left: auto;
  width: auto;
  bottom: auto;
  background: #fff;
  box-shadow: none;
  overflow-y: scroll;
  display: block;
  padding-bottom: 0;
  z-index: 100;
  overflow-y: auto;
}

.top-dev-menu .headerMenu {
  display: none !important;
}

.top-dev-menu .headerMenu a,
.top-dev-menu .headerTab a {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.leftDevMenuWr.active {
  left: 0;
  transition: left 0.4s ease-in-out;
}

.leftDevMenuWr h2 {
  margin-left: 20px;
}
.leftDevMenuWr .brendCatMenu {
  background: none;
  border-radius: 0;
  border: none;
  border-top: solid 1px #d0a2c2;
  padding-bottom: 100px;
}
.leftDevMenuWr .brendCatTop div {
  background: url(../img/nav_sl_bg.html);
  color: #d0a2c2;
  border-color: #d0a2c2;
}
.leftDevMenuWr .brendMH a,
.leftDevMenuWr .brendMH .active {
  margin: 0;
  color: #fff;
}
.leftDevMenuWr .brendMH .active {
  color: #d8acca;
}
.leftDevMenuWr .brendCatTop div.active {
  color: #fff;
}
.leftDevMenuWr.active {
  display: block;
}
.leftDevMenuWr .showBK > ul > li {
  padding: 0;
  margin: 0;
}
.leftDevMenuWr .catMH > ul > li > a > span {
  color: #fff;
}
.no-touch .leftDevMenuWr .catMH > ul > li > a:hover > span,
.no-touch .leftDevMenuWr .brendMH a:hover,
.no-touch .sideMainMenu a:hover,
.no-touch .showBK > ul > li > ul > li a:hover {
  color: #d0a2c2 !important;
}

aside .menuTopPicWr,
.shopLeftMenu .menuTopPicWr,
.top-dev-menu .menuTopPicWr {
  display: none;
}

.sideMainMenu {
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 80px;
}
.sideMainMenu ul {
  margin: 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.sideMainMenu a,
.sideMainMenu span {
  border: none;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 35px;
  color: #fff;
  font-size: 18px;
}
.sideMainMenu li {
  position: relative;
  border-bottom: solid 1px #742c5f;
}
.sideMainMenu span {
  color: #d0a2c2;
  box-shadow: 0 -15px 35px -15px rgba(255, 255, 255, 0.3) inset, 0 15px 35px -15px rgba(255, 255, 255, 0.3) inset;
}
.sideMainMenu ul li.first:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  background: url(../img/home.html) no-repeat;
}
.leftDevMenuWr .showBK > ul > li.active,
.brendMH .active {
  box-shadow: 0 -15px 35px -15px rgba(0, 0, 0, 0.3) inset, 0 15px 35px -15px rgba(0, 0, 0, 0.3) inset;
}
.leftDevMenuWr .showBK > ul > li > ul > li > a,
.showBK > ul > li > ul > li > span {
  display: block;
  border: none;
  color: #fff;
  padding: 10px 10px 10px 0;
  font-size: 16px;
}
.leftDevMenuWr .showBK > ul > li > ul > li {
  margin-left: 30px;
  border-bottom: solid 1px #984681;
}
.showBK > ul > li > ul > li.active > a,
.showBK > ul > li > ul > li.active > span,
.showBK > ul > li > ul > li > ul > li.active span {
  color: #d8acca;
}
.leftDevMenuWr .showBK > ul > li > ul > li > ul > li > a,
.showBK > ul > li > ul > li > ul > li > span {
  display: block;
  border: none;
  color: #ecd9e7;
  padding: 10px 10px 10px 0;
  font-size: 14px;
}
.leftDevMenuWr .showBK > ul > li > ul > li > ul > li {
  margin-left: 20px;
  border-bottom: solid 1px #984681;
}
.selectMenu {
  display: none;
  vertical-align: middle;
  position: relative;
  margin-left: 8px;
  color: #fff;
  white-space: normal;
  top: 3px;
  font-size: 16px;
  padding-right: 35px;
  cursor: pointer;
}
.selectMenu:after,
.selectMenu:before,
.selectMenu2 b:after,
.selectMenu2 b:before {
  content: "";
  display: block;
  height: 1px;
  width: 13px;
  background: #fff;
  position: absolute;
  right: 15px;
  transform: rotate(45deg);
  transition: transform 0.4s ease-in-out;
  margin-left: -8px;
  top: 9px;
}
.selectMenu2 b:after,
.selectMenu2 b:before {
  top: 24px;
  background: #a152a7;
  right: 20px;
}
.selectMenu:before,
.selectMenu2 b:before {
  margin-right: -9px;
  transform: rotate(-45deg);
  transition: transform 0.4s ease-in-out;
}
.selectMenu.active:after,
.selectMenu2.active b:after {
  transform: rotate(-45deg);
  transition: transform 0.4s ease-in-out;
}
.selectMenu.active:before,
.selectMenu2.active b:before {
  transform: rotate(45deg);
  transition: transform 0.4s ease-in-out;
}
.leftDevMenuWr .menu {
  display: block;
  background: #41b8f2;
}
.leftDevMenuWr .menu li:hover,
.leftDevMenuWr .menu li.active {
  background: rgba(255, 255, 255, 0.2);
}
.leftDevMenuWr .menu li {
  display: block;
  padding: 5px 20px;
  border-bottom: solid 1px #fff;
}
.leftDevMenuWr .menu a {
  display: block;
  text-decoration: none;
  color: #fff !important;
}
.leftDevMenuWr .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.leftDevMenuWr .shopMainMenuInner > a {
  display: block;
  color: #000;
  padding: 15px 20px;
  border-top: solid 1px #eee;
  position: relative;
  border-bottom: none !important;
  font-size: 18px;
  font-weight: 700;
}
.leftDevMenuWr .shopMainMenuInner > a:last-child {
  border-bottom: solid 1px #eee !important;
}
.leftDevMenuWr .shopMainMenuInner > a:hover,
.leftDevMenuWr .shopMainMenuInner > a.active {
  background: #1c4b9b;
  color: #fff;
}
.leftDevMenuWr .secShopMenu {
  display: none;
  margin: 20px;
}

.leftDevMenuWr .shopMainMenuInner > a > i {
  display: none;
}
.leftDevMenuWr .shopMainMenuInner > a.topDrop > i {
  display: block;
  position: absolute;
  right: 0;
  padding: 0 20px;
  top: 7px;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
}

/*.leftDevMenuWr .shopMainMenuInner>a.topDrop>i:after {
	content: '';
	display: block;
	width: 10px;
	height: 20px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
}*/

.leftDevMenuWr .shopMainMenuInner > a.topDrop.active > i {
  padding: 0 21px;
  top: 6px;
}
.leftDevMenuWr .secShopMenu.active {
  display: block;
}
.leftDevMenuWr .secShopMenu ul {
  display: none;
}
.leftDevMenuWr .secShopMenu.active div > ul,
.leftDevMenuWr .secShopMenu.active div > ul > li.active > ul {
  display: block;
}
.shopRightWrapper h1 {
  display: none;
  margin: 30px 0;
}
.devActiveMenuWr {
  display: none;
  margin: 0 20px 20px;
}
.filtrDevWr {
  display: none !important;
}
.filtrButWr {
  margin: 0 20px 20px;
}
.filtrButton {
  display: block;
  text-align: center;
  text-decoration: none;
  border: dashed 1px #ccc !important;
  color: #000 !important;
  padding: 10px 45px;
}
.no-touch .filtrButton:hover,
.filtrButton.active {
  color: #fff !important;
  background: #1c4b9b;
  border: solid 1px #1c4b9b !important;
}

.hidFiltrPopup {
  display: none;
}

.hidFiltrWr {
  margin: 0 20px;
  padding-bottom: 70px !important;
}
.hidFiltrWr .shopFilter {
  margin: 0;
}
.hidFiltrWr h3,
.hidFiltrWr .pseudoH3 {
  margin: 0 0 10px;
  padding: 0;
}
.hidFiltrWr .filterWrapper {
  margin: 0 0 20px;
}

.sizeFilter {
  margin-right: 6px;
}

.mainInnerInfo .itemSizeWrapper b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.tovItem .itemSizeWrapper b {
  margin: 0 3px 6px;
}

.dostContent {
  line-height: 1.7;
}
.dostContent .footerShopInfo,
.dostContent .shopAdress,
.dostContent h6 {
  font-size: 14px;
  margin: 0 0 0 10px;
}
.dostContent h6 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.dostContent h3 {
  margin-bottom: 0px;
  margin-top: 30px;
}
.dostContent .dstItem > div {
  margin-left: 24px;
}
.shopInnerRecomWr .tovItem .itemImg img {
  max-height: 220px;
  display: inline-block !important;
}
.shopInnerRecomWr {
  text-align: center;
  margin-top: 50px;
  padding-top: 10px;
  border-top: solid 1px #eee;
}

.shopInnerRecomWr .slick-track {
  margin: 0 auto;
}

.innerImgList {
  padding-bottom: 20px;
}

.innerImgList li {
  display: inline-block;
  margin: 0 5px 8px 0;
  position: relative;
  background: #fff;
  cursor: pointer;
  vertical-align: top;
}

.innerImgList li div {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
  border: solid 1px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerImgList li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.innerImgList li.active:before,
.innerImgList li:hover:before {
  content: "";
  z-index: 11;
  border: solid 1px #41b8f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 1px;
}
.itemDsc {
  line-height: 1.7;
  margin: 30px 0;
  font-size: 14px;
}

.shopSliderInner.slick-dotted {
  margin-bottom: 60px;
}

.shopSliderInner {
  max-width: 1440px;
  margin: 0 auto 40px auto;
  display: none;
}

.trendWr {
  max-width: 1440px;
  margin: 0 auto;
}

.trendTwoWr {
  margin: 0 auto;
}

.shopSliderInner.slick-initialized {
  display: block;
}

.shopSlideIn {
  position: relative;
}

.shopSlideImg {
  position: relative;
  z-index: 50;
}

.shopSlide {
  position: relative;
}

.shopSlideImg img {
  width: 100%;
}

.shopSlideTxtWr {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-52%);
}

.shopSlideTxt {
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.tR {
  text-align: right;
  padding-right: 80px;
  width: 50%;
  margin-left: auto;
}

.tL {
  text-align: left;
  padding-left: 80px;
  width: 50%;
  margin-right: auto;
}

.tC {
  text-align: center;
  padding: 0 80px;
}

.slBigTxt {
  font-size: 4.9em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

.slSmlTxt {
  font-size: 2em;
  line-height: 1.2;
}

.shopSlideButtons {
  margin-top: 24px;
}

.dopPromo .shopSlideButtons {
  margin-top: 50px;
}

.slButton,
.pageNext a {
  border: none !important;
  color: #fff !important;
  display: inline-block;
  padding: 6px 15px;
  position: relative;
  background: #568add;
  margin-top: 6px;
  border-radius: 4px;
}

.pageNext a {
  padding: 11px 25px;
  margin-top: 0;
  border-radius: 4px 0 0 4px;
  z-index: 100;
}

.numbers {
  text-align: center;
  position: relative;
  margin-top: 180px;
}

.pagesNavWr div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}

.slButton:hover,
.pageNext a:hover {
  background: #ff8200;
  transition: all ease-in-out 0.3s;
}

.pageBut {
  padding: 10px 27px 10px 15px;
  border: dashed 1px rgba(126, 126, 126, 0.4);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  z-index: 99;
  left: -2px;
}

.pageBut:hover {
  border-color: #41b8f2;
}
.pageBut:hover:after {
  border-top: 6px solid #41b8f2;
}

.numbers .paginationWr {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  top: -7px;
  z-index: 150;
}

.paginationIn {
  margin: 0 30px;
  position: relative;
  padding-bottom: 10px;
}

.paginationWr ul li {
  display: inline-block;
  font-size: 16px;
}

.paginationWr ul {
  white-space: nowrap;
  margin: 10px 0 10px 0;
  padding: 0;
}

.paginationWr a {
  color: #000;
  font-weight: 300;
}

.paginationWr a,
.paginationWr span {
  display: inline-block;
  border: none !important;
  padding: 5px 10px;
  border-radius: 0;
}

.paginationWr span,
.no-touch .paginationWr a:hover {
  background: #41b8f2;
  color: #fff !important;
}

.pageBut:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ddd;
  top: 50%;
  right: 8px;
  margin-top: -3px;
}

.slButton:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 0px solid transparent;
  border-top: 8px solid #fff;
  top: 3px;
  right: 3px;
}

.tL .slButton {
  margin-right: 6px;
}

.tR .slButton {
  margin-left: 6px;
}

.tC .slButton,
.dopSliderButton .slButton {
  margin: 0 3px 10px;
}
.dopSliderButton .shopSlideButtons {
  margin-bottom: 14px;
}
.slick-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  height: 12px;
  width: 12px;
  background: #ccc;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0.9;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  background-color: #3956ff;
  opacity: 1;
}
.slick-dots li.slick-active {
  background-color: #3956ff;
  opacity: 1;
  height: 20px;
  width: 20px; /*transition:all 0.2s linear;*/
}
.slick-dots button {
  visibility: hidden;
}
.slick-arrow {
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1000;
}
.slick-arrow i {
  height: 40px;
  width: 40px;
  position: absolute;
  border: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 1000;
}
.slick-arrow:hover i {
  border-color: #41b8f2 !important;
}
.slick-next i {
  border-left: none;
  border-bottom: none;
  right: 14px;
}
.slick-prev i {
  border-top: none;
  border-right: none;
  left: 14px;
}
.slick-arrow.slick-next {
  right: -50px;
}
.slick-arrow.slick-prev {
  left: -50px;
}
.shopSliderWr .slick-arrow.slick-next {
  right: 20px;
}
.shopSliderWr .slick-arrow.slick-prev {
  left: 20px;
}
.shopSliderWr .slick-arrow i {
  border-color: #fff;
}

.devMainMenu {
  position: relative;
  background: #000;
}

.devMainMenu .headerMenu {
  margin-bottom: 30px;
  padding: 0 5px;
  display: block;
}

.devMainMenu .headerMenu a {
  display: inline-block;
}

.leftDevMenuWr .shopMainMenuInner {
  padding-top: 20px;
}

.asideLogo {
  display: none !important;
  position: relative;
  border: none !important;
  top: 7px;
  left: -2px;
}

.innerTopInfo .itemColorsWrapper,
.innerTopInfo .itemSizeWrapper,
.innerTopInfo .radio-but__item label {
  justify-content: center;
}

.innerTopInfo {
  text-align: center;
}

.catTeamItemList .slick-prev {
  left: -30px;
}
.catTeamItemList .slick-next {
  right: -30px;
}
.catTeamItemList .slick-list {
  padding-bottom: 0 !important;
}
.catTeamItem {
  float: left;
  text-align: center;
  position: relative;
  z-index: 9;
  background: #fff;
  outline: none;
}
.catTeamItem img {
  display: block;
  margin: 0 auto;
}
.catTeamItemListWrapper.M .catTeamItem {
  height: 265px;
}
.catTeamItemListWrapper.S .catTeamItem {
  height: 195px;
}
.catTeamItemListWrapper.G .catTeamItem {
  height: 196px;
}
.catTeamItemListWrapper.S .catTeamItemLeft {
  margin-top: -21px !important;
}
.catTeamItemListWrapper.G .catTeamItemLeft {
  margin-top: -8px;
}
.catTeamItemListWrapper.G {
  margin-top: 23px;
}
.catTeamItem a {
  display: inline-block;
  border-bottom: none;
}
.M .catTeamItem a img {
  max-width: 215px;
}
.catTeamMiniPicWrapper {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  margin-left: 5%;
  /*margin:0 0  0 657px !important;
	max-width:600px;*/
  padding-top: 22px;
  position: relative;
  z-index: 11;
  margin-top: 10px;
}
.catTeamMiniPic a {
  line-height: 60px;
}
.catTeamMiniPic {
  margin: 0;
}
.catTeamMiniPic li {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  border: solid 1px #ccc;
  overflow: hidden;
  margin: 2px;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.catTeamMiniPic li img {
  display: inline-block;
  width: 100%;
}
.catTeamMiniPic li:hover {
  border: solid 1px #41b8f2;
}

.catTeamMiniPic li.active,
.catTeamMiniPic li.active:hover {
  cursor: default;
  border: solid 1px #41b8f2;
  box-shadow: none !important;
}
.catTeamMiniPic li.active a:hover {
  cursor: default;
}
.catTeamMiniPic li.active:before {
  content: "";
  z-index: 11;
  border: solid 2px #41b8f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.picMenuP {
  padding: 40px 0;
  background: #fff;
}

.picMenuP a {
  display: inline-block;
  border: none;
  width: 100px;

  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

.picMenuP a img {
  max-width: 100%;
  max-height: 85px;
}

.dopSliderButton {
  display: none;
  text-align: center;
}

.trendItem,
.trendTwoItem {
  box-sizing: border-box;
  width: 33.333%;
  float: left;
  display: block;
  height: auto;
  text-decoration: none;
  border-bottom: none !important;
  text-align: center;
  position: relative;
}

.trendTwoItem {
  width: 50%;
}

.trendImg,
.trendTwoImg {
  overflow: hidden;
}

.trendItem img,
.trendTwoItem img {
  width: 100%;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}

.trendImg:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.trendTwoItem:hover img {
  opacity: 0.8;
}

.trendTwoTitle,
.trendTwoPrice {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.trendTwoPrice {
  color: #ff0e00;
}

.trendTwoDsc {
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: left;
  margin-right: 20%;
  /*text-shadow: 4px 4px 0px rgba(250,250,250,0.5);*/
}
.trendTwoItem:first-child .trendTwoDsc {
  left: auto;
  right: 30px;
  text-align: right;
  margin-left: 20%;
  margin-right: 0;
  /*text-shadow: -4px 4px 0px rgba(250,250,250,0.5);*/
}

.clearFloat {
  clear: both;
  height: 25px !important;
  font-size: 1px;
  line-height: 0px;
}

.pseudoH {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 40px;
}

.trendTitle {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0 10px;
}

.pdfWrapper {
  padding: 0;
  max-width: 1440px;
  margin: 0 auto 0;
  overflow: hidden;
}

.sliderPdf .pdfInner {
  margin: 0 0 0 2.5%;
  display: none;
}

.sliderPdf .slick-initialized.pdfInner {
  display: block;
}

.pdfInner.slick-initialized {
  margin: 0 -10px;
}

.pdfInner.slick-initialized .pdfItem {
  margin: 0 10px 0;
}

.pdfItem {
  display: inline-block;
  width: 23%;
  margin: 0 0.5% 20px;
  vertical-align: top;
  border: none !important;
  color: #000;
}

.pdfPage .pdfItem {
  width: 23%;
  margin: 0 1.5% 20px 0;
}

.pdfItemTitle {
  padding: 10px;
  color: #000;
}

.pdfImg {
  overflow: hidden;
  border-radius: 6px;
}
.pdfImg:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pdfImg img {
  height: auto;
  width: 100%;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}
.pdfWrapper .slick-arrow.slick-next {
  right: 24px;
}

.pdfWrapper .slick-arrow.slick-prev {
  left: 24px;
}

.pdfWrapper .slick-arrow i {
  margin-top: -60px;
}

.onePageWr {
  line-height: 1.6;
  margin-top: 40px;
}
.onePageWr h1 {
  font-size: 34px;
}

.onePageWr ul,
.onePageWr ol {
  margin-left: 18px;
  padding: 0;
}

.onePageWr li {
  margin-bottom: 10px;
}

.twoColWr .column {
  float: left;
  width: 50%;
}

.twoColWr .columnInner {
  padding: 0 20px;
}

.partnerPage .topIntro {
  margin: 20px 20px 40px;
}

.column img {
  width: 100%;
}

.mainContactsInfo {
  margin-bottom: 20px;
}

.mainContactsInfo div {
  margin-bottom: 5px;
}

.headerPhoneLink {
  color: #000 !important;
  border: none !important;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.7;
}

.headerInfoDopInfo {
  font-size: 14px;
  padding: 2px 5px;
  background: #ddd;
  position: relative;
  top: 10px;
  color: #000;
  width: 75px;
  display: inline-block;
}

.headerInfoDopInfo:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: 0;
  border-top: 10px solid #ddd;
  border-right: 10px solid transparent;
}

.topPhoneInner .headerInfoDopInfo {
  font-size: 12px;
  padding: 2px 5px;
  background: #ddd;
  top: 7px;
  color: #000 !important;
  width: 78px;
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
}

.topPhoneInner a:last-child {
  margin-left: 98px;
}

.topPhoneInner {
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
}

.topPhoneInner a {
  display: block;
  color: #000 !important;
  font-size: 20px;
  border-bottom: none;
  text-decoration: none;
  margin-bottom: 6px;
}

.footerContacts .topPhoneInner a,
.contatsPage .topPhoneInner a,
.shopContactsPopUpWr .topPhoneInner a {
  display: inline-block;
  margin-right: 25px;
  margin-left: 0;
  color: #fff !important;
}

.contatsPage .topPhoneInner a,
.shopContactsPopUpWr .topPhoneInner a {
  color: #000 !important;
}

.footerContacts .topPhoneInner .headerInfoDopInfo {
  top: 2px;
  margin-right: 5px;
}

.topContactsWr div {
  position: relative;
}
.topOtdelWr span {
  display: inline-block;
  min-width: 100px;
}

.pseudoH3 {
  font-weight: 700;
}

.topContactsWr h3,
.topContactsWr .pseudoH3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}

.topOtdelWr div div {
  margin: 5px 0;
}

.topContactsWr > div {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.topOtdelWr > div {
  display: inline-block;
  vertical-align: top;
}

.topOtdelWr > div:first-child {
  margin-right: 8%;
}

.footerWhere {
  border-top: solid 1px #ddd;
  margin-top: 30px;
}

.footerWhere h3,
.footerWhere h2 {
  margin: 30px 0 40px;
}

.cityShopItem {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.7;
}

.cityShopContactsWr {
  margin-bottom: 15px;
}

.cityShopMap {
  max-width: 700px;
}

.cityShopItem .city {
  position: absolute;
  left: 0;
  top: 0;
}

.cityShopItem .cityShopInfo {
  margin-left: 20%;
}

.cityWr {
  margin-bottom: 20px;
  position: relative;
}

.cityShopContacts,
.cityShopWorkTime {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  font-size: 14px;
  box-sizing: border-box;
}

.cityShopContacts {
  padding-right: 5%;
}

.cityWr .city {
  position: absolute;
  width: 250px;
  font-weight: 700;
}

.cityShopList {
  margin-left: 280px;
}

.cityShopContacts > div {
  margin-bottom: 5px;
}

.cityShopName {
  margin-bottom: 6px;
  font-weight: 600;
}

.rukzakWr {
  text-align: center;
}

.rukzak {
  display: none;
}

.rukzak.active {
  display: block;
}

.rukzakColumn {
  vertical-align: top;
  display: inline-block;
}

.rukzakList {
  padding-top: 20px;
}

.rukzakList:hover .rukzakItem,
.rukzakList.active .rukzakItem {
  padding: 20px 30px !important;
  transition: padding 0.2s ease-in-out;
}

.rukzakItem .itemColorsWrapper {
  display: none !important;
}

.rukzakList:hover .rukzakItemName,
.rukzakList.active .rukzakItemName,
.rukzakList:hover .rukzakItem .itemColorsWrapper,
.rukzakItem:hover .smallArr.slick-arrow,
.rukzakList:hover .rukzakTwoItemMenu,
.rukzakList.active .rukzakTwoItemMenu {
  display: block !important;
}

.rukzakItem {
  width: 150px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  transition: padding 0.2s ease-in-out;
  position: relative;
}

.rukzakItem .smallArr.slick-arrow {
  display: none !important;
}

.rukzakItem .smallArr.slick-arrow.slick-prev {
  left: -20px;
}

.rukzakItem .smallArr.slick-arrow.slick-next {
  right: -20px;
}

.rukzakItemIn {
  outline: none;
}

.rukzakItemInList {
  display: none;
}

.rukzakItemInList.slick-initialized {
  display: block;
}

.rukzakTwoItem .rukzakItemInList {
  position: relative;
  visibility: hidden;
  z-index: 50;
  height: 0;
}

.rukzakTwoItem .rukzakItemInList.active {
  visibility: visible;
  z-index: 100;
  height: auto;
}

.rukzakItemImg {
  position: relative;
  overflow: hidden;
}

.rukzakItemImg img {
  width: 100%;

  position: relative;
  margin: 0 auto 1px auto;
}

.rukzakItemName {
  font-size: 13px;
  display: none;
  /*position: absolute;
	text-align: right;
	top: -10px;
	left: -60px;
	width: 120px;*/
}

.rukzakItemName b {
  display: block;
}

.rukzakTwoItemMenu {
  margin-bottom: 10px;
  color: #000;
  display: none;
  font-size: 0;
}

.rukzakTwoItemMenu div,
.rukzakAgeWr label {
  color: #000;
  border: solid 1px #ddd;
  padding: 3px 5px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
  margin-left: -1px;
}

.rukzakTwoItemMenu div:last-child,
.rukzakAgeWr label:last-child {
  border-radius: 0 4px 4px 0;
}

.rukzakAgeWr label:last-child {
  border-radius: 0 4px 4px 0;
  margin-left: -5px;
}

.rukzakTwoItemMenu div:first-child,
.rukzakAgeWr label:first-child {
  border-radius: 4px 0 0 4px;
}

.rukzakTwoItemMenu div.active,
.rukzakAgeWr label.active {
  background: #ffe6a9;
  font-weight: 700;
}

.rukzakColorsList {
  margin: 0 0 40px;
}

.rukzakColorItem {
  width: 30px;
  height: 30px;
  margin: 0 5px;

  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.trendTwoDop {
  text-shadow: none;
  color: #ccc;
  font-size: 28px;
}

.rukzakColorItem.active:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  z-index: 100;
  border: solid 1px #41b8f2;
}

.rukzakColorItem[color="black"],
.rukzakColorItem[color="blackWhite"] {
  background: #000;
}
.rukzakColorItem[color="green"] {
  background: #00c748;
}
.rukzakColorItem[color="red"],
.rukzakColorItem[color="redBlack"],
.rukzakColorItem[color="redWhite"],
.rukzakColorItem[color="redNavy"] {
  background: #e30f17;
}
.rukzakColorItem[color="caral"] {
  background: #f8696d;
}
.rukzakColorItem[color="dgray"],
.rukzakColorItem[color="grayBlack"] {
  background: #5c5e5b;
}
.rukzakColorItem[color="white"],
.rukzakColorItem[color="whiteBlue"] {
  background: #eef1f6;
}
.rukzakColorItem[color="gray"] {
  background: #9ea2a1;
}
.rukzakColorItem[color="navy"],
.rukzakColorItem[color="navyWhite"] {
  background: #283d58;
}
.rukzakColorItem[color="lblue"] {
  background: #badff2;
}
.rukzakColorItem[color="dgreen"],
.rukzakColorItem[color="greenBlack"] {
  background: #007c50;
}
.rukzakColorItem[color="pink"] {
  background: #d45c97;
}
.rukzakColorItem[color="purple"] {
  background: #583a82;
}
.rukzakColorItem[color="brown"] {
  background: #6d2d3e;
}
.rukzakColorItem[color="blue"],
.rukzakColorItem[color="blueWhite"],
.rukzakColorItem[color="blueNavy"] {
  background: #0665a7;
}
.rukzakColorItem[color="orange"] {
  background: #f7793e;
}
.rukzakColorItem[color="yellow"],
.rukzakColorItem[color="yellowBlack"] {
  background: #f8df00;
}

.rukzakColorItem[color="blackWhite"]:before,
.rukzakColorItem[color="navyWhite"]:before,
.rukzakColorItem[color="redWhite"]:before,
.rukzakColorItem[color="blueWhite"]:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #eef1f6;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.rukzakColorItem[color="whiteBlue"]:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #4479bf;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.rukzakColorItem[color="redBlack"]:before,
.rukzakColorItem[color="redBlack"]:before,
.rukzakColorItem[color="grayBlack"]:before,
.rukzakColorItem[color="greenBlack"]:before,
.rukzakColorItem[color="yellowBlack"]:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #000;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.rukzakColorItem[color="redNavy"]:before,
.rukzakColorItem[color="blueNavy"]:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #283d58;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.rukzakPic {
  position: absolute;
  right: 0;
}

.ptfTitle {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.productMenu a {
  color: #41b8f2;
  font-size: 22px;
  display: block;
  padding: 5px 8px;
  border: dashed 2px #41b8f2;
}
.productMenu .active a {
  border: solid 2px #41b8f2;
  color: #fff;
  background: #41b8f2;
}
.productMenu ul {
  margin: 0 !important;
}
.productMenu li {
  display: inline-block;
  padding: 10px 20px;
  margin-left: -0.3em;
}

[name="rukzakAge"] {
  display: none;
}

.rukzakAgeWr label {
  width: 49.6%;
  text-align: center;
  padding: 3px 0;
}

.rukzakColorItem.rukzakColorItemUs {
  background-image: url(../images/puz.svg);
  background-size: 100%;
}

.socLinksKon > div,
.socLinks > div {
  display: inline-block;
  vertical-align: middle;
}

.socLinksKon a,
.socLinks a {
  border: none !important;
}

.tLinks {
  font-size: 14px;
  color: #777;
}

.printButWr {
  margin-top: 10px;
}

.printButWr a {
  border: none;
  color: #000;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 4px;
  margin: 4px 4px;
  background: #eee;
  font-size: 14px;
}

.printButWr img {
  height: 20px;
  float: left;
  margin-right: 5px;
}

.printContainer {
  display: none;
}

.konMenuItemWr {
  /*padding-left: 28px;*/
  position: relative;
}

.konMenuPlusBut {
  border: solid 1px #ccc;
  color: #999;
  position: absolute;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  display: none;
  left: 14px;
  top: 7px;
  cursor: pointer;
}

.konMenuPlusBut:after {
  content: "+";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 15px;
  font-weight: 500;
}

.konMenuItemWr.active .konMenuPlusBut:after {
  content: "-";
}

.konMenuItemWr > a {
  /*font-weight: 600;*/
  display: block;
  width: auto;
  margin-left: 0 !important;
}

.konMenuItemWr.active ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px !important;
  width: 94px;
}

.konMenuItemWr ul {
  display: none;
}

.konMenuItemWr.active ul {
  display: block;
  width: 330px;
}

.menuTopPicWr {
  margin-bottom: 10px;
  /*height: 90px;
    
    min-width: 200px;*/
  position: relative;
  overflow: hidden;
  /* max-height: 100px; */
}

.menuTopPicWr img {
  border-radius: 4px;
}

/* .menuTopPicWr img {
  width: 100%;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
} */

/* .no-touch .secShopMenu .limMenu > ul > li:hover .menuTopPicWr img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
} */

.menuPopupPicWr {
  display: none;
  position: fixed;
  width: auto;
  height: 400px;
  text-align: center;
  z-index: 2500;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}

.menuPopupPicWr img {
  max-width: 100%;
  max-height: 100%;
}

.konMenuItemWr.active ul > li.menuBlock {
  display: block;
  width: auto;
}

.menuNabivka {
  background: url(../images/shop_menu_images/nabivka3.jpg) no-repeat;
  position: relative;
}

.menuNabivka {
  position: relative;
  width: 100%;
}

.menuNabivka a {
  position: relative;
  max-width: 160px;
  z-index: 100;
  color: #fff !important;
  padding: 18px 22px 22px;
}

.menuNabivka:hover:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.promoCartListWr {
  background: #fff;
  margin: -20px -20px 0;
  padding: 15px;
}

.promoCartItem {
  margin: 5px 0;
  padding: 5px 10px;
  border-bottom: solid 1px #ddd;
  position: relative;
  min-height: 40px;
}

.promoCartImg {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
}

.promoCartImg img {
  max-width: 100%;
  max-height: 100%;
}

.promoCartName {
  color: #000;
  font-size: 14px;
  margin-left: 60px;
  line-height: 1.5;
}

.promoCartListWr h3 {
  color: #000;
  border-bottom: solid 1px #ddd;
  padding: 10px;
  margin-bottom: 5px;
}

.promoCartWr .close {
  background: #f00;
  top: 0;
  right: 0;
  line-height: 28px;
  opacity: 1;
  text-align: center;
  width: 28px;
  height: 28px;
  display: block;
  font-size: 36px;
  font-weight: 300;
}

.promoCartList .promoCartItem:last-child {
  border: none;
}
.promoCartSummWr {
  color: #000;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
}

.promoCartSummIn {
  display: block;
  text-align: left;
  padding: 10px 20px 0;
}

.promoCartSelectName {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}

.promoCartSelectAge.rukzakAgeWr label {
  font-weight: 500;
  width: 50%;
  text-align: center;
  padding: 3px 10px;
  display: table-cell;
}
.promoCartSelectAge.rukzakAgeWr {
  width: 100%;
  display: table;
}

.promoCartSelectAge.rukzakAgeWr label:last-child {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  border-left: none;
}

.promoCartSelectAge.rukzakAgeWr label.active {
  font-weight: 700;
}

.promoCartSummIn > div > span {
  position: absolute;
}

.promoCartSummIn b {
  margin-left: 150px;
  text-align: right;
  display: block;
}

.promoCartSummIn > div {
  margin-bottom: 10px;
  position: relative;
}

.promoCartWr .formForm {
  margin: 0 auto;
  padding-top: 10px;
}

.promoCartWr .form-group label {
  font-size: 14px;
}

.promoCartWr .form-group .blueButton {
  width: 100%;
  padding: 10px;
}

.promoCartWr .form-group input[type="text"],
.logInWrapper textarea {
  width: 100%;
  border-radius: 4px;
}

.soglasieWr {
  font-size: 14px;
  position: relative;
  margin-bottom: 30px;
}

.soglasieWr input {
  position: absolute;
}

.soglasieWr span {
  margin-left: 25px;
  display: block;
}

.promoCartWr.sliderFormInner {
  background: #f3f3f3;
  color: #777;
  border: none;
}

.promoCartQt {
  display: inline-block !important;
  border: solid 1px #ccc;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
  position: relative;
  top: -1px;
  font-weight: 600;
}
.promoCartQtWr .input-group {
  margin: 0;
  white-space: nowrap;
}

.promoCartItemKol span {
  line-height: 30px;
}

.promoCartQtWr .btn {
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.promoCartQtWr .input-group-btn {
  display: inline-block;
  vertical-align: top;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li.menuCollect {
  padding: 20px 20px 40px 0 !important;
  /*border-left: solid 1px #ddd;*/
  background: #000;
  position: absolute;
  width: 20%;
  top: 0;
  bottom: 0;
}

.menuCollect > ul {
  height: 100%;
  display: block;
  position: relative;
  padding: 0 20px 0 30px !important;
}

aside .menuCollect > ul,
.shopLeftMenu .menuCollect > ul {
  padding: 0 !important;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li.menuCollect > a {
  color: #fff !important;
  margin-left: 30px;
}

.shopMainMenuWrapper .secShopMenu .menuCollect a:hover {
  color: #fff !important;
}

.qrCode {
  display: none;
  width: 180px;
}

.konMiniPicList.ps--active-y > .ps__rail-y {
  opacity: 1;
}

.ya-share2 {
  margin-left: 10px;
}

.ya-share2 a {
  border-bottom: none;
}

footer .headerMenu {
  margin-left: -10px;
  flex-wrap: wrap;
}
.headerMenu a.active {
  color: #999;
}

.popupInfoWr {
  background: #f00;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  line-height: 1.7;
  z-index: 2000;
  transform: translateZ(0);
}

.popupInfoIn {
  padding-right: 30px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.popupInfoIn a {
  color: #fff;
  border-bottom: solid 1px #fff;
}

.popupInfoWr .close {
  right: 0;
  top: -3px;
}

.onepageTwoItem {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}

.onepageTwoItem:first-child {
  width: 25%;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 20px;
}

.onepageTwoItem:first-child a {
  border: none;
  display: block;
}

.onepageTwoItem img {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.cartConstr .cartPhoto img {
  max-width: none;
  height: 70px;
  margin: 0 5px 5px;
  display: inline-block;
}

/*.cartConstr .cartQty {
	width: 150px;
	position: relative;
	top: -8px;
	text-align: right;
}

.cartQty i {
	position: relative;
	top: 8px;
	font-style: normal;
}*/

.cartConstrDsc {
  margin-top: 10px;
}

.cartConstrDsc div {
  margin-bottom: 5px;
  font-size: 14px;
  color: #222;
}

.cartConstr .cartItemInfo .itemAdd {
  display: block;
  /*margin: 4px 20px 0 0;*/
}

.cartConstr .cartItemInfo .itemPrice {
  display: inline-block;
  margin-top: 0;
}

.inCartActive:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  background: url(../images/icons/cart_ok.svg) no-repeat 0 0;
  background-size: auto 100%;
}

.tovItem.belstockOn:before,
.tovItem.in-stock-on:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 55px;
  height: 26px;
  width: 26px;
  background: url(../images/icons/instock.svg) no-repeat 0 0;
  background-size: auto 100%;
  z-index: 100;
}

.tovItem.in-stock-on:before {
  background: url(../images/icons/instock_joma3.html) no-repeat 0 0;
}

.packList {
  display: none;
}

.packList h4 {
  margin: 3px 0 10px;
}

.mainInnerInfo .packList h4 {
  font-size: 13px;
  color: #777;
}

.packInList {
  font-size: 13px;
  margin: 5px 0;
}

.packInList td {
  padding: 3px;
  border: solid 1px #ddd;
}

.packInList th {
  text-align: left;
  font-weight: 500;
  padding: 3px;
  color: #666;
  border: solid 1px #ddd;
}
.packInList table {
  width: 100%;
}

.packInH {
  color: #666;
  margin-bottom: 3px;
}

.packIn {
  display: none;
}

.packInTabWr {
  overflow-y: scroll;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul.w50_menu_wr {
  /*width: 27%;*/
  flex: 33.333%;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li.w50_menu {
  padding: 0 20px 40px 0;
  position: relative;
}

.w50_menu .menuTopPicWr {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.w50_menu a > b {
  display: block;
  font-size: 14px;
}

.w50_menu .menuTopPicWr img {
  position: relative;
  z-index: 50;
  height: 100%;
  width: auto;
}

/*.w50_menu .menuTopPicWr:before {
	content: '';
	position: absolute;
	display: block;
	background: rgba(0,0,0,0.5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}*/

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li.w50_menu > a {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  z-index: 150;
  cursor: pointer;
  margin-left: 70px;
}

.shopMainMenuWrapper .secShopMenu .limMenu > ul > li.w50_menu > a > b {
  font-weight: 600;
}

.topSpace {
  margin-top: 13px;
}

.print_slide {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.print_slide img {
  display: inline-block;
  width: 45%;
  margin: 0 10px 10px 0;
}

.print_desc {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-top: -20px;
}

.advantages h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
}

.advantages .secondTitle {
  color: #000;
}

.advantages .lim {
  display: flex;
  flex-wrap: wrap;
}

.advItem {
  width: 25%;
  padding: 30px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.advTxt p {
  margin: 0;
  line-height: 1.7;
}

.howToBuy .advItem {
  width: auto;
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 150;
  text-align: left;
  margin: 0 0 80px 0;
  padding-right: 0;
}
.howToBuy .advItem i {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 4px #87ffba;
  width: 0;
  top: 50%;
  right: -7%;
  z-index: 50;
}
.howToBuy .advItem i.animated {
  width: 50px;
}

.advItem h3 {
  font-size: 20px;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}
.advImg {
  text-align: center;
  display: inline-block;
  border: solid 4px #fff;
  border-radius: 150px;
  width: 110px;
  height: 110px;
  background: #41b8f2;
  padding: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.advImg img {
  opacity: 1;
}

.payment-icons-list li {
  background: url(../images/icons/payments.png) -32px -32px no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 15px 10px 0;
}

.payment-icons-list {
  display: block;
  margin: 0 0 10px 4rem;
  padding: 0;
}

.payText {
  cursor: default;
}

.payment-icons-list li.payment-icons-bankcards {
  background-position: -32px -32px;
}
.payment-icons-list li.payment-icons-yandex-dengi {
  background-position: -129px -96px;
}
.payment-icons-list li.payment-icons-terminals {
  background-position: -129px -32px;
}
.payment-icons-list li.payment-icons-alfa-click {
  background-position: -129px 0;
}
.payment-icons-list li.payment-icons-sb-online {
  background-position: -96px -96px;
}
.payment-icons-list li.payment-icons-promsvyaz {
  background-position: -97px -64px;
}
.payment-icons-list li.payment-icons-masterpass {
  background-position: -64px -64px;
}

.sizeNavWr {
  margin-bottom: 30px;
}

.sizeNavWr a {
  display: inline-block;
  color: #333;
  border: dashed 1px #999;
  margin: 5px;
  padding: 7px 10px;
  font-size: 14px;
}
.tabSiazeWrapper .popUpInner {
  text-align: center;
  padding: 20px;
}

.sizeNavWr a.active,
.sizeNavWr a:hover {
  background: #1c4b9b;
  color: #fff;
  border: solid 1px #1c4b9b;
}

.sizePicDscFlex {
  display: flex;
  text-align: left;
  margin-bottom: 20px;
}

.sizePicDscFlex > div {
  width: 50%;
  box-sizing: border-box;
  margin: 0 20px 0 0;
}

.sizePicDscFlex > div img {
  width: 100%;
}

.sizePicDscWr {
  display: flex;
  margin-bottom: 20px;
}

.sizePicDscWr i {
  display: block;
  font-style: normal;
  line-height: 30px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b8e746;
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-size: 14px;
  font-weight: 600;
}

.sizePicDsc {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.sizePicDsc h4 {
  margin: 0 0 5px;
}

.sizeDscItem table {
  width: 100%;
  font-size: 14px;
  border: solid 1px #ddd;
}

.sizeDscItem th {
  background: #ddd;
}

.sizeDscItem th,
.sizeDscItem td {
  padding: 10px 5px;
  border-bottom: solid 1px #ddd;
}

.sizeDscItem tr:nth-child(even) td {
  background: #f1f1f1;
}

.sizeDscItem h3 {
  margin: 40px 0 40px;
  text-transform: uppercase;
}

[jnavd] {
  display: none;
}

.active[jnavd] {
  display: block;
}

.sizePicAlone {
  margin-bottom: 30px;
  text-align: center;
}

.sizePicAlone img {
  max-width: 100%;
}

.pbt40 {
  padding: 40px 0;
}

.pbt60 {
  padding: 60px 0;
}

.pbt80 {
  padding: 80px 0;
}

.newsImg img {
  max-width: 100%;
}

.newsImg a {
  display: block;
  border-bottom: none;
}

.newsDscWr {
  margin: 10px 0;
}

.newsTitle {
  font-size: 16px;
  text-decoration: none;
  border-bottom: none;
  color: #000 !important;
  font-weight: 700;
}
.newsItem.mainNews .newsTitle {
  font-size: 2vw;
}

.newsTitle:hover {
  border-bottom: solid 1px rgba(0, 0, 0, 1);
}

.newsItem {
  width: 20%;
}

.newsItem.mainNews {
  width: 50%;
}

.indexNewsList {
  display: flex;
}

.newsItem.mainNews .newsText {
  display: block;
  margin-left: 30px;
  max-width: 55%;
}

.newsItem.lastNews .newsText {
  display: block;
}

.smallNewsList {
  width: 30%;
}

.smallNewsList .newsTitleWr {
  margin: 0;
  position: relative;
  top: -5px;
}

.smallNewsList .newsItem {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}

.smallNewsList .newsItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.smallNewsList .newsDscWr {
  margin: 0;
}

.newsText {
  display: none;
  font-size: 14px;
  line-height: 1.7;
}

.newsDate {
  color: #777;
  font-size: 14px;
  padding: 10px 0;
}

.newsItem.mainNews .newsDscWr {
  display: flex;
}

.smallNewsList .newsItem {
  display: flex;
}

.smallNewsList .newsItem > div {
  width: 50%;
}

.smallNewsList .newsItem > div:first-child {
  margin-right: 15px;
}

.indexNewsList > div {
  box-sizing: border-box;
}

.indexNewsList > div:first-child {
  padding-right: 20px;
  border-right: solid 1px #ddd;
}

.indexNewsList > div:last-child {
  padding-left: 20px;
  border-left: solid 1px #ddd;
}

.indexNewsList > div:nth-child(2) {
  padding: 0 20px;
}

.indexNewsList .newsText p {
  padding: 0;
  margin-right: 0;
}

.newsItem .newsImg:hover ~ .newsItem .newsTitle a {
  border-bottom: solid 1px rgba(0, 0, 0, 1);
}

/*Новости большие*/
.bigNewsList {
  display: inline-block;
  width: 25%;
  padding-right: 2%;
  margin-right: -1px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 200px;

  margin-top: 30px;
  padding-top: 15px;
}

.bigNewsInner .bigNewsPhoto {
  margin: 0 0 20px 0;
}

.bigNewsList.bigPartsList {
  border-right: none;
}

.sharNews {
  margin-bottom: 20px;
}

.newsPartWr {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  z-index: 1500;
}

.newsPartWr ul {
  display: none;
}

.newsPartWr > a {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  left: 20px;
}

.newsPartWr.active ul {
  display: block;
}

.newsPartWr > i {
  display: block;
  position: absolute;
  left: 3px;
  height: 12px;
  width: 12px;
  border: solid 1px #ccc;
  color: #000;
  font-weight: 500;
  top: 4px;
  cursor: pointer;
}

.newsPartWr > i:after {
  content: "+";
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 12px;
  display: block;
}

.newsPartWr.active > i:after {
  content: "-";
}

.bigNewsList ul {
  list-style: square;
  padding-left: 0px;
  margin-left: 15px;
}

.bigNewsList li {
  margin-bottom: 10px;
  padding: 3px 5px;
  line-height: 1.5;
}

.bigNewsList.bigPartsList li {
  font-size: 18px;
}

.bigNewsPhoto img {
  max-width: 100%;
}

.bigNewsPhoto a {
  display: block;
  border: none !important;
}

.bigNewsPhoto a:hover {
  opacity: 0.9;
}

.bigNewsList li.active {
  background: rgba(200, 200, 200, 0.2);
}

.newsListWr h2 {
  font-size: 34px;
  margin-top: 5px;
  margin-bottom: 40px;
}

.bigNewsWrapper {
  margin-bottom: 200px;
  display: inline-block;
  width: 70%;
  border-left: solid 1px #eee;
  padding-left: 2%;
  vertical-align: top;
  margin-top: 30px;
}
.veryBigNews {
  margin-top: 10px;
  position: relative;
}
.vearyBigContent.noColumn {
  padding-right: 0;
}

.vearyBigContent {
  padding-right: 230px;
}

.vearyBigMediaColumn iframe {
  width: 100% !important;
  height: auto !important;
}

.vearyBigMediaColumn {
  position: absolute;
  width: 200px;
  right: 0;
  top: 0;
}

.vearyBigMediaColumn img {
  max-width: 100%;
}

.bigNews {
  margin: 5px 0 40px;
  line-height: 1.7;
}
.newsListWr .bigNews {
  display: inline-block;
  width: 46.6%;
  margin-right: 3%;
  vertical-align: top;
}

.bigNews h3 {
  margin: 10px 0 10px;
}

.bigNews .newsDate,
.vacancyDate {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.newsListWr .bigNews .newsDate {
  margin-bottom: 7px;
}

.newsMore {
  margin-top: 10px;
  font-size: 14px;
}

.newsH {
  font-size: 1.8em !important;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 5px;
}

.shareNews ul,
.shareNews > div {
  margin: 0;
}

.howWorkList {
  display: flex;
}

.howWorkItem {
  display: flex;
  width: 33.3%;
  box-sizing: border-box;
  padding: 20px;
  border-right: solid 1px #ddd;
  align-items: flex-start;
}

.howWorkItem:last-child {
  border: none;
}

.howNum {
  font-size: 60px;
  font-weight: 700;
  color: #999;
  margin-right: 15px;
  position: relative;
  top: -15px;
}

.howTitle {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.howText {
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}

.howText ul {
  margin: 0;
  padding-left: 20px;
}

.howText li {
  margin-bottom: 10px;
  line-height: 1.7;
  list-style: square;
}

.mainTitleHeader {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 36px;
}

.mainTitleText {
  font-size: 18px;
  color: #777;
}

.mainTitle {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}

.howContacts a {
  color: #000 !important;
  font-weight: 600;
  border-bottom: none;
}

.barret_dsc {
  display: flex;
  margin: 20px 0 0;
}

.barret_dsc h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.barretImgWr:first-child {
  padding: 0 30px;
}

.barretImgWr img {
  width: 100%;
}

.barretList ul {
  list-style: square;
  margin: 0;
  padding: 0 0 0 20px;
  flex-direction: column;
  flex-wrap: wrap;
  display: flex;
  height: 250px;
  min-width: 420px;
}

.barretList li {
  margin-bottom: 5px;
  font-size: 14px;
}

.centerButWr {
  text-align: center;
}

.newsBut {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -80px;
  transition: left 0.2s linear;
  display: none;
}

.newsBut.active {
  left: 220px;
}

.newsBut a {
  display: block;
  width: 150px;
  text-align: center;
  transform: rotate(90deg);
  position: relative;
  top: 50%;
  background: #f7f7f7;
  border-radius: 6px 6px 0 0;
  padding: 7px 25px 7px 10px;
  border: none;
  color: #000 !important;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.menuArr:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  display: block;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: rotate(225deg);
  margin-top: 0;
  transition: transform 0.2s linear;
}

.menuArr.open:after {
  margin-top: -5px;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}

/*Конструктор*/

.konLim {
  max-width: 1100px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  box-sizing: border-box;
}

.constructorWrapper h1 {
  text-align: center;
  font-size: 2.5em;
  margin: 50px 0 70px;
}

.constructorWrapper h1 span {
  display: block;
  color: #777;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}

.konListWrapper {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.konPointerWrapper {
  position: relative;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin-right: 5%;
  font-size: 14px;
  border-right: solid 1px #ddd;
}

.konPriceItem {
  margin: 5px 0;
}

.konSize {
  font-weight: 300;
}

.konPointerInner {
  overflow: hidden;
  position: relative;
  padding: 0 16px 10px 0;
}

.konModelPoint {
  position: absolute;
  display: block;
  height: 0;
  border-bottom: solid 1px #ddd;
  top: 20px;
  width: 70px;
  right: -71px;
  z-index: 100;
}

.konModelPoint:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 11px;
  height: 11px;
  top: -5px;
  background: #ddd;
}

.konSize ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.konSize ul li {
  display: inline-block;
  margin-right: 2px;
  margin-top: 2px;
}

.konPointerWrapper > div span {
  color: #999;
}

.konPointerWrapper > div b {
  margin: 0 0 0 5px;
  font-weight: 500;
}

.konModelItem {
  position: relative;
  margin-bottom: 10px !important;
}

.konName b {
  margin: 0 !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.konTop .konPicList {
  position: relative;
  bottom: -10px;
}

.konPicList {
  width: 16%;
  margin: 0 3%;
  display: none;
  vertical-align: top;
}

.konPicList .smallArr.slick-arrow.slick-prev {
  left: -41px;
}

.konPicList .smallArr.slick-arrow.slick-next {
  right: -41px;
}

.konPicList a {
  border: none;
}

.konPicList img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.konPicList.slick-initialized {
  display: inline-block;
}

.konMiniPicList {
  position: relative;
}

.konMiniPicListWr {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  width: 28%;
  margin-top: 0;
  text-align: left;
  overflow: hidden;
  padding-right: 6px;
  transition: right 0.1s ease-in-out;
}

.konMiniPicListWr.active {
  right: -20px;
  width: 60%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 2000;
  transition: right 0.1s ease-in-out;
  padding: 10px 10px 10px 35px;
}

.konMiniPicListWr.active .konListShowBut:before {
  top: 1px;
  width: 22px;
  transform: rotate(-135deg);
  transition: transform 0.5s ease-in-out;
  left: -4px;
}

.konMiniPicListWr.active .konListShowBut:after {
  top: 1px;
  width: 22px;
  transform: rotate(135deg);
  transition: transform 0.5s ease-in-out;
  left: -4px;
}

.konMiniPicListWr.active .konListShowBut {
  height: auto;
}

.konMiniPicListWr.active .konMiniPicList {
  height: auto !important;
}

.konModelsPart {
  margin: 0 80px 30px;
  display: none;
}

.konPicItem {
  outline: none;
  overflow: hidden;
}

.konMiniPicList .konPicItem {
  display: inline-block;
  overflow: hidden;
  height: 36px;
  width: 36px;
  margin: 0 5px 0px 0;
  border: solid 1px #ccc;
  cursor: pointer;
  position: relative;
  padding: 3px;
}

.konMiniPicList .konPicItem:hover,
.konMiniPicList .konPicItem.active {
  border-color: #41b8f2;
}

.konMiniPicList .konPicItem.active:before {
  content: "";
  z-index: 11;
  border: solid 1px #41b8f2;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.konMiniPicList .konPicItem img {
  width: 100%;
}

.konWrapper {
  margin-top: 60px;
}

.mainModelList {
  text-align: center;
  padding: 0 50px;
  margin-bottom: 30px;
  display: none;
}

.mainModelList.slick-initialized {
  display: block;
  margin: 0 70px;
}

.mainModelList .slick-track {
  margin: 0 auto;
}

.mainModelItem,
.konModelSelectItem {
  border-bottom: none;
  color: #000 !important;
  width: 150px;
  display: inline-block;
  margin: 0 20px;
  padding-bottom: 10px;
  vertical-align: top;
}

.mainModelItem b {
  display: block;
}

.mainModelItem.active .konModelImgWr,
.konModelSelectItem.active .konModelImgWr {
  border-bottom: solid 2px #41b8f2 !important;
}

.mainModelItem:hover .konModelImgWr,
.konModelSelectItem:hover .konModelImgWr {
  border-bottom: solid 1px #41b8f2;
}

.mainModelItem:hover,
.konModelSelectItem:hover {
  border-bottom: none;
}

.mainModelImgWr {
  height: 150px;
}

.mainModelItem img,
.konModelImgWr img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.konModelSelectItem {
  width: 100px;
  text-align: center;
  border: solid 1px transparent;
  font-size: 14px;
  position: relative;
  padding-top: 5px;
}

.konModelImgWr {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  border: solid 1px transparent;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.konModelSelectItem.newModelItem .konModelImgWr:after,
.konModelSelectItem.saleModelItem .konModelImgWr:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -5px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icons/new2.svg);
  background-size: 100%;
}

.konModelSelectItem.saleModelItem .konModelImgWr:before {
  background: url(../images/icons/discount.svg);
}

.konModelSelectItem.newModelItem.saleModelItem .konModelImgWr:before {
  margin-left: -25px;
}
.konModelSelectItem.newModelItem.saleModelItem .konModelImgWr:after {
  margin-left: -5px;
}

.konModelsPopUpInner {
  background: none;
  border: none;
  position: relative;
  text-align: center;
}

.konModelsPopUpInner h2 {
  margin: 50px 0;
}

.konListShowButWr {
  display: none;
  position: absolute;
  cursor: pointer;
  left: 20px;
  top: 4px;
  z-index: 2500;
  margin-left: -5px;
  margin-top: 4px;
  height: 31px;
  width: 31px;
}

.konListShowBut {
  display: inline-block;
  position: relative;
  height: 2px;
  margin: 20px 0 0 8px;
  width: 14px;
  background: #000;
  top: -6px;
}

.konListShowBut:after,
.konListShowBut:before {
  display: block;
  width: inherit;
  height: 2px;
  position: absolute;
  background: inherit;
  top: -6px;
  left: 0;
  content: "";
  transition: 0.3s ease-in-out;
}
.konListShowBut:after {
  top: 6px;
}

.konListShowButWr.active .konListShowBut:after {
  left: -3px;
  top: 5px;
  width: 16px;
  transform: rotate(225deg);
  transition: transform 0.5s ease-in-out;
}
.konListShowButWr.active .konListShowBut:before {
  left: -3px;
  top: -5px;
  width: 16px;
  transform: rotate(-225deg);
  transition: transform 0.5s ease-in-out;
}

.rangeWrapper {
  padding-top: 60px;
}

.rangeWrapper .rangeslider--horizontal:after,
.pseudoAfter {
  content: "Количество комплектов";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #777;
  font-size: 13px;
  z-index: 100;
  top: 0;
}

.pseudoAfter {
  color: #fff;
  z-index: 120;
}

.rangeWrapper .rangeslider__fill {
  overflow: hidden;
}

.rangeWrapper .rangeslider__handle {
  z-index: 200;
}

.partNum {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  padding: 5px;
  color: #fff;
  margin-right: 10px;
  background: #41b8f2;
  text-align: center;
  font-style: normal;
}
.konModelsPart .smallArr.slick-arrow.slick-prev {
  left: -20px;
}
.konModelsPart .smallArr.slick-arrow.slick-next {
  right: -20px;
}

.rangeTextWrapper {
  text-align: center;
  margin-top: 30px;
}

.rangeTextInner .blueButton {
  padding: 10px 0;
  width: 100%;
}

.rangeTextInner {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.rangeTextInner div {
  margin-bottom: 25px;
}

.rangeTextInner span {
  display: inline-block;
  width: 160px;
  font-size: 14px;
}

.rangeTextInner b {
  font-weight: 700 !important;
  display: inline-block;
  width: 100px;
  text-align: right;
}

.rangePrice i {
  font-style: normal;
}
/*Конструктор конец*/

.partnerNav {
  padding: 40px 0;
}

.partnerNav a {
  display: inline-block;
  border: dashed 1px #77bae7;
  border-radius: 3px;
  padding: 5px 15px;
  margin: 0 5px 5px 0;
  font-size: 14px;
}

.allTovSale,
.allTovSaleOnline,
.promoCodeAnswerText {
  color: #4cc180;
}

.promoCodeAnswerText {
  display: none;
}

.shopLeftColumn .sideMT30,
aside .sideMT30 {
  margin-top: 30px;
}

.optLink {
  margin-bottom: 15px;
}
.optLink a {
  font-size: 12px;
  color: #4cc180 !important;
  border-color: #4cc180 !important;
  position: relative;
  display: inline-block;
  margin-left: 22px;
}

.optLink a i {
  font-style: normal;
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  font-size: 10px;
  text-align: center;
  padding: 2px;
  color: #fff;
  background: #4cc180;
  left: -22px;
  top: 0px;
  border-radius: 50%;
}

.optFormWrapper .popUpInner {
  padding: 0 25px;
  max-width: 400px;
}

.optFormWrapper h2,
.optFormWrapper p {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.optFormWrapper h2 {
  font-size: 18px;
}

.optFormWrapper p span {
  white-space: nowrap;
  display: block;
  font-weight: 600;
  padding: 0 3px;
}

.optFormWrapper .cartFormWr {
  padding: 1rem;
}

.optFormWrapper h3 {
  font-size: 16px;
  margin-top: 0;
}

.radioWr label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.radioWr {
  margin-bottom: 20px;
}

header.headerFix {
  right: 0;
  position: fixed;
}

.headerSale {
  display: none;
}

.cartActive .headerSale {
  display: inline-block;
}

.headerSale {
  font-size: 11px;
  padding: 2px 5px 4px 8px;
  background: #f44336;
  border: none;
  border-radius: 4px;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.headerSale b {
  position: relative;
  z-index: 20;
}
.headerSale:after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  background: #f44336;
  transform: rotate(45deg);
  top: 2px;
  left: -6px;
  border-radius: 4px;
  z-index: 10;
}

.headerSale:before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  background: #41b8f2;
  top: 7px;
  left: -4px;
  border-radius: 50%;
  z-index: 11;
}

.bigPopUpWr.send .cartAnswer {
  display: block;
  text-align: center;
}

.optButWr input {
  width: 100%;
}

.bigPopUpWr .cartAnswer,
.bigPopUpWr.send .optWr {
  display: none;
}

.dscTextWr {
  padding-top: 60px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

.optWr .pseudoH2 {
  text-align: center;
  font-size: 1.3em;
}

.or {
  margin: 20px 0;
}

.black {
  color: #000;
}

.gray {
  color: #ccc;
}

.itogoText {
  display: inline-block;
}

.bgCover {
  top: 0;
  bottom: -5px;
  right: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2) url(../images/diagonal.png);
  z-index: 50;
}

.offShopIn {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 4px;
  align-items: center;
}

.offShopIntro {
  margin-left: -100px;
  position: relative;
  z-index: 100;
  line-height: 1.9;
  margin-right: 20px;
}

.offShopWr {
  background: #000;
  color: #fff;
}

.offShopImg {
  position: relative;
}

.offShopImg:after {
  content: "";
  box-shadow: -150px 0 150px -50px #000 inset;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50;
}

.galleryList a {
  display: block;
  padding: 0 2px;
  border-bottom: none;
}

.galleryWrapper {
  background: #000;
  padding: 50px 0;
}

.galleryWrapper .pseudoHeader {
  padding: 80px 0 80px;
}

.shopDopTitle {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 300;
}

.offShopIn h1 {
  margin: 0;
}

.textSvg {
  fill: #fff;
}

.offShopIn svg {
  max-height: 15px;
  display: inline-block;
  max-width: 15px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.shopMapTextWr div {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}

.galleryWr {
  margin-bottom: 60px;
}

.shopMapWr {
  padding-bottom: 40px;
}

.offShopAdress {
  margin-bottom: 10px;
}

.offShopAdress a {
  color: #fff;
  border: none;
}

.offShopAdress p {
  margin: 0 0;
}

.dopShopInfoWr {
  justify-content: space-between;
}

.dopShopInfoItem {
  width: 28%;
  box-sizing: border-box;
  padding: 40px 0 0 0;
}

.dopShopInfoItem img {
  width: 100%;
}

.dopShopInfoItem p {
  font-size: 14px;
  line-height: 1.7;
}

.dopTitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

.offShopWr .crumbs a {
  color: #ccc;
  border-bottom: solid 1px #444;
}

.offShopWr .crumbs {
  padding: 20px 0;
}

.rightArr {
  border: solid 1px #ccc;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  display: inline-block;
  width: 3px;
  height: 3px;
  position: relative;
  top: -1px;
}

.itemNewPrice.blackFriday,
.allTovSaleOnline.blackFriday,
.itemNewPrice.newYear,
.allTovSaleOnline.newYear,
.itemNewPrice.man23,
.allTovSaleOnline.man23 {
  background: #000;
  padding: 0 8px 8px;
  color: #fff !important;
}

.itemNewPrice.newYear,
.allTovSaleOnline.newYear {
  background: url(../images/nybg.png) #f00123;
}

.itemNewPrice.man23,
.allTovSaleOnline.man23 {
  background: url(../images/man23.html);
}

.allTovSaleOnline.blackFriday,
.allTovSaleOnline.newYear {
  padding: 4px;
}

.itemNewPrice.blackFriday .itemPriceSale {
  background: #f00123;
}

.itemNewPrice.newYear .itemPriceSale,
.itemNewPrice.man23 .itemPriceSale {
  background: none;
  font-size: 16px;
}

.stockIn,
.stockOut {
  display: none;
  font-size: 14px;
  line-height: 24px;
}
.stockIn {
  color: #4cc180;
}

.stockOut img {
  max-width: 20px;
  max-height: 20px;
  margin: 0 5px;
  position: relative;
  top: 5px;
}

.teamWr ul {
  padding-left: 20px;
  line-height: 1.4;
}

.teamWr li {
  margin-bottom: 10px;
}

.teamWr {
  display: inline-block;
  background: #568add;
  border-radius: 50px;
  margin: 20px 0;
}

.teamIn {
  display: flex;
}

.teamIn img {
  margin-bottom: 0;
  width: 100%;
  min-width: 150px;
}

.teamInImg {
  display: flex;
  align-items: flex-end;
  max-width: 30%;
}

.teamInText {
  padding: 20px;
}

.teamTitle {
  font-weight: 700;
  font-size: 20px;
}

.main-notice {
  background: #ffec3b;
  font-weight: 700;
  padding: 15px;
  text-align: center;
  line-height: 1.5;
}

.promoMenu {
  display: flex;
  align-items: center;
}

.promoMenu:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icons/sale.svg);
  background-size: 100% auto;
  margin-right: 3px;
}

.shopLeftMenu .promoMenu {
  margin-left: -11px;
}

.shopLeftMenu .promoMenu:before {
  margin-right: -9px;
}

.footer-shops {
  height: 600px;
  background: url(../images/footer_shop.html);
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

.footer-shops:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 50;
}

.footer-shops .pseudoH1 {
  font-size: 44px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
  z-index: 100;
  position: relative;
}

.footer-shops .pseudoH2 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 30px;
}

.footer-shops .lim {
  width: 100%;
  box-sizing: border-box;
}

.titleDopText {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  display: block;
  font-size: 20px;
  margin: 0 auto 20px;
  font-weight: 300;
  max-width: 510px;
  position: relative;
  z-index: 100;
  text-align: center;
}

.footer-shops-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer-shop-item {
  width: 33.33%;
  position: relative;
  z-index: 100;
  font-size: 16px;
  color: #ccc;
  padding: 0 10px;
  box-sizing: border-box;
}

.footer-shop-item .cityShopContacts,
.footer-shop-item .cityShopWorkTime {
  display: block;
  width: 100%;
}

.footer-shop-item > div {
  margin-bottom: 10px;
}

.cotacts-title-h2,
.cotacts-title-h4,
.cotacts-title-h3 {
  font-weight: 700;
  margin: 5px 0;
}

.cotacts-title-h2 {
  font-size: 17px !important;
  margin-bottom: 10px;
}

.cotacts-title-h2 .cotacts-title-dop span {
  font-size: 13px;
  padding: 5px 10px;
  background: #f1f1f1;
  color: #333;
  display: inline-block;
  font-weight: 500;
  margin-top: 5px;
}

.contacts-otdel {
  margin-bottom: 30px !important;
}

.cotacts-title-h3 {
  font-size: 14px;
}

.cotacts-title-h4 {
  font-size: 13px;
}

.contacts-shoplist {
  display: flex;
  align-items: flex-start;
}

.contacts-shoplist > div {
  margin-right: 30px;
}

.contacts-shoplist .topPhoneInner a {
  display: block;
  font-size: 16px;
  margin: 5px 0;
}

.belStock:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -5px;
  background: url(../images/icons/instock.svg) no-repeat;
  width: 17px;
  height: 17px;
  background-size: auto 17px;
}

.in-stock:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -5px;
  background: url(../images/icons/instock_joma3.html) no-repeat;
  width: 17px;
  height: 17px;
  background-size: auto 17px;
}

.description ul,
.composition ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.description ul ul {
  margin-bottom: 15px;
}

.offShopPromo {
  text-align: center;
  padding: 50px 0;
}

.ok .offShopPromo > div,
.ok .offShopPromo > form {
  display: none;
}

.offShopPromo__title,
.offShopPromo__ok {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 10px;
}

.offShopPromo__title-dop {
  font-size: 20px;
  color: #999;
}

.offShopPromo__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b80000;
  color: #ffffff !important;
  border: none;
  border-bottom: solid 4px #610000 !important;
  margin: 20px auto 0;
  min-height: 42px;
  padding: 10px 15px;
  text-align: center;
  box-sizing: border-box;
  max-width: 500px;
  border-radius: 3px;
  cursor: pointer;
  min-width: 200px;
  outline: none;
}

.offShopPromo__button:hover {
  background-color: #dd1515;
}

.offShopPromo__button:active {
  border-bottom: solid 3px #610000 !important;
  margin-bottom: 1px;
  position: relative;
  top: 1px;
}

button.offShopPromo__button:active {
  margin-bottom: 0px;
}

.offShopPromo__input-wr input {
  padding: 10px 15px;
  border-radius: 3px;
  width: 100%;
  max-width: 500px;
  border: solid 1px #fff;
  box-sizing: border-box;
  height: 42px;
}

.offShopPromo__input-wr {
  margin-top: 15px;
}

.offShopPromo__form-info {
  font-size: 14px;
  color: #777;
}

.offShopPromo__form,
.ok .offShopPromo__form {
  display: none;
}

.offShopPromo__ok {
  color: #00c12e;
  display: none;
}

.ok .offShopPromo > div.offShopPromo__ok {
  display: block;
}

.checkboxFilter label {
  display: flex;
  cursor: pointer;
}

.checkboxFilter {
  margin-bottom: 9px;
  font-size: 14px;
}

.checkboxFilter label input[type="checkbox"] {
  display: none;
}

.checkboxFilter label input[type="checkbox"] ~ span {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.checkboxFilter label input[type="checkbox"] ~ span:before {
  content: "";
  display: block;
  width: 14px;
  flex: 0 0 auto;
  height: 14px;
  background: #fff;
  border: 1px solid #dddddd;
  text-align: center;
  margin-right: 5px;
  top: 2px;
  position: relative;
}

.checkboxFilter label input[type="checkbox"]:checked ~ span:before {
  background: #7faaef;
  border: solid 1px #7faaef;
}

.checkboxFilter label input[type="checkbox"]:checked ~ span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 4px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  left: 3px;
  z-index: 100;
  top: 6px;
}

.checkboxFilter label:hover span::before {
  border: solid 1px #7faaef;
}

.mainInnerInfo .filterWrapper {
  margin-top: 0;
}

.stockOutDopInfo {
  font-size: 13px;
  color: #777777;
}

/*.minsk,
.gomel,
.mogilev {
  border: solid 1px #4cc180 !important;
}*/

.stockYes,
.stockNo,
.stockYesFix {
  display: none;
  background-color: #4cc180;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  padding: 1px 5px;
  font-style: normal;
  margin-left: 5px;
}

.stockNo {
  background: #ccc;
}

.stockYesFix {
  display: inline-block;
  line-height: 1.5;
}

.stockInWr {
  display: none;
}

.stockFilterWr .checkboxFilter {
  margin-left: 10px;
  font-size: 13px;
}

.stockFilterWr .allStock.checkboxFilter {
  margin-left: 0;
  font-size: 14px;
}

a.newNoStock,
a.newNoStockSize {
  position: relative;
  overflow: hidden;
  opacity: 0.4;
}

.innerTableSizeWr {
  width: 100%;
}

a.newNoStock::after,
a.newNoStock::before,
a.newNoStockSize::before,
a.newNoStockSize::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  left: 50%;
  z-index: 150;
}

a.newNoStock::before,
a.newNoStockSize::before {
  transform: rotate(-45deg);
}

.radio-split {
  display: none;
  align-items: flex-start;
}

.radio-split__item {
  position: relative;
  font-size: 13px;
  border: solid 1px #ddd;
  min-width: 210px;
  box-sizing: border-box;
  margin: 0 -1px;
  overflow: hidden;
  z-index: 200;
  padding: 5px 10px;
}

.radio-split__item .radio-split__main {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px 20px;
}

.radio-split__item:first-child {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
}

.radio-split__item:last-child {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.radio-split__item input {
  display: none;
}

.radio-split__item label {
  cursor: pointer;
  display: block;
}

.radio-split__item input:checked ~ .radio-split__main {
  background-color: #ffe6a9 !important;
  font-weight: 700;
}

.radio-split__item label:hover .radio-split__main {
  background-color: #f9f9f9;
}

.radio-split__dopinf {
  color: #777;
  font-size: 12px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  z-index: 200;
  display: block;
}

.radio-but__item {
  margin-bottom: 15px;
}

.radio-but__item input {
  display: none;
}

.radio-but__item label {
  display: flex;
  font-size: 14px;
  line-height: 15px;
  cursor: pointer;
}

.radio-but__item span {
  border: solid 1px #ddd;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
}

.radio-but__item input:checked ~ span::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #7faaef;
}
.radio-but__item input:checked ~ span {
  border-color: #7faaef;
}

.radio-but__dopinf {
  color: #999;
  margin-left: 22px;
  font-size: 13px;
  margin-top: 3px;
}

b.nosize,
b.newNoStock {
  color: #ddd;
  border-color: #eee;
}

.inner__item-info {
  font-weight: 700;
  color: #4cc180;
  padding: 20px 0;
}

.inner__item-no-size,
.inner__item-add {
  display: none;
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-item-wr.itogoInner {
  display: block;
}

.cart-item-wr.itogoInner > div span {
  position: relative;
}

.cart-item-wr.itogoInner > div {
  position: relative;
  padding-right: 0;
  margin: 0 0 15px;
}

.cart-item__tov.allTovPrice span {
  font-size: 15px;
  font-weight: normal;
}

.cart-item {
  color: #8b8b8b;
  font-size: 15px;
  font-weight: normal;
}

.cart-item.cart-item__itogo,
.cart-item.cart-item__itogo .allPrice span {
  font-size: 28px;
  color: #000;
  font-weight: 700;
}

.cart-item.cart-item__itogo {
  margin-bottom: 25px;
}

.cart-item-wr .allPtomoPrice {
  margin-top: 25px !important;
}

.supTotelSale {
  margin-left: 5px;
}

.cart-item-price span {
  text-decoration: line-through;
  font-weight: normal;
}

.js-itemPrice-sale {
  margin-left: 5px;
}

.js-tov-price-sale {
  font-weight: normal;
  margin-left: 7px;
}

.input-smallinfo {
  position: relative;
  font-size: 12px;
  white-space: normal;
  top: -18px;
  margin: 0 30px 0 5px;
  color: #777;
}

.social-list {
  display: flex;
}

.social-list__item {
  border: none !important;
  margin-right: 5px;
}

/*Черная пятница*/
.black-friday .itemNewPrice {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
}

.black-friday .itemPriceSale {
  background: #f00;
}

/**/

.nabivka-size,
.nabivka-cart .itemSizeWrapper {
  display: flex !important;
  flex-direction: column;
  max-width: 180px;
}
