/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



  #mainmenu li a.svg_link {
    padding: 0 0 0 12px;
  }

  #mainmenu li a.svg_link .left svg {
    width: 30px;
    height: 30px;
    margin: 0 6px 0 0;
  }

  #mainmenu ul,
  #mainmenu ul.show {
    padding: 5px 5px 5px 58px;
  }

  #mainmenu ul li {
    padding: 10px 0 0 0;
  }

  .hidden_data_wrapper.visible_xl {
    opacity: 1;
    max-height: var(--min-height-all);
    overflow: visible;
  }

  .section {
    padding: 16px 16px;
    border-radius: 8px;
  }
  .contaiter__title_h0{
    font-size: 24px;
  }
  .contaiter__title_h1 {
    font-size: 22px;
  }

  .section__title {
    line-height: 1em;
  }

  .section__title_h1 {
    font-size: 22px;
    padding: 14px 0;
  }

  .section__title_h2 {
    font-size: 20px;
  }

  .section__title_h3 {
    font-size: 18px;
  }

  .section__title_button {

    font-size: 18px;
    line-height: 1em;
  }

  .section__title_button a,
  .section__title_button button {
    margin: 0 0 0 10px;
    height: 36px;
  }

  .section__title_button a {
    padding: 0 8px;
  }

  .section__title_button button {

    padding: 0 14px;
  }

  .section__title_button button.section__title_button_close {
    width: 30px;
    height: 30px;
  }

  .section__title_button button.section__title_button_close svg {
    width: 16px;
    height: 16px;
  }

  .task {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
  }

  .task.no_active {
    justify-content: flex-start;
  }

  .task__header {
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    width: 410px;
  }

  .task__header .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;

  }

  .task__header .icon svg {
    width: 32px;
    height: 32px;
  }

  

  .task__header .name .title {
    font-size: 18px;
  }

  .task__header .name .descr {
    font-size: 16px;
  }

  .task__header .name .status {
    font-size: 14px;
  }

  .task__header .speed {
    font-size: 44px;
  }
  .task.small.task_gen .task__header{
    width: 320px;
  }

  .task.no_active .task__header .name,
  .task.small .task__header .name {
    padding: 0 12px 0 10px;
  }
  

  .task.no_active .task__header .icon,
  .task.small .task__header .icon {
    width: 30px;
    height: 30px;
    margin: 0 0 0 9px;
  }

  .task.no_active .task__header .icon svg,
  .task.small .task__header .icon svg {
    width: 20px;
    height: 20px;
  }

  .task.no_active .task__header .name .title,
  .task.small .task__header .name .title {
    font-size: 14px;
  }

  .task.no_active .name .descr,
  .task.small .name .descr {
    font-size: 11px;
  }

  .task.no_active .task__header .name .status,
  .task.small .task__header .name .status {
    font-size: 12px;
  }

  .task.no_active .task__header .speed,
  .task.small .task__header .speed {
    font-size: 26px;
    margin: 0 10px 0 0;
  }

  .task__progressBar {
    width: 460px;
    display: flex;
    align-items: flex-start;
  }

  .task__progressBar .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }

  .task__progressBar .item .circle {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .task__progressBar .item .circle.dn {
    color: var(--bg-white);
  }

  .task__progressBar .item .circle.sc {
    color: var(--bg-white);
  }

  .task__progressBar .item .circle.mt {
    color: var(--bg-white);
  }

  .task__progressBar .item .circle .ch_count {
    font-size: 16px;
  }

  .task__progressBar .item .circle .ch_count svg {
    width: 18px;
    height: 18px;
    margin: -8px 0 0 0;
  }

  .task__progressBar .item .circle .result {
    font-size: 10px;
  }

  .task__progressBar .item svg.line {
    width: 8px;
    height: 8px;
  }

  .task.no_active .task__progressBar .item {
    height: auto;
  }

  .task__progressBar .item.active {
    height: auto;
    flex-flow: column;
  }

  .task__progressBar .item.active .diagram {
    position: relative;
    width: 70px;
    height: 70px;
  }

  .task__progressBar .item.active .diagram svg {
    position: relative;
    width: 70px;
    height: 70px;
  }

  .task__progressBar .item.active .diagram svg circle {
    width: 100%;
    height: 100%;
    stroke-width: 10;

  }

  .task__progressBar .item.active .diagram .text {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .task__progressBar .item.active .diagram .text .ch_count {
    font-size: 22px;
  }

  .task__progressBar .item.active .diagram .text .ch_count svg {
    width: 28px;
    height: 28px;
  }

  .task__progressBar .item.active .diagram .text .result {
    font-size: 16px;
  }

  .task__buttonWrap {
    display: flex;
    justify-content: flex-end;
    width: 164px;
  }

  .task__buttonWrap form {
    width: 100%;
  }

  .task__buttonWrap .button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
  }

  .task__buttonWrap .button svg {
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .task__buttonWrap .button svg.arrow {
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .task__buttonWrap .button span .point {
    font-size: 20px;
  }

  .task__buttonWrap .button_link {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    font-size: 18px;
  }

  .task__buttonWrap .button_link svg {
    width: 24px;
    height: 24px;
  }

  .wantMore a {
    font-size: 24px;
    width: 240px;
    height: 50px;
    justify-content: center;
    margin: 40px auto 20px auto;
  }

  .badge__img {
    width: 400px;
  }

  .badge__data {
    width: 450px;
  }

  .badge__data .level {
    font-size: 150px;
  }

  .badge__data .level span.small {
    font-size: 30px;
    margin: 0 0 0 6px;
    padding: 80px 0 0 0;
    background: url('../images/rating/star_module.png') 25px 0px no-repeat;
  }

  .badge__data .points .text {
    width: 427px;
    padding: 50px 0 0 0;
    font-size: 66px;
    line-height: 1em;
  }

  .badge__data .points .text .small {
    font-size: 28px;
  }

  .badge__data .line {
    width: 427px;
    margin: 19px 0 0 0;
    height: 12px;
    background: url('../images/rating/rating_line_gray.png') 0 0 no-repeat;
  }

  .badge__data .line .color_line {
    background: url('../images/rating/rating_line_color.png') 0 0 no-repeat;
  }

  .showAllStructure button {
    height: 30px;
    width: 40px;
  }

  .showAllStructure button svg {
    width: 28px;
    height: 28px;
  }

  .comp_zzz {
    width: 520px;
    height: 520px;
  }

  .stickyBar__wrap button{
    font-size: 16px;
    height: 36px;
    width: 100px;
  }
  

  .stickyBar__wrap a {
    font-size: 16px;
  }
  .stickyBar__wrap a.stickyBar__button{
    font-size: 16px;
    height: 36px;
  }
  .stickyBar__wrap.stickyBar__wrap_generator button{
    font-size: 18px;
    height: 40px;
    width: 116px;
  }

  .small_row {
    height: 26px;
    font-size: 14px;
  }

  .small_row select {
    font-size: 11px;
  }

  .small_row select.levels {
    width: 64px;
  }

  .small_row select.steps {
    width: 34px;
  }
  

  .chkbox_sqr_wrap {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 -23px;
  }

  [type="checkbox"].chkbox_sqr{
    width: 18px;
    height: 18px;
    }

  [type="checkbox"].chkbox_sqr:not(:checked)+label:before,
  [type="checkbox"].chkbox_sqr:checked+label:before {

    width: 18px;
    height: 18px;
  }

  [type="checkbox"].chkbox_sqr:not(:checked)+label:after,
  [type="checkbox"].chkbox_sqr:checked+label:after {
    top: 6px;
    left: 1px;
    font-size: 25px;
  }

  .radioAnim {
    font-size: 12px;
  }

  .btn_poem_exam{
    width: 240px;
    height: 60px;
    font-size: 20px;
  }
  .btn_ox_add{
    width: 150px;
    height: 40px;
    font-size: 20px;
  }
  .oxAddWrap{
    font-size: 18px;
  }

  .myTrophy__noVideo{
    
    font-size: 40px;
    padding: 40px 0;
  }
  .myTrophy__video .item{
    height: 334px;
  }
  .myTrophy__button a{
    
    width: 250px;
    height: 50px;
    font-size: 22px;
  }
  .myTrophy__pages .pageWrap{
    font-size: 24px;
  }
  .myTrophy__pages .pageWrap a,
.myTrophy__pages .pageWrap span{
  height: 50px;
  padding: 0 7px;
  margin: 0 6px 0 0;
  border-radius: 4px;
}
.myTrophy__pages .pageWrap span.zero{
  background: none;
  width: 28px;
}
.myTrophy__pages .pageWrap a.next svg,
.myTrophy__pages .pageWrap a.prew svg{
  width: 28px;
  min-height: 28px;
}
.timeTable__day .title.big{
  font-size: 16px;
}
.timeTable__day .groupLink{
  font-size: 18px;
}
.timeTable__day .groupLink a svg{
  width: 20px;
  height: 20px;
  stroke: var(--text-color);
  fill: none;
}

.authtimeline__title{
  font-size: 34px;
}
.authtimeline__descr{
  font-size: 20px;
}

.infoBar__wing img{
  width: 190px;
  height: 190px;
  margin: 20px 0 0 0;
  
}

.infoBar__wing.fireworks{
  margin: 30px 0 0 0;
}
.infoBar__wing.fireworks.wing2{
  margin: 10px 0 0 0;
}
.infoBar__wing.fireworks img{
  width: 200px;
  height: 200px;
  margin: 0;
  
}

.infoBar__tile__title{
  font-size: 28px;
}
.infoBar__tile__points{
  font-size: 50px;

}
.infoBar__tile__points span{
  font-size: 18px;
}
.infoBar__tile__img{
  width: 200px;
  height: 200px;
}
.infoBar__tile__img svg{
  width: 150px;
  height: 150px;
}

.infoBar__wing.wing2{
  margin: 32px 0 0 0;
   
 }
.infoBar__tile__circle{
  width: 180px;
  height: 180px;
}

.infoBar__tile__circle svg.progress{
  width: 180px;
  height: 180px;
}
.infoBar__tile__circle svg.progress circle
{
  width:100%;
  height:100%;
  stroke-width:10;
  
}
.infoBar__tile__circle .text{
  position: absolute;
  top:1px;
  left: 1px;
  width: 177px;
  height: 177px;
}
.infoBar__tile__circle .text svg{
  width: 100px;
  height: 100px;
}
.infoBar__tile__circle .data{
  margin: -3px 0 0 0;
  font-size: 22px;
}

.infoBar__tile__descr{
  font-size: 22px;
}
  




}