body > .items {
    padding: 40px 0 80px;
    border-bottom: 1px solid rgba(34, 34, 34, .08);
}
 body h1, h1.title{
  margin-top: 0;
}
body > .product-main{
    padding: 80px 0 80px;
    border-bottom: 1px solid rgba(34, 34, 34, .08);
    background: #f8f8f8;
}
#sale_product .modal-dialog .modal-body{
  max-height: 85vh;
  overflow-y: scroll;
}
.description_tags_block .modal-dialog .modal-body::-webkit-scrollbar {
  width: 9px;
  border-radius: 0 12px 12px 0;
  background-color: #ffffff;
}
.description_tags_block .modal-dialog .modal-body::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #e32636;
}
:root {
  --columns-count: 3; /* кол-во столбцов */
  --row-height: 40px; /* высота строчки в столбце */
  --rows-count: 10; /* кол-во строчек */
}
#hidden-menu ul.list_way {
  list-style: none;
  column-fill: auto; /* теперь колонки будут заполняться до конца */
  columns: var(--columns-count);
  height: calc(var(--row-height)*var(--rows-count));
}
.courses .final_test_link{
  width: 20px!important;
}

.sert_under_course{
  padding: 32px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.sert_under_course a{
  font-size: 24px;
    font-weight: 500;
    height: 100%;
    margin-right: 20px;
    color: #1d1f33;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sert_under_course a:hover{
  transition: 0.3s;
  color: #e32636;
}
.sert_under_course a:hover img.final_test_link{
  transition: 0.3s;
  filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
}
.sert_under_course>img{
  width: 35px;
    margin-right: 15px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
}
.config_accord_mob_tab .accordion{
  display: flex  ;
      width: 100%;
      flex-direction: column;
      gap: 23px;
}
.config_accord_mob_tab .feature_price{
  margin: 0;
  background: transparent;
}
.config_accord_mob_tab .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.config_accord_mob_tab .accordion-item:not(:first-of-type){
  border: 1px solid #e0e0e0;
}
.config_accord_mob_tab .accordion-collapse{
  border: none;
}
.config_accord_mob_tab .accordion-header{
  border-bottom: 1px solid #e0e0e0;
}
.config_accord_mob_tab .accordion-item .accordion-header:has(.accordion-button.collapsed){
  border-bottom: none;
}
.config_accord_mob_tab .accordion-header .accordion-button{
  padding: 25px;
  display: flex;
  justify-content: space-between;
  border: none;
}
.config_accord_mob_tab .features{
  width: 100%;
}
.config_accord_mob_tab .features .features_block{
  width: 100%;
  border: none;
}
.config_accord_mob_tab .features .features_block .check_config{
  justify-content: space-between;
}
.config_accord_mob_tab .features .features_block .check_config p{
  margin: 0;
}
.config_accord_mob_tab .accordion-button:focus{
  box-shadow: none;
}
.config_accord_mob_tab .accordion-header .accordion-button:hover{
  background: #ebebeb;
}
.cou_block{
  margin-top: 30px;
  border: 1px solid #e32636;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #e32636;
}
.cou_block_buttons{
  display: flex  ;
      justify-content: stretch;
      gap: 5px;
      align-items: center;
}
.cou_block .cou_block_buttons a:first-child{
  width: 80%;
  text-align: center;
  padding: 7px 12px;
  color: #fff;
  background-color: #e32636;
  border-radius: 8px;
}
.cou_block .cou_block_buttons a:first-child:hover{
  color: #fff;
}
.services .main-services .news-item{
  max-width: 33%;
}
.cou_block .cou_block_buttons a:last-child img{
 width: 30px;
 filter: brightness(0) saturate(100%) invert(8%) sepia(34%) saturate(956%) hue-rotate(197deg) brightness(98%) contrast(91%);
}
.cou_block>img{
  width: 40px;
  filter:  brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
}
.cou_block .cou_block_buttons a:last-child {
  width: 20%;
  text-align: center;
  border: 1px solid #1d1f33;
  border-radius: 8px;
  display: block;
  padding: 5px 0;
}
.cou_block span{
  font-size: 14px;
  line-height: 1.5;
}
.cou_block span.cou_strong_text{
  font-weight: 600;
}
#hidden-menu .list_way li {
  height: var(--row-height);
}

.b24-form-btn-block button{
  background-color:#e32636;
}
.b24-form-btn-block button:hover{
  background-color:#e32636;
}
.b24-window-close{
  background-color: #e32636!important;
}
.index-block__title{
    margin-bottom: 35px;
}
.b24-window-scroll-anchor{
  height: 0px!important;
}
.b24-form-wrapper.b24-form-border-bottom{
  border: 0px!important;
}
.index-block__link-wrapper{
    display: flex;
    align-items: center;
}
.index-block__link-wrapper img{
    width: 23px;
    background: rgba(136,136,136,.1);
    border-radius: 8px;
    margin-left: 20px;
}
.index-block__link-wrapper:hover{
    transition: 0.1s;
    color: #e32636;
}
.index-block__link-wrapper:hover img{
    transition: 0.1s;
    filter: brightness(0) saturate(100%) invert(29%) sepia(100%) saturate(4925%) hue-rotate(343deg) brightness(92%) contrast(93%);
}
span.index-block__link{
    display: flex;
}
.wrap-product .item-product{
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
}
.wrap-product .sticker {
    top: 16px;
    left: 16px;
}
.b24-form-control-list-selector-item-price-current, .b24-form-basket-pay, .b24-form-basket, .b24-form-control-product-info{
  display: none!important;
}
.csoft_block_wrap .btn{
  color: #fff;
}
.sticker{
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 10px;
    color: #1d1e33;
    z-index: 1;
}
.sticker>div{
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 10px;
    margin-right: 6px;
    line-height: 1.6;
}
.sticker>div p{
    letter-spacing: 1.2px;
    font-weight: 500;
}
.sticker .sale{
    box-shadow: 0 6px 12px rgb(255 235 129 / 20%);
}
.sticker .hit{
    box-shadow: 0 6px 12px rgb(255 101 101 / 20%);
}

.sticker .timer1{
    text-transform: lowercase;
    font-weight: 700;
    display: flex;
    gap: 5px;
    box-shadow: 0 6px 12px rgb(244 244 244 / 20%);
}
.product-main .wrap-product .item-product .wrap_img .sale_label{
    font-size: 10px;
    margin-right: 6px;
    line-height: 1.3;
    left: 0;
}
.wrap-product .item-product .wrap-btns-bot .price span{
    font-weight: 600;
    font-size: 18px;
}
.product-main .wrap-product .item-product .price .sale-cross{
    font-weight: 400;
    font-size: 12px;
}
.news_onmain{
    padding-top: 80px;
}
.item-news a:hover p
{
    color:#fff;
}
.achive_blocks{
    border-bottom: 1px solid rgba(34, 34, 34, .08);
}

.sales-main{
    padding: 80px 0;
}
 .sticker .timer{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    text-transform: lowercase;
 }
 .wrap-sales .item-sales .sticker .timer img{
    width: 7px;
    height: 10px;
 }
 .select_block{
    padding-bottom: 70px;
 }
 .select_block .text-block{
    width: 56%;
 }
 .select_block .wrapper .list_icon ul{
    font-size: 14px;
    line-height: 1.4;
 }
 .select_block .wrap-block{
    padding: 40px 40px 40px;
 }
 .select_block .wrap-block h2{
    margin-bottom: 13px;
 }
 .select_block .desc_btn p{
    font-size: 14px;
    line-height: 1.4;
 }
 .index_event.events .event-item .img{
    height: 157px;
    border-radius: 12px;
 }
 .index_event h2{
    font-size: 16px;
    line-height: 1.5;
 }
 .index_event.events .event-wrap {
    width: 20%;
}
.first-line{
    display: flex;
    align-items: center;
}
.product_main_list{
    display: flex;
    gap: 24px;
}
.event_index_main .event-wrap, .event_list_inside .event-wrap{
    width: 25%;
}
.event_index_main{
    background-color: #f8f8f8;
    padding: 70px 0;
}

.event_index_main .event-item h2, .events_in_product .event-item h2, .event_list_inside .event-item h2{
    font-size: 18px;
}
.event_index_main .event-item .img, .events_in_product .event-item .img, .event_list_inside .event-item .img{
    height: 201px;
    border-radius: 12px;
}
.event_list_inside .event-item .img{
    height: 208px;
}
.platforma_block {
    background-color: #f8f8f8;
    padding: 0 0 70px 0;
    border-bottom: 1px solid rgba(34, 34, 34, .08);
}
.platforma_block .platforma_text {
    border-radius: 10px;
    border: 1px solid;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #00ade5;
    color: #fff;
    font-weight: 500;
}
.platforma_block .platforma_text .platforma_wrap {
    width: 85%;
}
.platforma_block .platforma_text .platforma_wrap h4 {
    line-height: 1;
    font-size: 26px;
}
.platforma_block .platforma_text .platforma_wrap p {
    line-height: 1.4;
    margin-bottom: 0;
}
.platforma_block a {
    background: #00ade5;
    border: 2px solid #fff;
    padding: 15px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
}
.event-wrap_vebinar {
    width: 25%;
}
.event-wrap_vebinar iframe {
    width: 100%;
    min-height: 200px;
    border-radius: 12px;
}
.event-wrap_vebinar h2.about_text {
    font-size: 1rem;
    font-weight: 500;
    line-height: calc(1em + 7px);
    margin: 0;
}
.event-wrap_vebinar p.event-day {
    font-size: .8125rem;
    line-height: calc(1em + 7px);
    color: #999;
    padding-top: 8px;
    margin-bottom: 0;
}
.second-line .last_mnu img{
    filter: brightness(0) saturate(100%) invert(8%) sepia(34%) saturate(956%) hue-rotate(197deg) brightness(98%) contrast(91%);
    height: 18px;
}
.second-line .last_mnu span{
    font-size: .875rem;
    line-height: calc(1rem + 3px);
    padding-top: 7px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}
.second-line .last_mnu a:hover img{
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
}
.news-item {
    color: #1d1f33;
    box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
}
.news-item .news-img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 358px;
    border-radius: 12px 12px 0 0;
}
.news-item h4 {
    margin: 34px 0 0;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 0 15px;
}
 .news-item .sub {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-grow: 1;
    margin: 15px 0;
}
.news-item .sub .link {
    width: 100%;
    padding: 0px 10px;
    display: flex;
    justify-content: flex-end;
}
.news-item .sub .link a {
    font-size: 29px;
    border: 2px solid #1d1f33;
    width: auto;
    height: 28px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1f33;
    background-color: #fff;
    transition: 0.3s;
    font-size: 14px;
    width: auto;
    padding: 0px 8px 0 0;
    font-weight: 600;
}
.news-item .sub .link a i {
    font-size: 18px;
    border: 2px solid #1d1f33;
    border-radius: 12px;
    margin: 0px 7px 0 -1px;
    height: 28px;
    width: 28px;
    color: #fff;
    background-color: #1d1f33;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .news-item .sub p {
    position: absolute;
    top: 334px;
    font-size: 15px;
    color: #b4b5b7;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 5px;
    box-shadow: 4.121px 4.121px 9px 0px rgb(0 0 0 / 15%);
    width: 70%;
    text-align: center;
}
.news-item .sub a {
    color: #1d1f33;
}
.news-item .sub a {
    font-size: 15px;
}
.news-item-wrap {
    display: flex;
}
.achive_item img {
    width: 40px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(95%) saturate(2094%) hue-rotate(338deg) brightness(88%) contrast(103%);
    padding-top: 6px;
}
.achive_blocks .row{
    gap: 30px;
    width: 100%;
    justify-content: space-between;
}
.achive_blocks .row .achive_item {
    width: 30%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.achive_blocks .row .achive_item .achive_item_text p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.product-main .item-product .price bdi{
    display: flex;
}
.wrap-product .item-product .wrap-btns-bot .price span.old_price{
  font-size: 13px;
  margin-top: -5px;
  margin-left: 5px;
}
.wrap-product .item-product .wrap-btns-bot .price span.small{
  font-size: .875em;
}
.events_item_about{
    padding-top: 13px;
}
.blog-list__item-text-bottom-part {
    margin-top: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #1d1e33;
}
.blog-list__item-text-bottom-part .blog-list__item-section, .blog-list__item-text-bottom-part .blog-list__item-period{
    font-size: .875rem;
    line-height: calc(1em + 7px);
    
}
.blog-list__item-text-bottom-part__separator {
    margin: 0 11px;
    font-size: .93333em;
    line-height: 18px;
    opacity: .2;
}
.stick_head_title_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.btn_soc:hover i {
    color: #fb4d5c;
}
.btn_soc i {
    color: #b2b2b2;
    font-size: 20px;
}
.btn_soc:hover .soc_block {
    opacity: 1;
    visibility: visible;
}
.btn_soc .soc_block {
  position: absolute;
  box-shadow: 0 3px 20px rgba(34, 34, 34, .1);
  padding: 12px 0 12px 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  z-index: 2;
  text-align: center;
  width: auto;
  right: 0;
  border-radius: 8px;
  background-color: #fff;
}
.btn_soc .soc_block .social__items {
    display: flex;
}
.btn_soc_print_wrap i{
    box-shadow: none;
    color: #b2b2b2;
    font-size: 16px;
}
.btn_soc_print_wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}
.tusks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
.tusks h5{
    font-size: .9375rem;
    line-height: calc(1em + 7px);
    font-weight: 500;
    margin: 0;
}
.tusk{
    display: flex;
    align-items: flex-start;
}
.tusk p {
    font-size: .875rem;
    line-height: calc(1em + 7px);
    margin-bottom: 0;
    font-weight: 400;
    color: #5c5c5c;
}
.tusk i{
    margin-right: 10px;
    color: #e32636;
    font-size: 20px;
    margin-top: 6px;
}
.prod_excerpt{
    margin-bottom: 30px;
}
.prod_excerpt a {
    margin-top: 8px;
    display: inline-flex;
}
.prod_excerpt a:hover span, .tusks a:hover span{
    transition: all 0.3s ease;
    color: #e32636;
}
.prod_excerpt a span, .tusks a span{
    font-size: .8125rem;
    line-height: calc(1em + 10px);
    font-weight: 400;
    color: #666;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: .15em;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
}
.prod_excerpt p{
    font-size: .875rem;
    line-height: calc(1em + 10px);
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
}
.services .sale_label {
    margin-right: 6px;
    line-height: 1.3;
}
.services a.ds{
    position: relative;
}
.services .sale_label {
    position: absolute;
    bottom: 12px;
    left: 15px;
}
.services  .sale_label p {
    padding: 2px 5px;
    background-color: #ffeb81;
    font-size: 13px;
    margin-bottom: 0;
    border-radius: 5px;
}
.main-services .news-list .news-item img{
    margin: 0;
    min-height: 270px;
}
.main-services .news-list .news-item .price {
    padding-left: 19px;
    font-size: 1.125rem;
    line-height: calc(1em + 7px);
    font-weight: 600;
}
.main-services .news-list .news-item b {
    font-weight: 500;
}
.main-services .news-list .news-item {
    box-shadow: none;
    border: 1px solid #ededed;
    flex: 1;
    width: 30%;
    min-width: 30%;
}
.serv_title_wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.services-detail > img:first-child{
    max-width: 50%;
    max-height: 570px;
    border-radius: 12px;
    margin: 0;
}
.services-detail .order .service-price .btns_serv {
    margin-top: 10px;
    gap: 12px;
}
.order-wrap {
    display: flex;
    flex-direction: column;
}
.services-detail .order .order-text{
    width: auto;
}
.services-detail .order{
    max-width:none;
    justify-content: space-between;
    gap: 20px;
}
.services-detail .order .service-price{
    width: auto;
}
.btns_serv button.first_b{
    min-width: 300px;
}
.service-price .amount{
    font-size: 16px;
}
.service-price .amount b{
    font-size: 16px;
    color: #e32636;
    font-weight: 700;
}
.serv_purche {
    height: 100%;
}
.serv_purche .row_ach{
    padding-top: 24px;
}
.serv_purche .row_ach .achive_item{
    display: flex;
    align-items: center;
    gap: 12px;
    width: 50%;
    border: 1px red solid;
    flex: 1;
    min-width: 47%;
    border-radius: 12px;
    padding: 5px 10px 5px 20px;
}
.serv_purche .row_ach .achive_item p{
    margin: 0;
    line-height: 1.3;
}
.serv_purche .row_ach{
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    gap: 12px;
}
.serv_purche .achive_item img{
    width: 35px;
}
.main-services .wrap-product, .event_detail .wrap-product{
    width: 20%;
    flex: 1;
    max-width: 20%;
}
.main-services .wrap-product img{
    width: 100%;
}
.main-services .profile, .event_detail .profile{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.event_detail .wrap-product{
  min-width: 23%;
  max-width: 25%;
}
.free_test .free_elem a{
    display: flex;
    align-items: stretch;
}
.free_test .free_elem img{
    width: 17px;
    margin-right: 7px;
    filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(3765%) hue-rotate(343deg) brightness(92%) contrast(93%);
}
.events_in_product .event-wrap{
    min-width: 20%;
    flex: 1;
    max-width: 24%;
}
.events.events_in_product {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}
h1{
    text-align: left!important;
}
.main-services h1{
    margin-left: 0;
}
.services.maxwidth-theme .side ul li{
    margin-bottom: 10px;
}
.courses .main-services a.ds{
    height: 270px;
    display: flex;
    justify-content: center;
}
.courses .main-services a.ds img{
    height: auto;
    object-position: center;
    padding: 15px;
    margin: auto 0;
}
.courses .main-services .news-list .news-item{
    width: 23%;
    max-width: 50%;
    flex: 1;
}
.courses .main-services .news-list .news-item img{
  max-height: 100%;
  width: auto;
}
.event_detail #course .news-item{
  width: 23%;
  min-width: 23%;
  max-width: 25%;
  flex: 1;
}
.event_detail #course .news-item b{
  margin-right: 19px;
  font-weight: 500;
  display: block;
  margin-left: 19px;
  margin-bottom: 12px;
  margin-top: 16px;
}
.event_detail #course .news-item a.ds{
  min-height: 270px;
  display: flex;
  position: relative;
}
.event_detail #course .news-item a.ds img{
  height: auto;
  object-position: center;
  padding: 15px;
  margin: auto 0;
  width: 100%;
  max-height: 270px;
  border-radius: 12px 12px 0 0;
}
.event_detail #course .news-item .ds .type_lable {
  top: 12px;
  right: 15px;
  line-height: 1;
  padding: 2px 5px;
  position: absolute;
  font-size: 14px;
  background-color: #1d1f33;
  margin-left: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 400;
}
.event_detail #course .news-item .sale_label {
  position: absolute;
  bottom: 12px;
  left: 15px;
  margin-right: 6px;
  line-height: 1.3;
}
.event_detail #course .news-item .price {
  padding-left: 19px;
  font-size: 1.125rem;
  line-height: calc(1em + 7px);
  font-weight: 600;
  display: flex;
  align-items: start;
  flex-direction: row;
}
.event_detail .rating_course {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
.event_detail .news-item button {
  width: max-content;
  margin-bottom: 20px;
  margin-left: 19px;
}
.event_detail .rating_course i {
  margin-bottom: 20px;
  margin-right: 19px;
}
.courses .main-services .news-list .news-item b{
    margin-right: 19px;
}
.event_detail #course .news-item  .sale_label p {
  padding: 2px 5px;
  background-color: #ffeb81;
  font-size: 13px;
  margin-bottom: 0;
  border-radius: 5px;
}
.courses .nav a.active{
    color: #e32636;
}
.courses .nav a:hover{
    color: #e32636;
}
.download_course{
  background-color: transparent;
  border: 1px solid #e32636;
  max-width: max-content;
  padding: 9px 18px 10px;
  border-radius: 8px !important;
  color: #e32636;
}
.download_course img{
  width: 16px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
}
.tooltip-inner {
  white-space:pre-wrap;
}
.services-detail span.small {
    font-size: 12px;
}
.prepod{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.prepod_block {
    display: flex;
    border: 1px solid #ededed;
    border-radius: 12px;
}
.prepod_block img{
    width: 25%;
    border-radius: 12px 0 0 12px;
    height: auto;
    object-fit: cover;
}
.prepod_block .prepod_description{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    padding: 30px 50px 30px 30px;
}
.prepod_description .prepod_fio h6{
    font-size: 22px;
    font-weight: 600;
}
.prepod_description p{
    margin: 0;
    line-height: 1.6;
}
.prepod_description p span{
    font-weight: 600;
    margin-right: 7px;
}
.service-price .price{
    margin: 0;
    line-height: 1.1;
}
.for_person .amount{
    font-size: 30px;
    font-weight: 700;
}
.services-detail .for_person .small{
    font-size: 22px;
}

.for_group .amount {
    font-size: 12px;
    margin-bottom: 10px;
}
p.star_price{
    font-size: 12px;
    margin-bottom: 0;
}
.courses .type_lable{
    position: absolute;
    font-size: 14px;
    padding: 4px 9px;
    background-color: #1d1f33;
    margin-left: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 400;
}
.courses .ds .type_lable{
    top: 12px;
    right: 15px;
    line-height: 1;
    padding: 2px 5px;
}
.courses .service-price .course_duration{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.courses .service-price .course_duration .bx-rating span{
    line-height: 0.9;
}
.courses .service-price .course_duration .bx-rating span svg path{
    fill: #1d1f33;
}
.services-detail .order .order-text{
    gap: 5px;
}
.services-detail .order .order-text span.amount {
    line-height: 1.5;
}
[data-star] {
    font-family: FontAwesome;
    text-align:left;
    font-style:normal;
    display:inline-block;
    position: relative;
    unicode-bidi: bidi-override;
  }
  [data-star]::before { 
    display:block;
    content: '\f006\f006\f006\f006\f006';
    color: #e32636;
    font-size: 14px;
  }
  [data-star]::after {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    content: '\f005\f005\f005\f005\f005';
    width: 0;
    color: #e32636;
    overflow:hidden;
    height:100%;
    font-size: 14px;
  }
  
  [data-star^="0.1"]::after{width:2%}
  [data-star^="0.2"]::after{width:4%}
  [data-star^="0.3"]::after{width:6%}
  [data-star^="0.4"]::after{width:8%}
  [data-star^="0.5"]::after{width:10%}
  [data-star^="0.6"]::after{width:12%}
  [data-star^="0.7"]::after{width:14%}
  [data-star^="0.8"]::after{width:16%}
  [data-star^="0.9"]::after{width:18%}
  [data-star^="1"]::after{width:20%}
  [data-star^="1.1"]::after{width:22%}
  [data-star^="1.2"]::after{width:24%}
  [data-star^="1.3"]::after{width:26%}
  [data-star^="1.4"]::after{width:28%}
  [data-star^="1.5"]::after{width:30%}
  [data-star^="1.6"]::after{width:32%}
  [data-star^="1.7"]::after{width:34%}
  [data-star^="1.8"]::after{width:36%}
  [data-star^="1.9"]::after{width:38%}
  [data-star^="2"]::after{width:40%}
  [data-star^="2.1"]::after{width:42%}
  [data-star^="2.2"]::after{width:44%}
  [data-star^="2.3"]::after{width:46%}
  [data-star^="2.4"]::after{width:48%}
  [data-star^="2.5"]::after{width:50%}
  [data-star^="2.6"]::after{width:52%}
  [data-star^="2.7"]::after{width:54%}
  [data-star^="2.8"]::after{width:56%}
  [data-star^="2.9"]::after{width:58%}
  [data-star^="3"]::after{width:60%}
  [data-star^="3.1"]::after{width:62%}
  [data-star^="3.2"]::after{width:64%}
  [data-star^="3.3"]::after{width:66%}
  [data-star^="3.4"]::after{width:68%}
  [data-star^="3.5"]::after{width:70%}
  [data-star^="3.6"]::after{width:72%}
  [data-star^="3.7"]::after{width:74%}
  [data-star^="3.8"]::after{width:76%}
  [data-star^="3.9"]::after{width:78%}
  [data-star^="4"]::after{width:80%}
  [data-star^="4.1"]::after{width:82%}
  [data-star^="4.2"]::after{width:84%}
  [data-star^="4.3"]::after{width:86%}
  [data-star^="4.4"]::after{width:88%}
  [data-star^="4.5"]::after{width:90%}
  [data-star^="4.6"]::after{width:92%}
  [data-star^="4.7"]::after{width:94%}
  [data-star^="4.8"]::after{width:96%}
  [data-star^="4.9"]::after{width:98%}
  [data-star^="5"]::after{width:100%}
  .courses .rating_course {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
.courses .rating_course i{
    margin-bottom: 20px;
    margin-right: 19px;
}
.course_duration .amount img{
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
    width: 20px;
}
 .course_duration .amount {
    display: flex;
    gap: 5px;
    font-weight: 500;
}
.courses .accordion-button p{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    margin-right: 20px;
    color: #1d1f33;
}
.courses .accordion-button p strong {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #949494;
}
.courses .accordion-body{
    font-weight: 600;
}
ol {
    counter-reset: item
  }
  
  ol>li {
    display: block
  }

ol>li:before {
    content: counters(item, ".") ". ";
    color: #e32636;
    counter-increment: item
  }
  
  ol>li ol>li:before {
    content: counters(item, ".") " ";
    color: #e32636;
    counter-increment: item
  }
  .courses .accordion-item.last_item .accordion-button{
    font-size: 24px;
    font-weight: 500;
    height: 100%;
    margin-right: 20px;
    color: #1d1f33;
    line-height: 1;
    cursor: default;
  }
  .services.courses .main-services .detail_tabs .accordion-item.last_item  h2 button:hover {
    background: transparent;
}
  .courses .accordion-item.last_item .accordion-button::after{
    display: none;
  }
  .courses .accordion-item.last_item .accordion-button img{
    width: 35px;
    margin-right: 15px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
  }
  .order-text h1{
    margin: 0px 0 10px 0;
  }
  .services-detail .order{
    margin: 40px 0 20px;
  }
  .courses .red-reviews-bar{
    border: none;
  }
  .courses .red-comments-info{
    display: none;
  }
  .courses .red-reviews .red-review{
    border-radius: 12px;
    border: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .courses .red-reviews .red-review .main_cont{
    flex: 1;
    margin-right: 20px;
  }
  .courses .red-reviews .red-review .red-review-footer{
    padding-top: 0px;
    margin-top: 0px;
  }
  .courses .red-reviews-info{
display: none;
  }
  .courses .js-review-likes-count, .courses .js-review-dislikes-count{
    margin-left: 15px;
  }
  .courses .red-review-footer{
    border: none;
  }
  .courses .red-review-footer .red-review-like-tap{
    background-color: #1a1c2e;
  }
  .courses .red-review-footer .red-review-unlike-tap{
    background-color: #e32636;
  }
  .courses .red-reviews .red-reviews-button-wrap{
    justify-content: flex-start;
    padding: 0;
  }
  .courses .red-reviews .red-reviews-button-wrap .red-reviews-button{
    background-color: #e32636;
  }
  .courses .red-reviews .red-review-stars .star-active{
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
  }
  .courses .red-modality .button{
    background: #e32636;
  }
  .courses .red-modality .recommend-line{
    display: none;
  }
  .courses .red-rating-stars > input:checked ~ label:before{
    color: #e32636;
  }
  .courses .red-rating-stars > label{
    color: #e32636;
  }
  .courses .red-rating-stars > label:hover:before, .courses .red-rating-stars > label:hover ~ label:before{
    color: #e32636;
  }
  .serv_block .discout_price{
    position: absolute;
    top: 0;
    font-size: 15px;
    font-weight: 500;
    left: 0;
    padding: 2px 7px;
    border-radius: 6px;
    line-height: 1;
    background: #ffeb81;
  }
  .serv_block .service-price .price{
    height: 55px;
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  
  .old_price{
    position: relative;
    display: inline-block;
    color: #989a9b;
    font-size: 20px;
  }
  .old_price:before {
    content: "";
    border-bottom: 2px solid #e32636;
    position: absolute;
    width: 100%;
    height: 50%;
    transform: rotate(-11deg);
  }
  .serv_block .for_person .amount{
    display: flex;
    align-items: flex-start;
    gap: 7px;
  }
  .serv_block .for_person .normal_price .small{
    font-size: 20px;
  }
  .serv_block .for_person .discout_price .small{
    font-size: 12px;
  }
  .serv_block .for_person .old_price .small{
    font-size: 16px;
  }
  .serv_block .course_duration{
margin-top: 10px;
  }
  .news-item .serv_title_wrap .old_price{
    font-size: 13px;
    margin-top: -5px;
    margin-left: 5px;
  }
  .news-item .serv_title_wrap .old_price:before{
    border-bottom: 2px solid #e32636;
    transform: rotate(-10deg);
  }
  .news-item .serv_title_wrap .normal_price .small{
    font-size: 14px;
  }
  .prod_header_description .price_block_btn .btns-product button{
    width: 100%;
    padding: 9px 22px 10px;
  }
  .prod_header_description .price_block_btn button:last-child {
    background-color: transparent;
    color: #e32636;
    border: 1px solid #e32636;
    width: auto;
  }
  .prod_header_description .price_block_btn .btns-product{
    display: flex;
    gap: 12px;
  }
 .smart_sales .wrap-sales{
    max-width: 25%;
 }
 .news-detail .date-news .date-text{
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
 }
.smart_sales .saledate span, .news-detail .date-news .date-text{
    background-color: #f4f4f4;
    padding: 5px 12px;
    border-radius: 8px;
}
.prod_header_description .stick_head_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.prod_header_description .stick_head_title .sticker>div{
    margin-bottom: 0;
}
.description_price_block .wrap_excerpt{
    margin-top: 15px;
}
.description_price_block .wrap_price_block_btn{
    padding-top: 15px;
}
.free_elem.btn_soc .soc_block{
    width: 311px;
    left: 15px;
    background-color: #eeeeee;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    color: #1d1f33;
}
.brand-detail-info__preview{
    gap: 10px;
}
.tags_way .line-block__item_no{
    padding: 5px 15px;
    border: 1px solid #ededed;
    border-radius: 8px;
    position: relative;
}
.tags_way .line-block__item_no a{
    font-size: 14px;
}
.tags_way .line-block__item_no a p{
    margin-bottom: 0;
}
/*Платформа нанокад*/
.config_accord_mob {
  border: none;
}
.config_accord_mob .accordion{
  border: none;
}
.config_accord_mob .accordion .accordion-item{
  border: none;
  margin: 20px 0;
}
.config_accord_mob .accordion-item h2{
  margin: 0;
}
.config_accord_mob .accordion-item h2 button{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 1px solid  #e0e0e0;
  z-index: 1;
}
body .config_accord_mob .accordion-button:not(.collapsed){
  border-radius: 8px 8px 0 0!important;
  background-color: #00ade5;
  color: #fff!important;
}
.config_accord_mob .accordion-item h2 button:focus{
  box-shadow: none;
}
.config_accord_mob .accordion-item h2 button:hover{
  background-color: #00ade5;
  color: #fff;
}
.platform_prod_item.disable{
	position: relative;
    pointer-events: none;
}
.platform_prod_item.disable .platform_prod_item_over{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #eff1f352;
    z-index: 2;
}
.platform_prod_item.disable .plat_tab_img{
	filter: drop-shadow(0px 0px 0px #fff) grayscale(100%)!important;
}
#myModal .modal-dialog{
  height: 70vh;
}
#myModal .nav{
  align-items: center;
  background-color: #fff;
  border: none;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 15px;
  justify-content: flex-start;
  z-index: 5;
}
#myModal .nav button{
  color: #00ade5;
  background: #fff;
  border: 1px solid #00ade5;
}
#myModal .nav button.active{
  color: #fff;
  background: #00ade5;
  border: 1px solid #00ade5;
}
#myModal .modal-content{
  height: 100%;
}
#myModal .modal-content .modal-body .mod_cont_popup{
  padding-right: 10px;
  width: 100%;
    overflow-x: hidden;
}
#myModal .modal-content .modal-body{
  position: relative;
  height: 100%;
  padding-top: 0;
  overflow-y: scroll;
}
#myModal .modal-content .modal-body img{
  pointer-events: none;
}
#myModal #toTopModal{
  position: absolute;
  bottom: 10px;
  right: -51px;
  
}
.btn-close:focus{
  box-shadow: none!important;
}
#myModal #toTopModal a{
  font-size: 30px;
  color: #fff;
  transition: 0.3s;
}#myModal #toTopModal a:hover{
  color: #00ade5;
}
#myModal .wp-block-gallery .wp-block-image{
  pointer-events: none;
}
.b24-form-header-description{
  padding: 0 50px;
}
.platform_body{
  display: flex;
  width: 100%;
  gap: 30px;
  justify-content: space-between;
}
.platform_banner {
  width: 70%;
}
.platform_banner img{
  width: 100%;
  border-radius: 10px;
  height: auto;
}    .feature_title {
  height: 105px;
  font-size: 14px;
}    .feature_price, .feature_name {
  height: 50px;
  font-size: 12px;
}    .check_config.who {
  height: 105px;
  width: auto;
  hyphens: auto;
}    .check_config.who {
  font-size: 12px;
}    .check_config {
  height: 105px;
}
.platform_product .platform_config_title {
  margin-bottom: 45px;
}    .feature_title.under {
  width: 343%;
}    .check_config {
  height: 105px;
}    .config_buttons_block {
  width: 100%;
}    .platform_license {
  align-items: center;
}    .platform_license_text {
  width: 100%;
}    .help_features {
  gap: 10px 25px;
}.help_features_item {
  width: 48%;
}    .license_help button.config_button_get, .license_help a.config_button_catalog {
  padding: 16px;
}
.platform_event{
  width: 30%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pl_event_block{
  padding: 20px;
  background-color: #e1e1e1;
  border-radius: 10px;
  height: 80%;
}
.platform_close_event_slider .owl-stage-outer{
  height: 100%;
}
.platform_close_event_slider{
  position: relative;
  height: 75%;
}
.platform_close_event_slider .owl-stage{
  padding-bottom: 0;
  margin-bottom: 0;
  height: 100%;
}
.platform_all_event a{
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #00ade5;
  background: #00ade5;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s;
}
.platform_close_event_item a:hover{
  text-decoration: none;
}
.platform_all_event a:hover{
  text-decoration: none;
  background: #fff;
  color: #00ade5;
}
.platform_close_event_item button{
  position: absolute;
  bottom: 0;
  background: transparent;
  color: #393939;
  border: 1px solid #393939;
  padding-bottom: 5px;
  transition: 0.3s;
}
.platform_close_event_item button.without_back:hover {
  transition: 0.2s;
  color: #00ade5;
  border-color: #00ade5;
}
.platform_event_name{
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
.platform_event_name span{
  color: rgb(0 173 229);
}
.platforma_modal  ol>li:before{
  color: #00ade5;
}
.platforma_modal #tabs_inpop{
  display: none;
}
.platform_event_title{
  margin-top: 15px;
  color: #1d1f33;
  line-height: 1.4;
  font-size: 19px;
}
.platforma_modal .detail_tabs .nav-tabs{
  height: auto;
  max-height: unset;
  margin-bottom: 20px;
}
span.platform_event_date {
  font-size: 18px;
  font-weight: 600;
}
.platform_close_event_slider .owl-nav{
  position: absolute;
  bottom: 0;
  right: 0;
}
.platform_close_event_slider .owl-nav button{
  position: relative;
  top:auto;
  right: auto;
  font-size: 20px;
  background: #e1e1e1;
  color: #000;
  border: 1px solid #393939;
  border-radius: 50% !important;
  padding: 0px 9px;
}
.platform_product{
  margin-top: 50px;
}
.platform_product_title{
  text-align: left;
}
.platform_tab_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin: 20px 0 35px;
}
.platform_prod_item {
  display: flex;
  width: 15%;
  padding: 10px;
  border: 1px solid #b2b2b2ad;
  border-radius: 5px;
  transition: 0.3s;
  flex-grow: 1;
}
.platform_prod_item:hover{
  border: 1px solid #00ade5;
  cursor: pointer;
}
.platform_prod_item:hover a{
  text-decoration: none;
}
.platform_tab_block .platform_prod_item .div{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.platform_tab_block .platform_prod_item .div .plat_tab_img{
  height: 170px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  filter: drop-shadow(0px 0px 0px #fff);
}
div.custom-block {
  font-weight: 400;
  font-size: 16px;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  margin: 1.5em 0;
}
.view_snippet{
  background: #ecffec;
  border: 1px solid #b8ebc0;
  color: #4dd376;
}
.detail_tabs ul{
  margin-bottom: 10px;
}
div.view_snippet i:before {
  border: 3px solid #4dd376;
}
.bx-filter.bx-blue .bx-filter-section {
  background: transparent!important;
}
.bx-filter .bx-filter-parameters-box-title span {
  color: #1d1e33!important;
}
.prods.container .filter_block_cs {
  margin-bottom: 120px;
}
div.custom-block i:before {
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 0;
  margin-right: 25px;
}
.essent_snippet{
  background: #f1c6c5;
  border: 1px solid #f24841;
  color: #f24841;
}
div.essent_snippet i:before {
  border: 3px solid #f24841;
}
.info_snippet{
  background: #ecf6ff;
  border: 1px solid #81c2fd;
  color: #81c2fd;
}
div.info_snippet i:before {
  border: 3px solid #81c2fd;
}
.quote_snippet{
  background: #ededed;
  border: 1px solid #707070;
  color: #707070;
}
div.quote_snippet i:before {
  border: 3px solid #707070;
}
.platform_tab_block .text_prod_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 5px;
}
.platform_tab_block .text_prod_item h5{
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.platform_tab_block .text_prod_item span{
  color: #000;
    line-height: 1;
    font-size: 13px;
    margin: 5px 0 10px;
    font-weight: 500;
}
.platform_product .platform_tabs_block .nav{
  background: transparent;
  border: none;
  display: flex;
  gap: 18px;
  margin-bottom: 20px;
}
.platform_product .platform_tabs_block .nav li.nav-item{
  flex-grow: 1;
}
.platform_product .platform_tabs_block .nav .nav-link{
  color: #000;
    width: 100%;
    background-color: #e0e0e0;
    transition: 0.3s;
}
.platform_product .platform_tabs_block .nav .nav-link:hover{
  border-color: #00ade5;
  background-color: #fff;
}
.platform_product .platform_tabs_block .nav .nav-link.active{
  border-color: #00ade5;
  background: #00ade5;
  color: #fff;
  height: 100%;
}
.platform_prod_item.active{
  border-color: #00ade5;
  background: #00ade5;
}
.platform_prod_item.active .text_prod_item h5, .platform_prod_item.active .text_prod_item span{
  color: #fff;
}
.platform_info_ico {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    padding: 3px 7px;
    font-size: 12px;
    color: #e0e0e0;
    line-height: 1;
}
.platform_info_ico.check{
  border: 2px solid #ffffff;
  padding: 3px 4px;
  color: #00ade5;
  background: #fff;
}
.platform_prod_item.active .text_prod_item {
  color: #fff;
}
.platform_event .owl-nav.disabled{
  display: none;
}
.platform_event .owl-nav .owl-prev {
  top: 30px;
  left: -60px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #393939;
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform_event .owl-nav .owl-next {
  top: 0px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #393939;
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform_event .owl-nav .owl-prev:hover, .platform_event .owl-nav .owl-next:hover {
  cursor: pointer;
  border-color: #00ade5;
  color: #00ade5;
}
.form .link_to_ext_form {
  padding: 12px 35px;
  background-color: #f24841;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
}
.form .link_to_ext_form :hover {
  background-color: #d01218;
  color: #fff;
}
.nano_print_block{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.nano_print1{
  width: 49%;
  height: 15px;
  border-bottom: 4px solid #e0e0e0;
  border-right: 4px solid #e0e0e0;
  border-radius: 10px 0;
  margin-left: 10px;
  position: relative;
  right: -1px;
}
.nano_print2{
  width: 49%;
  height: 15px;
  border-bottom: 4px solid #e0e0e0;
  border-left: 4px solid #e0e0e0;
  border-radius: 0 10px 0;
  position: relative;
  left: -1px;
}
.nano_print3{
  width: 49%;
  height: 10px;
  border-left: 4px solid #e0e0e0;
  border-radius: 10px 0;
  border-top: 4px solid #e0e0e0;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.nano_print4{
  width: 49%;
  height: 10px;
  border-top: 4px solid #e0e0e0;
  border-right: 4px solid #e0e0e0;
  border-radius: 0 10px;
  position: relative;
  top: -4px;
  margin-left: 10px;
}
.nano_big_button .nano_big_button_link{
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #00ade5;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #00ade5;
  transition: 0.3s;
}
.nano_big_button .nano_big_button_link:hover{
  text-decoration: none;
  background: #fff;
  color:  #00ade5;
}
#bim .platform_prod_item{
  width: 20%;
}
.config_table {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.titles_block {
  display: flex;
  flex-direction: column;
  width: 30%;
  align-items: flex-start;
}
.features {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
.features_block {
  width: 19%;
  border: 1px solid #e0e0e0;
  border-radius: 5px 5px 0 0;
  position: relative;
  padding-top: 15px;
}
.feature_title {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  height: 94px;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  padding-left: 7px;
  line-height: 1.4;
}
.feature_title.under{
  background: #f9f7f7;
  width: 337.8%;
  border-left:  1px solid #e0e0e0;
}
.feature_price, .check_config, .feature_name{
  display: flex;
  height: 92px;
 align-items: center;
 justify-content: center;
}
.check_config{
  border-bottom: 1px solid #e0e0e0;
    margin: 0px 11px;
}
.check_config.who{
  text-align: center;
  border: none;
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
}
.feature_price {
  height: 50px;
  background: #e1e1e1;
  margin: 25px 0;
  font-size: 20px;
  font-weight: 700;
}
.feature_name {
  position: absolute;
  border: 1px solid #e0e0e0;
  width: 90%;
  top: -65px;
  height: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.feature_title.under p{
  width: 35%;
}
.feature_title span{
  color: #a09e9e;
  font-weight: 500;
  font-size: 16px;
}
.feature_title:has(span){
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.nbr{
  border: none!important;
}
.brtop{
  border-top: 1px solid #e0e0e0;
}
.brbot{
  border-bottom: 1px solid #e0e0e0;
}
.check_config i.fa-check{
  padding: 10px 11px;
  background: #00ade5;
  border-radius: 50%;
  color: #fff;
}
.check_config i.fa-xmark{
  padding: 10px 12px;
  background: #e1e1e1;
  border-radius: 50%;
  color: #fff;
}
.config_buttons_block_wrap{
  width: 100%;
  display: flex;
  justify-content: end;
}
.config_buttons_block {
  width: 100%;
  /* float: right; */
  margin: 30px 0 50px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.platforma_modal .modal-dialog{
  max-width: 50vw;
}
.platforma_modal .prod_detail_description .detail_tabs ul li{
  list-style-type: none;
  margin: 0;
  flex: 1;
}
.platforma_modal .prod_detail_description .detail_tabs .tab-content ul li{
  list-style-type: "–   ";
  margin-left: 0;
}
.platforma_modal .prod_detail_description .detail_tabs .tab-content ul li::marker{
  color:#00ade5;
}
.platforma_modal .prod_detail_description .detail_tabs ul li button{
  width: 100%;
  white-space: nowrap;
  padding: 10px 15px;
  border-radius: 8px!important;
}
button.config_button_get, a.config_button_catalog {
  width: 48%;
  background: #00ade5;
  padding: 16px;
  border-radius: 5px !important;
  flex-grow: 1;
  height: 100%;
  border: 1px solid #00ade5;
  transition: 0.3s;
  line-height: 1.3;
}
button.config_button_get:hover{
  background: #fff;
  color: #00ade5;
}
a.config_button_catalog{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  background: #fff;
  border: 1px solid #e0e0e0;
}
a.config_button_catalog:hover{
  text-decoration: none;
  border-color: #00ade5;
  color: #00ade5;
}
.feature_name.active{
  border-color: #00ade5;
  background: #00ade5;
  color: #fff;
}
.platform_config_title{
  text-align: left;
  margin-bottom: 65px;
}
.platform_license{
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.platform_license_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
}
.platform_license_about p{
  font-size: 16px;
  line-height: 1.3;
}
.platform_license_about {
  margin-bottom: 20px;
  width: 90%;
}
.license_help_title{
  text-align: left;
}
.license_help_title span{
  color: #00ade5;
}
.help_features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.help_features_item {
  width: 44%;
  display: flex;
  align-items: center;
}
.help_icon {
  font-size: 34px;
  color: #00ade5;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help_features_item p{
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  width: 81%;
}
.platform_product h2{
  font-size: 30px;
  margin-bottom: 26px;
  padding-bottom: 25px;
}
.platform_license_image>a>img{
  border-radius: 12px;
  box-shadow: 0px 1px 30px 2px rgb(0 0 0 / 17%);
}
.config_button_catalog i{
  margin-left: 5px;
  font-size: 14px;
}
.license_help .config_buttons_block_wrap{
  justify-content: start;
}
.license_help .config_buttons_block_wrap .config_buttons_block{
  width: 100%;
  margin: 19px 0 0;
  gap: 15px;justify-content: flex-start;
}
.license_help button.config_button_get, .license_help a.config_button_catalog{
  padding: 16px 8px;
  max-width: 44%;
}
.config_accord_mob{
  display: none;
}
/* Конец платформы нанокад*/
/*Вакансии*/
.rainbow-accordion-style.rainbow-accordion-04 .card {
    border: 2px solid hsla(0, 0%, 100%, 0.1);
    background: transparent;
    border-radius: 12px !important;
}
.rainbow-accordion-style.rainbow-accordion-04 .white_underlay {
    height: 29px;
}
.rainbow-accordion-style.rainbow-accordion-04 .card .card-header:has(.collapsed) {
    border-radius: 12px;
    background-color: #fff;
    transition: 0.3s;
}
.rainbow-accordion-style.rainbow-accordion-04 .card .card-header {
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
    position: relative;
    position: sticky;
    top: 85px;
    border: 1px solid #ebebeb;
    z-index: 2;
    background-color: #EBEBEB;
    transition: 0.3s;
}
.accordion-item:last-of-type>.accordion-collapse{
    border-radius: 0 0 12px 12px;
}
body .accordion-button:not(.collapsed) {
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #393939 !important;
}
.accordion-item .left_block {
    font-weight: 600;
    font-size: 18px;
    width: 60%;
    font-size: 24px;
}
.vac_choose {
    display: flex;
    font-size: 12px;
    align-items: end;
    margin-top: 5px;
}
.vac_choose img {
    width: 21px;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
}
.vac_choose p {
    margin: 0 7px 0 0;
    font-weight: 500;
    color: #949494;
    font-size: 14px;
}
.accordion-button .right_block {
    position: relative;
    width: 40%;
    text-align: right;
}
.vac_salary {
    display: flex;
    position: absolute;
    top: 0px;
    right: 23%;
    align-items: center;
    z-index: 2;
}
.accordion-button .right_block span {
    border: 1px solid #e32636;
    font-weight: 500;
    padding: 10px 17px 9px;
    color: #e32636;
    font-size: 14px;
    overflow: hidden;
}
.vac_salary .salary_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.vac_salary button {
    background-color: #e32636 !important;
}
.vac_salary button {
    border: 1px solid #e32636;
    font-weight: 500;
    padding: 10px 17px 10px;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
}
.vac_salary p {
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
}
.vac_salary .salary_block .vac_ndfl {
    font-size: 12px;
    font-weight: 500;
    color: #857f7f;
}
.accordion-collapse {
    border: 1px solid #ebebeb;
    border-top: none;
}
.rainbow-accordion-style .card .card-body {
    padding: 16px;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #393939;
    padding: 30px 20px;
}
.tabcontent ul li .accordion-button::after {
    margin-left: 10px;
  }
  .accordion-button::after {
    display: none;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card:has(.accordion-button:not(.collapsed)) .white_underlay{
    width: 100%;
    position: sticky;
    top: 65px;
    display: block;
    background-color: #ffffff;
    z-index: 1;
  }
  
/*Конец вакансии*/
/*Сертификаты*/
.sertivicate_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.sertivicate_item {
  width: 23%;
  flex: 1;
  min-width: 23%;
  border: 1px solid #ededed;
  border-radius: 12px;
  cursor: pointer;
  max-width: 33%;
  height: fit-content;
}
.sertivicate_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: 88%;
}
/*Конец сертификатов*/
.detail_tabs .nav-link:focus-visible {
  box-shadow:none;
}
.bx-filter{
  font-family: Inter, Arial, sans-serif!important;
}
.bx-filter-select-popup ul li label{
  font-weight: 500!important;
  color: #1d1e33;
}.close-event .tag-date-text {
  font-size: 16px;
  line-height: calc(1em + 10px);
}
.events h1{
  display: none;
}
.close-title {
  margin: 0px 0 30px;
}
.close-title h2{
  font-size: 32px;
}
.events .maxwidth-theme .bx-filter .news-calendar table td .NewsCalNews{
  border-radius: 8px;
}
.slider-close-events{
  margin-bottom: 45px;
}
.event_detail .content .info .wrap-header h1{
  display: block;
}
footer .menu{
  width: 65%;
  padding-right: 40px;
}
footer .search p{
  font-weight: 600;
  line-height: calc(1em + 4px);
  font-size: 15px;
  margin: 0;
}
footer .search input{
  width: auto;
  flex: 1;
}
footer .wrap-menu{
  display: flex;
  justify-content: space-between;
  align-items:stretch;
  gap: 40px;
  margin-top: 40px;
}
footer .menu .wrap-menu .item_menu li{
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .menu .wrap-menu .item_menu li i{
  font-size: 14px;
  color: #666;
}
footer .item_menu:last-child{
  border-right: none;
}
.wrap-menu ul#horizontal-multilevel-menu li:hover i, .wrap-menu ul#horizontal-multilevel-menu li:hover a{
  transition: 0.3s;
  color: #e32636;
}
.item_menu ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.item_menu h5{
  font-size: 16px;
  font-weight: 600;
  line-height: calc(1em + 4px);
  margin-bottom: 19px;
}
.item_menu ul#horizontal-multilevel-menu li a{
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: calc(1em + 4px);
  color: #666;
}
.item_menu ul li{
  margin-right: 40px;
}
footer .item_menu:last-child li{
  margin-right: 0;
} 
footer .menu .wrap-menu .item_menu li:has(.root-item-selected) i{
color: #e32636;
}
.qr_codes_pic{
  flex-wrap: wrap;
}
footer .contacts{
  width: 35%;
}
.qr_codes_pic a{
  width: 20%;
}
.qr_codes_pic .qr_codes_pic_item img{
  width: 100%;
}
footer .contacts .wrap{
  width: auto;
}
.qr_codes_pic .qr_codes_pic_item img{
  height: auto;
}
.qr_codes_pic .qr_codes_pic_item p{
  font-size: 13px;
}
.qr_code_block {
  margin-top: 20px;
}
.qr_code_block .qr_code_title{
  margin: 8px 0 10px 0;
}
.qr_codes_pic a:hover p{
  transition: 0.3s;
color: #e32636;
}
.bottom_footer_under{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  color: #999;
  font-size: 14px;
  line-height: calc(1em + 7px);
}
.bottom_footer_under a{
  color: #999;
  font-size: 14px;
  line-height: calc(1em + 7px);
}
.bottom_footer_under a:hover{
  transition: 0.3s; 
  color: #e32636;
}
.menu_and_socials{
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu_and_socials .social__link{
  background-color: transparent;
}
footer .search {
  align-items: center;
}
.social__items.social__items--md .social__link7 {
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social__items--type-color .social__link7 {
  background-color: #f4f4f4;
}
.menu_and_socials .social__items--type-color .social__link7 {
  background-color: transparent;
}
.vc .social__link7:before{
  display: block;
  content: "";
  background-image: url('../img/vclogo.jfif');
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 20px;
  width: 20px;
  background-size: contain;
}
.social__items .vc, .social__items .pl{
  justify-content: center;
}
.pl .social__link7:before{
  display: block;
  content: "";
  background-image: url('../img/pllogo.png');
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 20px;
  width: 20px;
  background-size: contain;
}
footer .contacts .phones button.butn{
  width: 100%;
  margin-left: 0;
}
footer .b24-form{
  flex: 1;
}
footer .b24-form-control-string .b24-form-control{
  border-radius: 8px;
  background-color: rgb(255 255 255 / 4%);
  border: 1px solid rgb(237 237 237);
}
footer .b24-form-control-container input{
margin: 0;
}
footer .b24-form-header-padding, footer .b24-form-content.b24-form-padding-side{
  padding: 0;
}
footer .b24-form form{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
footer .b24-form>div{
  height: 55px;
}
footer .b24-form-wrapper{
  margin-right: 0;
  background-color: transparent;
  margin-left: 20px;
  max-width: 780px;
  min-height: inherit;
}
footer .b24-form form>div{
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .b24-form form>div .b24-form-field{
  width: 310px;
}
/*footer .b24-form form>div .b24-form-field, footer .b24-form form>div .b24-form-control-container {
  margin-bottom: 0;
}*/
footer .b24-form-field{
  margin-bottom: 0!important;
}
footer .b24-form-control-comment{
  display: none;
}
footer .b24-form-control-container{
  margin-bottom: 0;
}

footer .b24-form-sign{
  padding: 0;
}
footer .b24-form-control-alert{
margin-bottom: 0!important;
}
.erorr_not_f{
  height: 36px;
  display: flex;
  background-color: #1d1f33;
  max-width: 200px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  margin: 30px auto 0;
}
.erorr_not_f:hover{
  color: #fff;
}
.bx-404-text-block{
  margin: auto;
  display: flex;
  justify-content: center;
}
.bx-404-block{
  text-align: center;
  margin: 60px 0;
}
.price_block_btn .price{
position: relative;
}
.prod_header_description .price_block_btn .price p:has(.discout_price){
  margin: 25px 0 20px;
}
.price_block_btn .discout_price{
  position: absolute;
  top: 0;
  font-size: 15px;
  font-weight: 500;
  left: 0;
  line-height: 1;
  font-size: 13px;
}
.price_block_btn .discout_price .discout_price_benefit{
  background: #ffeb81;
  border-radius: 6px;
  padding: 2px 7px;
  margin-right: 7px;
}
.price_block_btn .discout_price .timer{
  background: #1c1e31;
  color: #fff;
  font-weight: 400;
  border-radius: 6px;
  padding: 2px 7px;
}
footer .social__items--type-color .social__link, footer .social__items--type-color .social__link7{
  background-color: transparent;
}
footer .social__items{
  display: flex!important;
}
/*Review start*/
.review-item {
  margin-bottom: 30px;
}
.review-item .wrap{
  border: 2px solid rgba(238, 238, 238, 0.8);
    padding: 22px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transition: 0.3s;
}
.review-item .info-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 100px;
}
.review-item img {
  width: 100px;
  border-radius: 100px;
  margin-right: 30px;
}
.review-item .info-block p {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.review-item .text-block {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}
.review-item .text-block p {
  margin: 20px 0;
}
.review-item .text-block a{
  color: #e32636;
}
.review-item .text-block .more {
  font-size: 16px;
  margin: 0;
  display: inline;
}
.reviews-main .modal-dialog {
  height: 90%;
}
.modal .modal-content {
  border-radius: 12px;
}
.reviews-main .modal-content {
  height: 90%;
}
.modal-dialog {
  max-width: 800px !important;
}
.modal-dialog {
  max-width: 900px;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: auto;
}
/*Review end*/
/*MAP START*/
.side_card_title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  
}
.partner-elem .img img{
  border-radius: 8px;
  object-fit: scale-down;
  filter: opacity(0.79);
}
.brendbook{
  margin: 10px 0;
  font-weight: 700;
  font-size: 18px;
}
.brendbook a{
  color: #e32636;
}
.brendbook a:hover{
  cursor: pointer;
    text-decoration: underline!important;
    text-decoration-style: dashed !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px!important;
    color: #e32636;
}
/*MAP END*/
.item_menu p i{
  font-size: 14px;
  color: #666;
}
.item_menu p{
  margin-top: 3px;
}
.item_menu p a{
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: calc(1em + 4px);
  color: #666;
} /*general info START*/
.info_box .info_sidebar{
  width: 20%;
  height: max-content;
  position: sticky;
  top: 85px;
}
.info_box .right_content{
width: 80%;
}
.info_box .info_sidebar .lihk_list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info_box .info_sidebar .lihk_list a{
  display: flex;
    align-items: center;
    gap: 5px;
}
/*general info END*/
/*Contacts START*/
.contacts .side .info button{
  width: 100%;
  height: 47px;
  margin-top: 7px;
}
.contacts .side{
  position: sticky;
  top: 85px;
}
.partner-elem .partner-map a{
  display: flex;
  align-items: center;
  gap: 7px;
  transition: 0.3s;
}
.partner-elem .partner-numbs{
  width: 20%;
}
.partner-elem .partner-map a img{
  width: 20px;
  filter: brightness(0) saturate(100%) invert(8%) sepia(34%) saturate(956%) hue-rotate(197deg) brightness(98%) contrast(91%);
  transition: 0.3s;
}
.partner-elem .partner-map a:hover img{
  filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1730%) hue-rotate(336deg) brightness(89%) contrast(101%);
}
/*Contacts END*/
#toTop {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: url(/bitrix/templates/csoftomsk/css/../img/totop-ico.png) center center no-repeat;
  background-color: #e32636;
  position: fixed;
  bottom: 135px;
  right: 55px;
  cursor: pointer;
  background-size: 60%;
  display: none;
  z-index: 1;
}

.event_detail .sidebar .info_img .info_elem.end_event_info button{
  color: #e32636;
  background: transparent;
  border: 1px solid #e32636;
  pointer-events: none;
}
.entry-content .timer_button{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.entry-content .timer_button .saledate{
  display: flex;
}
.entry-content .timer_button .saledate .timer{
  display: flex;
    gap: 10px;
    align-items: center;
    height: 47px;
    padding: 0 20px;
    background-color: #1d1f33;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    justify-content: center;
}
.entry-content .timer_button .saledate .timer img{
  width: 12px;
}
.entry-content .timer_button .custom_button{
  height: 47px;
  border-radius: 8px;
  background-color: #e32636;
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  justify-content: center;
}
.main_sreen_items .items-wrap .item img{
  width: 50px;
}
#dev .tab_dev{
  display: flex;
  flex-direction: column;
}
#dev img{
  width: fit-content;
  margin: 0 0 20px 0;
  max-width: 30%;
  
}
.head:has(.second-line){
  z-index: 5;
}
.woocommerce-breadcrumb{
  display: table;
  line-height: 1.5;
}
.news-detail .entry-content a{
  color: #e32636;
}
.news-detail .entry-content table a{
  color: #fff;
}
.news-detail .entry-content a:hover{
  cursor: pointer;
  text-decoration: underline!important;
  text-decoration-style: dashed !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px!important;
}
.main-screen .main-slider .owl-item > div > a > div{
  background-position: left;
}
.price_block_btn .soc_order p{
  line-height: 1.2;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}
.price_block_btn .soc_order .soc_order_buttons{
  display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.price_block_btn .soc_order .soc_order_buttons a {
  display: flex;
  color: #fff;
  background-color: #25d366;
    padding: 7px 12px;
    border: 1px solid #25d366;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex: 1;
    max-width: 50%;
 }
 .price_block_btn .soc_order .soc_order_buttons a.btn_tg {
  background-color:#24A1DE;
  border-color: #24A1DE;
 }
 .price_block_btn .soc_order .soc_order_buttons a img{
  width: 20px;
  margin-right: 4px;
  filter: invert(1);
 }
@media (max-width: 1440px){
  .courses .main-services a.ds {
    height: 220px;
}
}
@media (max-width: 1399px){
  .prod_detail_description .detail_tabs .nav-tabs{
    max-height: none;
    column-gap: 30px;
  }
  .prod_detail_description .detail_tabs .nav-tabs li{
    margin: 0;
  }
  .vac_salary {
    right: 28%;
  }
  .platform_event_name {
    font-size: 19px;
    margin-bottom: 15px;
}
}
@media (max-width: 1199px){
  .event_detail #course .news-item {
    min-width: 32%;
    max-width: 35%;
  }
  .license_help button.config_button_get, .license_help a.config_button_catalog{
    max-width: 50%;
  }
  .platform_license{
    flex-direction: column;
  }
  .platform_license_text{
    width: 100%;
  }
  .platform_body {
    flex-direction: column;
}    .platform_banner {
  width: 100%;
}
  .platform_event {
      width: 100%;
  }    .pl_event_block {
    margin-bottom: 10px;
}
.platform_close_event_slider {
  margin-bottom: 20px;
}    .platform_close_event_slider .owl-nav {
  bottom: -30px;
}    .platform_product h2 {
  font-size: 25px;
  margin-bottom: 15px;
  padding-bottom: 0;
  line-height: 1;
  text-align: left;
}    .platform_product .platform_tabs_block .nav li.nav-item {
  width: 25%;
}    .nano_print1, .nano_print2, .nano_print3, .nano_print4 {
  width: 48%;
} .platform_prod_item {
  width: 20%;
}    .platform_product .platform_config_title {
  margin-bottom: 45px;
}    .feature_title.under {
  width: 339.5%;
}.feature_title.under p {
  width: 29%;
}    .feature_title {
  font-size: 16px;
}
.feature_title.under.brtop.brbot {
  height: 130px;
}
.feature_name {
  font-size: 14px;
}
.feature_price {
  font-size: 18px;
}
.check_config.who {
  font-size: 13px;
  height: 130px;
  width: auto;
  hyphens: auto;
}
.platform_product h2 {
  font-size: 25px;
  margin-bottom: 15px;
  padding-bottom: 0;
  line-height: 1;
  text-align: left;
}    .platform_license_about {
  margin-bottom: 5px;
  width: 100%;
}    .platform_license_about p {
  font-size: 14px;
}
.help_features {
  gap: 10px;
}
.help_features_item {
  width: 49%;
}
.help_icon {
  font-size: 26px;
  width: 45px;
  height: 45px;
  min-width: 45px;
}.help_features_item p {
  font-size: 13px;
}    .license_help .config_buttons_block_wrap .config_buttons_block {
  margin: 10px 0 0;
}
  .main-services .wrap-product {
    width: 25%;
    max-width: 25%;
    min-width: 23%;
}
  .prepod_block img{
    width: 32%;
  }
  .courses .main-services a.ds {
    height: 180px;
}
  .smart_sales .wrap-sales{
    max-width: 35%;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card:has(.accordion-button:not(.collapsed)) .white_underlay {
    top: 60px;
  }
  .vac_salary {
    right: 25%;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card .card-header{
    top: 77px;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card:has(a:not(.collapsed)) .white_underlay{
    top: 69px;
  }
  .accordion-item .left_block {
    width: 50%;
  }
  .accordion-button .right_block {
    width: 50%;
  }
  .feature_title.under p {
    width: 29%;
}
}
@media (max-width: 1120px){
  .vac_salary {
    right: 28%;
  }
}
@media (max-width: 991px){
  .main-screen .owl-nav{
    display: flex;
        gap: 7px;
  }
  .main-screen .owl-nav button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .events_in_product .event-wrap{
    min-width: 30%;
  }
  footer div.menu {
    width: 100%;
}
footer .wrap-menu .item_menu {
  width: 45%;
  margin-bottom: 10px;
}
footer div.contacts {
  width: 100%;
}
div.qr_codes_pic a {
  width: 20%;
}
  .event_detail #course .news-item {
    min-width: 32%;
    max-width: 35%;
  }
  .event_detail .wrap-product {
    min-width: 30%;
    max-width: 35%;
}
  .platform_license_text {
    width: 100%;
}
.feature_title.under {
  width: 341.9%;
}
  .feature_price, .feature_name {
    height: 50px;
    font-size: 12px;
}
  .platform_product .platform_tabs_block .nav li.nav-item {
    width: 33%;
}
  .main-services .wrap-product{
    width: 25%;
    min-width: 25%;
    max-width: 33%;
}
  .courses .wrap_img_cur{
    flex-wrap: wrap;
    gap: 15px;
  }
  .courses .wrap_img_cur>div{
    flex: 1;
    min-width: 40%;
  }
  .prepod_block{
    border: none;
    flex-direction: column;
    align-items: center;
  }
  .prepod_block img{
    border-radius: 50%;
  }
  .courses .red-reviews .red-review{
    display: grid;
  }
  .courses .services-detail .order{
    flex-direction: column;
  }
 .courses .services-detail .order .service-price{
  width: fit-content;
  }
  .courses .main-services .news-list .news-item{
    width: 50%;
  }
  .main-services .news-list .news-item {
    width: 50%;
    min-width: 44%;
}
.services .side {
  width: 25%;
}
  .rainbow-accordion-area #nav-tab button {
    padding: 6px 10px;
    font-size: 14px;
  }
  .vac_salary button {
    font-size: 12px;
    padding: 6px 8px 6px;
  }
  .accordion-button .right_block span {
    font-size: 12px;
    padding: 6px 8px 6px;
  }
  .vac_salary p {
    font-size: 14px;
  }
  .vac_salary .salary_block .vac_ndfl {
    font-size: 9px;
  }
  .vac_choose img {
    width: 14px;
  }
  .accordion-item .left_block {
    font-size: 16px;
  }
  #nav-tabContent .accordion-button {
     padding: 0;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card:has(a:not(.collapsed)) .white_underlay{
    top: 47px;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .white_underlay {
    height: 37px;
}
.vac_salary {
  right: 23%;
}
.rainbow-accordion-style.rainbow-accordion-04 .card:has(.accordion-button:not(.collapsed)) .white_underlay 
{
  top: 47px;
}
.requisites_section .req_wrap{
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.requisites_section .req_wrap .req_download{
  background-size: contain;
}
.requisites_section .req_wrap > div{
  width: 100%;
}
}
@media (max-width: 880px){
  .rainbow-accordion-style.rainbow-accordion-04 .card:has(.accordion-button:not(.collapsed)) .white_underlay {
    top: 47px;
}
.vac_salary {
  right: 26%;
}
.woocommerce-breadcrumb i{
  margin: 0;
}
}
@media (max-width: 767px){
  .events_in_product .event-wrap{
    min-width: 47%;
  }
  .main-slider .elem-slide{
    max-height: 220px;
  }
  .event_detail #course .news-item {
    min-width: 47%;
    max-width: 50%;
  }
  #bim .platform_prod_item {
    width: 25%;
}
  .platform_prod_item {
    width: 25%;
}
.platform_product .platform_config_title {
  margin-bottom: 25px;
}
.config_table {
  display: none;
}
.config_accord_mob {
  display: block;
}
.config_accord_mob .accordion-collapse {
  border: 1px solid #e0e0e0;
  border-top: none;
  margin-bottom: 15px;
  border-radius: 0 0 5px 5px;
}
.config_accord_mob .accordion-header:has(.collapsed) {
  border-radius: 5px;
}
.config_accord_mob .feature_price {
  background: transparent;
  height: auto;
  margin: 5px 0;
}
.config_mob_table .features {
  width: 100%;
}
.config_mob_table .features .features_block {
  width: 100%;
  border: none;
  padding-top: 0;
}
.config_mob_table .check_config {
  height: 75px;
  justify-content: space-between;
}
.config_mob_table .check_config p {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 5px;
}
.help_features_item {
  width: 47%;
}
  .prod_detail_description .detail_tabs .nav-tabs, .services .detail_tabs .nav-tabs, .eventTabs {
    max-height: none;
    margin-bottom: 49px;
    display: flex;
    gap: 10px 20px;
}
.prod_detail_description .detail_tabs ul .nav-link, .services .detail_tabs ul .nav-link, .eventTabs .nav-link{
  padding: 5px 0 5px 0;
}
.prod_detail_description .detail_tabs .nav-tabs li, .services .detail_tabs .nav-tabs li, .eventTabs li{
margin: 0;
}
  .main-services .wrap-product {
    width: 25%;
    min-width: 33%;
    max-width: 50%;
}
  .courses .main-services{
width: 70%;
  }
  .courses .nav-pills {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
}
  .courses .main-services .news-list .news-item {
    max-width: 100%;
}
  .services-detail .order
{
  flex-direction: column;
  gap: 0;
}
.services-detail .order .order-text p{
  margin: 0;
}
  .services .side {
    width: 50%;
}
.main-services .news-list .news-item {
  width: 50%;
  min-width: 50%;
}
  table.table-vebinar td a{
    display: block;
    text-align: center;
    white-space: normal;
  }
  .entry-content .alignleft{
    float: none;
    margin-left: 0; 
    margin-bottom: 1.5em;
     max-width:100%;
  }
  .timer_button{
    justify-content: space-between;
  }
  .smart_sales .wrap-sales{
    max-width: 50%;
    width: 50%;
  }
  .sertivicate_item{
    width: 33%;
    min-width: 33%;
    max-width: 50%;
  }
  #nav-tabContent .accordion-button{
    display: flex;
    justify-content: space-between;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card:has(a:not(.collapsed)) .white_underlay{
    top: 68px;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card .card-header{
    top: 76px;
  }
  .accordion-button .right_block span {
    padding: 5px 15px 6px;
  }
  .accordion-button .right_block {
    width: auto;
    position: initial;
  }
  .rainbow-accordion-area #nav-tab button {
    padding: 3px 8px;
    font-size: 12px;
}
.vac_salary {
  display: flex;
  position: initial;
  margin-bottom: 10px;
}
.wrap-sales .item-sales .text h2 {
  font-size: 14px;
}
}
@media (max-width: 575px) {
  div.custom-block{
    flex-direction: column;
    gap: 15px;
  }
  .event_detail .content .info .wrap-header h1{
    font-size: 25px;
  }
  .event_detail .content .info .info_elem p{
    margin: 0;
    font-size: 14px;
  }
  .event_detail .content .info > button{
    margin-top: 10px;
  }
  .prod_detail_description .detail_tabs {
    overflow-x: hidden;
  }
  .events_in_product .event-wrap{
    min-width: 100%;
  }
  .info_box .info_sidebar{
    top: 42px;
  }
  .info_box .info_sidebar .lihk_list{
    display: flex;
    column-gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .services-detail .order{
    padding: 20px;
  }
  .subfooter .bottom_footer_under {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .main_sreen_items .items-wrap .item img {
    width: 35px;
}
.main_sreen_items.items .item p{
  margin-left: 7px;
}
  .rainbow-accordion-style.rainbow-accordion-04 .card:has(.accordion-button:not(.collapsed)) .white_underlay {
    top: 42px;
}
  .main-slider .elem-slide{
    max-height: 180px;
  }
  .main-screen .owl-nav {
    position: absolute;
    bottom: 7px;
    right: 10px;
}
.main-screen .owl-nav button.owl-prev, .main-screen .owl-nav button.owl-next{
  width: 20px;
  height: 20px;
  font-size: 10px;
}
.main-screen .owl-dots{
  display: none;
}
  .event_detail #course .news-item {
    min-width: 47%;
    max-width: 50%;
  }
  .event_detail .wrap-product {
    min-width: 49%;
    max-width: 50%;
}
  .config_buttons_block {
    flex-direction: column;
    gap: 15px;
}
  button.config_button_get, a.config_button_catalog {
    width: 100%;
    font-size: 14px;
}
  .nano_print1, .nano_print2, .nano_print3, .nano_print4 {
    width: 47%;
}
.platform_prod_item, #bim .platform_prod_item {
  width: 35%;
}
.help_features_item {
  width: auto;
}
.license_help .config_buttons_block_wrap .config_buttons_block {
  flex-direction: column;
}
.platform_license_image{
  width: 60%!important;
}
.license_help button.config_button_get, .license_help a.config_button_catalog {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}
  .main-services .wrap-product {
    width: 25%;
    min-width: 50%;
    max-width: 100%;
}
  .courses .wrap_img_cur>div {
    min-width: 52%;
}
.courses .ds .type_lable {
  top: 38px;
  right: 10px;
  line-height: 1;
  padding: 2px 5px;
}
  .services-detail .order-text h1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    font-size: 23px;
  }
  .services-detail .type_lable{
    position: relative;
    white-space: nowrap;
    margin: 10px 0 0 ;
  }
  .courses .services-detail .order .service-price {
    width: 100%;
}
  .courses .services-detail .order .service-price .btns_serv{
    width: 100%;
  }
  .courses .services-detail .order .service-price{
    margin-top: 20px;
  }
  .courses .services-detail .order .service-price button{
    max-width: none;
    width: 100%;
  }
  .services .main-services {
    width: 100%;
}
  .services .side{
    display: none;
  }
  .sertivicate_item{
    width: 45%;
    min-width: 45%;
    max-width: 50%;
  }
  .info_box .info_sidebar{
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 5px 0 5px 0;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card .card-header{
    top: 60px;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card:has(a:not(.collapsed)) .white_underlay{
    top: 54px;
  }
  #nav-tabContent .accordion-button {
    display: flex;
    flex-direction: column;
  }
  .accordion-item .left_block {
    width: 100%;
    margin-bottom: 10px;
  }
  .rainbow-accordion-style.rainbow-accordion-04 .card .card-header {
    padding: 15px 20px 21px;
  }
  .accordion-item .left_block {
    font-size: 14px;
  }
  .vac_choose img {
    width: 12px;
  }
  .vac_choose {
    font-size: 10px;
  }
  .vac_salary .salary_block {
    align-items: flex-start;
  }
  .vac_salary p {
    font-size: 12px;
  }
  .vac_salary button {
    font-size: 10px;
    padding: 4px 8px 4px;
  }
  .accordion-button .right_block span {
    padding: 3px 15px 4px;
    font-size: 10px;
  }
  .vac_salary {
    justify-content: space-between;
  }
  .accordion-button .right_block {
    width: 100%;
    position: initial;
  }
  .b24-widget-button-popup-show{
    display: none!important;
  }
  .cou_block{
    display: none;
  }
}
@media (max-width: 485px) {
  .event_detail .content .info .info_elem p{
    padding-left: 28px;
  }
  .event_detail .content .info .info_elem p img{
    width: 15px;
  }
  .event_detail .content .info .info_elem:nth-child(2) p img {
    top: 4px;
}
.event_detail .content .info .info_elem:nth-child(4) p > img {
  top: 8px;
}
  .event_detail .content .info .info_elem:nth-child(3) p > img{
    width: 15px;
    height: auto;
  }
  div.qr_codes_pic a {
    width: 38%;
}
  .main-slider .elem-slide {
    max-height: 145px;
}
  .event_detail .wrap-product {
    min-width: 98%;
    max-width: 100%;
}
.event_detail #course .news-item {
  min-width: 98%;
  max-width: 100%;
}
  .check_config i.fa-check{
    padding: 5px 6px;
  }
  .check_config i.fa-xmark {
    padding: 5px 7px;
}
  .config_mob_table .check_config {
    height: auto;
    justify-content: space-between;
    padding: 10px 0;
}
  .nano_print1, .nano_print2, .nano_print3, .nano_print4 {
    width: 46%;
}
.platform_product .platform_tabs_block .nav li.nav-item {
  width: 100%;
}
.platform_prod_item, #bim .platform_prod_item {
  width: 100%;
}
  .courses .main-services .news-list{
    gap: 10px;
  }
  .courses .main-services .news-list .news-item{
    margin-left: 0;
  }
  .courses .align-items-start{
    flex-direction: column;
  }
  .courses .main-services{
    margin-top: 20px;
  }
  .courses .nav-pills{
    width: 100%; 
    min-width: 100%; 
    max-width: 100%;
    column-gap: 12px;
    background-color: #fff;
    padding-bottom: 10px;
    top: 44px;z-index: 4;
  }
  .courses .nav-pills.flex-column{
    flex-direction: row!important;
  }
  .services-detail .order .service-price .btns_serv{
    flex-direction: column;
    width: 100%;
  }
  .btns_serv button.first_b {
    min-width: 190px;
}
.btns_serv button.first_b{
  min-width: auto;
}
.services-detail .order .service-price button{
  max-width: none;
}
  .timer_button{
    flex-direction: column;
    justify-content: space-between;
  }
  .timer_button .saledate,  .timer_button .custom_button{
    width: 100%;
  }
  .smart_sales .wrap-sales{
    width: 100%;
    max-width: 100%;
  }
  .sertivicate_item{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 420px){
  .main-slider .elem-slide {
    /* max-height: 132px; */
    height: 130px;
}
}
@media (max-width: 320px){
  .nano_print1, .nano_print2, .nano_print3, .nano_print4 {
    width: 45%;
}
.config_accord_mob .accordion-item h2 button{
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
}
@media print{
  .head, footer, #panel, .b24-widget-button-popup-show, .b24-widget-button-wrapper, .prod_header_image, .detail_tabs #myTab, .stick_head_title_wrap { display: none!important; }
  .prod_header_image {
      display: none;
  }
  .woocommerce-breadcrumb{
    display: none;
    height: 0;
  }
.prod_detail .prod_detail_header .wraptop{
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
.detail_tabs .product_system .first_column:has(img) {
  width: auto;
}
.detail_tabs .product_system .first_column img{
  display: none;
}
.prod_detail .prod_detail_header .wraptop .entry-summary{
  width: 100%;
}
.detail_tabs .product_system .gallery-list{
display: none;
}
.detail_tabs .product_system_wrap iframe{
  display: none;
}
.detail_tabs #myTabContent .tab-pane{
  display: block;
  opacity: 1!important;
}
#vebinar{
  display: none!important;
}
.detail_tabs #myTabContent .tab-pane>h2{
  margin-top: 45px;
}
}
