

/* Start:/bitrix/templates/mn/components/bitrix/catalog/services/style.css?1723613194697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/bitrix/templates/mn/components/bitrix/catalog/services/bitrix/catalog.element/.default/style.css?177490382912972*/
:root{
  --cp-outline-top: 120px;
}

.cp-page{
  color:#fff;
  background:#151515;
  padding:32px 0 72px;
  margin-top:100px;
}

.cp-page__inner{
  width:min(1440px, calc(100% - 32px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:24px;
  align-items:stretch;
  overflow:visible;
}



.cp-related-offers{
  margin-top:24px;
}

.cp-related-offers__panel{
  border-radius:10px;
  padding:40px;
  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-related-offers__panel .cp-section__head{margin-top:10px;}

.cp-related-offers__grid{
  margin-top:22px;
  display:grid;
  gap:14px;
}

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

.cp-related-offers__item{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:#fff;
  text-decoration:none;
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}

.cp-related-offers__item:hover{
  transform:translateY(-2px);
  border-color:rgba(253,224,71,.28);
  background:rgba(255,255,255,.05);
}

.cp-related-offers__name{
  font-size:18px;
  line-height:1.5;
  color:rgba(255,255,255,.88);
}

.cp-related-offers__arrow{
  flex:0 0 auto;
  font-size:20px;
  line-height:1;
  color:#fde047;
}


@media (min-width:1280px){
  .cp-page__inner{
    grid-template-columns:300px minmax(0,1fr);
  }
}

.cp-page__content,
.cp-outline__sticky,
.cp-hero__panel,
.cp-hero__aside,
.cp-card,
.cp-panel,
.cp-faq__item,
.cp-cta__panel,
.cp-empty-state,
.cp-step,
.cp-hero-card{
/*  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);*/

 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;

}

.cp-page__content{
  border-radius:10px;
  padding:20px;
  align-self:start;
}

@media (min-width:768px){
  .cp-page__content{padding:28px;}
}

.cp-service{
  display:grid;
  gap:24px;
}

.cp-hero{
  display:grid;
  gap:20px;
}

@media (min-width:1100px){
  .cp-hero{
    grid-template-columns:1.15fr .85fr;
    align-items:stretch;
  }
}

.cp-hero__panel,
.cp-hero__aside,
.cp-panel,
.cp-cta__panel,
.cp-empty-state{
  border-radius:10px;
  padding:28px;
  position:relative;
  overflow:hidden;
}

@media (min-width:768px){
  .cp-hero__panel,
  .cp-hero__aside,
  .cp-panel,
  .cp-cta__panel,
  .cp-empty-state{
    padding:40px;
  }
}

.cp-badge,
.cp-section__eyebrow,
.cp-outline__label,
.cp-hero-card__label{
  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-badge{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(250,204,21,.2);
  background:rgba(250,204,21,.07);
  margin-bottom:18px;
}

.cp-service h1{
  margin:0;
  font-size:42px;
  line-height:1.06;
  font-weight:700;
  max-width:900px;
}

@media (min-width:768px){
  .cp-service h1{font-size:48px;}
}

.cp-hero__lead{
  margin:20px 0 0;
  font-size:20px;
  line-height:1.7;
  color:rgba(255,255,255,.88);
  max-width:900px;
}

.cp-hero__text,
.cp-section__head p,
.cp-panel p,
.cp-faq__answer p,
.cp-cta__panel p,
.cp-outline__cta p,
.cp-empty-state p{
  margin:16px 0 0;
  font-size:17px;
  line-height:1.78;
  color:rgba(255,255,255,.68);
}

.cp-outline__cta p{
  margin-bottom:20px;
}

.cp-chip-row{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.cp-chip{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.84);
  font-size:14px;
}

.cp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.cp-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
  transition:all .3s ease-out;
}

.cp-button--primary{
  background:linear-gradient(90deg, #fde047 0%, #f59e0b 55%, #f97316 100%);
  color:#151515;
}

.cp-button--primary:hover{
  color:#000;
  background:linear-gradient(90deg, #fff 0%, #f97316 100%);
}

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

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

.cp-button--full{
  width:100%;
}

.cp-hero-card__title{
  margin-top:12px;
  font-size:26px;
  line-height:1.2;
  font-weight:600;
  color:#fff;
}

.cp-hero-card__list,
.cp-card__list,
.cp-checklist,
.cp-benefits,
.cp-task-grid{
  list-style:none;
  padding:0;
  margin:20px 0 0;
  display:grid;
  gap:12px;
}

.cp-hero-card__list li,
.cp-card__list li,
.cp-checklist li,
.cp-benefits li,
.cp-task-grid li{
  position:relative;
  padding-left:18px;
  color:rgba(255,255,255,.78);
  line-height:1.72;
}

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

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

.cp-section__head {
    max-width: 100%;
    margin-top: 50px;
}


.cp-section__head h2,
.cp-panel h2,
.cp-cta__panel h2,
.cp-empty-state h1{
  margin:10px 0 0;
  font-size:32px;
  line-height:1.15;
  font-weight:650;
}

@media (min-width:768px){
  .cp-section__head h2,
  .cp-panel h2,
  .cp-cta__panel h2,
  .cp-empty-state h1{
    font-size:40px;
  }
}

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

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

.cp-card{
  border-radius:10px;
  padding:24px;
  position:relative;
  overflow:hidden;
}

.cp-card__glow{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top left, rgba(251,191,36,.12), transparent 28%);
  pointer-events:none;
}

.cp-card h3{
  position:relative;
  margin:0;
  font-size:22px;
  line-height:1.25;
}

.cp-card__list{
  position:relative;
}

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

@media (min-width:1000px){
  .cp-steps{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

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

.cp-step__num{
  font-size:44px;
  line-height:1;
  font-weight:700;
  color:rgba(255,255,255,.12);
  margin-bottom:16px;
}

.cp-step__text{
  color:rgba(255,255,255,.82);
  line-height:1.72;
}

.cp-section--split{
  grid-template-columns:1fr;
}

@media (min-width:1100px){
  .cp-section--split{
    display:grid;
    grid-template-columns:1.02fr .98fr;
    gap:18px;
  }
}

.cp-panel{
  display:block;
}

.cp-faq{
  display:grid;
  gap:12px;
}

.cp-faq__item{
  border-radius:10px;
  overflow:hidden;
}

.cp-faq__button{
  all:unset;
  box-sizing:border-box;
  width:100%;
  padding:22px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  cursor:pointer;
}

.cp-faq__question{
  font-size:18px;
  line-height:1.6;
  color:#fff;
}

.cp-faq__icon{
  flex:0 0 auto;
  width:36px;
  height:36px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(250,204,21,.1);
  border:1px solid rgba(250,204,21,.18);
  color:#fde047;
  font-weight:700;
  transition:transform .2s ease;
}

.cp-faq__button[aria-expanded="true"] .cp-faq__icon{
  transform:rotate(45deg);
}

.cp-faq__answer{
  padding:0 24px 24px;
}

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

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

.cp-task-grid li{
  min-height:100%;
  padding:20px 20px 20px 22px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.cp-task-grid li::before{
  left:12px;
}

.cp-outline{
  display:none;
}

@media (min-width:1280px){
  .cp-outline{
    display:block;
    align-self:stretch;
    overflow:visible;
    min-height:100%;
    position:relative;
  }
}

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

@media (min-width:1280px){
  .cp-outline__sticky{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    box-sizing:border-box;
    max-height:calc(100vh - var(--cp-outline-top, 120px) - 24px);
    overflow:auto;
    will-change:transform;
    backface-visibility:hidden;
    transform:translate3d(0,0,0);
    scrollbar-width:thin;
  }
}

.cp-outline__nav{
  margin-top:18px;
  display:grid;
  gap:6px;
}

.cp-outline__nav a{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:rgba(255,255,255,.72);
  text-decoration:none;
  line-height:1.4;
  border:1px solid transparent;
  transition:.2s ease;
}

.cp-outline__nav a:hover,
.cp-outline__nav a.is-active{
  color:#fff;
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.08);
}

.cp-outline__cta{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-outline__cta-title{
  font-size:24px;
  line-height:1.3;
  font-weight:600;
}

.cp-empty-state{
  text-align:center;
}

.cp-service a:focus-visible,
.cp-faq__button:focus-visible,
.cp-outline__nav a:focus-visible{
  outline:2px solid #fde047;
  outline-offset:2px;
}

.cp-hero__aside .cp-hero-card{
  border:none;
  background:none;
  box-shadow:none;
}

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

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

/* Hero image */
.cp-hero-card__image{
  margin-top:40px;
  border-radius:10px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.cp-hero-card__image img{
  display:block;
  width:100%;
  height:auto;
}

.cp-hero-card__image-trigger{
  all:unset;
  display:block;
  width:100%;
  cursor:pointer;
}

.cp-hero-card__image-trigger img{
  display:block;
  width:100%;
  height:auto;
  transition:transform .25s ease, opacity .25s ease;
}

.cp-hero-card__image-trigger:hover img{
  transform:scale(1.02);
}

/* Image modal */
.cp-image-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .3s ease, visibility .3s ease;
}

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

.cp-image-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(6px);
}

.cp-image-modal__dialog{
  position:relative;
  width:min(80vw, 1400px);
  max-height:90vh;
  transform:translateY(24px) scale(.96);
  opacity:0;
  transition:transform .35s ease, opacity .35s ease;
}

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

.cp-image-modal__content{
  border-radius:10px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:#111;
  box-shadow:0 30px 100px rgba(0,0,0,.45);
}

.cp-image-modal__img{
  display:block;
  width:100%;
  height:auto;
  max-height:90vh;
  object-fit:contain;
  background:#111;
}

.cp-image-modal__close{
  position:absolute;
  top:-14px;
  right:-14px;
  width:44px;
  height:44px;
  border:none;
  border-radius:999px;
  cursor:pointer;
  background:rgba(20,20,20,.92);
  color:#fff;
  font-size:28px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
  transition:transform .2s ease, background .2s ease;
}

.cp-image-modal__close:hover{
  transform:scale(1.06);
  background:#222;
}

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

@media (max-width:767px){
  .cp-page{
    padding-top:20px;
  }

  .cp-page__inner{
    width:min(100% - 20px, 1440px);
  }

  .cp-page__content{
    padding:14px;
  }

  .cp-service h1{
    font-size:34px;
  }

  .cp-hero__lead{
    font-size:18px;
  }

  .cp-section__head h2,
  .cp-panel h2,
  .cp-cta__panel h2{
    font-size:28px;
  }

  .cp-button{
    width:100%;
  }

  .cp-image-modal{
    padding:16px;
  }

  .cp-image-modal__dialog{
    width:min(94vw, 94vw);
  }

  .cp-image-modal__close{
    top:10px;
    right:10px;
  }
}

/* End */
/* /bitrix/templates/mn/components/bitrix/catalog/services/style.css?1723613194697 */
/* /bitrix/templates/mn/components/bitrix/catalog/services/bitrix/catalog.element/.default/style.css?177490382912972 */
