body {
  background: #FFF;
  font:normal 18px/26px 'Montserrat', Arial, Helvetica, sans-serif;
  color: #494949;
  height: 100%;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.container {
  margin: 0 auto;
}

/*--------------------------header---------------------*/
.wrapper.start-page {
  background: transparent url(/libs/img/bg_home-top.jpg) 50% 40px no-repeat;
}
.wrapper.l02-wrap {
  background: transparent url(/libs/img/l02_bg_top.jpg) 50% 55px no-repeat;
}
.wrapper.l03-wrap {
  background: transparent url(/libs/img/l03_bg_top.jpg) 50% 0px no-repeat;
}

header {
  z-index: 20;
  position: relative;
  border-bottom: 2px solid #1F82C1;
}
.top-line {
    display: flex;
    justify-content: space-between;
    height: 56px;
}
.logo-zone {
  padding-top: 5px;
}
.menu-zone {
  padding-top: 25px;
}
.lk-zone {
  padding-top: 19px;  
}
.lk-zone img {
  margin-right: 14px;
}
.lk-link:link,
.lk-link:visited {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;  
  color: #1F82C1;  
}
.lk-link:hover,
.lk-link:active {
  color: #1F82C1;  
  text-decoration: none;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.breadcrumbs .container {
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
}

.breadcrumbs-d {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-d {
    margin-right: 10px;    
    color: #616161;
    font-size: 12px;
    line-height: 20px;  
    display: inline-block;  
}


.breadcrumb-d a:link,
.breadcrumb-d a:visited {
    color: #616161;
    text-decoration: none;
    padding-right: 5px;
}

.breadcrumb-d a:hover,
.breadcrumb-d a:active {
    text-decoration: underline;
}
.breadcrumbs-d > span:first-child {
    margin-left: 0;
}
.breadcrumbs-d > span:last-child {
    color: #616161;
    opacity: .5;
}
.bread-separator {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 5px;
  background: url(/libs/img/pagination-arrow.png) 50% 50% no-repeat;
}
.big-logo {
  margin-bottom: 75px;
}
.big-title {
  max-width: 650px;
  min-height: 210px;
}
.text-block {
  padding: 0 120px;
}


.animate-btn {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;        
    color: #ffffff;
    background:
        linear-gradient(114.83deg, #F16522 -3.5%, #F16522 85.91%, #00A14B 86.17%, #00A14B 103.44%), #00A14B;
    background-size: 100% 100%, 0% 100%;
    background-position: left center, right center;
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    min-width: 460px;
    height: 60px;
    padding: 15px 60px;
    transition: background-size .3s ease;
    text-decoration: none;
    margin: 10px 10px 10px 0;
}

.animate-btn:hover,
.animate-btn:active {
    background-size: 0% 100%, 100% 100%;
    color: #ffffff;
    opacity: 1;
}

blockquote {
    padding: 40px 120px;
    position: relative;
    background: #ec6832;
    color: #FFF;
}
blockquote::before {
    position: absolute;
    top: 20px;
    left: 50px;
    content: "";  
    width: 46px;  
    height: 42px;  
    display: block;  
    background: url("/libs/img/quot_begin.png") 50% 50% no-repeat;  
}
blockquote::after {
    position: absolute;
    bottom: 20px;
    right: 50px;
    content: "";  
    width: 46px;  
    height: 42px;  
    display: block;  
    background: url("/libs/img/quot_end.png") 50% 50% no-repeat;  
}


.element-d {
    display: block;
    position: relative;
}
a.element-d:hover,
a.element-d:focus,
a.element-d:active {
    text-decoration: none;
}
.element-d__images {
    display: block;
    position: relative;
    border-radius: 0.25rem; /* 3/12 */
}
.element-d__images a,
.element-d__images figure,
.element-d__images img {
    border-radius: inherit;
}
.element-d__details > .detail-d_name,
.element-d__details > .details-d__enum > .detail-d_name {
    font-size: 1.16667rem; /* 14/12 */
}
.element-d_card,
.element-d_rowcard {
    border: 1px solid #dfdfdf;
    border-radius: 0.25rem; /* 3/12 */
}
.element-d_card > .element-d__images,
.element-d_rowcard > .element-d__images {
    margin: 2px;
    margin-bottom: 0;
    border: inherit;
}
.element-d_card > .element-d__details,
.element-d_rowcard > .element-d__details,
.element-d_postcard > .element-d__details {
    padding: 0.83334rem; /* 10/12 */
}
.element-d_postcard > .element-d__details {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
@media (min-width: 576px) {

    .element-d_row,
    .element-d_rowcard {
        display: flex;
        max-width: 100%;
    }
    .element-d_row > .element-d__images,
    .element-d_rowcard > .element-d__images {
        flex: none;
        flex-basis: 20.83334rem; /* 250/12 */
        max-width: 20.83334rem; /* 250/12 */
    }
    .element-d_row > * {
        margin-right: 1.25rem; /* 15/12 */
    }
    .element-d_row > *:last-child {
        margin-right: 0;
    }
    .element-d_rowcard > .element-d__details {
        flex: auto;
    }
}

.element-d_shop_item > .element-d__details > *,
.element-d_shop_item > .element-d__details > .details-d__enum > * {
    margin-bottom: 0.83334rem; /* 10/12 */
}
.element-d_shop_item > .element-d__details > *:last-child,
.element-d_shop_item > .element-d__details > .details-d__enum > *:last-child {
    margin-bottom: 0;
}
.element-d_shop_item > .element-d__details > .detail-d_params,
.element-d_shop_item > .element-d__details > .details-d__enum > .detail-d_params {
    color: #595959;
}
.element-d_shop_item > .element-d__details > .detail-d_anons,
.element-d_shop_item > .element-d__details > .details-d__enum > .detail-d_anons {
    display: none;
}
._viewrows > .element-d_shop_item > .element-d__details > .detail-d_anons,
._viewrows > .element-d_shop_item > .element-d__details > .details-d__enum > .detail-d_anons {
    display: block;
}
.element-d_shop_item > .element-d__details > .offer-d,
.element-d_shop_item > .element-d__details > .details-d__enum > .offer-d {
    margin-bottom: 0;
}
@media (min-width: 480px) {

    ._viewrows > .element-d_shop_item {
        display: grid;
        grid-template-columns: 15rem 1fr; /* 180/12 */
    }
    ._viewrows > .element-d_shop_item > .element-d__images {
        align-self: start;
        margin-bottom: 2px;
        margin-right: 0;
    }
    ._viewrows > .element-d_shop_item > .element-d__details {
        padding: 0.83334rem; /* 10/12 */
    }
}
@media (min-width: 576px) {

    ._viewrows > .element-d_shop_item {
        grid-template-columns: 20.83334rem 1fr; /* 250/12 */
    }
}
@media (min-width: 768px) and (max-width: 921px), (min-width: 1080px) {

    ._viewrows > .element-d_shop_item > .element-d__details {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    ._viewrows > .element-d_shop_item > .element-d__details > * {
        margin: 0;
    }
    ._viewrows > .element-d_shop_item .offer-d {
        margin-left: 0.83334rem; /* 10/12 */
        padding-left: 0.83334rem; /* 10/12 */
        border-left: 1px solid #dfdfdf;
    }
}


.element-d_message {
    display: flex;
    max-width: 100%
}
.element-d_message > * {
    margin-right: 1.25rem; /* 15/12 */
}
.element-d_message > *:last-child {
    margin-right: 0;
}
.element-d_message > .element-d__images {
    flex: none;
}
.element-d_message > .element-d__images .account-d__images {
    margin-right: 0;
}
.element-d_message > .element-d__details,
.element-d_message > .element-d__details > .details-d__enum {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.element-d_message > .element-d__details > *,
.element-d_message > .element-d__details > .details-d__enum > * {
    flex: auto;
    flex-basis: 100%;
    margin-bottom: 0.66667rem; /* 8/12 */
}
.element-d_message > .element-d__details > *:last-child,
.element-d_message > .element-d__details > .details-d__enum > *:last-child {
    margin-bottom: 0;
}
.element-d_message > .element-d__details > *:empty,
.element-d_message > .element-d__details > .details-d__enum > *:empty {
    display: none;
}
.element-d_message > .element-d__details > .detail-d_name,
.element-d_message > .element-d__details > .detail-d_date,
.element-d_message > .element-d__details > .detail-d_account,
.element-d_message > .element-d__details > .detail-d_actions,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_date,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_account,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_actions {
    flex: initial;
}
.element-d_message > .element-d__details > .detail-d_name,
.element-d_message > .element-d__details > .detail-d_account,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_account {
    margin-right: auto;
}
.element-d_message > .element-d__details > .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_name {
    font-size: 1.33334rem; /* 16/12 */
}
.element-d_message > .element-d__details > .detail-d_account .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_account .detail-d_name {
    font-size: unset;
}
.element-d_message > .element-d__details > .detail-d_actions,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_actions {
    margin-right: 1.25rem; /* 15/12 */
}
.element-d_message > .element-d__details > .detail-d_functions,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_functions {
    margin-bottom: 0;
}

@media (min-width: 480px) {

    .element-d_col,
    .element-d_col > .element-d__details {
        display: grid;
        grid-auto-flow: column;
        gap: 1.25rem; /* 15/12 */
        align-items: center;
    }
    .element-d_col > .element-d__details > * {
        margin-bottom: 0;
    }
}
@media (min-width: 480px) and (min-width: 576px) {

    .element-d_col,
    .element-d_col > .element-d__details {
        gap: 2.5rem; /* 30/12 */
    }
}
.element-d_col > .element-d__details > .detail-d:before {
    display: block;
    margin-bottom: 0.41667rem; /* 5/12 */
    font-weight: 700;
    content: attr(title);
}
@media (min-width: 480px) {

    .element-d_col > .element-d__details > .detail-d:before {
        display: none;
    }
}
.element-d_col > .element-d__details > .detail-d_count,
.element-d_col > .element-d__details > .detail-d_author {
    display: none;
}
.element-d_col_head {
    padding-bottom: 0.41667rem; /* 5/12 */
    font-size: 0.83334rem; /* 10/12 */
}
@media (max-width: 479px) {

    .element-d_col_head {
        display: none;
    }
}
.element-d_col_head._tile {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.element-d_col_head > .element-d__details > * {
    font-size: inherit;
}

.element-d_forum_sec._tile,
.element-d_forum_cat._tile {
    border-color: #ebebeb;
}
.element-d_forum_sec._tile._isnew,
.element-d_forum_sec._tile._unread,
.element-d_forum_cat._tile._isnew,
.element-d_forum_cat._tile._unread {
    border-color: #fdede8;
}
.element-d_forum_sec._tile._blocked,
.element-d_forum_cat._tile._blocked {
    border-color: #dfdfdf;
}
@media (min-width: 480px) {

    .element-d_forum_sec > .element-d__details {
        grid-auto-columns: 1fr 4.16667rem 16.66667rem; /* 50/12 200/12 */
    }
    .element-d_forum_sec > .element-d__details > .detail-d_count {
        display: block;
    }
    .element-d_forum_cat {
        grid-auto-columns: 1fr 8.33334rem;/* 100/12 */
    }
    .element-d_forum_cat > .element-d__details {
        grid-auto-columns: 1fr 16.66667rem; /* 200/12 */
    }
}
@media (min-width: 1200px) {

    .element-d_forum_cat > .element-d__details {
        grid-auto-columns: 1fr 4.16667rem 12.5rem 16.66667rem; /* 50/12 150/12 200/12 */
    }
    .element-d_forum_cat > .element-d__details > .detail-d_count,
    .element-d_forum_cat > .element-d__details > .detail-d_author {
        display: block;
    }
}

@media (max-width: 575px) {

    .element-d_news_item .detail-d_anons,
    .element-d_clauses_item .detail-d_anons {
        display: none;
    }
}

/* Список */

._list > * {
    margin-bottom: 0.83334rem /* 10/12 */
}
._list > *:last-child {
    margin-bottom: 0;
}



/* Вид */

._viewrows > * {
    margin-bottom: 0.83334rem; /* 10/12 */
}
._viewrows > *:last-child {
    margin-bottom: 0;
}

._viewgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10.83334rem, 1fr)); /* 130/12 */
    gap: 0.83334rem; /* 10/12 */
    align-items: start;
}
@media (min-width: 420px) {

    ._viewgrid {
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr)); /* 180/12 */
    }
}

._viewcollapse {

}


/* Указатель следующий/предыдущий */

.prevnext-d {
    margin-top: 2.5rem; /* 30/12 */
    padding-top: 1.25rem; /* 15/12 */
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
    font-size: 0.93334rem;
}
.prevnext-d__prev,
.prevnext-d__next {
    position: relative;
}
.prevnext-d__icon {
    position: absolute;
    top: 0.25rem; /* 3/12 */
    line-height: 1;
    vertical-align: middle;
}
.prevnext-d__prev {
    padding-left: 2.5rem; /* 30/12 */
    float: left;
}
.prevnext-d__prev .icon-d {
    margin-right: 1.25rem; /* 15/12 */
    left: 0;
}
.prevnext-d__next {
    padding-right: 2.5rem; /* 30/12 */
    float: right;
}
.prevnext-d__next .icon-d {
    margin-left: 1.25rem; /* 15/12 */
    right: 0;
}



/* Показать ещё */

.showmore-d {
    grid-column: 1 / -1;
    align-self: end;
    margin-top: 2.5rem; /* 30/12 */
    text-align: center;
}
.showmore-d .button-d,
.showmore-d [type='reset'],
.showmore-d [type='submit'] {
    margin-top: 0;
}
/*-------Ошибки--------*/
.show_all
{
    padding: 20px 0;
    margin-top: 1.25rem; /* 15/12 */
    margin-bottom: 5rem; /* 60/12 */
}
.show_all:last-child {
    margin-bottom: 0;
}
.show_all a {
    display: inline-block;
    padding: 0.41667rem 0.83334rem; /* 5/12 10/12 */
    vertical-align: middle;
    transition: all .2s;
}
.previous_next_links
{
    padding-top: 40px;
    height: 40px;
}

.previous_link
{
    width: 40%;
    float: left;
}

.next_link
{
    width: 40%;
    float: right;
    text-align: right;
}

.errors{
    padding: 0.5em 1em;
    color: red;
    margin: 0.5em 0 10px;
    font-size: 0.9em;
}

.error_message,.error {
    position: absolute;
    padding: 5px 18px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-color: #fff;
    opacity: 0.95;
    z-index: 10;
}

.captcha ul{
    list-style-type: none;
}
.captcha_enter {
    font-weight: bold;
}
.infoform{
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.required_field{
    font-size: 0.9em;
    margin-top: 10px;
}
.inpattachment{
    padding-bottom: 5px;
}
.attachment{
    padding-bottom: 5px;
}
.paginator
{
    text-align:center;
    margin: 20px;
}

.paginator a:link, .paginator a:visited, .paginator span
{
    margin: 0 5px;
}


/* Дата */

.date-d {
    font-size: 0.93334rem; /* 10/12 */
}


.element-d_news_item {
    margin-bottom: 30px;
}
.element-d_news .detail-d_date {
    margin-bottom: 15px;
    font-weight: 600;
}
.element-d_news .detail-d_name {
    margin-bottom: 10px;
}

.section-d_news_id .date-d {
    margin-bottom: 10px;
    font-weight: 600;
}
.main-news {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-news .section__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.news-card {
    display: flex;
    flex-direction: column;
}

.news-card:not(:last-child) {
    border-right: .0625rem solid #494949;
}

.news-card .news-card__title {
    padding: .8125rem .9375rem 0;
    border-top: .0625rem solid #494949;
    border-bottom: .0625rem solid #494949;
    height: 14.6875rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4em;    
    color: #494949;
    overflow: hidden;
}

.news-card__meta {
    padding: 2.375rem .9375rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.news-card__image {
    max-width: 28.125rem;
    margin: 2.375rem auto 0;
    border-radius: 1.375rem;
    overflow: hidden;
}

.news-card__date {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8em;
    

}

.news-card__link {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.666em;
    
    text-decoration: underline;
    color: #1F82C1;
}

.news-card__link::before {
    content: '';
    display: inline-block;
    width: 1.9375rem;
    height: 1.75rem;
    background-image: url('/libs/img/blue_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .9375rem;
    vertical-align: middle;
}


/*----------------------Секция Задать вопрос------------*/
.ask-question {
  height: 388px;
  background: url(/libs/img/bg_question.jpg) 50% 0 no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.ask-question .animate-btn {
  margin: 0;
}
.ask-question__text {
  padding-top: 115px;
}
.ask-question__row1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.ask-question__row2 {
  padding-top: 40px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}

.public-date {
    font-size: 14px;
    line-height: 20px;
}
.nav-list {
    margin-left: 25px;
}
.nav-list li {
    margin-bottom: 10px;
}

/*--------------------------menu---------------------*/
.header_menu {
  background: #273E7B;
  color: #FFF;
}
.menu__list {
   color: #273E7B;
   margin: 0;
   padding: 50px 0 0;
   list-style: none;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background: #19304a;
   background: rgba(25, 48, 74, 0.95);
   z-index: 9999;
   display: none;
   overflow: scroll;
   overflow-x: hidden;
}
.menu__list:after {
   width: 100%;
   height: 0px;
   visibility: hidden;
   overflow: hidden;
   content: "";
   display: inline-block;
}
.menu__list li {
   width: 100%;
   max-width: 100%;
   padding-left: 30px;
   font-size: 22px;
   line-height: 36px;
   margin-bottom: 5px;
   color: #fff;
   text-transform: uppercase;
   text-decoration: none;
   vertical-align: top;
}
.menu__list a {
   color: #fff;
   text-decoration: none;
}
.menu__parent {
   max-width: 130px;
   position: relative;
}
.menu__parent.has-child a {
   padding-right:15px;
}
.menu__parent.has-child .fa {
  padding: 0 7px 0 5px;
}

.menu__parent .menu__child a {
   background: transparent;
   padding-right: 0;
}
.menu__parent a {
   color: #fff;
}
.menu__parent a:hover {
   color: #FFF;
}
.menu__child-list {
   margin: 0;
   padding: 5px 15px 0 0;
   min-width: 180px;
   display: none;
   text-align: left;
   -ms-text-align-last: left;
   -moz-text-align-last: left;
        text-align-last: left;
}
.menu__child-list li {
   text-transform: none;
}
.menu__child-list li:last-child {
  margin-bottom: 10px;
}
.menu__child-list .menu__child {
   text-align: left;
   display: block;
}

.mobile__menu {
   position: fixed;
   right: 12px;
   top: 15px;
   z-index: 999;
   width: 36px;
   display: inline-block;
   line-height: 5px;
   opacity: 1 !important;
}
.mobile__menu.active {
   z-index: 9999;
}
.mobile__menu span {
   display: inline-block;
   height: 6px;
   width: 36px;
   border-radius: 12px;
   border: 1px solid #fff;
   background: #1F82C1;
   margin-bottom: 6px;
   transition: all .3s;
}
.mobile__menu.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.mobile__menu.active span:nth-of-type(2) {
  opacity: 0;
}
.mobile__menu.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.no-scroll {
    position: fixed; /* позиционируем чтобы исчез скролл */
    width: 100%; /* чтобы верстка не складывалась по ширине */
}

/*-------------------Вкладки------------------------*/
.tabs__content {
  display: none;
  min-height: 300px;
}
.tabs__content.active {
  display: block;
}
.tabs__caption{
  margin: 0 0 65px;
  padding: 0 120px;
  display: flex;
  gap: 25px;
}

.tabs .tabs__caption li {
  flex: 1;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  font-size: 30px;
  line-height: 38px;
  border-bottom: 11px solid #F5F5F5;
  list-style: none;
}
.tabs__caption li.active, .tabs__caption li.active:hover{
  border-bottom: 11px solid #EC6832;
}
.tabs__caption li:hover{
  border-bottom: 11px solid #EC6832;
}

.webinars-wrap {
  display: flex;
  gap: 80px 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.web-item {
  width: 464px;
  border-radius: 22px;
  border: 1px solid #EC6832;
  padding: 35px 35px 25px;
}
.web-item__title {
  font-size: 24px;
  line-height: 1.1em;
  margin-top: 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  height: calc(2em * 1.1 * 1.5);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.web-item__info {
  display: flex;
  justify-content: space-between;
}
.web-item__date {
  color: #EC6832;
  font-weight: 600;
  text-transform: uppercase;  
}
.web-item__time {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #1F82C1;
}
.web-item__duration {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #1F82C1;
}
.web-item__anons {
  margin-top: 20px;  
  line-height: 1.4em;
  display: -webkit-box;
  height: calc(2em * 1.4 * 2.5);
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.web-item__readmore {
  text-align: right;
}
.web-item__anons p {
  margin-bottom: 5px;
}
.web-item__speakers {
  margin-top: 10px;
}
.web-item__speakers__wrap {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.web-item__speaker {  
  width: 100px;
  font-size: 14px;
  line-height: 1.1em;
  
}
.web-item__speaker p {
  margin: 5px 0;
  word-wrap: break-word;
  height: calc(2em * 1.1 * 1);
  overflow: hidden;
}
.web-item__speaker img { 
  width: 88px;
  border-radius: 12px;
}
.webinars-item__btn .animate-btn {
  min-width: auto;
  width: 100%;
}

/*----------------------------section--------------*/
section {
  clear:both;
  overflow:hidden;
}
.content_wrapper {
  padding: 60px 60px 100px 60px;
  min-height: 300px;
}
.content_wrapper.wide {
  padding: 30px 20px;
}
.wide .right_buttons {
  text-align: center;
  padding-bottom: 30px;
}
h1 {
  font-size: 55px;
  line-height: 60px;
  color: #1F82C1;
  position: relative;
  padding: 0;
  margin: 0 0 50px;
  text-transform: none;
}

h2 {
  font-size: 44px;
  line-height: 52px;
  color: #1F82C1;
  position: relative;
  padding: 0;
  margin: 70px 0 50px;
  text-transform: none;
}

h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  position: relative;
  padding: 0;
  margin: 40px 0 30px 0;
  text-transform: none;
}
h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  padding: 0;
  margin: 30px 0 20px 0;
  text-transform: none;
}

.content_wrapper table, 
.inner_text table {
    border-collapse: collapse;
}
.content_wrapper table tr td,
.content_wrapper table tr th, 
.inner_text table tr td,
.inner_text table tr th {
    border: 1px solid #3c3c3c;
    padding: 5px 10px;
}

.content_wrapper ul, .content_wrapper ol {
    margin: 5px 0 10px 0;
}
.content_wrapper ul li {
    list-style: disc outside;
    margin-left: 20px;
}
.content_wrapper ol li {
    list-style: decimal outside;
    margin-left: 20px;
}
.content_wrapper li ul li {
    list-style-type: circle;
    margin-left: 25px;
}

.content_wrapper li ol li {
    list-style-type: lower-latin;
    margin-left: 25px;
}

.content_wrapper li li li {
    list-style-type: square;
    margin-left: 30px;
}
.fa {
    margin-right: 10px;
}
.block.captcha {
    width: 330px;
    display: table;
    position: relative;
}
.captcha-image {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.block.captcha .input-title {
    margin-top: 0;
    font-size: 13px;
}
.regcomments {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
}

/* privacy policy */
.privacy_policy {
  position: fixed;
  z-index: 998;
  bottom: 0px;
  width: 100%;
  min-width: 320px;
  padding: 10px 5px 12px 0px;
  font-size: 100%;
  letter-spacing: 1px;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.privacy_policy a:link, .privacy_policy a:visited {
  color: #F0E68C;
  text-decoration: underline;
}
.privacy_policy a:hover, .privacy_policy a:active {
  text-decoration: none;
}

.devoloper_tech ~ .privacy_policy {
  padding-bottom: 24px;
}

.privacy_policy .button {
    display: inline-block;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
    height: auto;
    width: auto;
    min-width: auto;
    line-height: 1.2;
    background: transparent;
}
.privacy_policy .button:hover {
  cursor: pointer;
}
div.answers-item .toggle-link-wrap {
  border-top: 1px solid #494949;
}
div.answers-item + div.answers-item .toggle-link-wrap {
  border-top: none;
}
.toggle-link-wrap {
  padding: 40px 0;
  border-bottom: 1px solid #494949;
}
.toggle-link {
  font-weight: 600;
}
.toggle-link:hover,
.toggle-link:active {
  color: #186495;
  opacity: 1;
}
.toggle-content {
  background: #F5F5F5;

}
.toggle-content h4 {
  margin-top: 0;
}
.toggle-content__wrap {
  padding: 40px 0 20px;
  border-bottom: 1px solid #494949;
}
.answers-item__bot {
  display: flex;
  gap: 70px;
  color: #000;
  padding-top: 10px;
}
.answers-item__expert {
  margin-right: auto;
}
.answers-item__more img {
  margin-right: 20px;
}
.answers-item__more a:link,
.answers-item__more a:visited {
  text-decoration: underline;
}
.answers-item__more a:hover,
.answers-item__more a:active {  
  text-decoration: none;
}
.answers__btn {
  padding: 50px 0 20px;
  text-align: center;
}

.webinars-section {
  margin-bottom: 200px;
}

.question-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 98px;
  border-radius: 49px;
  border: 1px solid #f4a484;
  background: transparent url(/libs/img/quest-circle.png) 50% 50% no-repeat;
}
.question-link:hover,
.question-link:active {
  opacity: 1;
}
.question-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #000;
  background:
    linear-gradient(105deg, #F16522 0%, #F16522 72%, #00A14B 72%, #00A14B 100%), #00A14B;
  background-size: 100% 100%, 0% 100%;
  background-position: left center, right center;
  background-repeat: no-repeat;
  transition: background-size .15s ease;
}
.question-link:hover .question-circle,
.question-link:active .question-circle {
    background-size: 0% 100%, 100% 100%;
    color: #ffffff;
}


footer {
  background: #F5F5F5;
  padding-top: 35px;
}
.foot-top {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  border-bottom: 1px solid #494949;
  padding-bottom: 40px;
}
.foot-social-zone {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  padding-top: 10px;
}
.social-link {
  display: inline-block;
  text-decoration: none;
}
.foot-bot {
  padding: 25px 0 70px;
  font-size: 17px;
}
.foot-documents {
  display: flex;
  gap: 100px;
  justify-content: center;
}
.foot-copyright {
  padding-top: 35px;
  text-align: center;
}
.foot-bot a:link,
.foot-bot a:visited {
  color: #616161;
  text-decoration: underline;
}
.foot-bot a:hover,
.foot-bot a:active {
  color: #616161;
  text-decoration: none;
  opacity: 1;
}
.inner-page footer {
    margin-top: 100px;
}

.menu {
  margin: 0;
  padding: 0;
  display: flex;  
  flex-wrap: wrap;
  gap: 3%;
}
.menu li {
  list-style: none;
  flex: 0 0 30%;
  margin-bottom: 12px;
  font-size: 17px;
}
.menu a {
  color: #616161; 
  display: flex;
  flex-direction: column; 
  height: 26px;
  transition: all ease 0.1s;
}
.menu a:hover,
.menu a:active {
  font-weight: 600;
  opacity: 1;
}
.menu a::after {
  content: attr(data-text);
  visibility: hidden; /* Сейчас неотличим от фона */
  font-weight: 600; /* Но уже "тренирован" для будущего состояния */
}



@media (min-width: 992px) {
    .content_wrapper {
        padding: 30px 30px 100px 30px;
        overflow: hidden;
    }
    .content_wrapper.wide {
        padding: 30px;
    }
    .mobile__menu {
       display: none !important;
    }
    .header_menu {
       clear: both;
       text-align: center;
    }
    .menu__list {
       background: transparent;
       margin: 0;
       padding: 0;
       height: 50px;
       display: block;
       position: relative;
       z-index: 9;
       overflow: visible;
    }
    .menu__list:after {
       width: 100%;
       height: 0px;
       visibility: hidden;
       overflow: hidden;
       content: "";
       display: inline-block;
    }
    .menu__list li {
      display: inline-block;
      font-size: 16px;
      line-height: 18px;
      color: #FFF;
      text-transform: none;
      text-decoration: none;
      text-align: left;
      width: auto;
      padding-left: 0;
    }
    .menu__list li a {
      display: flex;
      flex-direction: column;
      height: 18px;
      font-size: 16px;
      font-weight: 500;
      line-height: 18px;
      padding: 0 10px;
      color: #1F82C1;
      transition: all ease 0.1s;
    }
    .menu__list li a:hover,
    .menu__list li a:active { 
        color: #1F82C1;     
      font-weight: 700;
      text-decoration: none;
    }
    .menu__list a::after {
      content: attr(data-text);
      visibility: hidden; /* Сейчас неотличим от фона */
      font-weight: 700; /* Но уже "тренирован" для будущего состояния */
    }
    .menu__child-list {
       position: absolute;
       left: -10px;
       top: 100%;
       border-top: 1px dotted #FFF;
       border-bottom: 1px dotted #FFF;
       padding: 10px;
       background: #273E7B;
       display: none;
       z-index: 99;
       width: 225px;
    }
    .menu__child-list li {
       margin: 0 10px 0px 0px;
       line-height: 35px;
       text-transform: none;
    }
    .menu__child-list li a:link,
    .menu__child-list li a:visited {
      color: #FFF;
      display: block;
      height: auto;
      line-height: 1.3em;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 15px;
    }
    .menu__child-list li a:hover,
    .menu__child-list li a:active {
      color: #FFF;
    }
    .menu__parent.has-child {
      /*padding-right:17px;*/
    }
    .menu__parent.has-child:hover .menu__child-list {
       display: block;
    }
    .menu__parent.has-child > a {
      background: transparent;
      padding-right: 0;
    }
    .menu__parent.has-child:hover > a {
      color: #FFF;
    }
    .ul_lang {
      padding-right: 20px;
    }
}

@media (min-width: 1350px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1290px;
    }
}
@media (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1440px;
    }
}

@media (max-width:1499px) {
  .news-card .news-card__title {
    font-size: 18px;
  }
  .news-card__image {
    max-width: 95%;
  }

}
@media (max-width:1349px) {
  .menu__list li a {
    padding: 0 7px;
  }
  .logo-zone {
    display: flex;
    align-items: center;
  }
  .logo-zone img {
    width: 180px;
  }
  .lk-zone img {
    margin-right: 10px;
  }
  .news-card .news-card__title {
    font-size: 16px;
  }
  .news-card__date {
    font-size: 18px;
  }
  .news-card__link {
    font-size: 16px;
  }
  .news-card__link::before {
    margin-right: 10px;
  } 
  .news-card__link::before {
    margin-right: 7px;
  }
  .news-card__link::before {
    width: 25px;
    background-size: contain;
  }
  .ask-question {
    height: 323px;
    background-size: 1600px;
  }
  .ask-question__row2 {
    padding-top: 20px;
  }


}
@media (max-width:1199px) {
 .lk-link__text {
  display: none;
 }
 .lk-zone img {
    margin-right: 0px;
  }
  .menu__list li a {
    font-size: 15px;
  }
  h1 {
    text-shadow: 0 0 3px #FFF;
  }
  .news-card__date {
    font-size: 15px;
  }
  .news-card__link {
    font-size: 15px;
  }
  .foot-top {
    gap: 50px;
  }
  .menu {
    gap: 3%;
  }
  .menu li {
    list-style: none;
    flex: 0 0 48%;
  }
  .foot-social-zone {
    flex: 0 0 152px;
  }
  .foot-documents {
    gap: 50px;
  }  
  .tabs__caption{
    padding: 0 60px;
  }

}
@media (max-width:991px) {
  .big-logo {
    max-width: 530px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    padding-bottom: 75px;
  }
  .big-title {
    max-width: 530px;
    background: rgba(255, 255, 255, 0.8);
  }
  .lk-zone {
    margin-right: 50px;
  }
  .lk-link__text {
    display: inline;
  }
  .lk-zone img {
    margin-right: 10px;
  }
  .menu__list li {
    font-size: 20px;
    font-weight: 500;
  }
  .menu__list li a {
    font-size: 20px;
  }

  h1 {
    font-size: 44px;
    line-height: 52px;
    margin: 0;
    padding: 0 0 50px;
  }
  h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 50px 0 30px;
  }
  h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 30px 0 25px 0;
  }
  .text-block {
      padding: 0 60px;
  }

  blockquote {
      padding: 40px 60px;  
  }
  blockquote::before {
        top: 20px;
        left: 20px;
        width: 23px;  
        height: 21px;  
        background-size: contain;
    }
    blockquote::after {
        bottom: 20px;
        right: 20px;
        width: 23px;  
        height: 21px;  
        background-size: contain;
    }
  ul, ol {
    margin-left: 60px;
  }
  .main-news .section__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-card {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #494949;
  }
  .news-card:not(:last-child) {
      border-right: none;
  }
  .news-card .news-card__title {
    border-top: none;
    border-bottom: none;
    height: auto;
  }
  .news-card__image {
    margin-top: 5px;
  }
  .news-card__meta {
    padding-top: 20px;
  }
  .ask-question {
    background: linear-gradient(to right, #346397 1%,#47aee3 50%,#346397 100%);
    height: auto;
    margin: 30px 0;
  }
  .ask-question__text {
      padding: 50px 0 40px;
  }
  .foot-top {
    flex-direction: column;
    justify-content: center;
  }
  .foot-social-zone {
    flex: auto;
    justify-content: center;
  }

    
}
@media (max-width:767px) {
  .lk-zone {
    margin-right: 80px;
  }
  .lk-link__text {
    display: none;
  }
  .lk-zone img {
    margin-right: 0px;
  }
  .big-header {
    background: rgba(255, 255, 255, 0.8);  
  }  
  .big-logo {
    max-width: 100%;
    text-align: center;
    background: transparent;
  }
  .big-title {
    max-width: 100%;
    text-align: center;
    background: transparent;
  }
  .text-block {
    padding: 0;
  }
  blockquote {
      padding: 30px 40px;  
  }
  blockquote::before {
        top: 10px;
        left: 10px;
        width: 23px;  
        height: 21px;  
        background-size: contain;
    }
    blockquote::after {
        bottom: 10px;
        right: 10px;
        width: 23px;  
        height: 21px;  
        background-size: contain;
    }
  ul, ol {
    margin-left: 30px;
  }
  .answers-item__bot {
    flex-direction: column;
  }
  .tabs__caption {
    flex-direction: column;
    text-align: center;
  }

}
@media (max-width:575px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 50px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0 20px;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 25px 0 15px 0;
  }
  .news-card .news-card__title {
    padding: 0;
  }
  .foot-documents {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .ask-question__row2 {
    font-size: 28px;
    line-height: 36px;
  }
  .animate-btn {
    min-width: auto;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
  }
  .toggle-link-wrap {
    padding: 20px 0;
  }
  .toggle-content__wrap {
    padding: 20px 0 20px;
  }
  .foot-top {
    gap: 30px;
  }
  .foot-logo-zone {
    text-align: center;
  }
  .menu {
    flex-direction: column;
  }
  .menu li {
    flex: auto;
  }
  .tabs__caption {
    padding: 0;
  }
  .webinars-wrap {
    gap: 50px 20px;
  }

  .web-item {
    width: 330px;
    height: auto;
    padding: 15px;
  }
  .web-item__title {
    height: auto;
    display: block;
  }
  .web-item__anons {
    height: auto;
    display: block;
  }
  .web-item__speakers__wrap {
    gap: 10px;
  }
  .web-item__speaker {
    width: auto;
    flex: 1;
  }
  .answers__btn .animate-btn {
    margin: 10px 0;
  }


}