@charset "UTF-8";

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 0.0625em) {
  body:before {
    content: "xxs ≥ 1px (0.0625em)";
  }
}

@media (min-width: 23.4375em) {
  body:before {
    content: "iphone6 ≥ 375px (23.4375em)";
  }
}

@media (min-width: 25.875em) {
  body:before {
    content: "iphone6p ≥ 414px (25.875em)";
  }
}

@media (min-width: 30em) {
  body:before {
    content: "xs ≥ 480px (30em)";
  }
}

@media (min-width: 48em) {
  body:before {
    content: "sm ≥ 768px (48em)";
  }
}

@media (min-width: 62em) {
  body:before {
    content: "md ≥ 992px (62em)";
  }
}

@media (min-width: 75em) {
  body:before {
    content: "lg ≥ 1200px (75em)";
  }
}

@media (min-width: 85.375em) {
  body:before {
    content: "xlg ≥ 1366px (85.375em)";
  }
}

@media (min-width: 105em) {
  body:before {
    content: "xxlg ≥ 1680px (105em)";
  }
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@media (min-width: 30em) {
  body:after {
    content: 'xs';
  }
}

@media (min-width: 48em) {
  body:after {
    content: 'sm';
  }
}

@media (min-width: 62em) {
  body:after {
    content: 'md';
  }
}

@media (min-width: 75em) {
  body:after {
    content: 'lg';
  }
}

@media (min-width: 85.375em) {
  body:after {
    content: 'xlg';
  }
}

@media (min-width: 105em) {
  body:after {
    content: 'xxlg';
  }
}

@media (min-width: 30em) {
  .title {
    font-size: 37.5px;
  }
}

@media (min-width: 48em) {
  .title {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .title {
    font-size: 45px;
  }
}

@media (min-width: 75em) {
  .title {
    font-size: 50px;
  }
}

@media (min-width: 30em) {
  .title.title--big {
    font-size: 52.5px;
  }
}

@media (min-width: 48em) {
  .title.title--big {
    font-size: 56px;
  }
}

@media (min-width: 62em) {
  .title.title--big {
    font-size: 63px;
  }
}

@media (min-width: 75em) {
  .title.title--big {
    font-size: 70px;
  }
}

@media (min-width: 30em) {
  .title.title--xbig {
    font-size: 57.4px;
  }
}

@media (min-width: 48em) {
  .title.title--xbig {
    font-size: 61.5px;
  }
}

@media (min-width: 62em) {
  .title.title--xbig {
    font-size: 69.7px;
  }
}

@media (min-width: 85.375em) {
  .title.title--xbig {
    font-size: 82px;
  }
}

@media (min-width: 30em) {
  .title.title--big-xs-small {
    font-size: 45.5px;
  }
}

@media (min-width: 48em) {
  .title.title--big-xs-small {
    font-size: 52.5px;
  }
}

@media (min-width: 62em) {
  .title.title--big-xs-small {
    font-size: 56px;
  }
}

@media (min-width: 75em) {
  .title.title--big-xs-small {
    font-size: 70px;
  }
}

@media (min-width: 30em) {
  .title.title--small {
    font-size: 33.75px;
  }
}

@media (min-width: 48em) {
  .title.title--small {
    font-size: 36px;
  }
}

@media (min-width: 62em) {
  .title.title--small {
    font-size: 40.5px;
  }
}

@media (min-width: 75em) {
  .title.title--small {
    font-size: 45px;
  }
}

@media (min-width: 30em) {
  .title.title--xsmall {
    font-size: 27px;
  }
}

@media (min-width: 48em) {
  .title.title--xsmall {
    font-size: 28.8px;
  }
}

@media (min-width: 62em) {
  .title.title--xsmall {
    font-size: 32.4px;
  }
}

@media (min-width: 75em) {
  .title.title--xsmall {
    font-size: 36px;
  }
}

@media (min-width: 30em) {
  .subtitle {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .subtitle {
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .subtitle {
    font-size: 36px;
  }
}

@media (min-width: 75em) {
  .subtitle {
    font-size: 40px;
  }
}

@media (min-width: 30em) {
  .subtitle.subtitle--small {
    font-size: 27.2px;
  }
}

@media (min-width: 48em) {
  .subtitle.subtitle--small {
    font-size: 28.8px;
  }
}

@media (min-width: 62em) {
  .subtitle.subtitle--small {
    font-size: 30.4px;
  }
}

@media (min-width: 75em) {
  .subtitle.subtitle--small {
    font-size: 32px;
  }
}

@media (min-width: 30em) {
  .subtitle.subtitle--big {
    font-size: 37.5px;
  }
}

@media (min-width: 48em) {
  .subtitle.subtitle--big {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .subtitle.subtitle--big {
    font-size: 42.5px;
  }
}

@media (min-width: 75em) {
  .subtitle.subtitle--big {
    font-size: 48px;
  }
}

@media (min-width: 48em) {
  .separation-bottom-smaller {
    margin-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .separation-bottom-smaller {
    margin-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .separation-bottom-small {
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .separation-bottom-small {
    margin-bottom: 75px;
  }
}

@media (min-width: 48em) {
  .separation-bottom {
    margin-bottom: 85px;
  }
}

@media (min-width: 62em) {
  .separation-bottom {
    margin-bottom: 125px;
  }
}

@media (min-width: 48em) {
  .separation-bottom-small {
    margin-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .separation-bottom-small {
    margin-bottom: 90px;
  }
}

@media (min-width: 48em) {
  .separation-bottom-bigger {
    margin-bottom: 150px;
  }
}

@media (min-width: 62em) {
  .separation-bottom-bigger {
    margin-bottom: 200px;
  }
}

@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }

  table.visible-xxs {
    display: table !important;
  }

  tr.visible-xxs {
    display: table-row !important;
  }

  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 85.375em) {
  .buttons-more-bottom {
    padding-top: 70px;
  }
}

@media (min-width: 48em) {
  body.is-search-mini-open:not(.is-tablet-header-light) .main-wrap {
    padding-top: 74px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: auto;
  }
}

@media (min-width: 48em) {
  .form-col {
    padding-right: 7px;
    padding-left: 7px;
  }

  .form-col--first {
    padding-left: 15px;
  }

  .form-col--last {
    padding-right: 15px;
  }
}

@media (min-width: 48em) {
  .tabs-rounded {
    margin-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .tabs-rounded__tab {
    margin-bottom: 15px;
  }

  .tabs-rounded__tab:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 48em) {
  .tabs-rounded__clearfix {
    display: none;
  }
}

@media (min-width: 48em) {
  .tabs-rounded.tabs-rounded--narrow .tabs-rounded__tab:not(:last-child) {
    margin-right: 4px;
  }
}

@media (max-width: 47.99em) {
  .tabs-plain--iframe {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .tabs-plain__tab {
    margin-bottom: 15px;
  }

  .tabs-plain__tab:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 48em) {
  .tabs-plain__clearfix {
    display: none;
  }
}

@media (min-width: 48em) {
  .tabs-plain.tabs-plain--mini .tabs-plain__tab {
    margin-bottom: 15px;
  }

  .tabs-plain.tabs-plain--mini .tabs-plain__tab:not(:last-child) {
    margin-right: 21px;
  }
}

@media (min-width: 30em) {
  .hero {
    font-size: 8px;
  }
}

@media (min-width: 48em) {
  .hero {
    height: 550px;
    font-size: 9px;
  }
}

@media (min-width: 85.375em) {
  .hero {
    height: 590px;
    font-size: 10px;
  }
}

@media (min-width: 105em) {
  .hero {
    height: 760px;
  }
}

@media (min-width: 62em) {
  .hero__background__video {
    visibility: visible;
  }
}

@media (min-width: 48em) {
  .hero.hero--higher {
    height: 600px;
  }
}

@media (min-width: 85.375em) {
  .hero.hero--higher {
    height: 630px;
  }
}

@media (min-width: 105em) {
  .hero.hero--higher {
    height: 800px;
  }
}

@media (min-width: 48em) {
  .hero.hero--small {
    height: 500px;
  }
}

@media (min-width: 62em) {
  .hero.hero--title-normal .hero__title {
    font-size: 70px;
    font-size: 7em;
  }
}

@media (min-width: 48em) {
  .hero.hero--height-600 {
    height: 475px;
  }
}

@media (min-width: 62em) {
  .hero.hero--height-600 {
    height: 500px;
  }
}

@media (min-width: 85.375em) {
  .hero.hero--height-600 {
    height: 600px;
  }
}

@media (min-width: 30em) {
  .hero.hero--only-photo {
    height: 300px;
  }
}

@media (min-width: 48em) {
  .hero.hero--only-photo {
    height: 400px;
  }
}

@media (min-width: 62em) {
  .hero.hero--only-photo {
    height: 450px;
  }
}

@media (min-width: 75em) {
  .hero.hero--only-photo {
    height: 500px;
  }
}

@media (min-width: 85.375em) {
  .hero.hero--only-photo {
    height: 600px;
  }
}

@media (min-width: 105em) {
  .hero.hero--only-photo {
    height: 760px;
  }
}

@media (min-width: 48.0625em) {
  .news {
    float: left;
    width: 50%;
    height: 325px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news {
    height: 325px;
  }
}

@media (min-width: 62em) {
  .news {
    height: 350px;
    font-size: 9px;
  }
}

@media (min-width: 75em) {
  .news {
    height: 440px;
    font-size: 10px;
  }
}

@media (min-width: 85.375em) {
  .news {
    height: 500px;
  }
}

@media (min-width: 105em) {
  .news {
    height: 550px;
  }
}

@media (min-width: 48em) {
  .news .va-container-v {
    height: 100%;
  }
}

@media (min-width: 30em) {
  .news__photo {
    height: 275px;
  }
}

@media (min-width: 48em) {
  .news__photo {
    float: left;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 62em) {
  .news__photo__video {
    visibility: visible;
  }
}

@media (min-width: 48em) {
  .news__info:before {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  .news__info {
    float: left;
    width: 50%;
    height: 100%;
    padding: 25px 20px;
  }
}

@media (min-width: 62em) {
  .news__info {
    padding: 35px 25px;
  }
}

@media (min-width: 75em) {
  .news__info {
    padding: 35px 40px;
  }
}

@media (min-width: 48em) {
  .news__title {
    text-align: center;
  }
}

@media (min-width: 48em) {
  .news__date {
    margin-bottom: 0;
    font-size: 1.6em;
    text-align: center;
  }
}

@media (min-width: 48em) {
  .news__details {
    right: 20px;
    bottom: 16px;
    left: 20px;
  }
}

@media (min-width: 62em) {
  .news__details {
    right: 25px;
    bottom: 20px;
    left: 25px;
  }
}

@media (min-width: 75em) {
  .news__details {
    right: 40px;
    bottom: 35px;
    left: 40px;
  }
}

@media (min-width: 48.0625em) {
  .news__category {
    float: none;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 62em) {
  .news__category {
    float: left;
    display: block;
    max-width: -webkit-calc(100% - 140px);
    max-width: calc(100% - 140px);
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .news__details--no-likes .news__category {
    max-width: 100%;
  }
}

@media (min-width: 62em) {
  .news__details--no-likes .news__category {
    max-width: -webkit-calc(100% - 85px);
    max-width: calc(100% - 85px);
  }
}

@media (min-width: 48.0625em) {
  .news__stats {
    position: relative;
  }
}

@media (min-width: 62em) {
  .news__stats {
    position: absolute;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news:not(.news--photo-full):nth-child(2n) .news__photo {
    float: right;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news:not(.news--photo-full):nth-child(2n) .news__info:before {
    left: auto;
    right: -8px;
  }
}

@media (min-width: 48.0625em) {
  .news.news--photo-right .news__photo {
    float: right;
  }
}

@media (min-width: 48.0625em) {
  .news.news--photo-right .news__info:before {
    left: auto;
    right: -8px;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full .news__info {
    padding: 50px 20px;
  }
}

@media (min-width: 62em) {
  .news.news--photo-full .news__info {
    padding: 50px 25px;
  }
}

@media (min-width: 75em) {
  .news.news--photo-full .news__info {
    padding: 50px 40px;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full .news__info__content {
    top: auto;
    bottom: 90px;
    padding: 0 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 62em) {
  .news.news--photo-full .news__info__content {
    padding: 0 25px;
  }
}

@media (min-width: 75em) {
  .news.news--photo-full .news__info__content {
    padding: 0 40px;
  }
}

@media (min-width: 48.0625em) and (max-width: 74.99em) {
  .news.news--photo-full .news__title {
    font-size: 4em;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full .news__date {
    font-size: 2.2em;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full .news__intro {
    font-size: 2.2em;
  }
}

@media (min-width: 30em) {
  .news.news--photo-full {
    height: 400px;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full {
    height: 325px;
    font-size: 7.5px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news.news--photo-full {
    height: 425px;
  }
}

@media (min-width: 62em) {
  .news.news--photo-full {
    height: 350px;
    font-size: 9px;
  }
}

@media (min-width: 75em) {
  .news.news--photo-full {
    height: 440px;
    font-size: 10px;
  }
}

@media (min-width: 85.375em) {
  .news.news--photo-full {
    height: 500px;
  }
}

@media (min-width: 105em) {
  .news.news--photo-full {
    height: 550px;
  }
}

@media (min-width: 30em) {
  .news.news--height-big {
    height: 450px;
  }
}

@media (min-width: 48em) {
  .news.news--height-big {
    height: 475px;
  }
}

@media (min-width: 62em) {
  .news.news--height-big {
    height: 500px;
  }
}

@media (min-width: 75em) {
  .news.news--height-big {
    height: 650px;
  }
}

@media (min-width: 85.375em) {
  .news.news--height-big {
    height: 760px;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full-hightlight .news__title {
    font-size: 7em;
  }
}

@media (min-width: 48em) {
  .news.news--normal-highlight .news__title {
    font-size: 5.2em;
    text-align: left;
  }
}

@media (min-width: 48em) {
  .news.news--height-small {
    height: 325px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news.news--height-small {
    height: 275px;
  }
}

@media (min-width: 62em) {
  .news.news--height-small {
    height: 300px;
  }
}

@media (min-width: 85.375em) {
  .news.news--height-small {
    height: 400px;
  }
}

@media (min-width: 105em) {
  .news.news--height-small {
    height: 450px;
  }
}

@media (min-width: 62em) {
  .news.news--full-width .news__info:before {
    left: -16px;
    width: 33px;
    height: 33px;
    margin-top: -25px;
  }
}

@media (min-width: 48em) {
  .news.news--full-width .news__info__content {
    max-width: 85%;
  }
}

@media (min-width: 62em) {
  .news.news--full-width .news__info__content {
    max-width: 700px;
  }
}

@media (min-width: 62em) {
  .news--full-width.news--photo-right .news__info:before {
    left: auto;
    right: -16px;
  }
}

@media (min-width: 48em) {
  .product {
    float: left;
    width: 50%;
    height: 360px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .product:hover .product__photo__img,
  .product:active .product__photo__img,
  .product:focus .product__photo__img {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@media (min-width: 48em) {
  .product:hover .product__desc,
  .product:active .product__desc,
  .product:focus .product__desc {
    border-color: #535353;
  }
}

@media (min-width: 62em) {
  .product {
    height: 375px;
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 75em) {
  .product {
    height: 450px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 85.375em) {
  .product {
    height: 500px;
  }
}

@media (min-width: 105em) {
  .product {
    height: 550px;
  }
}

@media (min-width: 62em) {
  .product__title {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .product__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
  }
}

@media (min-width: 75em) {
  .product__photo {
    padding-top: 75px;
  }
}

@media (min-width: 85.375em) {
  .product__photo {
    padding-top: 30px;
  }
}

@media (min-width: 48em) {
  .product__photo__img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 0px;
  }
}

@media (min-width: 62em) {
  .product__photo__img {
    max-width: 90%;
    max-height: 80%;
  }
}

@media (min-width: 75em) {
  .product__photo__img {
    max-height: 90%;
  }
}

@media (min-width: 48em) {
  .product.product--photo-bg .product__title {
    max-width: 50%;
  }
}

@media (min-width: 48em) {
  .product.product--photo-bg .product__desc {
    max-width: 50%;
  }
}

@media (min-width: 48em) {
  .product.product--photo-bg .product__author {
    max-width: 50%;
  }
}

@media (min-width: 30em) {
  .product.product--photo-bg {
    min-height: 350px;
  }
}

@media (min-width: 48em) {
  .product--float-right {
    float: right;
  }
}

@media (min-width: 48em) {
  .product.product--double-height {
    height: 720px;
  }

  .product.product--double-height .product__photo {
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .product.product--double-height {
    height: 750px;
  }
}

@media (min-width: 75em) {
  .product.product--double-height {
    height: 900px;
  }
}

@media (min-width: 85.375em) {
  .product.product--double-height {
    height: 1000px;
  }
}

@media (min-width: 105em) {
  .product.product--double-height {
    height: 1100px;
  }
}

@media (min-width: 62em) {
  .product.product--width-33 {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .product.product--width-25 {
    float: left;
    width: 25%;
  }
}

@media (min-width: 62em) {
  .product.product--width-100 {
    height: 425px;
  }
}

@media (min-width: 75em) {
  .product.product--width-100 {
    height: 500px;
  }
}

@media (min-width: 85.375em) {
  .product.product--width-100 {
    height: 550px;
  }
}

@media (min-width: 105em) {
  .product.product--width-100 {
    height: 600px;
  }
}

@media (min-width: 30em) {
  .product.product--title-alternative .product__info {
    bottom: 20px;
  }
}

@media (min-width: 48em) {
  .product.product--title-alternative .product__info {
    right: 20px;
    bottom: 25px;
    left: 20px;
  }
}

@media (min-width: 62em) {
  .product.product--title-alternative .product__info {
    right: 25px;
    bottom: 35px;
    left: 25px;
  }
}

@media (min-width: 75em) {
  .product.product--title-alternative .product__info {
    right: 40px;
    left: 40px;
  }
}

@media (min-width: 48em) {
  .product.product--title-alternative .product__title {
    max-width: none;
    font-size: 34px;
  }
}

@media (min-width: 62em) {
  .product.product--title-alternative .product__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .product.product--title-alternative .product__desc {
    max-width: none;
  }
}

@media (min-width: 62em) {
  .product.product--title-alternative .product__desc {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .product.product--hero .product__title {
    font-size: 70px;
    font-size: 7em;
  }
}

@media (min-width: 30em) {
  .product.product--hero {
    font-size: 8px;
  }
}

@media (min-width: 48em) {
  .product.product--hero {
    font-size: 9px;
  }
}

@media (min-width: 85.375em) {
  .product.product--hero {
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .product.product--no-underline:hover .product__desc,
  .product.product--no-underline:active .product__desc,
  .product.product--no-underline:focus .product__desc {
    border-color: transparent;
  }
}

@media (min-width: 48em) {
  .product.product--title-no-max-width .product__title {
    max-width: none;
  }
}

@media (min-width: 48em) {
  .product-downloads {
    padding-bottom: 80px;
  }
}

@media (min-width: 85.375em) {
  .product-downloads {
    padding-bottom: 100px;
  }
}

@media (min-width: 48em) {
  .ambients {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}

@media (min-width: 30em) {
  .ambients-intro {
    font-size: 3px;
    font-size: 3.5px;
  }
}

@media (min-width: 48em) {
  .ambients-intro {
    font-size: 6px;
  }
}

@media (min-width: 62em) {
  .ambients-intro {
    font-size: 7px;
  }
}

@media (min-width: 75em) {
  .ambients-intro {
    font-size: 9px;
  }
}

@media (min-width: 85.375em) {
  .ambients-intro {
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .ambients-intro__title {
    color: #ededed;
  }
}

@media (min-width: 48em) {
  .ambients-intro__text p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .ambients-intro__text {
    position: absolute;
    top: 30%;
    right: 15px;
    left: 15px;
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .ambients-intro__text {
    top: 30%;
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .ambient {
    height: 500px;
    padding: 0;
    margin-bottom: 0;
    -webkit-transition: -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (min-width: 62em) {
  .ambient {
    float: left;
    width: 50%;
  }

  .ambient:nth-child(2n+2) {
    -webkit-transform: translateY(270px);
    -ms-transform: translateY(270px);
    -o-transform: translateY(270px);
    transform: translateY(270px);
  }
}

@media (min-width: 75em) {
  .ambient {
    height: 540px;
  }
}

@media (min-width: 48em) {
  .ambient__col-photo {
    float: left;
    width: 60%;
    height: 100%;
  }
}

@media (min-width: 62em) {
  .ambient__col-photo {
    width: 57%;
    padding-right: 5px;
  }
}

@media (min-width: 75em) {
  .ambient__col-photo {
    padding-right: 15px;
  }
}

@media (min-width: 48em) {
  .ambient__photo {
    float: right;
    max-width: none;
    padding-top: 10px;
  }
}

@media (min-width: 75em) {
  .ambient__photo {
    padding-top: 30px;
  }
}

@media (min-width: 48em) {
  .ambient__col-text {
    float: left;
    width: 40%;
    height: 100%;
    padding: 15px 15px 15px 40px;
    font-size: 0px;
  }

  .ambient__col-text:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .ambient__col-text {
    width: 43%;
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 75em) {
  .ambient__col-text {
    padding-right: 40px;
    padding-left: 15;
  }
}

@media (min-width: 48em) {
  .ambient__content {
    text-align: left;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
  }
}

@media (min-width: 75em) {
  .ambient__content {
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .ambient:hover .ambient__photo,
  .ambient:active .ambient__photo,
  .ambient:focus .ambient__photo {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@media (min-width: 48em) {
  .ambient.ambient--photo-right .ambient__col-photo {
    float: right;
    padding-right: 0;
    padding-left: 15px;
  }
}

@media (min-width: 62em) {
  .ambient.ambient--photo-right .ambient__col-photo {
    padding-right: 0;
    padding-left: 15px;
  }
}

@media (min-width: 48em) {
  .ambient.ambient--photo-right .ambient__col-text {
    float: right;
    padding: 15px 40px 15 15px;
  }
}

@media (min-width: 62em) {
  .ambient.ambient--photo-right .ambient__col-text {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (min-width: 75em) {
  .ambient.ambient--photo-right .ambient__col-text {
    padding-right: 15px;
    padding-left: 40px;
  }
}

@media (min-width: 48em) {
  .ambient.ambient--photo-right .ambient__photo {
    float: left;
  }
}

@media (min-width: 48em) {
  .ambient.ambient--photo-right:hover .ambient__photo,
  .ambient.ambient--photo-right:active .ambient__photo,
  .ambient.ambient--photo-right:focus .ambient__photo {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@media (min-width: 48em) {
  .carousel-products {
    padding: 0 55px;
  }
}

@media (min-width: 23.4375em) {
  .browser-touchevents .carousel-products-item {
    width: 230px;
  }
}

@media (min-width: 30em) {
  .browser-touchevents .carousel-products-item {
    width: 275px;
  }
}

@media (min-width: 48em) {
  .browser-touchevents .carousel-products-item {
    width: 295px;
  }
}

@media (min-width: 62em) {
  .browser-touchevents .carousel-products-item {
    width: 310px;
  }
}

@media (min-width: 75em) {
  .browser-touchevents .carousel-products-item {
    width: 320px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item {
    padding-bottom: 35px;
  }
}

@media (min-width: 30em) {
  .carousel-products .owl-item img {
    width: auto;
  }
}

@media (min-width: 48em) {
  .carousel-products .carousel-products-item__photo {
    margin-bottom: 20px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__info {
    padding: 0 15px;
    margin-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__title {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__desc {
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__details {
    margin: 0 15px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__category {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__stats {
    position: absolute;
  }
}

@media (min-width: 48em) {
  .carousel-products .owl-controls .owl-nav .owl-prev .icon-svg,
  .carousel-products .owl-controls .owl-nav .owl-next .icon-svg {
    width: 29px;
    height: 75px;
  }
}

@media (min-width: 48em) {
  .carousel-products .owl-controls .owl-nav .owl-prev,
  .carousel-products .owl-controls .owl-nav .owl-next {
    width: 55px;
  }
}

@media (min-width: 48em) {
  .carousel-products .owl-controls .owl-nav .owl-prev .icon-svg {
    left: 19px;
  }
}

@media (min-width: 48em) {
  .carousel-products .owl-controls .owl-nav .owl-next .icon-svg {
    right: 19px;
  }
}

@media (min-width: 48em) {
  .intro {
    padding-top: 65px;
  }
}

@media (min-width: 62em) {
  .intro {
    padding-top: 90px;
  }
}

@media (min-width: 48em) {
  .intro--pb-bigger {
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .intro--pb-bigger {
    padding-bottom: 70px;
  }
}

@media (min-width: 48em) {
  .intro--less-pt {
    padding-top: 40px;
  }
}

@media (min-width: 62em) {
  .intro--less-pt {
    padding-top: 50px;
  }
}

@media (min-width: 48em) {
  .intro__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .intro__text {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .calltoaction {
    padding-top: 65px;
  }
}

@media (min-width: 62em) {
  .calltoaction {
    padding-top: 90px;
  }
}

@media (min-width: 48em) {
  .calltoaction__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .calltoaction__text {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .newsletter-calltoaction-form {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .newsletter-calltoaction-form__col:first-child {
    padding-right: 0;
  }

  .newsletter-calltoaction-form__col:last-child {
    padding-left: 0;
  }
}

@media (min-width: 48em) {
  .newsletter-calltoaction-form .form-group {
    margin-bottom: 30px;
  }
}

@media (min-width: 30em) {
  .page-intro {
    padding: 30px 0 5px;
  }
}

@media (min-width: 48em) {
  .page-intro {
    padding: 40px 0 20px;
  }
}

@media (min-width: 48em) {
  .page-intro--mb-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 48em) {
  .page-intro__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .page-intro__text {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .gallery__item {
    width: 50%;
    height: 450px;
  }
}

@media (min-width: 62em) {
  .gallery__item {
    height: 500px;
  }
}

@media (min-width: 75em) {
  .gallery__item {
    width: 25%;
    height: 600px;
  }
}

@media (min-width: 48em) {
  .gallery__item.gallery__item--double-width {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .gallery__item.gallery__item--double-width {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .gallery__item.gallery__item--third-width {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .gallery__item.gallery__item--third-width {
    width: 33.333333%;
  }
}

@media (min-width: 48em) {
  .gallery-gflex__item__icon {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 30em) {
  html.browser-no-flexbox .gallery-flex__item {
    width: auto !important;
    height: 250px;
    margin: 2px;
  }
}

@media (min-width: 48em) {
  html.browser-no-flexbox .gallery-flex__item {
    height: 300px;
  }
}

@media (min-width: 62em) {
  html.browser-no-flexbox .gallery-flex__item {
    height: 325px;
  }
}

@media (min-width: 75em) {
  html.browser-no-flexbox .gallery-flex__item {
    height: 350px;
  }
}

@media (min-width: 48em) {
  .pswp__top-bar {
    height: 70px;
  }
}

@media (min-width: 48em) {
  .pswp__button--close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .pswp__button--close svg {
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 48em) {
  .pswp__counter {
    line-height: 70px;
  }
}

@media (min-width: 48em) {
  .pswp__caption,
  .pswp__top-bar {
    background: transparent;
  }
}

@media (min-width: 48em) {
  .pswp__ui--fit .pswp__caption,
  .pswp__ui--fit .pswp__top-bar {
    background: transparent;
  }
}

@media (min-width: 48em) {
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    width: 70px;
  }
}

@media (min-width: 48em) {
  .pswp__caption__center span {
    top: 8px;
    right: 65px;
    left: 65px;
  }
}

@media (min-width: 48em) {
  .mfp-close {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
  }

  .mfp-close:active {
    top: 18px;
  }

  .mfp-close svg {
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 48em) {
  .mfp-bottom-bar {
    margin-top: -36px;
  }
}

@media (min-width: 48em) {
  img.mfp-img {
    padding: 65px 0 40px;
  }
}

@media (min-width: 30em) {
  .mfp-arrow {
    color: #bbb;
  }
}

@media (min-width: 48em) {
  .mfp-arrow {
    opacity: 1;
  }
}

@media (min-width: 30em) {
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 30em) {
  .page-search {
    padding-top: 110px;
  }
}

@media (min-width: 48em) {
  .search-mini__input {
    padding-left: 2px;
    font-size: 24px;
    height: 74px;
  }
}

@media (min-width: 30em) {
  .search-wrap {
    top: 50px;
  }
}

@media (min-width: 62em) {
  .search-wrap {
    top: 80px;
  }
}

@media (min-width: 62em) {
  body.is-header-mini .search-wrap {
    top: 60px;
  }
}

@media (min-width: 30em) {
  .search-backdrop {
    top: 50px;
    background: rgba(255, 255, 255, 0.95);
  }
}

@media (min-width: 62em) {
  .search-backdrop {
    top: 80px;
  }
}

@media (min-width: 62em) {
  body.is-header-mini .search-backdrop {
    top: 60px;
  }
}

@media (min-width: 30em) {
  .search-backdrop--wally {
    background: #fff;
  }
}

@media (min-width: 30em) {
  .search-header {
    top: 50px;
  }
}

@media (min-width: 62em) {
  .search-header {
    top: 80px;
  }
}

@media (min-width: 62em) {
  body.is-header-mini .search-header {
    top: 60px;
  }
}

@media (min-width: 30em) {
  .search-header__content {
    padding-top: 40px;
  }
}

@media (min-width: 85.375em) {
  .search-header__content {
    padding-top: 80px;
  }
}

@media (min-width: 105em) {
  .search-header__content {
    padding-top: 110px;
  }
}

@media (min-width: 48em) {
  .search__close-btn {
    top: 18px;
    right: 26px;
  }
}

@media (min-width: 48em) {
  .search__title {
    margin-bottom: 9px;
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .search__subtitle {
    display: block;
    font-size: 20px;
  }
}

@media (min-width: 30em) {
  .search__input {
    font-size: 40px;
  }
}

@media (min-width: 48em) {
  .search__input {
    font-size: 60px;
  }
}

@media (min-width: 30em) {
  .search__container {
    padding-top: 161px;
    padding-bottom: 25px;
  }
}

@media (min-width: 48em) {
  .search__container {
    padding-top: 237px;
    padding-bottom: 35px;
  }
}

@media (min-width: 62em) {
  .search__container {
    padding-bottom: 55px;
  }
}

@media (min-width: 85.375em) {
  .search__container {
    padding-top: 317px;
  }
}

@media (min-width: 105em) {
  .search__container {
    padding-top: 347px;
  }
}

@media (min-width: 48em) {
  .search__results__subtitle {
    font-size: 20px;
  }
}

@media (min-width: 30em) {
  .search-item {
    min-height: 150px;
    margin-bottom: 20px;
  }
}

@media (min-width: 30em) {
  .search-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 30em) {
  .search-item__content {
    padding-top: 10px;
    padding-left: 170px;
  }
}

@media (min-width: 48em) {
  .search-item__content {
    padding-top: 15px;
    padding-left: 180px;
  }
}

@media (min-width: 30em) {
  .search-item__title {
    margin-bottom: 6px;
    font-size: 26px;
  }
}

@media (min-width: 48em) {
  .search-item__title {
    font-size: 30px;
  }
}

@media (min-width: 30em) {
  .search-item__category {
    display: inline-block;
  }
}

@media (min-width: 48em) {
  .pagination__link {
    margin: 0 8px;
  }

  .pagination__link:first-child {
    margin-right: 12px;
  }

  .pagination__link:last-child {
    margin-left: 12px;
  }
}

@media (min-width: 48em) {
  .block-text {
    font-size: 20px;
  }

  .block-text p {
    margin-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .block-text {
    font-size: 22px;
  }

  .block-text p {
    margin-bottom: 60px;
  }
}

@media (min-width: 48em) {
  .block-text.block-text__more-pb {
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .block-text.block-text__more-pb {
    padding-bottom: 70px;
  }
}

@media (min-width: 48em) {
  .block-image {
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .block-image {
    padding-bottom: 80px;
  }
}

@media (min-width: 30em) {
  .block-image-bg {
    height: 300px;
  }
}

@media (min-width: 48em) {
  .block-image-bg {
    height: 400px;
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .block-image-bg {
    height: 450px;
    margin-bottom: 80px;
  }
}

@media (min-width: 75em) {
  .block-image-bg {
    height: 500px;
  }
}

@media (min-width: 85.375em) {
  .block-image-bg {
    height: 600px;
  }
}

@media (min-width: 105em) {
  .block-image-bg {
    height: 760px;
  }
}

@media (min-width: 30em) {
  .block-image-bg.block-image-bg--930 {
    height: 400px;
  }
}

@media (min-width: 48em) {
  .block-image-bg.block-image-bg--930 {
    height: 450px;
  }
}

@media (min-width: 62em) {
  .block-image-bg.block-image-bg--930 {
    height: 550px;
  }
}

@media (min-width: 75em) {
  .block-image-bg.block-image-bg--930 {
    height: 750px;
  }
}

@media (min-width: 85.375em) {
  .block-image-bg.block-image-bg--930 {
    height: 800px;
  }
}

@media (min-width: 105em) {
  .block-image-bg.block-image-bg--930 {
    height: 930px;
  }
}

@media (min-width: 48em) {
  .block-quote {
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .block-quote {
    padding-bottom: 80px;
  }
}

@media (max-width: 61.99em) {
  .block-quote__container.container-fluid {
    max-width: 812px;
  }
}

@media (min-width: 62em) {
  .block-quote__container {
    padding: 0;
  }
}

@media (min-width: 62em) {
  .block-quote__content {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 0 7%;
  }
}

@media (min-width: 30em) {
  .block-quote__text {
    font-size: 26px;
  }
}

@media (min-width: 48em) {
  .block-quote__text {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .block-quote__text {
    text-align: right;
  }
}

@media (min-width: 75em) {
  .block-quote__text {
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .block-quote__photo {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .block-quote__photo__img {
    width: auto;
  }
}

@media (min-width: 62em) {
  .block-quote.block-quote--photo-left .block-quote__content {
    left: 50%;
  }
}

@media (min-width: 62em) {
  .block-quote.block-quote--photo-left .block-quote__text {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .block-quote.block-quote--photo-left .block-quote__photo {
    right: 50%;
  }
}

@media (min-width: 48em) {
  .block-image-sided {
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .block-image-sided {
    padding-bottom: 80px;
  }
}

@media (min-width: 48em) {
  .block-image-sided__container {
    padding-left: 13%;
  }
}

@media (min-width: 48em) {
  .block-image-sided__img {
    float: left;
    width: auto;
    max-width: none;
    height: 400px;
  }
}

@media (min-width: 62em) {
  .block-image-sided__img {
    height: 500px;
  }
}

@media (min-width: 48em) {
  .block-image-sided.block-image-sided--align-left .block-image-sided__container {
    padding-right: 13%;
    padding-left: 15px;
  }
}

@media (min-width: 48em) {
  .block-image-sided.block-image-sided--align-left .block-image-sided__img {
    float: right;
  }
}

@media (min-width: 48em) {
  .block-image-sided.block-image-sided--bigger .block-image-sided__container {
    padding-left: 17%;
  }
}

@media (min-width: 48em) {
  .block-image-sided.block-image-sided--bigger .block-image-sided__img {
    height: 450px;
  }
}

@media (min-width: 62em) {
  .block-image-sided.block-image-sided--bigger .block-image-sided__img {
    height: 690px;
  }
}

@media (max-width: 47.99em) {
  .filters__bts--desktop {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .filters__bts--mobile {
    display: none !important;
  }
}

@media (min-width: 40em) {
  .filters__clearfix {
    display: none;
  }
}

@media (min-width: 40em) and (max-width: 48em) {
  .filters__section {
    width: 25%;
  }
}

@media (min-width: 48.0625em) {
  .filters__section {
    float: none;
    width: auto;
  }
}

@media (min-width: 62em) {
  .designer__link {
    display: table;
    width: 100%;
    height: 450px;
    padding-top: 0;
  }
}

@media (min-width: 75em) {
  .designer__link {
    height: 500px;
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .designer__logo {
    display: table-cell;
    width: 23%;
    padding: 30px 0 95px;
    margin-bottom: 0;
    vertical-align: bottom;
  }
}

@media (min-width: 62em) {
  .designer__logo__img {
    max-width: 90%;
  }
}

@media (min-width: 62em) {
  .designer__photo {
    display: table-cell;
    width: 24%;
    height: 100%;
    vertical-align: bottom;
  }
}

@media (min-width: 62em) {
  .designer__photo__img {
    float: right;
    max-width: 150%;
  }
}

@media (min-width: 62em) {
  .designer__quote {
    display: table-cell;
    width: 53%;
    padding: 30px 40px;
  }
}

@media (min-width: 75em) {
  .designer__quote {
    padding: 30px 65px;
  }
}

@media (min-width: 48em) {
  .designer__quote__text {
    font-size: 26px;
  }
}

@media (min-width: 62em) {
  .designer__quote__text {
    font-size: 27px;
  }
}

@media (min-width: 75em) {
  .designer__quote__text {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .designer.designer--bg-grey {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .designer.designer--logo-big .designer__logo {
    text-align: left;
  }

  .designer.designer--logo-big .designer__logo img {
    max-width: 120%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-left .designer__photo__img {
    float: left;
  }
}

@media (min-width: 62em) {
  .designer--logo-big.designer--photo-left .designer__logo {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__container {
    padding: 0 0 0 15px;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__logo {
    display: block;
    width: auto;
    padding: 30px 0 0 0;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__logo__img {
    max-width: 90%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__photo {
    width: 48%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__photo__img {
    max-width: 105%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__quote {
    width: 52%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big-left .designer__container {
    padding: 0 15px 0 0;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big-left .designer__photo {
    position: relative;
    left: -50%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big-left .designer__quote {
    position: relative;
    left: 50%;
  }
}

@media (min-width: 48em) {
  .designer.designer--company {
    margin-bottom: 85px;
  }
}

@media (min-width: 62em) {
  .designer.designer--company {
    margin-bottom: 125px;
  }
}

@media (max-width: 61.99em) {
  .designer.designer--company .designer__quote {
    padding-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .designer.designer--company .designer__photo__img {
    max-width: 150%;
  }
}

@media (max-width: 61.99em) {
  .designer.designer--park .designer__quote {
    padding-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .designer.designer--park .designer__quote {
    width: 58%;
  }
}

@media (min-width: 48em) {
  .modal.modal--servicios .modal-dialog {
    width: 670px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 75em) {
  .modal.modal--servicios .modal-dialog {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media (min-width: 48em) {
  .modal.modal--servicios .close {
    top: 12px;
    right: 24px;
  }
}

@media (min-width: 48em) {
  .modal.modal--servicios .modal-body {
    padding: 35px 30px;
  }
}

@media (min-width: 62em) {
  .modal.modal--servicios .modal-body {
    padding: 45px;
  }
}

@media (min-width: 48em) {
  .modal-servicios__title {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .modal-servicios__subtitle {
    font-size: 19px;
  }
}

@media (min-width: 48em) {
  .modal.modal--descargas .modal-dialog {
    width: 670px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 75em) {
  .modal.modal--descargas .modal-dialog {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media (min-width: 48em) {
  .modal.modal--descargas .close {
    top: 12px;
    right: 24px;
  }
}

@media (min-width: 48em) {
  .modal.modal--descargas .modal-body {
    padding: 30px 30px;
  }
}

@media (min-width: 62em) {
  .modal.modal--descargas .modal-body {
    padding: 30px 45px 45px;
  }
}

@media (min-width: 48em) {
  .modal-descargas__title {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .modal.modal--article .modal-dialog {
    width: 600px;
    margin-top: 30px;
  }
}

@media (min-width: 62em) {
  .modal.modal--article .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 48em) {
  .modal.modal--article .close {
    top: 5px;
    right: 15px;
  }
}

@media (min-width: 48em) {
  .modal.modal--article .modal-body .article .product-simple__buttons {
    margin-top: 35px;
  }

  .modal.modal--article .modal-body .article .product-simple__buttons .btn {
    min-width: 100%;
    margin-bottom: 15px;
    padding: 8px 15px 7px;
    border-width: 2px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
}

@media (min-width: 62em) {
  .modal.modal--article .modal-body .article .product-simple__buttons .btn {
    margin-bottom: 20px;
    padding: 13px 30px 12px;
    font-size: 15px;
  }
}

@media (max-width: 47.99em) {
  .modal.modal--article .modal-body .article .product-simple__title {
    font-size: 19px;
  }
}

@media (max-width: 47.99em) {
  .modal.modal--article .modal-body .article .product-simple__text {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .expo {
    margin-bottom: 65px;
  }
}

@media (min-width: 62em) {
  .expo {
    margin-bottom: 85px;
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  .expo__pos {
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .expo__pos {
    font-size: 25px;
  }
}

@media (min-width: 62em) {
  .expo__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .expo__label {
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  .expo.expo--first-prize .expo__data-col {
    padding-top: 58px;
  }
}

@media (min-width: 62em) {
  .expo.expo--first-prize .expo__data-col {
    padding-top: 74px;
  }
}

@media (min-width: 48em) {
  .expo.expo--first-prize .expo__pos {
    font-size: 55px;
  }
}

@media (min-width: 62em) {
  .expo.expo--first-prize .expo__pos {
    font-size: 68px;
  }
}

@media (min-width: 48em) {
  .expo.expo--first-prize .expo__title {
    font-size: 34px;
  }
}

@media (min-width: 62em) {
  .expo.expo--first-prize .expo__title {
    font-size: 39px;
  }
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .expo.expo--third-prize .expo__image {
    padding-bottom: 132%;
  }
}

@media (min-width: 30em) {
  .main-header-wrap {
    height: 50px;
  }
}

@media (min-width: 62em) {
  .main-header-wrap {
    height: 80px;
  }
}

@media (min-width: 30em) {
  .main-header {
    height: 50px;
  }
}

@media (min-width: 48em) {
  body.modal-open .main-header {
    padding-right: 15px;
  }
}

@media (min-width: 62em) {
  .main-header {
    overflow: visible;
    height: 80px;
  }
}

@media (min-width: 62em) {
  .main-header .container {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .main-header__logo {
    position: relative;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    float: left;
    width: 80px;
    margin-right: 23px;
  }
}

@media (min-width: 30em) {
  .main-header__logo__img--big {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 62em) {
  .main-header__logo__img--big {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 62em) {
  .main-header__logo__img--small {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (min-width: 30em) {
  .hamburger {
    height: 50px;
  }

  .hamburger:before {
    top: 16px;
  }

  .hamburger span {
    top: 24px;
  }

  .hamburger:after {
    top: 32px;
  }

  html.mm-opening .hamburger:before,
  html.mm-opening .hamburger:after {
    top: 24px;
  }
}

@media (min-width: 62em) {
  .hamburger {
    display: none;
  }
}

@media (min-width: 62em) {
  .main-nav {
    display: block;
  }
}

@media (min-width: 48em) {
  body.is-tablet .secondary-nav__item {
    display: table-cell;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item {
    display: table-cell;
  }
}

@media (min-width: 75em) {
  .secondary-nav__item {
    padding-left: 14px;
  }
}

@media (min-width: 30em) {
  .secondary-nav__item--more-margin {
    padding-left: 15px;
  }
}

@media (min-width: 75em) {
  .secondary-nav__item--more-margin {
    padding-left: 25px;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item--separata .secondary-nav__item__link {
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item--eba {
    width: 65px;
  }

  .secondary-nav__item--eba a {
    width: 50px;
    height: 117px;
  }
}

@media (min-width: 75em) {
  .secondary-nav__item--eba {
    width: 93px;
  }

  .secondary-nav__item--eba a {
    width: 73px;
    height: 170px;
  }
}

@media (min-width: 85.375em) {
  .secondary-nav__item--eba {
    width: 113px;
  }

  .secondary-nav__item--eba a {
    width: 93px;
    height: 218px;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item__tooltip {
    padding: 8px 12px;
    font-size: 13px;
  }
}

@media (max-width: 61.99em) {
  .main-subnav {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .main-subnav {
    display: block;
  }
}

@media (min-width: 75em) {
  .main-subnav-section--proyectos .container {
    padding-left: 90px;
  }

  .main-subnav-section--proyectos .container .main-subnav__item {
    padding: 0 10px;
  }
}

@media (min-width: 75em) {
  .main-subnav-section--recursos .container {
    padding-left: 156px;
  }
}

@media (min-width: 75em) {
  .main-subnav-section--empresa .container {
    padding-left: 101px;
  }
}

@media (min-width: 75em) {
  .main-subnav-section--noticias .container {
    padding-left: 344px;
  }
}

@media (min-width: 75em) {
  body.lang-fr .main-subnav-section--noticias .container {
    padding-left: 337px;
  }
}

@media (min-width: 75em) {
  .main-subnav__item {
    padding: 0 15px;
  }
}

@media (min-width: 75em) {
  .main-subnav__item--small {
    padding: 0 15px;
  }
}

@media (min-width: 62em) {
  .main-header.is-mini {
    height: 60px;
  }
}

@media (min-width: 62em) {
  .main-header.is-mini .secondary-nav__item--eba a {
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}

@media (min-width: 75em) {
  .main-header.is-mini .secondary-nav__item--eba a {
    -webkit-transform: translate(0, -81px);
    -ms-transform: translate(0, -81px);
    -o-transform: translate(0, -81px);
    transform: translate(0, -81px);
  }
}

@media (min-width: 85.375em) {
  .main-header.is-mini .secondary-nav__item--eba a {
    -webkit-transform: translate(0, -110px);
    -ms-transform: translate(0, -110px);
    -o-transform: translate(0, -110px);
    transform: translate(0, -110px);
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li a:not(.mm-next) {
    font-size: 18px;
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li a.main-nav-mobile__title,
  .mm-menu .mm-listview > li span.main-nav-mobile__title {
    font-size: 18px;
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li a.main-nav-mobile__subtitle,
  .mm-menu .mm-listview > li span.main-nav-mobile__subtitle {
    font-size: 18px;
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li.main-nav-mobile__languages a,
  .mm-menu .mm-listview > li.main-nav-mobile__languages span {
    font-size: 18px;
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link:not(:last-child) {
    margin-right: 25px;
  }
}

@media (min-width: 62em) {
  .product-navbar {
    display: block;
  }
}

@media (min-width: 75em) {
  .product-navbar__title {
    width: 400px;
  }
}

@media (min-width: 48em) {
  .cookies-alert__close {
    float: right;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 20px;
  }
}

@media (min-height: 700px) {
  .tablet-nav__logo {
    margin-bottom: 15px;
  }
}

@media (min-height: 480px) {
  .tablet-nav__item {
    margin-bottom: 12px;
  }
}

@media (min-height: 700px) {
  .tablet-nav__item {
    margin-bottom: 21px;
  }
}

@media (min-width: 30em) {
  .main-footer__col {
    width: 33.33333%;
  }
}

@media (min-width: 48em) {
  .main-footer__col {
    width: 20%;
  }
}

@media (min-width: 30em) {
  .main-footer__col.main-footer__col--1,
  .main-footer__col.main-footer__col--2,
  .main-footer__col.main-footer__col--3 {
    display: block;
  }
}

@media (min-width: 30em) {
  .main-footer__col.main-footer__col--3 {
    width: 33.33333%;
  }
}

@media (min-width: 48em) {
  .main-footer__col.main-footer__col--3 {
    width: 20%;
  }
}

@media (min-width: 48em) {
  .main-footer__col.main-footer__col--4 {
    width: 40%;
  }
}

@media (min-width: 62em) {
  .main-footer__newsletter__text {
    padding-right: 40px;
  }
}

@media (min-width: 75em) {
  .main-footer__newsletter__text {
    padding-right: 80px;
  }
}

@media (min-width: 48em) {
  .main-footer__newsletter__form {
    max-width: 370px;
  }
}

@media (min-width: 48em) {
  .main-footer__social {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .main-footer__social__link:not(:last-child) {
    margin-right: 35px;
  }
}

@media (min-width: 62em) {
  .main-footer__copyright {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .product-feature__container {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1400px;
    height: 700px;
  }
}

@media (min-width: 75em) {
  .product-feature__container {
    height: 800px;
  }
}

@media (min-width: 48em) {
  .product-feature__content {
    font-size: 9px;
  }
}

@media (min-width: 62em) {
  .product-feature__content {
    display: table-cell;
    width: 45%;
    height: 100%;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    font-size: 10px;
  }
}

@media (min-width: 75em) {
  .product-feature__content {
    padding-right: 100px;
    padding-left: 75px;
  }
}

@media (min-width: 85.375em) {
  .product-feature__content {
    padding-right: 135px;
    padding-left: 115px;
  }
}

@media (min-width: 62em) {
  .product-feature__content__align {
    display: inline-block;
    max-width: 370px;
  }
}

@media (min-width: 62em) {
  .product-feature__photo {
    position: relative;
    display: table-cell;
    width: 55%;
    height: 100%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .product-feature__photo__img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: auto;
    height: 100%;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__content {
    text-align: left;
  }
}

@media (min-width: 75em) {
  .product-feature.product-feature--align-right .product-feature__content {
    padding-right: 75px;
    padding-left: 100px;
  }
}

@media (min-width: 85.375em) {
  .product-feature.product-feature--align-right .product-feature__content {
    padding-right: 115px;
    padding-left: 135px;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__title {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__subtitle {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__text {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__photo__img {
    left: auto;
    right: 0;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--higher .product-feature__container {
    height: 900px;
  }
}

@media (min-width: 75em) {
  .product-feature.product-feature--higher .product-feature__container {
    height: 1050px;
  }
}

@media (min-width: 85.375em) {
  .product-feature.product-feature--higher .product-feature__container {
    height: 1350px;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--image-contain .product-feature__container {
    max-width: none;
    height: auto;
    padding-left: 15px;
  }
}

@media (min-width: 75em) {
  .product-feature.product-feature--image-contain .product-feature__container {
    height: auto;
  }
}

@media (max-width: 61.99em) {
  .product-feature.product-feature--image-contain .product-feature__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--image-contain .product-feature__content {
    height: auto;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--image-contain .product-feature__photo {
    height: auto;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--image-contain .product-feature__photo__img {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media (min-width: 62em) {
  .product-feature--image-contain.product-feature--align-right .product-feature__container {
    padding-right: 15px;
    padding-left: 0;
  }
}

@media (min-width: 48em) {
  .product-models {
    padding-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .product-models {
    padding-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .product-designer__wrap {
    height: 500px;
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .product-designer__logo {
    float: left;
    width: 23%;
    height: 100%;
    padding: 30px 0;
  }
}

@media (min-width: 62em) {
  .product-designer__photo {
    float: left;
    width: 24%;
    height: 100%;
  }
}

@media (min-width: 62em) {
  .product-designer__quote {
    float: left;
    width: 53%;
    height: 100%;
    padding-right: 65px;
    padding-left: 65px;
  }
}

@media (min-width: 62em) {
  .product-designer__quote__text {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .environment__logos {
    padding-top: 30px;
  }
}

@media (min-width: 30em) {
  .environment__item {
    padding: 0 5px;
  }
}

@media (min-width: 62em) {
  .environment__item {
    padding: 0 10px;
  }
}

@media (min-width: 75em) {
  .environment__item {
    padding: 0 16px 2px;
  }
}

@media (min-width: 48em) {
  .environment__data {
    height: 600px;
    background-image: url("../../images/medio-ambiente-bg.jpg");
    background-position: center top;
    background-size: auto 100%;
  }
}

@media (min-width: 62em) {
  .environment__data {
    height: 715px;
  }
}

@media (min-width: 30em) {
  .environment__graph {
    padding: 0 20px;
  }
}

@media (min-width: 48em) {
  .environment__graph {
    width: 300px;
    padding: 0 20px;
  }
}

@media (min-width: 62em) {
  .environment__graph {
    width: 364px;
    max-width: none;
    padding: 0 42px;
  }
}

@media (min-width: 30em) {
  .environment__graph__percent {
    font-size: 50px;
  }
}

@media (min-width: 48em) {
  .environment__graph__percent {
    font-size: 60px;
  }
}

@media (min-width: 62em) {
  .environment__graph__percent {
    font-size: 80px;
  }
}

@media (min-width: 48em) {
  .environment__graph__desc {
    font-size: 18px;
  }
}

@media (min-width: 30em) {
  .downloads__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 30em) {
  .download {
    padding: 15px 18px;
    margin-bottom: 15px;
  }
}

@media (min-width: 48em) {
  .download {
    width: 33.333333%;
    min-height: 291px;
    padding: 50px 15px 0;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .download__title {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .download__desc {
    min-height: 46px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
  }
}

@media (min-width: 75em) {
  .download__desc {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .downloads.downloads--text-bigger .download__desc {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .downloads.downloads--text-bigger .download__desc {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 48em) {
  .calltoaction-fixed {
    display: none;
  }
}

@media (min-width: 48em) {
  .projects__intro {
    padding-top: 40px;
    margin-bottom: 25px;
  }
}

@media (min-width: 48em) {
  .news-details__opening {
    padding-top: 50px;
    padding-bottom: 5px;
  }
}

@media (min-width: 62em) {
  .news-details__opening {
    padding-top: 60px;
  }
}

@media (min-width: 30em) {
  .news-details__title {
    font-size: 40px;
  }
}

@media (min-width: 48em) {
  .news-details__title {
    font-size: 50px;
  }
}

@media (min-width: 75em) {
  .news-details__title {
    font-size: 70px;
  }
}

@media (min-width: 48em) {
  .news-details__date-wrap {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .news-details__social-wrap {
    text-align: right;
  }
}

@media (min-width: 48em) {
  .news-details__stat {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .press-regular-container {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .press-regular-container {
    margin-bottom: 100px;
  }
}

@media (min-width: 30em) {
  .press-regular-col {
    float: left;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .press-regular-col {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 48em) {
  .press__title {
    font-size: 25px;
  }
}

@media (min-width: 30em) {
  .press.press--regular .press__link {
    padding: 20px 15px 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .press.press--regular .press__link {
    padding: 30px 20px 25px;
  }
}

@media (min-width: 62em) {
  .press.press--regular .press__link {
    padding: 45px 25px 35px;
  }
}

@media (min-width: 75em) {
  .press.press--regular .press__link {
    padding: 65px 40px 45px;
  }
}

@media (min-width: 85.375em) {
  .press.press--regular .press__link {
    padding: 75px 55px 55px;
  }
}

@media (min-width: 75em) {
  .press.press--regular .press__text {
    min-height: 150px;
  }
}

@media (min-width: 30em) {
  .press.press--regular:hover,
  .press.press--regular:active,
  .press.press--regular:focus {
    border-color: #ECECEC;
  }
}

@media (min-width: 62em) {
  .press.press--main .container {
    display: table;
  }
}

@media (min-width: 75em) {
  .press.press--main .press__title {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .press.press--main .press__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .press.press--main .press__text {
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .press.press--main {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}

@media (min-width: 62em) {
  .press__col-photo {
    display: table-cell;
    width: 43%;
    vertical-align: top;
  }
}

@media (min-width: 62em) {
  .press__photo {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .press__col-info {
    display: table-cell;
    width: 57%;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    vertical-align: middle;
  }
}

@media (min-width: 75em) {
  .press__col-info {
    padding-right: 25px;
    padding-left: 40px;
  }
}

@media (min-width: 48em) {
  .press-mini-row-mobile {
    display: none;
  }
}

@media (min-width: 48em) {
  .press-mini-row-desktop {
    display: block;
  }
}

@media (min-width: 30em) {
  .press-mini-col {
    float: left;
    width: 50%;
  }
}

@media (min-width: 48em) {
  .press-mini-col {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .press-mini-col {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 75em) {
  .press-mini-col {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 48em) {
  .press.press--mini .press__title {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .press.press--mini .press__title {
    font-size: 25px;
  }
}

@media (min-width: 62em) {
  .press.press--mini {
    padding-right: 9px;
    padding-left: 9px;
  }
}

@media (min-width: 48em) {
  .press-buttons {
    padding: 20px 0 50px;
  }
}

@media (min-width: 62em) {
  .ambient-product__circle {
    width: 46px;
    height: 46px;
    padding-top: 10px;
  }
}

@media (min-width: 62em) {
  .ambient-product__circle__small {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 62em) {
  .ambient-product__circle__number {
    display: none;
    font-size: 16px;
    line-height: 27px;
  }
}

@media (min-width: 62em) {
  .ambient-product__circle__plus {
    display: block;
    line-height: 26px;
  }

  .ambient-product__circle__plus .icon-svg {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 62em) {
  .ambient-product__desc__line {
    display: block;
  }
}

@media (min-width: 62em) {
  .ambient-product__desc__name {
    display: block;
  }
}

@media (min-width: 62em) {
  .ambient-products-list {
    display: none;
  }
}

@media (min-width: 48.0625em) {
  .product-filters__col-1 {
    float: left;
    width: 25%;
    padding-right: 8px;
  }
}

@media (min-width: 62em) {
  .product-filters__col-1 {
    width: 17%;
    padding-top: 13px;
  }
}

@media (min-width: 48.0625em) {
  .product-filters__col-2 {
    float: left;
    width: 75%;
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (min-width: 62em) {
  .product-filters__col-2 {
    width: 83%;
  }
}

@media (max-width: 39.9375em) {
  .products-filters__summary .select2-container {
    width: 100% !important;
  }
}

@media (min-width: 40em) {
  .products-filters__summary .select2-container {
    float: left;
    width: auto;
    margin-right: 18px;
  }
}

@media (min-width: 40em) {
  .products-filters__order {
    float: left;
    width: auto;
    min-width: 155px;
    margin-right: 18px;
  }
}

@media (min-width: 30em) {
  .products-filters__list {
    margin-right: -6px;
    margin-left: -6px;
  }
}

@media (min-width: 30em) {
  .product-simple-col {
    padding: 0 6px;
    float: left;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .product-simple-col {
    width: 33.33333%;
  }
}

@media (min-width: 30em) {
  .product-simple-col.product-simple-col--download {
    padding: 0 6px;
    float: left;
    width: 50%;
  }
}

@media (min-width: 48em) {
  .product-simple-col.product-simple-col--download {
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .product-simple-col.product-simple-col--download {
    width: 25%;
  }
}

@media (min-width: 30em) {
  .product-simple-col-separator--tablet {
    display: block;
  }
}

@media (min-width: 62em) {
  .product-simple-col-separator--tablet {
    display: none;
  }
}

@media (min-width: 62em) {
  .product-simple-col-separator--desktop {
    display: block;
  }
}

@media (min-width: 48em) {
  .product-simple {
    margin-bottom: 60px;
  }
}

@media (min-width: 48em) {
  .product-simple__photo__img {
    margin-bottom: 15px;
  }
}

@media (min-width: 62em) {
  .product-simple__photo__img {
    margin-bottom: 20px;
  }
}

@media (min-width: 48em) {
  .browser-touchevents .product-simple__title {
    margin-bottom: 25px;
  }
}

@media (min-width: 30em) {
  .product-simple.product-simple--alernative {
    max-width: 296px;
  }
}

@media (min-width: 30em) {
  .product-simple.product-simple--alernative .product-simple__photo__img {
    width: auto;
  }
}

@media (min-width: 62em) {
  .product-simple.product-simple--alernative .product-simple__photo__img {
    margin-bottom: 20px;
  }
}

@media (min-width: 48em) {
  .product-simple.product-simple--download {
    max-width: 270px;
    margin-bottom: 30px;
  }
}

@media (min-width: 30em) {
  .product-simple.product-simple--download .product-simple__photo__img {
    width: auto;
  }
}

@media (min-width: 62em) {
  .product-simple.product-simple--download .product-simple__photo__img {
    margin-bottom: 25px;
  }
}

@media (min-width: 48em) {
  .employment-intro {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .employment-intro {
    margin-bottom: 115px;
  }
}

@media (min-width: 62em) {
  .employment-intro__wrap {
    height: 450px;
  }
}

@media (min-width: 75em) {
  .employment-intro__wrap {
    height: 500px;
  }
}

@media (min-width: 62em) {
  .employment-intro__col-photo {
    float: left;
    width: 48%;
  }
}

@media (min-width: 62em) {
  .employment-intro__photo {
    float: right;
    max-width: none;
  }
}

@media (min-width: 62em) {
  .employment-intro__col-content {
    float: left;
    width: 52%;
    height: 100%;
    padding-left: 2%;
  }
}

@media (min-width: 30em) {
  .employment-intro__title,
  .employment-intro__subtitle {
    font-size: 32px;
  }
}

@media (min-width: 48em) {
  .employment-intro__title,
  .employment-intro__subtitle {
    font-size: 36px;
  }
}

@media (min-width: 62em) {
  .employment-intro__title,
  .employment-intro__subtitle {
    font-size: 42px;
  }
}

@media (min-width: 48em) {
  .employment-intro__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .employment-intro__text {
    font-size: 22px;
  }
}

@media (min-width: 30em) {
  .employment-jobs-col {
    float: left;
    width: 50%;
    border-right: 1px solid #eaeaea;
  }

  .employment-jobs-col:nth-child(2n+2) {
    border-right: 0;
  }

  .employment-jobs-col:last-child {
    border-right: 0;
  }
}

@media (min-width: 62em) {
  .employment-jobs-col {
    float: left;
    width: 33.33333%;
  }

  .employment-jobs-col:nth-child(2n+2) {
    border-right: 1px solid #eaeaea;
  }

  .employment-jobs-col:last-child {
    border-right: 0;
  }
}

@media (min-width: 30em) {
  .employment-jobs-item {
    padding: 20px 15px 0;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item {
    padding: 30px 20px 0;
  }
}

@media (min-width: 62em) {
  .employment-jobs-item {
    padding: 45px 25px 0;
  }
}

@media (min-width: 75em) {
  .employment-jobs-item {
    padding: 45px 50px 0;
  }
}

@media (min-width: 62em) {
  .employment-jobs-item__title {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item__title {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item__subtitle {
    font-size: 19px;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item__text {
    font-size: 19px;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item--hide .col-sm-6:first-child {
    padding-right: 35px;
    border-right: 1px solid #eaeaea;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item--hide .col-sm-6:last-child {
    padding-left: 35px;
  }
}

@media (min-width: 30em) {
  .emplyment-jobs-item__btns {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .emplyment-jobs-item__btns {
    padding-bottom: 25px;
  }
}

@media (min-width: 62em) {
  .emplyment-jobs-item__btns {
    padding-bottom: 35px;
  }
}

@media (min-width: 75em) {
  .emplyment-jobs-item__btns {
    padding-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .employment-growth {
    margin: 85px 0 70px;
  }
}

@media (min-width: 62em) {
  .employment-growth {
    margin: 20px 0 30px;
    /*actiu_cambio antes margin: 125px 0 110px   */
  }
}

@media (min-width: 30em) {
  .employment-growth__title,
  .employment-growth__subtitle {
    font-size: 32px;
  }
}

@media (min-width: 48em) {
  .employment-growth__title,
  .employment-growth__subtitle {
    font-size: 36px;
  }
}

@media (min-width: 62em) {
  .employment-growth__title,
  .employment-growth__subtitle {
    font-size: 42px;
  }
}

@media (min-width: 48em) {
  .employment-growth__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .employment-growth__text {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .employment-cv {
    padding-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .employment-cv {
    padding-bottom: 100px;
  }
}

@media (min-width: 48em) {
  .employment-cv__btns {
    padding-top: 40px;
  }
}

@media (min-width: 48em) {
  .employment-cv__btns__legal {
    padding-top: 15px;
  }
}

@media (min-width: 48em) {
  .employment-cv__submit {
    display: inline-block;
    max-width: 305px;
  }
}

@media (min-width: 30em) {
  .downloads-col-separator--tablet {
    display: block;
  }
}

@media (min-width: 62em) {
  .downloads-col-separator--tablet {
    display: none;
  }
}

@media (min-width: 62em) {
  .downloads-col-separator--desktop {
    display: block;
  }
}

@media (min-width: 48em) {
  .downlist-item__title {
    margin-bottom: 5px;
    font-size: 19px;
  }
}

@media (min-width: 30em) {
  .downlist-item__file {
    padding-right: 100px;
  }
}

@media (min-width: 48em) {
  .downlist-item__file__name {
    padding-top: 5px;
  }
}

@media (min-width: 62em) {
  .downlist-item__file__name {
    font-size: 16px;
  }
}

@media (min-width: 30em) {
  .downlist-item__file__btn {
    position: absolute;
    top: -35px;
    right: 0;
    width: auto;
  }
}

@media (min-width: 85.375em) {
  .designer-details__products__buttons {
    padding-top: 70px;
  }
}

@media (min-width: 62em) {
  .designer-data__container {
    display: table;
    width: 100%;
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .designer-data__col-desc {
    display: table-cell;
    width: 72%;
    padding: 45px 50px;
    vertical-align: bottom;
  }

  .designer-data__col-desc:before {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: -8px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (min-width: 75em) {
  .designer-data__col-desc {
    padding: 60px 70px;
  }
}

@media (min-width: 85.375em) {
  .designer-data__col-desc {
    padding: 90px 100px;
  }
}

@media (min-width: 48em) {
  .designer-data__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .designer-data__subtitle {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .designer-data__sector {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .designer-data__birth {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .designer-data__desc {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .designer-data__col-photo {
    display: table-cell;
    width: 28%;
    vertical-align: bottom;
  }
}

@media (min-width: 62em) {
  .designer-data__logo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 15px 0;
  }
}

@media (min-width: 75em) {
  .designer-data__logo-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 62em) {
  .designer-data__photo {
    float: right;
    max-width: 115%;
    max-height: 413px;
  }
}

@media (min-width: 62em) {
  .designer-data--photo-left .designer-data__col-desc {
    left: 28%;
  }

  .designer-data--photo-left .designer-data__col-desc:before {
    right: auto;
    left: -8px;
  }
}

@media (min-width: 62em) {
  .designer-data--photo-left .designer-data__col-photo {
    left: -72%;
  }
}

@media (min-width: 62em) {
  .designer-data--photo-left .designer-data__photo {
    float: left;
  }
}

@media (min-width: 30em) {
  .designer-award-col {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .designer-award-col {
    width: 33.333333%;
  }
}

@media (min-width: 62em) {
  .designer-award-col {
    padding: 0 30px;
  }
}

@media (min-width: 48em) {
  .designer-award {
    margin-bottom: 75px;
  }
}

@media (min-width: 62em) {
  .designer-award {
    margin-bottom: 85px;
  }
}

@media (min-width: 48em) {
  .showroom-data__container {
    display: table;
    width: 100%;
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  .showroom-data__col-photo {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}

@media (min-width: 48em) {
  .showroom-data__col-desc {
    display: table-cell;
    width: 50%;
    padding: 35px 40px;
    vertical-align: middle;
  }

  .showroom-data__col-desc:before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: -8px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: #f7f7f5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (min-width: 62em) {
  .showroom-data__col-desc {
    padding: 45px 50px;
  }
}

@media (min-width: 75em) {
  .showroom-data__col-desc {
    padding: 60px 70px;
  }
}

@media (min-width: 85.375em) {
  .showroom-data__col-desc {
    padding: 90px 100px;
  }
}

@media (min-width: 48em) {
  .showroom-data__subtitle {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .showroom-data__subtitle {
    font-size: 44px;
  }
}

@media (min-width: 48em) {
  .showroom-data__title {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .showroom-data__title {
    font-size: 44px;
  }
}

@media (min-width: 48em) {
  .showroom-data__address {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .showroom-data__btn-location {
    font-size: 21px;
    margin-bottom: 35px;
  }
}

@media (min-width: 62em) {
  .showroom-data__btn-location {
    margin-bottom: 45px;
  }
}

@media (min-width: 48em) {
  .showroom-form__btns {
    padding-top: 40px;
  }
}

@media (min-width: 23.4375em) {
  .showroom-map-iframe {
    height: 275px;
  }
}

@media (min-width: 30em) {
  .showroom-map-iframe {
    height: 300px;
  }
}

@media (min-width: 48em) {
  .showroom-map-iframe {
    height: 400px;
  }
}

@media (min-width: 62em) {
  .showroom-map-iframe {
    height: 450px;
  }
}

@media (min-width: 75em) {
  .showroom-map-iframe {
    height: 400px;
  }
}

@media (min-width: 85.375em) {
  .showroom-map-iframe {
    height: 450px;
  }
}

@media (min-width: 105em) {
  .showroom-map-iframe {
    height: 500px;
  }
}

@media (min-width: 48em) {
  .newsletter__figure {
    display: block;
    margin-top: -30px;
  }
}

@media (min-width: 62em) {
  .newsletter__figure {
    max-width: 500px;
    margin-top: -90px;
  }
}

@media (min-width: 85.375em) {
  .newsletter__figure {
    max-width: none;
  }
}

@media (min-width: 48em) {
  .newsletter__legal {
    padding-top: 15px;
  }
}

@media (min-width: 48em) {
  .login {
    padding-top: 50px;
  }
}

@media (min-width: 62em) {
  .login-col-register {
    float: left;
    padding-top: 15px;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .login-col-register .login-col-content {
    float: right;
  }
}

@media (min-width: 62em) {
  .login-col-login {
    float: right;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .login-col-login .login-col-content {
    float: left;
  }
}

@media (min-width: 48em) {
  .login-col-content {
    padding: 0 30px;
  }
}

@media (min-width: 62em) {
  .login-col-content {
    width: 480px;
  }
}

@media (min-width: 75em) {
  .login-col-content {
    width: 560px;
    padding: 0 50px;
  }
}

@media (min-width: 62em) {
  .login-image__bg-grey {
    display: block;
  }
}

@media (min-width: 62em) {
  .login-image__bg-white {
    display: block;
  }
}

@media (min-width: 30em) {
  .registro-ok__title__icon {
    top: 5px;
  }
}

@media (min-width: 48em) {
  .registro-ok__title__icon {
    margin-right: 10px;
  }
}

@media (min-width: 62em) {
  .registro-ok__title__icon {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome {
    display: table;
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__left {
    display: table-cell;
    width: 47%;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__image {
    float: right;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__right {
    display: table-cell;
    padding: 15px 30px 15px 0;
    width: 53%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__right__content {
    max-width: 620px;
  }
}

@media (min-width: 48em) {
  .registro-ok-welcome__title {
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .registro-ok-welcome__text {
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__text {
    font-size: 41px;
  }
}

@media (min-width: 30em) {
  .contact-map {
    height: 300px;
  }
}

@media (min-width: 48em) {
  .contact-map {
    height: 350;
  }
}

@media (min-width: 62em) {
  .contact-map {
    height: 400px;
  }
}

@media (min-width: 85.375em) {
  .contact-map {
    height: 450px;
  }
}

@media (min-width: 105em) {
  .contact-map {
    height: 500px;
  }
}

@media (min-width: 48em) {
  .contact-data {
    padding-bottom: 100px;
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .contact-data__col {
    padding-left: 80px;
  }
}

@media (min-width: 48em) {
  .contact-data__col--1 {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .contact-data__icon {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .contact-data__icon.contact-data__icon--location {
    left: 24px;
    width: 32px;
    height: 48px;
  }
}

@media (min-width: 48em) {
  .contact-data__icon.contact-data__icon--customer-service {
    left: 10px;
    width: 48px;
    height: 46px;
  }
}

@media (min-width: 48em) {
  .contact-data__deco {
    display: block;
    position: absolute;
    bottom: -47px;
    right: 0;
  }
}

@media (min-width: 48em) {
  .contact-form__btns {
    padding-top: 40px;
  }
}

@media (min-width: 48em) {
  .product-contact .form-label {
    font-size: 17px;
  }
}

@media (min-width: 62em) {
  .qnm-container {
    background: none;
  }
}

@media (min-width: 62em) {
  .qnm-container__positioner {
    position: relative;
    width: 975px;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 62em) {
  .qnm-container--first {
    position: relative;
    height: 1220px;
    background-image: url("../../images/empresa/campanas/que-nos-mueve/texture-1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .qnm-container--second {
    position: relative;
    height: 2164px;
    background-image: url("../../images/empresa/campanas/que-nos-mueve/texture-2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .qnm-container--third {
    position: relative;
    height: 1801px;
    background-image: url("../../images/empresa/campanas/que-nos-mueve/texture-3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .qnm-step {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .qnm-step__path:before {
    content: none;
  }
}

@media (min-width: 62em) {
  .qnm-step__path {
    display: none;
  }
}

@media (min-width: 62em) {
  .qnm-step__dot {
    display: none;
  }
}

@media (min-width: 62em) {
  .qnm-step__container {
    padding: 0;
  }
}

@media (min-width: 48em) {
  .qnm-step__title {
    padding-left: 40px;
    margin-bottom: 17px;
    font-size: 45px;
  }
}

@media (min-width: 62em) {
  .qnm-step__title {
    padding-left: 0;
    font-size: 52px;
  }
}

@media (min-width: 48em) {
  .qnm-step__text {
    padding-left: 40px;
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .qnm-step__text {
    padding-left: 0;
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .qnm-step__img {
    display: none;
  }
}

@media (min-width: 62em) {
  .qnm-step.qnm-step--red:before {
    content: none;
  }
}

@media (min-width: 62em) {
  .qnm-step--intro {
    display: none;
  }
}

@media (min-width: 62em) {
  .qnm-step--crecer {
    top: 452px;
    padding-left: 70px;
  }
}

@media (min-width: 62em) {
  .qnm-step--arquitectura {
    top: 897px;
    padding-left: 572px;
  }

  .qnm-step--arquitectura .qnm-step__title {
    font-size: 49px;
  }
}

@media (min-width: 48em) {
  .qnm-step--detalles .qnm-step__img {
    max-width: 275px;
  }
}

@media (min-width: 62em) {
  .qnm-step--detalles {
    top: 205px;
    padding-left: 68px;
  }
}

@media (min-width: 48em) {
  .qnm-step--medio-ambiente .qnm-step__img {
    max-width: 260px;
  }
}

@media (min-width: 62em) {
  .qnm-step--medio-ambiente {
    top: 809px;
    padding-left: 355px;
  }
}

@media (min-width: 48em) {
  .qnm-step--talento .qnm-step__img {
    max-width: 630px;
  }
}

@media (min-width: 62em) {
  .qnm-step--talento {
    top: 1054px;
    padding-left: 65px;
  }
}

@media (min-width: 62em) {
  .qnm-step--sostenibilidad {
    top: 1809px;
    padding-left: 65px;
  }
}

@media (min-width: 48em) {
  .qnm-step--tecnologia .qnm-step__img {
    max-width: 280px;
  }
}

@media (min-width: 62em) {
  .qnm-step--tecnologia {
    top: 161px;
    padding-left: 602px;
  }
}

@media (min-width: 48em) {
  .qnm-step--comunicacion .qnm-step__img {
    max-width: 500px;
  }
}

@media (min-width: 62em) {
  .qnm-step--comunicacion {
    top: 617px;
    padding-left: 267px;
  }
}

@media (min-width: 62em) {
  .qnm-step--outro {
    top: 1306px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .qnm-step--outro .qnm-step__title {
    font-size: 47px;
  }
}

@media (min-width: 62em) {
  .qnm-block {
    display: none;
  }
}

@media (min-width: 62em) {
  .orgatec-intro {
    padding-top: 102px;
    padding-bottom: 102px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__col-1 {
    padding-top: 65px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__col-2 {
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  .orgatec-intro__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__title {
    margin-bottom: 55px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__title {
    font-size: 54px;
    margin-bottom: 65px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__text {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .orgatec-programs__item {
    width: 25%;
  }
}

@media (min-width: 48em) {
  .orgatec-program.orgatec-program--badminton .orgatec-program__col-image {
    background: url("../../images/empresa/campanas/orgatec2014/program-badminton-pattern.png") center center no-repeat;
  }
}

@media (min-width: 48em) {
  .orgatec-program__container {
    display: table;
  }
}

@media (min-width: 48em) {
  .orgatec-program__col-desc {
    display: table-cell;
    width: 50%;
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

@media (min-width: 62em) {
  .orgatec-program__title {
    font-size: 45px;
  }
}

@media (min-width: 62em) {
  .orgatec-program__title {
    font-size: 54px;
  }
}

@media (min-width: 62em) {
  .orgatec-program__text {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .orgatec-program__col-image {
    display: table-cell;
    width: 50%;
    padding-top: 90px;
    padding-bottom: 90px;
    vertical-align: bottom;
  }
}

@media (min-width: 48em) {
  .wly-hero {
    padding-top: 90px;
    padding-right: 30px;
    padding-bottom: 90px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .wly-hero {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (min-width: 75em) {
  .wly-hero {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (min-width: 48em) {
  .wly-goals {
    margin-bottom: 150px;
  }
}

@media (min-width: 48em) {
  .wly-goals__col {
    position: relative;
    margin-bottom: 20px;
  }

  .wly-goals__col:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 3px;
    height: 50px;
    margin-left: -1px;
    background: #b0c3ca;
  }
}

@media (min-width: 62em) {
  .wly-goals__col {
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .wly-goals__col:before {
    height: 100px;
  }
}

@media (min-width: 85.375em) {
  .wly-goals__col {
    padding-top: 200px;
    padding-right: 38px;
    padding-left: 38px;
  }

  .wly-goals__col:before {
    height: 200px;
  }
}

@media (min-width: 48em) {
  .wly-goals__icon {
    margin-bottom: 40px;
  }
}

@media (min-width: 48em) {
  .wly-goals__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .wly-goals__text {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .wly-goals__decoration {
    position: absolute;
    left: 15px;
    bottom: -214px;
    margin: 0;
  }
}

@media (min-width: 48em) {
  .wly-reasons {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .wly-reasons {
    margin-bottom: 100px;
  }
}

@media (min-width: 75em) {
  .wly-reasons {
    min-height: 634px;
    padding-top: 90px;
    background: url("../../images/empresa/campanas/work-loving-yourself/10-good-reasons-to-love-your-job.png") top center no-repeat;
  }
}

@media (min-width: 75em) {
  .wly-reasons__decoration {
    display: none;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .wly-reasons__col {
    width: 50%;
    padding: 0 15px;
    float: left;
  }
}

@media (min-width: 75em) {
  .wly-reasons__col {
    width: 340px;
    padding: 0 25px;
  }
}

@media (min-width: 62em) {
  .wly-reasons__col-2 {
    float: right;
  }
}

@media (min-width: 48em) {
  .wly-highlights__item__word {
    max-height: none;
  }
}

@media (min-width: 48em) {
  .wly-highlights__decoration {
    position: absolute;
    right: 10%;
    bottom: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 50%;
    -webkit-transform: translateY(65%);
    -ms-transform: translateY(65%);
    -o-transform: translateY(65%);
    transform: translateY(65%);
  }
}

@media (min-width: 48em) {
  .cet__section {
    margin-bottom: 120px;
  }
}

@media (min-width: 48em) {
  .cet__section__title {
    font-size: 40px;
  }
}

@media (min-width: 48em) {
  .cet__section__title__text {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 48em) {
  .cet__section__subtitle {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--1 .cet__section__header {
    margin-bottom: 75px;
  }
}

@media (min-width: 30em) {
  .cet__section__hand {
    max-width: 65%;
  }
}

@media (min-width: 62em) {
  .cet__section__hand {
    max-width: 50%;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--2 .cet__section__header {
    margin-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--3 .cet__section__vencelos {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .cet__section.cet__section--3 .cet__section__vencelos {
    font-size: 62px;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--4 .cet__section__header {
    margin-bottom: 80px;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--5 .cet__section__header {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .cet__queremos__content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .cet__queremos__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .cet__queremos__subtitle {
    font-size: 51px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento {
    padding-top: 140px;
    min-height: 1727px;
    background-size: 2606px auto;
  }
}

@media (min-width: 30em) {
  .cet__movimiento__content {
    margin-bottom: 280px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento__content {
    margin-bottom: 365px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento__subtitle {
    font-size: 51px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento__logo {
    width: 160px;
  }
}

@media (min-width: 30em) and (max-width: 61.99em) {
  .cet__movimiento__siempre {
    max-width: 75%;
  }
}

@media (min-width: 48em) {
  .vcw-coolworking-text {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (min-width: 62em) {
  .vcw-coolworking-text {
    margin-bottom: 60px;
  }
}

@media (min-width: 48em) {
  .vcw-text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .vcw-text {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .vcw-coolworking {
    margin-bottom: 40px;
  }
}

@media (min-width: 30em) {
  .vcw-block {
    width: 50%;
    float: left;
  }
}

@media (min-width: 62em) {
  .vcw-block {
    width: 33.333333%;
  }
}

@media (min-width: 48em) {
  .vcw-block__content__valign {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .vcw-making__map {
    margin-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .vcw-blocks--related {
    margin-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .vcw-blocks--related {
    margin-bottom: 65px;
  }
}

@media (min-width: 48em) {
  .vcw-blocks--related .vcw-block {
    width: 33.333333%;
  }
}

@media (min-width: 75em) {
  .vcw-blocks--related .vcw-block {
    width: 16.6666666667%;
  }
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .vcw-blocks--related .vcw-block__content__valign {
    font-size: 26px;
  }
}

@media (max-width: 47.99em) {
  .vcw-blocks--related .vcw-block__content__valign {
    font-size: 19px;
  }
}

@media (min-width: 75em) {
  .vcw-blocks--related .vcw-block__content__valign {
    font-size: 22px;
  }
}

@media (min-width: 85.375em) {
  .vcw-blocks--related .vcw-block__content__valign {
    font-size: 26px;
  }
}

@media (max-width: 85.365em) {
  .vcw-blocks--related .vcw-block__clock {
    max-width: 28%;
    margin-bottom: 0.4em;
  }
}

@media (max-width: 85.365em) {
  .vcw-blocks--related .vcw-block__title {
    margin-bottom: 0.2em;
  }
}

@media (min-width: 48em) {
  .vcw-start {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .vcw-start {
    font-size: 48px;
  }
}

@media (min-width: 48em) {
  .vcw-start__name {
    font-size: 1.07em;
  }
}

@media (min-width: 48em) {
  .vcw-start__text {
    text-align: center;
  }
}

@media (min-width: 62em) {
  .vcw-intro {
    margin-bottom: 60px;
  }
}

@media (min-width: 75em) {
  .vcw-intro {
    margin-bottom: 80px;
    background: none;
  }
}

@media (min-width: 75em) {
  .vcw-intro__image {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 30em) {
  .vcw-intro__content {
    float: left;
    width: 70%;
    padding: 4% 5%;
  }
}

@media (min-width: 48em) {
  .vcw-intro__content {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .vcw-intro__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    float: none;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.68);
  }
}

@media (min-width: 85.375em) {
  .vcw-intro__content {
    width: 44%;
    padding: 4% 6%;
  }
}

@media (min-width: 105em) {
  .vcw-intro__content {
    width: 37%;
  }
}

@media (min-width: 105em) {
  .vcw-intro.vcw-intro--newyork .vcw-intro__figure {
    width: 115px;
  }
}

@media (min-width: 30em) {
  .vcw-intro.vcw-intro--london .vcw-intro__figure {
    margin: 0;
  }
}

@media (min-width: 85.375em) {
  .vcw-intro.vcw-intro--london .vcw-intro__figure {
    width: 77px;
  }
}

@media (min-width: 105em) {
  .vcw-intro.vcw-intro--madrid .vcw-intro__figure {
    width: 335px;
  }
}

@media (min-width: 30em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -6%;
  }
}

@media (min-width: 48em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -8%;
  }
}

@media (min-width: 75em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -10%;
    max-width: 60%;
  }
}

@media (min-width: 85.375em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -17%;
    max-width: 85%;
  }
}

@media (min-width: 105em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -20%;
  }
}

@media (min-width: 30em) and (max-width: 47.99em) {
  .vcw-intro.vcw-intro--melbourne .vcw-intro__figure {
    left: -9%;
    width: 109%;
    max-width: none;
  }
}

@media (min-width: 85.375em) {
  .vcw-intro.vcw-intro--melbourne .vcw-intro__figure {
    left: -9%;
    width: 109%;
    max-width: none;
  }
}

@media (min-width: 48em) {
  .vcw-features {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .vcw-features__icon {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .vcw-features__text {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 62em) {
  .vcw-features__text {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .vcw-quote {
    margin-bottom: 45px;
  }
}

@media (min-width: 30em) {
  .vcw-quote__image {
    margin-bottom: 0;
  }
}

@media (min-width: 30em) {
  .vcw-quote__circle {
    margin-bottom: -30px;
  }
}

@media (min-width: 48em) {
  .vcw-quote__circle {
    margin-bottom: -45px;
  }
}

@media (min-width: 75em) {
  .vcw-quote__circle {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    -webkit-transform: translate(15px, -30%);
    -ms-transform: translate(15px, -30%);
    -o-transform: translate(15px, -30%);
    transform: translate(15px, -30%);
  }
}

@media (min-width: 85.375em) {
  .vcw-quote__circle {
    width: 370px;
    -webkit-transform: translate(25%, -30%);
    -ms-transform: translate(25%, -30%);
    -o-transform: translate(25%, -30%);
    transform: translate(25%, -30%);
  }
}

@media (min-width: 105em) {
  .vcw-quote__circle {
    width: 370px;
    -webkit-transform: translate(54%, -40%);
    -ms-transform: translate(54%, -40%);
    -o-transform: translate(54%, -40%);
    transform: translate(54%, -40%);
  }
}

@media (min-width: 23.4375em) {
  .vcw-quote__circle__text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 19px;
  }
}

@media (min-width: 30em) {
  .vcw-quote__circle__text {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .vcw-quote__circle__text {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .vcw-quote__circle__text {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 24px;
  }
}

@media (min-width: 30em) {
  .vcw-quote__text {
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 450px;
    max-width: 80%;
    border-color: #fff;
    font-size: 26px;
    color: #fff;
  }
}

@media (min-width: 62em) {
  .vcw-quote__text {
    font-size: 30px;
  }
}

@media (min-width: 75em) {
  .vcw-quote.vcw-quote--rio .vcw-quote__circle {
    top: 8%;
    right: auto;
    left: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@media (min-width: 85.375em) {
  .vcw-quote.vcw-quote--rio .vcw-quote__circle {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@media (min-width: 105em) {
  .vcw-quote.vcw-quote--rio .vcw-quote__circle {
    -webkit-transform: translateX(-64%);
    -ms-transform: translateX(-64%);
    -o-transform: translateX(-64%);
    transform: translateX(-64%);
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--rio .vcw-quote__text {
    left: auto;
    right: 1%;
  }
}

@media (min-width: 75em) {
  .vcw-quote.vcw-quote--london .vcw-quote__circle {
    top: 24%;
    right: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@media (min-width: 85.375em) {
  .vcw-quote.vcw-quote--london .vcw-quote__circle {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
  }
}

@media (min-width: 105em) {
  .vcw-quote.vcw-quote--london .vcw-quote__circle {
    -webkit-transform: translateX(54%);
    -ms-transform: translateX(54%);
    -o-transform: translateX(54%);
    transform: translateX(54%);
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--london .vcw-quote__text {
    left: 8%;
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--madrid .vcw-quote__text {
    left: auto;
    right: 1%;
  }
}

@media (min-width: 75em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__circle {
    top: -3.5%;
    right: auto;
    left: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@media (min-width: 85.375em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__circle {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@media (min-width: 105em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__circle {
    -webkit-transform: translateX(-64%);
    -ms-transform: translateX(-64%);
    -o-transform: translateX(-64%);
    transform: translateX(-64%);
  }
}

@media (min-width: 48em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__image {
    margin-bottom: 50px;
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__text {
    left: auto;
    right: 3%;
    margin-bottom: 0;
  }
}

@media (min-width: 75em) {
  .vcw-quote.vcw-quote--melbourne .vcw-quote__circle {
    top: -6%;
    right: auto;
    left: 10%;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--melbourne .vcw-quote__text {
    left: 4%;
  }
}

@media (min-width: 48em) {
  .vcw-gallery {
    margin-bottom: 70px;
  }
}

@media (min-width: 75em) {
  .vcw-gallery {
    margin-bottom: 90px;
  }
}

@media (min-width: 48em) {
  .vcw-download {
    margin-bottom: 150px;
  }
}

@media (min-width: 62em) {
  .vcw-download {
    margin-bottom: 180px;
  }
}

@media (min-width: 75em) {
  .vcw-download {
    margin-bottom: 230px;
  }
}

@media (min-width: 30em) {
  .vcw-download__title {
    font-size: 47px;
  }
}

@media (min-width: 30em) {
  .vcw-download__subtitle {
    font-size: 24px;
  }
}

@media (min-width: 48em) {
  .vcw-video__wrap {
    margin-bottom: 80px;
  }
}

@media (min-width: 75em) {
  .vcw-video__wrap {
    margin-bottom: 120px;
  }
}

@media (min-width: 30em) {
  .vcw-related__plane {
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (min-width: 23.4375em) {
  .atc-hero {
    background-position: 100% 75%;
  }
}

@media (min-width: 25.875em) {
  .atc-hero {
    padding-top: 60px;
    background-image: url("../../images/empresa/campanas/actiu-the-cool/bg-salero.jpg");
    background-size: 150% auto;
    background-position: 100% 100%;
  }
}

@media (min-width: 30em) {
  .atc-hero {
    padding-top: 80px;
    background-size: 100% auto;
  }
}

@media (min-width: 48em) {
  .atc-hero {
    height: 550px;
    padding-top: 90px;
  }
}

@media (min-width: 75em) {
  .atc-hero {
    padding-top: 115px;
    background-size: auto 100%;
    background-size: cover;
    background-position: 50% 50%;
  }
}

@media (min-width: 85.375em) {
  .atc-hero {
    height: 700px;
    background-size: auto 100%;
    background-size: cover;
  }
}

@media (min-width: 105em) {
  .atc-hero {
    height: 800px;
  }
}

@media (min-width: 64em) {
  .atc-hero .hero__title {
    top: 19%;
  }
}

@media (min-width: 75em) {
  .atc-hero .hero__title {
    top: 25%;
  }
}

@media (min-width: 48em) {
  .atc-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 62em) {
  .atc-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 75em) {
  .atc-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 48em) {
  .atc-video-wrap {
    margin-bottom: 70px;
  }
}

@media (min-width: 62em) {
  .atc-video-wrap {
    width: 54%;
    margin-bottom: 100px;
  }
}

@media (min-width: 75em) {
  .atc-video-wrap {
    margin-bottom: 135px;
  }
}

@media (min-width: 62em) {
  .atc-video {
    margin-top: -44%;
  }
}

@media (min-width: 62em) {
  .atc-subtitle {
    margin-bottom: 70px;
  }
}

@media (min-width: 75em) {
  .atc-subtitle {
    margin-bottom: 85px;
  }
}

@media (min-width: 30em) {
  .atc-box {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .atc-box {
    margin-right: -20px;
    padding-left: -20px;
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .atc-box {
    float: left;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 19px;
  }

  .atc-box:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
  }

  .atc-box:nth-child(2n+1) {
    margin-right: 10px;
  }

  .atc-box:nth-child(2n) {
    margin-left: 10px;
  }
}

@media (min-width: 75em) {
  .atc-box {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
    font-size: 21px;
  }

  .atc-box:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 92%;
  }

  .atc-box:nth-child(2n+1) {
    margin-right: 15px;
  }

  .atc-box:nth-child(2n) {
    margin-left: 15px;
  }
}

@media (min-width: 85.375em) {
  .atc-box {
    max-height: 665px;
    font-size: 22px;
  }

  .atc-box:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 85%;
  }
}

@media (min-width: 62em) {
  .atc-box__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 48em) {
  .atc-box__content {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .atc-box__content {
    width: 69%;
    max-width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 75em) {
  .atc-box__content {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 85.375em) {
  .atc-box__content {
    padding-top: 70px;
    padding-right: 60px;
    padding-bottom: 70px;
    padding-left: 60px;
    margin-left: 2%;
  }
}

@media (min-width: 105em) {
  .atc-box__content {
    margin-top: 4%;
    margin-left: 4%;
  }
}

@media (min-width: 62em) {
  .atc-box--text-right .atc-box__content {
    float: right;
    text-align: right;
  }
}

@media (min-width: 85.375em) {
  .atc-box--text-right .atc-box__content {
    margin-right: 2%;
    margin-left: 0;
  }
}

@media (min-width: 105em) {
  .atc-box--text-right .atc-box__content {
    margin-right: 4%;
  }
}

@media (min-width: 30em) {
  .atc-box__title {
    font-size: 1.9em;
  }
}

@media (max-width: 29.99em) {
  .atc-box-1:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 85%;
  }
}

@media (min-width: 30em) and (max-width: 61.99em) {
  .atc-box-1:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 58%;
  }
}

@media (min-width: 30em) {
  .atc-box-1 .atc-box__content {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 62em) {
  .atc-box-1 .atc-box__content {
    max-width: 552px;
    text-align: right;
  }
}

@media (min-width: 30em) and (max-width: 61.99em) {
  .atc-box-1__logo {
    max-width: 80%;
  }
}

@media (min-width: 62em) {
  .atc-box-1__logo {
    display: inline-block;
  }
}

@media (min-width: 62em) {
  .atc-box-2 .atc-box__content {
    width: 62%;
    max-width: 430px;
  }
}

@media (min-width: 48em) {
  .atc-box-2__hand {
    margin-right: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-2__hand {
    position: absolute;
    top: 18px;
    right: -20px;
    float: none;
    margin: 0;
  }
}

@media (min-width: 75em) {
  .atc-box-2__hand {
    right: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-3 .atc-box__content {
    width: 66%;
  }
}

@media (min-width: 85.375em) {
  .atc-box-3 .atc-box__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 30em) {
  .atc-box-3__hand {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .atc-box-3__hand {
    max-width: 80%;
    margin-top: -50px;
  }
}

@media (min-width: 62em) {
  .atc-box-3__hand {
    position: absolute;
    top: -20px;
    right: -5%;
    float: none;
    max-width: 94%;
    margin: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (min-width: 75em) {
  .atc-box-3__hand {
    top: -30px;
  }
}

@media (min-width: 85.375em) {
  .atc-box-4 .atc-box__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .atc-box-5__hand {
    max-width: 80%;
    margin-left: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-5__hand {
    position: absolute;
    left: -20px;
    max-width: 97%;
    margin: -40px 0 0 0;
  }
}

@media (min-width: 75em) {
  .atc-box-5__hand {
    left: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-6 .atc-box__content {
    width: 90%;
    max-width: 690px;
  }
}

@media (min-width: 48em) {
  .atc-box-6__hand {
    max-width: 80%;
    margin-right: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-6__hand {
    position: absolute;
    right: -20px;
    float: none;
    max-width: 94%;
    margin: -30px 0 0 0;
  }
}

@media (min-width: 75em) {
  .atc-box-6__hand {
    right: -30px;
    margin-top: -40px;
  }
}

@media (min-width: 48em) {
  .about-subtitle {
    font-size: 31px;
  }
}

@media (min-width: 62em) {
  .about-title {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .about-digit__label {
    font-size: 21px;
  }
}

@media (min-width: 30em) {
  .about-digit__number {
    font-size: 75px;
  }
}

@media (min-width: 48em) {
  .about-digit__number {
    font-size: 95px;
  }
}

@media (min-width: 62em) {
  .about-digit__number {
    font-size: 110px;
  }
}

@media (min-width: 30em) {
  .about-digit.about-digit--xs-smaller .about-digit__number {
    font-size: 75px;
  }
}

@media (min-width: 48em) {
  .about-digit.about-digit--xs-smaller .about-digit__number {
    font-size: 95px;
  }
}

@media (min-width: 62em) {
  .about-digit.about-digit--xs-smaller .about-digit__number {
    font-size: 110px;
  }
}

@media (min-width: 62em) {
  .about-design {
    padding-top: 90px;
  }
}

@media (min-width: 62em) {
  .about-design__title {
    margin-bottom: 90px;
  }
}

@media (min-width: 62em) {
  .about-design__hand {
    float: right;
    max-width: none;
    margin-top: -165px;
    margin-right: -165px;
  }
}

@media (min-width: 62em) {
  .about-design__col-1-2 {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-design__digit {
    margin-left: 133px;
  }
}

@media (min-width: 62em) {
  .about-design__furniture {
    float: left;
    max-width: none;
  }
}

@media (min-width: 48em) {
  .about-design__col-2-1 {
    padding-top: 65px;
    padding-right: 75px;
    text-align: right;
  }
}

@media (min-width: 48em) {
  .about-design__col-2-2 {
    padding-top: 0;
    text-align: left;
  }
}

@media (min-width: 30em) {
  .about-design__graph {
    max-width: none;
  }
}

@media (min-width: 48em) {
  .about-design__graph {
    margin: 0;
  }
}

@media (min-width: 48em) {
  .about-design__graph__label {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .about-design__graph__number {
    font-size: 65px;
  }
}

@media (min-width: 62em) {
  .about-design__graph__number {
    font-size: 79px;
  }
}

@media (min-width: 62em) {
  .about-awards {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-awards__title {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .about-awards__digit-1 {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 5%;
    margin-right: 0;
  }
}

@media (min-width: 75em) {
  .about-awards__digit-1 {
    top: auto;
    bottom: 30%;
  }
}

@media (min-width: 62em) {
  .about-awards__digit-2 {
    position: absolute;
    z-index: 2;
    top: 10%;
    right: 5%;
    margin-left: 0;
  }
}

@media (min-width: 75em) {
  .about-awards__image {
    float: left;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-left: 9%;
  }
}

@media (min-width: 62em) {
  .about-fabrication {
    padding-top: 85px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-fabrication__content {
    padding-left: 36%;
  }
}

@media (min-width: 62em) {
  .about-fabrication__content--2 {
    padding-bottom: 60px;
  }
}

@media (min-width: 48em) {
  .about-fabrication__arrow {
    position: absolute;
    left: 55px;
    width: 3000px;
    margin-top: 0;
    margin-left: -40px;
    margin-right: 0;
    font-size: 21px;
    line-height: 52px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translateX(-30px);
    -ms-transform: rotate(-90deg) translateX(-30px);
    -o-transform: rotate(-90deg) translateX(-30px);
    transform: rotate(-90deg) translateX(-30px);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}

@media (min-width: 62em) {
  .about-fabrication__arrow {
    left: 18%;
  }
}

@media (min-width: 23.4375em) {
  .about-fabrication__arrow__content {
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  .about-fabrication__arrow__content {
    padding-top: 10px;
    padding-left: 45px;
  }
}

@media (min-width: 25.875em) {
  .about-fabrication__arrow__percent {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .about-fabrication__arrow__percent {
    font-size: 52px;
  }
}

@media (min-width: 62em) {
  .about-fabrication__figure {
    margin: 0 0 30px;
  }
}

@media (min-width: 62em) {
  .about-fabrication__capacity__title {
    padding-top: 80px;
    padding-bottom: 45px;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block {
    margin-bottom: 45px;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block--sillas .about-fabrication__block__icon-wrap {
    border: 17px solid #b0d34c;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block--armarios .about-fabrication__block__icon-wrap {
    border: 4px solid #00bdec;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block--mesas .about-fabrication__block__icon-wrap {
    border: 8px solid #d52048;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block__icon-wrap {
    width: 130px;
    height: 130px;
    margin-right: 50px;
  }
}

@media (min-width: 62em) {
  .about-sustain {
    padding-top: 90px;
  }
}

@media (min-width: 62em) {
  .about-sustain__solar-block {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-block--co2 .about-sustain__solar-block__icon-wrap {
    border: 4px solid #81c784;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-block--energy .about-sustain__solar-block__icon-wrap {
    border: 17px solid #ffd600;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-block__icon-wrap {
    width: 130px;
    height: 130px;
  }
}

@media (min-width: 62em) {
  .about-sustain__solar-block__icon-wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar__figure {
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-needs {
    padding-top: 110px;
    text-align: left;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-needs__num {
    font-size: 79px;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-needs__text {
    padding-top: 25px;
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .about-sustain__solar-needs__graph {
    margin-top: 28px;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature {
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature__cloud {
    position: absolute;
    top: -35px;
    right: 12%;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .about-sustain__nature__cloud {
    top: -55px;
    right: 20%;
    max-width: none;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature__title {
    margin-bottom: 58px;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature-block {
    height: 130px;
  }
}

@media (min-width: 62em) {
  .about-sustain__nature-block {
    height: 236px;
  }
}

@media (min-width: 62em) {
  .about-sustain__nature-block--tree .about-sustain__nature-block__fig {
    max-width: none;
    margin-right: 50px;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature-block--tree {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature-block--plant .about-sustain__nature-block__fig {
    max-width: none;
    margin-right: 60px;
  }
}

@media (min-width: 62em) {
  .about-sustain__nature-block--plant .about-digit {
    margin-top: 38px;
  }
}

@media (min-width: 48em) {
  .about-sustain__water {
    padding-top: 70px;
  }
}

@media (min-width: 62em) {
  .about-sustain__water {
    padding-top: 100px;
  }
}

@media (min-width: 48em) {
  .about-sustain__soil {
    margin-bottom: 50px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-sustain__soil {
    margin-bottom: 85px;
  }
}

@media (min-width: 48em) {
  .about-sustain__soil__num {
    font-size: 79px;
  }
}

@media (min-width: 48em) {
  .about-sustain__soil__text {
    padding-top: 25px;
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .about-sustain__soil__graph {
    margin-bottom: 24px;
  }
}

@media (min-width: 48em) {
  .about-sustain__water__subterran {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .about-internacional {
    padding-top: 80px;
  }
}

@media (min-width: 48em) {
  .about-internacional__title {
    margin-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .about-internacional__title {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms {
    margin-bottom: 65px;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms__title {
    margin-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .about-internacional__showrooms__figure {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .about-internacional__showrooms__text {
    padding-top: 100px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms__text {
    padding-top: 115px;
  }
}

@media (min-width: 48em) {
  .about-internacional__showrooms__hero {
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms__hero {
    margin-bottom: 80px;
  }
}

@media (min-width: 30em) {
  .about-internacional__showrooms__list-col {
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms__list-col {
    width: 16.66666%;
  }
}

@media (min-width: 48em) {
  .about-internacional__showrooms__item__icon {
    margin-bottom: 22px;
  }
}

@media (min-width: 48em) {
  .about-logo {
    padding-top: 75px;
    padding-bottom: 250px;
  }
}

@media (min-width: 62em) {
  .about-logo {
    padding-top: 95px;
    padding-bottom: 280px;
  }
}

@media (min-width: 85.375em) {
  .about-logo {
    padding-top: 120px;
    padding-bottom: 320px;
  }
}

@media (min-width: 48em) {
  .about-logo .title {
    margin-bottom: 70px;
  }
}

@media (min-width: 62em) {
  .about-logo .title {
    margin-bottom: 85px;
  }
}

@media (min-width: 85.375em) {
  .about-logo .title {
    margin-bottom: 115px;
  }
}

@media (min-width: 23.4375em) {
  .logohis {
    font-size: 7px;
  }
}

@media (min-width: 48em) {
  .logohis {
    font-size: 8px;
  }
}

@media (min-width: 62em) {
  .logohis {
    font-size: 9px;
  }
}

@media (min-width: 75em) {
  .logohis {
    font-size: 10px;
  }
}

@media (min-width: 25.875em) {
  .logohis-item__dot {
    width: 4.6em;
    height: 4.6em;
  }
}

@media (min-width: 25.875em) {
  .logohis-item__dot__number {
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
  }
}

@media (min-width: 48em) {
  .logohis-item__info {
    position: absolute;
    z-index: 1;
    top: 0.2em;
    display: block;
    width: 26.8em;
  }
}

@media (min-width: 62em) {
  .logohis-item--color .logohis-item__info {
    right: -31.8em;
  }
}

@media (min-width: 62em) {
  .logohis-item--color .logohis-item__title:before {
    width: 32.8em;
  }
}

@media (min-width: 62em) {
  .logohis-item--imagotipo .logohis-item__info {
    right: -39.4em;
  }
}

@media (min-width: 62em) {
  .logohis-item--imagotipo .logohis-item__title:before {
    width: 40.4em;
  }
}

@media (min-width: 62em) {
  .logohis-item--letra .logohis-item__info {
    left: -32em;
    width: 26.8em;
  }
}

@media (min-width: 75em) {
  .logohis-item--letra .logohis-item__info {
    left: -34.3em;
  }
}

@media (min-width: 62em) {
  .logohis-item--letra .logohis-item__title:before {
    width: 33em;
  }
}

@media (min-width: 75em) {
  .logohis-item--letra .logohis-item__title:before {
    width: 35.3em;
  }
}

@media (min-width: 48em) {
  .logohis-item-list {
    display: none;
  }
}

@media (min-width: 48em) {
  .about-history .title {
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .about-history .title {
    margin-bottom: 70px;
  }
}

@media (min-width: 48em) {
  .about-history {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .about-history {
    padding-top: 120px;
  }
}

@media (min-width: 48em) {
  .history:nth-child(2n) {
    background: #fff;
  }

  .history:nth-child(2n) .history__col-left {
    background: #f7f7f5;
  }
}

@media (min-width: 48em) {
  .history:nth-child(2n + 1) .history__col-left {
    background: #f0f0f0;
  }
}

@media (min-width: 48em) {
  .history {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 48em) {
  .history__container {
    padding: 0;
  }
}

@media (min-width: 48em) {
  .history__row {
    display: table;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .history__col__content {
    width: 100%;
    max-width: 550px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .history__col__content {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (min-width: 75em) {
  .history__col__content {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 48em) {
  .history__countries__number__val {
    padding-top: 0;
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .history__col-left {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
  }

  .history__col-left .history__col__content {
    float: right;
  }
}

@media (min-width: 48em) {
  .history__figure {
    max-width: 100%;
    float: right;
  }
}

@media (min-width: 48em) {
  .history__col-right {
    display: table-cell;
    width: 50%;
  }

  .history__col-right .history__col__content {
    float: left;
  }
}

@media (min-width: 48em) {
  .history__year {
    margin-top: 0;
    font-size: 90px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .history__year {
    font-size: 115px;
  }
}

@media (min-width: 48em) {
  .history__year__val {
    display: block;
  }
}

@media (min-width: 48em) {
  .history__year__icon {
    position: absolute;
    top: 12px;
    right: 0;
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .history__text {
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .history__text {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .history__stats__item__text {
    margin-right: 15px;
    font-size: 19px;
  }
}

@media (min-width: 62em) {
  .history__stats__item__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .history__stats__item__text {
    margin-right: 18px;
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .history__stats__item__num {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .history__stats__item__num {
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .history__stats__item__num {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .history--1968 .history__countries__number__val {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .history--1970 .history__col__content {
    padding-top: 80px;
  }

  .history--1970 .history__countries__number {
    padding: 21px;
  }

  .history--1970 .history__countries__number__val {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 48em) {
  .history--1982 .history__stats__item__graph-1 {
    width: 26.25px;
  }
}

@media (min-width: 62em) {
  .history--1982 .history__stats__item__graph-1 {
    width: 33.25px;
  }
}

@media (min-width: 75em) {
  .history--1982 .history__stats__item__graph-1 {
    width: 35px;
  }
}

@media (min-width: 48em) {
  .history--1982 .history__stats__item__graph-2 {
    width: 30px;
  }
}

@media (min-width: 62em) {
  .history--1982 .history__stats__item__graph-2 {
    width: 38px;
  }
}

@media (min-width: 75em) {
  .history--1982 .history__stats__item__graph-2 {
    width: 40px;
  }
}

@media (min-width: 48em) {
  .history--1982 .history__col__content {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .history--1982 .history__countries__number {
    padding: 25px;
  }

  .history--1982 .history__countries__number__val {
    width: 90px;
    height: 90px;
  }
}

@media (min-width: 48em) {
  .history--1995 .history__stats__item__graph-1 {
    width: 90px;
  }
}

@media (min-width: 62em) {
  .history--1995 .history__stats__item__graph-1 {
    width: 114px;
  }
}

@media (min-width: 75em) {
  .history--1995 .history__stats__item__graph-1 {
    width: 120px;
  }
}

@media (min-width: 48em) {
  .history--1995 .history__stats__item__graph-2 {
    width: 45px;
  }
}

@media (min-width: 62em) {
  .history--1995 .history__stats__item__graph-2 {
    width: 57px;
  }
}

@media (min-width: 75em) {
  .history--1995 .history__stats__item__graph-2 {
    width: 60px;
  }
}

@media (min-width: 48em) {
  .history--1995 .history__col__content {
    padding-top: 110px;
    padding-bottom: 230px;
  }

  .history--1995 .history__countries__number {
    padding: 25px;
  }

  .history--1995 .history__countries__number__val {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 48em) {
  .history--2000 .history__stats__item__graph-1 {
    width: 112.5px;
  }
}

@media (min-width: 62em) {
  .history--2000 .history__stats__item__graph-1 {
    width: 142.5px;
  }
}

@media (min-width: 75em) {
  .history--2000 .history__stats__item__graph-1 {
    width: 150px;
  }
}

@media (min-width: 48em) {
  .history--2000 .history__stats__item__graph-2 {
    width: 52.5px;
  }
}

@media (min-width: 62em) {
  .history--2000 .history__stats__item__graph-2 {
    width: 66.5px;
  }
}

@media (min-width: 75em) {
  .history--2000 .history__stats__item__graph-2 {
    width: 70px;
  }
}

@media (min-width: 48em) {
  .history--2000 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .history--2000 .history__col__content {
    padding-top: 180px;
    padding-bottom: 300px;
  }

  .history--2000 .history__countries__number {
    padding: 25px;
  }

  .history--2000 .history__countries__number__val {
    width: 280px;
    height: 280px;
    font-size: 25px;
  }

  .history--2000 .history__countries__word {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .history--2008 .history__stats__item__graph-1 {
    width: 135px;
  }
}

@media (min-width: 62em) {
  .history--2008 .history__stats__item__graph-1 {
    width: 171px;
  }
}

@media (min-width: 75em) {
  .history--2008 .history__stats__item__graph-1 {
    width: 180px;
  }
}

@media (min-width: 48em) {
  .history--2008 .history__stats__item__graph-2 {
    width: 221.25px;
  }
}

@media (min-width: 62em) {
  .history--2008 .history__stats__item__graph-2 {
    width: 280.25px;
  }
}

@media (min-width: 75em) {
  .history--2008 .history__stats__item__graph-2 {
    width: 295px;
  }
}

@media (min-width: 48em) {
  .history--2008 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .history--2008 .history__col__content {
    padding-top: 260px;
    padding-bottom: 320px;
  }

  .history--2008 .history__countries__number {
    padding: 25px;
  }

  .history--2008 .history__countries__number__val {
    width: 440px;
    height: 440px;
    font-size: 31px;
  }

  .history--2008 .history__countries__word {
    font-size: 31px;
  }
}

@media (min-width: 48em) {
  .history--2015 .history__stats__item__graph-1 {
    width: 215.25px;
  }
}

@media (min-width: 62em) {
  .history--2015 .history__stats__item__graph-1 {
    width: 272.65px;
  }
}

@media (min-width: 75em) {
  .history--2015 .history__stats__item__graph-1 {
    width: 287px;
  }
}

@media (min-width: 48em) {
  .history--2015 .history__stats__item__graph-2 {
    width: 221.25px;
  }
}

@media (min-width: 62em) {
  .history--2015 .history__stats__item__graph-2 {
    width: 280.25px;
  }
}

@media (min-width: 75em) {
  .history--2015 .history__stats__item__graph-2 {
    width: 295px;
  }
}

@media (min-width: 48em) {
  .history--2015 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .history--2015 .history__col__content {
    padding-top: 280px;
  }

  .history--2015 .history__countries__number {
    padding: 25px;
  }

  .history--2015 .history__countries__number__val {
    width: 480px;
    height: 480px;
    font-size: 31px;
  }

  .history--2015 .history__countries__word {
    font-size: 31px;
  }
}

@media (min-width: 48em) {
  .history--1995 .history__countries__number__val,
  .history--2000 .history__countries__number__val,
  .history--2008 .history__countries__number__val,
  .history--2015 .history__countries__number__val {
    position: relative;
  }

  .history--1995 .history__countries__word,
  .history--2000 .history__countries__word,
  .history--2008 .history__countries__word,
  .history--2015 .history__countries__word {
    top: 55%;
    top: -webkit-calc(50% + 12px);
    top: calc(50% + 12px);
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 48em) {
  .page-legal {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .page-legal__subtitle {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 26px;
  }
}

@media (min-width: 48em) {
  .page-legal__paragraph-title {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 18px;
  }
}

@media (min-width: 30em) {
  .registro-ok__title__icon {
    top: 5px;
  }
}

@media (min-width: 48em) {
  .registro-ok__title__icon {
    margin-right: 10px;
  }
}

@media (min-width: 62em) {
  .registro-ok__title__icon {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 62em) {
  .arch-intro {
    display: table;
    width: 100%;
    background-image: url("../../images/recursos/arquitectos/bg-intro.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

@media (min-width: 62em) {
  .arch-intro__left {
    display: table-cell;
    width: 47%;
    vertical-align: bottom;
  }
}

@media (min-width: 62em) {
  .arch-intro__image {
    float: right;
  }
}

@media (min-width: 62em) {
  .arch-intro__right {
    display: table-cell;
    padding: 50px 30px 50px 0;
    width: 53%;
    vertical-align: middle;
  }
}

@media (min-width: 75em) {
  .arch-intro__right {
    padding: 70px 30px 70px 0;
  }
}

@media (min-width: 85.375em) {
  .arch-intro__right {
    padding: 90px 30px 90px 0;
  }
}

@media (min-width: 62em) {
  .arch-intro__right__content {
    max-width: 590px;
  }
}

@media (min-width: 48em) {
  .arch-intro__title {
    font-size: 35px;
  }
}

@media (min-width: 62em) {
  .arch-intro__title {
    font-size: 38px;
    text-align: left;
  }
}

@media (min-width: 75em) {
  .arch-intro__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .arch-intro__list {
    font-size: 21px;
    margin-bottom: 50px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .arch-intro__list {
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .arch-intro__list {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .arch-intro__btn-wrap {
    text-align: left;
  }
}

@media (min-width: 30em) {
  .arch-materials__item {
    padding-bottom: 140px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item {
    padding-bottom: 220px;
  }
}

@media (min-width: 62em) {
  .arch-materials__item {
    width: 25%;
    padding-bottom: 280px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item__title {
    font-size: 37px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item__icon {
    width: 108px;
    height: 108px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item--metal .arch-materials__item__icon__img {
    width: 40px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item--polymer .arch-materials__item__icon__img {
    width: 34px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item--textile .arch-materials__item__icon__img {
    width: 46px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item--wood .arch-materials__item__icon__img {
    width: 48px;
  }
}

@media (min-width: 48em) {
  .arch-coverage {
    padding-bottom: 100px;
  }
}

@media (min-width: 62em) {
  .arch-coverage {
    padding-bottom: 120px;
  }
}

@media (min-width: 48em) {
  .arch-coverage__intro {
    padding-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .arch-coverage__icons {
    margin-bottom: 45px;
  }
}

@media (min-width: 48em) {
  .arch-coverage__icons__item {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media (min-width: 48em) {
  .arch-showrooms__hero {
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .arch-showrooms__hero {
    margin-bottom: 80px;
  }
}

@media (min-width: 30em) {
  .arch-showrooms__list-col {
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .arch-showrooms__list-col {
    width: 16.66666%;
  }
}

@media (min-width: 48em) {
  .arch-showrooms__item__icon {
    margin-bottom: 22px;
  }
}

@media (min-width: 62em) {
  .park-data {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .park-data__container {
    display: table;
    width: 100%;
  }
}

@media (min-width: 62em) {
  .park-data__col-photo {
    display: table-cell;
    width: 55%;
    vertical-align: top;
  }
}

@media (min-width: 75em) {
  .park-data__col-photo {
    width: 50%;
  }
}

@media (min-width: 62em) {
  .park-data__photo {
    width: auto;
    float: right;
  }
}

@media (min-width: 48em) {
  .park-data__col-desc {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .park-data__col-desc {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .park-data__col-desc {
    width: 50%;
    padding-right: 70px;
    padding-left: 70px;
    font-size: 21px;
  }
}

@media (min-width: 85.375em) {
  .park-data__col-desc {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (min-width: 62em) {
  .park-data__title {
    font-size: 38px;
  }
}

@media (min-width: 75em) {
  .park-data__title {
    font-size: 43px;
  }
}

@media (min-width: 48em) {
  .park-gobierno {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .park-gobierno {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 75em) {
  .park-gobierno {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 48em) {
  .park-gobierno__container {
    display: table;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .park-gobierno__col-image {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }
}

@media (min-width: 48em) {
  .park-gobierno__col-desc {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
  }
}

@media (min-width: 48em) {
  .park-gobierno__image {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .park-gobierno__image {
    width: 200px;
  }
}

@media (min-width: 85.375em) {
  .park-gobierno__image {
    width: auto;
  }
}

@media (min-width: 30em) {
  .park-gobierno__title {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .park-gobierno__title {
    font-size: 35px;
    text-align: left;
  }
}

@media (min-width: 85.375em) {
  .park-gobierno__title {
    font-size: 40px;
  }
}

@media (min-width: 48em) {
  .leed-council {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 62em) {
  .leed-council {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 48em) {
  .leed-council__col-desc {
    padding-top: 25px;
  }
}

@media (min-width: 62em) {
  .leed-council__image {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 30em) {
  .leed-council__title {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .leed-council__title {
    font-size: 35px;
    text-align: left;
  }
}

@media (min-width: 85.375em) {
  .leed-council__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .leed-council__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .leed-council__text {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .leed-what__container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 62em) {
  .leed-what__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 62em) {
  .leed-council__col-desc {
    padding-right: 50px;
  }
}

@media (min-width: 48em) {
  .leed-what__decoration {
    position: absolute;
    bottom: -22px;
    right: 12px;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .leed-what__decoration {
    bottom: -36px;
    max-width: none;
  }
}

@media (min-width: 30em) {
  .leed-what__title {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .leed-what__title {
    font-size: 35px;
    text-align: left;
  }
}

@media (min-width: 85.375em) {
  .leed-what__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .leed-what__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .leed-what__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .leed-why {
    padding-top: 130px;
  }

  .leed-why:before {
    height: 130px;
  }
}

@media (min-width: 48em) {
  .leed-why__icons-col {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width: 62em) {
  .leed-why__icons-col {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 48em) {
  .leed-why__icons__item__img {
    max-width: 80%;
  }
}

@media (min-width: 48em) {
  .leed-why__icons__item--rodillo .leed-why__icons__item__img {
    max-width: 80%;
  }
}

@media (min-width: 48em) {
  .leed-why__icons__item--shopping .leed-why__icons__item__img {
    max-width: 80%;
  }
}

@media (min-width: 48em) {
  .leed-why__row-block {
    display: table;
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .leed-why__row-block {
    margin-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .leed-why__col-block {
    display: table-cell;
    width: 48%;
    padding: 30px 25px 25px;
    vertical-align: top;
  }
}

@media (min-width: 62em) {
  .leed-why__col-block {
    padding: 35px 40px 30px;
  }
}

@media (min-width: 75em) {
  .leed-why__col-block {
    padding: 45px 50px 30px;
  }
}

@media (min-width: 48em) {
  .leed-why__col-block.leed-why__col-block--bordered {
    border: 2px solid #ececec;
  }
}

@media (min-width: 48em) {
  .leed-why__col-separator {
    display: table-cell;
    width: 4%;
  }
}

@media (min-width: 48em) {
  .leed-why__block {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .leed-why__block__icon {
    margin-bottom: 23px;
  }
}

@media (min-width: 48em) {
  .leed-why__block__title {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .leed-why__block__title {
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .leed-why__block__title {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .leed-why__block__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .leed-why__block__text {
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .leed-why__block__text {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .cw-actiu {
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .cw-actiu {
    padding-bottom: 90px;
  }
}

@media (max-width: 61.99em) {
  .cw-actiu__container.container-fluid {
    max-width: 812px;
  }
}

@media (min-width: 62em) {
  .cw-actiu__container {
    padding: 0;
  }
}

@media (min-width: 62em) {
  .cw-actiu__content {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    padding: 0 7%;
  }
}

@media (min-width: 30em) {
  .cw-actiu__text {
    font-size: 26px;
  }
}

@media (min-width: 48em) {
  .cw-actiu__text {
    font-size: 27px;
  }
}

@media (min-width: 62em) {
  .cw-actiu__text {
    font-size: 28px;
  }
}

@media (min-width: 85.375em) {
  .cw-actiu__text {
    font-size: 29px;
  }
}

@media (min-width: 62em) {
  .cw-actiu__photo {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .cw-actiu__photo__img {
    float: right;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .cw-time {
    display: table;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .cw-time__col:before {
    height: 70px;
  }
}

@media (min-width: 48em) {
  .cw-time__col {
    display: table-cell;
    width: 33.333333%;
  }

  .cw-time__col:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 11px;
    background: #ccc;
  }
}

@media (min-width: 48em) {
  .cw-time__item__content {
    padding-bottom: 51px;
  }
}

@media (min-width: 62em) {
  .cw-time__item__content {
    padding-top: 57px;
    padding-right: 8%;
    padding-bottom: 61px;
    padding-left: 8%;
  }
}

@media (min-width: 75em) {
  .cw-time__item__content {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media (min-width: 62em) {
  .cw-time__item__img {
    max-width: 80%;
  }
}

@media (min-width: 62em) {
  .cw-time__item__img {
    margin-bottom: 38px;
  }
}

@media (min-width: 48em) {
  .cw-time__item__title {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .cw-time__item__title {
    font-size: 44px;
  }
}

@media (min-width: 48em) {
  .cw-time__item__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .cw-time__item__text {
    font-size: 23px;
  }
}

@media (min-width: 75em) {
  .cw-time__item__text {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .cw-happy {
    padding-top: 0;
  }
}

@media (max-width: 47.99em) {
  .cw-happy__item__img {
    max-width: 250px;
  }
}

@media (min-width: 30em) {
  .error-404 .page-intro {
    padding: 15px 0 5px;
  }
}

@media (min-width: 48em) {
  .error-404 .page-intro {
    padding: 15px 0 5px;
  }
}

@media (min-width: 85.375em) {
  .error-404 .page-intro {
    padding: 20px 0 5px;
  }
}

@media (min-width: 105em) {
  .error-404 .page-intro {
    padding: 40px 0 20px;
  }
}

@media (min-width: 48em) {
  .error-404-content {
    padding-top: 40px;
  }
}

@media (min-width: 75em) {
  .error-404-content {
    padding-top: 50px;
  }
}

@media (min-width: 105em) {
  .error-404-content {
    padding-top: 90px;
  }
}

@media (min-width: 30em) {
  .error-404-title {
    font-size: 32.5px;
  }
}

@media (min-width: 48em) {
  .error-404-title {
    margin-bottom: 0;
    font-size: 35px;
  }
}

@media (min-width: 62em) {
  .error-404-title {
    font-size: 37.5px;
  }
}

@media (min-width: 75em) {
  .error-404-title {
    font-size: 40px;
  }
}

@media (min-width: 105em) {
  .error-404-title {
    font-size: 50px;
    margin-bottom: 24px;
  }
}

@media (min-width: 30em) {
  .error-404-image__img {
    width: 281px;
  }
}

@media (min-width: 48em) {
  .error-404-image:before {
    content: '';
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 340px;
    background-image: url("../../images/error-404.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
  }
}

@media (min-width: 85.375em) {
  .error-404-image:before {
    height: 424px;
  }
}

@media (min-width: 30em) {
  .error-404-image:after {
    height: 118px;
  }
}

@media (min-width: 85.375em) {
  .error-404-gafas img {
    width: 70px;
  }
}

@media (min-width: 48em) {
  .error-404-gafas {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    display: block;
    width: 190px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 85.375em) {
  .error-404-gafas {
    width: 240px;
  }
}

@media (min-width: 48em) {
  .wally__close-btn {
    top: 18px;
    right: 26px;
  }
}

@media (min-width: 62em) {
  .promo-wally-warning {
    display: none !important;
  }
}

@media (max-width: 61.99em) {
  .promo-wally-step {
    display: none !important;
  }
}

@media (min-height: 48em) {
  .promo-wally-step {
    padding-top: 70px;
  }
}

@media (min-height: 50em) {
  .promo-wally-step {
    padding-top: 100px;
  }
}

@media (min-height: 63.75em) {
  .promo-wally-step {
    padding-top: 120px;
  }
}

@media (min-height: 48em) {
  .promo-wally-loading {
    padding-top: 70px;
  }
}

@media (min-height: 50em) {
  .promo-wally-loading {
    padding-top: 100px;
  }
}

@media (min-height: 63.75em) {
  .promo-wally-loading {
    padding-top: 120px;
  }
}

@media (min-width: 62em) {
  .main-header-wrap--iframe {
    height: 60px;
  }
}

@media (min-width: 62em) {
  .main-header--iframe {
    height: 60px;
  }
}

@media (min-width: 48em) {
  .main-header__logo--iframe {
    position: relative;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    float: left;
    width: 50px;
    margin-right: 23px;
  }
}

@media (min-width: 62em) {
  .main-header__logo--iframe {
    width: 60px;
  }
}

@media (min-width: 62em) {
  .main-header__logo__img--big--iframe {
    float: left;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 48em) {
  .hamburger--iframe {
    display: none;
  }
}

@media (min-width: 48em) {
  .main-nav--iframe {
    display: block;
    margin-left: -17px;
  }
}

@media (min-width: 48em) {
  .secondary-nav__item--iframe {
    display: table-cell;
  }
}

@media (min-width: 48em) {
  .secondary-nav__item--more-margin--iframe {
    padding-right: 10px;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item--more-margin--iframe {
    padding-right: 25px;
  }
}

@media (min-width: 23.4375em) {
  .tabs-plain__wrap-iframe .tabs-plain__clearfix {
    display: none;
  }
}

@media (min-width: 23.4375em) {
  .tabs-plain__wrap-iframe {
    display: block;
    text-align: center;
  }
}

@media (max-width: 47.99em) {
  .tabs-plain__wrap-iframe .tabs-plain__tab:not(.tabs-plain__button) {
    margin-right: 15px;
  }

  .tabs-plain__wrap-iframe .tabs-plain__tab:not(.tabs-plain__button):last-child {
    margin-right: 0;
  }
}

@media (max-width: 25.865em) {
  .tabs-plain__wrap-iframe .tabs-plain__tab:not(.tabs-plain__button) {
    margin-right: 12px;
  }
}

@media (min-width: 30em) {
  .downlist-item__files--iframe .downlist-item__file__btn {
    top: -35px;
  }
}

@media (min-width: 48em) {
  .owl-carousel .owl-item--iframe {
    margin-right: 10px;
  }
}

@media (min-width: 48em) {
  .mfp-iframe .mfp-close-iframe {
    right: 0;
    margin-top: -10px;
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer {
    padding-top: 20px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .container {
    background: url("../../images/empresa/adn/montaje.jpg") 0 0 no-repeat;
    background-size: 100% auto;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .product__info {
    padding-left: 55px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .product__info {
    padding-left: 60px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .infoADN-left {
    padding-left: 100px;
    padding-right: 75px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .infoADN-left {
    padding-left: 140px;
    padding-right: 95px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .infoADN-left .product__info {
    max-width: 325px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .infoADN-left .product__info {
    max-width: 440px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .infoADN-right {
    padding-left: 110px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .infoADN-right {
    padding-left: 135px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .infoADN-right .product__info {
    max-width: 350px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .infoADN-right .product__info {
    max-width: 440px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer h2 {
    display: inline-block;
    margin-left: 0;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer p {
    font-size: 14px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer p {
    font-size: 15px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .number {
    display: inline-block;
    font-size: 90px;
    position: absolute;
    top: -76px;
    left: 0;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .number {
    font-size: 100px;
    top: -90px;
  }
}

@media (min-width: 62em) {
  #infoADN-1 {
    margin-top: 120px;
  }
}

@media (min-width: 75em) {
  #infoADN-1 {
    margin-top: 120px;
  }
}

@media (min-width: 62em) {
  #infoADN-2 {
    margin-top: 180px;
  }
}

@media (min-width: 75em) {
  #infoADN-2 {
    margin-top: 270px;
  }
}

@media (min-width: 62em) {
  #infoADN-3 {
    margin-top: 215px;
  }
}

@media (min-width: 75em) {
  #infoADN-3 {
    margin-top: 265px;
  }
}

@media (min-width: 62em) {
  #infoADN-4 {
    margin-top: 188px;
  }
}

@media (min-width: 75em) {
  #infoADN-4 {
    margin-top: 225px;
  }
}

@media (min-width: 62em) {
  #infoADN-5 {
    margin-top: 217px;
  }
}

@media (min-width: 75em) {
  #infoADN-5 {
    margin-top: 265px;
  }
}

@media (min-width: 62em) {
  #infoADN-6 {
    margin-top: 223px;
  }
}

@media (min-width: 75em) {
  #infoADN-6 {
    margin-top: 255px;
  }
}

@media (min-width: 62em) {
  #infoADN-7 {
    margin-top: 145px;
  }
}

@media (min-width: 75em) {
  #infoADN-7 {
    margin-top: 177px;
  }
}

@media (min-width: 62em) {
  #infoADN-8 {
    margin-top: 240px;
  }
}

@media (min-width: 75em) {
  #infoADN-8 {
    margin-top: 304px;
  }
}

@media (min-width: 62em) {
  #infoADN-9 {
    margin-top: 230px;
  }
}

@media (min-width: 75em) {
  #infoADN-9 {
    margin-top: 275px;
  }
}

@media (min-width: 62em) {
  #infoADN-10 {
    margin-top: 222px;
    padding-bottom: 160px;
  }
}

@media (min-width: 75em) {
  #infoADN-10 {
    margin-top: 275px;
  }
}

@media (min-width: 62em) {
  #infoADN-10.infoADN-left .product__info {
    padding-left: 95px;
    max-width: 300px;
  }
}

@media (min-width: 75em) {
  #infoADN-10.infoADN-left .product__info {
    padding-left: 110px;
    max-width: 310px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-1 {
    margin-top: 80px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-2 {
    margin-top: 300px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-3 {
    margin-top: 280px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-4 {
    margin-top: 200px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-5 {
    margin-top: 260px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-6 {
    margin-top: 260px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-7 {
    margin-top: 180px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-8 {
    margin-top: 305px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-9 {
    margin-top: 260px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-10 {
    margin-top: 290px;
  }
}