
@media screen and (max-width: 1800px) {
  .btn {
    font-size: 14px;
  }

  .control-bar {
    padding: 0 9px;
    gap: 10px;
  }

  .control-section {
    padding: 17px 10px 5px 0;
  }

  .control-section .label {
    font-size: 11px;
  }

  .sheet-length-input {
    width: 123px;
  }

  .control-section .helper-block {
    margin: 3px -2px 0 0;
  }

  .eaves-input {
    min-width: 101px;
  }

  .tools-button {
    gap: 4px;
  }

  .control-actions .btn {
    white-space: nowrap;
    display: inline-block;
    margin: 0 0 7px;
    padding: 13px 15px;
  }

  .control-actions .btn .btn-icon {
    display: none;
  }
  .action-link {
    font-size: 12px;
  }

  .offset-controls {
    margin: -8px 0 0;
  }

  .offset-field__label {
    font-size: 12px;
  }

  .offset-block {
    gap: 12px;
  }

  .btn-direction__text:first-letter {
    text-transform: uppercase;
  }

  .btn-direction__text span {
    display: none;
  }

  .footer-controls {
    display: block;
    padding-left: 20px;
  }

  .footer-button {
    margin: 0 0 10px;
  }

  .calculator-content {
    padding: 30px;
  }

  .section-tabs {
    gap: 25px;
  }



}

@media screen and (max-width: 1500px) {
  .section-tab {
    padding: 5px 0 10px;
    font-size: 14px;
  }

  .section-tabs-controls {
    gap: 8px;
  }

  .search-box-select {
    width: 200px;
  }

  .section-tabs-controls .checkbox{
    margin: 0;
    width: 150px;
  }
}

@media screen and (max-width: 1350px) {
  .field-wrapper .control-label {
    padding: 8px 0 0;
    display: block;
  }

  .field-wrapper .helper-block {
    display: none;
  }

  .display-settings {
    padding: 0;
    margin: 0 0 0 -10px;
    text-align: center;
  }

  .display-settings .label {
    display: none;
  }

  .display-params-buttons.media-screen {
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
  }

  .btn-direction {
    margin: -10px 0 0;
  }

  .display-params-buttons.media-screen .holder-block {
    width: 50%;
    padding: 1px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }

  .display-params-buttons .holder-block:nth-child(2n) {
    border-right: 0;
  }

  .display-params-buttons .holder-block:last-child {
    width: 100%;
    border-right: 0;
  }

  .display-param-btn.media-screen  {
    width: 17px;
    height: 17px;
  }

  .display-settings .field-wrapper {
    display: flex;
    justify-content: center;
  }

  .field-wrapper + .helper-block {
    display: none;
  }


}
