/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;.send
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-container{
    overflow-y: auto;
    padding-top: 30px;
  }
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.order-row .pack {
    position: absolute;
    top: -7px;
    left: -261px;
}
.input-block input, .input-block select {
    color: #7e7e7e;
    background-color: #fff;
    border: 1px solid #ff0b00;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 259px;
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
    display: block;
    position: relative;
    z-index: 100;
}
.expert-video,.order-row{background-color:#fff;text-align:left}.causes-item-list,.help-item{-webkit-box-orient:vertical;-webkit-box-direction:normal}.causes-item,.distinction-row,.expert-video,.help-block p,.order-row,.secret p{text-align:left}.causes{background-image:url(http://v40.sustavitin.site/img/bg-causes.jpg);color:#fff}.causes p{line-height:24px}.s-under-line{font-size:30px;line-height:40px;margin-bottom:25px}.causes-table{border:4px solid #ffca11;padding:27px 0 40px;margin-top:28px}.causes-item-list{padding:0 20px 0 40px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;height:300px}.causes-item-list li{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;font-size:20px;line-height:24px}.causes-item-list li img{margin-right:7px;width:36px;height:36px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.causes-item-list li span{display:block;max-with:297px;width:297px}.expert{background-image:url(http://v40.sustavitin.site/img/bg-expert.jpg)}.expert .video-block{margin:5px -15px 5px 0;-webkit-box-shadow:1px 2px 7.76px .24px rgba(0,0,0,.48);box-shadow:1px 2px 7.76px .24px rgba(0,0,0,.48);height:380px}.expert-video{-webkit-box-shadow:1px 2px 7.76px .24px rgba(0,0,0,.48);box-shadow:1px 2px 7.76px .24px rgba(0,0,0,.48);margin:40px 40px 0}.video-descr{font-size:22px;letter-spacing:-1px;line-height:26px;padding:20px 20px 20px 10px}.video-descr p:not(:last-child){margin-bottom:35px}.video-avtor{font-size:24px;font-weight:bold}.video-reviews .video-block{height:210px}.s-order-form{background-image:url(http://v40.sustavitin.site/img/bg-order-form.jpg);padding:73px 0 92px}.order-row{-webkit-border-radius:10px;border-radius:10px;position:relative}.order-row .pack{left:435px;    max-width: 220px;z-index:5;display:inline-block}.order-row .sale{top:177px;left:342px;z-index:10;display:inline-block}.order-row .clock-block{padding-left:22px}.order-row .clock-block .clock-header{color:#000;font-size:15px;line-height:28px;position:relative;text-align:left;top:0;padding-left:2px}.order-row .clock-block .flip-clock-wrapper ul{margin:2px;width:52px;height:70px;font-size:48px;line-height:70px}.order-row .clock-block .flip-clock-wrapper ul li{line-height:70px}.order-row .clock-block .flip-clock-wrapper ul li a div,.order-row .clock-block .flip-clock-wrapper ul li a div.inn{font-size:48px}.order-row .clock-block .flip-clock-wrapper .flip{-webkit-box-shadow:1px 2px .97px .03px rgba(0,0,0,.48);box-shadow:1px 2px .97px .03px rgba(0,0,0,.48)}.order-row .clock-block .flip-clock-divider{width:22px;height:74px}.order-row .clock-block .flip-clock-divider:first-child{width:0}.order-row .clock-block .flip-clock-divider .flip-clock-label{bottom:-2em;font-size:15px;line-height:28px;left:34px;color:#000}.attention,.dc-text,.faq,.how{color:#fff}.order-row .clock-block .flip-clock-divider.minutes .flip-clock-label{left:56px}.order-row .clock-block .flip-clock-divider.seconds .flip-clock-label{left:53px}.order-row .clock-block .flip-clock-dot{background:#000;width:6px;height:6px;left:8px}.order-row .clock-block .flip-clock-dot.top{top:20px}.order-row .clock-block .flip-clock-dot.bottom{bottom:20px}.or-line-top{background-color:#efefef;height:200px;margin:0 -15px;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0}.or-line-top .conditions-text{padding:23px 125px 0 24px}.or-line-top .input-block{background-color:transparent;padding:20px 26px 0 110px}.or-line-top .input-block label{text-indent:6px}.or-line-top .order-form-header{position:relative;top:0;line-height:23px;margin-bottom:30px}.or-line-bottom{height:157px}.or-line-bottom .conditions-price{margin:0 -15px;padding:25px 0 0 24px}.or-line-bottom .old-price{line-height:37.25px}.or-line-bottom .old-price .title{font-size:16px}.or-line-bottom .old-price .cost{font-size:34px}.or-line-bottom .price{line-height:42.89px}.or-line-bottom .price .title{font-size:22px}.or-line-bottom .price .cost{font-size:44px}.or-line-bottom .btn-block{padding:30px 0 0 95px;z-index:10;text-align: center;}.or-line-bottom .arrow{top:-6px;right:30px}.secret{background-image:url(http://v40.sustavitin.site/img/bg-secret.jpg)}.secret h2{margin-bottom:30px}.secret p{font-size:20px;line-height:26px}.secret p:not(:last-child){margin-bottom:26px}.help-block{background-color:#fff;margin:0 -15px;padding:30px 35px;-webkit-box-shadow:1px 2px .97px .03px rgba(0,0,0,.48);box-shadow:1px 2px .97px .03px rgba(0,0,0,.48)}.help-block h2{line-height:26px;margin:0 -35px}.help-block p{line-height:26px;margin-top:20px}.percent-block{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.help-item{width:250px;margin:0 20px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.help-item .circle-text{font-family:OpenSansBold,sans-serif}.circlestat{margin:20px 0 50px;position:relative}.circlestat:after{content:"";width:300px;height:100%;background-image:url(http://v40.sustavitin.site/img/bg-perc.png);background-repeat:no-repeat;background-position:center bottom;left:-53px;top:50px;position:absolute}.help-item__text{margin-top:15px;max-width:100%}.distinction{background-image:url(http://v40.sustavitin.site/img/bg-distinction.jpg);padding-bottom:0}.distinction h2{line-height:24px;margin-bottom:50px}.distinction-row{padding:40px 0;position:relative}.distinction-row:nth-child(2n){background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 48%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(48%,#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 48%,rgba(255,255,255,0) 100%)}.distinction-row:nth-child(2n+1){background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.54) 48%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(48%,rgba(255,255,255,.54)),to(rgba(255,255,255,0)));background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.54) 48%,rgba(255,255,255,0) 100%)}.distinction-img{position:absolute;left:40px;top:-62px}.composition-item,.text-reviews__items{position:relative}.distinction-text{line-height:26px;padding-right:65px;padding-left:15px;font-size:20px}.ci-header,.dc-text{font-size:20px;line-height:28px;font-family:OpenSansBold,sans-serif}.distinction-combination{background:-webkit-linear-gradient(left,rgba(1,39,68,0) 0,#012744 48%,rgba(1,39,68,0) 100%);background:-webkit-gradient(linear,left top,right top,from(rgba(1,39,68,0)),color-stop(48%,#012744),to(rgba(1,39,68,0)));background:linear-gradient(to right,rgba(1,39,68,0) 0,#012744 48%,rgba(1,39,68,0) 100%);margin-top:45px}.composition,.owl-nav>div{background-repeat:no-repeat}.dc-text{padding:20px 60px}.composition{padding-top:68px;background-image:url(http://v40.sustavitin.site/img/bg-composition.png);background-position:top center;padding-bottom:40px}.composition .line1 .left .arrow{top:152px;right:-27px}.composition .line1 .right .arrow{top:171px;right:376px}.composition .line2{margin-top:151px}.composition .line2 .left .arrow{top:29px;right:-52px}.composition .line2 .right .arrow{top:32px;right:431px}.composition-item{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.composition-item.left{margin-right:-15px}.composition-item.left .composition-item__text{text-align:right;margin-right:15px}.attention-body,.audio-title,.faq-list,.tr-item,.warning-border,footer{text-align:left}.composition-item.right{margin-left:-15px}.composition-item.right .composition-item__text{text-align:left;margin-left:15px}.composition-item__text{width:240px}.tr-item .tr-item__img img,.tr-item__img img{width:253px}.composition-item__img{z-index:9;position:relative}.ci-body{line-height:24px}.faq-list li,.tr-body,.tr-header{line-height:26px}.reviews{background-image:url(http://v40.sustavitin.site/img/bg-reviews.jpg);background-size:cover}.video-reviews{margin-top:31px}.text-reviews{margin-top:42px}.tr-item__img{margin-right:30px}.tr-item{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}.tr-header{font-family:OpenSansBold,sans-serif;font-size:24px;padding-bottom:10px}.tr-body{width:662px}.owl-nav>div{width:25px;height:44px;background-image:url(http://v40.sustavitin.site/img/arrow-slider.png);position:absolute;top:50%;margin-top:-12px}.faq-list li,.how-item{position:relative}.owl-nav>div.owl-prev{background-position:left top;left:-70px}.owl-nav>div.owl-next{background-position:right top;right:-70px}.owl-dots{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:20px 0 60px}.owl-dots .owl-dot{width:24px;margin:0 7px;height:24px;-webkit-border-radius:50%;border-radius:50%;background-color:#000;-webkit-transition:background-color ease .5s;transition:background-color ease .5s}.owl-dots .owl-dot.active{background-color:#ffca11}.audio-reviews h2{padding:0 185px}.audio-block{background-color:#fff;margin:25px -15px 0;padding:18px 30px;-webkit-box-shadow:1px 2px .97px .03px rgba(0,0,0,.48);box-shadow:1px 2px .97px .03px rgba(0,0,0,.48)}.audio-block img{width:100%}.audio-title{margin-bottom:10px}.audio-title:not(:first-child){margin-top:20px}.plyr--audio .plyr__controls{background-color:#f6f7f6}.block-faq{margin:25px -15px 0;border:4px solid #ffca11}.faq-list li:not(:last-child),.how h2{margin-bottom:40px}.faq{background-color:#012744}.faq-list{padding:25px 40px}.question{cursor:pointer;display:inline-block;font-family:OpenSansBold,sans-serif;z-index:9}.question span{border-bottom:1px dashed #fff}.answer{background-color:#044577;padding:0 15px;z-index:99;top:30px;display:none;overflow:hidden}.att-form .btn,.att-form input{height:60px;width:297px;line-height:26px;display:block}.how{background-image:url(http://v40.sustavitin.site/img/bg-how.jpg)}.how-arrow{position:absolute;right:-35px;top:66px}.how-text{line-height:26px;margin-top:15px;padding:0 40px}.attention{background-color:#012744;padding-bottom:100px}.att-form input,.team,.warning{background-color:#fff}.attention-body{position:relative;margin-top:40px;padding-left:460px;padding-right:80px}.attention-img img{position:absolute;top:-220px;left:-160px;z-index:0}.attention-form,.delivery-item{position:relative}.attention-text{line-height:26px}.attention-text p{margin-top:22px}.attention-form{margin-top:27px;z-index:10}.att-form input{padding:0;text-indent:17px;color:#b6b6b6;border:.79px solid #ff0b00}.att-form .btn{font-family:OpenSansBold,sans-serif;margin-top:14px}.team h2{margin-bottom:28px}.team-item{line-height:26px}.team-name{font-size:20px;margin-top:15px;margin-bottom:5px;height:78px}.team-descr{padding:0 11px}.delivery{color:#fff;background-image:url(http://v40.sustavitin.site/img/bg-delivery.jpg)}.delivery-item.first .delivery-img{font-size:7em}.delivery-item.first .delivery-text{padding:0 25px}.delivery-item.second .delivery-img{padding-top:10px;font-size:6em}.delivery-item.third .delivery-img{font-size:5em;padding-top:20px}.delivery-item.third .delivery-img i{margin-left:-100px}.delivery-item.third .delivery-text{padding:0 45px}.delivery-item.fourth .delivery-img{font-size:6em;padding-top:10px}.delivery-img{color:#ffdb8c;height:127px;margin:28px 0 17px}.footer-row a,footer{color:#fff}.delivery-text{line-height:26px}.delivery-arrow{position:absolute;top:55px;right:-25px;width:22px}.delivery-map{background-image:url(http://v40.sustavitin.site/img/bg-map.jpg)}.delivery-map h2{padding:0 200px;line-height:44px}.dmap{margin-top:-50px}.warning h2{line-height:44px;padding:0 60px}.warning p{font-size:20px;line-height:44px}.warning-border{border:4px solid #ffca11;margin:15px -15px 0;padding:7px 20px}.warning-border p{line-height:24px;margin-bottom:10px}.warning-border p.red{font-family:OpenSansBold,sans-serif}.bottom-form{background-image:url(http://v40.sustavitin.site/img/bg-bottom.jpg);color:#fff}footer{padding:30px 0 40px;background-color:#292929}.footer-row{margin:0 -15px;line-height:24px}.footer-row h3{font-size:16px}.footer-row ul li{font-size:14px;margin-top:15px}.pu-send-form{position:relative}.pu-send-form .mfp-close{color:#5590d9;border:3px solid #5590d9;-webkit-border-radius:50%;border-radius:50%;height:33px;width:33px;line-height:31px;top:-18px;opacity:1}.plyr .plyr__progress,.plyr .plyr__time,.plyr__controls button{display:block}.plyr .plyr__volume{max-width:75px}.plyr__play-large{-webkit-transform:none;-ms-transform:none;transform:none;margin-top:-24px;margin-left:-24px}.plyr__controls{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cod-error,.cod-ok{width:458px;margin:auto;background-color:rgba(0,0,0,.8);-webkit-border-radius:4px;border-radius:4px;color:#fff;text-align:center;line-height:33px;font-size:1.2em;padding:35px;position:relative}.cod-error .mfp-close,.cod-ok .mfp-close{color:#5590d9;border:3px solid #5590d9;-webkit-border-radius:50%;border-radius:50%;width:32px;height:32px;line-height:27px;top:-40px;right:-25px}.cod-ok{border:3px solid #fff}.cod-error{border:3px solid #ff0b00}@media only screen and (max-width:1199px){.s-under-line{font-size:26px;line-height:34px;margin-bottom:15px}.causes p,.causes-item-list li{line-height:20px;font-size:16px}.causes-table{margin-top:18px}.causes-item-list{padding:0 10px 0 25px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:280px}.causes-item-list li{margin-bottom:0}.causes-item-list li span{max-width:213px;width:213px}.expert-video{margin-top:25px}.expert .video-block{height:330px}.video-descr{font-size:16px;line-height:22px;padding:15px 0 15px 10px}.video-descr p:not(:last-child){margin-bottom:10px}.video-avtor{font-size:22px;line-height:28px}.s-order-form{padding:56px 0 80px}.or-line-top .conditions-text{padding:5px 100px 0 10px;font-size:16px;line-height:23px}.or-line-top .input-block{padding:5px 10px 0 125px}.or-line-top .order-form-header{margin-bottom:0}.or-line-top .input-block label{text-indent:0}.or-line-top .input-block input,.input-block select{width:322px;z-index:10}.or-line-bottom .conditions-price{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding-left:10px}.or-line-bottom .old-price{margin-right:40px}.or-line-bottom .old-price .title{font-size:14px}.or-line-bottom .old-price .cost{font-size:30px}.or-line-bottom .price .title{font-size:16px}.or-line-bottom .price .cost{font-size:40px}.or-line-bottom .btn-block{padding:43px 0 0 110px}.or-line-bottom .btn-block .send{font-size:30px;width:323px;text-align:center;padding:19px 0 24px}.or-line-bottom .arrow{width:initial;right:3px;top:-13px}.order-row .sale{width:155px;left:275px}.order-row .pack{left:280px}.order-row .clock-block{padding-left:8px}.order-row .clock-block .clock-header{font-size:14px;line-height:29.27px}.order-row .clock-block .flip-clock-wrapper ul{margin:2px;width:47px;height:64px;font-size:44px;line-height:64px}.order-row .clock-block .flip-clock-wrapper ul li{line-height:64px}.order-row .clock-block .flip-clock-wrapper ul li a div,.order-row .clock-block .flip-clock-wrapper ul li a div.inn{font-size:44px}.order-row .clock-block .flip-clock-divider{height:68px;width:20px}.order-row .clock-block .flip-clock-divider .flip-clock-label{font-size:14px;line-height:29px;left:30px}.order-row .clock-block .flip-clock-divider.minutes .flip-clock-label,.order-row .clock-block .flip-clock-divider.seconds .flip-clock-label{left:50px}.order-row .clock-block .flip-clock-dot{width:5px;height:5px}.order-row .clock-block .flip-clock-dot.top{top:22px}.order-row .clock-block .flip-clock-dot.bottom{bottom:22px}.secret p{font-size:18px;line-height:24px;padding-right:30px}.help-block p,.help-item__text{font-size:16px;line-height:20px}.help-block{padding:25px}.help-item__text{padding:0 10px}.ci-header,.dc-text{font-size:18px;line-height:26px}.distinction-row{padding:20px 0}.distinction-img{left:0;top:-48px}.distinction-img img{width:198px}.distinction-text{padding-right:0;margin-left:-40px}.dc-text{padding:15px 0}.ci-body{font-size:16px}.composition{background-size:contain}.composition .arrow{width:initial}.composition .line1 .left .arrow{top:137px;right:-9px}.composition .line1 .right .arrow{top:162px;right:342px}.composition .line2 .left .arrow{top:0;right:-37px}.composition .line2 .right .arrow{top:3px;right:358px}.composition-item.left{margin-right:30px}.composition-item.left .composition-item__text{margin-right:10px}.composition-item.right{margin-left:30px}.composition-item.right .composition-item__text{margin-left:10px}.composition-item__text{width:215px}.composition-item__img img{width:200px}.tr-item__img{margin-right:20px}.tr-item__img img{width:216px}.tr-header{font-size:20px}.tr-body{width:505px;font-size:16px;line-height:20px}.video-reviews .video-block{height:180px}.owl-nav>div.owl-prev{left:-55px}.owl-nav>div.owl-next{right:-55px}.audio-reviews h2{padding:0 150px}.faq-list{padding:15px 10px 25px}.faq-list li:not(:last-child){margin-bottom:25px}.answer{font-size:16px;line-height:24px}.how-img img{width:209px}.how-arrow{width:29px;top:77px}.how-text{padding:0 25px}.attention{padding-bottom:77px}.attention-body{padding-left:373px;padding-right:0}.attention-img img{width:719px;top:-182px;left:-193px}.att-form .btn{font-size:24px;margin-top:25px}.delivery-item.first .delivery-text{padding:0}.delivery-item.second .delivery-text{margin:0 -10px}.delivery-item.third .delivery-text{padding:0 30px}.dmap img{width:100%}.warning p{font-size:18px;line-height:36px}.warning-border{padding:7px}.warning-border p{line-height:24px}.footer-row h3{font-size:14px}.footer-row ul li{font-size:12px;line-height:18px}}@media only screen and (max-width:991px){.percent-block,.tr-item{-webkit-box-orient:vertical;-webkit-box-direction:normal}.causes{background-image:url(http://v40.sustavitin.site/img/bg-causes-small.jpg)}.s-under-line{font-size:22px;line-height:32px;margin:0 -15px 10px}.causes p{line-height:24px}.causes-table{padding-bottom:0}.causes-item-list{padding:0 75px}.causes-item-list li{font-size:20px;line-height:24px}.causes-item-list li:last-child{margin-bottom:35px}.causes-item-list li span{width:239px;max-width:239px}.expert{background-image:url(http://v40.sustavitin.site/img/bg-expert-small.jpg)}.expert .video-block{margin-left:-15px;height:270px}.expert-video{margin:25px -15px 0}.video-descr{font-size:20px;line-height:28px;padding:15px 3px}.video-avtor{font-size:26px;line-height:28px}.s-order-form{background-image:url(http://v40.sustavitin.site/img/bg-order-form-small.jpg);padding:110px 0 35px}.order-row .pack{top:-195px;left:-80px;z-index:1}.order-row .sale{width:127px;top:-76px;left:123px;z-index:2}.or-line-top{background-color:transparent;height:auto}.or-line-top .conditions-text{padding:5px 10px 0 181px;font-size:14px;line-height:18px}.or-line-top.second{-webkit-border-radius:0;border-radius:0;background-color:#efefef}.or-line-top .order-form-header{position:absolute;color:#ffca11;top:-340px;right:6px}.or-line-top .input-block{padding:18px 15px 14px}.or-line-top .input-block input,.input-block select{width:259px}.or-line-bottom{height:initial}.or-line-bottom .conditions-price{padding:20px 10px 37px 180px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.or-line-bottom .old-price{margin:0}.or-line-bottom .old-price .cost{font-size:26px}.or-line-bottom .price .cost{font-size:36px}.or-line-bottom .btn-block{padding:43px 15px 15px}.or-line-bottom .btn-block .send{width:100%;padding:22px 0 27px}.order-row .clock-block{padding:0 10px 0 180px}.order-row .clock-block .clock-header{font-size:11px;line-height:24.07px}.order-row .clock-block .flip-clock-wrapper ul{margin:1px;width:39px;height:53px;font-size:36px;line-height:53px}.order-row .clock-block .flip-clock-wrapper ul li{line-height:53px}.order-row .clock-block .flip-clock-wrapper ul li a div,.order-row .clock-block .flip-clock-wrapper ul li a div.inn{font-size:36px}.order-row .clock-block .flip-clock-divider{height:55px;width:15px}.order-row .clock-block .flip-clock-divider .flip-clock-label{font-size:11px;line-height:24.07px;left:26px}.order-row .clock-block .flip-clock-divider.minutes .flip-clock-label,.order-row .clock-block .flip-clock-divider.seconds .flip-clock-label{left:37px}.order-row .clock-block .flip-clock-dot{width:4px;height:4px;left:6px}.order-row .clock-block .flip-clock-dot.top{top:19px}.order-row .clock-block .flip-clock-dot.bottom{bottom:19px}.secret{background-image:url(http://v40.sustavitin.site/img/bg-secret-small.jpg)}.secret h2{padding:0 50px;margin-bottom:20px}.secret p{padding:0;margin:0 -15px}.secret p:not(:last-child){margin-bottom:15px}.help-block{padding:25px 10px}.percent-block{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.circlestat:after{width:250px;left:-28px}.distinction{background-image:url(http://v40.sustavitin.site/img/bg-distinction-small.jpg)}.distinction h2{margin-bottom:25px}.distinction-row{padding:9px 0}.distinction-img{top:-20px}.distinction-img img{width:163px}.distinction-text{margin:0 -15px 0 20px;font-size:14px;line-height:18px;padding-left:17px;padding-right:1px}.dc-text{font-size:16px;line-height:24px;padding:10px 0;margin:0 -15px}.distinction-combination{margin-top:20px}.composition{padding-top:0;background-image:none;margin:0 -15px}.composition .line2{margin-top:0}.ci-header{font-size:20px;line-height:28px}.ci-body{font-size:18px}.composition-item{margin-top:27px}.composition-item.left{margin-right:0}.composition-item.left .composition-item__text{margin-right:20px}.composition-item.right{margin-left:0}.composition-item.right .composition-item__text{margin-left:20px}.composition-item__text{width:232px}.composition-item__img img{width:218px}.reviews{background-image:url(http://v40.sustavitin.site/img/bg-reviews-small.jpg);background-size:cover}.video-reviews{margin-top:10px}.video-block{margin:10px 30px 0}.tr-item{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tr-item__img{margin:0}.tr-item__text{max-width:100%}.tr-header{margin:10px 0;text-align:center;font-size:24px;padding:0 100px}.tr-body{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;line-height:22px}.video-reviews .video-block{height:220px}.owl-nav>div{top:115px}.owl-nav>div.owl-next{right:15px}.owl-nav>div.owl-prev{left:15px}.audio-reviews h2{padding:0}.audio-block{margin-top:15px}.faq-list li{font-size:16px}.answer{font-size:14px;line-height:18px}.how{background-image:url(http://v40.sustavitin.site/img/bg-how-small.jpg);overflow:hidden}.how-item{margin-bottom:90px}.how-item.last{margin-bottom:0}.how-text{padding:0 80px}.how-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);top:auto;bottom:-65px;right:205px}.attention{padding-bottom:300px}.attention-img{position:absolute;bottom:59px;right:650px}.attention-img img{top:auto;top:initial;left:auto;left:initial;width:auto;width:initial}.attention-body{position:relative;padding:0}.team h2{padding:0 40px;margin:0}.team-item{padding:0 95px}.team-photo{margin-top:27px}.team-name{height:initial}.delivery{background-image:url(http://v40.sustavitin.site/img/bg-delivery-small.jpg)}.delivery h2,.delivery-item{margin:0 -15px}.delivery-item.fourth,.delivery-item.third{margin-top:55px}.delivery-item.first .delivery-text{padding:0 20px}.delivery-item.first .delivery-arrow{right:-7px}.delivery-item.second .delivery-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);top:initial;right:15px;bottom:-55px}.delivery-item.third .delivery-arrow{top:35px;right:initial;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);left:-25px}.delivery-map h2{padding:0;margin:0 -15px}.dmap{margin:0}.warning h2{padding:0;line-height:32px}.warning p{line-height:26px;margin:0 -15px 10px}.bottom-form{background-image:url(http://v40.sustavitin.site/img/bg-bottom-small.jpg)}footer h3{height:50px}footer ul{height:250px}}@media only screen and (max-width:479px){.causes h2,.s-under-line{margin:0 -15px}.s-under-line{font-size:20px;line-height:32px}.causes .s-under-line{font-size:14px;line-height:22px}.causes p{font-size:14px;line-height:20px}.causes-item-list{padding:0}.causes-item-list li{font-size:16px;line-height:24px}.causes-item-list li:not(:last-child){margin-bottom:25px}.causes-item-list li span{width:224px;max-width:224px}.expert .video-block{height:185px}.video-descr{padding:5px 8px;font-size:16px;line-height:22px;margin:0 -15px}.video-avtor{font-size:18px;line-height:28px}.s-order-form{background-image:url(http://v40.sustavitin.site/img/bg-order-form-xs.jpg);padding:88px 0 25px}.order-row .sale{width:initial;left:78px;top:-63px}.or-line-top .conditions-text{padding:40px 15px 0}.or-line-top .input-block{padding-top:0}.or-line-top .input-block input,.input-block select{width:100%}.or-line-bottom{margin-top:15px}.or-line-bottom .conditions-price{padding:0 15px}.or-line-bottom .arrow{top:-21px}.or-line-bottom .btn-block{padding:43px 0 15px}.or-line-bottom .btn-block .send{font-size:19.29px;line-height:14.79px;padding:17px 0}.order-row .clock-block{padding:0 15px;margin-top:10px}.order-row .clock-block .clock-header{font-size:14px;line-height:24px;text-align:center}.order-row .clock-block .flip-clock-divider .flip-clock-label{font-size:12px;line-height:24.58px}.help-block p,.secret p{text-align:center;font-size:16px}.secret{background-image:url(http://v40.sustavitin.site/img/bg-secret-xs.jpg)}.secret h2{padding:0}.secret p{line-height:20px}.help-block{padding:25px 0}.help-block h2{margin:0 -15px}.help-block p{line-height:18px}.distinction{background-image:url(http://v40.sustavitin.site/img/bg-distinction-xs.jpg);background-size:initial;background-position:center -6px}.distinction h2{margin:0}.distinction-row{padding:110px 0 25px;margin-top:75px}.distinction-img{top:-175px;left:50%;margin-left:-84px}.composition-item.right .composition-item__text,.distinction-text{margin:0;text-align:center}.distinction-img img{width:168px}.distinction-text{padding:0;font-size:14px;line-height:18px}.dc-text{font-size:16px;line-height:24px}.composition-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.composition-item.left .composition-item__text{margin:0;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;text-align:center}.att-form .btn,.att-form input{width:290px}.composition-item__text{width:100%;margin:100%}.reviews h2{margin:0 -15px}.video-reviews .video-block{height:180px}.delivery-img,footer h3,footer ul{height:initial}.video-block{margin:10px -15px 0}.tr-item .tr-item__img img{width:196px}.owl-nav>div{top:85px}.owl-nav>div.owl-prev{left:0}.owl-nav>div.owl-next{right:0}.tr-header{font-size:24px;line-height:26px;padding:0 20px}.tr-body,.warning p{font-size:16px}.how-text{padding:0}.how-arrow{right:initial;left:50%;margin-left:-25px}.attention{padding-bottom:135px;overflow:hidden}.attention-body{margin-top:20px}.attention-text{font-size:16px;line-height:23px;margin:0}.attention-form{margin:27px 0 0}.attention-img{right:560px}.team-item{padding:0}.delivery{background-image:url(http://v40.sustavitin.site/img/bg-delivery-xs.jpg)}.delivery-img{margin-top:0}.delivery-item.first{margin-top:25px}.delivery-item.first .delivery-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);right:initial;top:initial}.delivery-item.second{margin-top:50px}.delivery-item.second .delivery-text{padding:0 30px}.delivery-item.second .delivery-img{padding:0}.delivery-item.second .delivery-arrow{right:initial;top:initial}.delivery-item.third{margin-top:75px}.delivery-item.third .delivery-text{padding:0 60px}.delivery-item.third .delivery-img{padding:0}.delivery-item.third .delivery-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:initial;top:initial}.delivery-item.fourth{margin-top:50px}.delivery-item.fourth .delivery-text{padding:0 35px}.delivery-item.fourth .delivery-img{padding:0}.warning h2{margin:0 -15px;line-height:24px}.warning p{line-height:24px}.warning-border{text-align:center;padding:7px 15px}.form.bottom{margin-top:60px}.form.bottom .sale{width:initial;top:-64px;right:70px}.form.bottom .conditions{padding-top:43px}footer{padding-top:0}footer h3{margin-top:30px}.cod-error,.cod-ok{width:290px}}.wrapper{min-width:320px;overflow:hidden;margin:0 auto}@media (max-width:992px){.delivery-item .delivery-arrow{display:none!important}.how-arrow{display:none!important}.how-img img{width:130px!important;max-width:100%}.how-item{margin-bottom:15px}.delivery-item .delivery-arrow{display:none}}@media (max-width:992px){.s-order-form,.team{display:none !important;}.owl-carousel img{width:auto!important;margin-left:auto!important;margin-right:auto!important;max-width:100%!important}.dccc{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;align-items:center;margin:30px auto}.dccc > *{display:block;border-radius:50%;background:#b1b1b1;height:15px;width:15px;margin:0 3px;flex-grow:0;flex-shrink:0;box-sizing:border-box;border:2px solid #fff;transition:all .25s ease}.dccc > *.active{background:red}.pain-item__text{display:none}.causes-item-list{height:auto!important}.causes-item-list li{margin-bottom:0!important;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}}

hr,img,legend{border:0}legend,td,th{padding:0}body,figure{margin:0}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:#337ab7;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}.img-thumbnail,body{background-color:#fff}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{vertical-align:middle}svg:not(:root){overflow:hidden}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857;color:#333}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{-webkit-border-radius:6px;border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857;border:1px solid #ddd;-webkit-border-radius:4px;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.img-circle{-webkit-border-radius:50%;border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:480px){.container{width:470px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33332%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33332%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33332%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33332%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width:480px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33332%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33332%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33332%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33332%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33332%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33332%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33332%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33332%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.3%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33332%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33332%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33332%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}.invisible{visibility:hidden}.text-hide{font:0px/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:479px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:480px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:479px){.hidden-xs{display:none!important}}@media (min-width:480px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}<!-- header inline style --> header,section{overflow:hidden;background-repeat:no-repeat;background-position:top center}h1,h2,h3,h4,h5,h6,p,ul{padding:0;margin:0}.clock-header,.header-body,section{text-align:center}*{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto}body{background-color:#012744;color:#000;font-family:OpenSansRegular,sans-serif;font-size:18px;line-height:23px;min-width:320px}.bold,.count-bayer,.price .cost,h1,h2,h3,h4,h5,h6{font-family:OpenSansBold,sans-serif}section{padding:30px 0 40px}section h2{line-height:40px}.sale img{width:100%}.sale span{position:absolute;right:20px;font-size:22px!important;text-transform:uppercase;font-weight:bold;line-height:normal;top:20px;text-align:center;display:block;width:inherit;color:red}.order-row .sale{opacity:0}h1,h2,h3,h4,h5,h6{font-weight:400}h1{font-size:38px;line-height:54.3px}h2{font-size:36px}header{background-image:url(http://v40.sustavitin.site/img/bg-header.jpg)}.yellow{color:#ffca11}.red{color:#ff0b00}.row-flex{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.row-flex>div{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}ul{list-style-type:none}.btn{display:inline-block;background-color:#ff7426!important;border-color:#ff7426!important;-webkit-transition:all ease .5s;transition:all ease .5s}.btn:hover{color:#fff!important;background-color:#f96d1f!important;border-color:#f96d1f!important;text-decoration:none}.top-line{background-color:rgba(0,0,0,.61)}.tl-block{font-size:14px;line-height:16px;height:87px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top-logo{margin:0 15px 0 -15px}.top-slogan{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:580px}.top-slogan__item{color:#fff;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.top-slogan__item i{font-size:2.6em;display:block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.top-slogan__item span{display:block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.top-btn{margin-right:-15px}.top-btn .btn{padding:10px}.clock-block{position:relative}.clock-header{color:#fff;position:absolute;top:-1.5em;width:100%;font-size:11px}.header-body{color:#fff}.header-body h1{margin:0 -15px}.under-header{font-size:23px;line-height:36px;margin-top:10px}.list-form{margin-top:45px}.list-ok{width:520px;background-color:#13527d;background-color:rgba(19,82,125,.66);text-align:left;margin-left:-15px}.list-ok-items{padding:30px 80px 32px 30px}.list-ok-items li{margin-top:15px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.list-ok-items li:first-child{margin-top:0}.list-ok-items li:not(:last-child) span{padding-bottom:15px;background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,219,140,.98) 51%,#ffdc8e 52%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(51%,rgba(255,219,140,.98)),color-stop(52%,#ffdc8e),to(rgba(255,255,255,0)));background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,219,140,.98) 51%,#ffdc8e 52%,rgba(255,255,255,0) 100%);background-size:100% 3px;background-position:50% 100%;background-repeat:no-repeat}.list-ok-items li img{margin:0 14px 15px 0}.list-ok-items li span{display:block;width:378px}.form{margin-right:-15px;position:relative}.pack{position:absolute;top:-197px;left:-261px}.order-form{width:470px;background-color:#fff;-webkit-border-radius:10px;border-radius:10px;float:right;text-align:left;position:relative}.order-form-header{font-size:16px;position:absolute;left:0;top:-27px}.conditions{padding:5px 10px 10px 60px;position:relative}.sale{position:absolute;left:-115px;top:-9px}.conditions-text{font-size:16px}.conditions-price{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;padding-left:20px}.conditions-price>div{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.conditions-price>div > span{display:block}.old-price{color:#555;line-height:33px;margin-right:40px}.input-block,.price{line-height:38px}.old-price .title{font-size:14px}.old-price .cost{font-size:30px;position:relative}.price .title{font-size:20px}.price .cost{font-size:39px}.input-block{background-color:#efefef;font-size:14px;padding:8px 18px 18px 14px}.input-block>div{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.input-block label{color:#000;display:block}.input-block input,.input-block select{color:#7e7e7e;background-color:#fff;border:1px solid #ff0b00;-webkit-border-radius:5px;border-radius:5px;width:259px;height:36px;line-height:36px;text-indent:15px;display:block;position:relative;z-index:100}.count-bay,.pain-item__text{color:#000}.ib-name{margin-bottom:8px}.btn-block{padding:20px 132px 17px 14px;position:relative}.count-bay{font-size:14px}.arrow{position:absolute;z-index:1;opacity:.99;top:-3px;right:60px}.medal-line{margin:41px 0;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.medal-line img{margin:0 9px}.pain{background-color:#fff;padding:30px 0 40px}.pain h2{margin-bottom:36px}.pain-item{padding:0 10px}.pain-item__img{margin-bottom:20px}.hfooter{font-size:28px;line-height:40px;padding:15px 140px 35px}@media only screen and (max-width:1199px){section{padding:25px 0}h1{font-size:34px}h2{font-size:30px}.tl-block{height:114px}.top-slogan{font-size:12px;line-height:16px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:350px}.top-slogan__item:nth-child(1){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:6px}.top-slogan__item:nth-child(2){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.top-slogan__item:nth-child(3){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;top:20px;position:relative}.under-header{font-size:19px;line-height:36px}.list-ok{width:453px}.list-ok-items{padding:10px 80px 32px 10px}.list-ok-items li span{width:332px}.order-form{width:360px}.order-form-header{font-size:14px}.conditions{padding:5px 54px 10px}.conditions-text{font-size:14px;line-height:18px}.conditions-price{padding-left:0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.old-price{line-height:32px;margin-right:0}.old-price .cost{font-size:27px}.price{line-height:30px}.price .title{font-size:14px}.price .cost{font-size:30px}.sale{width:123px;top:-6px;left:-100px}.input-block{padding:3px 0 17px 54px}.input-block>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ib-name{margin-bottom:0}.btn-block{padding:10px 46px 10px 54px}.send{font-size:20px;padding:12px 30px 17px}.arrow{width:34px;right:14px}.count-bay{margin-top:5px}.pack{left:-255px}.medal-line{margin-top:0}.medal-line img{height:74px;margin:0}.medal-line img:nth-child(2){margin:0 20px}.pain-item__img img{width:100%}.pain-item__text{font-size:16px;line-height:20px}.hfooter{font-size:26px;line-height:34px;padding:15px 0 30px}}@media only screen and (max-width:991px){.input-block>div,.row-flex{-webkit-box-direction:normal}.row-flex{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}header{background-image:url(http://v40.sustavitin.site/img/bg-header-small.jpg)}.header-body{margin-top:10px}.tl-block{height:80px;font-size:18px;line-height:16px}.top-btn .btn{padding:10px 20px 12px}h1{font-size:27px}h2{font-size:26px;line-height:32px}.under-header{font-size:18px;line-height:24px;margin:10px -15px 0}.list-form{margin-top:15px}.list-ok{width:auto;margin-right:-15px}.list-ok-items{padding:30px}.list-ok-items li span{width:378px}.form{margin-top:120px}.order-form{width:auto;margin-left:-15px;float:none}.pack{width:370px;z-index:1;left:-100px;top:-185px}.sale{z-index:2;left:115px;top:-70px}.order-form-header{font-size:16px;width:210px;right:22px;left:auto;top:-80px}.conditions{padding:5px 10px 35px 180px}.conditions .clock-block{padding-left:0}.conditions .clock-block .clock-header{font-size:11px;line-height:24.07px;color:#000;position:relative;top:0;text-align:left}.conditions .clock-block .flip-clock-wrapper ul{margin:1px;width:39px;height:53px;font-size:36px;line-height:53px}.conditions .clock-block .flip-clock-wrapper ul li{line-height:53px}.conditions .clock-block .flip-clock-wrapper ul li a div,.conditions .clock-block .flip-clock-wrapper ul li a div.inn{font-size:36px}.conditions .clock-block .flip-clock-divider{height:55px;width:15px}.conditions .clock-block .flip-clock-divider .flip-clock-label{font-size:11px;line-height:24.07px;left:26px;color:#000}.conditions .clock-block .flip-clock-divider:first-child{width:0}.conditions .clock-block .flip-clock-divider.minutes .flip-clock-label,.conditions .clock-block .flip-clock-divider.seconds .flip-clock-label{left:37px}.conditions .clock-block .flip-clock-dot{width:4px;height:4px;background-color:#000;left:6px}.conditions .clock-block .flip-clock-dot.top{top:19px}.conditions .clock-block .flip-clock-dot.bottom{bottom:19px}.conditions-price{margin-top:30px}.old-price{line-height:37.25px}.old-price .cost{font-size:26px}.price{line-height:42.89px}.price .title{font-size:16px}.price .cost{font-size:36px}.input-block{padding:17px 15px}.input-block input,.input-block select{z-index:10}.input-block>div{-webkit-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ib-phone{margin-top:9px}.btn-block{padding:40px 15px 10px}.send{width:100%;font-size:25px;text-align:center;padding:20px 0 25px}.medal-line{margin:36px 0 32px}.medal-line img{height:initial}.pain{padding-bottom:15px}.pain h2{margin-bottom:20px}.pain-item{padding:0 50px}.pain-item__img{margin:0}.pain-item__text{font-size:18px;line-height:23px;margin:25px 0}}@media only screen and (max-width:479px){h2,section h2{line-height:23px}header{background-image:url(http://v40.sustavitin.site/img/bg-header-xs.jpg)}.container{width:320px;margin:0 auto}.tl-block{height:63px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}h1{font-size:24px}h2{font-size:20px}.medal-line img:nth-child(2){margin:0}.under-header{font-size:16px;line-height:22px}.list-ok-items{padding:20px;font-size:16px}.list-ok-items li span{width:249px}.form{margin-top:230px}.sale{top:-37px;left:initial;right:30px}.pack{width:350px;top:-345px;left:-20px}.conditions{padding:100px 15px 10px}.conditions .clock-block{margin-top:10px}.conditions .clock-block .clock-header{font-size:14px;line-height:18px;text-align:center;margin-bottom:5px}.conditions-price{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.old-price{line-height:27px;margin-right:30px}.old-price .title{font-size:12px}.old-price .cost{font-size:24px}.price{line-height:28px}.price .title{font-size:12px}.price .cost{font-size:30px}.input-block{padding-top:0}.input-block>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.input-block input,.input-block select{width:100%}.ib-phone{margin:0}.send{font-size:16.29px;line-height:14.79px;padding:15px 0}.medal-line img{height:81px}.pain h2{margin:0 -15px 20px}.pain-item{padding:0 15px}.pain-item__text{font-size:16px;line-height:23px}.hfooter{font-size:18px;line-height:24px;margin:0 -15px}}@media (max-width:1200px){.sale span{position:absolute;right:-19px!important;font-size:14px!important;text-transform:uppercase;font-weight:bold;line-height:normal;top:16px!important;text-align:center;display:block;width:inherit;color:red}}