

/* 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/page_platezhnye-moduli.css?17143622014053*/
.page_platezhnye-moduli{

}
.site .page_platezhnye-moduli .sct-top{
    background-image: url("/local/templates/onelab_copy/../.default/styles/../img/banner_platezhnye-moduli.png") !important;
}

.platezhnye-moduli_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.platezhnye-moduli_list-item{
    padding: 30px;
    box-sizing: border-box;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 200px;
    transition: .3s all;
}
.platezhnye-moduli_list-item .logo{

}
.platezhnye-moduli_list-item span{
    color: rgba(63, 65, 88, 0.30);
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    transition: .3s all;

}
.platezhnye-moduli_list-item span:after{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(63, 65, 88, 0.30);
}
.platezhnye-moduli_list-item .logo:after{
    display: none;
}
.platezhnye-moduli_list-item .logo .icon{
    max-width: 200px;
    width: 100%;
    height: 40px;
    transition: .3s all;
}
.platezhnye-moduli_list-item:hover{
    background: #fff;
}
.platezhnye-moduli_list-item:hover .logo .icon{
    transform: scale(1.2) translateX(18px);
}
.platezhnye-moduli_list-item:hover span{
    color: #3F4158;
}

/*Парсинг магазина Kaspi*/

.page_kaspi .wrapper-top-info{
    gap: 50px;
}
.site .page_kaspi .sct-top{
    background: url("/local/templates/onelab_copy/../.default/styles/../img/banner_kaspi.png") center/cover no-repeat !important;
}

.site .page_kaspi .info-left .uk-button-secondary{
    margin-top: 35% !important;
    transform: translate(0% ,-50%);
}
.site .page_kaspi .sct-top .wrapper-top-info .info-right .txt{
    margin-top: 75% !important;
    transform: translateY(-50%);
}
.kaspi_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
}

.kaspi_item{

}
.kaspi_item .icon img{
    width: 65px;
    height: 60px;
}
.kaspi_item h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #3f4158;
}
.kaspi_item  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: rgba(63, 65, 88, 0.8);
}
.site .page_kaspi  .wrapper-top-info .info-left .socials ul {
   flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 30px;
}
.site .page_kaspi  .wrapper-top-info .info-left .socials ul li{
    margin-bottom: 0;
}

@media (max-width: 1220px){
    .site .page_chat_bot .wrapper-top-info .info-left h1{
        font-size: 3.5em;
    }
}
@media (max-width: 1150px ){

}

@media (max-width: 920px){
    .site .page_kaspi .wrapper-top-info .info-left h1{
        font-size: 2.5rem;
    }
    .kaspi_list{
        grid-template-columns: 1fr;
    }

    .kaspi_item h2{
        font-size: 1.5rem;
    }
    .kaspi_item  p {
        font-size: 1rem;
    }

}
@media (max-width: 767px ){

    .site .page-webdev .sct-top .wrapper-top-info .info-right .txt{
        margin-top: 6px !important;
    }
    .platezhnye-moduli_list{
        grid-template-columns: repeat(2,1fr);
    }

    .site .page_kaspi .info-left .uk-button-secondary{
        margin-top: 40px !important;
        transform: translate(-50%, 0%);
    }
    .site .page_kaspi .sct-top .wrapper-top-info .info-right .txt{
        margin-top: 40px !important;
        transform: translateY(0%);
    }
}
@media (max-width: 520px ){
    .platezhnye-moduli_list{
        grid-template-columns:1fr;
    }
    .site .uk-h2{
        font-size: 24px !important;
        line-height: normal !important;
    }
    .site p{
        font-size: 16px !important;
        line-height: normal !important;
    }
    .site .page-webdev .sct-mid-a .hdr{
        margin-bottom: 60px !important;
    }
    .site .page-srv .sct-top, .site .page-webdev .sct-mid-a{
        padding-top: 60px !important;
    }
}


/* End */
/* /local/templates/onelab_copy/../.default/styles/page_chat_bot.css?16812768997297 */
/* /local/templates/onelab_copy/../.default/styles/page_platezhnye-moduli.css?17143622014053 */
