h1.tasks__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #374045;
  margin-bottom: 28px;
}

.new_filter_tasks-content {
  right: 0;
}

p.tasks__description {
  margin-bottom: 20px;
}

.tasks__search {
  margin-top: 64px;
}

.section_sub {
  width: 25px;
  height: 25px;
  text-align: center;
  margin-left: 14px;
}

.subsection-tooltip {
  display: none;
  position: absolute;
  background-color: white;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  border-radius: 32px;
  box-shadow: 0px 4px 24px rgba(0, 77, 95, 0.24);
  z-index: 100;
}

.subsection-tooltip__flex-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
}

.subsection-tooltip__options {
  margin-top: 15px;
  margin-bottom: 12px;
}

.subsection-tooltip__option {
  color: #048AA7;
  line-height: 16px;
  font-size: 14px;
  display: block;
}

.subsection-tooltip__option:first-child {
  padding-right: 24px;
}

.section-block__counter {
    background: #7B878F;
    border-radius: 150px;
    color: white;
    font-size: 12px;
    padding-left: 8.5px;
    padding-right: 8.5px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: unset;
    text-align: center;
    margin-left: 8px;
}

.section-block__counter--active {
  background: #E65609;
}

.subsection-tooltip__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #58646A;
}

.subsection-tooltip__sections {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: #58646A;
  margin-top: 8px;
}

.vol-settings__right-col .checkboxs input:checked ~ .subsection-tooltip__checkbox:not(.error) {
  background: transparent;
  color: #E65609;
  padding-top: 6px;
}

.subsection-tooltip__close {
  margin-right: 16px;
}

.sub-todo {
  display: none;
}

.sub-todo__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #58646A;
  margin-top: 32px;
}

.sub-todo__line {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

@media (max-width: 560px) {
  .sub-todo__line {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.sub-todo__item {
  position: relative;
  border: 1px solid #E65609;
  color: #E65609;
  letter-spacing: 0.15px;
  font-size: 14px;
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.section-block__options {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

.sub-todo__close {
  width: 10px;
  height: 10px;
  position: absolute;
  background: url('../../static/img/icon/union.svg') no-repeat;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
  margin-left: 15px;
}

.task-tgm__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #374045;
}

.tel-bot-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  font-style: normal;
  color: #303540 !important;
  text-align: left;
  margin-bottom: 5px !important;
}

a.tel-bot-link {
  display: flex;
  width: 137px;
  height: 30px;
  background-color: #54A9EA;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  padding: 4px 12px 4px 12px;
  font-size: 14px;
  margin-top: 15px;
  justify-content: space-around;
  align-items: center;
}

a.tel-bot-link:hover {
  background-color: #3398e6;
  transition: all 0.5s;
}

.tel-icon {
  width: 18px;
  height: 15px;
}

.task-tgm {
  background: white;
  margin-top: -40px;
  padding-top: 96px;
  padding-bottom: 96px;
}

p.task-tgm__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #58646A;
  margin-top: 22px;
  width: 100%;
  max-width: 558px;
}

p.task-tgm__text--width {
  max-width: none;
}

.task-tgm__link {
  color: #048AA7;
  cursor: pointer;
}

.sections-mobile {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}

.section-block {
  position: absolute;
  display: none;
  flex-direction: column;
  z-index: 9000;
  background: #FFFFFF;
  top: 0;
  width: 100%;
}

.section-block__close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('../../static/img/icon/close.svg') no-repeat;
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  right: 0;
}

.section-block__container {
  padding-left: 24px;
  padding-right: 24px;
}

.section-block__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-top: 32px;
}

.section-block__list {
  list-style: none;
  margin-top: 20px;
}

.section-block__item {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  color: #58646A;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #A0ABB5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-block__item.active {
  border-bottom: none;
}

.section-block__accord {
  display: none;
  overflow: hidden;
}

.section-block__buttonBlock {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
  align-items: center;
  margin-bottom: 20px;
}

.section-block__buttonItem {
  width: 100%;
  height: 56px;
  background: #E65609;
  border-radius: 6px;
  outline: none;
  border: none;
  text-align: center;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-block__buttonItem--reset {
  background: transparent;
  border: 1px solid #A0ABB5;
  color: #374045;
}

.section-block__subsection label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 24px 4px;
    line-height: 26px;
    color: #58646A;
    border-radius: 20px;
    z-index: 11;
    border: 1px solid #C7D0DA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.section-block__subsection label[active="Y"] {
  font-size: 16px;
  padding: 4px 24px;
  line-height: 26px;
  color: #E65609;
  border-radius: 20px;
  z-index: 11;
  border: 1px solid #ff6000;
}

.task-none {
  display: none;
  margin-top: 24px;
}

.sections-mobile__buttonAll {
  display: none;
  background-color: #E65609;
  cursor: pointer;
  width: 100%;
  height: 56px;
  border-radius: 6px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  letter-spacing: 1px;
  line-height: 16px;
}

.section-block__show, .section-block__hide {
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    margin-left: auto;
}

@media (max-width: 560px) {
  .filter-block-mobile-new {
    display: none;
  }

  .task-none {
    margin-bottom: 32px;
  }

  .sub-todo {
    margin-left: -16px;
    margin-right: -16px;
  }

  .tasks__search {
    margin-bottom: 24px;
  }

  .align-right {
    float: none;
    text-align: left;
  }

  .new_filter_tasks {
    width: 100%;
    text-align: left;
  }

  .new_filter_tasks .fa-chevron-down, .new_filter_tasks .fa-chevron-up {
    float: right;
    margin-right: 16px;
  }

  .filter-block {
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 18px;
  }

  .sections-mobile__buttonAll {
    display: flex;
  }
}
