/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}
@media only screen and (max-width: 400px) {
  h1{
    font-size: 18px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

  .header .contact .col {
    float: left;
  }

  .header .contact .col:nth-child(2) {
    display: block;
    margin-left: 25px;
  }

  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  ul.list li {
    font-size: 24px;
  }

  ul.list li br {
    display: none;
  }

  .video {
    padding-top: 30px;
  }

  .box {
    padding-top: 30px;
  }

  .video .name {
    font-size: 24px;
  }

  .form h2 {
    font-size: 36px;
  }

  .form h2 br {
    display: none;
  }

  .footer br {
    display: none;
  }

}
@media only screen and (max-width: 618px) {
  .header .contact {padding-top: 24px;}
  .header .contact .contact__time .label,.header .contact .contact__mail .label {font-size: 12px;}
  .header .contact .contact__time a,.header .contact .contact__mail a {font-size: 12px;}
}
@media only screen and (max-width: 931px) {
  .header .contact a {font-size: 18px;}
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

  .header {
    height: 100px;
  }

  .header .logo {
    padding-top: 19px;
  }

  .header .logo img {
    height: 62px;
  }


  .header .contact .col:nth-child(2) {
    margin-left: 35px;
    margin-right: 20px;
  }

  .header .contact .label i {
    display: block;
  }

  .header .contact .label small {
    display: none;
  }

  .header .contact {
    padding-top: 28px;
  }

  h1 {
    text-align: left;
    padding-right: 120px;
  }

  ul.list li {
    font-size: 28px;
    padding: 20px 0 20px 70px;
  }
  ul.list.list-form li {
    padding: 10px 0 10px 55px;
  }
  ul.list li:before {
    left: 0 !important;
  }

  .box {
    padding-top: 25px;
  }

  .form h2 {
    text-align: left;
  }

  form .fields {
    float: right;
    width: 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px;
  }

  form > .comment {
    margin-top: -4px;
    float: left;
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  form .bottom {
    clear: left;
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    margin-top: 10px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  form .bottom .col {
    float: right;
  }

  form .bottom .files,
  form .bottom .btn_block {
    float: left;
  }

  form .bottom .btn_block {
    width: 230px;
    margin-left: 35px;
  }

  .file_upload {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .filename {
    position: absolute;
    left: 0;
    bottom: -20px;
  }

}

@media only screen and (min-width: 881px) {
  .header .title {
    display: block;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 1000px) {

  .header .title {
    font-size: 24px;
    padding-top: 22px;
    margin-left: 40px;
    width: auto;
  }

  .header .contact a {
    font-size: 22px;
  }

  .header .contact .col:nth-child(2) {
    margin-right: 0;
  }

  .container {
    padding: 35px 0;
  }

  h1 {
    font-size: 42px;
    line-height: normal;
    padding-right: 280px;
  }

  .form h2 {
    font-size: 42px;
  }

  ul.list {
    float: left;
    width: 50%;
    padding-right: 10px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  ul.list li {
    font-size: 24px;
  }

  .video {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form {
    clear: both;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1280px) {

  .wrp {
    padding: 0 30px;
  }

  .header .title {
    padding-top: 0;
    line-height: 100px;
  }

  .header .title br {
    display: none;
  }

  .header .contact .col:nth-child(2) {
    margin-left: 100px;
  }

  h1 {
    padding-right: 0;
  }

  .box {
    padding-top: 35px;
  }

  ul.list li {
    font-size: 28px;
  }

  ul.list {
    padding-top: 45px;
  }

  ul.list li {
    padding: 25px 0 25px 70px;
  }

  /* .form {
    padding-top: 75px;
  } */

  form .bottom .btn_block {
    margin-left: 50px;
  }

  .footer {
    text-align: left;
    padding: 80px 0 10px;
  }

}