@media screen and (min-width: 800px) {
  .header_block {
    display: table;
    width: 100%;
    padding-top: 25px;
    height: 70px;
  }

  .header_block>li:first-child {
    padding-right: 0;
    width: 260px;
    text-align: left;
    vertical-align: inherit;
  }

  .header_block>li {
    font-family: "robotoregular";
    font-style: italic;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-right: 260px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
  }

  .header_block>li:last-child {
    float: left;
  }

  .box {
    display: none;
  }

  .diler_tabs {
    display: table;
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }

  .diler_tabs>li {
    display: table-cell;
    vertical-align: middle;
    height: 62px;
    text-align: center;
    width: 33.33%;
  }

  .diler_tabs>li.current img {
    height: 120px;
  }

  .box_block {
    height: 310px;
  }

  .box_block .box_el:nth-child(2n) {
    text-align: right;
  }

  /* .diler_tabs_mini li {
		float: left;
		display: block;
		vertical-align: middle;
		text-align:center;
		list-style: none;
		position: relative;
		margin-bottom:10px;
		text-align:center;
		width: 20%!important;
		height:75px;
		line-height:75px;
	} */
  .diler_tabs_mini img {
    float: none;
    vertical-align: middle;
  }

  .diler_tabs_mini {
    display: table;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .popup-input-grid {
    grid-template-columns: 1fr 1fr;
  }

  .popup-input-name .popup-input-error {
    display: block;
    margin-top: 4px;
  }

  .header-row {
    padding: 0 !important;
  }

  .header-info-bl {
    width: 50%;
  }

  .diler_tabs img {
    max-width: 390px !important;
  }
}

@media screen and (max-width: 500px) {
  .popup-form {
    max-width: calc(100vw - 75px);
  }

  .popup-input-grid {
    grid-template-columns: 1fr;
  }

  .popup-title {
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .header-info-bl {
    width: 100%;
  }

  .header-tagline {
    font-size: 22px;
    line-height: 26px;
  }
}