.toggle-wrap {
  display: none;
}

.table-wrap {
  overflow-x: auto;
}

@media screen and (max-width: 1022px) {
  img[src*="brends_tv.jpg"],
  img[src*="brends_km.jpg"] {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 979px) {
  * {
    box-sizing: border-box;
  }

  .w980,
  .text {
    width: auto;
  }

  .header, .slider, .trigers, .price_box, .advantages, .scheme, .reviews, .safeguards, .footer {
    min-width: 100%;
  }

  img[src*="brends.jpg"] {
    display: block;
    width: 100%;
    height: auto;
  }

  /*Header*/
  .header {
    position: static;
  }

  .header>div.w980,
  .footer>div.w980 {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .header .logo,
  .footer .logo {
    float: none;
  }

  .header .number,
  .footer .number {
    text-align: right;
    float: none;
    line-height: 1;
    margin: 0;
  }

  /*Menu*/
  .menu {
    height: auto;
  }

  .menu ul {
    display: flex;
    justify-content: space-between;
  }

  .menu ul li {
    padding-right: 0;
    padding-left: 20px;
    background-position: left center;
    float: none;
  }

  /*Slider*/
  .slider {
    padding-top: 0;
    padding-bottom: 15px;
    height: auto;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .slider h1 {
    margin: 0 0 15px;
    text-align: center;
  }

  .slider .timer_box {
    float: none;
    margin: 0 auto 15px;
    position: relative;
  }

  .slider .form {
    float: none;
    width: 100%;
    margin: 0;
  }

  .slider .form form {
    padding: 0 20px 20px;
    text-align: center;
  }

  .slider .form form>img {
    display: none;
  }

  .slider .form_item {
    display: inline-block;
  }

  .slider .form_item input {
    width: auto;
    background-image: none;
    background-color: #f6f7f9;
    border-radius: 3px;
    box-shadow: inset 2px 3px 1px rgba(0,0,0,.15);
    margin: 0;
  }

  .slider .btn {
    width: 100%;
    margin: 0;
  }

  /*Trigers*/
  .trigers {
    margin-top: 20px;
  }

  .trigers>div.w980 {
    display: flex;
    justify-content: space-between;
  }

  .trigers .triger_item {
    background-image: none;
    width: calc(100% - 30px);
    margin: 0;
    padding: 10px;
    border: 5px dashed #e2e3e7;
    text-align: center;
  }

  .trigers .triger_item img,
  .trigers .triger_item .type {
    float: none;
    margin: 0;
  }

  .trigers .triger_item img {
    margin-bottom: 8px;
  }

  .trigers .triger_item + .triger_item {
    margin-left: 15px;
  }

  /*Price box*/
  .price_box {
    height: auto;
  }

  .price_box .price_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .price_box .price_item img,
  .price_box .price_item .name,
  .price_box .price_item .price,
  .price_box .price_item .buy {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .btn {
    height: auto;
  }

  .price_box .price_item .name {
    flex-basis: 30%;
  }

  .price_box .price_item .price {
    white-space: nowrap;
    flex-basis: 150px;
  }

  .price_box .price_item .buy {
    flex-basis: 120px;
  }

  /*Advantages*/
  .advantages>div.w980 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .advantages .advantage_item {
    width: auto;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    text-transform: uppercase;
  }

  .advantages .advantage_item.first-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .advantages .advantage_item img {
    width: 50px;
    height: auto;
  }

  /*Scheme*/
  .scheme {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .scheme>div.w980 {
    display: flex;
    justify-content: center;
  }

  .scheme .scheme_item {
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
  }

  .scheme .scheme_item img {
    width: 60px;
  }

  /*Safeguards*/
  .safeguards {
    background-size: cover;
  }

  .safeguards .safeguards_box,
  .safeguards .form {
    float: none;
    width: auto;
  }

  .safeguards .form {
    text-align: center;
  }

  .safeguards .btn {
    margin: 0 auto;
  }

  /*Footer*/
  .footer+.text,
  .footer+.text+.text {
    text-align: center;
  }

  body.tv h1 {
    width: auto;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .w980 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*Header*/
  .header>div.w980,
  .footer>div.w980 {
    display: block;
    text-align: center;
  }

  .header .logo,
  .footer .logo {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .header .logo a,
  .footer .logo a {
    display: block;
  }

  .header .logo img,
  .footer .logo img {
    width: 280px;
    height: auto;
  }

  .header .number,
  .footer .number {
    text-align: center;
    padding: 0;
    font-size: 24px;
    margin-bottom: 10px;
  }

  /*Menu*/
  .menu ul li {
    font-size: 14px;
  }

  /*Slider*/
  h1 {
    font-size: 36px;
    line-height: 1.2;
    height: auto;
  }

  /*Price box*/
  .price_box .price_item {
    justify-content: flex-start;
  }

  .price_box .price_item .name {
    padding-left: 10px;
  }

  .price_box .price_item .price {
    font-size: 24px;
    flex-basis: 15%;
    border: 0;
    margin-right: 10px;
  }

  .price_box .price_item .price span {
    margin-top: 10px;
  }

  .price_box .price_item .buy {
    flex-basis: initial;
  }

  /*Advantages*/
  .advantages .advantage_item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  .slider .timer_box {
    width: auto;
  }

  .trigers .triger_item  {
    margin-bottom: 15px;
  }

  .trigers .triger_item + .triger_item {
    margin-left: 0;
  }

  .trigers>div.w980,
  .scheme>div.w980 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .price_box .price_item {
    flex-direction: column;
  }

  .safeguards .form {
    padding-left: 0;
    padding-right: 0;
  }

  .price_box .price_item {
    padding-bottom: 10px;
  }

  .price_box .price_item * {
    flex-basis: initial;
  }

  .price_box .price_item .name {
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
  }

  .price_box .price_item .name>span {
    white-space: nowrap;
  }

  .price_box .price_item .price {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .scheme {
    padding-bottom: 10px;
  }

  .scheme .scheme_item {
    margin-bottom: 0;
    width: 25%;
  }

  h2,
  .title {
    font-size: 32px;
  }

  .text p {
    text-align: left;
  }

  .scheme .scheme_item,
  .scheme .scheme_item.first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .pop_up .form_item input {
    width: 292px;
  }

  .trigers .triger_item {
    width: 100%;
  }
}

@media screen and (max-width: 424px) {
  .menu ul li {
    padding-left: 0;
    background-image: none;
    text-align: center;
  }

  h1 {
    font-size: 32px;
  }

  h2,
  .title {
    font-size: 28px;
  }

  .text p {
    font-size: 20px;
  }

  .slider .timer_box {
    padding-left: 0;
    padding-right: 0;
  }

  .safeguards .form_item input,
  .safeguards .btn,
  .slider .form_item input {
    width: 100%;
  }

  .advantages .advantage_item,
  .advantages .advantage_item.first-child {
    flex-basis: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .safeguards .form form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .safeguards .form_item input {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .scheme .scheme_item,
  .scheme .scheme_item.first-child {
    flex-basis: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .pop_up .title {
    font-size: 20px;
  }
}
