.howwework p.subtitle {
  font-size: 18px !important;
  line-height: 1.5 !important;
  opacity: 0.7;
  max-width: 510px !important;
}

.process-tab {
  position: relative;
  max-width: 650px;
  width: 100%;
  height: 650px;
  /*margin: 20px auto 0;*/
  margin: 20px 20px;
}

@media only screen and (max-width: 640px){
.process-tab {
  display: none;
}
}

@media only screen and (max-height: 780px){
  .process-tab {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    margin-top: 0;
    margin-bottom: -80px;
  }
}

.process-tab-content {
  width: 300px;
  height: 255px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


@media only screen and (max-width: 767px){
  .process-tab-content {
      width: 250px;
  }
}


@media only screen and (max-width: 767px){
  .process-tab-circle svg {
      width: 100%!important;
      max-width: 650px!important;
  }
}



.process-tab-item {
  display: none;
  opacity: 0;
}

.process-tab-item__active {
  display: block;
  opacity: 1;
}


.process-tab-item__title {
  font-weight: 900;
  font-size: 30px;
  color: var(--main-accent-dark-color);
  letter-spacing: .1px;
  text-align: center;
  line-height: 34px;
  margin-bottom: 16px;
}


.process-tab-item__text {
  opacity: .8;
  font-weight: 100;
  font-size: 16px;
  color: #000;
  letter-spacing: .2px;
  text-align: center;
  line-height: 25px;
}

.one-path {
  cursor: pointer;
}

.one-path>* {
  transition: all .3s;
}

.one-path.active text {
  fill: #fff;
}

.one-path.active path {
  fill: var(--main-accent-dark-color);
  opacity: 1;
}

.one-path:hover path {
  opacity: 1;
  fill: var(--main-accent-dark-color);
}

.one-path:hover text {
fill: #fff;
}









.counter_00 {
  counter-reset: li-count;
}
/*
.process-tab-mobile {
  display: none;
}
*/
.process-tab-mobile {
  display: block;
  margin: 20px auto 0;
  max-width: 450px;
}

.dropdown-pallet {
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.08);
  background-color: #fff;
}

.dropdown-pallet-arrow.active {
  color: var(--main-accent-dark-color);
}


.dropdown-toggle, .filter-dropdown-toggle {
  position: relative;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
}



.counter_00 .count-item {
  counter-increment: li-count;
}

.counter_00 .count-item::before {
  content: counter(li-count,decimal-leading-zero) ". ";
}

@media only screen and (max-width: 640px){
  .dropdown.active .dropdown-toggle:not(.filter-dropdown-toggle)::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: calc(50% - 11px);
  }

  @media only screen and (max-width: 640px){
      .dropdown-pallet .dropdown-toggle:not(.filter-dropdown-toggle)::after {
          border: none;
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          top: auto;
      }
  }

}


.dropdown-pallet-arrow.active .dropdown-toggle::after {
  content: '+';
  border: none;
  color: var(--main-accent-dark-color);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.dropdown.active .dropdown-toggle::after {
  -webkit-transform: translateY(calc(-50% - 3px)) rotate(180deg);
  -ms-transform: translateY(calc(-50% - 3px)) rotate(180deg);
  transform: translateY(calc(-50% - 3px)) rotate(180deg);
}

@media only screen and (max-width: 640px){

.dropdown-toggle:not(.filter-dropdown-toggle)::after {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    right: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .3s;
    top: calc(50% - 5px);
}
}

.dropdown-pallet-arrow .dropdown-toggle::after {
  content: '+';
  width: 13px;
  height: 13px;
  right: 15px;
  line-height: 12px;
  font-size: 1.57142857rem;
  font-weight: 500;
  border: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}

.dropdown-pallet .dropdown-toggle::after {
  right: 6px;
}

.dropdown-toggle::after, .filter-dropdown-toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 3px));
  -ms-transform: translateY(calc(-50% + 3px));
  transform: translateY(calc(-50% + 3px));
  border: 5px solid transparent;
  border-top: 5px solid #142035;
  transition: border .3s;
}


.dropdown-pallet .dropdown-toggle {
  /*font-size: 1.42857143rem;*/
  font-size: 1.22857143rem;
}


.dropdown-content {
  display: none;
}


.dropdown.active .dropdown-content {
  display: block;
}

.dropdown-pallet .dropdown-content {
  padding: 0 15px 15px;
  color: rgba(20,32,53,.8);
}