.payment-online__timer {
    padding-bottom: 10px;
}

.timer__text,
.timer__target {
    color: #ffffff;
}

.timer__text {
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.timer__target {
    font-size: 44px;
    font-family: "Open Sans Light", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

.slider-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.hidden-window {
    display: none;
}

.second-page__container {
    min-width: 280px;
    max-width: 1020px;
    margin: auto;
}

.second-page__wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*height: 100vh;*/
    padding-top: 40px;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
}

.second-page__wrapper:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 830px;
}

.hidden-window {
    position: relative;
    z-index: 998;
}

.hidden-window:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/top_bg.png) no-repeat top;
    background-size: cover;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*.hidden-window {
      display: none;
      margin: 0;
      padding: 0;
      outline: 0;
      position: relative;
      z-index: 100;
      width: 100%;
      min-height: 100%;
      line-height: 1 !important;
      font-family: 'Roboto', sans-serif !important;
      font-size: 14px !important;
      overflow: hidden;
  }

  .hidden-window *,
  .hidden-window :before,
  .hidden-window :after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      outline: 0
  }

  .hidden-window *::-webkit-input-placeholder {
      color: #899099;
      opacity: 1;
      transition: opacity 0.3s ease;
      text-overflow: ellipsis;
  }

  .hidden-window *::-moz-placeholder {
      color: #899099;
      opacity: 1;
      transition: opacity 0.3s ease;
      text-overflow: ellipsis;
  }

  .hidden-window *:-moz-placeholder {
      color: #899099;
      opacity: 1;
      transition: opacity 0.3s ease;
      text-overflow: ellipsis;
  }

  .hidden-window *:-ms-input-placeholder {
      color: #899099;
      opacity: 1;
      transition: opacity 0.3s ease;
      text-overflow: ellipsis;
  }

  .hidden-window *:focus::-webkit-input-placeholder {
      opacity: 0;
  }

  .hidden-window *:focus::-moz-placeholder {
      opacity: 0;
  }

  .hidden-window *:focus:-moz-placeholder {
      opacity: 0;
  }

  .hidden-window *:focus:-ms-input-placeholder {
      opacity: 0;
  }

  .hidden-window ul {
      list-style: none !important;
  }*/


/*HEADER*/

.second-page__header {
    margin-bottom: 40px;
}

.second-page__header .second-page__container {
    position: relative;
    z-index: 100;
}

.second-page__header .second-page__header-wrapper:after {
    content: "";
    position: absolute;
    top: -105px;
    left: 50px;
    z-index: 102;
    display: block;
    width: 215px;
    height: 313px;
    background: url(../img/woman.png) no-repeat center;
    background-size: contain;
}

.second-page__header-wrapper {
    position: relative;
    z-index: 100;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.second-page__header-inner {
    position: relative;
    z-index: 20;
    margin-bottom: 50px;
    padding: 13px 0 14px 0;
    font-size: 0;
    background: #ffffff;
}

.second-page__header .logo {
    display: inline-block;
    width: 54%;
    margin-left: 18%;
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    font-family: "Roboto Condensed", sans-serif;
    vertical-align: middle;
    text-align: center;
    color: #3887c7;
    text-transform: uppercase;
}

.second-page__header .stamp-list {
    display: inline-block;
    float: right;
    width: 28%;
    font-size: 0;
    vertical-align: middle;
}

.second-page__header .stamp-list li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.second-page__header .stamp-list li:last-child {
    margin-right: 0;
}

.second-page__header .logo span {
    font-weight: 400;
    color: #fa4863;
}


/*MAIN*/

.second-page__main {
    font-size: 0;
    text-align: center;
}

.second-page__main .second-page__main-left,
.second-page__main .second-page__main-right {
    position: relative;
    z-index: 1000;
    display: inline-block;
    vertical-align: top;
}

.second-page__main-left {
    width: 63%;
    margin-right: 4.2%;
}

.second-page__main-right {
    position: relative;
    width: 32.8%;
}

.second-page__main-left .inner-block {
    display: table;
    width: 100%;
    padding-bottom: 25px;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.inner-block-wrapper {
    position: relative;
    padding: 5px;
    background: #3887c7;
}

@-webkit-keyframes thumb {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes thumb {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hidden-window .second-page__main-right .hidden-window-form.js_scrollForm.active {
    -webkit-animation: thumb 100ms linear 6;
    animation: thumb 100ms linear 6;
}

.slider-list li:nth-child(1) .inner-block-wrapper .hidden-window__item__product-wrapper {
    margin-left: 65px;
}

.slider-list li:nth-child(4) .inner-block-wrapper .hidden-window__item__product-wrapper {
    margin-left: 20px;
}

.slider-list li:nth-child(4) .hidden-window__item__product-wrapper img:nth-child(3) {
    left: 65px;
}

.slider-list li:nth-child(5) .hidden-window__item__product-wrapper img:nth-child(1) {
    bottom: -5px;
    left: 23px;
}

.slider-list li:nth-child(5) .hidden-window__item__product-wrapper img:nth-child(2) {
    z-index: 1;
    margin-left: -87px;
}

.slider-list li:nth-child(5) .hidden-window__item__product-wrapper img:nth-child(3) {
    left: 150px;
}

.slider-list li:nth-child(5) .present-block__text {
    left: -15px;
}

.slider-list li:nth-child(5) .present-block__images img:nth-child(3) {
    left: -3px;
}

.slider-list li:nth-child(1) .hidden-window__item-img .present-block {
    left: 145px;
}

.slider-list li:nth-child(1) .present-block__images:before {
    left: -11px;
}

.slider-list li:nth-child(1) .present-block__text {
    left: -25px;
}

.slider-list li:nth-child(4) .hidden-window__item-img .present-block {
    left: 145px;
}

.slider-list li:nth-child(4) .present-block__text {
    left: -30px;
}

.slider-list li:nth-child(4) .present-block__images img:nth-child(3) {
    left: 4px;
    width: 38px;
}

.hidden-window__item {
    display: table-cell;
    width: 40%;
    padding-top: 60px;
    vertical-align: top;
}

.slider-list li:nth-child(4) .present-block__images:before {
    top: 5px;
    left: -20px;
    margin: auto;
}

.h-w-text-total {
    margin: 20px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

.h-w-text-total span {
    font-weight: 700;
    font-size: 30px;
    color: #d60832;
}

.second-page__main-left .bx-bx>li[data-value="4"].active .inner-block-wrapper,
.second-page__main-left .bx-bx>li[data-id="2"].active .inner-block-wrapper {
    background: #de0154;
}

.second-page__main-left .bx-bx>li.active .inner-block-wrapper {
    background: #de0154;
}

.inner-block__description {
    display: table-cell;
    width: 58%;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
}

.hidden-window .h-w-check {
    position: absolute;
    top: 50%;
    left: 25px;
    z-index: 1000;
    width: 20px;
    height: 20px;
    margin-top: -13px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 4px #b4b4b4, inset 0 1px 1px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 0 4px #b4b4b4, inset 0 1px 1px 0 rgba(0, 0, 0, 0.44);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hidden-window .h-w-check:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    left: 1px;
    display: block;
    width: 17px;
    height: 15px;
    margin: auto;
    font-size: 20px;
    background: url(../img/check4.png) no-repeat center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hidden-window .second-page__main .bx-bx>li.active .h-w-check:before {
    opacity: 1;
}

.hidden-window__item-img {
    position: relative;
    margin-right: 20px;
}

.hidden-window__item-sale {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 5px 0;
    padding-right: 10px;
    padding-left: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    background: #73ad32;
}

.hidden-window__item-sale:after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 10px solid #73ad32;
}

.hidden-window__item__product-wrapper {
    margin-top: 20px;
}

.hidden-window__item__product-wrapper img {
    position: relative;
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.hidden-window__item__product-wrapper img.one_package:nth-child(1) {
    height: 165px;
    margin-left: 60px;
}

.hidden-window__item__product-wrapper img:nth-child(1) {
    z-index: 20;
    height: 150px;
}

.hidden-window__item__product-wrapper img:nth-child(2) {
    z-index: 15;
    height: 120px;
    margin-left: -35px;
}

.hidden-window__item__product-wrapper img:nth-child(3) {
    position: absolute;
    bottom: 15px;
    left: 120px;
    height: 120px;
}

.hidden-window__item__product-wrapper img:nth-child(4) {
    position: absolute;
    right: 40px;
    bottom: 10px;
    height: 120px;
}

.hidden-window__item-img .present-block {
    position: absolute;
    top: 100px;
    left: 150px;
    z-index: 100;
}

.present-block__images {
    position: relative;
}

.present-block__images:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    z-index: 1;
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
    background-image: linear-gradient(to top, #3887c7 0%, #add6f7 100%);
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.present-block__images:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: 30;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/plus.png) no-repeat center;
}

.present-block__images img {
    position: relative;
    z-index: 2;
    width: 41px;
    margin: 11px 0 0 -1px;
}

li[data-value="7"] .present-block__images img:nth-child(3) {
    bottom: -3px;
    left: -5px !important;
}

.present-block__images img:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 60px;
}

.present-block__images img:nth-child(2) {
    z-index: 5;
    width: 42px;
    margin: -27px 0 -9px -25px;
}

.present-block__text {
    position: absolute;
    bottom: -20px;
    left: -28px;
    z-index: 20;
    width: 93px;
    padding: 5px 2px;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    text-transform: uppercase;
    background: #e73755;
}

.hidden-window__item__best {
    position: absolute;
    top: 5px;
    left: 180px;
    width: 80px;
    padding-top: 5px;
    padding-bottom: 10px;
    background: #e73755;
}

.hidden-window__item__best:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-right: 40px solid transparent;
    border-bottom: 15px solid #ffffff;
    border-left: 40px solid transparent;
}

.hidden-window__item__best p {
    margin: 10px 0;
    margin-top: 2px;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.hidden-window__item-sale span {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}

.inner-block__description-title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    text-align: left;
}

.inner-block__description-tagline {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}

.inner-block__description-result {
    position: relative;
    display: block;
    margin: 15px 0 15px 15px;
    font-size: 20px;
}

.inner-block__description-result__text {
    position: relative;
    z-index: 2;
    padding: 13px 10px 13px 5px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    background-color: #4392d1;
    background-image: linear-gradient(45deg, #4d5a8b 0%, #4392d1 100%);
}

.inner-block__description-text {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.hidden-window__item-balance span {
    font-weight: 700;
    font-size: 44px;
    color: #8d8d8d;
}

.hidden-window__item-balance {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 45px;
}

.inner-block .present {
    width: 93px;
    padding: 5px 7px;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    text-transform: uppercase;
    background: #ffa81e;
}

.inner-block__description-price {
    position: relative;
    padding: 15px 0;
    font-size: 30px;
    text-align: left;
}

.inner-block__description-price:before,
.inner-block__description-price:after {
    content: "";
    position: absolute;
    left: -15px;
    display: block;
    width: 100%;
    height: 1px;
    background: url(../img/dash.png) no-repeat center;
}

.inner-block__description-price:before {
    top: 0;
}

.inner-block__description-price:after {
    bottom: 0;
}

.inner-block__description-price--new {
    display: inline-block;
    margin-right: 15px;
    font-size: 24px;
    line-height: 25px;
    vertical-align: bottom;
    color: #58a600;
}

.inner-block__description-price span,
.inner-block__description-price--new span {
    font-weight: 700;
    font-size: 36px;
    line-height: 24px;
    color: #e73755;
}

.inner-block__description-price .price-text,
.inner-block__description-price--new span.price-text {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}

.inner-block__description-price--old {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    vertical-align: bottom;
    color: #a3a3a3;
}


/*RIGHT SIDE*/

.second-page__form {
    position: relative;
    z-index: 10;
    padding-top: 30px;
    /*  padding-bottom: 200px; */
    padding-bottom: 20px;
    background: #3887c7;
}

.input_inner {
    padding-right: 28px;
    padding-left: 28px;
}


/*.second-page__main-right--leaves {
      position: absolute;
      right: -80px;
      top: -155px;
      z-index: 5;
  }*/


/*.second-page__form:before {
      content: "";
      position: absolute;
      display: block;
      right: -80px;
      top: -155px;
      background: url no-repeat center;
      width: 249px;
      height: 243px;
      z-index: 5;
  }*/

.second-page__form .custom-field,
.second-page__form .inp {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 275px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 15px;
    color: #899099;
    border: 1px solid rgba(0, 0, 0, 0.08);
    outline: none !important;
}

.second-page__form .textarea-field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 275px;
    min-height: 120px;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 15px;
    border: 1px solid #83aa1c;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.change-select {
    text-indent: 0.01px;
    text-overflow: "";
    background: #ffffff url(../img/sel.png) no-repeat 95%;
    /*for WebKit*/
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
    -o-text-overflow: "";
}

.second-page__main-right h3 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.second-page__main-right .second-title {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
}

.slider-list li {
    margin-bottom: 20px;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.hidden-window .bx-viewport {
    overflow: visible !important;
}

.slider-list li:last-child {
    margin-bottom: 0;
}

.second-page__form--pay-delivery {
    display: block;
    width: 275px;
    margin: auto;
    margin-top: 12px;
    padding: 20px 10px;
    background: #276aa0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.second-page__main .delivery-price {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.second-page__form-button {
    width: 255px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    background: -moz-linear-gradient(top, #fedf71 0%, #e0bb38 100%);
    background: -webkit-linear-gradient(top, #fdda00 0%, #e8c95c 100%);
    background: -o-linear-gradient(top, #fedf71 0%, #e0bb38 100%);
    background: -ms-linear-gradient(top, #fedf71 0%, #e0bb38 100%);
    background: linear-gradient(top, #fdda00 0%, #e8c95c 100%);
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.second-page__form-button:hover {
    background: -moz-linear-gradient(top, #e0bb38 0%, #fedf71 100%);
    background: -webkit-linear-gradient(top, #e0bb38 0%, #fedf71 100%);
    background: -o-linear-gradient(top, #e0bb38 0%, #fedf71 100%);
    background: -ms-linear-gradient(top, #e0bb38 0%, #fedf71 100%);
    background: linear-gradient(top, #e0bb38 0%, #fedf71 100%);
    box-shadow: none;
}

.transition-text {
    position: relative;
    margin: 20px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-style: italic;
}

.transition-text:before,
.transition-text:after {
    content: "";
    position: absolute;
    top: 12px;
    display: block;
    width: 72px;
    height: 1px;
    background: #ffffff;
}

.transition-text:before {
    left: 20px;
}

.transition-text:after {
    right: 20px;
}

.pay-link {
    display: block;
    width: 255px;
    margin: auto;
    padding: 20px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    /* IE6-9 */
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: */
    background: #e50257;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e50257 0%, #c20049 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #e50257 0%, #c20049 100%);
    background: linear-gradient(to bottom, #e50257 0%, #c20049 100%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.second-page__form--free-delivery {
    /* position: absolute; */
    right: 0;
    left: 0;
    display: block;
    width: 275px;
    margin: 0 auto -30px;
    padding: 20px 10px;
    background: #276aa0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pay-link:hover {
    background: #c20049;
    background: -webkit-linear-gradient(top, #c20049 0%, #e50257 100%);
    background: -o-linear-gradient(top, #c20049 0%, #e50257 100%);
    background: linear-gradient(to bottom, #c20049 0%, #e50257 100%);
}

.second-page__main .tape-text {
    position: relative;
    display: block;
    width: 295px;
    margin: 20px -10px;
    padding: 6px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    background: #ffffff;
}

.second-page__main .tape-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid #ffffff;
    border-bottom: 16px solid #ffffff;
    border-left: 12px solid transparent;
}

.second-page__main .tape-text:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid #ffffff;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #ffffff;
}

.tape-text span {
    color: #d60832;
}

.cards-list {
    font-size: 0;
    text-align: center;
}

.cards-list li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.cards-list li:last-child {
    margin-right: 0;
}

.h-w-guarantee {
    margin-top: 40px;
}

.h-w-guarantee h3 {
    padding: 30px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #276aa0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.guarantee-list {
    padding: 25px 20px;
    text-align: left;
    background: #ffffff;
    border: 2px solid #276aa0;
    list-style: none;
}

.guarantee-list li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 18px;
}

.guarantee-list li:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: 24px;
    height: 27px;
    background: url(../img/check.png) no-repeat center;
}

.guarantee-list li:last-child {
    margin-bottom: 0;
}

.guarantee-list li b {
    font-size: 18px;
}

.second-page__main-left--bottom-text {
    position: relative;
    z-index: 5;
    display: block;
    max-width: 690px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #717476;
}

.second-page__main-left--bottom-text span {
    display: block;
    text-transform: uppercase;
}

.stamp-list__bottom {
    position: relative;
    z-index: 5;
    padding-top: 25px;
    padding-bottom: 40px;
    font-size: 0;
    text-align: center;
    border-top: 2px solid #ffffff;
}

.stamp-list__bottom img {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}

.stamp-list__bottom img:last-child {
    margin-right: 0;
}

.mobile-confirmation,
.second-page__form--mobile-pay {
    display: none;
}

.hidden-window__item-img {
    position: relative;
    width: 230px;
    height: 215px;
    margin: 0 auto;
}

.bx-bx>li[data-value] .h-w-item-prod:before {
    width: 90px;
    height: 180px;
    margin: -90px 0 0 -45px;
}

.hidden-window .bx-bx>li[data-value] .h-w-item-prod:before,
.hidden-window .bx-bx>li[data-value="4"] .h-w-item-prod:after,
.hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod:after,
.hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod:after,
.hidden-window .bx-bx>li[data-value] .h-w-item-img>span:before,
.hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod>span,
.hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod>span,
.hidden-window .bx-bx>li[data-value="6"] .h-w-item-img>span:after,
.hidden-window .bx-bx>li[data-value="7"] .h-w-item-img>span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: block;
    width: 167px;
    height: 167px;
    margin: -90px 0 0 -80px;
    /*background-image: url();*/
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.hidden-window[class*=" v1_"] .bx-bx>li[data-value="4"] .h-w-item-prod:before {
    left: 45%;
}

.hidden-window[class*=" v1_"] .bx-bx>li[data-value="4"] .h-w-item-prod:after,
.hidden-window[class*=" v1_"] .bx-bx>li[data-value="6"] .h-w-item-prod:after {
    left: 3%;
    width: 75px;
    height: 150px;
    margin: -75px 0 0 0;
}

.hidden-window .bx-bx>li[data-value="4"] .h-w-item-prod:after,
.hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod:after {
    left: 0;
    z-index: 2;
    width: 120px;
    height: 140px;
    margin: -70px 0 0 38px;
}

.hidden-window[class*=" v1_"] .bx-bx>li[data-value="6"] .h-w-item-prod:before {
    left: 50%;
}

.hidden-window .bx-bx>li[data-value]:not([data-value="1"]) .h-w-item-prod:before {
    width: 120px;
}

.hidden-window .bx-bx>li[data-value="4"] .h-w-item-prod:before {
    background-image: url(../img/pack_1.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod:before {
    background-image: url(../img/pack_1_1.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod:before {
    left: 0;
    width: 150px;
    margin: -84px 0 0 49px;
}

.hidden-window[class*=" v1_"] .bx-bx>li[data-value="6"] .h-w-item-prod:after {
    left: 13%;
}

.hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod:after {
    left: 45%;
    width: 126px;
    height: 140px;
    margin: -70px 0 0 -20px;
}

.hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod>span {
    left: 0;
    z-index: 0;
    width: 94px;
    margin: -82px 0 0 27px;
}

.hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod:before {
    width: 150px;
    height: 167px;
    margin: -84px 0 0 -56px;
}

.hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod span {
    left: 0;
    z-index: 0;
    width: 105px;
    height: 140px;
    margin: -77px 0 0 29px;
}

.hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod span:nth-child(2) {
    height: 120px;
    margin: -90px 0 0 55px;
}

.hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod:after {
    z-index: 2;
    height: 95px;
    margin: -66px 0 0 -50px;
}


/*.hidden-window .bx-bx>li[data-value="4"] .h-w-item-prod:before {
    height: 162px !important;
    margin: -84px 0 0 -45px;
}*/

.hidden-window .bx-bx>li[data-value="1"] .h-w-item-prod:before {
    width: 95px;
    height: 155px;
    margin: -80px 0 0 -50px;
    background-image: url(../img/pack_2.png);
}


/* .hidden-window .bx-bx > li[data-value="1"] .h-w-item-prod:after {
  content: "";
  position: absolute;
  bottom: 57px;
  left: 0;

  width: 128px;
  height: 99px;

  
} */

.hidden-window .mobile-balance {
    display: none;
}

@media screen and (max-width: 1023px) {
    .second-page__wrapper {
        padding-top: 27px;
    }
    .hidden-window .bx-bx>li[data-value="4"] .hidden-window__item-img .present-block {
        top: 70px;
        left: 60px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .hidden-window__item-img .present-block {
        top: 70px;
        left: 60px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .present-block__text {
        left: -28px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .present-block__images:after {
        left: -25px;
    }
    .present-block__images img:nth-child(2) {
        /* height: 45px; */
        width: auto;
        margin: -27px 0 -9px -40px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .present-block__images img:nth-child(2) {
        margin: -27px 0 -9px -40px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .present-block__images img {
        margin: 11px 0 0 -1px;
        margin-left: 8px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .present-block__images:before {
        left: -19px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .inner-block__description-title {
        line-height: 25px;
    }
    .hidden-window .bx-bx>li[data-value="4"] .present-block__text {
        left: -20px;
    }
    .hidden-window .bx-bx>li[data-value="4"] .present-block__images:before {
        top: 2px;
        left: -13px;
        width: 55px;
        height: 55px;
    }
    .second-page__header .stamp-list {
        display: none;
    }
    .hidden-window .h-w-vis-mob,
    .hidden-window .h-w-main .h-w-contant {
        display: block;
    }
    .second-page__main-right {
        width: 100%;
    }
    .second-page__main-left {
        width: 100%;
        margin-right: 0;
    }
    .second-page__main-right--leaves {
        display: none;
    }
    .second-page__wrapper:before {
        top: 60px;
        left: 75px;
        width: 115px;
        height: 75px;
        -webkit-background-size: 100px 100px;
        background-size: 100px;
    }
    .hidden-window__item {
        width: 100%;
    }
    .inner-block__description {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0 10px;
    }
    .inner-block-wrapper .h-w-check {
        display: none !important;
    }
    .inner-block__description-price:after {
        display: none;
    }
    .inner-block__description-price:before {
        display: none;
    }
    .second-page__header-inner {
        padding: 10px 10px 10px;
    }
    .second-page__header .logo {
        width: 63%;
        margin-left: 100px;
        font-size: 40px;
        line-height: 40px;
    }
    .second-page__header .logo img {
        display: block;
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
    }
    .second-page__header .second-page__container:after {
        top: -125px;
        left: -91px;
        -webkit-background-size: 150px;
        background-size: 150px;
    }
    .second-page__header {
        display: block;
        max-width: 320px;
        margin: auto;
        margin-bottom: 30px;
    }
    .inner-block__description-title {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }
    .inner-block__description-tagline {
        float: right;
        width: 160px;
        margin-top: 10px;
        text-align: left;
    }
    .inner-block__description-result {
        float: right;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 150px;
        /* padding: 10px; */
        font-size: 15px;
        line-height: 20px;
        text-align: left;
    }
    .hidden-window__item {
        position: absolute;
        z-index: 1;
    }
    .hidden-window__item__product-wrapper img.one_package:nth-child(1) {
        position: absolute;
        top: 0;
        left: 15px;
        height: 135px;
        margin-left: 0;
    }
    .hidden-window__item-balance {
        position: absolute;
        bottom: -332px;
        left: 15px;
        display: none;
    }
    .hidden-window .bx-bx>li[data-value="6"] .hidden-window__item-balance {
        bottom: -355px;
    }
    .hidden-window .bx-bx>li[data-value="7"] .hidden-window__item-balance {
        bottom: -375px;
    }
    .hidden-window__item-balance span {
        font-size: 36px;
        line-height: 36px;
    }
    .inner-block__description-text {
        position: relative;
        padding-bottom: 20px;
    }
    .hidden-window .bx-bx>li[data-value="4"] .inner-block__description-text {
        margin-top: 35px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .inner-block__description-text {
        margin-top: 10px;
    }
    .hidden-window .bx-bx>li[data-value="7"] .inner-block__description-text {}
    .inner-block__description-text:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        margin: auto;
        background: url(../img/dash.png) no-repeat center;
    }
    .second-page__main-left .inner-block {
        padding-bottom: 0;
    }
    .inner-block__description-price {
        float: right;
        padding: 0 0 10px 0;
    }
    .second-page__container {
        max-width: 320px;
    }
    .mobile-confirmation {
        display: block;
        margin-bottom: -20px;
    }
    .mobile-confirmation__button {
        position: relative;
        display: block;
        width: 240px;
        margin: auto;
        padding: 10px;
        padding-left: 15px;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #959595;
        background: #ebebeb;
        border: none;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    /*    .mobile-confirmation__text:before {
        content: "";
        position: absolute;
        display: block;
        background: url no-repeat center;
        left: -2px;
        top: -2px;
        width: 23px;
        height: 24px;
    }*/
    .inner-block-wrapper,
    .second-page__main-left .inner-block {
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .second-page__main-left .inner-block {
        position: relative;
        padding-top: 25px;
    }
    .inner-block__description-price--new span.price-text {
        display: none;
    }
    .hidden-window__item-sale {
        top: -15px;
        left: -5px;
        padding-right: 10px;
    }
    .hidden-window__item__best {
        top: -30px;
    }
    .second-page__form {
        margin-top: 35px;
        /*    padding-bottom: 0; */
        padding-bottom: 20px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .input_inner {
        padding-right: 23px;
        padding-left: 23px;
    }
    .transition-text,
    .second-page__form--free-delivery {
        display: none;
    }
    .second-page__form--mobile-pay {
        display: block;
        padding-top: 25px;
        padding-bottom: 20px;
        font-size: 0;
    }
    .second-page__form--mobile-pay__wrap {
        font-size: 0;
        text-align: center;
    }
    .second-page__form--mobile-pay h3 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 28px;
        text-transform: inherit;
    }
    .second-page__form--mobile-pay .pay-delivery,
    .second-page__form--mobile-pay .free-delivery {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .mobile-pay__button {
        display: block;
        width: 135px;
        margin: auto;
        padding: 15px 10px;
        font-weight: 700;
        font-size: 15px;
        text-align: center;
        color: #000000;
        background: -moz-linear-gradient(top, #fedf71 0%, #e0bb38 100%);
        background: -webkit-linear-gradient(top, #fedf71 0%, #e0bb38 100%);
        background: -o-linear-gradient(top, #fedf71 0%, #e0bb38 100%);
        background: -ms-linear-gradient(top, #fedf71 0%, #e0bb38 100%);
        background: linear-gradient(top, #fedf71 0%, #e0bb38 100%);
        border: none;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
        cursor: pointer;
    }
    .mobile-pay__button:hover {
        background: -moz-linear-gradient(top, #e0bb38 0%, #fedf71 100%);
        background: -webkit-linear-gradient(top, #e0bb38 0%, #fedf71 100%);
        background: -o-linear-gradient(top, #e0bb38 0%, #fedf71 100%);
        background: -ms-linear-gradient(top, #e0bb38 0%, #fedf71 100%);
        background: linear-gradient(top, #e0bb38 0%, #fedf71 100%);
        box-shadow: none;
    }
    .delivery-price span {
        display: block;
    }
    .second-page__main .delivery-price {
        font-size: 16px;
    }
    .mobile-pay__link {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 130px;
        margin: auto;
        padding: 13px 10px;
        font-weight: 700;
        font-size: 15px;
        text-align: center;
        /* IE6-9 */
        color: #ffffff;
        text-decoration: none;
        /* Permalink - use to edit and share this gradient:  */
        background: #e40256;
        background: -webkit-linear-gradient(top, #e40256 0%, #c30049 100%);
        background: linear-gradient(top, #e40256 0%, #c30049 100%);
        background: -o-linear-gradient(top, #e40256 0%, #c30049 100%);
        background: linear-gradient(top, #e40256 0%, #c30049 100%);
        -webkit-border-radius: 30px;
        border-radius: 30px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(255, 255, 255, 0.78) inset;
    }
    .second-page__form--mobile-pay p {
        margin: 0;
        margin-top: 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
    }
    .mobile-pay__link:hover {
        background: #c30049;
        background: -webkit-linear-gradient(top, #c30049 0%, #e40256 100%);
        background: linear-gradient(top, #c30049 0%, #e40256 100%);
        background: -o-linear-gradient(top, #c30049 0%, #e40256 100%);
        background: linear-gradient(top, #c30049 0%, #e40256 100%);
        box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.78) inset;
    }
    .second-page__main .tape-text__mobile {
        position: relative;
        display: block;
        width: 120px;
        margin: auto;
        margin-top: 10px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #c10048;
        text-transform: uppercase;
        background: #ffffff;
    }
    .second-page__main .tape-text__mobile:before,
    .second-page__main .tape-text__mobile:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 10px solid #3887c7;
        border-bottom: 15px solid transparent;
    }
    .second-page__main .tape-text__mobile:before {
        left: 0;
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -webkit-filter: FlipH;
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    .hidden-window .slider-list li:nth-child(1) .hidden-window__item-sale {
        top: -15px;
    }
    .h-w-guarantee h3 {
        padding: 20px 0;
    }
    .guarantee-list li {
        margin-bottom: 15px;
    }
    .guarantee-list li:before {
        top: -2px;
    }
    .guarantee-list {
        padding: 20px 15px;
    }
    .second-page__main-left--bottom-text {
        margin-top: 20px;
        padding-bottom: 15px;
    }
    .stamp-list__bottom img {
        width: 60px;
        margin-right: 15px;
    }
    .stamp-list__bottom {
        padding-bottom: 30px;
    }
    .second-page__main-left--bottom-text span {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
    .second-page__main-left--bottom-text {
        padding: 0 10px 10px 10px;
        font-size: 18px;
        line-height: 24px;
    }
    .slider-list li:nth-child(1) .inner-block-wrapper .hidden-window__item__product-wrapper {
        margin-left: -155px;
    }
    .hidden-window__item__product-wrapper img:nth-child(3) {
        left: 5px;
        height: 100px;
    }
    .present-block__images:before {
        top: 2px;
        width: 55px;
        height: 55px;
    }
    .present-block__images:after {
        top: 61%;
        left: -9px;
        width: 12px;
        height: 12px;
        background-size: contain;
    }
    .present-block__images img {
        width: auto;
        max-height: 40px;
        margin-left: 8px;
    }
    .slider-list li:nth-child(1) .hidden-window__item-img .present-block {
        top: 49px;
        left: 60px;
    }
    .hidden-window__item__product-wrapper img:nth-child(1) {
        position: absolute;
        left: 0;
        height: 115px;
    }
    .hidden-window__item__product-wrapper img:nth-child(2) {
        height: 100px;
        margin-left: 0;
    }
    .present-block__text {
        position: absolute;
        bottom: -20px;
        left: -20px;
        z-index: 20;
        width: 75px;
        padding: 3px 2px;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        color: #ffffff;
        text-transform: uppercase;
        /* background: #edcb51; */
    }
    .slider-list li:nth-child(1) .present-block__images img {
        margin-left: 10px;
    }
    .slider-list li:nth-child(1) .present-block__text {
        bottom: -20px;
        left: -20px;
    }
    .slider-list li:nth-child(1) .inner-block-wrapper .hidden-window__item__product-wrapper {
        margin-top: 0;
        margin-right: 175px;
    }
    .slider-list li:nth-child(1) .hidden-window__item-img .present-block {
        top: 55px;
        right: auto;
        left: 65px;
    }
    .slider-list li:nth-child(1) .present-block__images:before {
        left: -12px;
    }
    .hidden-window__item__product-wrapper img:nth-child(4) {
        right: 175px;
        z-index: 10;
        height: 100px;
    }
    .slider-list li:nth-child(4) .inner-block-wrapper .hidden-window__item__product-wrapper {
        margin-left: -165px;
    }
    .slider-list li:nth-child(4) .hidden-window__item__product-wrapper img:nth-child(3) {
        left: 33px;
    }
    .slider-list li:nth-child(4) .hidden-window__item-img .present-block {
        top: 74px;
        left: 77px;
    }
    .present-block__images img:nth-child(3) {
        position: absolute;
        bottom: 0;
        left: -10px;
        height: 45px;
    }
    .hidden-window__item-img {
        margin-right: 40px;
    }
    .hidden-window .slider-list li:nth-child(1) .inner-block {
        /*padding-top: 65px;*/
    }
    .hidden-window .slider-list li:nth-child(1) .inner-block__description-title {
        float: none;
        width: auto;
        margin-top: 35px;
        text-align: center;
    }
    .slider-list li.last-item .present-block__images img:nth-child(3) {
        top: 3px;
        left: -11px;
    }
    .hidden-window .bx-pager {
        display: block;
        margin: 30px 0 -10px;
        text-align: center;
        counter-reset: h-w-bx -1;
    }
    .hidden-window .bx-pager .bx-pager-item {
        display: inline-block;
        margin: 5px;
    }
    .hidden-window .bx-pager .bx-pager-link {
        display: block;
        width: 45px;
        height: 45px;
        color: #000000;
        text-decoration: none;
        background: transparent;
        border: 2px solid #548466;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .hidden-window .bx-pager .bx-pager-link:before {
        content: "3+1";
        display: block;
        padding: 5px 0;
        font-weight: 700;
        font-size: 17px;
        line-height: 35px;
        text-align: center;
        /*color: #000000;*/
    }
    .hidden-window .bx-pager .bx-pager-item:nth-child(2) .bx-pager-link:before {
        content: "4+2";
    }
    .hidden-window .bx-pager .bx-pager-item:nth-child(3) .bx-pager-link:before {
        content: "3+2";
    }
    .hidden-window .bx-pager .bx-pager-item:nth-child(4) .bx-pager-link:before {
        content: "4+3";
    }
    .hidden-window .bx-pager a.bx-pager-link.active {
        color: #ffffff;
        background: #de0154;
        border-color: #de0154;
    }
    .second-page__header .second-page__header-wrapper:after {
        /* display: none; */
        left: 10px;
        width: 166px;
        background-size: contain;
    }
    .slider-list li:nth-child(4) .hidden-window__item__product-wrapper img:nth-child(2) {
        margin-left: 65px;
    }
    /*    .second-page__main-left .bx-bx>li.active .mobile-confirmation {
        background: #7da00a;
        color: #fff;
    }*/
    .second-page__main-left .bx-bx>li.active .mobile-confirmation__text:before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        display: block;
        width: 23px;
        height: 24px;
        background: url(../img/check2.png) no-repeat center;
    }
    .hidden-window__item-img {
        position: absolute;
        top: 45px;
        left: 0;
        width: 230px;
        height: 215px;
        margin: 0 auto;
    }
    .hidden-window .bx-bx>li[data-value="1"] .h-w-item-prod:before {
        width: 116px;
        margin: -59px 0 0 -106px;
    }
    .hidden-window .bx-bx>li[data-value="1"] .h-w-item-prod:after {
        display: none;
    }
    .hidden-window .bx-bx>li[data-value="4"] .h-w-item-prod:before {
        height: 100px !important;
        margin: -75px 0 0 -120px;
    }
    .hidden-window .bx-bx>li[data-value="4"] .h-w-item-prod:after {
        height: 69px;
        margin: -60px 0 0 -14px;
    }
    .second-page__wrapper:after {
        display: none;
    }
    .hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod:after {
        left: 45%;
        width: 82px;
        height: 85px;
        margin: -56px 0 0 -80px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod span {
        top: 45%;
        width: 76px;
        height: 85px;
        margin: -67px 0 0 30px;
    }
    .hidden-window .bx-bx>li[data-value="6"] .h-w-item-prod:before {
        width: auto;
        height: 100px !important;
        margin: -85px 0 0 -5px;
    }
    .hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod:before {
        width: 76px !important;
        height: 100px !important;
        margin: -48px 0 0 -101px !important;
    }
    .hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod span {
        z-index: 1;
        height: 56px;
        margin: -42px 0 0 44px;
    }
    .hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod span:nth-child(2) {
        z-index: 0;
        height: 52px;
        margin: -57px 0 0 50px;
    }
    .hidden-window .bx-bx>li[data-value="7"] .h-w-item-prod:after {
        height: 61px;
        margin: -64px 0 0 -156px;
    }
    .slider-list li.last-item .hidden-window__item-img .present-block {
        top: 72px;
        left: 76px;
    }
    .slider-list li:nth-child(4) .present-block__images:before {
        top: 22px;
        left: -11px;
        margin: auto;
    }
    .slider-list li:nth-child(1) .hidden-window__item-img .present-block {
        left: 70px;
    }
    .slider-list li:nth-child(4) .present-block__text {
        left: -31px;
    }
    .slider-list li.last-item .present-block__text {
        left: -50px;
    }
    .hidden-window .mobile-balance {
        display: block;
        /*float: left;*/
        padding-left: 20px;
        text-align: center;
        font-size: 20px;
    }
    .hidden-window .mobile-balance span {
        font-weight: 700;
        font-size: 36px;
        color: #8d8d8d;
    }
}

.mobile-confirmation__button.active {
    position: relative;
    padding: 10px 0;
    padding-left: 20px;
    color: #ffffff;
    background: #de0154;
    outline: none;
}

.mobile-confirmation__button.active:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    display: block;
    width: 23px;
    height: 24px;
    background: url(../img/check2.png) no-repeat center;
}

.inner-block__description-result:before,
.inner-block__description-result:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    width: 100%;
    height: 50%;
    background: #4d5c8d;
    transform: skew(-25deg);
}

.inner-block__description-result:after {
    top: auto;
    bottom: 0;
    transform: skew(25deg);
}

@media screen and (max-width: 1023px) {
    .inner-block__description-result:before,
    .inner-block__description-result:after {
        right: 7px;
        background: #4c6295;
    }
    .inner-block__description-result__text {
        padding: 5px;
        font-size: 14px;
        line-height: 17px;
        background-image: linear-gradient(45deg, #4d5a8b 0%, #4392d1 100%);
    }
}