

/* Start:/local/components/itb/certificates/templates/balance/style.css?1759127597316*/
.check-balance__content .check-balance__result{
    margin-top: 15px;
}

.check-balance__content .check-balance__result .result__info{
    display: none;
}

.check-balance__content .check-balance__result .result__info span.info-sum{
    font-weight: bold;
}

.result__errors{
    display: none;
    color: #EB4B66;
}
/* End */


/* Start:/local/templates/parfum/css/gift.css?175912759712688*/
:root {
  --white: #fff;
  --crimson: #EB4B66;
  --dark-green: #183A2B;
  --black: #000;
  --green: #02D3B4;
}

.pageContent--white{background-color:var(--white);}
.img{max-width:100%;max-height:100%;}
.simple-link{color:var(--green);text-decoration:underline;}
.simple-link:hover{text-decoration:none;}

.check-balance__container{
  margin-top: 25px;
}

@media (max-width: 1310px) {
  .container.container--certificate {
    max-width: 1250px;
    padding: 0 40px;
  }
}



/* input-simple  */
.input-simple,
.textarea-simple {
  font-family: Montserrat-Medium, sans-serif;
  height: 52px;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 52px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: var(--dark-green);
  width: 100%;
}

@media (max-width: 1250px) {
  .input-simple {
    height: 72px;
    line-height: 72px;
  }
}
.input-simple.has-error,
.textarea-simple.has-error {
  border-color: var(--crimson);
  color: var(--crimson);
}


.textarea-simple {
  min-height: 200px;
  line-height: 1;
}
.input-simple::placeholder,
.textarea-simple::placeholder{color:#A6A6A6;}

/* title */
.title{font-size:48px;line-height:59px;padding:0;margin:0;}
.title--size-24 {font-size: 24px;line-height: 29px;}
.title--size-32 {font-size: 32px;line-height: 39px;}
.title--center {text-align: center;}

.section-title {margin-bottom: 50px;}

/* btn */
.btn.btn--lg{font-weight:500;font-size:20px;line-height:24px;border-radius:35px;background:var(--crimson);height:56px;padding:15px 24px;position: relative;white-space: nowrap;}
.btn.btn--lg::after{border-color:var(--crimson);border-radius:35px;}
.btn-arrow {background: none;border: none;}
.btn.btn--lg-shadow {z-index: 0;padding: 16px 32px;}
.btn.btn--lg-shadow::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:var(--crimson);filter:blur(50px);border-radius:20px;width:205.44px;height:34px;z-index:-1;}
.btn.btn--rounded {
  font-family: Montserrat-Regular;
  font-size: 20px;
  height: 52px;
  line-height: 1;
  background: #02B694;
  border-radius: 8px;
  padding: 10px 27px;
}
.btn.btn--rounded::after {
  border-radius: inherit;
  border-color: #02B694;
}

@media (max-width: 1250px) {
  .btn.btn--rounded {
    height: 72px;
    padding: 10px 55px;
  }
}

/* home-screen__title */
.home-screen__title{text-align:center;margin-bottom:-10px;}
.home-screen__picture{position:relative;max-width:1127px;width:100%;margin:0 auto;
    overflow: hidden;
    border-bottom-left-radius: 64% 63%;
    border-bottom-right-radius: 70% 65%;}
.home-screen__inner-box{position:absolute;max-width:365px;bottom:0;left:50%;transform:translateX(-50%);}

/* box-cta */
.box-cta{text-align:center;}
.box-cta__body{background-color:var(--white);box-shadow:4px 0px 0px #EBEBEB;border-radius:17px;padding:55px 60px;}
.box-cta__text{margin-bottom:40px;font-size:32px;line-height:1.19;}
.box-cta__header-text{color:var(--white);font-family:Arial;font-style:italic;font-weight:bold;font-size:100px;line-height:115px;margin-bottom:-30px;}

/* brief */
.brief--margins{margin:114px 0 46px;}
.brief__info{display:flex;}
.brief__title{font-weight:500;font-size:32px;line-height:39px;padding-right: 60px;max-width: 570px;width: 100%;}
.brief__text{font-size:18px;line-height:1.6;flex: 1;}

/* utp */
.utp{text-align:center;display:flex;margin:0 -65px;}
.utp__item{padding:0 65px;flex:1;}
.utp__icon{margin-bottom:32px;}
.utp__title{margin-bottom:17px;font-weight:500;}
.utp__desc{font-size:18px;line-height:1.32;color:var(--dark-green);}

/* order-item */
.order-item{margin-bottom:60px;}
.order-item--margins{margin-top:106px;}
.order-item__content{display:flex;justify-content: space-between;}
.order-item__slider{flex-basis:50%;position: relative;}
.order-item__form{flex:1;padding-left:23px; max-width: 560px;}


/* order-item-form */
.order-item-form__row:not(:last-child) {
  margin-bottom: 20px;
}
.order-item-form__label {
  display: flex;
}
.order-item-form__label .check+span {
  height: 20px;
  width: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  flex-shrink: 0;
}
.order-item-form__label .check:checked+span {
  border: 2px solid #02D3B4;
}
.order-item-form__label .check:checked+span:after {
  width: 16px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.78947L4.31579 9L10 1' stroke='%2302D3B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.order-item-form__label .check_text {
  font-size: 14px;
  font-family: Montserrat-Regular;
  line-height: 1.4;
  color: var(--black);
  margin-left: 12px;
  margin-top: 2px;
}
.order-item-form__button {
  margin-top: 45px;
}
.order-item-form__textarea {
  position: relative;
}
.order-item-form__counter {
  font-family: Montserrat-Medium, sans-serif;
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #A6A6A6;
}
.error {
  font-family: Montserrat-Regular;
  color: var(--crimson);
  font-size: 16px;
  line-height:1;
  margin-top: 10px;
  margin-left: 12px;
  display: block;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #d6d6d6;
}
.e-card__picture.owl-theme {
  position: relative;
}
.e-card__picture.owl-theme .owl-next, .e-card__picture.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.e-card__picture.owl-theme .owl-prev {
  left: 10px;
}
.e-card__picture.owl-theme .owl-next {
  right: 10px;
}


/* gift-card */
.gift-card {
  background: #02D3B4;
  padding: 23px 46px;
  min-height: 580px;
  max-width: 470px;
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
  
}
.gift-card__info {
  color: var(--white);
  font-family: Montserrat-Medium, sans-serif;
}
.gift-card__name {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 12px;
  
  word-break: break-word;
}
.gift-card__congratulations {
  font-size: 18px;
  line-height: 1.32;
  margin-bottom: 33px;
  min-height: 126px;
  word-break: break-word;
}
.gift-card__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  bottom: 0;
  width: 130%;
}

/* gift-card-thumbnails */
.gift-card-thumbnails {
  /* width: 141% !important; */
  /* position: absolute !important;
  left: -100px; */
  /* padding: 0 50px; */
  /* margin: 0 -50px; */
}
.gift-card-thumbnails .owl-stage-outer{
  padding-top: 18px;
  padding-bottom: 50px;
}
.gift-card-thumbnails .owl-stage {
  /* padding: 0 50px; */
}
.gift-card-thumbnails__item {
  width: 80px;
  height: 100px;
  background-color: #DFEDEF;
  position: relative;
}
.gift-card-thumbnails .owl-item.current .gift-card-thumbnails__item {
  background-color: var(--white);
}

.gift-card-thumbnails .owl-item.current .gift-card-thumbnails__item::after {
  content: '';
  position: absolute;
  top: -7px;
  background: var(--crimson);
  width: 100%;
  height: 4px;
}

.gift-card-thumbnails .owl-item.current .gift-card-thumbnails__item::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: rgba(235, 75, 102, 0.74);
  filter: blur(30px);
  width: 58.54px;
  height: 72.48px;
}

/* e-card */
.e-card {
  position: relative;
  width: 377px;
  height: 236px;
  border-radius: 20px;
  font-family: Montserrat-Bold, sans-serif;
  overflow: hidden;
}
.e-card .owl-stage,
.e-card .owl-stage-outer,
.e-card .owl-item {
  height: 100%;
}
.e-card::before {
  content: '';
  width: 279px;
  height: 175px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  background: #9E3245;
  filter: blur(70px);
  border-radius: 20px;
  transform: translateX(-50%);
}
.e-card-picture-slide {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.e-card-picture-slider {
  height: 100%;
  position: absolute !important;
  z-index: -1 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.e-card-picture-slider__item {
  height: 100%;
}
.e-card-picture-slider__item .img {
  width: 100%;
  height: 100%;
  object-position: 110px center;
}
.e-card__inner {
  background: var(--white);
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
}
.e-card__info {
  padding: 29px 27px;
  font-size: 24px;
  line-height: 1.19;
  flex: 1;
  max-width: 250px;
}
.e-card__logo {
  margin-bottom: 42px;
}
.e-card__title {
  margin-bottom: 7px;
  color: #02B694;
  font-size: 24px;

}
.e-card__price {
  font-size: 32px;
  white-space: nowrap;
  color: var(--crimson);
}
.e-card__picture {
  flex-basis: 70%;
}

/* check-form */
/*.check-form {
  display: grid;
  grid-auto-flow: dense;
  gap: 20px;
  grid-template-columns: 1fr 1fr auto;
  grid-template-areas:
  'number pin btn'
  'captcha-code captcha-pic captcha-pic';
} */

.check-form {
  display: grid;
  grid-auto-flow: dense;
  gap: 20px;
  grid-template-columns: 1fr 1fr auto;
  grid-template-areas:
  'number btn'
  'captcha-code captcha-pic';
}
.check-form__input--number {
  grid-area: number;
}
.check-form__input--pin {
  grid-area: pin;
}
.check-form__button {
  grid-area: btn;
}
.check-form__captcha-field {
  grid-area: captcha-code;
}
.check-form__captcha-pic {
  grid-area: captcha-pic;
}

/* check-balance */
.check-balance__help {
  display: flex;
  justify-content: space-between;
  margin: 60px -10px 107px;
}
.check-balance__help-col {
  flex: 1;
  max-width: 490px;
  padding: 0 10px;
}
.check-balance__help-text {
  font-family: Montserrat-Medium, sans-serif;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}
.check-balance__help-pic {
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 470px;
  max-height: 293px;
}
.check-balance__help-pic img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .check-balance__help{margin-top:50px;}
  .check-balance__help-text{font-size:20px;line-height:30px;}
  .section-title{margin-bottom:32px;}
  .order-item__content{flex-direction:column;}
  .order-item__form{padding-left:0;align-self:center;}
  .order-item-form__button{text-align:center;}
  .gift-card{margin:0 auto;}
  .utp{margin: 0 -30px;}
  .utp__item{padding:0 30px;}
  .order-item {margin-bottom: 100px;}
  .order-item--margins{margin-top:70px;}
}
@media (max-width: 990px) {
  .brief__title {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .brief__info {
    flex-direction: column;
  }
  .brief--margins {
    margin: 64px 0 35px;
  }
}

@media (max-width: 760px) {
  .check-form {
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    'number'
    'pin'
    'captcha-pic'
    'captcha-code'
    'btn';
}
.check-form__button .btn{width: 100%;}
.order-item__form {
  max-width: 100%;
}
.check-balance__help {
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
.check-balance__help-col {
  padding: 0;
}
.check-balance__help-col:not(:last-child) {
  margin-bottom: 32px;
}
.container.container--certificate {
  padding-left: 32px;
  padding-right: 32px;
}
.box-cta__body {
  padding: 29px 30px;
}
.box-cta__text {
  margin-bottom: 20px;
  font-size: 25px;
}
.box-cta__header-text {
  font-size: 70px;
  margin-bottom: -36px;
}
.home-screen__inner-box {
  max-width: 265px;
}
.utp {
  flex-wrap: wrap;
  justify-content: space-around;
}
.utp__item {
  min-width: 250px;
}
  .btn.btn--lg{
    font-size: 16px;
  }
}

@media (max-width: 620px) {
  .gift-card-thumbnails .owl-item.current .gift-card-thumbnails__item::before {
    display: none; 
  }
  .e-card {
    width: 280px;
    height: 176px;
  }
  .gift-card {
    padding: 23px 31px;
    min-height: 400px;
  }
  .gift-card__congratulations {
    min-height: 56px;
  }
  .e-card__title {
    font-size: 16px;
  }
  .e-card__logo {
    margin-bottom: 12px;
  }
  .e-card__price {
    font-size: 18px;
  }
  .gift-card__arrows {
    width: 114%;
    z-index: 2;
  }
  .gift-card__name {
    font-size: 22px;
  }
  .title {
    font-size: 35px;
  }
  .brief__title {
    font-size: 28px;
  }
  .home-screen__inner-box {
    max-width: 335px;
    width: 100%;
  }
  .box-cta__body {
    padding: 15px 20px;
  }
  .box-cta__header-text {
    margin-bottom: -6px;
    line-height: 1;
    font-size: 35px;
  }
  .box-cta__text {
    font-size: 20px;
  }
}
/* End */
/* /local/components/itb/certificates/templates/balance/style.css?1759127597316 */
/* /local/templates/parfum/css/gift.css?175912759712688 */
