@font-face {
  font-family: 'futurabookcregular';
  src: url('/bower_components/sl-map/src/fonts/FuturaBookC[metro-place].eot');
  src: url('/bower_components/sl-map/src/fonts/FuturaBookC[metro-place].eot#iefix') format('embedded-opentype'),
  url('/bower_components/sl-map/src/fonts/FuturaBookC[metro-place].woff') format('woff'),
  url('/bower_components/sl-map/src/fonts/FuturaBookC[metro-place].ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaDemiC';
  src: url('/bower_components/sl-map/src/fonts/FuturaDemiC.eot');
  src: url('/bower_components/sl-map/src/fonts/FuturaDemiC.eot') format('embedded-opentype'),
  url('/bower_components/sl-map/src/fonts/FuturaDemiC.woff2') format('woff2'),
  url('/bower_components/sl-map/src/fonts/FuturaDemiC.woff') format('woff'),
  url('/bower_components/sl-map/src/fonts/FuturaDemiC.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/************************* form styles *************************/
.input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
  margin: 0 0 8px;
  color: #c6c6c6;
  font-size: 1.8em;
  border: 2px solid #e8e8e8;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.input:hover {
  color: #828282;
  border: 2px solid #c9c9c9;
}
.input:focus {
  color: #000;
  border: 2px solid #000;
}
.input:disabled {
  background: #f7f7f7;
}
.submit {
  display: block;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 1.8em;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  border: 2px solid #000;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.submit:hover {
  color: #f00;
  border: 2px solid #f00;
}
.submit:active {
  color: #fff;
  background: #f00;
}
.submit:disabled {
  color: #b2b2b2;
  border: 2px solid #b2b2b2;
}
::-webkit-input-placeholder {color: #c6c6c6;}
:-moz-placeholder {color: #c6c6c6; opacity: 1;}
::-moz-placeholder {color: #c6c6c6; opacity: 1;}
:-ms-input-placeholder {color: #c6c6c6;}
.input:hover::-webkit-input-placeholder {color: #828282;}
.input:hover:-moz-placeholder {color: #828282; opacity: 1;}
.input:hover::-moz-placeholder {color: #828282; opacity: 1;}
.input:hover:-ms-input-placeholder {color: #828282;}
.button {
  display: block;
  height: 32px;
  padding: 0 10px;
  color: #000;
  font-size: 1.3em;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.button:hover {
  position: relative;
  color: #f00;
  border: 1px solid #f00;
}
.button:active {
  color: #fff;
  background: #f00;
}
.button[disabled] {
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
}
.button[disabled]:hover {
  background: #fff;
  color: #bfbfbf;
  border-color: #bfbfbf;
}


/************************* popup styles *************************/
.adress-popup {
  position: relative;
  width: 984px;
  max-width: 100%;
  height: 600px;
  color: #000;
  background: #fff;
  font-size: 12px;
}
.adress-popup.adress-popup_loading:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.95) url('http://l1.sl-love.ru/img/loader1SL.gif') no-repeat 50% 50%;
  top: 0;
  left: 0;
  z-index: 100;
}
.adress-popup:after {
  display: block;
  content: '';
  clear: both;
}
.adress-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
}
.adress-popup-close img {
  width: 18px;
  vertical-align: top;
}
.adress-popup-search {
  margin: 0 -1px;
  position: relative;
}
.adress-popup .input {
  padding: 0 15px 0 35px;
  margin: 0;
  border-width: 1px;
  border-color: #e8e8e8;
  background: #fff url("http://scr.amik.am/sunlight_adress/images/loupe.png") 50% 50% no-repeat;
}
.adress-popup .input:focus, .adress-popup .input.active {background: #fff url("http://scr.amik.am/sunlight_adress/images/loupe.png") 11px 50% no-repeat;}

.adress-input-clear {
  width: 1em;
  position: absolute;
  top: 0;
  right: 2px;
  height: 100%;
  color: #ccc;
  cursor: pointer;
  font-size: 2em;
  font-weight: 100;
  font-family: Verdana,Arial,sans-serif;
  line-height: 2.5rem;
  vertical-align: middle;
}

.adress-popup-left {
  overflow: hidden;
  float: left;
  width: 300px;
  height: 600px;
  background: #fff;
}
.adress-popup-title {
  padding: 11px 0 9px;
  font-size: 1.6em;
  font-family: 'FuturaDemiC';
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.adress-popup-tabs {
  overflow: hidden;
  display: none;
}
.adress-tab {
  float: left;
  width: 50%;
  height: 40px;
  color: #000;
  font-size: 1.6em;
  line-height: 38px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.adress-tab.active {
  color: #fff;
  background: #585858;
  border-top: 1px solid #585858;
  border-bottom: 1px solid #585858;
}

.adress-popup-list {
  overflow-y: auto;
  height: 520px;
  font-family: 'FuturaBookCRegular';
}
.adress-popup-item {
  position: relative;
  padding: 17px 20px 20px;
  background: #f8f8f8;
  border-left: 1px solid transparent;
  cursor: pointer;
}
.adress-popup-empty-list{
  margin: 2em 1.5em 0;
  text-align: center;
  font-size: 1.2em;
  font-family: 'FuturaBookCRegular';
  text-transform: uppercase;
  color: #ccc;
}
.adress-item-arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
  z-index: 50;
}
.adress-item-arrow img {
  width: 7px;
  vertical-align: top;
}
.adress-popup-item.active {
  background: #f2f2f2;
  border-left: 1px solid #f00;
}
.adress-popup-name {
  margin: 0 0 4px;
  font-size: 1.3em;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.adress-popup-name span:first-child {font-family: 'FuturaDemiC';}
.adress-popup-street {
  padding: 0 0 0 21px;
  font-size: 15px;
  line-height: 20px;
  background: url("http://scr.amik.am/sunlight_adress/images/map-icon.png") 2px 2px no-repeat;
}
.adress-popup-time {
  color: #808080;
  font-size: 13px;
}
.adress-popup-metro {
  padding: 0 0 0 21px;
  margin: 0 0 0 -21px;
  font-size: 15px;
  line-height: 20px;
}
.futuraIcon {
  width: 18px;
  display: inline-block;
  font-family: 'futurabookcregular';
}
.adress-popup-info {
  font-size: 13px;
  line-height: 21px;
  display: none;
}
.address-popup-list_remains .adress-popup-info{
  display: block;
}
.adress-popup-status {
  display: inline-block;
  padding: 0 3px;
  font-family: 'FuturaDemiC';
  line-height: 21px;
  background: #e0e0e0;
}
.adress-popup-status-green {background: #d3efbd;}
.adress-popup-right {
  margin-left: 300px;
  overflow: hidden;
}
.adress-popup-map {
  position: relative;
  overflow: hidden;
  width: 684px;
  max-width: 100%;
  height: 600px;
  max-height: 100%;
}
.adress-popup-map-img {
  width: 684px;
}
.adress-mark {
  position: absolute;
  width: 24px;
  height: 32px;
  background: url("http://scr.amik.am/sunlight_adress/images/adress-mark.png") 0 0 no-repeat;
}
.adress-mark.active {background: url("http://scr.amik.am/sunlight_adress/images/adress-mark-active.png") 0 0 no-repeat;}
.adress-mark1 {
  top: 166px;
  left: 103px;
}
.adress-mark2 {
  top: 296px;
  left: 216px;
}
.adress-mark3 {
  top: 389px;
  left: 175px;
}
.adress-popup-box {
  position: absolute;
  top: 40px;
  display: none;
  right: 10px;
  width: 311px;
  background: #fff;
  font-size: 12px;
  font-family: 'FuturaBookCRegular';
}
.adress-popup-box.active {display: block;}
.adress-box-close {
  position: absolute;
  top: 14px;
  right: 14px;
}
.adress-box-close img {
  width: 12px;
  vertical-align: top;
}
.adress-box-back {
  position: absolute;
  top: 11px;
  left: 14px;
}
.adress-box-back img {
  width: 10px;
  vertical-align: top;
}
.adress-popup-box .adress-popup-name {
  padding: 14px 30px 6px;
  text-align: center;
}
.adress-popup-box-text .adress-popup-time { padding-left: 21px; }
.adress-popup-box-text {
  padding: 15px 20px 20px;
}
.adress-popup-box .button {
  height: 40px;
  font-size: 1.6em;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  margin-top: 15px;
}

.adress-popup-box-img img {
  max-width: 100%;
  height: auto;
}
.adress-popup .search-close {
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
  background: #fff;
}
.adress-popup .search-close img {
  width: 18px;
  vertical-align: top;
}
.adress-popup .search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
.adress-popup .adress-popup-other-region {
  margin-top: .5em;
  line-height: 2em;
  padding-left: 21px;
  text-transform: uppercase;
  font-weight: 200;
  border-bottom: 1px solid;
  font-family: 'FuturaBookCRegular';
  font-size: 13px;
  letter-spacing: 2px;
  color: #555;
  border-color: #ccc;
}
.adress-popup .search-icon img {
  width: 18px;
  vertical-align: top;
}

.min-popup {
  position: relative;
  width: 380px;
  padding: 38px 30px 50px;
  color: #000;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
}
.min-popup-title {
  margin: 0 0 25px;
  color: #000;
  font-size: 1.3em;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.min-popup-title-bold {
  font-size: 1.6em;
  font-family: 'FuturaDemiC';
  line-height: 20px;
}
.min-popup-text {
  margin: -16px 0 20px;
  font-size: 1.6em;
  line-height: 20px;
}
.min-bottom-text {margin: 21px 0 -25px;}
.min-popup-mail-link {
  margin: 0 0 27px;
  font-size: 1.6em;
  line-height: 20px;
}
.min-popup-mail-link a {
  padding: 0 0 0 25px;
  color: #808080;
  text-decoration: none;
  background: url("http://scr.amik.am/sunlight_adress/images/form-mail-grey.png") 0 2px no-repeat;
}
.min-popup-form {
  width: 236px;
  margin: 0 auto;
}
.min-popup .input, .min-popup .submit {
  border-width: 1px;
  text-align: center;
}
.input {
  border: 1px solid #000;
}
.input:hover {
  color: #000;
  border: 1px solid #f00;
}
.input:focus {
  color: #000;
  border: 1px solid #f00;
}
.input-phone {background: url("http://scr.amik.am/sunlight_adress/images/form-phone.png") 11px 50% no-repeat;}
.input-code {background: url("http://scr.amik.am/sunlight_adress/images/form-code.png") 11px 50% no-repeat;}
.input-mail {background: url("http://scr.amik.am/sunlight_adress/images/form-mail.png") 11px 50% no-repeat;}
.min-popup .submit {
  font-size: 1.6em;
  letter-spacing: 1px;
}
.min-popup .button {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  font-size: 1.6em;
  line-height: 38px;
  letter-spacing: 2px;
  border-width: 1px;
}
.min-popup-buttons .button:first-child {margin-right: -1px;}
.min-popup .button-padding {padding: 0 50px;}

.last-popup {
  overflow: hidden;
  width: 480px;
  padding: 38px 40px 50px;
}
.last-popup-big {padding: 38px 20px 50px;}
.last-popup-left {
  float: left;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.last-popup-left img {vertical-align: middle;}
.last-popup-right {
  float: right;
  width: 200px;
  padding: 30px 0 0;
}


/************************* media *************************/
@media screen and (max-width: 1023px) {
  .adress-popup {
    /*width: 600px;*/
    height: 98vh;
  }
  .adress-popup-box.active { position: fixed;}
  .adress-popup-box {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 70;
  }
  .adress-popup-box-img {
    overflow: hidden;
    max-height: 200px;
    text-align: center;
  }
  .adress-popup-box-text {
    padding-bottom: 75px;
  }
  .adress-popup-left {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    z-index: 10;
  }
  .adress-popup-right {
    position: absolute;
    width: 100%;
    height: calc(100% - 90px);
    left: 0;
    top: 90px;
    margin: 0;
  }
  .adress-popup-item {
    padding: 15px 15px 15px 10px;
  }
  .adress-popup-right.active {display: block;}
  .adress-popup-right.invisible .adress-popup-map { visibility: hidden;}
  .adress-popup-map { width: auto; height: 656px; }
  .adress-popup-list {
    display: none;
    height: calc(100% - 60px);
  }
  .adress-popup-left.active .adress-popup-list {display: block;}
  .adress-popup-map-img {margin-top: -40px;}
  .adress-mark1 {top: 126px;}
  .adress-mark2 {top: 256px;}
  .adress-mark3 {top: 349px;}
  .adress-popup-tabs {display: block;}
  .adress-item-arrow {display: block;}
  .adress-popup-box .button {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .adress-popup-box .button:hover {
    position: absolute;
  }

  /*.adress-box-close { display: none; }*/
  /*.adress-popup .search-icon {display: none;}*/
  .adress-popup .search-icon, .adress-popup .search-close {z-index: 70;}
  .adress-popup-search {
    /*display: none !important;*/
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0;
    border-top: none;
  }
}
@media screen and (max-width: 640px) {
  .adress-popup {
    /*width: 480px;*/
  }
}
@media screen and (max-width: 560px) {
  .adress-popup {
    /*width: 300px;*/
  }
}
@media screen and (max-width: 480px) {
  .min-popup {
    width: 300px;
    padding: 28px 25px 25px;
  }
  .min-popup-form {width: auto;}
  .min-popup-title {margin: 0 0 20px;}
  .min-popup-mail-link {margin: 0 0 20px;}
  .min-bottom-text {margin: 21px 0 0px;}

  .last-popup-big {padding: 8px 20px 20px;}
  .last-popup-left {
    float: none;
    width: auto;
  }
  .last-popup-right {
    float: none;
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  body {overflow-x: hidden;}

}

.ngdialog,.ngdialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0}@-webkit-keyframes ngdialog-fadeout{0%{opacity:1}100%{opacity:0}}@keyframes ngdialog-fadeout{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}@keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}.ngdialog{box-sizing:border-box;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10000}.ngdialog *,.ngdialog :after,.ngdialog :before{box-sizing:inherit}.ngdialog.ngdialog-disabled-animation,.ngdialog.ngdialog-disabled-animation .ngdialog-content,.ngdialog.ngdialog-disabled-animation .ngdialog-overlay{-webkit-animation:none!important;animation:none!important}.ngdialog-overlay{background:rgba(0,0,0,.4);-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s}.ngdialog-no-overlay{pointer-events:none}.ngdialog.ngdialog-closing .ngdialog-overlay{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-content{background:#fff;-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s;pointer-events:all}.ngdialog.ngdialog-closing .ngdialog-content{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-close:before{font-family:Helvetica,Arial,sans-serif;content:'\00D7';cursor:pointer}body.ngdialog-open,html.ngdialog-open{overflow:hidden}
@-webkit-keyframes ngdialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ngdialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes ngdialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes ngdialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}.ngdialog.ngdialog-theme-default{padding-bottom:160px;padding-top:160px}.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content{-webkit-animation:ngdialog-flyout .5s;animation:ngdialog-flyout .5s}.ngdialog.ngdialog-theme-default .ngdialog-content{-webkit-animation:ngdialog-flyin .5s;animation:ngdialog-flyin .5s;background:#f0f0f0;border-radius:5px;color:#444;font-family:Helvetica,sans-serif;font-size:1.1em;line-height:1.5em;margin:0 auto;max-width:100%;padding:1em;position:relative;width:450px}.ngdialog.ngdialog-theme-default .ngdialog-close{border-radius:5px;cursor:pointer;position:absolute;right:0;top:0}.ngdialog.ngdialog-theme-default .ngdialog-close:before{background:0 0;border-radius:3px;color:#bbb;content:'\00D7';font-size:26px;font-weight:400;height:30px;line-height:26px;position:absolute;right:3px;text-align:center;top:3px;width:30px}.ngdialog.ngdialog-theme-default .ngdialog-close:active:before,.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before{color:#777}.ngdialog.ngdialog-theme-default .ngdialog-message{margin-bottom:.5em}.ngdialog.ngdialog-theme-default .ngdialog-input{margin-bottom:1em}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url],.ngdialog.ngdialog-theme-default .ngdialog-input textarea{background:#fff;border:0;border-radius:3px;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0 0 .25em;min-height:2.5em;padding:.25em .67em;width:100%}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:0}.ngdialog.ngdialog-theme-default .ngdialog-buttons:after{content:'';display:table;clear:both}.ngdialog.ngdialog-theme-default .ngdialog-button{border:0;border-radius:3px;cursor:pointer;float:right;font-family:inherit;font-size:.8em;letter-spacing:.1em;line-height:1em;margin:0 0 0 .5em;padding:.75em 2em;text-transform:uppercase}.ngdialog.ngdialog-theme-default .ngdialog-button:focus{-webkit-animation:ngdialog-pulse 1.1s infinite;animation:ngdialog-pulse 1.1s infinite;outline:0}@media (max-width:568px){.ngdialog.ngdialog-theme-default .ngdialog-button:focus{-webkit-animation:none;animation:none}}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary{background:#3288e6;color:#fff}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary{background:#e0e0e0;color:#777}
.suggestions-input {
  border: 1px solid grey;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.suggestions-input::-ms-clear {
  display: none;
}

.suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.suggestions-wrapper .suggestions-preloader {
  background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,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") 50% 50% no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  opacity: 0;
  position: absolute;
  right: 6px;
  bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.75);
}

.suggestions-wrapper .suggestions-suggestions {
  background: #ffffff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
}

.suggestions-wrapper .suggestions-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.suggestions-wrapper .suggestions-suggestion {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
}

.suggestions-wrapper .suggestions-suggestion:hover {
  background: #f7f7f7;
}

.suggestions-wrapper .suggestions-selected {
  background: #f0f0f0;
}

.suggestions-wrapper .suggestions-selected:hover {
  background: #f0f0f0;
}

.suggestions-wrapper .suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
}

.suggestions-wrapper .suggestions-constraints {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.suggestions-wrapper .suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}

.suggestions-wrapper .suggestions-constraints li .suggestions-remove {
  background: transparent url("data:image/gif;base64,R0lGODlhBwAHAIABAIiIiP///yH5BAEKAAEALAAAAAAHAAcAAAINDIIHa7yP2klPORdPAQA7") 50% 50% no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 0 0 7px;
  opacity: 0.8;
}

.suggestions-wrapper .suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}

.suggestions-wrapper .suggestions-constraints li span {
  vertical-align: middle;
}

.suggestions-wrapper .suggestions-subtext {
  color: #777777;
}

.suggestions-wrapper .suggestions-subtext_inline {
  margin-left: 0.5em;
}

.suggestions-wrapper .suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
* {
  outline: none;
}
.thinborder {
  border-width: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .thinborder {
    border-width: 1.5px 1px 1px;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
textarea:focus,
input:focus {
  outline: 0;
}
@media only screen and (max-width: 529px) {
  .ngdialog--enroll-action.ngdialog.ngdialog-theme-default {
    padding: 0;
  }
}
.ngdialog--enroll-action.ngdialog.ngdialog-theme-default .ngdialog-content {
  background: #fff;
  width: 600px;
}
@media only screen and (max-width: 529px) {
  .ngdialog--enroll-action.ngdialog.ngdialog-theme-default .ngdialog-content {
    height: 100%;
  }
}
.reserve--request-login.enroll--action .reserve--title {
  padding: 0 25px;
}
.reserve--request-login.enroll--action .enroll--error {
  background: rgba(232, 1, 0, 0.81);
  position: relative;
  margin: 5px -13px 5px;
  padding: 5px 35px;
  transition: all 300ms;
  color: #fff;
}
.reserve--request-login.enroll--action .enroll--action-success {
  padding: 5% 0;
  text-align: center;
}
.reserve--request-login.enroll--action .enroll--subscribe,
.reserve--request-login.enroll--action .enroll--agreement {
  padding-left: 10px;
}
.reserve--request-login.enroll--action .enroll--subscribe label,
.reserve--request-login.enroll--action .enroll--agreement label {
  font-size: 1rem;
  vertical-align: middle;
  padding-left: 5px;
}
.reserve--request-login.enroll--action form.ng-invalid .reserve--number-field {
  border-color: red;
}
/************************* header *************************/
#header {
  position: relative;
  font-family: futurabookcregular, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 24px;
  max-width: 100%;
}
#header .holder {
  position: relative;
  padding: 5px 0 0;
}
#header .holder:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  border-top: 5px solid #f00;
}
.holder {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
.holder:after {
  display: block;
  content: '';
  clear: both;
}
.blocks-list a {
  overflow: hidden;
}
/************************* header-top *************************/
.header-red-top {
  height: 35px;
  text-align: center;
  background: #ff2929;
}
.gift-text {
  display: inline-block;
  padding: 4px 0 0;
  margin-right: 28px;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
}
.gift-button {
  display: inline-block;
  vertical-align: top;
  height: 26px;
  padding: 0 8px;
  margin: 2px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #fff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.gift-button:hover {
  color: #ff2929;
  background: #fff;
}
.header-top {
  height: 36px;
  padding: 0 20px;
  background: #f2f2f2;
}
.header-left {
  float: left;
  padding: 6px 0 0;
  font-size: 1.3em;
  cursor: pointer;
}
.header-adress {
  float: left;
  padding: 0 0 0 17px;
  margin: 0 5px 0 0;
  background: url("/img/header/icon1.png") 0 2px no-repeat;
}
.header-shop {
  float: left;
  padding: 0 0 0 8px;
  color: #808080;
  background: url("/img/header/point.png") 0 10px no-repeat;
}
.header-right {
  float: right;
  padding: 6px 0 0;
  font-size: 1.3em;
}
.header-link {
  float: left;
  margin: 0 0 0 37px;
  color: #000;
  text-decoration: none;
}
.header-link:first-child {
  margin: 0;
  color: inherit;
}
.favorite {
  padding: 0 0 0 21px;
  background: url("/img/header/icon2.png") 0 4px no-repeat;
}
.enter {
  padding: 0 0 0 19px;
  background: url("/img/header/icon3.png") 0 2px no-repeat;
}
.header-center {
  padding: 6px 25em 0;
  text-align: center;
}
.header-phone {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
  font-size: 1.25em;
}
.header-working {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 11px;
  color: #808080;
  font-size: 1.25em;
  background: url("/img/header/point.png") 0 10px no-repeat;
}
/************************* main *************************/
.header-main {
  padding: 16px 0 0;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  height: 42px;
  background: #fff;
  z-index: 100;
  border-bottom: 2px solid #f2f2f2;
}
.header-fixed .logo {
  padding: 10px 0 0;
}
.header-fixed .logo img {
  width: 138px;
}
.hidden-fix-nav {
  position: fixed;
  top: 42px;
  left: 0;
  right: 0;
  display: none;
  padding: 20px 20px 10px;
  background: #fff;
  border-bottom: 2px solid #f2f2f2;
}
.hidden-fix-nav a {
  display: block;
  margin: 0 0 10px;
  color: #000;
  font-size: 1.8em;
  text-decoration: none;
  text-transform: uppercase;
}
.header-nav-line {
  position: relative;
}
.header-nav a,
.header-nav span,
.header-nav a:visited,
.header-nav-root,
.header-nav-root:visited,
.header-nav-root:focus {
  float: left;
  margin: 0 0 0 22px;
  padding: 0 0 4px;
  color: #000;
  font-size: 1.3em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 450ms linear;
  -moz-transition: all 450ms linear;
  -o-transition: all 450ms linear;
  transition: all 450ms linear;
}
.header-nav a:hover,
.header-nav-root:hover {
  text-decoration: none;
}
.header-nav-root,
.header-nav-root:visited,
.header-nav-root:focus {
  float: none!important;
  margin: 0;
  padding: 0 9px 4px;
}
.header-main a,
.header-main a:visited {
  color: #000;
}
.header-nav .red {
  color: #f00;
}
.header-nav a:hover,
a.header-nav-root:hover {
  color: #f00;
}
.header-nav a:first-child {
  margin: 0;
}
.header-main-top {
  overflow: hidden;
  margin-bottom: .5em;
}
.header-main-top > .logo {
  display: block;
  background: none;
  float: inherit;
}
.header-main-top .subscribe {
  float: left;
  margin: 5px 0 0;
  padding: 1px 0 0;
  background: none;
  border: none;
  color: #b4b4b4;
  height: 27px;
}
.header-main-top .search {
  position: relative;
  top: 0;
}
.header-main-top .subscribe-icon {
  width: 11px;
  margin: 8px 8px 0 0;
}
.logo {
  padding: 0 200px;
  margin: -1px 0 15px;
  text-align: center;
}
.logo img {
  vertical-align: bottom;
  width: 125px;
}
.search {
  float: right;
  margin: 4px 0 7px;
}
.search-input {
  display: block;
  width: 193px;
  height: 27px;
  padding: 0 10px 0 37px;
  font-size: 1.2em;
  font-family: futurabookcregular, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  line-height: 25px;
  border: 1px solid #e8e8e8;
  background: #fff url("/img/header/loupe-icon.png") 9px 6px no-repeat;
  background-size: 14px 14px;
  box-sizing: border-box;
}
.search-input:hover {
  color: #828282;
  border: 1px solid #c9c9c9;
}
.search-input:focus {
  color: #000;
  border: 1px solid #000;
}
.nav-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 19px 40px 10px 10px;
}
.nav-icon img {
  width: 24px;
  vertical-align: top;
}
.nav-close,
.search-close {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 15px 40px 10px 10px;
}
.search-close {
  left: auto;
  right: 0;
  padding-right: 10px;
}
.nav-close img,
.search-close img {
  width: 24px;
  vertical-align: top;
}
.search-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 15px 10px 10px 15px;
}
.search-icon img {
  width: 24px;
  vertical-align: top;
}
.map-icon,
.map-icon:visited {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 10px 10px 15px;
  display: none;
  right: 2rem;
  padding: 14px 15px 15px 20px;
}
.map-icon img {
  width: 19px;
  vertical-align: middle;
}
.header-nav-left {
  float: left;
}
.header-nav-right {
  float: right;
}
.nav-center {
  padding: 0 150px;
  text-align: center;
  border-bottom: 1px solid #636363;
  margin-bottom: 15px;
}
.nav-center .header-nav {
  display: inline-block;
  float: none;
}
.nav-center .header-nav a,
.nav-center .header-nav span {
  float: none;
  display: inline-block;
  padding: 0 9px 4px;
  margin: 0;
}
.nav-hidden {
  position: absolute;
  z-index: 500;
  overflow: hidden;
  top: 29px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  height: 343px;
  font-family: futurabookcregular, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #636363;
  transition: all 150ms;
}
.nav-hidden ul {
  margin-bottom: 0;
}
.nav-hidden-line {
  position: absolute;
  width: 600%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 450ms;
  -webkit-transition: all 450ms;
}
.nav-hidden-block {
  float: left;
  width: 984px;
  height: 360px;
  padding: 20px 1px 30px;
  box-sizing: border-box;
}
.nav-hidden-left {
  float: left;
  width: 48%;
  padding: 0;
}
.nav-hidden-right {
  float: right;
  width: 486px;
}
.nav-hidden-title {
  margin: -9px 0 0;
  color: #636363;
  font-size: 24px;
  text-transform: uppercase;
}
.nav-hidden-column {
  float: left;
  width: 60%;
  line-height: 18px;
}
.column-min {
  width: 40%;
}
.nav-hidden-title-min {
  color: #b3b3b3;
  font-size: 1.2em;
  min-height: 18px;
}
.nav-hidden-column li {
  font-size: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-hidden-column li a,
.nav-hidden-column li a:visited {
  color: #636363;
  text-decoration: none;
  transition: color 450ms;
}
.nav-hidden-column li a:hover {
  color: #f00;
}
.nav-hidden-item {
  padding: 0 0 1px;
  margin: 0 0 8px;
}
.nav-hidden-link {
  display: none;
}
.nav-hidden-bottom {
  display: none;
}
.loupe {
  float: right;
  margin: -4px 0 0;
}
.header-banner {
  clear: both;
  height: 500px;
  padding: 40px;
  background: url("/img/header/header-banner.jpg") 50% 0 no-repeat;
}
.header-form-block {
  float: left;
  width: 330px;
  padding: 30px 30px 24px;
  text-align: center;
  background: #fff;
}
.header-form-block .input {
  text-align: center;
}
.header-form-logo {
  margin: 0 0 15px;
}
.header-form-text {
  margin: 0 0 11px;
  font-size: 1.3em;
  line-height: 18px;
}
.header-form-text-big {
  margin: 0 0 14px;
  font-size: 2.4em;
  line-height: 26px;
}
/************************* main *************************/
.main {
  max-width: 1290px;
  padding-top: 50px;
  padding-bottom: 30px;
}
h2 {
  margin: 0 0 28px;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
}
.product-block {
  margin: 0 0 65px;
}
.product-block h2 {
  margin: 0;
}
.scroll {
  overflow: hidden;
  margin: 0 -20px 0;
}
.scroll-inner {
  margin-bottom: -20px;
  padding: 0 0 0 20px;
  overflow-y: hidden;
  overflow-x: auto;
}
.product-holder {
  overflow: hidden;
  margin-left: -30px;
  min-width: 1050px;
  padding: 31px 20px 52px 30px;
}
.product-line {
  margin-top: -1px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.product-line:after {
  display: block;
  content: '';
  clear: both;
}
.product-item {
  float: left;
  width: 20%;
  height: 250px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.product-item:hover {
  position: relative;
  border-right: 1px solid #f00;
  border-bottom: 1px solid #f00;
  outline: 1px solid #f00;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}
.product-item:hover:before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  display: block;
  content: '';
  border-top: 2px solid #f00;
}
.product-item:hover:after {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  display: block;
  content: '';
  border-left: 2px solid #f00;
}
.product-item-big {
  width: 40%;
  background: #f2f2f2;
}
.product-item-red {
  background: #f00;
}
.product-img {
  height: 210px;
  line-height: 210px;
  text-align: center;
}
.product-item-big .product-img {
  float: left;
  width: 52%;
  height: 248px;
  line-height: 248px;
}
.product-img img {
  max-width: 85%;
  max-height: 85%;
  vertical-align: middle;
}
.product-price {
  font-size: 2.4em;
  text-align: center;
}
.product-content {
  float: left;
  width: 48%;
  height: 248px;
  line-height: 248px;
}
.product-content-line {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.product-name {
  margin: 0 0 20px;
  font-size: 1.8em;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.product-gold {
  margin: 0 0 2px;
  font-size: 1.1em;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.product-price-big {
  color: #f00;
  font-size: 36px;
  font-weight: 300;
  line-height: 30px;
}
.product-num {
  display: block;
  margin: 0 0 10px;
  color: #fff;
}
.product-num-big {
  display: inline-block;
  vertical-align: middle;
  font-size: 72px;
  line-height: 70px;
}
.product-num-text {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 5px 0 10px;
  line-height: 70px;
}
.product-num-text-line {
  display: inline-block;
  font-size: 1.1em;
  line-height: 11px;
}
.product-red-text {
  color: #fff;
  font-size: 1.8em;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-block .button-grey {
  margin: -10px 0 0;
}
/************************* office *************************/
.office {
  margin: 0 0 65px;
}
.office h2 {
  margin: 0;
}
.office-line {
  overflow: hidden;
  margin-left: -30px;
  min-width: 1050px;
  padding: 31px 20px 52px 30px;
}
.office-item {
  position: relative;
  float: left;
  width: 33.3%;
  min-width: 310px;
  height: 230px;
  padding: 18px 20px 10px;
  margin: 0 0 0 -1px;
  line-height: 20px;
  border: 1px solid #e8e8e8;
}
.office-item:hover {
  position: relative;
  z-index: 2;
  border: 1px solid #f00;
  outline: 1px solid #f00;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}
.office-name {
  margin: 0 0 11px;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.office-adress {
  padding: 0 0 0 22px;
  margin: 0 0 10px;
  font-size: 1.8em;
  font-weight: 300;
  background: url("/img/header/icon1.png") 0 1px no-repeat;
}
.office-metro {
  margin: 0 0 11px;
  font-size: 1.6em;
  font-weight: 300;
}
.office-metro span {
  padding: 0 0 0 22px;
}
.purple {
  color: #a35d94;
}
.green {
  color: #13703a;
}
.office-metro .purple {
  background: url("/img/header/metro1.png") 0 0 no-repeat;
}
.office-metro .green {
  background: url("/img/header/metro2.png") 0 0 no-repeat;
}
.office-time {
  font-size: 1.3em;
}
.office-buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
  overflow: hidden;
  padding: 0 0 0 1px;
}
.office-item:hover .office-buttons {
  display: block;
}
.office-buttons .button {
  float: left;
  margin-left: -1px;
}
.button {
  display: block;
  height: 32px;
  padding: 0 10px;
  color: #000;
  font-size: 1.3em;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.button:hover {
  position: relative;
  color: #f00;
  border: 1px solid #f00;
}
.button:active {
  color: #fff;
  background: #f00;
}
.button:disabled {
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
}
.office .button-grey {
  margin-top: -22px;
}
.office-button-block {
  position: relative;
}
.office-button-block .loupe {
  position: absolute;
  right: 20px;
  top: 20px;
}
/************************* text-block *************************/
.text-block {
  padding: 0 0 50px;
}
.article h2 {
  margin: 0 0 8px;
}
.article p {
  margin: 0 0 10px;
  font-size: 1.8em;
  font-weight: 300;
}
.article .article-more {
  display: none;
}
/************************* action *************************/
.action-block {
  padding: 0 0 50px;
}
.action-line {
  overflow: hidden;
  min-width: 1050px;
  padding: 0 20px 20px 1px;
}
.action-item {
  float: left;
  width: 33.3%;
  height: 200px;
  margin-left: -1px;
  border: 1px solid #e8e8e8;
}
.action-red {
  background: #f00;
}
.action-grey {
  background: #ece5dc url("/img/header/action-grey.png") 50% 0 no-repeat;
}
.action-img {
  float: left;
  width: 45%;
  text-align: center;
  line-height: 198px;
}
.action-img img {
  max-width: 85%;
  vertical-align: middle;
}
.action-text {
  float: left;
  width: 55%;
  line-height: 198px;
  text-align: center;
}
.action-text-line {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
  line-height: 24px;
}
.action-red .action-text {
  color: #fff;
}
.action-text-top {
  margin: 5px 0 14px;
  font-size: 1.1em;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.action-text-top:after {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  margin: 6px auto 0;
  background: #000;
}
.action-text-big {
  margin: 0 0 2px;
  font-size: 24px;
  line-height: 24px;
}
.action-text-italic {
  margin: 0 0 10px;
  color: #f00;
  font-size: 28px;
  font-style: italic;
  line-height: 30px;
}
.action-red .action-text-italic {
  color: #000;
}
.action-text-timer-text {
  color: #000;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.action-text-timer-block {
  display: inline-block;
  background: url("/img/header/dotts2.png") 30px 4px no-repeat;
}
.timeTo div:nth-child(1) ul li {
  color: #f00;
}
.timeTo div:nth-child(2) ul li {
  color: #f00;
}
.action-red .action-text-timer-block {
  background: url("/img/header/dotts.png") 30px 4px no-repeat;
}
.action-red .timeTo div:nth-child(1) ul li {
  color: #fff;
}
.action-red .timeTo div:nth-child(2) ul li {
  color: #fff;
}
.button-grey {
  display: block;
  height: 60px;
  margin: 10px 0 0;
  color: #000;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background: #f4f4f4;
}
.button-arrow {
  padding: 0 0 0 27px;
  background: url("/img/header/arrow-down.png") 0 0 no-repeat;
}
.button-grey:hover {
  background: #e8e8e8;
}
.button-grey:active {
  background: #e0e0e0;
  border-top: 2px solid #c9c9c9;
}
.article-vis .button-arrow {
  background: url("/img/header/arrow-up.png") 0 0 no-repeat;
}
/************************* form-block *************************/
.input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
  margin: 0 0 8px;
  color: #c6c6c6;
  font-size: 1.8em;
  border: 1px solid #e8e8e8;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.input:hover {
  color: #828282;
  border: 1px solid #c9c9c9;
}
.input:focus {
  color: #000;
  border: 1px solid #000;
}
.input:disabled {
  background: #f7f7f7;
}
.submit {
  display: block;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 1.8em;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.submit:hover {
  color: #f00;
  border: 1px solid #f00;
}
.submit:active {
  color: #fff;
  background: #f00;
}
.submit:disabled {
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
}
::-webkit-input-placeholder {
  color: #c6c6c6;
}
:-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #c6c6c6;
}
.input:hover::-webkit-input-placeholder {
  color: #828282;
}
.input:hover:-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.input:hover::-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.input:hover:-ms-input-placeholder {
  color: #828282;
}
.input.error {
  color: #000;
  border: 2px solid #f00;
}
label.error {
  position: absolute;
  left: -9999px;
}
.check-block {
  padding: 15px 0 0;
}
.check-item {
  overflow: hidden;
}
.check-item label {
  display: block;
  margin: 0 0 0 22px;
  color: #a3a3a3;
  font-size: 1.3em;
  text-align: left;
  cursor: pointer;
}
/* Checkbox */
.checker {
  float: left;
  margin: 2px 0 0;
  position: relative;
}
.checker,
.checker span,
.checker input {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  text-align: center;
  background: url("/img/header/checkbox.png") 0 0 no-repeat;
}
.checker span.checked {
  background-position: 0 -16px;
}
.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  display: block;
}
/************************* footer *************************/
#footer {
  position: relative;
  overflow: hidden;
  padding: 0 0 38px;
  font-family: futurabookcregular, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: .625rem;
  line-height: 2.45em;
}
.footer-form {
  border-top: 1px solid #6f6f6f;
  padding: 56px 0 0;
  margin: 25px 0 37px;
  font-family: futurabookcregular, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
.footer-form-line {
  height: 58px;
  padding: 10px 0 0;
  background: #f4f4f4;
}
.footer-text-title-hid {
  display: none;
}
.bottom-form-gift {
  float: left;
  width: 150px;
  margin: -80px 80px -80px 68px;
}
.footer-form-line .input {
  float: left;
  width: 238px;
  padding: 0 20px 0 50px;
  margin: 0 10px 0 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-width: 1px;
}
.footer-input1 {
  background: #fff url("/img/header/footer-input1.png") 0 0 no-repeat;
}
.footer-input2 {
  background: #fff url("/img/header/footer-input2.png") 0 0 no-repeat;
}
.footer-form-line .submit {
  float: left;
  width: 174px;
  font-size: 1.15em;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-width: 1px;
}
.footer-text-block {
  padding: 10px 0 22px;
  color: #636363;
  font-family: futurabookcregular, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
.footer-text-title {
  margin: 0 0 10px;
  font-size: 2em;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #6b6b6b;
}
.footer-form .footer-text-title {
  padding: 0 0 0 240px;
}
.footer-text-block p {
  font-size: 1.2em;
  line-height: 18px;
  margin-bottom: 0;
  font-family: futurabookcregular, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
.footer-text-block a {
  color: #636363;
  text-decoration: underline;
}
#hiddenSeoText {
  margin-top: 1em;
}
#hiddenSeoText p {
  margin-bottom: 1em;
}
.footer-columns {
  position: relative;
  padding: 6px 0 0;
}
.footer-columns:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  border-top: 5px solid #f00;
}
.footer-columns:after {
  display: block;
  content: '';
  clear: both;
}
.footer-column {
  float: left;
  width: 20.25%;
  padding: 7px 0 0;
  color: #636363;
}
.footer-column ul {
  margin-bottom: 0;
}
.last-column {
  width: 19%;
}
.footer-title {
  color: #afafaf;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-title a {
  color: #636363;
  text-decoration: none;
}
.footer-list {
  font-size: 1.2em;
}
.footer-list-min {
  padding: 7px 0 16px;
  font-size: 1.2em;
}
.footer-list a,
.footer-list-min a {
  color: #636363;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.footer-list a:hover,
.footer-list-min a:hover {
  color: #f00;
}
.web-icon {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin: 0 8px 0 0;
  text-align: center;
}
.web-icon img {
  vertical-align: top;
}
.web1 {
  width: 12px;
  margin-top: 8px;
}
.web2 {
  width: 6px;
  margin-top: 2px;
}
.web3 {
  width: 12px;
  margin-top: 3px;
}
.subscribe-block {
  margin: 12px 0 9px;
}
.subscribe {
  display: block;
  height: 27px;
  padding: 0 10px 0 38px;
  color: #b4b4b4;
  font-size: 1.2em;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url("/img/header/subscribe-icon.png") 9px 9px no-repeat;
  line-height: 24px;
}
.subscribe-block .subscribe {
  height: 27px;
}
.subscribe-icon {
  display: inline-block;
  vertical-align: top;
  width: 11px;
  margin: 8px 16px 0 0;
}
.subscribe-text {
  margin-top: -3px;
  font-size: 1.3em;
}
.footer-column input {
  font-size: 1.2em;
  padding-left: 2.4em;
  background-size: 1.2em auto;
}
.footer-site {
  display: block;
  padding: 8px 0 6px;
  margin: 0 0 9px;
  color: #636363;
  font-size: 1.2em;
  line-height: 25px;
  text-decoration: none;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.footer-site:hover {
  color: #f00;
}
.site-icon {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  margin: -1px 10px 0 0;
}
.copy {
  padding: 7px 0 0;
  font-size: 1.2em;
  text-transform: uppercase;
}
.footer-show {
  display: none;
}
.full-site {
  display: none;
  float: right;
  color: #b3b3b3;
  font-size: 1.5em;
  text-decoration: none;
}
.webs-hidden {
  margin: 0 -20px;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.webs-hidden .web-icon {
  width: 42px;
  padding: 0 7px;
}
.webs-hidden .web1 {
  width: 28px;
}
.webs-hidden .web2 {
  width: 14px;
}
.webs-hidden .web3 {
  width: 28px;
}
.webs-hidden .web2,
.webs-hidden .web3 {
  margin-top: 0;
}
.webs-hidden .web1 {
  margin-top: 8;
}
#up {
  display: none;
  margin: 0 -20px 9px;
  padding: 12px 20px 12px 45px;
  color: #797979;
  font-size: 1.6em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
  background: url("/img/header/footer-arrow-up.png") 20px 20px no-repeat;
}
@media screen and (max-width: 1140px) {
  .subscribe-icon {
    margin: 7px 6px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-main-top {
    height: 46px;
    border-bottom: 1px solid #e8e8e8;
  }
  .header-main-top .subscribe {
    display: none;
  }
  .logo {
    padding: 6px 0 0;
  }
  .header-nav-left,
  .header-nav-right,
  .nav-center {
    display: none;
  }
  .nav-icon,
  .search-icon {
    display: block;
  }
  .search-icon,
  .search-close {
    z-index: 20;
  }
  header .search {
    float: none;
  }
  .search {
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0;
  }
  .search-input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 38px 0 48px;
    font-size: 1.6em;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    background: #fff url("/img/header/loupe-icon.png") 10px 10px no-repeat;
    background-size: 26px 26px;
  }
  .nav-hidden-line {
    position: static;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e8e8e8;
  }
  .nav-hidden {
    top: -1px;
    height: auto;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
  }
  .nav-hidden-line {
    display: none;
  }
  .nav-hidden-block {
    float: none;
    width: 100%;
    height: auto;
    padding: 8px 0 0;
    margin: 0 0 8px;
  }
  .nav-hidden.nav-vis {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  .nav-hidden-title {
    margin: 0;
    padding: 0 20px;
    color: #000;
    font-size: 1.6em;
    cursor: pointer;
  }
  .nav-hidden-left {
    float: none;
    width: 100%;
    padding: 0;
  }
  .nav-hidden-right {
    float: none;
    width: 100%;
    display: none;
    padding: 0;
    text-align: center;
    border-top: 1px solid #e8e8e8;
  }
  .nav-hidden-column {
    float: none;
    width: 100%;
    display: none;
    padding: 24px 20px 0;
    margin: 20px 0 0;
    border-top: 1px solid #fff;
  }
  .column-min {
    padding: 0 20px;
    margin: 0;
    border-top: 0;
  }
  .nav-hidden-title-min {
    margin: 0 0 18px;
    font-size: 1.6em;
    min-height: 0;
  }
  .nav-hidden-column li {
    margin: 0 0 20px;
    font-size: 1.6em;
  }
  .nav-hidden-vis .nav-hidden-right {
    display: block;
  }
  .nav-hidden-vis .nav-hidden-column {
    display: block;
  }
  .nav-hidden-vis .nav-hidden-column {
    border-top: 1px solid #e8e8e8;
  }
  .nav-hidden-vis {
    border-bottom: 1px solid #e8e8e8;
  }
  .nav-hidden-vis .column-min {
    border-top: 0;
  }
  .nav-hidden-link {
    display: block;
    padding: 14px 0 13px 20px;
    margin: 0 0 9px;
    color: #000;
    font-size: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav-hidden-link.active {
    border-bottom: 1px solid #e8e8e8;
  }
  .nav-parent {
    position: relative;
  }
  .nav-parent:after {
    position: absolute;
    top: 19px;
    right: 10px;
    display: block;
    content: '';
    width: 7px;
    height: 12px;
    background: url("/img/header/footer-arrow.png") -7px 0 no-repeat;
  }
  .nav-parent.active:after {
    left: 7px;
    right: auto;
    background: url("/img/header/footer-arrow.png") 0 0 no-repeat;
  }
  .nav-hidden-bottom {
    display: block;
  }
  .nav-hidden-bottom-list {
    padding: 0 20px;
  }
  .nav-hidden-bottom-list li {
    margin: 0 0 22px;
    font-size: 1.6em;
    text-transform: uppercase;
  }
  .nav-hidden-bottom-list a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  .nav-hidden-bottom-list .nav-parent:after {
    top: 6px;
    right: -10px;
  }
  .nav-hidden-bottom-list .nav-parent.active:after {
    left: -13px;
    right: auto;
  }
  .nav-hidden-submenu {
    display: none;
    padding: 20px 20px 0;
    margin: 20px -20px 0;
    border-top: 1px solid #e8e8e8;
  }
  .nav-hidden-submenu li {
    font-size: 1em;
  }
  .grey {
    color: #9d9d9d;
  }
  .grey-delimiter {
    text-transform: lowercase;
  }
  .nav-hidden-bottom-link {
    display: block;
    padding: 10px 20px 10px;
    color: #797979;
    font-size: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #e8e8e8;
  }
  .lock-icon {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    margin: 2px 11px 0 0;
  }
  .mark-icon {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    margin: 4px 12px 0 1px;
  }
  a.map-icon {
    display: block;
  }
  #header .holder:before {
    left: 0;
    right: 0;
  }
  #footer {
    max-width: 100%;
  }
  #footer .holder:after {
    left: 0;
    right: 0;
  }
  #footer .holder {
    max-width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .footer-columns:before {
    display: none;
  }
  .footer-text-block {
    display: none;
  }
  .footer-form {
    border-top: 1px solid #6f6f6f;
    padding: 20px 0;
    margin: 0;
    border-bottom: 5px solid #f00;
  }
  .footer-form-line {
    height: auto;
    background: none;
  }
  .footer-form-line .input {
    float: none;
    width: 270px;
    height: 40px;
    padding: 0 20px 0 50px;
    margin: 0 auto 5px;
    font-size: 1.6em;
  }
  .footer-input1 {
    background: #fff url("/img/header/footer-input1-mob.png") 0 0 no-repeat;
  }
  .footer-input2 {
    background: #fff url("/img/header/footer-input2-mob.png") 0 0 no-repeat;
  }
  .footer-form-line .submit {
    float: none;
    width: 270px;
    height: 40px;
    margin: 0 auto;
    font-size: 1.6em;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .footer-text-title {
    display: none;
  }
  .footer-form .footer-text-title-hid {
    display: block;
    color: #000;
    padding: 0 10px;
    font-size: 1.8em;
    line-height: 20px;
    text-align: center;
  }
  .bottom-form-gift {
    float: none;
    display: block;
    width: 150px;
    margin: 0 auto 10px;
  }
  .footer-title {
    border-bottom: 0;
  }
  .footer-vis .footer-list {
    display: block;
  }
  .footer-list {
    display: none;
    padding: 7px 0 10px;
  }
  .footer-title {
    font-size: 1.6em;
    cursor: pointer;
    letter-spacing: 1px;
  }
  .footer-column {
    float: none;
    width: 100%;
  }
  .footer-hid {
    display: none;
  }
  .footer-show {
    display: block;
  }
  .copy {
    float: left;
    color: #b3b3b3;
    font-size: 1.5em;
  }
  .subscribe-block {
    margin: 0 -20px;
    padding: 3px 0 0;
    border-left: 0;
    border-right: 0;
  }
  .last-column {
    padding: 10px 0 0;
  }
  .subscribe {
    height: 40px;
    padding: 0 0 0 45px;
    font-size: 1.5em;
    text-transform: uppercase;
    background: url("/img/header/subscribe-icon2.png") 20px 13px no-repeat;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
  }
  .subscribe:hover,
  .subscribe:focus {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
  }
  .subscribe-icon {
    width: 16px;
    margin: 5px 13px 0 0;
  }
  .subscribe-text {
    padding: 0 0 0 20px;
    margin: -15px 0 0;
  }
  .copy {
    padding: 14px 0 0;
  }
  .full-site {
    margin-top: 14px;
  }
  #up {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .nav-hidden-right img {
    width: 100%;
  }
}
/************************* popups *************************/
/************************* media *************************/
@media (min-width: 1024px) {
  .nav-close {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  .container .container-container > div {
    max-width: 100%;
  }
  .header-red-top {
    display: none;
  }
  .header-top {
    display: none;
  }
  .header-main {
    padding: 0;
  }
  .header-fixed {
    display: block;
  }
  .office-item {
    height: 240px;
  }
  .office-buttons {
    left: 20px;
    right: auto;
    display: block;
  }
  .office {
    margin: 0;
  }
  .office-button-block {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-banner {
    height: auto;
    padding: 20px;
    background: #efe9e2 url("/img/header/header-banner-min.jpg") 50% 0 no-repeat;
  }
  .header-form-block {
    float: none;
    width: auto;
    max-width: 330px;
    margin: 0 auto;
    padding: 20px 20px 14px;
    background: rgba(255, 255, 255, 0.8);
  }
  .main {
    padding-top: 40px;
  }
  .product-block {
    margin: 0 0 40px;
  }
  .text-block {
    padding: 0 0 30px;
  }
  .action-block {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 32px;
  }
  .hide {
    display: none;
  }
  .article-hidden {
    display: none;
  }
  .article .article-more {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  body {
    overflow-x: hidden;
  }
}
.ngdialog.ngdialog-theme-default.ngdialog-clear {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 529px) {
  .ngdialog.ngdialog-theme-default.ngdialog-clear {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen  and (min-device-width: 639px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ngdialog.ngdialog-theme-default.ngdialog-clear {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.ngdialog.ngdialog-theme-default.ngdialog-clear .ngdialog-content {
  padding: 0;
  width: 984px;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: 10px;
}
/************************* popup styles *************************/
.city-popup {
  position: relative;
  padding: 40px 40px 30px;
  color: #000;
  background: #fff;
}
.city-popup:after {
  display: block;
  content: '';
  clear: both;
}
.city-popup-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.3);
}
.city-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.city-popup-close img {
  width: 18px;
  vertical-align: top;
}
.city-popup-search {
  margin: 0 0 25px;
}
.city-popup .input {
  padding: 0 15px 0 35px;
  border-width: 1px;
  background: #fff url("/img/header/loupe.png") 50% 50% no-repeat;
}
.city-popup .input:focus {
  background: #fff url("/img/header/loupe.png") 11px 50% no-repeat;
}
.city-popup-left {
  float: left;
  width: 190px;
}
.city-popup-title {
  margin: 0 0 17px;
  font-size: 1.6em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
.find-location {
  display: inline-block;
  padding: 0 0 0 25px;
  color: #000;
  font-size: 1.6em;
  line-height: 16px;
  text-decoration: none;
  background: url("/img/header/location.png") 0 50% no-repeat;
}
.find-location:hover {
  color: #ff0000;
}
.city-list {
  padding: 0 0 7px;
  margin: 0 0 15px;
}
.popupal-city {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 25px;
}
.city-list li {
  margin: 0 0 16px;
  font-size: 1.6em;
}
.popupal-city li {
  padding: 0 0 0 20px;
}
.city-list a {
  color: #000;
  text-decoration: none;
  transition: color 150ms;
}
.city-list a:hover {
  color: #ff0000;
}
.city-list a span:last-child {
  color: #a7a7a7;
}
.new-shop {
  display: inline-block;
  vertical-align: top;
  height: 13px;
  margin: 4px 0 0 1px;
  color: #f00;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  border: 1px solid #f00;
}
.city-popup-right {
  margin-left: 220px;
}
.city-popup-column {
  float: left;
  width: 200px;
  margin: 0 0 0 30px;
}
.city-popup-column:first-child {
  margin: 0;
}
.city-list-holder {
  overflow: hidden;
}
.city-list-holder:hover .letter {
  color: #f00;
}
.letter {
  float: left;
  font-size: 1.6em;
  text-transform: uppercase;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  transition: color 150ms;
}
.city-popup-column .city-list {
  margin-left: 30px;
}
.ng-enter .location-popup,
.ng-leave .location-popup {
  transition: all 300ms;
  opacity: 0;
  width: 0;
}
.ng-enter.ng-enter-active .location-popup,
.ng-leave .location-popup {
  left: 0;
  opacity: 1;
}
.ng-leave.ng-leave-active .location-popup {
  left: -100%;
  opacity: 0;
}
.location-popup {
  position: fixed;
  width: 380px;
  padding: 38px 10px 40px;
  color: #000;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  left: 50%;
  top: 20%;
  margin-top: 80px;
  transform: translate3d(-190px, 0, 0);
  z-index: 10002;
}
.location-popup-text {
  margin: 0 0 26px;
  font-size: 1.3em;
  line-height: 16px;
  text-transform: uppercase;
}
.location-popup-title {
  margin: 0 0 41px;
  color: #f00;
  font-size: 2.4em;
  line-height: 27px;
  letter-spacing: 1px;
}
.location-popup .button {
  display: inline-block;
  letter-spacing: 2px;
  border-width: 1px;
}
.location-popup-buttons .button:first-child {
  margin-right: -1px;
}
/************************* media *************************/
@media screen and (max-width: 1023px) {
  .city-popup {
    width: 560px;
    max-width: 100%;
  }
  .city-popup-column {
    float: none;
    width: auto;
    margin: 0;
  }
  .location-popup {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 640px) {
  .city-popup {
    max-width: 100%;
    padding: 20px 20px 10px;
  }
  .city-popup-search {
    margin: 0 20px 25px 0;
  }
}
@media screen and (max-width: 560px) {
  .city-popup {
    max-width: 100%;
    padding: 10px 15px 10px 10px;
  }
  .city-popup-left {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
  .city-popup-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .location-popup {
    max-width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 420px) {
  body {
    overflow-x: hidden;
  }
}
.ngdialog--region.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 985px;
  height: 800px;
  max-height: 100%;
  min-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#city {
  display: inline-block;
}
@media only screen and (max-width: 529px) {
  #city {
    display: none !important;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen  and (min-device-width: 639px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #city {
    display: none !important;
  }
}
#selectCityId {
  display: none;
}
@media only screen and (max-width: 529px) {
  #selectCityId {
    display: inline-block;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen  and (min-device-width: 639px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #selectCityId {
    display: inline-block;
  }
}
.region {
  font-size: 0;
}
.region > * {
  font-size: 1rem;
}
.region--popup-prompt {
  padding: 2em;
}
.region--popup-prompt .title img {
  position: relative;
  top: -5px;
  left: -10px;
}
.region--popup-prompt .centered {
  text-align: center;
  margin-top: 1em;
}
.region--popup-prompt .centered > button {
  display: inline-block;
  width: 20%;
  min-width: 50px;
  line-height: 2em;
  border: 1px solid #CC0303;
  background-color: red;
  color: white;
  cursor: pointer;
  margin: 0 5px;
}
.region #mini {
  padding: 2em;
}
@media only screen and (max-width: 529px) {
  .region #mini {
    padding: .5em;
  }
}
.region #mini.title {
  font-size: 26px;
}
.region #mini input {
  margin-top: 20px;
  width: 100%;
  line-height: 2em;
  padding: 0 20px;
}
.region .region--group {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.region .region--group-item {
  cursor: pointer;
  padding: .5em 2em;
}
.ngdialog--region-prompt.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 500px;
  height: 150px;
  max-height: 100%;
}
@media only screen and (max-width: 529px) {
  .ngdialog--region-prompt.ngdialog.ngdialog-theme-default .ngdialog-content {
    padding: 0;
  }
}
body a:focus {
  outline: none !important;
}
.mapster {
  margin-bottom: 20px;
}
.mapster .adress-popup-title {
  display: none;
}
.mapster .adress-popup-list {
  height: 560px;
}
@media only screen and (max-width: 529px) {
  .mapster .adress-popup-right {
    top: 40px;
    height: 100vh;
  }
  .mapster .adress-tab {
    font-size: 1.2em;
  }
  .mapster .adress-popup-box-text {
    padding-bottom: 20px;
  }
}
.ngdialog--reserve.ngdialog.ngdialog-theme-default {
  padding: 13vh 0 0;
}
@media only screen and (max-width: 529px) {
  .ngdialog--reserve.ngdialog.ngdialog-theme-default {
    padding: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen  and (min-device-width: 639px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ngdialog--reserve.ngdialog.ngdialog-theme-default {
    padding: 0;
  }
}
.ngdialog--reserve.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 984px;
  max-height: 100%;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  background: #fff;
  border-radius: 0;
  padding: 0;
  left: -7px;
}
@media only screen and (max-width: 529px) {
  .ngdialog--reserve.ngdialog.ngdialog-theme-default .ngdialog-content {
    height: 100vh;
    max-width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 529px) {
  .ngdialog--reserve.ngdialog.ngdialog-theme-default .ngdialog-close {
    top: 7px;
  }
}
.ngdialog--reserve.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  width: 14px;
  height: 14px;
  background: #fff url('/bower_components/sl-map/src/images/all/cross-grey.png') no-repeat 50% 50%;
  background-size: contain;
  content: ' ';
  font-size: 1.5em;
  font-family: 'futurabook', 'Helvetica', 'Verdana', 'Arial', sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 1.65em;
  z-index: 71;
  top: 5px;
  right: 10px;
}
@media only screen and (min-width: 1025px) {
  .ngdialog--reserve.ngdialog.ngdialog-theme-default .ngdialog-close:before {
    width: 1em;
    height: 1em;
    top: - 1.33333333em;
    right: - 1.33333333em;
    background-color: transparent;
  }
}
.reserve--open {
  z-index: 1000 !important;
  font-size: 16px;
  font-family: 'futurabook', Verdana, Arial, Helvetica, sans-serif;
  line-height: 30px;
  margin: 0 0 18px 0;
  display: block;
  background: #fff;
  text-transform: uppercase;
  color: #7f7f7f;
  text-decoration: none;
}
.reserve--open-size {
  display: inline-block;
  width: 10%;
  min-width: 45px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-width: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .reserve--open-size {
    border-width: 1.5px 1px 1px;
  }
}
.reserve--open-size:hover {
  background-color: #eee;
}
.reserve--open-size__selected {
  background: #555;
  color: #fff;
  border-color: #333;
}
.reserve--open-size__selected:hover {
  border-color: #000;
  background-color: #444;
  color: #fff;
}
.reserve--open-button-text {
  width: 10%;
  min-width: 45px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-width: 1px;
  display: inline-block;
  width: 48%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .reserve--open-button-text {
    border-width: 1.5px 1px 1px;
  }
}
.reserve--open-button-text:hover {
  background-color: #eee;
}
.reserve--open-button-text__selected {
  background: #555;
  color: #fff;
  border-color: #333;
}
.reserve--open-button-text__selected:hover {
  border-color: #000;
  background-color: #444;
  color: #fff;
}
@media only screen and (max-width: 529px) {
  .reserve--open-button-text {
    font-size: 15px;
    width: 47%;
  }
}
.reserve--open-button-text_gift {
  border-color: red;
  color: red;
  transition: all 150ms;
}
.reserve--open-button-text_gift .button-icon_gift {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -2px;
  background: url('/angular/reserve/giftPopup/img/icon-gift-red.png') no-repeat 0 50%;
  transition: all 150ms;
}
.reserve--open-button-text_gift .button-icon_gift-active {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -2px;
  background: url('/angular/reserve/giftPopup/img/icon-gift-red.png') no-repeat 0 50%;
  transition: all 150ms;
  background-image: url('/angular/reserve/giftPopup/img/icon-gift.png');
  visibility: hidden;
  opacity: 0;
  display: none;
}
.reserve--open-button-text_gift:hover,
.reserve--open-button-text_gift:active {
  color: #fff;
  border-color: #f71f19;
  background-color: #f71f19;
}
.reserve--open-button-text_gift:hover .button-icon_gift,
.reserve--open-button-text_gift:active .button-icon_gift {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.reserve--open-button-text_gift:hover .button-icon_gift-active,
.reserve--open-button-text_gift:active .button-icon_gift-active {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.reserve--open-button-text_gift:active {
  background-color: #ce1a15;
  border-color: #ce1a15;
  color: #fff;
}
.reserve--open-button__sized {
  color: #ccc;
}
.reserve--open-button__sized:hover {
  color: #ccc;
  background: #fff;
}
.reserve--size-available {
  visibility: hidden;
}
.reserve--size-available__show {
  visibility: visible;
}
.reserve--size-available__show + .reserve--open-button__sized {
  color: #7f7f7f;
}
.reserve--size-available__show + .reserve--open-button__sized:hover {
  border-color: #000;
  background-color: #eee;
}
.reserve .sl-outlets .sl-map {
  max-height: 90vh;
}
.reserve .sl-outlets .region {
  display: none;
}
.reserve .sl-outlets .region--wrapper {
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  .reserve .sl-outlets .sl-map--wrapper {
    padding-left: 0;
  }
}
.reserve .sl-outlets .outlets--wrapper {
  height: 86vh;
}
@media only screen and (min-width: 1025px) {
  .reserve .sl-outlets .outlet--info .address {
    margin-right: 8em;
    display: block;
  }
}
.reserve {
  min-width: 25em;
  height: 100%;
  min-height: 25em;
  position: relative;
  font-family: futuralightcregular, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  color: #222;
}
.reserve .reserve--close {
  position: absolute;
  right: .1em;
  top: .2em;
  width: 1em;
  height: 1em;
  color: #777;
  font-size: 1.4em;
  font-family: monospace, serif;
  cursor: pointer;
}
.reserve .reserve--title {
  display: block;
  background: #f00;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.8em;
  padding: 0 20px;
  margin: 0 20px 0 0;
  width: auto;
}
@media only screen and (max-width: 529px) {
  .reserve .reserve--title {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
  }
}
.reserve .reserve--blocks {
  overflow-y: scroll;
  font-size: 0;
  padding: 0;
  height: 100%;
  margin: 15px 0 20px -0.8%;
}
.reserve .reserve--block {
  width: 23%;
  margin: 1%;
  display: inline-block;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  border: 1px solid #ccc;
  vertical-align: top;
  min-height: 210px;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-width: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .reserve .reserve--block {
    border-width: 1.5px 1px 1px;
  }
}
@media only screen and (max-width: 529px) {
  .reserve .reserve--block {
    width: 98%;
    min-height: 0;
    margin: 5px 1% 0;
    padding: .5em;
  }
}
.reserve .reserve--block:hover {
  border-color: #999;
}
.reserve .reserve--block > * {
  position: relative;
  margin-bottom: 5px;
}
.reserve .reserve--metro {
  font-weight: bold;
  top: -5px;
  position: relative;
}
.reserve .reserve--metro-name {
  margin-right: 15px;
  left: 15px;
  position: relative;
}
.reserve .reserve--opening-hours {
  position: relative;
  top: -5px;
}
.reserve .reserve--metro-line {
  width: .5em;
  height: .5em;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .25em;
}
.reserve .reserve--address {
  line-height: 1.5em;
}
.reserve .reserve--actions {
  width: 100%;
  height: 30px;
  position: absolute;
  text-align: center;
  margin-top: 10px;
  margin-right: 5px;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 529px) {
  .reserve .reserve--actions {
    position: relative;
  }
}
@media only screen and (max-width: 529px) {
  .ngdialog--reserve-login.ngdialog.ngdialog-theme-default {
    padding: 0;
  }
}
.ngdialog--reserve-login.ngdialog.ngdialog-theme-default .ngdialog-content {
  background: #fff;
}
@media only screen and (max-width: 529px) {
  .ngdialog--reserve-login.ngdialog.ngdialog-theme-default .ngdialog-content {
    height: 100%;
  }
}
.ngdialog--reserve-login.ngdialog.ngdialog-theme-default .request-login-last_date {
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  color: #888;
}
.reserve--request-login {
  font-family: futurabookcregular, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.4em;
}
.reserve--request-login input {
  font-family: futuralightc, futurabook, "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
.reserve--request-login .reserve--title {
  padding-left: 20px;
}
@media only screen and (max-width: 529px) {
  .reserve--request-login .reserve--title {
    padding-left: 0;
  }
}
.reserve--request-login .reserve--list-item {
  color: #777;
  padding-left: 20px;
}
@media only screen and (max-width: 529px) {
  .reserve--request-login .reserve--list-item {
    padding-left: 20px;
  }
}
.reserve--request-login .reserve--active {
  color: inherit;
}
.reserve--request-login .reserve--inputs {
  display: block;
  width: 90%;
  margin: 10px auto 0;
  font-size: 0;
}
.reserve--request-login .reserve--inputs input {
  font-size: 1.35rem;
  line-height: 1.5em;
  vertical-align: middle;
}
.reserve--request-login .reserve--state-phone {
  margin-bottom: 7px;
}
.reserve--request-login .reserve--number-prefix {
  display: inline-block;
  background: #eee;
  border: 1px solid #ccc;
  border-right: none;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 10%;
  font-size: 1.35rem;
  line-height: 1.5em;
  border-width: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .reserve--request-login .reserve--number-prefix {
    border-width: 1.5px 1px 1px;
  }
}
.reserve--request-login .reserve--number-field {
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
  width: 90%;
  border-width: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .reserve--request-login .reserve--number-field {
    border-width: 1.5px 1px 1px;
  }
}
.reserve--request-login .reserve--code-field {
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
  width: 90%;
  border-width: 1px;
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .reserve--request-login .reserve--code-field {
    border-width: 1.5px 1px 1px;
  }
}
.reserve--request-login .reserve--phone-input {
  border: none;
  outline: none;
  width: 90%;
  margin: 0 5%;
  font-size: 1.15rem;
}
.reserve--request-login .reserve--code-input {
  border: none;
  outline: none;
  width: 90%;
  margin: 0 5%;
  font-size: 1.15rem;
}
.reserve--request-login .reserve--address-input {
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
  width: 90%;
  border-width: 1px;
  width: 100%;
  font-size: 1.15rem;
  line-height: 1.6em;
  margin: 5px 0;
  padding: 0 5%;
  color: rgba(0, 0, 0, 0.65);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .reserve--request-login .reserve--address-input {
    border-width: 1.5px 1px 1px;
  }
}
.reserve--request-login .suggestions-wrapper {
  font-size: 1rem;
}
.reserve--request-login .suggestions-wrapper .suggestions-suggestions strong {
  color: red;
}
.reserve--request-login button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 40px;
  padding: 7px 0 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: rgba(232, 1, 0, 0.81);
  border: 0;
  border-bottom: 2px solid rgba(232, 1, 0, 0.81);
  cursor: pointer;
  box-shadow: inset 0 -2px rgba(232, 1, 0, 0.81);
  text-transform: uppercase;
}
.reserve--request-login button:disabled {
  background-color: grey;
  border-color: dimgrey;
  box-shadow: inset 0 -2px dimgrey;
}
.reserve--request-login button span {
  display: block;
  line-height: 40px;
}
.reserve--request-login .reserve--button-back {
  font-size: 1rem;
  display: inline-block;
  width: 50%;
  padding: 0 20px;
}
.reserve--request-login .reserve--button-terms {
  font-size: 1rem;
  display: inline-block;
  width: 50%;
  padding: 0 20px;
  text-align: right;
}
.reserve--request-login .reserve--footnote {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 10px;
  padding: 0;
}
.reserve--request-login.reserve--thank-you > div,
.reserve--request-login.reserve--error > div {
  display: none;
}
.reserve--request-login .reserve--thank-you-message,
.reserve--request-login .reserve--error-message {
  text-align: center;
  display: none;
}
.reserve--request-login .reserve--thank-you-message h3,
.reserve--request-login .reserve--error-message h3 {
  margin: 20px 0;
}
.reserve--request-login.reserve--thank-you .reserve--thank-you-message,
.reserve--request-login.reserve--error .reserve--error-message,
.reserve--request-login.reserve--thank-you .reserve--request-submit,
.reserve--request-login.reserve--error .reserve--request-submit {
  display: block;
}
.reserve--request-login .reserve--submit__confirm {
  margin-top: .5em;
}
.reserve--request-login .reserve--payment-form {
  display: none;
}
.reserve--request-login .reserve--pay-method {
  font-size: 1rem;
  margin-bottom: 10px;
}
.reserve--request-login .reserve--pay-method select {
  display: inline-block;
  height: 30px;
  width: 100%;
  padding: 2px 10px 2px 2px;
  outline: none;
  color: #74646e;
  border: 1px solid #c8bfc4;
  border-radius: 4px;
  box-shadow: inset 1px 1px 2px #ddd8dc;
  background: #fff;
}
.reserve--request-pickup h5 {
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
}
.reserve--request-pickup ol {
  margin-left: 2em;
  font-size: .9em;
  margin-top: 1em;
}
.reserve--request-pickup ol li {
  list-style: decimal;
  padding-left: 0.8em;
}
.reserve--request-pickup p {
  text-align: center;
  margin-top: 1em;
  font-weight: 900;
}
/************************* form styles *************************/
.input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
  margin: 0 0 8px;
  color: #a3a3a3;
  font-size: 1.6em;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  border: 1px solid #e8e8e8;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.input:hover {
  color: #828282;
  border: 1px solid #c9c9c9;
}
.input:focus {
  color: #000;
  border: 1px solid #000;
}
.input:disabled {
  background: #f7f7f7;
}
.submit {
  display: block;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 1.8em;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.submit:hover {
  color: #f00;
  border: 1px solid #f00;
}
.submit:active {
  color: #fff;
  background: #f00;
}
.submit:disabled {
  color: #b2b2b2;
  border: 2px solid #b2b2b2;
}
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.input:hover::-webkit-input-placeholder {
  color: #828282;
}
.input:hover:-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.input:hover::-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.input:hover:-ms-input-placeholder {
  color: #828282;
}
.input-email-mobile {
  display: none;
}
.input-phone-mobile {
  display: none;
}
form.ng-submitted input.ng-invalid {
  border-color: #fe0101;
}
@media (min-width: 560px) {
  form.ng-submitted.ng-invalid-email .input-email-desktop {
    border-color: #fe0101;
  }
}
/************************* popup styles *************************/
.ngdialog-gift-popup.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 500px;
  padding: 0;
  font-size: 0.65rem;
}
.ngdialog-gift-popup.ngdialog.ngdialog-theme-default a {
  color: #fff;
}
.ngdialog-gift-popup.ngdialog.ngdialog-theme-default a:hover {
  color: #c00;
}
.gift-popup {
  position: relative;
  width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 15px 70px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 70px 0 rgba(0, 0, 0, 0.2);
}
.gift-popup-bow {
  position: absolute;
  top: -63px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
}
.gift-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.gift-popup-close img {
  width: 18px;
  vertical-align: top;
}
.gift-popup-red {
  padding: 25px 30px;
  color: #fff;
  text-align: center;
  background: #f00;
}
.gift-popup-thanks {
  padding: 70px 30px;
}
.gift-popup-title {
  margin: 0 0 11px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'futuramediumcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
.gift-popup-thanks .gift-popup-title {
  margin: 0 0 15px;
}
.gift-popup-title-min {
  font-size: 1.8em;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
.gift-popup-button-holder {
  padding: 45px 0 0;
  text-align: center;
}
.gift-popup-red-button {
  display: inline-block;
  height: 37px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.6em;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 37px;
  background: #f00;
  border: 1px solid #fff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.gift-popup-red-button:hover {
  color: #f00;
  background: #fff;
  border: 1px solid #fff;
}
.gift-popup-form {
  overflow: hidden;
  padding: 50px 40px 47px;
}
.label {
  display: block;
  font-size: 1.3em;
  line-height: 13px;
  text-transform: uppercase;
}
.two-line {
  padding: 10px 0 0;
}
.gift-popup .label {
  float: left;
  width: 100px;
  padding: 14px 0 0;
}
.gift-popup .input {
  padding: 0 7px;
}
.gift-popup-input-holder {
  margin: 0 0 0 110px;
}
.gift-popup .submit {
  float: left;
  width: 198px;
  margin: 20px 0 14px 110px;
}
.gift-popup-text-min {
  clear: both;
  padding: 0 20px;
  color: #7f7f7f;
  font-size: 1em;
  font-family: Tahoma;
  line-height: 14px;
  text-align: center;
}
@media (min-width: 560px) {
  .ngdialog-friend-popup.ngdialog.ngdialog-theme-default {
    left: -1em;
  }
}
@media only screen and (max-width: 529px) {
  .ngdialog-friend-popup.ngdialog.ngdialog-theme-default {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ngdialog-friend-popup.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 980px;
  max-width: 100%;
  padding: 0;
  font-size: 0.65rem;
}
.ngdialog-friend-popup.ngdialog.ngdialog-theme-default a {
  color: #fff;
}
.ngdialog-friend-popup.ngdialog.ngdialog-theme-default a:hover {
  color: #c00;
}
.friend-popup {
  position: relative;
  width: 980px;
  max-width: 100%;
  padding: 31px 50px 54px;
  background: #fff;
}
.friend-popup:after {
  display: block;
  content: '';
  clear: both;
}
.friend-popup-title {
  margin: 0 0 20px;
  padding: 0 0 8px;
  color: #7f7f7f;
  font-size: 1.7em;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
}
.friend-popup-content {
  background: #E9456A;
  float: left;
  width: 70%;
  padding: 0 0 24px;
  border: 1px solid #7f7f7f;
  overflow: hidden;
}
.friend-popup-img {
  display: block;
  width: 100%;
  margin: 0 0 6px;
}
.friend-popup-content-text {
  max-width: 390px;
  padding: 0 10px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6em;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  line-height: 20px;
  text-align: center;
}
.friend-popup-form {
  float: right;
  width: 27%;
  padding: 2px 0 0;
}
.friend-popup-form-error {
  color: #f00;
  text-align: right;
  text-transform: uppercase;
}
.friend-popup .label {
  margin: 0 0 7px;
  font-size: 12px;
}
.friend-popup .input {
  height: 36px;
  padding: 0 7px;
  margin: 0 0 13px;
}
.friend-popup-form .gender {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.friend-popup-form .gender label {
  vertical-align: middle;
  display: inline-block;
  width: 40%;
  cursor: pointer;
}
.friend-popup-form .gender input {
  vertical-align: top;
}
.friend-popup-form-block {
  margin-top: 60px;
}
@media only screen and (max-width: 529px) {
  .friend-popup-form-block {
    margin-top: 0;
  }
}
.friend-popup-form-block .label {
  padding-top: 20px;
}
@media only screen and (max-width: 529px) {
  .friend-popup-form-block .label {
    padding-top: 0;
  }
}
.friend-popup .submit {
  float: left;
  width: 130px;
  max-width: 100%;
  font-size: 1.3em;
}
.friend-popup-show {
  float: left;
  margin: 8px 0 0 15px;
  color: #7f7f7f;
  font-size: 1.2em;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.friend-popup-show:hover {
  color: #f00;
}
.friend-popup-form-text {
  font-size: 1.6em;
  font-family: 'futurabookcregular', 'futurabook', "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  line-height: 14px;
}
/************************* media *************************/
@media screen and (max-width: 560px) {
  .input-email-desktop {
    display: none;
  }
  .input-email-mobile {
    display: block;
  }
  .input-phone-desktop {
    display: none;
  }
  .input-phone-mobile {
    display: block;
  }
  .gift-popup {
    width: 100%;
  }
  .gift-popup-red {
    padding: 38px 10px 16px;
  }
  .gift-popup-thanks {
    padding: 68px 40px 70px;
  }
  .gift-popup-title {
    margin: 0 0 11px;
    font-size: 20px;
    line-height: 20px;
  }
  .gift-popup-title-min {
    font-size: 1.1em;
    line-height: 14px;
  }
  .gift-popup-thanks .gift-popup-title-min {
    font-size: 1.4em;
    line-height: 16px;
  }
  .gift-popup-button-holder {
    padding: 15px 0 0;
  }
  .gift-popup-form {
    padding: 0 20px 20px;
  }
  .gift-popup .label {
    float: none;
    width: auto;
    margin: 0 0 6px;
  }
  .gift-popup-input-holder {
    clear: both;
    margin: 0;
  }
  .gift-popup .input {
    margin: 0;
  }
  .gift-popup .submit {
    float: none;
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }
  .gift-popup-text-min {
    display: none;
  }
  .friend-popup {
    width: 100%;
    padding: 1em;
  }
  .friend-popup-title {
    text-align: center;
  }
  .friend-popup-content {
    width: 60%;
    border: none;
  }
  .friend-popup-form {
    width: 40%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 420px) {
  body {
    overflow-x: hidden;
  }
}
/************************* wrapper *************************/
.slide-pick {
  width: 55px;
  height: 240px;
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -120px;
  background: transparent url(/angular/components/pickEmail/img/slickSlider.png) no-repeat 0 0;
  cursor: pointer;
}
.slide-pick:hover {
  background-position: -70px 0;
}
.slide-pick:active,
.slide-pick:focus {
  background-position: -145px 0;
}
@media only screen and (max-width: 529px) {
  .slide-pick {
    display: none;
  }
}
.ngdialog-pickEmail.ngdialog.ngdialog-theme-default .ngdialog-content {
  padding: 0;
  width: 400px;
  max-width: 100%;
  font-size: .65rem;
  font-family: futurabook, futuralightcregular, futurademic, Arial;
}
.ngdialog-pickEmail.ngdialog.ngdialog-theme-default button {
  font-family: futurabook, futuralightcregular, futurademic, Arial;
}
.ngdialog-pickEmail.ngdialog.ngdialog-theme-default .button.button-black,
.ngdialog-pickEmail.ngdialog.ngdialog-theme-default .button.button-grey {
  color: #fff;
}
.ngdialog-pickEmail.ngdialog.ngdialog-theme-default .min-popup {
  border: none;
}
.ng-dialog-pickEmail_forgetPresent .button.button-big {
  width: 186px;
  border-right: 2px solid;
}
.ng-dialog-pickEmail_getEmailPopup .min-popup-form {
  margin-bottom: 20px;
}
.ng-dialog-pickEmail_phoneChange .min-popup-title {
  width: 275px;
  text-align: left;
  padding-left: 10px;
}
.ng-dialog-pickEmail_phoneChange .min-popup-form {
  width: 275px;
}
.ng-dialog-pickEmail_phoneChange .submit.submit-left {
  width: 63%;
}
.ng-dialog-pickEmail_phoneChange .submit.submit-right {
  width: 35%;
}
.ng-dialog-pickEmail_phoneVerified .min-popup-bottom {
  padding-bottom: 0;
}
.ng-dialog-pickEmail_phoneVerified .min-popup-bottom-text {
  margin: 0;
  padding: 0 0 20px;
}
.ng-dialog-pickEmail_promoCode .min-popup-bottom {
  padding-bottom: 0;
}
.ng-dialog-pickEmailLeave_promoCode .min-popup-text {
  padding-top: 20px;
}
/************************* form styles *************************/
.input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
  margin: 0 0 8px;
  color: #444;
  font-size: 1.8em;
  border: 2px solid #777;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.input:hover {
  color: #828282;
  border: 2px solid #c9c9c9;
}
.input:focus {
  color: #000;
  border: 2px solid #000;
}
.input:disabled {
  background: #f7f7f7;
}
.input-phone {
  background: url("http://l1.sl-love.ru/img/pickEmail/form-phone.png") 11px 50% no-repeat;
}
.input-code {
  background: url("http://l1.sl-love.ru/img/pickEmail/form-code.png") 11px 50% no-repeat;
}
.input-mail {
  background: url("http://l1.sl-love.ru/img/pickEmail/form-mail.png") 11px 50% no-repeat;
}
.submit {
  display: block;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 1.8em;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  border: 2px solid #000;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.submit:hover {
  color: #f00;
  border: 2px solid #f00;
}
.submit:active {
  color: #fff;
  background: #f00;
}
.submit:disabled {
  color: #b2b2b2;
  border: 2px solid #b2b2b2;
}
::-webkit-input-placeholder {
  color: #c6c6c6;
}
:-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #c6c6c6;
}
.input:hover::-webkit-input-placeholder {
  color: #828282;
}
.input:hover:-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.input:hover::-moz-placeholder {
  color: #828282;
  opacity: 1;
}
.input:hover:-ms-input-placeholder {
  color: #828282;
}
.button {
  display: block;
  height: 32px;
  padding: 0 10px;
  color: #000;
  font-size: 1.3em;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.button:hover {
  position: relative;
  color: #f00;
  border: 1px solid #f00;
}
.button:active {
  color: #fff;
  background: #f00;
}
.button:disabled {
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
}
/************************* popup styles *************************/
.min-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 50;
}
.min-popup-close img {
  width: 12px;
  vertical-align: top;
}
.min-popup {
  position: relative;
  width: 400px;
  padding: 46px 50px 50px;
  color: #000;
  background: #fff;
}
.ng-dialog-pickEmail_forgetPresent .min-popup {
  padding-top: 80px;
}
.min-popup-img {
  margin: -46px 0 9px;
  text-align: center;
}
.min-popup-img img {
  max-width: 100%;
}
.social-promo .min-popup-img {
  margin-top: 0;
}
.min-popup-icon {
  margin: 0 0 16px;
  text-align: center;
}
.min-popup-title {
  margin: 0 0 27px;
  color: #000;
  font-size: 1.6em;
  font-family: 'FuturaDemiC';
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.min-popup-title-grey {
  position: relative;
  height: 51px;
  margin: 0 0 42px;
  color: #000;
  font-size: 2.4em;
  line-height: 51px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  background: #f6f6f6;
}
.min-popup-title-grey:after {
  position: absolute;
  left: 51px;
  bottom: -15px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: url("http://l1.sl-love.ru/img/pickEmail/angle.png") 0 0 no-repeat;
}
.red-text {
  color: #f00;
}
.min-popup-text {
  margin: -19px 0 25px;
  font-size: 1.6em;
  line-height: 19px;
  text-align: center;
}
.min-popup-text-line:before {
  display: block;
  content: '';
  width: 60px;
  padding: 17px 0 0;
  margin: 0 auto 23px;
  border-bottom: 1px solid #4c4c4c;
}
.min-popup-buttons {
  margin: 0 -5px;
  text-align: center;
}
.min-popup .button {
  display: inline-block;
  height: 40px;
  padding: 0 20px 0 20px;
  margin: 0 1px;
  font-size: 1.6em;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: center;
  border: 0;
}
.min-popup .mini-button {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-position: 50% 50% !important;
  margin: 0 1px;
  font-size: 1.6em;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: center;
  border: 0;
}
.min-popup .button:hover {
  color: #fff;
  background-color: #f00;
}
.button-big {
  width: 229px;
}
.button-black {
  color: #fff;
  background: #4c4c4c;
}
.button-grey {
  color: #fff;
  background: #888;
}
.min-popup-form-margin {
  padding: 0 0 1px;
  margin: 0 auto 26px;
}
.label-top {
  overflow: hidden;
  display: block;
  margin: 0 0 3px;
  font-size: 1.3em;
  line-height: 14px;
}
.label-left {
  float: left;
  line-height: 12px;
}
.label-right {
  float: right;
  line-height: 12px;
  color: #666;
}
.label-link {
  float: right;
  color: #828282;
  line-height: 12px;
  text-decoration: none;
  border-bottom: 1px dashed #c0c0c0;
}
.label-link:hover {
  color: #f00;
  border-bottom: 1px dashed #f00;
}
.input {
  padding: 0 6px;
  margin: 0 0 23px;
  border-width: 1px;
  border: 1px solid #e8e8e8;
}
.input:hover {
  color: #1d1d1d;
  border: 1px solid #000;
}
.input:focus {
  color: #1d1d1d;
  border: 1px solid #000;
}
.input:disabled {
  color: #828282;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
}
.input.valid {
  border: 1px solid #92bf44;
}
.input.error {
  color: #ff0000;
  border: 1px solid #ff0000;
}
.min-popup .submit {
  font-size: 1.6em;
  letter-spacing: 2px;
  color: #fff;
  background: #4c4c4c;
  border: 0;
}
.min-popup .submit:hover {
  background-color: #f00;
}
.submit-padding {
  padding: 27px 0 0;
}
.submit-up {
  margin-top: -13px;
}
.submit-left {
  float: left;
  width: 198px;
}
.submit.reset {
  float: right;
  width: 100px;
  background: #888;
}
.min-popup-bottom {
  padding: 23px 50px;
  margin: 0 -50px -50px;
  background: #f7f7f7;
}
.min-popup-bottom-text {
  margin: 10px 0;
  font-size: 1.6em;
  line-height: 19px;
  text-align: center;
}
.min-popup-bottom .button {
  display: block;
  margin: 0 0 49px;
}
.min-popup-ol {
  margin: 0;
  padding: 8px 0 15px 19px;
  color: #828282;
  font-size: 1.6em;
  line-height: 19px;
}
.min-popup-ol li {
  margin: 0 0 10px;
}
.min-popup-ol span {
  color: #1d1d1d;
}
/************************* media *************************/
@media screen and (max-width: 480px) {
  .min-popup {
    width: 300px;
    padding: 28px 25px 25px;
  }
  .button-big {
    width: 178px;
  }
  .min-popup-img {
    margin: -28px 0 9px;
  }
  .min-popup-form {
    width: auto;
  }
  .min-popup-title {
    margin: 0 0 20px;
  }
  .submit-padding {
    padding: 7px 0 0;
  }
  .min-popup-form-margin {
    margin: 0 0 16px;
  }
  .min-popup-bottom {
    padding: 23px 25px 1px;
    margin: 0 -25px -25px;
  }
  .submit-left {
    width: 158px;
  }
  .submit.reset {
    width: 90px;
  }
  .min-popup-bottom .button {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 420px) {
  body {
    overflow-x: hidden;
  }
}
.min-popup .button.vk-icon {
  background: url('/angular/components/pickEmail/img/vk-icon.png') 7px 50% no-repeat #4c4c4c;
  float: left;
  padding-right: 6px;
  padding-left: 34px;
}
.min-popup .button.fb-icon {
  background: url('/angular/components/pickEmail/img/facebook-icon.png') 50% 50% no-repeat #4c4c4c;
  padding: 0!important;
  float: left;
  margin-left: 0;
}
.min-popup .button.ins-icon {
  background: url('/angular/components/pickEmail/img/instagram-icon.png') 50% 50% no-repeat #4c4c4c;
  padding: 0!important;
  float: left;
  margin-left: 0;
}
