body {
  margin: 0;
  padding: 0;
}

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

.adcPayModalBox {
   z-index: 99999;
}

.hidden-window {
  display: none;
}

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

.second-page__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  background: url("../images/bg.png") no-repeat, #1A2A57;
  background-size: cover;
}

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

.hidden-window {
  position: relative;
}

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

/*HEADER*/
.second-page__header {
  margin-bottom: 30px;
  margin-top: 30px;
}

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

.second-page__header-inner {
  position: relative;
  z-index: 20;
  padding: 10px 0 11px 0;
  font-size: 0;
  background: #fff;
  border: 5px solid #1A2A57;
}

.top_unit {
  position: absolute;
  top: -30px;
  left: 5px;
  z-index: 21;
}

.second-page__header .logo {
  position: relative;
  display: inline-block;
  width: 63%;
  margin-right: 5%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 80px;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
  text-align: right;
  color: #ffffff;
}

.second-page__header .logo img, .second-page__header .logo span {
  vertical-align: middle;
}

.second-page__header .logo:before {
  position: absolute;
  top: -5px;
  right: 0;
  left: 45px;
  display: block;
  width: 18px;
  height: 29px;
  margin: auto;
}

.second-page__header .stamp-list {
  display: inline-block;
  width: 31%;
  font-size: 0;
  vertical-align: middle;
  text-align: center;
}

.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: 700;
  color: #1A2A57;
}

/*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; /*border-radius: 10px;*/ /*-moz-border-radius: 10px;*/ /*-webkit-border-radius: 10px;*/
  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;
  border: 5px solid #804185;
  background: #000000;
  transition: 0.5s;
}

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

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

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

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

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

.slider-list li:nth-child(3) .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: -26px;
}

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

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

.slider-list li:nth-child(3) .present-block__images:before {
  top: 25px;
  left: -15px;
}

.slider-list li:nth-child(3) .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 {
  bottom: -25px;
  left: -30px;
}

.slider-list li:nth-child(4) .present-block__images img:nth-child(3) {
  bottom: 9px;
  left: -10px;
  z-index: 1;
}

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

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

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

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

.second-page__main-left .bx-bx > li.active {
  transform: scaleX(1.03);
}

.second-page__main-left .bx-bx > li.active .inner-block-wrapper {
  border-color: #B82B46;
}

.inner-block__description {
  display: table-cell;
  width: 55%;
  padding-right: 25px;
  vertical-align: top;
}

.hidden-window .h-w-check {
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 1000;
  width: 18px;
  height: 18px;
  margin-top: -13px;
  -webkit-box-shadow: 0 0 0 4px #1A2A57;
  -moz-box-shadow: 0 0 0 4px #1A2A57;
  box-shadow: 0 0 0 4px #1A2A57;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-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: -4px;
  right: 0;
  left: -4px;
  display: block;
  width: 26px;
  height: 26px;
  margin: auto;
  font-size: 20px;
  background: url(../images/check4.png) no-repeat center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-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;
  width: 151px;
  height: 24px;
  padding: 4px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  background: #78436e;
}

.hidden-window__item-sale:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -15px;
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #78436e;
}

.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: 130px;
  z-index: 100;
}

.present-block__images {
  position: relative;
}

.present-block__images:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -23px;
  z-index: 1;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  background: linear-gradient(#f7daf9, #945a98), #945a98;
  border: 5px solid #ffffff;
  border-radius: 50%;
}

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

.bx-bx li:nth-child(3) .present-block__images:after {
  top: 67%;
  left: -20px;
}

.present-block__images img {
  position: relative;
  z-index: 2;
  max-height: 70px;
  margin-top: 0px;
  margin-left: 7px;
}

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

.present-block__images img:nth-child(2) {
  z-index: 1;
  height: 60px;
  margin-bottom: 7px;
  margin-left: -25px;
}

.present-block__text {
  position: absolute;
  bottom: -30px;
  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: #1A2A57;
}

.hidden-window__item__best {
  position: absolute;
  top: 0;
  left: 175px;
  width: 85px;
  padding-top: 8px;
  padding-bottom: 15px;
  background: #804185;
}

.hidden-window__item__best:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  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: 1.1;
  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-bottom: 10px;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-align: left;
}

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

.inner-block__description-result {
  width: 90%;
  position: relative;
  display: inline-block;
  margin: 15px auto;
  padding: 10px 20px 10px 18px;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  color: #ffffff;
  background: #1A2A57;
  background-size: 100% 100%;
}

.inner-block__description-result:before { /*content: "";*/
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 15px solid #174264;
  border-bottom: 20px solid transparent;
}

.inner-block__description-result svg {
  width: 15px;
  height: 100%;
  position: absolute;
  fill: #1A2A57;
  top: 0;
  right: 100%;
}

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

.hidden-window__item-balance span {
  font-weight: 700;
  font-size: 60px;
  color: #1A2A57;
}

.hidden-window__item-balance {
  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: #91425c;
}

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

.inner-block__description-price:before, .inner-block__description-price:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #c6c6c6 3px, #c6c6c6 8px);
}

.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: #b49874;
}

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

.inner-block__description-price--new span.price-text, .second-page__main-left .bx-bx > li.active .inner-block-wrapper .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: 20px;
  background: #1A2A57;
}

.second-page__form.free-delivery {
  padding-top: 19px;
  background: #45638E;
  width: 87%;
  margin: auto;
  margin-bottom: -40px;
}

.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 #174264;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  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(../images/select.png) no-repeat 95%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}

.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;
}

.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: 18px;
  padding: 20px 10px;
  background: #45638E;
}

.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-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  background: #deeede;
  border-radius: 150px;
  border: none;
  outline: none !important;
  cursor: pointer;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.second-page__form-button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.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: 2px;
  background: #fff;
}

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

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

.pay-link {
  display: block;
  width: 255px;
  margin: auto;
  padding: 20px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background: #B82B46;
  border: none;
  box-shadow: inset 0 -3px 0 #b23f00, inset 0 3px 3px rgba(255, 255, 255, .3), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 150px;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.second-page__form--free-delivery {
  display: block;
  width: 275px;
  margin: auto;
  padding: 20px 10px;
  background: #56274d;
}

.pay-link:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.second-page__main .tape-text {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 8px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  background: #fff;
}

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

.second-page__main .tape-text:after {
  position: absolute;
  top: 0;
  right: -15px; /*content: "";*/
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 16px solid #ffffff;
  border-bottom: 16px solid transparent;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.tape-text {
  position: relative;
}

.tape-text .svg1 {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 12px;
  fill: #fff;
}

.tape-text .svg2 {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 12px;
  fill: #fff;
}

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

.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: #45638E;
}

.guarantee-list {
  padding: 25px 20px;
  text-align: left;
  background: #ffffff;
}

.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(../images/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 {
  display: block;
  max-width: 100%;
  margin: auto;
  padding: 100px 15% 35px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
}

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

.stamp-list__bottom {
  padding-top: 25px;
  padding-bottom: 80px;
  font-size: 0;
  text-align: center;
}

.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;
}

.hidden-window .bx-bx > li[data-value="7"] .hidden-window__item-img .h-w-item-prod {
  margin-top: 20px;
}

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

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

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

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

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

.hidden-window .bx-bx > li[data-value="7"] .h-w-item-prod:before {
  height: 140px;
  margin: -90px 0 0 -83px;
}

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

.hidden-window .bx-bx > li[data-value="5"] .h-w-item-prod:after {
  left: 45%;
  width: 150px;
  height: 150px;
  margin: -85px 0 0 -55px;
}

.hidden-window[class*=" v1_"] .bx-bx > li[data-value="5"] .h-w-item-prod > span {
  left: 0;
  width: 60px;
  height: 120px;
  margin: -60px 0 0 0;
}

.hidden-window[class*=" v1_"] .bx-bx > li[data-value="7"] .h-w-item-prod:before {
  width: 150px;
  height: 150px;
  margin: -85px 0 0 -75px;
}

.hidden-window .bx-bx > li[data-value="7"] .h-w-item-prod span {
  z-index: 1;
  height: 135px;
  margin: -90px 0 0 -125px;;
}

.hidden-window .bx-bx > li[data-value="7"] .hidden-window__item-img span:nth-child(2) {
  height: 135px;
  margin: -90px 0 0 -38px;
}

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

.hidden-window .bx-bx > li[data-value="3"] .h-w-item-prod:before {
  height: 140px !important;
  margin: -60px 0 0 -90px;
}

.hidden-window .bx-bx > li[data-value="3"] .h-w-item-prod:after {
  z-index: 100;
  height: 155px;
  margin: -70px 0 0 10px;
}

.hidden-window .bx-bx > li[data-value="1"] .h-w-item-prod:before {
  width: 145px;
  height: 200px;
  margin: -100px 0 0 -75px;
  background-image: url(../images/pack_1.png);
  background-size: 140px;
}

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

.hidden-window .mobile-balance span {
  font-weight: 700;
  font-size: 36px;
  color: #1A2A57;
}

.hidden-window__item-img .h-w-item-prod img {
  margin: auto;
  display: block;
}

.bx-bx li:nth-child(2) .hidden-window__item-img .h-w-item-prod img {
  position: relative;
  bottom: -30px;
  left: -14px;
}

.bx-bx li:nth-child(3) .present-block__images img {
  margin-left: -18px;
}

.bx-bx li:nth-child(4) .present-block__images img {
  margin-left: -22px;
  position: relative;
  bottom: 3px;
}

.second-page__main-right .total {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
}

.second-page__main-right .total div {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}

.second-page__main-right .total div:last-child {
  font-size: 28px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hidden-window__item-img .h-w-item-prod img {
    width: 140px;
    margin-top: 30px;
  }

  .hidden-window .bx-bx > li[data-value="1"] .h-w-item-prod img {
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
    bottom: 17px;
    left: -14px;
  }

  .hidden-window .bx-bx > li[data-value="3"] .h-w-item-prod img {
    bottom: -11px;
    left: -50px;
    position: relative;
    width: 190px;
  }

  .hidden-window .bx-bx > li[data-value="5"] .h-w-item-prod img {
    position: relative;
    left: -50px;
    bottom: 21px;
    width: 150px;
  }

  .hidden-window .bx-bx > li[data-value="7"] .h-w-item-prod img {
    position: relative;
    left: -50px;
    bottom: -10px;
  }

  .hidden-window .bx-bx > li .h-w-item-prod span, .hidden-window .bx-bx > li .h-w-item-prod:before, .hidden-window .bx-bx > li .h-w-item-prod:after {
    height: 100px !important;
  }

  .present-block {
    top: 65px !important;
  }

  .inner-block__description-result {
    margin-left: 0;
  }

  .top_unit {
    left: -20px;
    width: 87px;
    top: -30px;
  }

  .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;
    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-right: 10px;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background-size: contain;
  }

  .second-page__header .logo {
    width: 100%;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: -1px;
    line-height: 40px;
    text-transform: capitalize;
    padding: 6px 0;
  }

  .second-page__header .logo:before {
    top: -18px;
    right: 0;
    left: -18px;
  }

  .second-page__header .logo img {
    width: 38px;
  }

  .second-page__header .second-page__container:after {
    top: -68px;
    left: -32px;
    background-size: 135px;
  }

  .second-page__header {
    display: block;
    max-width: 320px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .inner-block__description-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
    width: 144px;
    float: right;
  }

  .inner-block__description-tagline {
    float: right;
    width: 144px;
    text-align: left;
  }

  .inner-block__description-result {
    float: right;
    width: 135px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .second-page__main-left .bx-bx > li.active {
    transform: none;
  }

  .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: -289px;
    left: 15px;
    display: none;
  }

  .hidden-window .bx-bx > li[data-value="1"] .hidden-window__item-balance {
    bottom: -325px;
  }

  .hidden-window .bx-bx > li[data-value="5"] .hidden-window__item-balance {
    bottom: -375px;
  }

  .hidden-window .bx-bx > li[data-value="7"] .hidden-window__item-balance {
    bottom: -355px;
  }

  .hidden-window__item-balance span {
    font-size: 36px;
    line-height: 36px;
  }

  .inner-block__description-text {
    position: relative;
    padding-top: 15px;
  }

  .bx-bx li.first-item .inner-block__description-text {
    margin-top: 20px;
  }

  .bx-bx li.third-item .inner-block__description-text {
    margin-top: 70px;
  }

  .bx-bx li.last-item .inner-block__description-text {
    margin-top: 63px;
  }

  .inner-block__description-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
  }

  .second-page__main-left .inner-block {
    padding-bottom: 0;
  }

  .inner-block__description-price {
    float: none;
  }

  .second-page__container {
    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: 18px;
    line-height: 18px;
    text-align: center;
    color: #959595;
    background: #ebebeb;
    border: none;
  }

  .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: 5px;
    left: -5px;
    width: 124px;
    padding-left: 5px;
    padding-right: 0;
  }

  .hidden-window__item__best {
    top: -65px;
  }

  .second-page__form {
    margin-top: 35px;
    padding-bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .second-page__form--pay-delivery, .transition-text, .second-page__form--free-delivery {
    display: none;
  }

  .second-page__form--mobile-pay {
    display: block;
    padding: 0 10px;
    padding-top: 17px;
    padding-bottom: 20px;
    font-size: 0;
    background: #1A2A57;
  }

  .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;
    border-top: 1px solid #deeede;
    padding-top: 20px;
  }

  .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: 90%;
    margin: auto;
    padding: 16px 10px 15px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #000000;
    background: #deeede;
    border: none;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  }

  .delivery-price span {
    display: block;
  }

  .second-page__main .delivery-price {
    font-size: 16px;
  }

  .mobile-pay__link {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: #B82B46;
    border: none;
    box-shadow: inset 0 -3px 0 #b23f00, inset 0 3px 3px rgba(255, 255, 255, .3), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 150px;
  }

  .second-page__form--mobile-pay p {
    margin: 0;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }

  .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: #d60832;
    text-transform: uppercase;
    background-size: 100% 100%;
  }

  .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 #290513;
    border-bottom: 15px solid transparent;
  }

  .second-page__main .tape-text__mobile:before {
    left: 0;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .second-page__form--mobile-pay .free-delivery span {
    font-size: 17px;
    font-weight: 700;
    color: #B82B46;
    background: #fff;
    position: relative;
    text-transform: uppercase;
    padding: 0 5px;
  }

  .second-page__form--mobile-pay .free-delivery span .svg2 {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 8px;
    fill: #fff;
  }

  .second-page__form--mobile-pay .free-delivery span .svg1 {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 8px;
    fill: #fff;
  }

  .hidden-window .slider-list li:nth-child(3) .hidden-window__item-sale {
    top: -35px;
  }

  .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(3) .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 img {
    max-height: 55px;
    margin-top: 19px;
    margin-left: 0;
  }

  .present-block__images img:nth-child(2) {
    height: 45px;
    margin-bottom: 0;
    margin-left: -9px;
  }

  .slider-list li:nth-child(3) .hidden-window__item-img .present-block {
    top: 85px;
    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: 69px;
    padding: 3px 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    text-transform: uppercase;
    background: #1A2A57;
  }

  .slider-list li:nth-child(3) .present-block__images img {
    margin-left: 0;
    position: relative;
    bottom: -35px;
    left: 32px;
  }

  .slider-list li:nth-child(3) .present-block__text {
    bottom: -58px;
    left: -11px;
  }

  .slider-list li:nth-child(2) .inner-block-wrapper .hidden-window__item__product-wrapper {
    margin-top: 0;
    margin-right: 175px;
  }

  .slider-list li:nth-child(2) .hidden-window__item-img .present-block {
    right: 190px;
  }

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

  .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: 110px;
    left: 60px;
  }

  .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 .inner-block {
    padding-top: 0;
  }

  .hidden-window .slider-list li:nth-child(3) .inner-block {
    padding-top: 65px;
  }

  .hidden-window .slider-list li:nth-child(3) .inner-block__description-title {
    float: none;
    width: auto;
    margin-top: 25px;
    text-align: center;
  }

  .slider-list li.last-item .present-block__images img:nth-child(3) {
    top: 15px;
    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: #ffffff;
    text-decoration: none;
    background: transparent;
    border: 2px solid #B82B46;
  }

  .hidden-window .bx-pager .bx-pager-link:before {
    content: "1";
    display: block;
    padding: 5px 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
  }

  .hidden-window .bx-pager .bx-pager-item:nth-child(2) .bx-pager-link:before {
    content: "2+1";
  }

  .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 .bx-pager-link.active {
    color: #ffffff;
    background: #B82B46;
  }

  .second-page__header-wrapper:after {
    display: none;
  }

  .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__text:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    width: 23px;
    height: 24px;
    background: url(../images/check2.png) no-repeat center;
  }

  .hidden-window__item-img {
    position: absolute;
    top: 85px;
    left: 0;
    width: 230px;
    height: 215px;
    margin: 0 auto;
  }

  .hidden-window .bx-bx > li[data-value="3"] .hidden-window__item-img {
    top: 35px;
  }

  .present-block__images:before {
    left: 1px;
    width: 50px;
    height: 50px;
    top: 22px;
  }

  .hidden-window .bx-bx > li[data-value="1"] .h-w-item-prod:before {
    width: 100px;
    margin: -112px 0 0 -100px;
    background-size: contain;
  }

  .hidden-window .bx-bx > li[data-value="3"] .h-w-item-prod:before {
    height: 115px !important;
    margin: -70px 0 0 -105px;
  }

  .hidden-window .bx-bx > li[data-value="3"] .h-w-item-prod:after {
    height: 135px;
    margin: -80px 0 0 -10px;
  }

  .second-page__wrapper:after {
    display: none;
  }

  .hidden-window .bx-bx > li[data-value="5"] .h-w-item-prod:after {
    left: 45%;
    width: 150px;
    height: 125px;
    margin: -72px 0 0 -80px;
  }

  .hidden-window .bx-bx > li[data-value="5"] .h-w-item-prod span {
    top: 44%;
    width: 200px;
    height: 140px;
    margin: -65px 0 0 -147px;
  }

  .hidden-window .bx-bx > li[data-value="5"] .h-w-item-prod:before {
    width: 150px;
    height: 125px;
    margin: -72px 0 0 -40px;
  }

  .hidden-window .bx-bx > li[data-value="7"] .h-w-item-prod:before {
    width: 120px !important;
    height: 120px !important;
    margin: -75px 0 0 -80px !important;
  }

  .hidden-window .bx-bx > li[data-value="7"] .h-w-item-prod span {
    z-index: 1;
    height: 120px;
    margin: -75px 0 0 -140px;
  }

  .hidden-window .bx-bx > li[data-value="7"] .hidden-window__item-img span:nth-child(2) {
    height: 120px;
    margin: -75px 0 0 -125px;
  }

  .hidden-window .bx-bx > li[data-value="7"] .h-w-item-prod:after {
    height: 120px;
    margin: -75px 0 0 -105px;
  }

  .slider-list li.last-item .hidden-window__item-img .present-block {
    top: 105px;
    left: 65px;
  }

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

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

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

  .inner-block__description-result {
    margin-left: 0;
  }

  .hidden-window .bx-bx > li[data-value="3"] .inner-block__description-result, .hidden-window .bx-bx > li[data-value="5"] .inner-block__description-result, .hidden-window .bx-bx > li[data-value="7"] .inner-block__description-result {
    margin-left: 0;
  }

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

  .slider-list li:nth-child(4) .present-block__images:before {
    left: 3px;
    bottom: -17px;
  }

  .slider-list li.last-child .present-block__images:before {
    left: 1px;
    bottom: -31px;
  }

  .second-page__main-left .bx-bx > li.active .inner-block-wrapper {
    width: auto;
  }

  .hidden-window .mobile-balance {
    display: block;
    float: none;
    padding-top: 5px;
    font-size: 20px;
  }

  .second-page__main .tape-text, .cards-list, .second-page__form.free-delivery {
    display: none;
  }

  .second-page__form.free-delivery {
    background: transparent;
    margin-bottom: 0;
  }

  .bx-bx li.second-item .present-block__images:after {
    top: 107%;
    left: 4px;
  }

  .bx-bx li.third-item .present-block__images:after {
    top: 65%;
    left: -1px;
  }

  .bx-bx li.last-item .present-block__images:after {
    top: 63%;
    left: -7px;
  }

  .bx-bx li.third-item .present-block__images img {
    margin-left: -1px;
    bottom: -2px;
  }
}

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

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

.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 #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none !important;
  font-family: "Roboto", sans-serif;
}

.second-page__main input[name="entrance"] {
  margin-right: 10px;
}

.second-page__main input[name="entrance"] {

}

.second-page__main input[name="entrance"], .second-page__main input[name="housing"] {
  margin-right: 0;
}

.second-page__main input[name="floor"] {
  margin-right: 10px;
}

.second-page__main input[name="housing"], .second-page__main input[name="floor"], .second-page__main input[name="apartment"] {
  width: 132px;
}

.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 #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

.grid__comment {
  width: 275px;
  margin: 0 auto;
}