

/* 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 */
/* /local/templates/onelab_copy/../.default/styles/page_chat_bot.css?16812768997297 */
