

/* Start:/bitrix/templates/mn/components/bitrix/news.list/tarif/style.css?17749366697432*/
.cp-tariffs{
  color:#fff;
  display:grid;
  gap:28px;
}

.cp-tariffs__hero,
.cp-tariffs__conditions,
.cp-tariffs__condition-card{
  border:1px solid var(--tg-border-1);
  background:linear-gradient(140deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.cp-tariffs__cta-panel{
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at top left, rgba(251,191,36,.12), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.cp-tariffs__hero,
.cp-tariffs__conditions,
.cp-tariffs__cta-panel{
  border-radius:10px;
  padding:28px;
}

.cp-tariffs__eyebrow,
.cp-tariffs__section-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(253,224,71,.9);
  font-weight:700;
}

.cp-tariffs__title{
  margin:14px 0 0;
  font-size:42px;
  line-height:1.08;
  font-weight:700;
}

.cp-tariffs__lead{
  margin:18px 0 0;
  max-width:920px;
  font-size:18px;
  line-height:1.75;
  color:rgba(255,255,255,.72);
}

.cp-tariffs__facts{
  margin-top:24px;
  display:grid;
  gap:14px;
}

@media (min-width:900px){
  .cp-tariffs__facts{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

.cp-tariffs__fact{
  min-height:72px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  padding:16px 18px;
}

.cp-tariffs__fact span{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:rgba(255,255,255,.42);
}

.cp-tariffs__fact strong{
  display:block;
  margin-top:8px;
  font-size:16px;
  line-height:1.5;
  color:#fff;
}

.cp-tariffs__section{
  display:grid;
  gap:18px;
}

.cp-tariffs__section-head h2,
.cp-tariffs__conditions h2,
.cp-tariffs__cta-panel h2{
  margin:10px 0 0;
  font-size:32px;
  line-height:1.15;
  font-weight:650;
}

.cp-tariffs__section-head p,
.cp-tariffs__conditions p,
.cp-tariffs__cta-panel p{
  margin:14px 0 0;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.68);
}

.cp-tariffs__grid{
  display:grid;
  gap:18px;
}

.cp-tariffs__grid--formats{
  grid-template-columns:1fr;
}

@media (min-width:900px){
  .cp-tariffs__grid--packages{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .cp-tariffs__grid--formats{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}

.cp-tariff-card{
  position:relative;
  border:1px solid var(--tg-border-1);
  background:linear-gradient(140deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  box-shadow:0 20px 60px rgba(0,0,0,.18);
  border-radius:10px;
  padding:24px;
  display:grid;
  gap:18px;
  overflow:hidden;
}

.cp-tariff-card--popular{
  border-color:rgba(253,224,71,.24);
  box-shadow:0 24px 70px rgba(253,224,71,.08);
}

.cp-tariff-card--best{
  border-color:rgba(249,115,22,.28);
  box-shadow:0 24px 70px rgba(249,115,22,.08);
}

.cp-tariff-card--corporate{
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at top left, rgba(251,191,36,.12), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  box-shadow:0 20px 60px rgba(0,0,0,.22);
  border-radius:10px;
}

.cp-tariff-card__badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.cp-tariff-card__badge{
  justify-self:start;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(250,204,21,.2);
  background:rgba(250,204,21,.07);
  color:rgba(253,224,71,.95);
  font-size:12px;
  font-weight:700;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  height: 30px;
}

.cp-tariff-card__badge--economy{
  border-color:rgba(52,211,153,.24);
  background:rgba(52,211,153,.10);
  color:#a7f3d0;
}

.cp-tariff-card__top{
  display:grid;
  gap:8px;
}

.cp-tariff-card__title{
  margin:0;
  font-size:28px;
  line-height:1.15;
  font-weight:700;
  color:#fff;
  text-transform: uppercase;
}

.cp-tariff-card__price{
  font-size:24px;
  line-height:1.15;
  font-weight:700;
  color:#fff;
  text-transform: uppercase;
}

.cp-tariff-card__subprice{
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.56);
}

.cp-tariff-card__desc{
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.78);
}

.cp-tariff-card__block{
  display:grid;
  gap:10px;
}

.cp-tariff-card__block-title{
  font-size:13px;
  line-height:1.4;
  font-weight:700;
  color:rgba(255,255,255,.92);
  text-transform:uppercase;
  letter-spacing:.08em;
}

.cp-tariff-card__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.cp-tariff-card__list li{
  position:relative;
  padding-left:18px;
  font-size:15px;
  line-height:1.68;
  color:rgba(255,255,255,.78);
}

.cp-tariff-card__list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.75em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:linear-gradient(90deg, #fde047 0%, #f97316 100%);
}

.cp-tariff-card__list--soft li::before{
  background:rgba(255,255,255,.34);
}

.cp-tariff-card__actions{
  margin-top:auto;
}

.cp-tariff-card__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border:none;
  border-radius:999px;
  cursor:pointer;
  text-decoration:none;
  font-size:14px;
  text-transform: uppercase;
  font-weight:600;
  color:#151515;
  background:linear-gradient(90deg, #fde047 0%, #f59e0b 55%, #f97316 100%);
  transition:transform .2s ease, filter .2s ease;
}

.cp-tariff-card__button:hover{
/*  transform:translateY(-1px);
  filter:brightness(1.04);*/
  background: linear-gradient(90deg, #fff 0%, #f97316 100%);
  color:#000;
}

.cp-tariff-card__button--ghost{
  color:#fff;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
}

.cp-tariff-card__button--ghost:hover{
  filter:none;
  background:rgba(255,255,255,.08);
  color:#FFF;
}

.cp-tariffs__conditions-grid{
  margin-top:22px;
  display:grid;
  gap:18px;
}

@media (min-width:900px){
  .cp-tariffs__conditions-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

.cp-tariffs__condition-card{
  border-radius:10px;
  padding:22px;
}

.cp-tariffs__condition-card h3{
  margin:0 0 14px;
  font-size:22px;
  line-height:1.2;
}

.cp-tariffs__condition-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.cp-tariffs__condition-card li{
  position:relative;
  padding-left:18px;
  font-size:15px;
  line-height:1.68;
  color:rgba(255,255,255,.76);
}

.cp-tariffs__condition-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.75em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:linear-gradient(90deg, #fde047 0%, #f97316 100%);
}

.cp-tariffs__cta-actions{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

@media (max-width:767px){
  .cp-tariffs{
    gap:20px;
  }

  .cp-tariffs__hero,
  .cp-tariffs__conditions,
  .cp-tariffs__cta-panel{
    padding:20px;
  }

  .cp-tariffs__title{
    font-size:32px;
  }

  .cp-tariffs__section-head h2,
  .cp-tariffs__conditions h2,
  .cp-tariffs__cta-panel h2{
    font-size:28px;
  }

  .cp-tariff-card{
    padding:20px;
    border-radius:10px;
  }

  .cp-tariff-card__title{
    font-size:24px;
  }

  .cp-tariff-card__price{
    font-size:26px;
  }

  .cp-tariff-card__button{
    width:100%;
  }

  .cp-tariffs__cta-actions{
    display:grid;
  }
}

/* End */


/* Start:/bitrix/templates/mn/components/bitrix/form.result.new/tarif/style.css?177494162914833*/
.cp-form-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px;
  opacity:0;
  visibility:hidden;
  transition:opacity .3s ease, visibility .3s ease;
}

.cp-form-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.cp-form-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.85);
  backdrop-filter:blur(8px);
}

.cp-form-modal__dialog{
  position:relative;
  width:min(860px, 100%);
  max-height:90vh;
  overflow:auto;
 /* border-radius:32px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at top left, rgba(251,191,36,.12), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  box-shadow:0 30px 100px rgba(0,0,0,.45);*/

 background: linear-gradient(135deg, #222325 0%, rgba(21, 21, 21, 0) 100%);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;

  transform:translateY(24px) scale(.97);
  opacity:0;
  transition:transform .35s ease, opacity .35s ease;
}

.cp-form-modal.is-open .cp-form-modal__dialog{
  transform:translateY(0) scale(1);
  opacity:1;
}

.cp-form-modal__dialog::-webkit-scrollbar{
  width:8px;
}

.cp-form-modal__dialog::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.18);
  border-radius:999px;
}

.cp-form-modal__close{
  position:absolute;
  top:18px;
  right:18px;
  width:44px;
  height:44px;
  border:none;
  border-radius:999px;
  cursor:pointer;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:28px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease, background .2s ease;
}

.cp-form-modal__close:hover{
  transform:scale(1.06);
  background:rgba(255,255,255,.12);
}

.cp-form-modal__head{
  padding:34px 34px 0;
}

.cp-form-modal__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(253,224,71,.9);
  font-weight:700;
}

.cp-form-modal__title{
  margin:14px 0 0;
  font-size:40px;
  line-height:1.08;
  font-weight:700;
  color:#fff;
}

.cp-form-modal__lead{
  margin:16px 0 0;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.68);
}

.cp-form-modal__alert{
  margin:24px 34px 0;
  padding:16px 18px;
  border-radius:18px;
  font-size:15px;
  line-height:1.65;
}

.cp-form-modal__alert--error{
  border:1px solid rgba(248,113,113,.28);
  background:rgba(127,29,29,.22);
  color:#fecaca;
}

/*#cpTariffsFormModal .cp-form-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  padding:28px 34px 0;
} */


#cpTariffsFormModal .cp-form-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
  gap:18px;
  padding:28px 34px 0;
}

#cpTariffsFormModal .cp-form-field{
  grid-column:span 2;
}

#cpTariffsFormModal .cp-form-field--half{
  grid-column:span 3;
}

#cpTariffsFormModal .cp-form-field--wide{
  grid-column:1 / -1;
}





.cp-form-field--wide{
  grid-column:1 / -1;
}

.cp-form-field{
  display:grid;
  gap:10px;
}

.cp-form-field__label{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:16px;
  line-height:1.4;
  font-weight:600;
  color:#fff;
}

.cp-form-field__required{
  color:#fde047;
}

.cp-form-control{
  width:100%;
  min-height:54px;
  padding:0 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgb(28 28 30);
  color:#fff;
  font-size:16px;
  line-height:1.5;
  box-sizing:border-box;
  outline:none;
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.cp-form-control::placeholder{
  color:rgba(255,255,255,.42);
  font-size:14px;
}

.cp-form-control:focus{
  border-color:rgba(253,224,71,.55);
  background:rgba(255,255,255,.06);
  box-shadow:0 0 0 4px rgba(253,224,71,.08);
}

#cpTariffsFormModal .cp-form-control--textarea{
    max-height: 80px;
    padding: 16px;
    resize: vertical;
    min-height: 80px;
}

.cp-form-control--select{
  appearance:none;
}

.cp-form-captcha{
  display:grid;
  gap:14px;
}

.cp-form-captcha__image{
  display:block;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
}

.cp-form-modal__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:28px 34px 34px;
}

.cp-form-modal__meta{
  font-size:13px;
  line-height:1.5;
  color:rgba(255,255,255,.5);
}

.cp-form-submit{
  min-width:220px;
  min-height:54px;
  padding:0 26px;
  border:none;
  border-radius:999px;
  cursor:pointer;
  font-size:16px;
  font-weight:600;
  color:#151515;
  text-transform:uppercase;
  background:linear-gradient(90deg, #fde047 0%, #f59e0b 55%, #f97316 100%);
  transition:transform .2s ease, filter .2s ease;
}

.cp-form-submit:hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
}

.cp-form-submit[disabled]{
  opacity:.5;
  cursor:not-allowed;
  transform:none;
}

.cp-form-success{
  padding:28px 34px 34px;
  display:grid;
  gap:14px;
}

.cp-form-success__icon{
  width:54px;
  height:54px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:700;
  color:#151515;
  background:linear-gradient(90deg, #fde047 0%, #f59e0b 55%, #f97316 100%);
}

.cp-form-success__title{
  font-size:28px;
  line-height:1.15;
  font-weight:700;
  color:#fff;
}

.cp-form-success__text,
.cp-form-success__note{
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.72);
}

body.cp-modal-open{
  overflow:hidden;
}


.cp-form-submit:hover{color:#000;}

@media (max-width:767px){
  .cp-form-modal{
    padding:16px;
  }

  .cp-form-modal__dialog{
    width:min(100%, 100%);
    max-height:92vh;
    border-radius:24px;
  }

  .cp-form-modal__head{
    padding:24px 20px 0;
  }

  .cp-form-modal__title{
    font-size:30px;
  }

  .cp-form-grid{
    grid-template-columns:1fr;
    padding:22px 20px 0;
  }

  .cp-form-modal__footer{
    flex-direction:column;
    align-items:stretch;
    padding:22px 20px 24px;
  }

  .cp-form-submit{
    width:100%;
  }

  .cp-form-modal__alert,
  .cp-form-success{
    margin-left:20px;
    margin-right:20px;
    padding-left:0;
    padding-right:0;
  }

  .cp-form-modal__close{
    top:12px;
    right:12px;
  }
}


.cp-form-field__control{
  display:block;
}

.cp-form-field--has-error .cp-form-control{
  border-color:rgba(248,113,113,.45);
  background:rgba(127,29,29,.10);
  box-shadow:0 0 0 4px rgba(248,113,113,.08);
}

.cp-form-field--has-error .cp-form-control:focus{
  border-color:rgba(248,113,113,.6);
  box-shadow:0 0 0 4px rgba(248,113,113,.12);
}

.cp-form-field__control{
  position:relative;
  display:block;
}

.cp-form-field--has-error .cp-form-control{
  padding-right:56px;
}

.cp-form-field--wide.cp-form-field--has-error .cp-form-control--textarea{
  padding-right:52px;
}

.cp-form-field__error-badge{
  position:absolute;
  top:50%;
  right:14px;
  transform:translateY(-50%);
  width:26px;
  height:26px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(239,68,68,.16);
  border:1px solid rgba(248,113,113,.45);
  color:#fca5a5;
  font-size:14px;
  font-weight:700;
  line-height:1;
  cursor:help;
  z-index:3;
}

.cp-form-field--wide .cp-form-field__error-badge{
  top:16px;
  transform:none;
}

.cp-form-field__error-tooltip{
  position:absolute;
  right:0;
  top:calc(100% + 8px);
  min-width:180px;
  max-width:260px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(248,113,113,.35);
  background:rgba(24,10,10,.96);
  color:#fecaca;
  font-size:12px;
  line-height:1.45;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
  opacity:0;
  visibility:hidden;
  transform:translateY(6px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index:4;
}

.cp-form-field__error-tooltip::before{
  content:"";
  position:absolute;
  top:-6px;
  right:18px;
  width:10px;
  height:10px;
  background:rgba(24,10,10,.96);
  border-left:1px solid rgba(248,113,113,.35);
  border-top:1px solid rgba(248,113,113,.35);
  transform:rotate(45deg);
}

.cp-form-field__error-badge:hover + .cp-form-field__error-tooltip,
.cp-form-field__error-badge:focus + .cp-form-field__error-tooltip{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}


.cp-form-field--contact .cp-form-control{
  padding-right:210px;
}

.cp-form-contact-hint{
  position:absolute;
  top:50%;
  right:14px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  gap:6px;
  z-index:2;
}

.cp-form-contact-hint__item{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cp-form-field--contact.cp-form-field--has-error .cp-form-control{
  padding-right:248px;
}

.cp-form-field--contact .cp-form-field__error-badge{
  right:222px;
}

@media (max-width:767px){
  .cp-form-field--contact .cp-form-control{
    padding-right:180px;
  }

  .cp-form-field--contact.cp-form-field--has-error .cp-form-control{
    padding-right:214px;
  }

  .cp-form-field--contact .cp-form-field__error-badge{
    right:186px;
  }

  .cp-form-contact-hint{
    right:12px;
    gap:4px;
  }

  .cp-form-contact-hint__item{
    width:22px;
    height:22px;
    font-size:10px;
  }
}


.cp-form-contact-hint{
  pointer-events:auto;
}

.cp-form-contact-hint__item{
  position:relative;
  cursor:help;
  pointer-events:auto;
}

.cp-form-contact-hint__item img{
  display:block;
  width:24px;
  height:24px;
  object-fit:contain;
}

.cp-form-contact-hint__item::after{
  content:attr(data-tooltip);
  position:absolute;
  left:50%;
  bottom:calc(100% + 8px);
  transform:translateX(-50%) translateY(6px);
  padding:6px 8px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(18,18,18,.96);
  color:#fff;
  font-size:11px;
  line-height:1.2;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events:none;
  z-index:5;
}

.cp-form-contact-hint__item::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:calc(100% + 2px);
  width:8px;
  height:8px;
  background:rgba(18,18,18,.96);
  border-left:1px solid rgba(255,255,255,.12);
  border-top:1px solid rgba(255,255,255,.12);
  transform:translateX(-50%) rotate(45deg);
  opacity:0;
  visibility:hidden;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events:none;
  z-index:5;
}

.cp-form-contact-hint__item:hover::after,
.cp-form-contact-hint__item:hover::before,
.cp-form-contact-hint__item:focus::after,
.cp-form-contact-hint__item:focus::before{
  opacity:1;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}

.cp-form-consent{
  padding:0 34px;
  margin-top:20px;
}

.cp-form-consent__label{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:flex-start;
  cursor:pointer;
}

.cp-form-consent__checkbox{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.cp-form-consent__box{
  position:relative;
  width:22px;
  height:22px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.04);
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
  margin-top:2px;
  flex:0 0 auto;
}

.cp-form-consent__box::after{
  content:"";
  position:absolute;
  left:7px;
  top:3px;
  width:6px;
  height:11px;
  border-right:2px solid #151515;
  border-bottom:2px solid #151515;
  transform:rotate(45deg) scale(0);
  transform-origin:center;
  transition:transform .2s ease;
}

.cp-form-consent__checkbox:checked + .cp-form-consent__box{
  border-color:rgba(253,224,71,.55);
  background:linear-gradient(90deg, #fde047 0%, #f59e0b 55%, #f97316 100%);
  box-shadow:0 0 0 4px rgba(253,224,71,.08);
}

.cp-form-consent__checkbox:checked + .cp-form-consent__box::after{
  transform:rotate(45deg) scale(1);
}

.cp-form-consent__checkbox:focus-visible + .cp-form-consent__box{
  box-shadow:0 0 0 4px rgba(253,224,71,.12);
}

.cp-form-consent__text{
  font-size:13px;
  line-height:1.65;
  color:rgba(255,255,255,.74);
}

.cp-form-consent__text a{
  color:#fde047;
  text-decoration:none;
}

.cp-form-consent__text a:hover{
  text-decoration:underline;
}

.cp-form-consent__error{
  margin-top:10px;
  padding-left:34px;
  font-size:12px;
  line-height:1.5;
  color:#fecaca;
}

.cp-form-consent--has-error .cp-form-consent__box{
  border-color:rgba(248,113,113,.5);
  background:rgba(127,29,29,.12);
  box-shadow:0 0 0 4px rgba(248,113,113,.08);
}

@media (max-width:767px){
  .cp-form-consent{
    padding:0 20px;
  }
}


.cp-select{
  position:relative;
}

.cp-select__native{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  pointer-events:none;
}

.cp-select__trigger{
  width:100%;
  min-height:54px;
  padding:0 48px 0 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgb(28 28 30);
  color:#fff;
  text-align:left;
  font-size:16px;
  line-height:1.5;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.cp-select__trigger:hover{
  background:rgba(255,255,255,.06);
}

.cp-select.is-open .cp-select__trigger,
.cp-select__trigger:focus{
  border-color:rgba(253,224,71,.55);
  box-shadow:0 0 0 4px rgba(253,224,71,.08);
  outline:none;
}

.cp-select__label{
  display:block;
  color:#fff;
}

.cp-select__arrow{
  position:absolute;
  right:16px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid rgba(255,255,255,.55);
  border-bottom:2px solid rgba(255,255,255,.55);
  transform:translateY(-60%) rotate(45deg);
  transition:transform .2s ease;
}

.cp-select.is-open .cp-select__arrow{
  transform:translateY(-30%) rotate(-135deg);
}

.cp-select__menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  z-index:20;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgb(28 28 30);
  box-shadow:0 24px 60px rgba(0,0,0,.4);
  padding:8px;
  display:grid;
  gap:4px;
  max-height:260px;
  overflow:auto;
}

.cp-select__option{
  width:100%;
  min-height:44px;
  padding:10px 12px;
  border:none;
  border-radius:12px;
  background:transparent;
  color:#fff;
  text-align:left;
  cursor:pointer;
  font-size:15px;
  line-height:1.45;
  transition:background .18s ease, color .18s ease;
}

.cp-select__option:hover,
.cp-select__option.is-selected{
  background:rgba(255,255,255,.08);
}

.cp-select--has-error .cp-select__trigger{
  border-color:rgba(248,113,113,.45);
  background:rgba(127,29,29,.10);
  box-shadow:0 0 0 4px rgba(248,113,113,.08);
}

/* End */
/* /bitrix/templates/mn/components/bitrix/news.list/tarif/style.css?17749366697432 */
/* /bitrix/templates/mn/components/bitrix/form.result.new/tarif/style.css?177494162914833 */
