@import "/fonts/circe/circe.css";

#headerK {
  color: #111111;
  position: relative;
}

a, button, input[type="button"] { outline: none !important; }

#headerK .hBlockContent {
  width: 1140px;
  min-width: 1140px;
  max-width: 1140px;
  padding: 0 15px;
  box-sizing: content-box;
}
#headerK .hBlock {
  min-width: auto;
}
a.white, a.white:visited { color: white; }
a.white:hover, a.white:active { opacity: 0.75; }
a.black, a.black:visited { color: black; }
a.black:hover, a.black:active { opacity: 0.75; }

a.extraUnderline {
  position: relative; display: inline-block; _display: inline;
}
a.extraUnderline:after {
  display: block; content: "";
  position: absolute; bottom: 0;
  border-top: 1px Solid #cccccc;
  width: 100%; height: 0;
}

#headerK .greenRow {
  height: 56px;
  background: #31aa33;
  color: white;
  font-size: 14px;
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
}
#headerK .whiteRow {
  min-height: 85px;
  background: #ffffff;
  padding-top: 56px;
  box-sizing: content-box;

  /*NY2017* /background: url(/images/userdata/v7/layout/ny2017-line.png) repeat-x 50% 56px white; padding-top: 96px;/*NY2017*/
}
#headerK .whiteRow * {
  box-sizing: content-box;
}
#headerK .greyRow {
  /*min-height: 55px;*/
  background: linear-gradient(0deg, #f1eae3, #f7f1eb 10%);
}
/* Для респонсива */
/*@media (max-width: 768px) {
  .greyRow {
    display: none;
  }
}*/
#headerK .rowBlock {
  float: left;
}
#headerK .rowBlock.right {
  float: right;
}

#headerK .mainNav li#head_menu_info_sale {
    margin-right: 43px;
    position: relative;
}
#headerK .mainNav li#head_menu_info_sale:after {
  display: block;
  content: "";
  position: absolute;
  left: 104%;
  background: url(/images/userdata/publicSite/v2/activity/main-menu-icon.png);
  width: 26px;
  height: 26px;
  top: -1px;
  margin-left: 5px;
}
.ballon {
  /*width: 100px; height: 60px;*/ position: absolute; left: 50px; top: 50px; z-index: 500;
  padding: 16px; border-radius: 16px;
  border: 1px Solid #e0e0e0;
  background: white;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.ballon:before, .ballon:after { display: block; content: ""; }
/* Позиционирование уголков */
.ballon.top:before, .ballon.top:after       { position: absolute; top: 100%;    left: 50%;   }
.ballon.bottom:before, .ballon.bottom:after { position: absolute; bottom: 100%; left: 50%;   }
.ballon.left:before, .ballon.left:after     { position: absolute; top: 50%;     left: 100%; }
.ballon.right:before, .ballon.right:after   { position: absolute; top: 50%;     right: 100%;  }

/* Внешний вид уголков */
.ballon:before      { border: 13px solid transparent; }
.ballon:after       { border: 11px solid transparent; }
.ballon.top:before, .ballon.bottom:before { margin-left: -13px; }
.ballon.top:after,  .ballon.bottom:after  { margin-left: -11px; }
.ballon.left:before, .ballon.right:before { margin-top: -13px; }
.ballon.left:after,  .ballon.right:after  { margin-top: -11px; }
.ballon.top:before                 {  border-bottom: none; border-top-color: #e0e0e0; }
.ballon.top:after                  {  border-bottom: none; border-top-color: white; }
.ballon.bottom:before              {  border-top: none;   border-bottom-color: #e0e0e0; }
.ballon.bottom:after               {  border-top: none;   border-bottom-color: white; }
.ballon.left:before                {  border-right: none; border-left-color: #e0e0e0; }
.ballon.left:after                 {  border-right: none; border-left-color: white; }
.ballon.right:before               {  border-left: none;  border-right-color: #e0e0e0; }
.ballon.right:after                {  border-left: none;  border-right-color: white; }

.ballon.error { border: 2px Solid #ed1c24; padding: 12px 18px 14px; font-size: 12px; }
.ballon.error:after { border-width: 11px; }
.ballon.error.top:after,  .ballon.error.bottom:after  { margin-left: -11px; }
.ballon.error.left:after,  .ballon.error.right:after  { margin-top: -11px; }
.ballon.error.top:before                 {  border-top-color: #ed1c24; }
.ballon.error.bottom:before              {  border-bottom-color: #ed1c24; }
.ballon.error.left:before                {  border-left-color: #ed1c24; }
.ballon.error.right:before               {  border-right-color: #ed1c24; }
.ballon.error p {margin: 3px 0;}

.ballon.statusOK { border: 2px Solid #3993de; }
.ballon.statusOK:after { border-width: 10px; }
.ballon.statusOK.top:after,  .ballon.statusOK.bottom:after  { margin-left: -10px; }
.ballon.statusOK.left:after,  .ballon.statusOK.right:after  { margin-top: -10px; }
.ballon.statusOK.top:before                 {  border-top-color:  #3993de; }
.ballon.statusOK.bottom:before              {  border-bottom-color:  #3993de; }
.ballon.statusOK.left:before                {  border-left-color:  #3993de; }
.ballon.statusOK.right:before               {  border-right-color:  #3993de; }

.ballon.geoConfirm {
  background: #def5ff;
  border-color: #def5ff;
}
.ballon.geoConfirm:before, .ballon.geoConfirm:after {
  border-bottom-color: #def5ff;
}

.roundBtn {
  display: inline-block;
  _display: inline;
  border: 2px Solid White;
  padding: 8px 16px; border-radius: 18px; text-decoration: none;
  font-family: Circe, sans-serif; font-size: 14px; line-height: 1.25;
  color: black; background: white;
  box-sizing: content-box;
  outline: none;
}
.roundBtn:hover {
  cursor: pointer;
  background: black; color: white;
}
.roundBtn.large {
  font-size: 17px;
  height: 30px;
  border-radius: 30px;
  padding: 6px 25px 8px 21px;
}
.roundBtn.small {
  font-size: 12px;
  padding: 8px 21px 7px;
  letter-spacing: 0.025em;
}
.roundBtn.green {
  background: #3cc03f;
  color: white; font-weight: bold;
  border-color: #3cc03f;
}
.roundBtn.green:hover {
  opacity: 0.75;
}
.roundBtn.lightWhite {
  background: white;
  font-size: 12px;
  color: #111111; font-weight: bold;
  border: 1px Solid #cccccc;
  padding: 11px 19px 9px 17px;
  letter-spacing: 0.035em;
  line-height: 1;
}
.roundBtn.lightWhite:hover {
  background: #cccccc;
}
.roundBtn.blue {
  background: #1b70b6;
  color: white; font-weight: bold;
  border: 2px Solid #1b70b6;
}
.roundBtn.blue:hover {
  background: #51A3E5;
  border-color: #51A3E5;
}
input.roundBtn[disabled],
button.roundBtn[disabled] {
  background: #ececec;
  color: #adadad;
  cursor: default;
  border-color: #ececec;
}

ul.paginator {
  list-style: none;
  padding-left: 0;
  font-size: 0px;
}
ul.paginator li {
  display: inline-block;
  _display: inline;
  border: 1px Solid #dadada;
  min-width: 33px; text-align: center;
  font-size: 14px;
  margin-left: -1px;
  padding-top: 6px; padding-bottom: 6px;
}
ul.paginator li:hover {
  border-color: #898989;
  position: relative;
}
ul.paginator li.groupFirst {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
}
ul.paginator li.groupLast {
  border-radius: 0 4px 4px 0;
}
ul.paginator li.prev {
  margin-left: 0; margin-right: 14px;
  padding-left: 31px; padding-right: 15px;
  border-radius: 4px;
  background: url("/images/userdata/publicSite/v2/icon-prev-next.png") 0px 1px no-repeat;
}
ul.paginator li.next {
  margin-left: 13px;
  padding-left: 15px; padding-right:  31px;
  border-radius: 4px;
  background: url("/images/userdata/publicSite/v2/icon-prev-next.png") 98% -31px no-repeat;
}
ul.paginator li.active {
  background-color: #caefff;
}
ul.paginator a,
ul.paginator a:active,
ul.paginator a:hover,
ul.paginator a:visited {
  color: #111111;
  text-decoration: none;
}
/****/

.locationSelect {
  padding-top: 18px;
}

#headerK .locationBlock {

  padding-top: 13px;
}
#headerK .locationWrap {
  background: white; line-height: 1; padding: 7px 17px 8px 14px;
  letter-spacing: 0.002em;
  border-radius: 20px;
}
#headerK .locationWrap img {
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -1px;
}
#headerK .locationWrap a.extraUnderline {
  text-decoration: none;
}
#headerK .locationWrap a.extraUnderline:after {
  bottom: -2px;
}


#headerK .cart {
  margin-top: 12px; margin-left: 15px;
  background-color: white;
  color: black;
  background-image: url("/images/userdata/publicSite/v2/header/icon_select_open.png");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  border-radius: 18px;
  padding: 6px 10px 6px 10px;
}
#headerK .cart img {
  position: relative; top: -1px;
  vertical-align: middle;
  margin-right: 5px;
}
#headerK .cart a {
  text-decoration: none;
}

.mobileMenuBlock { display: none; }
/*.mobileMenuBlock {
  padding-top: 17px; padding-right: 20px;
  font-size: 16px; font-family: "Circe", sans-serif;
}
@media (min-width: 769px) {
  .mobileMenuBlock {
    display: none;
  }
}*/
#openMobileMenu {
  background: url(/images/userdata/publicSite/v2/card/icon-menu-white.png) no-repeat top left;
  width: 21px; height: 19px;
  display: inline-block;
  _display: inline;
}



#headerK .loginBlock {
  position: relative;
  padding-top: 18px;
  /*padding-right: 40px;*/
  padding-right: 0px;
  padding-left: 40px;
  font-size: 14px; font-family: "Open Sans", sans-serif;
}
#headerK .loginBlock a.userLink, #headerK .loginBlock .loginLink {
  position: relative;
  text-decoration: none;
  min-height: 24px;
  margin-left: 24px;
  position: relative;
  letter-spacing: 0.023em;
}
#headerK .loginBlock .userLink:before {
  display: block; content: "";
  width: 24px; height: 24px; margin-right: 7px;
  position: absolute; top: -1px; right: 100%;
  background: url(/images/userdata/publicSite/v2/header/icon-man-sprite.png) no-repeat top left;
}
#headerK .loginBlock .userLink:hover:before {
  background-position: left bottom;
}
#headerK .loginBlock a.userLink:after,  #headerK  .loginBlock .loginLink:after {
  display: block; content: "";
  border-top: 1px Solid #9ad19b;
  position: absolute; left: 0; bottom: 0px;
  width: 100%; height: 0px;
}

#headerK .userPanel {
  display: none;
  border-radius: 16px;
  background: #def5ff; /* Фон под меню */
  color: #111111; /* Текст меню */
  font-size: 14px; font-family: "Open Sans", Tahoma, sans-serif;
  position: absolute; top: 64px; left: -41px; z-index: 3;
  width: 174px;
}
#headerK .userPanel:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  border: 15px Solid Transparent;
  border-bottom-color: #def5ff;
  border-top: none;
  left: 50%;
  margin-left: -16px;
}
#headerK .userPanel .userPanelMenu {
  padding: 14px 16px 11px;

}
#headerK .userPanel .userPanelMenu a {
  display: block;
  padding-left: 21px;
  color: #111111;
  min-height: 26px;
  text-decoration: none;
  box-sizing: content-box;
}
#headerK .userPanel .userPanelMenu a.settings { background: url(/images/userdata/publicSite/v2/header/icon-usermenu-settings.png) no-repeat 0px 4px; }
#headerK .userPanel .userPanelMenu a.list { background: url(/images/userdata/publicSite/v2/header/icon-usermenu-list.png) no-repeat 0px 4px; }

#headerK .userPanel .userPanelMenu a span {
  position: relative; display: inline-block; _display: inline;
}
#headerK .userPanel .userPanelMenu a span:after {
  display: block; content: "";
  position: absolute; left: 0; bottom: 0; width: 100%; height: 0;
  border-bottom: 1px Solid #cce1ea;
}
#headerK .userPanel .userPanelExit {
  text-align: center; text-transform: uppercase; text-decoration: none;
  font-size: 12px; font-family: "Open Sans", Tahoma, sans-serif; color: white;
  letter-spacing: 0.05em;
  background: #478099; /* Фон под выходом */
  height: 25px; padding-top: 9px;
  display: block;
  border-radius: 0px 0px 16px 16px;
  box-sizing: content-box;
}

#headerK .logoMainBlock {
  padding-top: 24px;
}
#headerK .mainNav {
  padding-top: 29px;
}
#headerK .mainNav ul {
  padding-left: 12px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#headerK .mainNav li {
  font-family: Circe, sans-serif;
  font-size: 16px;
  display: inline-block;
  list-style-type: none;
  margin: 0 12px 0 11px;
  line-height: 1.35;
  text-transform: uppercase;
  font-weight: bold;
}
#headerK .mainNav li a,
#headerK .mainNav li a:active,
#headerK .mainNav li a:visited {
  text-decoration: none;
  color: #111111;
}
/*#headerK .mainNav li:hover {
  border-bottom: 2px Solid #777777;
}
#headerK .mainNav li:hover a {
  color: #777777;
}*/
#headerK .mainNav li.active {
  font-weight: bold; position: relative;
  border-bottom: 2px Solid;
}

#headerK .contactPhone {
  padding-top: 20px;
  font-size: 13px;
  text-align: right;
  line-height: 1.3;
}
#headerK .contactPhone span {
  font-size: 18px;
  font-weight: bold;
}

#headerK .subNav {
  padding-left: 0px;
}
#headerK ul.subNav {
  margin: 16px 0 15px;
}

/*.subNav li, .subNav li a {*/
#headerK .subNav li {
  font-family: Circe, sans-serif;
  font-size: 16px;
  color: #111111;
  display: inline-block;
  list-style-type: none;
  margin-right: 24px;
  cursor: pointer;
  position: relative;
}
/*.subNav li.active, .subNav li.active a {*/
#headerK .subNav li.active {
  font-weight: bold; font-size: 17px;
}
#headerK .subNav li a {
  text-decoration: none;
}
#headerK .subNav li.active:before {
  /*display: block; position: absolute; left: 50%; bottom: -16px; border: 10px Solid Transparent; border-bottom-color: white; content: ""; margin-left: -10px;*/
}
#headerK .subNav li:hover {
  text-decoration: underline;
}
#headerK .childsHeader {
  color: #31aa33;
  font-size: 20px; font-family: Circe, sans-serif;
}
#headerK .subMenuChilds {
  padding: 0;
}
#headerK .subMenuChilds .childs {
  padding: 15px 25px 15px 25px;
}
#headerK .subMenuChilds a {
  color: #373737; text-decoration: none;
  font-size: 16px; font-family: Circe, sans-serif;
}
#headerK .subMenuChilds a div {
  margin: 4px 0;
}

#headerK .search {
  margin-top: 10px;
  border: 1px Solid #ebe4dd;
  background: white;
  border-radius: 20px;
  padding: 6px 6px 6px 10px;
  box-shadow: 0px -2px 1px -1px rgba(0,0,0,0.35);
}
#headerK .search input {
  border: none; width: 230px;
  font-size: 14px;
}
#headerK .search button {
  border: none; background: white;
  padding: 0;
}
#headerK .search button, .search button img {
  vertical-align: middle;
}


.cartContentPopup {
  display: none;
  position: absolute; left: 50%; top: 60px; z-index: 20;
  margin-left: 138px;
  width: 440px;
  background: white;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
  border-radius: 16px;
  color: #111111;
}
.cartContentPopup:before {
  display: block; content: "";
  border: 12px Solid transparent;
  border-bottom-color: white;
  border-top: none;
  position: absolute; bottom: 100%; right: 90px;
}
.cartContent {
  padding: 10px;
}
.cartContentPopup .product {
  border-bottom: 1px Solid #e0e0e0;
  padding: 18px 0;
}
.cartContentPopup .productImg {
  width: 80px;
}
.cartContentPopup .product.hasWarn .productImg {
  opacity: 0.5;
}
.cartContentPopup .productName {
  font-family: Circe, sans-serif;
  font-size: 16px; font-weight: bold;
}
.cartContentPopup .productPriceQuantity {
  font-size: 14px;
  margin: 5px 0;
}
.cartContentPopup .productWarning {
  color: #ed1c24;
  font-size: 14px;
  margin: 5px 0;
}
.cartTotal {
  background-color: #ebebeb;

}
.cartContentPopup .cartTotalCount {
  text-align: left;
  float: left;
  line-height: 34px;
  margin-left: 10px;
}
.cartContentPopup .cartTotalCount span {
  font-size: 18px; font-weight: bold; font-family: "Circe", sans-serif;
}
.cartContentPopup .cartTotalAmmount {
  text-align: right;
  float: right;
  margin-right: 10px;
  line-height: 34px;
}
.cartContentPopup .cartTotalAmmount .price{
  font-size: 18px; font-family: "Circe", sans-serif; font-weight: bold;
  line-height: 1.25;
}
.cartContentPopup .cartTotalAmmount .price .meloch {
  font-size: 13px;
}
.cartContentPopup .cartTotalAmmount .price .currency {
  font-size: 15px;
}
.cartContentPopup .btnWrap {
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
  position: relative;
}
.cartContentPopup .cartContentPopupClose {
  position: absolute;
  top: 50px;
  right: 16px;
  cursor: pointer;
  background: url(/images/frontend/layout/bg_close_layer.png) no-repeat;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}
.cartContentPopup .cartContentPopupClose:hover {
  background-position-y: -30px;
}
.cartContentPopup .greenBtn {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  background: #3cc03f;
}

.cartContentPopup .greenBtn a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 30px;
  border: 1px solid #72e175;
  border-radius: 50px;
}

.cartContentPopup .greenBtn a:hover {
  background-color: #1fac22;
}

.cartContentPopup .ccp_g_picture {
  display: inline-block;
  width: 80px;
  height: 80px;
  float: left;
  background: rgba(0,0,0,0.15);
  margin-top: -14px;
}

.cartContentPopup .ccp_g_picture img {
  width: 80px;
  height: 80px;
}

.cartContentPopup .product {
  margin-top: 0 !important;
}

.refLinkEnterBlock {
  background: #def5ff;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 215px;
  border-top: 5px solid white;
  transition: height 0.2s ease-in;
}
.refLinkEnterBlock .hBlockContent {
  min-height: 53px; width: 1170px;
}
.refLinkEnterBlock .content {
  float: left;
  width: 72.43589744%;
  padding-left: 1.28205128%;
  padding-right: 1.28205128%;
  margin-left: 8.33333333%;
}
.refLinkEnterBlock.open .content {
  width: 1000px;
  padding-left: 0; padding-right: 0;
}
.refLinkEnterBlock .panelToggleWrap {
  float: left;
  width: 5.76923077%;
  padding-left: 1.28205128%;
  padding-right: 1.28205128%;
}
.refLinkEnterBlock .panelToggle {
  display: block;
  width: 37px;
  height: 37px;
  background-position: 50%;
  background-color: #beddeb;
  background-repeat: no-repeat;
  background-image: url(/images/frontend/icon/ref_panel_closer.png);
  cursor: pointer;
  border-radius: 50px;
  position: absolute;
  right: 17px;
  top: 17px;
  transition: 0.3s ease;
}
.client_operator {
  display: block;
  width: 80px;
  height: 80px;
  background-position: 50%;
  background-color: #a9d2ed;
  background-repeat: no-repeat;
  background-image: url(/images/frontend/icon/client_operator.png);
  cursor: pointer;
  border-radius: 50px;
  position: fixed;
  left: 17px;
  bottom: 62px;
  border: 3px solid white;
  border-radius: 50px;
  z-index: 10;
  display: none;
  transition: 0.3s ease;
}
.refLinkEnterBlock .panelToggle:hover {
  background-color: #3c86c1;
  transition: 0.3s ease;
}
.refLinkEnterBlockHeader {
  line-height: 51px;
  letter-spacing: 0.033em;
  font-family: "Open Sans", Tahoma, sans-serif;
  cursor: pointer;
}
.refLinkEnterBlock.open .refLinkEnterBlockHeader {
  letter-spacing: 0;
  font-size: 24px;
  cursor: default;
  margin-left: 160px;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: -8px;
}
.refOwnerContacts {
  font-size: 15px;
  line-height: 1.2em;
  padding-top: 30px;
  width: 230px;
}
.refLinkEnterBlockHeader .gift {
  vertical-align: middle;
  margin: -4px 7px 0 34px;
}
.refLinkEnterBlock.open .refLinkEnterBlockHeader .gift {
  margin: -4px 6px 0 12px;
}
.refLinkEnterBlock .refOwnerBlock {
  height: 0; overflow: hidden;
}
.refLinkEnterBlock.open .refOwnerBlock {
  height: auto;
  padding-top: 2px;
  padding-bottom: 22px;
}
.refLinkEnterBlock .photo {
  width: 105px;
  height: 105px;
  border-radius: 50px;
  background: rgba(255,255,255,0.2);
  margin-right: 25px;
  margin-left: 30px;
  float: left;
  overflow: hidden;
}
.refLinkEnterBlock .refOwnerInfo {
  font-size: 18px; font-family: Circe, Tahoma, sans-serif; line-height: 1.3;
  padding-top: 30px;
  float: left;
  padding-right: 53px;
}
.refLinkEnterBlock .refOwner {
  font-family: "Open Sans", Tahoma, sans-serif;
  font-size: 20px;
}

.refLinkEnterBlock .refOwnerInfo .user_city {
  font-size: 17px;
  color: #666666;
}

.refLinkEnterBlock .btns {
  float: left;
  padding-top: 30px;
  background: url("/images/userdata/publicSite/v2/bg-refLinkBlock-arrow.png") 0 14px no-repeat;
  padding-left: 50px;
  margin-left: 48px;
}
.refLinkEnterBlock .btns .roundBtn {
  margin-left: 6px;
  border-radius: 30px;
  padding: 7px 22px 10px 22px;
}
.refLinkEnterBlock .btns .btn {
  background: #1b70b6;
  border-color: #1b70b6;
  font-size: 17px;
  font-family: Circe, Tahoma, sans-serif;
  color: white;
}
.refLinkEnterBlock .btns .btn2 {
  background: #b1d3e2;
  border-color: #b1d3e2;
  font-size: 17px;
  font-family: Circe, Tahoma, sans-serif;
  color: white;
  font-weight: bold;
  margin-left: 11px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666666 !important;
}

.shade {
  position: fixed; top: 0px; left: 0px; background: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 3;
}
.selectYourRegion {
  padding: 30px 30px;
  width: 700px;
  background: #fef3e5;
  border-radius: 16px;
  position: absolute; left: 50%; top: 100px; margin-left: -380px;z-index: 5;
}
.selectYourRegion .dialogHeader {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px; font-weight: bold;
  text-align: center;
}
.selectYourRegion .dialogHeader span {
  font-size: 14px; font-weight: normal;
}
.selectYourRegion select {
  width: calc(100% - 20px);
  margin: 10px;
  font-size: 14px;
  padding: 8px 6px;
  font-family: "Open Sans", sans-serif;
}
.selectYourRegion .roundBtn {
  margin-top: 16px;
}

/* Стили для мобильного меню и свайпа */
div.bodyContentWrap {
  position: relative;
  right: 0px;
  transition: 0.25s linear right;
  height: 100%;
}
div.bodyContentWrap.moved {
  right: -209px;
  /*transform: translateX(209px);*/
}

#mm {
  width: 0px; min-height: 100%;
  position: absolute; top: 0; left: -209px ;
  transition: 0.25s linear width;
  overflow-x: hidden;
  overflow-y: auto;
}
#mm.open {
  width: 209px;
}
#mm .panelWrap {
  background: white;
  width: 0px; min-height: 100%;
  position: absolute; left: 0; top: 0;
  box-shadow: inset -15px 0px 35px -15px rgba(0,0,0,0.15);
  z-index: 1;
  overflow: hidden;
  transition: 0.25s linear width;
}
#mm .panelWrap.open {
  width: 209px;
}
#mm .panelWrap.main {
  width: 209px;
}
#mm .panel {
  position: absolute; right: 0px; top: 0px;
  width: 209px;
  border-left: 1px Solid #e8e8e8;
  background: transparent;
}
/*#mm {
  position: absolute; right: 0; top: 0;
  width: 209px;
}*/
#mm ul ul {
  display: none;
}
#mm ul {
  margin: 0;
  padding: 0;
  list-style-type: none;

}
#mm ul li {
  display: block; font-size: 14px;
  border-bottom: 1px Solid #e8e8e8;
}
#mm ul li a {
  display: block;
  line-height: 1;
  padding-left: 15px;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-right: 25px;
}
#mm ul li.lvl-1 {
  font-weight: bold;
}
#mm ul li.nextLvl{
  background-image: url("/images/userdata/publicSite/v2/icon-mobile-nav-arrow.png");
  background-repeat: no-repeat;
  background-position: 186px 50%;
}
#mm .phoneItem {
  color: #111111;
  line-height: 1;
  padding-left: 15px;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-right: 25px;
}
#mm .phoneItem span.txt{
  font-size: 12px;
  font-family: Circe;
  line-height: 1.5;
}
#mm .phoneItem span.phone {
  font-size: 15px;
  font-weight: bold;
  font-family: Circe;
}
#mm .backItem {
  padding-left: 28px;
  background: url("/images/userdata/publicSite/v2/icon-mobile-nav-back.png") no-repeat 15px 50%;
}
#mm .selected a, #mm .selected.nextLvl a {
  padding: 14px 0 13px 0;
}
#mm .selected, #mm .selected.nextLvl {
  background-color: #caefff;
  background-image: none;
  text-align: center;
  font-weight: bold;
  border-color: #caefff;
  font-family: Circe;
  position: relative;
}
#mm .selected:after {
  display: block; content: "";
  position: absolute; left: calc(50% - 7px); bottom: -1px;
  border: 7px Solid Transparent;
  border-bottom-color: white;
}
#mm .goToFull {
  background: #f7f7f7;
  color: #333333;
  font-size: 14px;
  line-height: 1.1429;
  font-family: Circe;
  line-height: 1;
  padding-left: 15px;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-right: 25px;
}

#mm a {
  font-family: Circe;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.swipeControll {
  position: absolute; left: 0px; top: 50px; height: calc(100% - 50px); width: 100px; z-index: 999;
}
html.desktop .swipeControll {
  display: none;
}

.empty_height {
  height: 0;
  transition: 0.3s;
}

/* Совместимость с другими наборами спецификаций */

.overhid {
  overflow: hidden;
}

.f_left {
  float: left;
}

#headerK #geoAddressPanel {
  line-height: 32px;
  /*background-color: #278829;*/
  margin-top: 11px;
  padding: 0 15px;
  border-radius: 20px;
  cursor: pointer;
}

#headerK #geoAddressPanel .flag {
  margin-right: 10px; 
}

.auth_field {
  font-size: 15px;
  border-radius: 4px;
  padding: 4px 6px;
  height: 36px;
  color: #666666;
  width: 160px;
  margin-right: 25px;
  border: 1px solid gray;
  background-color: white !important;
}

.pre_register_search_block {
  margin: 0 auto;
  width: 740px;
}

table.searh_partner {
  margin: 0 auto;
  width: 500px;
}

.preview_search_partner {
  margin-bottom: 10px;
}

.parent_manager_photo {
  width: 105px;
  height: 105px;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 30px;
}

#registerClient .link_for_validation {
  width: 545px !important;
  margin-bottom: 20px;
}

#registerClient .check_phone_title {
  font-size: 16px;
}

#registerClient .preview_search_partner {
  margin: 0 auto;
  text-align: center;
}

#registerClient table.registerForm {
  width: 800px;
  margin: 0 auto;
}

#registerClient table.registerForm .column_1 {
  width: 260px;
}

#registerClient table.registerForm .column_2 {
  width: 510px;
  padding-left: 30px;
}

#registerClient table.registerForm .manager_data {
  margin-top: 28px;
  background-color: #ebebeb;
  padding: 50px 10px 50px 10px;
  border-radius: 7px;
}

/* Окно с формой обратной связи для реферальной программы */


.sendQuestionFormDiv .submit_button_line {
  margin-bottom: 0;
  text-align: center;
}

.sendQuestionFormDiv .user_info {
    width: 200px;
    text-align: center;
    padding-right: 20px;
    padding-top: 20px;
}

.sendQuestionFormDiv .user_info .rpw_photo_container {
    width: 105px;
    height: 105px;
    overflow: hidden;
    border-radius: 50px;
    margin: 0 auto;    
    margin-bottom: 20px;
}

.sendQuestionFormDiv .user_info .rpw_name {
    margin-bottom: 20px;
    font-size: 17px;
}

.sendQuestionFormDiv .form_elements textarea {
    background-color: white;
    border: solid 1px #999999;
    border-radius: 5px;
    padding: 10px 15px;
    width: 545px;
/*    height: 200px;*/
}

.submit_button_line button, .submit_button_line input[type="submit"] {
  background: #3cc03f;
  color: white;
  font-weight: normal !important;
  font-family: 'Open Sans', sans-serif;
  border: 0;
  font-size: 17px;
  border-radius: 30px;
  padding: 12px 35px;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit_button_line button:disabled, .submit_button_line input[type="submit"]:disabled {
  background: #999999;
  color: white;
  cursor: default;
  transition: 0.3s ease;

}

.submit_button_line button:hover:enabled, .submit_button_line input[type="submit"]:hover:enabled {
  opacity: 0.75;
}

.submit_button_line {
  margin: 20px 0;
}




/* /Стили для мобильного меню и свайпа */