.vtb_new_switch {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #b6c1dd;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.vtb_new_switch > div:hover {
  color: #0084FF;
}
.vtb_new_switch_outside {
  width: 44px;
  height: 24px;
  background: #002BAB;
  border-radius: 12px;
  margin: 0 30px;
  position: relative;
}
.vtb_new_switch_inside {
  position: absolute;
  margin: 4px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: all 0.5s;
}
.vtb_new_switch.second_selected .vtb_new_switch_inside {
  left: calc(100% - 24px);
}
.vtb_new_switch:not(.second_selected) div:first-child {
  color: #0A2896;
}
.vtb_new_switch.second_selected div:last-child {
  color: #0A2896;
}
.mobile_walls .views-field {
  width: 25%;
}
@media (max-width: 1024px){
  .vtb_new_switch {
    font-size: 18px;
  }
  .vtb_new_switch_outside {
    margin: 0 20px;
  }
  .mobile_walls .views-field {
    width: 33%;
  }
}
@media (max-width: 540px){
  .vtb_new_switch {
    font-size: 14px;
  }
  .vtb_new_switch_outside {
    margin: 0 10px;
  }
  .mobile_walls .views-field {
    width: 50%;
  }
}
