

/* Start:/local/templates/onelab_copy/../.default/styles/developer_bitrix_cms.css?16672035774859*/
body {
  background: #e5e5e5
}
.developer_bitrix_cms .banner {
  background: url(/local/templates/onelab_copy/../.default/styles/../img/bg_for_bitrix_cms.png) center center/cover no-repeat!important
}
.developer_bitrix_cms .banner .btns a {
  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;
  border: 1px solid rgba(235,235,235,.3);
  box-sizing: border-box;
  border-radius: 12px;
  padding: 10px 100px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.developer_bitrix_cms .section {
  padding: 140px 0 100px 0
}
.developer_bitrix_cms .title_section_main {
  font-size: calc(40px + 32 * (100vw / 1920));
  line-height: calc(44px + 40 * (100vw / 1920))
}
.developer_bitrix_cms .sub_title {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: rgba(63,65,88,.8);
  max-width: 682px;
  width: 100%;
  margin: 24px auto 95px auto
}
.developer_bitrix_cms .card_section .card_list {
  display: flex;
  gap: 20px;
  justify-content: center
}
.developer_bitrix_cms .card_section .card_list .card_item {
  max-width: 348px;
  width: 100%;
  background: rgba(255,255,255,.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column
}
.developer_bitrix_cms .card_section .card_list .card_item .top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px
}
.developer_bitrix_cms .card_section .card_list .card_item .top img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%
}
.developer_bitrix_cms .card_section .card_list .card_item .content {
  padding: 24px;
  box-sizing: border-box
}
.developer_bitrix_cms .card_section .card_list .card_item .content .title {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.02em;
  color: #3f4158;
  margin-bottom: 10px
}
.developer_bitrix_cms .card_section .card_list .card_item .content .descr {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(63,65,88,.6);
  margin-bottom: 20px
}
.developer_bitrix_cms .card_section .card_list .card_item .content .price {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -.02em;
  color: #3f4158
}
.developer_bitrix_cms .card_section .card_list .card_item button {
  width: 100%;
  margin-top: 24px
}
.developer_bitrix_cms .section_adv .descr {
  margin-top: 18px;
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: rgba(63,65,88,.8)
}
.developer_bitrix_cms .section_adv .adv_banner {
  display: flex;
  justify-content: space-between
}
.developer_bitrix_cms .section_adv .adv_banner .txt {
  max-width: 540px;
  width: 100%
}
.developer_bitrix_cms .section_adv .adv_banner img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: -209px;
  display: block
}
.developer_bitrix_cms .tehnology .wrapper_tehnology_items {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.developer_bitrix_cms .q_tabs .q_tab_list {
  display: flex;
  flex-direction: column
}
.developer_bitrix_cms .q_tabs .q_tab_list .q_tab_item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative
}
.developer_bitrix_cms .q_tabs .q_tab_list .q_tab_item:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/local/templates/onelab_copy/../.default/styles/../img/arrow-down-sign-to-navigate.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50px);
  transition: .3s all
}
.developer_bitrix_cms .q_tabs .q_tab_list .q_tab_item:after {
  content: '';
  background: rgba(63,65,88,.1);
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(100%);
  left: 0
}
.developer_bitrix_cms .q_tabs .q_tab_list .q_tab_item .q_tab_name {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc((100vw - 360px)/ 1560 * 14 + 20px);
  line-height: 40px;
  color: #3f4158;
  padding: 30px 60px 30px 0;
  box-sizing: border-box;
  cursor: pointer
}
.developer_bitrix_cms .q_tabs .q_tab_list .q_tab_item .q_tab_content {
  height: 0;
  transform: scale(0);
  transition: .3s all;
  padding-bottom: 20px;
  display: none
}
.developer_bitrix_cms .q_tabs .q_tab_list .q_tab_item_active:before {
  transform: rotate(90deg)
}
.developer_bitrix_cms .q_tabs .q_tab_list .q_tab_item_active .q_tab_content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  transform: scale(1);
  display: block
}
/* End */
/* /local/templates/onelab_copy/../.default/styles/developer_bitrix_cms.css?16672035774859 */
