

/* Start:/local/templates/onelab_copy/css/b_24_cloud.css?17471356413411*/
:root {
	--font-family: "Inter", sans-serif;
	--second-family: "Roboto", sans-serif;
	--third-family: "SF Pro Display", sans-serif;
  }
.site .projects .box[data-project="backountry"] img {
	width: 13.5%;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
}
.site .projects .box[data-project="backountry"] .box__txt {
	width: 21%;
	position: absolute;
	top: 32%;
	left: 60%;
	font-size: 16px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.8);
}
.site .page-webdev .sct-mid-b .cnt-col {
    text-align: start;
}
.uk-text-center {
	text-align: start !important;
}
.uk-container .uk-h1{
	max-width: 800px;
}
.site .page-webdev .sct-top .txt{
	margin-left: 0 !important;
}
.uk-container .head-image-block{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	align-items: end;
}
.site .page-webdev .sct-mid-a .card__hdr{
	min-height: 0 !important;
}
.site .page-webdev .sct-top{
	background-image: url(/local/templates/onelab_copy/imgs/BG_desktop@2x.png);
}

.services {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.services h2 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 48px;
	line-height: 135%;
	letter-spacing: -0.02em;
	color: #3f4158;
	margin-bottom: 80px;
}

.cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 20px;
	height: 1000px;
	margin-bottom: 50px;
	align-content: space-between;
}

.cards-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
}

.card {
	flex: 1; 
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	text-align: left;
	position: relative;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.badge {
	position: absolute;
	top: -15px;
	left: -15px;
	background: #007bff;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	width: 48px;
	height: 48px;

	display: flex;
	justify-content: center;
	align-items: center;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	text-align: center;
}


.card h3 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 135%;
	color: #3f4158;
}

.card ul {
	padding-left: 20px;
	margin-top: 10px;
}

.card ul li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: rgba(63, 65, 88, 0.8);
}
.visib{
	display: flex;
}
.uk-container.services .hdr p{
	text-align: center;
}
.mobile-desc{
	display: none;
}
@media screen and (max-width: 1600px) {
	.site .projects .box[data-project="backountry"] .box__txt {
		width: 30%;
	}
}
@media (max-width: 767px) {
	.desktop{
		display: none !important;
	}
	.mobile-desc{
		margin-top: 40px;
	}
	.site .uk-button-default{
		width: -webkit-fill-available;
	}
	.sct-mid-a{
		padding-bottom: 0 !important;
	}
	.sct-mid-b{
		padding-top: 0 !important;
	}
	.uk-container.services .hdr p{
		text-align: start !important;
	}
	.phone{
		display: block !important;
	}
	.badge{
		left: 150px;
        top: -22px;
	}
	.card{
		margin-top: 20px;
	}
	.cards{
		height: auto !important;
	}
	.uk-container .head-image-block{
		flex-direction: column;
		align-items: center;
	}
	.uk-container .head-image-block img{
		width: 100%;
		height: auto;
	}
	.uk-container .head-image-block .uk-h1{
		margin-top: 20px;
	}
	.uk-container .head-image-block .uk-h1{
		text-align: center;
	}
	.uk-container.services .hdr p{
		text-align: center;
	}
}
/* End */


/* Start:/local/templates/onelab_copy/../.default/styles/bi.css?17688002611602*/
.grid_icon .uk-width-1-4 .card{
    height: 100%;
}

.grid_icon .uk-width-1-4 .card .icon_card{
    width: 48px;
    height: 48px;
}
.grid_icon .uk-width-1-4 .card .card__title{
    display: flex;
    align-items: center;
    gap: 10px;
}

.site .page-webdev .sct-mid-a .grid_icon  .card__title{
    font-size: 18px;
    line-height: 16px;
}

.sct-mid-b .services .cards{
    height: max-content;
}

.top_grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
}

.card__hdr img{
    width: 100%;
}

.card .card__tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.card .card__tags .item{
    padding: 5px;
    background: #EEF2FF;
    border-radius: 15px;
    font-size: 14px;
}

.card .card__ftr a{
    display: block;
}
.grid-h{
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
}
.grid-h .item{
    height: 100%;
}
.grid-h .item .card{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width: 767px){
    .grid-h{
        grid-template-columns: 1fr;

    }
    .grid-h .item .card{
        height: max-content;
    }

    .site .page-webdev .sct-mid-b{
        padding: 140px 0 100px 0 !important;
    }

    .top_grid{
        grid-template-columns: 1fr;
    }
    .top_grid_img{
        display: none;
    }

    .mobile-desc{
        padding-bottom: 100px;
    }
}

.bi_banner .sct-top{
    background-image: url("/local/templates/onelab_copy/../.default/styles/../img/bi_banner_main.png") !important;
}
/* End */


/* Start:/local/templates/onelab_copy/../.default/styles/page_bitrix_24.css?16672058599019*/
.page_bitrix_24 .sct-top {
  padding: 20vh 0 108px 0;
  padding-top: 20vh;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box
}
.page_bitrix_24 .sct-top .txt {
  width: 50%;
  margin-left: 50%;
  line-height: 32px
}
/* .page_bitrix_24 .sct-top .txt .btn_from {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,.3);
  display: block;
  text-decoration: none;
  border: 1px solid rgba(235,235,235,.3);
  box-sizing: border-box;
  border-radius: 12px;
  padding: 15px 100px;
  margin-top: 100px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
} */
.page_bitrix_24 .bitrix_24 {
  background-image: url(/local/templates/onelab_copy/../.default/styles/../img/b24_banner.jpg)
}
.page_bitrix_24 .card_plans {
  padding: 140px 0 200px 0
}
.page_bitrix_24 .card_plans .hdr {
  display: inline-block;
  max-width: 680px
}
.page_bitrix_24 .card_plans .tabs {
  display: flex;
  margin: 95px auto 70px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  gap: 60px
}
.page_bitrix_24 .card_plans .tabs::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(63,65,88,.2);
  border-radius: 1px;
  position: absolute;
  top: calc(100% + 12px)
}
.page_bitrix_24 .card_plans .tabs .item {
  text-align: center;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer
}
.page_bitrix_24 .card_plans .tabs .item::after {
  content: '';
  display: block;
  height: 2px;
  /* width: calc(100% + 20px); */
  width: 100%;
  background: #3f4158;
  border-radius: 1px;
  position: absolute;
  top: calc(100% + 12px);
  transform: translateX(-20px) scale(0);
  transition: .3s all
}
.page_bitrix_24 .card_plans .tabs .item_active {
  font-weight: 700
}
.page_bitrix_24 .card_plans .tabs .item_active::after {
  transform: translateX(-20px) scale(1)
}
.page_bitrix_24 .card_plans .cards_wrapepr {
  display: flex
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card {
  justify-content: center;
  display: flex;
  gap: 30px;
  width: 100%;
  display: none
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card_active {
  display: flex
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card .card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 24px;
  box-sizing: border-box;
  background-color: #f3f5f8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  position: relative;
  transition: .3s;
  max-width: 350px;
  width: 100%;
  text-align: left
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card .card:hover {
  background-color: #fff;
  box-shadow: 0 20px 60px rgba(44,19,66,.2)
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card .card .card_title {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 23px;
  line-height: 32px;
  text-align: left
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card .card .card_title_blue {
  color: #0072ee
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card .card .card_title_green {
  color: #94b01c
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card .card .card__subtitle {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(63,65,88,.8);
  text-align: left;
  margin-bottom: 24px
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card .card .wrapper_price {
  height: 44px;
  margin-bottom: 37px
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_card .card .wrapper_price .price {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -.02em;
  color: #3f4158;
  text-align: left
}
.page_bitrix_24 .card_plans .cards_wrapepr .price_descr {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(65,65,89,.8);
  margin-bottom: 20px
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_price {
  display: flex;
  justify-content: space-between
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_price .item {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #3f4158;
  padding: 10px 20px;
  box-sizing: border-box;
  background: linear-gradient(0deg,#fbfcfd,#fbfcfd),linear-gradient(0deg,rgba(63,65,88,.1),rgba(63,65,88,.1)),#fff;
  border-radius: 24px;
  transition: .3s all;
  cursor: pointer
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_price .active {
  color: #fff;
  background: linear-gradient(0deg,#1d91fb,#1d91fb),#fbfcfd;
  transition: .3s all
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_servisec {
  margin-top: 20px
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_servisec ul {
  margin: 0;
  padding: 0
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_servisec ul li {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(65,65,89,.8);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px
}
.page_bitrix_24 .card_plans .cards_wrapepr .list_servisec ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #3f4158
}
.page_bitrix_24 .card_plans .cards_wrapepr .uk-button {
  width: 100%
}
.page_bitrix_24 .list_text {
  margin-top: 150px
}
.page_bitrix_24 .list_text .item {
  display: flex;
  align-items: flex-start;
  margin-top: 150px
}
.page_bitrix_24 .list_text .item:first-child {
  margin-top: 0
}
.page_bitrix_24 .list_text .item .txt {
  text-align: left;
  max-width: 540px;
  width: 100%;
  /* padding: 0 95px 0 0; */
  box-sizing: border-box
}
.page_bitrix_24 .list_text .item:first-child .txt,
.page_bitrix_24 .list_text .item:nth-child(3) .txt {
  padding-right: 95px;
}
.page_bitrix_24 .list_text .item:nth-child(2) .txt,
.page_bitrix_24 .list_text .item:nth-child(4) .txt {
  padding-left: 95px;
}
.page_bitrix_24 .list_text .item .txt .title {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #3f4158;
  margin-bottom: 24px
}
.page_bitrix_24 .list_text .item .btn_link {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3f4158;
  position: relative
}
.page_bitrix_24 .list_text .item .btn_link:after {
  content: '';
  position: absolute;
  transition: .3s all;
  width: 100%;
  height: 1px;
  background: #3f4158;
  top: calc(100% + 2px);
  left: 0;
  transform: scale(1)
}
.page_bitrix_24 .list_text .item .btn_link:hover:after {
  transform: scale(0)
}
.page_bitrix_24 .list_text .item img {
  max-width: 680px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
/* .page_bitrix_24 .list_text .item:nth-child(2n) .txt {
  order: 2
}
.page_bitrix_24 .list_text .item:nth-child(2n) img {
  order: 1
} */
@media (max-width:1280px) {
  .card_plans .cards_wrapepr .list_card_active {
    flex-wrap: wrap
  }
}
@media (max-width: 960px) {
  .site .page_bitrix_24 .uk-h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .page_bitrix_24 .sct-top .txt {
    width: auto;
    margin-left: 0;
  }
  .page_bitrix_24 .list_text .item:first-child .txt,
  .page_bitrix_24 .list_text .item:nth-child(3) .txt {
    padding-right: 0;
  }
  .page_bitrix_24 .list_text .item:nth-child(2) .txt,
  .page_bitrix_24 .list_text .item:nth-child(4) .txt {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .page_bitrix_24 .list_text {
    margin-top: 100px;
  }
  .page_bitrix_24 .list_text .item {
    flex-direction: column;
    margin-top: 50px;
  }
  .page_bitrix_24 .list_text .item .txt {
    max-width: none;
    order: 2;
  }
  .page_bitrix_24 .list_text .item img {
    margin-bottom: -50px;
    order: 1;
  }
}
@media (max-width: 575px) {
  .site .page_bitrix_24 .uk-h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .page_bitrix_24 .list_text .item img {
    margin-bottom: -25px;
  }
  .page_bitrix_24 .card_plans {
    padding-bottom: 140px;
  }
}
@media (max-width:480px) {
  .page_bitrix_24 .sct-top {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
  }
  .page_bitrix_24 .sct-top .txt {
    width: 100%;
    margin-left: 0
  }
  .page_bitrix_24 .sct-top .txt .btn_from {
    margin: 50px auto 0 auto
  }
  .page_bitrix_24 .list_text .item {
    flex-direction: column
  }
  .page_bitrix_24 .list_text .item .txt {
    padding: 0
  }
  /* .page_bitrix_24 .list_text .item:nth-child(2n) .txt {
    order: 0
  }
  .page_bitrix_24 .list_text .item:nth-child(2n) img {
    order: 1
  } */
  .page_bitrix_24 .card_plans .hdr {
    margin-bottom: 0
  }
}
@media (max-width: 428px) {
  .site .page_bitrix_24 .uk-h1 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}
/* End */


/* Start:/local/templates/onelab_copy/css/b_24_new.css?174945098415086*/
:root {
   --font-family: "Inter", sans-serif;
   --second-family: "Roboto", sans-serif;
   --third-family: "Arial", sans-serif;
   --font3: "SF Pro Display", sans-serif;
}
.page_bitrix_24_new .sct-top{
   background: none;
}

.sct-top {
   position: relative;
   overflow: hidden;
}
.sct-top .bg-fade {
   position: absolute;
   inset: 0;
   background: center/cover no-repeat;
   transition: opacity 1s ease-in-out;
   z-index: 0;
   opacity: 1;
}
.sct-top .bg-fade.fade-out {
   opacity: 0;
}

.item_slider .title_list{
   font-family: var(--font-family);
   font-weight: 500;
   font-size: 24px;
   line-height: 135%;
   color: #e8ebf2;
}

.title_bg{
   width: 362px;
   max-width: 362px;
   height: 350px;
   position: absolute;
   object-fit: contain;
   z-index: 9999;
}
.slider_top .owl-stage-outer{
   height: 75vh;
}
.slider_top .owl-dots{
   display: flex;
   justify-content: center;
}
.slider_top .owl-dot{
   width: 40px;
   height: 4px;
   background: rgba(255, 255, 255, 0.4) !important;
   margin-right: 8px;
}
.slider_top .owl-dot.active{
   background: #0f76ea !important;
}

.section_title{
   font-family: var(--font-family);
   font-weight: 700;
   font-size: 48px;
   line-height: 135%;
   letter-spacing: -0.02em;
   color: #3f4158;
}

.section_title--light{
   color: #e8ebf2;
}
section.adv_card{
   padding: 140px 0 200px 0;
   min-height: 100vh;
   background: url('/local/templates/onelab_copy/css/../imgs/projects/b-24/adv-bg.png')center/cover no-repeat;
}

.adv_card_list{
   display: grid;
   grid-template-columns: repeat(2,1fr);
   gap: 30px;
   padding-top: 80px;
}
.adv_card_list .card_item{
   border-radius: 16px;
   padding: 30px;
   backdrop-filter: blur(20px);
   background: rgba(255, 255, 255, 0.1);
   color: #fff;
}
.adv_card_list .card_item .icon{
   width: 100px;
   height: 100px;
   margin-bottom: 32px;
}
.adv_card_list .card_item .title{
   font-family: var(--font-family);
   font-weight: 500;
   font-size: 32px;
   line-height: 135%;
   color: #fff;
   margin-bottom: 24px;
}
.adv_card_list .card_item p{
   font-family: var(--font-family);
   font-weight: 400;
   font-size: 16px;
   line-height: 175%;
   color: rgba(255, 255, 255, 0.8);
}

.hdr--flex{
   display: flex !important;
   width: 100%;
   max-width: 100% !important;
   text-align: left;
   gap: 80px;
}
.hdr--flex .uk-h2{
   text-align: left;
}

.align-end{
   align-items: flex-end;
}

.w-45{
   width: 45%;
}

.tags-list{
   display: grid;
   gap: 30px;
   grid-template-columns: repeat(3,1fr);
   margin-top: 60px;
   margin-bottom: 80px;
}
.tags-list .item{
   border-radius: 24px;
   padding: 24px;
   color: #fff;
   width: 100%;
   box-sizing: border-box;
}
.tags-list .item-green {
   background: #94b01c;
}
.tags-list .item-orange{
   background: #fa0;
}
.tags-list .item-red{
   background: #f11f27;
}
.tags-list .item .title{
   font-family: var(--font-family);
   font-weight: 500;
   font-size: 24px;
   line-height: 135%;
   letter-spacing: -0.02em;
   color: rgba(255, 255, 255, 0.8);
   margin-bottom: 8px;
}
.tags-list .item .price{
   font-family: var(--font-family);
   font-weight: 700;
   font-size: 40px;
   line-height: 110%;
   letter-spacing: -0.02em;
   color: #fff;
}

.accardeon_list{
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.accardeon_list .item{
   border-radius: 24px;
   padding: 32px 24px 16px 24px;
   background: #fff;
}
.accardeon_list .item .title{
   font-family: var(--font-family);
   font-weight: 600;
   font-size: 20px;
   line-height: 120%;
   color: #414159;
   margin-bottom: calc(32px - 16px);
   cursor: pointer;
}
.accardeon_list .item.open .title{
   margin-bottom: 32px;
}
.accardeon_list .item-content .row{
   display: grid;
   grid-template-columns: 1fr 200px 200px 200px;
   gap: 24px;
}
.accardeon_list .item-content .row .item{

}
.accardeon_list .item-content .row .item:has(svg){
   display: flex;
   justify-content: center;
   border-bottom: 1px solid rgba(63, 65, 88, 0.3);
   border-radius: 0;
}
.accardeon_list .item-content .row .item:has(span){
   display: flex;
   justify-content: center;
   border-bottom: 1px solid rgba(63, 65, 88, 0.3);
   border-radius: 0;
}
.accardeon_list .item-content .row .item span{
   font-family: var(--font-family);
   font-weight: 600;
   font-size: 16px;
   line-height: 125%;
   text-align: right;
   color: #3f4158;
}
.accardeon_list .item-content .row .item-title{
   font-family: var(--font-family);
   font-weight: 500;
   font-size: 20px;
   line-height: 120%;
   letter-spacing: -0.02em;
   text-align: center;
   color: #94b01c;
   border-bottom: 3px solid;
   border-radius: 0;
}
.accardeon_list .item-content .row .item-title--orange{
   color: #fa0;
}
.accardeon_list .item-content .row .item-title--red{
   color: #f11f27;
}

.accardeon_list .item-content .row:last-child .item:has(span),
.accardeon_list .item-content .row:last-child .item:has(svg){
   border-bottom: transparent;
}

.accardeon_list .item .item-content{
   display: none;
}
.accardeon_list .item.open .item-content{
   display: block;
}
.accardeon_list .item .title{
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.accardeon_list .item .title:after{
   content: '';
   display: block;
   width: 24px;
   height: 24px;
   transition: .3s all;
   background: url("/local/templates/onelab_copy/css/../imgs/projects/b-24/arr.svg")center/cover no-repeat;
}
.accardeon_list .item.open .title:after{
   transform: rotate(180deg);
}
.accardeon_list{
   margin-bottom: 140px;
}
.solo_link{
   font-family: var(--font-family);
   font-weight: 500;
   font-size: 32px;
   line-height: 125%;
   letter-spacing: -0.02em;
   text-decoration: underline;
   text-decoration-skip-ink: none;
   color: #414159 !important;
   display: block;
}
section.accardeons,
section.calc{
   padding: 140px 0 200px 0;
   min-height: 100vh;
}

.align-center{
   align-items: center;
}

.mb-40{
   margin-bottom: 40px;
}
.mt-80{
   margin-top: 80px;
}

.btn_2025{
   font-family: var(--font-family);
   font-weight: 600;
   font-size: 16px;
   line-height: 150%;
   color: #fff;
   border-radius: 12px;
   padding: 16px 32px;
   background: #0072ee;
   border: none;
   outline: none;
   max-width: 255px;
   width: 100%;
}
.ligth{
   color: #fff !important;
}
section.calc{
   background: url("/local/templates/onelab_copy/css/../imgs/projects/b-24/calc-bg.png")center/cover no-repeat;
}

.mt-500{
   margin-top: 200px;
}
.mb-100{
   margin-bottom: 100px;
}
.pl-33{
   padding-left: 33.33%;
}

.steps_custom li{
   margin-bottom: 100px;
}
.steps_custom li:before{
   height: 120% !important;
}

.steps_custom li .days{
   font-family: var(--font-family);
   font-weight: 400;
   font-size: 16px;
   line-height: 150%;
   text-align: right;
   color: #6d6d84;
}
.steps_custom li h3{
   font-family: var(--font-family);
   font-weight: 600;
   font-size: 40px;
   line-height: 120%;
   color: #e8ebf2 !important;
   margin-bottom: 24px;
}
.steps_custom li p{
   font-family: var(--font-family);
   font-weight: 400;
   font-size: 16px;
   line-height: 175%;
   color: rgba(232, 235, 242, 0.5) !important;
}

section.sert{
   padding: 140px 0 200px 0;
}
section.sert .list{
   display: grid;
   grid-template-columns: repeat(3,1fr);
   gap: 30px;
}
.mb-80{
   margin-bottom: 80px !important;
}
.mt-140{
   margin-top: 140px;
}
section.sert .list .item{

}
section.sert .list .item .icon{
   margin-bottom: 30px;
   width: 170px;
   height: 170px;
}
section.sert .list .item p{
   font-family: var(--font-family);
   font-weight: 400;
   font-size: 20px;
   line-height: 200%;
   color: rgba(63, 65, 88, 0.8);
}

.sert_list{
   display: grid;
   grid-template-columns: repeat(3,1fr);
   gap: 30px;
}
.sert_list .item{
   width: 350px;
   height: 88px;
}

.bitrix_24--mob{
   display: none;
}

.bitrix_24--mob .item_slider{
   overflow-x: hidden;
}
.bitrix_24--mob .item_slider .txt{

}
.bitrix_24--mob .item_slider .uk-h1{
   font-family: var(--font-family);
   font-weight: 700;
   font-size: 40px;
   line-height: 110%;
   letter-spacing: -0.02em;
   color: #e8ebf2;
   position: absolute;
   top: 1rem;
   left: 1rem;
}
.bitrix_24--mob .item_slider .main_img{
   height: 520px;
   object-fit: cover;
}

.bitrix_24--mob .item_slider .title_bg{
   width: 300px;
   height: 300px;
   right: 0;
   top: 0;
   transform: translate(20%, 50%);
}
.bitrix_24--mob .item_slider .txt{
   padding: 1rem;
}
.bitrix_24--mob .item_slider .txt .title_list{
   font-family: var(--font-family);
   font-weight: 500;
   font-size: 24px;
   line-height: 135%;
   color: #3f4158;
}
.bitrix_24--mob .item_slider .txt ul li{
   font-family: var(--font-family);
   font-weight: 400;
   font-size: 16px;
   line-height: 175%;
   color: rgba(63, 65, 88, 0.8);
}
.bitrix_24--mob .item_slider .txt .btn_from{
   border-radius: 12px;
   padding: 16px 32px;
   width: 100%;
   height: 56px;
   background: #0072ee;
   font-family: var(--font-family);
   font-weight: 600;
   font-size: 16px;
   line-height: 150%;
   color: #fff;
}
.bitrix_24--mob .owl-dots{
   position: absolute;
   top: 500px;
   left: 0;
   right: 0;
   transform: translateY(-50%);
   z-index: 9999;
   display: flex;
   gap: 8px;
   align-items: center;
   justify-content: center;
}
.bitrix_24--mob .owl-dots button{
   width: 40px;
   height: 4px;
   background: rgba(255, 255, 255, 0.4) !important;
}
.bitrix_24--mob .owl-dots button.active{
   background: #0f76ea !important;
}

.img_calc_mob{
   display: none;
}
@media(max-width: 1280px){
   .page_bitrix_24 .list_text .item{
      flex-direction: column;
      margin-top: 0;

   }
   .page_bitrix_24 .list_text .item img{
      max-width: 100%;
      order: 0;
   }
   .page_bitrix_24 .list_text .item:nth-child(2) .txt, .page_bitrix_24 .list_text .item:nth-child(4) .txt,
   .page_bitrix_24 .list_text .item:nth-child(3) .txt,
   .page_bitrix_24 .list_text .item .txt{
      max-width: 100%;
      order: 1;
      padding-left: 0;
   }
   .page_bitrix_24 .list_text .item:first-child .txt, .page_bitrix_24 .list_text .item:nth-child(3) .txt{
      order: 1;
      max-width: 100%;
   }
}
.accardeon_list .item.finger svg{
   display: none;
}
@media(max-width: 1260px){
   .sert_list{
     gap: 1rem;
   }
   .sert_list .item{
      width: 100%;
   }
}


@media (max-width: 1075px){
   .sert_list{
      grid-template-columns: repeat(2,1fr);
   }
}

@media(max-width: 960px){
   .sert .sert_list .item{
      background-size: contain !important;
   }
   section.bitrix_24{
      display: none;
   }
   section.accardeons .hdr {
      flex-direction: column;
      align-items: flex-start;
   }
   section.accardeons .hdr h4{
      width: 100% ;
   }
   .accardeon_list .item-content .row{
      grid-template-columns: 310px 100px 100px 100px 100px;
   }
   .accardeon_list .item.open .item-content{
      overflow-x: scroll;
   }
   .tags-list{
      grid-template-columns: 1fr;
   }
   section.sert .list{
      grid-template-columns: 1fr;
   }
   section.sert .list .item{
      display: flex;
   }

   .card_plans .hdr{
      flex-direction: column;
   }
   .adv_card_list{
      grid-template-columns: 1fr;
   }
   .section_title{
      font-family: var(--font-family);
      font-weight: 700;
      font-size: 32px;
      line-height: 110%;
      letter-spacing: -0.02em;
   }

   .bitrix_24--mob{
      display: block;
   }
   .site .uk-h2{
      font-family: var(--font-family);
      font-weight: 700;
      font-size: 32px !important;
      line-height: 110% !important;
      letter-spacing: -0.02em;
      color: #3f4158;
      text-align: left;
      margin-bottom: 24px !important;
   }
   .page_bitrix_24 .list_text{
      margin-top: 60px;
   }
   .page_bitrix_24 .list_text .item .txt .title{
      font-family: var(--font-family);
      font-weight: 500;
      font-size: 24px;
      line-height: 135%;
      color: #3f4158;
   }
   .page_bitrix_24 .card_plans{
      padding-bottom: 80px;
   }
   section.adv_card{
      padding: 80px 0 80px 0;
   }
   .adv_card_list .card_item{
      padding: 24px;
   }
   .adv_card_list .card_item .icon{
      margin-bottom: 24px;
   }
   .adv_card_list .card_item .title{
      font-family: var(--font-family);
      font-weight: 500;
      font-size: 24px;
      line-height: 135%;
      color: #fff;
      margin-bottom: 20px;
   }

   .page_bitrix_24 .card_plans .hdr,
   section.accardeons .hdr{
      gap: 24px;
   }
   .page_bitrix_24 .card_plans,
   section.accardeons, section.calc{
      padding: 80px 0 !important;
   }
   .page_bitrix_24 .card_plans .tabs{
      margin-top: 60px;
   }
   .accardeon_list .item.open .title{
      position: relative;
   }
   .accardeon_list .item.open .title:before{
      /*content: '';*/
      /*display: block;*/
      /*width: 60px;*/
      /*height: 30px;*/
      /*background: url("/local/templates/onelab_copy/css/../icns/finger.svg")center/cover no-repeat;*/
      /*position: absolute;*/
      /*bottom: 0;*/

   }
   .accardeon_list .item.finger{
      border-bottom: transparent !important;
   }
   .accardeon_list .item.finger svg{
      display: block;
   }
   .accardeon_list{
      margin-bottom: 80px;
   }
   .solo_link{
      font-family: var(--font-family);
      font-weight: 500;
      font-size: 24px;
      line-height: 135%;
      letter-spacing: -0.02em;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      color: #414159;
   }
   section.calc .hdr--flex{
      flex-direction: column;
   }
   section.calc .w-45{
      width: 100%;
   }
   section.calc .img_calc{
      display: none;
   }

   section.calc .img_calc_mob{
      display: block;

   }

   section.calc .img_calc_mob img{
      height: 360px;
      object-fit: contain;
      width: 100%;
   }
   section.calc button{
      width: 100%;
      margin-top: 40px;
      max-width: 100%;
   }
   section.calc .section_title,
   section.sert .section_title{
      margin-top: 80px;
      margin-bottom: 60px !important;
   }
   section.sert{
      padding: 80px 0;
   }
   section.sert .list .item{
      gap: 20px;
   }
   section.sert .list .item .icon{
      width: 100px;
      height: 100px;
   }
   section.sert .list .item p{
      margin: 0;
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 16px;
      line-height: 175%;
      color: rgba(63, 65, 88, 0.8);
   }
   .sert_list{
      grid-template-columns: 1fr;
      margin-bottom: 0 !important;
   }
}

@media (max-width: 926px){
   .bitrix_24--mob{
      margin-top: 55px;
   }
}
/* End */
/* /local/templates/onelab_copy/css/b_24_cloud.css?17471356413411 */
/* /local/templates/onelab_copy/../.default/styles/bi.css?17688002611602 */
/* /local/templates/onelab_copy/../.default/styles/page_bitrix_24.css?16672058599019 */
/* /local/templates/onelab_copy/css/b_24_new.css?174945098415086 */
