

/* Extra Small Devices, Phones */
@media only screen and (min-width : 576px) {
  .header__menuButton a{
    
    padding: 0 15px;
   }
   
   .header__ratingLevel{
    font-size: 30px;
    margin: 0 0 0 12px;
  }
  .header__ratingLevel .small{
    font-size: 14px;
  }
   .header__soundWrap svg{
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
  }
  .header__shortNicknameWrap{
    width: 36px;
    line-height: 36px;
    margin: 0 16px 0 0;
  }
  .header__loguotWrap a svg{
    width: 24px;
    height: 24px;
  }

    #mainmenu li a.svg_link{
        padding: 8px 4px;
      }
      #mainmenu li a.svg_link .left svg{
        width: 26px;
        height: 26px;
        margin: 0 4px 0 0;
      }
      
      
      
      .contaiter__title_h0{
        font-size: 22px;
      }
      .contaiter__title_h1{
        font-size: 20px;
      }
      .section__title_h1{
        font-size: 20px;
        padding: 0 0 8px 0;
      }
      .hidden_data_wrapper.visible_sm{
        overflow: visible;
        opacity: 1;
        max-height: var(--min-height-all);
      }
      .section__title_h2{
        font-size: 18px;
      }
      .section__title_h3{
        font-size: 16px;
      }
      .section__title_button{
        align-items: center;
        font-size: 16px;
      }
      .section__title_button a,
      .section__title_button button{
        margin:  0 0 0 10px;
        padding: 0 6px;
        height: 30px;
      }
      .section__title_button a{
        padding: 0 6px;
      }
      .section__title_button button{
      
        padding: 0 12px;
      }
      .section__title_button button.section__title_button_close{
        width: 28px;
        height: 28px;
      }
      .section__title_button button.section__title_button_close svg{
        width: 18px;
        height: 18px;
      }
      .task{
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 0 10px 0;
      }
      
      .task__header{
        width: auto;
      }
      .task__header .icon{
        width: 36px;
        height: 36px;
      
      }
      .task__header .icon svg{
        width: 24px;
        height: 24px;
      }
      .task__header .name{
        padding: 0 32px 0 10px;
      }
      .task__header .name .title{
        font-size: 16px;
      }
      .task__header .name .descr{
        font-size: 14px;
      }
      .task__header .name .status{
        font-size: 14px;
      }
      .task__header .speed{
        font-size: 28px;
      }

      .task.no_active .task__header .name,
      .task.small .task__header .name{
        padding: 0 12px 0 10px;
      }
      .task.small .task__header .name{
        max-width: 238px;
      }
      .task.no_active .task__header .icon,
      .task.small .task__header .icon{
        width: 26px;
        height: 26px;
        margin: 0 0 0 5px;
      }
      .task.no_active .task__header .icon svg,
      .task.small .task__header .icon svg{
        width: 18px;
        height: 18px;
      }
      .task.no_active .task__header .name .title,
      .task.small .task__header .name .title{
        font-size: 13px;
      }
      .task.no_active .name .descr,
      .task.small .name .descr{
        font-size: 10px;
      }
      .task.no_active .task__header .name .status,
      .task.small .task__header .name .status{
        font-size: 11px;
      }
      .task.no_active .task__header .speed,
      .task.small .task__header .speed{
        font-size: 22px;
        margin: 0 10px 0 0;
      }

      .task__progressBar{
        order: 1;
        margin: 10px 0 0 0;
        width: 100%;
        justify-content: center;
      }
      .task.small:not(.show_all) .task__progressBar{
        width: auto;
      }
      .task__progressBar .item{
        height: 60px;
      }
      .task__progressBar .item .circle{
        width: 36px;
        height: 36px;
      }
      .task__progressBar .item .circle .ch_count{
        font-size: 12px;
      }
      .task__progressBar .item .circle .ch_count svg{
        width: 16px;
        height: 16px;
        margin: -6px 0 0 0;
      }
      .task__progressBar .item .circle .result{
        font-size: 10px;
      }
      .task__progressBar .item svg.line{
        width: 7px;
        height: 7px;
      }
      .task__progressBar .item.active .diagram{
        width: 60px;
        height: 60px;
      }
      .task__progressBar .item.active .diagram svg{
        position: relative;
        width: 60px;
        height: 60px;
      }
      .task__progressBar .item.active .diagram .text{
        top:4px;
        left: 4px;
        width: 52px;
        height: 52px;
      }
      .task__progressBar .item.active .diagram .text .ch_count{
        font-size: 18px;
      }
      .task__progressBar .item.active .diagram .text .ch_count svg{
        width: 26px;
        height: 26px;
      }
      .task__progressBar .item.active .diagram .text .result{
        font-size: 12px;
      }
      

      .task__buttonWrap{
        display: flex;
        justify-content: center;
        width: 130px;
      }
      .task__buttonWrap form{
        width: 100%;
      }
      .task__buttonWrap .button{
        width: 100%;
        height: 40px;
        margin: 0;
        font-size: 24px;
        font-weight: bold;
      }
      .task__buttonWrap .button svg{
        width: 26px;
        height: 26px;
        margin: 0 10px 0 0;
      }
      .task__buttonWrap .button svg.arrow{
        width: 36px;
        height: 36px;
        margin: 0;
      }
      .task__buttonWrap .button span .point{
        font-size: 14px;
      }
      .task__buttonWrap .button_link{
        width: 100%;
        height: 40px;
        margin: 0;
        font-size: 16px;
      }
      .task__buttonWrap .button_link svg{
        width: 20px;
        height: 20px;
      }
      .task__buttonWrap.task__buttonWrap_small{
        width: auto;
      }
      .task__buttonWrap.task__buttonWrap_small .button{
        width: 50px;
        height: 36px;
      }
      .wantMore.online a{
        width: 320px;
        height: 66px;
        margin: 20px auto 20px auto;
      }

      .badge{
        flex-direction: row;
        justify-content: space-between;
      }
      .badge__img{
        width: 220px;
      }
      .badge__data{
        padding: 0 0 20px 0;
      }
      .badge__button{
        height: 36px;
        width: 100%;
        font-size: 14px;
        margin: 0 auto;
      }
      .showAllStructure button{
        height: 26px;
        width: 36px;
      }
      .showAllStructure button svg{
        width: 24px;
        height: 24px;
      }
      .comp_zzz{
        width: 300px;
        height: 300px;
      }
      .userData__rating{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-end;
      }
      .userData__rating .name{
        font-size: 22px;
        margin: 0;
        text-align: left;
      }
      .userData__rating .name .fnk_lck{
        position: absolute;
        top:-24px;
        width: 200px;
      }

      .userData__menu{
        margin: 10px 0 0 0;
      }
      .userData__menu ul li{
        display: block;
        width: 33.33%;
        padding: 0 3px;
        margin: 0;
      }
      .userData__menu ul li.w_100{
        width: 50%;
      }
      .userData__menu ul li a,.userData__menu ul li span{
        padding: 0 4px;
        text-indent: 0;
        height: 30px;
        
      }
      .userData__menu ul li a{
        font-size: 14px;
      }
      .userData__menu ul li span{
        font-size: 16px;
      }
      .stickyBar .section{
        border: 2px solid var(--bg-violet);
      }
      .stickyBar__wrap button{
        font-size: 14px;
        height: 30px;
        width: 100px;
      }
      
      .stickyBar__wrap a{
        font-size: 14px;
      }
      .stickyBar__wrap a.stickyBar__button{
        font-size: 14px;
        height: 30px;
      }
      .middle_row{
        font-size: 18px;
      }
      .middle_row button{
        
        font-size: 16px;
      }
      .generator__section.formWrap{
        font-size: 16px;
      }
      .abonementCalendar .calendar{
        font-size: 18px;
      }
      .abonementCalendar .calendar .input_val{
        
        width: 220px;
        height: 30px;
        
      }
      .abonementCalendar select{
        
        font-size: 18px;
      }
      .abonementCalendar button{
      
        font-size: 16px;
      }
      .ratingTop__listItem{
        justify-content: space-between;
        padding: 15px 8px;
      }
      .ratingTop__listItem .title .titleCircle{
        font-size: 26px;
        width: 50px;
        height: 50px;
        line-height: 50px;
      }
      .logoRegistration{
        width: 100%;
      }
      .registration {
        width: 100%;
      }
      .authtimeline__title{
        font-size: 34px;
      }
      .authtimeline__descr{
        font-size: 20px;
      }
      .authError__title{
        font-size: 24px;
        color: var(--bg-blue);
      }
      .authError__descr{
        font-size: 16px;
        text-align: center;
      }
      .infoBar__wing.wing2{
        margin: 16px 0 0 0;
         
       }
      .infoBar__tile__circle{
        width: 110px;
        height: 110px;
      }
      
      .infoBar__tile__circle svg.progress{
        width: 110px;
        height: 110px;
      }
      .infoBar__tile__circle svg.progress circle
      {
        width:100%;
        height:100%;
        stroke-width:10;
        
      }
      .infoBar__tile__circle .text{
        position: absolute;
        top:1px;
        left: 1px;
        width: 107px;
        height: 107px;
      }
      .infoBar__tile__circle .text svg{
        width: 60px;
        height: 60px;
      }
      .infoBar__tile__circle .data{
        margin: -3px 0 0 0;
      }
      
      .infoBar__tile__descr{
        font-size: 12px;
      }

}
