/* @media screen and (min-width: 768px) and (max-width: 1440px) {
  .button {
    font-size: 1.111vw;
    line-height: 1.389vw;
    height: 3.333vw;
    border-radius: 0.208vw;
    padding: 0 2.639vw;
  }
  .button__icon + .button__title {
    margin-left: 0.694vw;
  }
  .button__title + .button__icon {
    margin-left: 0.694vw;
  }
  .button._transparent {
    border: 0.139vw solid #27B7FF;
    height: 3.056vw;
    padding: 0 2.500vw;
  }
  .button._slider {
    width: 4.444vw;
    height: 4.444vw;
  }
  .input {
    height: 3.333vw;
    border: 0.069vw solid #cccccc;
    padding: 0.556vw 0.833vw;
    font-size: 1.111vw;
    line-height: 1.389vw;
  }
  .input:focus {
    border-bottom-width: 0.069vw;
  }
  .input.error {
    border-bottom-width: 0.069vw;
  }
  .checkbox__wrap {
    padding-left: 2.778vw;
    font-size: 0.972vw;
    line-height: 1.250vw;
    padding-top: 0.208vw;
  }
  .checkbox__wrap:before {
    width: 1.528vw;
    height: 1.528vw;
    border: 0.069vw solid #cccccc;
    border-radius: 0.208vw;
  }
  .checkbox__wrap:after {
    width: 1.667vw;
    height: 1.667vw;
    background-size: 1.250vw 0.833vw;
    border-radius: 0.208vw;
  }
  .choices__inner {
    padding: 0.486vw 0.833vw 0.278vw 0.486vw;
    border: 0.069vw solid #cccccc;
    border-radius: 0.000vw;
    font-size: 0.972vw;
    min-height: 3.194vw;
  }
  .choices__inner.error {
    border-bottom-width: 0.069vw;
  }
  .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 0.556vw;
  }
  .choices[data-type*="select-one"]:after {
    width: 0.694vw;
    height: 0.486vw;
    right: 0.833vw;
    margin-top: -0.208vw;
  }
  .choices[data-type*="select-one"].is-open:after {
    margin-top: -0.208vw;
  }
  .choices__list--single {
    font-size: 1.111vw;
    line-height: 1.389vw;
    padding: 0.347vw 1.111vw 0.347vw 0.347vw;
  }
  .choices__list--dropdown .choices__item {
    padding: 0.556vw 0.833vw;
    font-size: 1.111vw;
    line-height: 1.389vw;
  }
  .form__field.error .choices__inner {
    border-bottom-width: 0.069vw;
  }
  .icon._youtube {
    width: 5vw;
    height: 5vw;
    box-shadow: 0vw 0.556vw 2.222vw rgba(255, 55, 72, 0.32);
  }
  .icon._file {
    width: 1.042vw;
    height: 1.250vw;
  }
  .icon._arrow-right {
    width: 0.764vw;
    height: 0.556vw;
  }
  .icon._arrow-slider {
    width: 1.250vw;
    height: 2.014vw;
  }
  .icon._chevron-bottom {
    width: 0.903vw;
    height: 0.556vw;
  }
  .icon._fb {
    width: 1.250vw;
    height: 1.250vw;
  }
  .icon._tw {
    width: 1.250vw;
    height: 0.972vw;
  }
  .icon._lin {
    width: 1.181vw;
    height: 1.111vw;
  }
  .icon._yt {
    width: 1.250vw;
    height: 0.833vw;
  }
  .icon._ins {
    width: 1.250vw;
    height: 1.250vw;
  }
  .icon._marker {
    width: 0.972vw;
    height: 1.250vw;
  }
  .icon._phone {
    width: 0.694vw;
    height: 1.250vw;
  }
  .icon._fax {
    width: 1.389vw;
    height: 1.389vw;
  }
  .icon._email {
    width: 1.250vw;
    height: 0.972vw;
  }
  .icon._site {
    width: 1.250vw;
    height: 1.250vw;
  }
  .icon._close {
    width: 1.250vw;
    height: 1.250vw;
  }
  body {
    font-size: 1.250vw;
    line-height: 1.667vw;
  }
  .container {
    max-width: 86.111vw;
    padding: 0 1.389vw;
  }
} */
