

/* Start:/local/templates/onelab_copy/../.default/styles/page_chat_bot.css?16812768997297*/
.site .page-webdev .sct-top {
  background-image: none!important
}
.site .page-webdev .sct-top .uk-h1 {
  margin-bottom: 6vh!important
}
.site .page_chat_bot .chat_bot {
  background-image: url(/local/templates/onelab_copy/../.default/styles/../img/bg_banner_for_chatbot_new.png)!important;
  background-size: cover;
  position: relative;
  height: 100vh!important
}
.site .page_chat_bot .socials {
  position: absolute;
  top: 70%
}
.site .page_chat_bot .socials ul li {
  list-style: none;
  color: rgba(232,235,242,.7);
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 0
}
.site .page_chat_bot .socials ul li:last-child {
  margin-bottom: 0
}
.site .page_chat_bot .section_chat_list_items {
  padding: 140px 0 100px 0
}
.site .page_chat_bot .section_chat_list_items .list_items {
  display: flex;
  flex-direction: column
}
.site .page_chat_bot .section_chat_list_items .list_items .item {
  margin-bottom: 140px
}
.site .page_chat_bot .section_chat_list_items .list_items .item .txt {
  margin-top: 41px;
  line-height: 32px
}
.site .page_chat_bot .section_chat_list_items .list_items .item_img {
  display: flex;
  justify-content: space-between
}
.site .page_chat_bot .section_chat_list_items .list_items .item_img .text_content {
  max-width: 540px;
  width: 100%
}
.site .page_chat_bot .section_chat_list_items .list_items .item_img .img {
  padding-right: 4rem
}
.site .page_chat_bot .section_chat_list_items .list_items .item_reverse .text_content {
  order: 1
}
.site .page_chat_bot .section_chat_list_items .list_items .item_reverse .img {
  order: 0
}
.site .page_chat_bot .section_chat_list_items .list_items .item:nth-child(2n) .text_content {
  order: 1
}
.site .page_chat_bot .section_chat_list_items .list_items .item:nth-child(2n) .img {
  order: 0
}
.site .btn_from {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: rgba(255,255,255,.3);
  background: 0 0;
  outline: 0;
  border: 1px solid rgba(235,235,235,.3);
  box-sizing: border-box;
  border-radius: 12px;
  padding: 16px 100px;
  margin-top: 82px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.site .btn_from:hover {
  text-decoration: none;
  color: rgba(255,255,255,.3)
}
@media (max-width:1130px) {
  .site .chat_bot .uk-h1 br {
    display: none
  }
  .site .chat_bot .socials {
    right: 40px;
    top: 54%
  }
}
@media (max-width:960px) {
  .page_chat_bot .socials {
    /*display: none*/
  }
  .site .page_chat_bot .section_chat_list_items .list_items .item {
    margin-bottom: 20px
  }
  .site .page_chat_bot .section_chat_list_items {
    padding: 50px 0 50px 0
  }
  .site .page_chat_bot #form {
    margin-top: 40px
  }
  .site .page-webdev .sct-top {
    padding: 20vh 0 0 0
  }
}
@media (max-width:480px) {
  .site .btn_from {
    margin: 82px auto 0 auto
  }
  .site .chat_bot .socials {
    left: 0;
    top: 64%
  }
  .site .chat_bot .socials ul {
    display: flex;
    gap: 20px
  }
  .site .page_chat_bot .section_chat_list_items .list_items .item .title_section {
    text-align: left
  }
  .site .page_chat_bot .section_chat_list_items .list_items .item_img .img {
    display: none
  }
  .site .page-webdev .uk-container {
    padding-left: 10px!important;
    padding-right: 10px!important
  }
}
@media (max-width:400px) {
  .site .chat_bot .socials {
    left: 0;
    top: 70%
  }
}

/*Стили новой страницы Chat bot*/


.wrapper-top-info{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.wrapper-top-info .info-right{

}

.site .page-webdev .sct-top .wrapper-top-info .info-right .txt{
  width: 100%;
  max-width: 540px;
  margin-left: 0;
  margin-top: 6px;
}

.site .page_chat_bot .wrapper-top-info .info-left{
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.site .page_chat_bot .wrapper-top-info .info-left h1{
  /*margin-bottom: 60px !important;*/
  margin-bottom: 0 !important;
}
.site .page_chat_bot .wrapper-top-info .info-left .socials{
  position: static;
}
.site .page_chat_bot .wrapper-top-info .info-left .socials ul{
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;

}
section.examples{
  margin-top: 140px;
  margin-bottom: 200px;
}
.example-list{
  display: flex;
  flex-direction: column;
  gap: 250px;
}
.example-list .example-item{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 90px;
}
.example-list .example-item .item-left{

}

.example-list .example-item .item-left .txt{

}

.example-list .example-item .item-left .txt span{
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(63, 65, 88, 0.5);
  display: block;
  margin-bottom: 12px;
}

.example-list .example-item .item-left .txt h2{
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #3F4158;
  margin: 0 0 114px 0;
}
.example-list .example-item .item-right p{
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: rgba(63, 65, 88, 0.8);
  margin-bottom: 40px;
}
.example-list .example-item--left .item-left .txt h2{
  margin: 0 0 100px 0;
}
.example-list .example-item--left .item-left .txt p{
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: rgba(63, 65, 88, 0.8);
}
.examples-mobile{
  margin: 80px 0 80px 0;
  display: none;
}
.examples-mobile .slider-list{}
.examples-mobile .slider-item{
  margin-bottom: 80px;
}
.examples-mobile .slider-item .item-top{

}
.examples-mobile .slider-item .item-top span{
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(63, 65, 88, 0.5);
  margin-bottom: 8px;
}
.examples-mobile .slider-item .item-top h2{
  margin: 0 0 32px 0;
}
.examples-mobile .slider-item .item-slider-list{
  height: 510px;
  margin-bottom: 32px;
}
.examples-mobile .slider-item .item-slider-list img{
  height: 510px;
}
.examples-mobile .slider-item .item-desc{
  font-family: 'Inter',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(63, 65, 88, 0.8);
}
@media (max-width: 767px){
  .site .page_chat_bot .chat_bot{
    height:calc(100% + 60px)!important;
    min-height: 1024px !important;
  }
  .wrapper-top-info{
    grid-template-columns: 1fr;
    position: relative;

  }
  .site .page_chat_bot .wrapper-top-info .socials ul{

  }
  .wrapper-top-info .btn_from{
    position: absolute;
    bottom: 0;
    top: calc(100% + 60px);
    height: 56px;
  }
  .examples-desktop{
    display: none;
  }
  .examples-mobile{
    display: block;
  }
}

@media(max-width: 495px){
  .site .page_chat_bot .chat_bot{
    min-height: 1084px !important;
  }
  .wrapper-top-info .btn_from{
    left: 50%;
    transform: translateX(-50%);
  }
  .site .page_chat_bot .wrapper-top-info .info-left .socials ul{
    flex-wrap: wrap;
  }
}

@media (max-width: 454px){
  .site .page_chat_bot .chat_bot{
    min-height: 1180px !important;
  }
}
@media (max-width: 420px){
  .site .page_chat_bot .chat_bot{
    min-height: 1300px !important;
  }
}

/* End */


/* Start:/local/templates/onelab_copy/../.default/styles/ai.css?177061687026088*/

.mb-2{
    margin-bottom: 2rem !important;
}
.mt-2{
    margin-top: 2rem;
}
.b-radius-40{
    border-radius: 40px;
}
/* Критический фикс - ПЕРЕД импортами для приоритета */
@media screen and (max-width: 768px) {
    main.ai-agents{
        margin-top: 35px;
        padding-top: 20px;
    }
    main.ai-agents .sct-top{
        padding-top: 40px !important;
    }
    .search_mobile{
        margin-top: 0 !important;
    }






    section:not(.sct-btm) {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

}



/* Скрыть хлебные крошки Bitrix */
.bx-breadcrumb {
    display: none !important;
}

/* Выравнивание элементов в гриде */
.uk-grid {
    justify-content: space-around;
}

/* Отступ для мобильного поиска */
.search_mobile {
    margin-top: 35px;
}



.page-webdev.ai-agents .uk-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(91, 155, 213, 0.12) !important;
    box-shadow: 0 8px 30px rgba(91, 155, 213, 0.06) !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: visible !important;
}

.page-webdev.ai-agents .uk-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #5B9BD5 0%, #6BA9DD 50%, #7AB8E5 100%);
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.page-webdev.ai-agents .uk-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(145deg, #5B9BD5, #6BA9DD);
    border-radius: 22px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.page-webdev.ai-agents .uk-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 16px 50px rgba(91, 155, 213, 0.15) !important;
    border-color: rgba(91, 155, 213, 0.25) !important;
    overflow: hidden !important;
}

.page-webdev.ai-agents .uk-card:hover::before {
    opacity: 1;
}

.page-webdev.ai-agents .uk-card:hover::after {
    opacity: 0.08;
}

.page-webdev.ai-agents .uk-card-body {
    padding: 28px !important;
    background: transparent !important;
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.page-webdev.ai-agents .uk-h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
    background: linear-gradient(135deg, #5B9BD5 0%, #6BA9DD 50%, #7AB8E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
    line-height: 22px;
    height: 50px;
}

.page-webdev.ai-agents .uk-card:hover .uk-h3 {
    transform: translateX(4px);
}

.page-webdev.ai-agents .ai-dialog {
    background: transparent !important;
    border-radius: 16px !important;
    padding: 16px !important;
    border: none !important;
    margin-bottom: 18px !important;
    flex: 1 !important;
}

.page-webdev.ai-agents .ai-dialog p {
    padding: 14px 18px !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    position: relative;
    line-height: 1.6 !important;
    font-size: 14px !important;
}

.page-webdev.ai-agents .ai-dialog p:last-child {
    margin-bottom: 0 !important;
}

.page-webdev.ai-agents .ai-dialog p strong {
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 6px;
}

/* Стили для сообщений клиента - голубой */
.page-webdev.ai-agents .ai-dialog p.client-msg {
    background: linear-gradient(135deg, #e8f2fb 0%, #d9ebf7 100%) !important;
    border-left: 4px solid #5B9BD5 !important;
}

.page-webdev.ai-agents .ai-dialog p.client-msg strong {
    color: #5B9BD5 !important;
}

/* Стили для сообщений ИИ-агента - зелёный */
.page-webdev.ai-agents .ai-dialog p.ai-msg {
    background: linear-gradient(135deg, #e8f5e9 0%, #d4edd6 100%) !important;
    border-left: 4px solid #66bb6a !important;
}

.page-webdev.ai-agents .ai-dialog p.ai-msg strong {
    color: #66bb6a !important;
}

.page-webdev.ai-agents .ai-result {
    background: linear-gradient(135deg, #5B9BD5 0%, #6BA9DD 50%, #7AB8E5 100%) !important;
    color: #ffffff !important;
    padding: 16px 20px !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
    box-shadow: 0 6px 20px rgba(91, 155, 213, 0.25) !important;
    position: relative;
    overflow: hidden;
    border: none !important;
    transition: all 0.3s ease !important;
    margin-top: auto !important;
}

.page-webdev.ai-agents .ai-result::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            45deg,
            transparent,
            rgba(255, 255, 255, 0.15),
            transparent
    );
    transform: rotate(45deg);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -50%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

.page-webdev.ai-agents .uk-card:hover .ai-result {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(91, 155, 213, 0.35) !important;
}

/* Анимация появления карточек */
.page-webdev.ai-agents .uk-card {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
    overflow: hidden !important;
}

.page-webdev.ai-agents .uk-grid > div:nth-child(1) .uk-card {
    animation-delay: 0.1s;
}

.page-webdev.ai-agents .uk-grid > div:nth-child(2) .uk-card {
    animation-delay: 0.2s;
}

.page-webdev.ai-agents .uk-grid > div:nth-child(3) .uk-card {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Отступы для заголовков секций */
.page-webdev.ai-agents .uk-h2 {
    margin-bottom: 60px !important;
}

/* Стили для верхней секции с двумя колонками */
.page-webdev.ai-agents .wrapper-top-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.page-webdev.ai-agents .wrapper-top-info .info-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-webdev.ai-agents .wrapper-top-info .info-right .txt {
    width: 100%;
    max-width: 540px;
    margin-left: 0 !important;
}

/* Стили для блока технологий */
.page-webdev.ai-agents .wrapper_tehnology {
    display: flex;
}

.page-webdev.ai-agents .cnt-col {
    text-align: center;
}

.page-webdev.ai-agents .cnt-col img {
    margin: -10px 0 -20px 10px;
    max-width: 140px !important;
    width: 140px !important;
    height: auto !important;
}

.page-webdev.ai-agents .uk-grid > .uk-grid-margin {
    margin-top: 100px;
}

/* Убираем padding у секций, кроме sct-dark */
.page-webdev.ai-agents .sct-mid-a,
.page-webdev.ai-agents .sct-mid-b:not(.sct-dark) {
    /*padding: 0 !important;*/
}

/* Добавляем отступ снизу для секции с карточками */
.page-webdev.ai-agents .sct-mid-b:not(.sct-dark) {
    margin-bottom: 80px !important;
}

/* Добавляем отступ сверху для секции после sct-dark */
.page-webdev.ai-agents .sct-dark + .sct-mid-b {
    margin-top: 80px !important;
}

/* Стили для блока решений с иконками */
.solutions-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.solution-item {
    display: grid;
    grid-template-columns: 130px 1fr;

    align-items: center;
}

.solution-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-icon img {
    width: 100%;
    height: auto;
    max-width: 130px;
}

.solution-text {
    display: flex;
    align-items: center;
}

.solution-text p {
    font-size: 17px;
    line-height: 30px;
    color: #3f4158;
    margin: 0;
}

/* Стили для блока кейсов */
.industry-holder{
    padding-top: clamp(80px, 5vw, 140px);
    padding-bottom: clamp(80px, 5vw, 200px);
    position: relative;
    z-index: 2;
    background-size: cover;
    background-color: #ffffff !important;
}
.industry-holder a{
    color: #3f4158 !important;
}
@media (min-width: 501px) {
    .industry-holder{
        background: url('/local/templates/onelab_copy/../.default/styles/../imgs/industry-background.png') center no-repeat;
    }
    .industry-title, .industry-text{
        text-align: center;
    }
}
@media (max-width: 500px) {
    .industry-holder{
        background-image: url('/local/templates/onelab_copy/../.default/styles/../imgs/industry-mobbackground.png');
        background-position: center;
        background-repeat: no-repeat;
    }
}
.industry{
    max-width: 1108px;
    margin: 0 auto;
}
.industry-item{
    display: grid;
    gap: 30px;
}
.industry-title{
    font-size: clamp(40px, 5vw, 60px);
    line-height: clamp(44px, 5vw, 64px) !important;
    font-weight: 700;
    color: #3f4158;
}
.industry-text{
    line-height: clamp(28px, 5vw, 32px) !important;
    margin-top: clamp(28px, 5vw, 40px);
}
.industry-container{
    display: grid;
    gap: clamp(120px, 17vw, 200px);
    margin-top: clamp(80px, 5vw, 180px);
}
.industry-item-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.industry-holder a:before, .industry-holder a:after{
    background-color: #3f4158 !important;
}
.industry-item-img{
    mix-blend-mode: multiply;
}
.industry-item-logo{
    width: clamp(137px, 17vw, 157px);
    mix-blend-mode: multiply;
}
.industry-item:nth-child(2) .industry-item-logo{
    width: clamp(248px, 17vw, 284px);
}
.industry-item:nth-child(3) .industry-item-logo{
    width: clamp(223px, 17vw, 273px);
}
.industry-item:nth-child(4) .industry-item-logo {
    width: clamp(223px, 17vw, 273px);
}
.industry-item-type{
    font-size: clamp(16px, 2vw, 20px);
    line-height: 32px !important;
    color: #3f4158;
}
.industry-item-desc{
    font-size: 1rem;
    line-height: clamp(24px,4vw, 32px) !important;
    margin-top: clamp(32px, 6vw, 40px);
    margin-bottom: clamp(32px, 6vw, 40px);
    font-weight: 400;
    color: rgba(98, 98, 119, 1);
}
.industry-team{
    font-size: 1rem;
    line-height: clamp(24px,4vw, 32px) !important;
}
.industry-item-text + div{
    background-color: transparent;
}
.industry ul li{
    line-height: 25px;
}
.pt-1{
    margin-top: 1rem;
}
.d-block{
    display: block;
}
a:has(.industry-item-img){
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
@media (min-width: 960px) {
    .industry{
        padding: 0 40px;
    }
    .industry-item{
        grid-template-columns: 396px 1fr;
    }
}
@media (max-width: 960px) {
    .industry{
        padding: 0 20px;
    }
}
@media (min-width: 768px) and (max-width: 960px){
    .industry-item{
        grid-template-columns: 300px 1fr;
    }
}
@media (max-width: 767px) {
    .industry-item-big{
        display: none;
    }
}
@media (min-width: 768px) {
    .industry-item-small{
        display: none;
    }
}
@media (min-width: 500px){
    .industry-team{
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    /* Адаптация верхней секции для планшетов */
    .page-webdev.ai-agents .wrapper-top-info {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .page-webdev.ai-agents .wrapper-top-info .info-right .txt {
        max-width: 100% !important;
    }

    .page-webdev.ai-agents .uk-card {
        border-radius: 16px !important;
    }

    .page-webdev.ai-agents .uk-card:hover {
        transform: translateY(-4px) !important;
    }

    .page-webdev.ai-agents .uk-card-body {
        padding: 20px !important;
    }

    .page-webdev.ai-agents .uk-h3 {
        font-size: 18px !important;
    }

    .page-webdev.ai-agents .uk-h2 {
        margin-bottom: 30px !important;
    }

    /* Адаптация для планшетов */
    .page-webdev.ai-agents .ai-dialog p {
        font-size: 13px !important;
        padding: 12px 14px !important;
    }

    .page-webdev.ai-agents .ai-dialog p strong {
        font-size: 11px !important;
    }

    .page-webdev.ai-agents .ai-result {
        font-size: 12px !important;
        padding: 12px 16px !important;
    }

    .page-webdev.ai-agents .sct-top .uk-h1 {
        font-size: 42px !important;
        line-height: 48px !important;
    }

    .site .page-webdev.ai-agents .sct-top .uk-container,
    .page-webdev.ai-agents .sct-top .uk-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
        max-width: 100% !important;
    }

    .site .page-webdev .sct-top .txt,
    .page-webdev.ai-agents .sct-top .txt {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .page-webdev.ai-agents .sct-top .txt p {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .page-webdev.ai-agents .sct-top .uk-list {
        font-size: 16px !important;
        line-height: 26px !important;
        padding-left: 20px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .uk-h2 {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka {
        padding: 0 20px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .uk-h2 {
        font-size: 32px !important;
        line-height: 38px !important;
        text-align: center !important;
        margin-bottom: 32px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .uk-h2 br {
        display: none;
    }

    .page-webdev.ai-agents .custom_razrabotka .txt {
        flex-direction: column !important;
        align-items: center !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .img {
        width: 100% !important;
        max-width: 280px !important;
        display: flex !important;
        justify-content: center !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .img img {
        width: 100% !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .content {
        width: 100% !important;

        box-sizing: border-box !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .content p {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .content ul {
        padding-left: 20px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .content ul li {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    /* Адаптация блока решений для планшетов */
    .solutions-grid {
        gap: 35px;
        padding: 0 24px;
    }

    .solution-item {
        grid-template-columns: 90px 1fr;
        gap: 25px;
    }

    .solution-icon img {
        max-width: 90px;
    }

    .solution-text p {
        font-size: 15px;
        line-height: 26px;
    }
}

/* Мобильные устройства */
@media screen and (max-width: 480px) {
    /* Адаптация верхней секции для мобильных */
    .page-webdev.ai-agents .wrapper-top-info {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .page-webdev.ai-agents .wrapper-top-info .info-left {
        gap: 20px !important;
    }

    .page-webdev.ai-agents .wrapper-top-info .info-right .txt {
        max-width: 100% !important;
    }

    .page-webdev.ai-agents .wrapper-top-info .info-right .txt ul li {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .page-webdev.ai-agents .uk-h1 {
        font-size: 32px !important;
        line-height: 38px !important;
        margin-bottom: 24px !important;
    }

    .page-webdev.ai-agents .sct-top .uk-h1 {
        font-size: 36px !important;
        line-height: 42px !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .site .page-webdev.ai-agents .sct-top .uk-container,
    .page-webdev.ai-agents .sct-top .uk-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
        max-width: 100% !important;
    }

    .page-webdev.ai-agents .uk-h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 24px !important;
    }
    .custom_razrabotka .top{
        margin-top: 50px !important;
    }
    .site .page-webdev .sct-mid-b{
        padding: 100px 0 100px 0 !important;
    }
    .page-webdev.ai-agents .sct-dark + .sct-mid-b{
        margin-top: 0 !important;
    }
    .site .page-webdev .sct-mid-b.pb-0,
    .site .page-webdev .sct-mid-b.pb-0,
    .page-webdev.ai-agents .sct-mid-b.pb-0:not(.sct-dark){
        padding-bottom: 0 !important;
    }
    .site .page-webdev .sct-mid-b.pb-0{
        padding-bottom: 0 !important;
    }
    .page-webdev.ai-agents .sct-mid-b:not(.sct-dark){
        padding-bottom: 0 !important;
    }
    .page-webdev.ai-agents .uk-h3 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .site .page-webdev .sct-top{
        padding: 50px 0 140px 0 !important;
    }
    .site .page-webdev .sct-top .txt,
    .page-webdev.ai-agents .sct-top .txt {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .page-webdev.ai-agents .sct-top .txt p {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .page-webdev.ai-agents .sct-mid-a p,
    .page-webdev.ai-agents .sct-mid-b p {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .page-webdev.ai-agents .sct-top .uk-list {
        font-size: 15px !important;
        line-height: 24px !important;
        padding-left: 20px !important;
    }

    .page-webdev.ai-agents .uk-list {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .page-webdev.ai-agents .uk-card {
        border-radius: 14px !important;
        margin-bottom: 20px !important;
    }

    .page-webdev.ai-agents .uk-card-body {
        padding: 16px !important;
    }

    .page-webdev.ai-agents .uk-card:hover {
        transform: translateY(-2px) !important;
    }

    .page-webdev.ai-agents .ai-dialog {
        padding: 12px !important;
        margin-bottom: 14px !important;
    }

    .page-webdev.ai-agents .ai-dialog p {
        font-size: 12px !important;
        line-height: 18px !important;
        padding: 10px 12px !important;
        margin-bottom: 8px !important;
        border-radius: 10px !important;
    }

    .page-webdev.ai-agents .ai-dialog p strong {
        font-size: 10px !important;
        margin-bottom: 4px;
    }

    .page-webdev.ai-agents .ai-result {
        font-size: 11px !important;
        line-height: 16px !important;
        padding: 10px 14px !important;
        border-radius: 10px !important;
    }

    .page-webdev.ai-agents .uk-button {
        font-size: 14px !important;
        padding: 12px 24px !important;
    }

    .page-webdev.ai-agents .steps li {
        padding: 20px 0 !important;
    }

    .page-webdev.ai-agents .steps .uk-h3 {
        margin-bottom: 12px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka {
        padding: 0 !important;
        max-width: 100% !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .uk-h2 {
        font-size: 26px !important;
        line-height: 32px !important;
        text-align: center !important;
        margin-bottom: 24px !important;
        padding: 0 16px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .uk-h2 br {
        display: none;
    }

    .page-webdev.ai-agents .custom_razrabotka .txt {
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 16px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .img {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 24px !important;
        display: flex !important;
        justify-content: center !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .img img {
        width: 100% !important;
        height: auto !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .content {
        width: 100% !important;
        max-width: 100% !important;

        box-sizing: border-box !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .content p {
        font-size: 15px !important;
        line-height: 24px !important;
        margin-bottom: 16px !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .content ul {
        padding-left: 20px !important;
        margin: 0 !important;
    }

    .page-webdev.ai-agents .custom_razrabotka .content ul li {
        font-size: 15px !important;
        line-height: 24px !important;
        margin-bottom: 12px !important;
    }

    /* Блок кейсов для мобильных */
    .industry-holder {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .industry {
        padding: 0 16px !important;
    }

    .industry-title {
        font-size: 28px !important;
        line-height: 34px !important;
        text-align: left !important;
    }

    .industry-text {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: 16px !important;
        text-align: left !important;
    }

    .industry-text br {
        display: none;
    }

    .industry-container {
        gap: 60px !important;
        margin-top: 40px !important;
    }

    .industry-item {
        gap: 20px !important;
    }

    .industry-item-type {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .industry-item-logo {
        width: 120px !important;
        margin: 12px 0 !important;
    }

    .industry-item-desc {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .industry-item-desc ul {
        padding-left: 20px;
    }

    .industry-item-desc ul li {
        line-height: 22px !important;
        font-size: 13px !important;
    }

    .industry-item-img {
        max-width: 200px !important;
        margin: 0 auto !important;
    }

    /* Секции */
    .page-webdev.ai-agents .sct-top,
    .page-webdev.ai-agents .sct-mid-a,
    .page-webdev.ai-agents .sct-mid-b:not(.sct-dark) {
        /*padding: 0 !important;*/
    }

    .page-webdev.ai-agents .uk-container {
        padding: 0 16px !important;
    }

    /* Адаптация анимации для мобильных */
    .page-webdev.ai-agents .uk-card {
        animation: none !important;
        opacity: 1 !important;
    }

    /* Адаптация блока решений для мобильных */
    .solutions-grid {
        gap: 40px;
        padding: 0 20px;
    }

    .solution-item,
    .solution-item:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .solution-icon {
        order: 1 !important;
        margin: 0 auto;
    }

    .solution-text {
        order: 2 !important;
    }

    .solution-icon img {
        max-width: 90px;
    }

    .solution-text p {
        font-size: 15px;
        line-height: 26px;
    }
    .card ul{
        list-style: none;
    }
    .site .page-webdev .pt-0{
        padding-top: 0 !important;
    }
}

/* Исправление ориентации картинки whyandhow */
.whyandhow-img {
    margin-left: 30px !important;
    flex-shrink: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.whyandhow-img img {
    transform: rotate(0deg)!important; ;
    width: 55%  !important;
}

@media (max-width: 520px) {
    .navbar-left .uk-grid{
        justify-content: flex-start;
    }

    .site .page-webdev .sct-mid-b .uk-grid > .uk-grid-margin{
        margin-top: 40px !important;
    }
    .page-webdev.ai-agents .sct-mid-b:not(.sct-dark){
        margin-bottom: 0 !important;
    }
}

.pt-0{
    padding-top: 0 !important;
}

.ai-agents .sct-top,
.site .page-webdev .sct-top{
    background-image: url("/local/templates/onelab_copy/../.default/styles/../img/ai_banner_main.png") !important;
}

.cards{
    height: max-content !important;
}
/* End */


/* Start:/local/templates/onelab_copy/../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/../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/../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/../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/../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 */


/* 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 */
/* /local/templates/onelab_copy/../.default/styles/page_chat_bot.css?16812768997297 */
/* /local/templates/onelab_copy/../.default/styles/ai.css?177061687026088 */
/* /local/templates/onelab_copy/../onelab_copy/css/b_24_new.css?174945098415086 */
/* /local/templates/onelab_copy/css/b_24_cloud.css?17471356413411 */
