.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}
*:active,
*:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0px;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}
* {
  padding: 0px;
  margin: 0px;
}
img {
  border: none;
}
ul {
  list-style: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Fonts

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Mabry Pro
   ========================================================================== */
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-LightItalic.eot');
  src: url('../fonts/subset-MabryPro-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-LightItalic.woff2') format('woff2'), url('../fonts/subset-MabryPro-LightItalic.woff') format('woff'), url('../fonts/subset-MabryPro-LightItalic.ttf') format('truetype'), url('../fonts/subset-MabryPro-LightItalic.svg#MabryPro-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-BoldItalic.eot');
  src: url('../fonts/subset-MabryPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-BoldItalic.woff2') format('woff2'), url('../fonts/subset-MabryPro-BoldItalic.woff') format('woff'), url('../fonts/subset-MabryPro-BoldItalic.ttf') format('truetype'), url('../fonts/subset-MabryPro-BoldItalic.svg#MabryPro-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-Bold.eot');
  src: url('../fonts/subset-MabryPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-Bold.woff2') format('woff2'), url('../fonts/subset-MabryPro-Bold.woff') format('woff'), url('../fonts/subset-MabryPro-Bold.ttf') format('truetype'), url('../fonts/subset-MabryPro-Bold.svg#MabryPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-Italic.eot');
  src: url('../fonts/subset-MabryPro-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-Italic.woff2') format('woff2'), url('../fonts/subset-MabryPro-Italic.woff') format('woff'), url('../fonts/subset-MabryPro-Italic.ttf') format('truetype'), url('../fonts/subset-MabryPro-Italic.svg#MabryPro-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-Black.eot');
  src: url('../fonts/subset-MabryPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-Black.woff2') format('woff2'), url('../fonts/subset-MabryPro-Black.woff') format('woff'), url('../fonts/subset-MabryPro-Black.ttf') format('truetype'), url('../fonts/subset-MabryPro-Black.svg#MabryPro-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-Medium.eot');
  src: url('../fonts/subset-MabryPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-Medium.woff2') format('woff2'), url('../fonts/subset-MabryPro-Medium.woff') format('woff'), url('../fonts/subset-MabryPro-Medium.ttf') format('truetype'), url('../fonts/subset-MabryPro-Medium.svg#MabryPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-MediumItalic.eot');
  src: url('../fonts/subset-MabryPro-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-MediumItalic.woff2') format('woff2'), url('../fonts/subset-MabryPro-MediumItalic.woff') format('woff'), url('../fonts/subset-MabryPro-MediumItalic.ttf') format('truetype'), url('../fonts/subset-MabryPro-MediumItalic.svg#MabryPro-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-BlackItalic.eot');
  src: url('../fonts/subset-MabryPro-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-BlackItalic.woff2') format('woff2'), url('../fonts/subset-MabryPro-BlackItalic.woff') format('woff'), url('../fonts/subset-MabryPro-BlackItalic.ttf') format('truetype'), url('../fonts/subset-MabryPro-BlackItalic.svg#MabryPro-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-Regular.eot');
  src: url('../fonts/subset-MabryPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-Regular.woff2') format('woff2'), url('../fonts/subset-MabryPro-Regular.woff') format('woff'), url('../fonts/subset-MabryPro-Regular.ttf') format('truetype'), url('../fonts/subset-MabryPro-Regular.svg#MabryPro-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mabry Pro';
  src: url('../fonts/subset-MabryPro-Light.eot');
  src: url('../fonts/subset-MabryPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-MabryPro-Light.woff2') format('woff2'), url('../fonts/subset-MabryPro-Light.woff') format('woff'), url('../fonts/subset-MabryPro-Light.ttf') format('truetype'), url('../fonts/subset-MabryPro-Light.svg#MabryPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* ==========================================================================
   Bebas Neue
   ========================================================================== */
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueRegular.eot');
  src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'), url('../fonts/BebasNeueRegular.woff2') format('woff2'), url('../fonts/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeueRegular.ttf') format('truetype'), url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueBold.eot');
  src: url('../fonts/BebasNeueBold.eot') format('embedded-opentype'), url('../fonts/BebasNeueBold.woff2') format('woff2'), url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf') format('truetype'), url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Typography

   ==========================================================================
   ==========================================================================
   ========================================================================== */
html,
body,
button,
input,
select,
textarea {
  color: #343235;
  font-family: 'Mabry Pro', sans-serif;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
html {
  font-size: 20px;
}
@media (max-width: 1840px) and (min-width: 999px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1520px) and (min-width: 999px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1350px) and (min-width: 999px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1200px) and (min-width: 999px) {
  html {
    font-size: 11px;
  }
}
/* ==========================================================================
   Colors
   ========================================================================== */
.color-blue {
  color: #0086f9;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #1375f8;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
.link-orange {
  color: #f0622c;
}
.link-border {
  color: #1375f8;
  border-bottom: solid 1px rgba(19, 117, 248, 0.7);
}
.link-border:hover {
  border-bottom-color: transparent;
}
/* ==========================================================================
   Text block
   ========================================================================== */
.typical-txt {
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: -0.02em;
}
.typical-txt p {
  margin: 0 0 1.25em;
}
@media (max-width: 1840px) and (min-width: 999px) {
  .typical-txt {
    font-size: 1.25rem;
  }
}
/* ==========================================================================
   Blockquote
   ========================================================================== */
blockquote {
  margin: 0 auto;
  padding: 0 0 0 3em;
  border-left: solid 10px #f0622c;
  max-width: 60vw;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote .logo-partner {
  display: inline-block;
  vertical-align: middle;
  height: 2.5rem;
  margin: 0 1.5rem 0 0;
}
@media (max-width: 1840px) and (min-width: 999px) {
  blockquote {
    border-left-width: 8px;
  }
}
@media (max-width: 1520px) and (min-width: 999px) {
  blockquote {
    border-left-width: 7px;
  }
}
@media (max-width: 998px) {
  blockquote {
    max-width: none;
  }
}
/* ==========================================================================
   Font Weight
   ========================================================================== */
.font-weight-100 {
  font-weight: 100;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
/* ==========================================================================
   Text Align
   ========================================================================== */
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Tables

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Typical Table
   ========================================================================== */
table {
  width: 100%;
  text-align: center;
}
table caption {
  font-weight: 700;
  text-align: left;
  margin: 0.5em 0 1em;
  padding: 0;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: -0.02em;
}
table td,
table th {
  border: solid 2px #ccc;
  border-top: none;
  border-bottom: none;
}
table td:first-child,
table th:first-child {
  border-left: none;
}
table td:last-child,
table th:last-child {
  border-right: none;
}
table th {
  padding: 0.5em;
  background: #343235;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
table td {
  padding: 0.75em 0.5em;
}
table tbody tr:nth-child(even) {
  background: #ebebeb;
}
table .th-mob {
  display: none;
}
@media (max-width: 998px) {
  table {
    display: block;
    margin: 0 -30px;
    width: auto;
    text-align: left;
  }
  table thead,
  table tbody,
  table th,
  table td,
  table tr,
  table caption {
    display: block;
  }
  table thead {
    display: none;
  }
  table td,
  table th {
    border: none;
    padding: 0;
  }
  table caption {
    padding: 0 30px;
    margin-top: 2em;
    font-size: 2rem;
  }
  table tr {
    border-top: solid 2px #ccc;
    font-size: 1.5rem;
    padding: 30px;
    background: none !important;
  }
  table tr:last-child {
    border-bottom: solid 2px #ccc;
  }
  table tr:nth-child(odd) {
    background: #ebebeb !important;
  }
  table .th-mob {
    display: inline-block;
    font-weight: 700;
  }
  table .th-mob:after {
    content: ':';
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Grids

   ==========================================================================
   ==========================================================================
   ========================================================================== */
body {
  background: #fafafa;
}
.body-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.container {
  width: 100%;
  padding: 0 7.3vw;
  margin: 0 auto;
  position: relative;
  min-height: 1px;
  zoom: 1;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/* ==========================================================================
   Mobile
   ========================================================================== */
@media (max-width: 998px) {
  .body-wrapper {
    width: 600px;
  }
  .container {
    padding: 0 30px;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Buttons

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Glare
   ========================================================================== */
.glare {
  display: block;
  position: absolute;
  width: 70px;
  height: 200%;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
  /*background-color: fade(#fff, 30%);*/
  top: -60%;
  right: 120%;
  -webkit-animation: glare 4s ease infinite;
  animation: glare 4s ease infinite;
  z-index: 5;
  pointer-events: none;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#4dffffff', GradientType=1);
}
.glare:after {
  content: '';
  display: none;
  position: absolute;
  width: 20px;
  height: 100%;
  background: inherit;
  right: -15px;
  top: 0;
}
@-webkit-keyframes glare {
  from {
    right: 100%;
    -webkit-transform: rotate(13deg) translateX(-110%);
    transform: rotate(13deg) translateX(-110%);
  }
  40%,
  to {
    right: 0;
    -webkit-transform: rotate(13deg) translateX(110%);
    transform: rotate(13deg) translateX(110%);
  }
}
@keyframes glare {
  from {
    right: 100%;
    -webkit-transform: rotate(13deg) translateX(-110%);
    transform: rotate(13deg) translateX(-110%);
  }
  40%,
  to {
    right: 0;
    -webkit-transform: rotate(13deg) translateX(110%);
    transform: rotate(13deg) translateX(110%);
  }
}
/* ==========================================================================
   Button
   ========================================================================== */
.btn {
  display: inline-block;
  border: none;
  height: 60px;
  line-height: 64px;
  border-radius: 30px;
  color: #fff;
  background: #f0622c;
  padding: 0 1.5em;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.btn:hover {
  background-color: #ee5014;
}
.btn.btn_block {
  display: block;
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 998px) {
  .btn {
    height: 90px;
    line-height: 96px;
    border-radius: 45px;
    font-size: 2rem;
    padding: 0 1em;
  }
}
/* ==========================================================================
   Links
   ========================================================================== */
.link-more {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #1375f8;
  border-bottom: solid 1px #1375f8;
}
.link-more:hover {
  border-bottom-color: transparent !important;
}
@media (max-width: 998px) {
  .link-more {
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Forms

   ==========================================================================
   ==========================================================================
   ========================================================================== */
[placeholder]::-webkit-input-placeholder {
  color: #cacacb;
}
[placeholder]::-moz-placeholder {
  color: #cacacb;
  opacity: 1 !important;
}
[placeholder]:-moz-placeholder {
  color: #cacacb;
  opacity: 1 !important;
}
[placeholder]::-moz-placeholder {
  color: #cacacb;
}
[placeholder]:-ms-input-placeholder {
  color: #cacacb;
}
/* ==========================================================================
   Group
   ========================================================================== */
.form-group {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 998px) {
  .form-group {
    display: block;
    margin-bottom: 30px;
  }
}
/* ==========================================================================
   Label
   ========================================================================== */
.form-label {
  display: block;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.25em 20px;
  text-align: left;
}
@media (max-width: 998px) {
  .form-label {
    font-size: 1.5rem;
  }
}
/* ==========================================================================
   Input
   ========================================================================== */
.form-field {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 40px;
  padding: 10px 20px 6px;
  border-radius: 30px;
  border: solid 2px #ccc;
  background: none;
  text-align: center;
  color: #343235;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
}
textarea.form-field {
  height: auto;
  line-height: normal;
  resize: none;
}
@media (max-width: 998px) {
  .form-field {
    height: 90px;
    line-height: 60px;
    padding: 15px 30px 9px;
    border-radius: 45px;
    font-size: 2rem;
  }
}
/* ==========================================================================
   Form Wrapper
   ========================================================================== */
.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.form-wrapper .form-group {
  width: 23%;
}
@media (max-width: 998px) {
  .form-wrapper {
    display: block;
  }
  .form-wrapper .form-group {
    width: auto;
  }
}
/* ==========================================================================
   Checkbox, Radio
   ========================================================================== */
.form-checkbox {
  position: relative;
  text-align: left;
  zoom: 1;
  *zoom: 1;
  opacity: 0.7;
}
.form-checkbox:before,
.form-checkbox:after {
  content: " ";
  display: table;
}
.form-checkbox:after {
  clear: both;
}
.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.333333;
}
.form-checkbox label:before,
.form-checkbox label:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.form-checkbox label:before {
  border-radius: 2px;
}
.form-checkbox label:after {
  display: none;
  background: url('../img/check.svg') no-repeat 50% 50%;
  background-size: 70% auto;
}
.form-checkbox input[type="checkbox"]:checked + label:after,
.form-checkbox input[type="radio"]:checked + label:after {
  display: block;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Titles

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Section Title
   ========================================================================== */
.sct-title {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 0.25em;
}
@media (max-width: 998px) {
  .sct-title {
    font-size: 3rem;
  }
}
/* ==========================================================================
   Sup Title
   ========================================================================== */
.sup-title {
  font-size: 0.6rem;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #0086f9;
  margin: 0 0 2em;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Modals

   ==========================================================================
   ==========================================================================
   ========================================================================== */
body.modal-opened {
  overflow: hidden;
}
.backdrop {
  opacity: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.modal-opened .backdrop {
  opacity: 1;
  pointer-events: none;
}
/* ==========================================================================
   Side Modal
   ========================================================================== */
.modal-side {
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  height: 100vh;
  width: 36.5%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.modal-opened .modal-side {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.modal-side__in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 3vh 22% 3vh 14%;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.modal-side__in > .sct-title,
.modal-side__in > .typical-txt,
.modal-side__in > form {
  width: 100%;
}
@media (max-width: 998px) {
  .modal-side {
    height: 100%;
    width: 100%;
  }
  .modal-side__in {
    padding: 30px;
  }
}
/* ==========================================================================
   Close
   ========================================================================== */
.btn-close {
  display: block;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5%;
  right: 8.6%;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-close path {
  fill: #343235;
  fill-rule: evenodd;
}
.btn-close:hover {
  opacity: 0.5;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1840px) and (min-width: 999px) {
  .btn-close {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1520px) and (min-width: 999px) {
  .btn-close {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1350px) and (min-width: 999px) {
  .btn-close {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1200px) and (min-width: 999px) {
  .btn-close {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 998px) {
  .btn-close {
    top: 30px;
    right: 30px;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Slider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Arrows Button
   ========================================================================== */
.slick-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: #002768;
  position: absolute;
  right: 4.9%;
  top: 90.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  border-radius: 50%;
}
.slick-arrow svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.slick-arrow path {
  fill: none;
  stroke: #fafafa;
  stroke-width: 3px;
  fill-rule: evenodd;
}
.slick-arrow.slick-prev {
  -webkit-transform: translate(-150%, -50%) scale(-1, 1);
  -ms-transform: translate(-150%, -50%) scale(-1, 1);
  transform: translate(-150%, -50%) scale(-1, 1);
}
.slick-arrow:hover {
  background-color: #f0622c;
}
/* ==========================================================================
   Dots
   ========================================================================== */
.slick-dots {
  zoom: 1;
  *zoom: 1;
  position: absolute;
  right: 4.9%;
  top: 90.5%;
  -webkit-transform: translate(-160px, -50%);
  -ms-transform: translate(-160px, -50%);
  transform: translate(-160px, -50%);
}
.slick-dots:before,
.slick-dots:after {
  content: " ";
  display: table;
}
.slick-dots:after {
  clear: both;
}
.slick-dots button {
  display: block;
  border: none;
  overflow: hidden;
  text-indent: -1000px;
  width: 14px;
  height: 14px;
  background: #002768;
  border-radius: 50%;
}
.slick-dots li {
  float: left;
  margin: 0 3px;
}
.slick-dots li.slick-active button {
  background-color: #f0622c;
}
@media (max-width: 998px) {
  .slick-dots {
    right: 0;
  }
  .slick-dots button {
    width: 12px;
    height: 12px;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Header

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.site-header {
  position: absolute;
  top: 0;
  left: 7.3vw;
  right: 8.3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 19.2vh;
  z-index: 10;
}
.site-header.white {
  color: #343235;
}
@media (max-width: 998px) {
  .site-header {
    left: 0;
    right: 0;
    padding: 30px 30px;
    display: block;
    height: auto;
  }
}
/* ==========================================================================
   Logo
   ========================================================================== */
.site-header__logo {
  position: relative;
}
.site-header__logo__img {
  display: block;
  width: 200px;
  position: relative;
}
.site-header__logo__rock {
  display: block;
  position: absolute;
  top: 39.3%;
  left: 12%;
  max-height: 20.2vh;
  max-width: 13.75vw;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1350px) and (min-width: 999px) {
  .site-header__logo__img {
    width: 150px;
  }
}
@media (max-width: 1200px) and (min-width: 999px) {
  .site-header__logo__img {
    width: 130px;
  }
}
@media (max-width: 998px) {
  .site-header__logo__img {
    width: auto;
    height: 60px;
  }
  .site-header__logo__rock {
    max-height: none;
    max-width: 41.25vw;
  }
}
/* ==========================================================================
   Menu
   ========================================================================== */
.site-header__menu {
  -webkit-transform: translateX(-10vw);
  -ms-transform: translateX(-10vw);
  transform: translateX(-10vw);
}
.site-header__menu a {
  color: #fff;
}
.site-header.white .site-header__menu a {
  color: #343235;
}
.site-header__menu a.active {
  pointer-events: none;
  opacity: 0.5;
}
.site-header__menu a:hover {
  color: #ec1c24 !important;
}
.site-header__menu li {
  display: inline-block;
  margin: 0 1vw;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.04em;
}
.site-header__menu .site-header__logo {
  display: none;
}
@media (max-width: 998px) {
  .site-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    color: #fff;
    background: #002768;
    z-index: 19;
    padding: 30px 30px 50px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .site-header__menu a {
    display: block;
    line-height: 2;
    color: #fff !important;
  }
  .site-header__menu li {
    display: block;
    margin: 0;
    font-size: 2rem;
  }
  .site-header__menu .site-header__logo {
    display: block;
    margin: 0 0 50px;
  }
  body.menu-opened .site-header__menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ==========================================================================
   Contact Item
   ========================================================================== */
.site-header__contact {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.04em;
}
.site-header__contact a {
  color: #fff;
}
.site-header__contact.email a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}
.site-header__contact.email a:hover {
  border-bottom-color: transparent;
}
@media (max-width: 998px) {
  .site-header__contact {
    font-size: 2rem;
    margin: 1em 0;
  }
}
/* ==========================================================================
   Address
   ========================================================================== */
.site-header__addr {
  position: relative;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.04em;
}
.site-header__addr a {
  color: #fff;
}
.site-header.white .site-header__addr a {
  color: #343235;
}
@media (max-width: 998px) {
  .site-header__addr {
    display: none;
  }
}
.site-header__addr__texas {
  display: block;
  position: absolute;
  left: 29.2%;
  top: 71.4%;
  max-width: 14.5vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.2;
  pointer-events: none;
}
/* ==========================================================================
   Burger
   ========================================================================== */
.hamburger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  padding: 2px 0 0;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background: none;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 20;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1375f8;
}
.hamburger-box {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 60px;
  height: 6px;
  background-color: #1375f8;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -16px;
}
.hamburger-inner::after {
  bottom: -16px;
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 998px) {
  .hamburger {
    display: block;
  }
}
/* ==========================================================================
   Phone Mobile
   ========================================================================== */
.site-header__phone-mob {
  display: none;
  font-size: 2rem;
  line-height: 120px;
  margin: 30px 0;
}
.site-header__phone-mob a {
  color: #fff;
}
@media (max-width: 998px) {
  .site-header__phone-mob {
    display: block;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Footer

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.site-footer {
  position: relative;
  min-height: 100vh;
  background: #002768 url('../img/site-footer.jpg') no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.site-footer .site-header {
  position: relative;
  left: auto;
  right: auto;
}
@media (max-width: 998px) {
  .site-footer .site-header {
    padding: 0;
    z-index: 1;
  }
  .site-footer .site-header__logo {
    display: none;
  }
}
/* ==========================================================================
   Menu
   ========================================================================== */
.site-footer__menu {
  zoom: 1;
  *zoom: 1;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.site-footer__menu:before,
.site-footer__menu:after {
  content: " ";
  display: table;
}
.site-footer__menu:after {
  clear: both;
}
.site-footer__menu a {
  color: #fff;
}
.site-footer__menu a:hover {
  color: #ec1c24;
}
.site-footer__menu a.active {
  opacity: 0.5;
  pointer-events: none;
}
.site-footer__menu span {
  opacity: 0.5;
  cursor: default;
}
.site-footer__menu ul {
  float: left;
}
.site-footer__menu ul:first-child {
  padding: 0 0 0 70px;
}
@media (max-width: 1350px) and (min-width: 999px) {
  .site-footer__menu ul:first-child {
    padding-left: 52px;
  }
}
@media (max-width: 1200px) and (min-width: 999px) {
  .site-footer__menu ul:first-child {
    padding-left: 45px;
  }
}
@media (max-width: 998px) {
  .site-footer__menu {
    font-size: 1.5rem;
  }
  .site-footer__menu ul {
    margin: 0 0 30px;
    padding: 0 !important;
    min-width: auto !important;
  }
}
/* ==========================================================================
   Bottom
   ========================================================================== */
.site-footer__bottom {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 0 17.8% 0 70px;
}
.site-footer__bottom a {
  color: #fff;
}
.site-footer__bottom a:hover {
  color: #ec1c24;
}
.site-footer__bottom p {
  margin: 2em 0;
}
@media (max-width: 1350px) and (min-width: 999px) {
  .site-footer__bottom {
    padding-left: 52px;
  }
}
@media (max-width: 1200px) and (min-width: 999px) {
  .site-footer__bottom {
    padding-left: 45px;
  }
}
@media (max-width: 998px) {
  .site-footer__bottom {
    padding: 0 0 30px;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Main

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-main {
  position: relative;
  height: 100vh;
  background: #002768;
  color: #fff;
}
@media (max-width: 998px) {
  .scr-main {
    height: auto;
    padding: 180px 30px 60px;
  }
}
/* ==========================================================================
   Cont
   ========================================================================== */
.scr-main__cont {
  position: absolute;
  left: 7.3%;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.scr-main__cont__txt {
  font-size: 1.5rem;
  line-height: 1.4;
}
.scr-main__cont__txt ul {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0 0 1em;
  font-size: 1.2rem;
}
.scr-main__cont__txt ul:first-child {
  margin-left: 0;
}
.scr-main__cont__txt li {
  position: relative;
  padding: 0 0 0 0.5em;
}
.scr-main__cont__txt li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 998px) {
  .scr-main__cont {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .scr-main__cont__txt {
    margin: 0 30% 60px 0;
  }
  .scr-main__cont__txt ul {
    display: block;
    margin: 0;
  }
  .scr-main__cont__txt ul:first-child {
    margin-top: 0.5em;
  }
}
/* ==========================================================================
   Links
   ========================================================================== */
.scr-main__links {
  position: absolute;
  left: 7.3%;
  top: 90.6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.scr-main__links .link-more {
  margin: 0 0 0 4vw;
  color: #ffc600;
  border-bottom-color: #ffc600;
}
.scr-main__links .link-more:first-child {
  margin-left: 0;
}
@media (max-width: 998px) {
  .scr-main__links {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .scr-main__links .link-more {
    margin: 0;
  }
}
/* ==========================================================================
   Pictures
   ========================================================================== */
.scr-main__scheme,
.scr-main__prod {
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scr-main__scheme {
  left: 51.6%;
  top: 50.4%;
  max-width: 11.15%;
  max-height: 50.4%;
}
.scr-main__prod {
  left: 73%;
  top: 56.25%;
  max-width: 26.15%;
  max-height: 111.875%;
}
@media (max-width: 1840px) and (min-width: 999px) {
  .scr-main__scheme {
    left: 55%;
  }
}
@media (max-width: 998px) {
  .scr-main__scheme,
  .scr-main__prod {
    max-height: none;
  }
  .scr-main__scheme {
    left: 63%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 20%;
    opacity: 0.5;
  }
  .scr-main__prod {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 30px;
    top: 39%;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Slider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-slider {
  min-height: 100vh;
  padding: 6.25vh 0;
  position: relative;
}
@media (max-width: 998px) {
  .scr-slider {
    min-height: auto;
    padding-top: 0;
  }
}
/* ==========================================================================
   Slider
   ========================================================================== */
.scr-slider__slider {
  position: relative;
}
.scr-slider__slide {
  height: 87.5vh;
  position: relative;
  background: #d7d7d7 /*url('@{path-images}/watermark.png')*/ no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.scr-slider__slide img {
  visibility: hidden;
  opacity: 0;
  display: block;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 998px) {
  .scr-slider__slider {
    margin: 0 -30px;
  }
  .scr-slider__slide {
    height: 310px;
  }
}
/* ==========================================================================
   Flag Line
   ========================================================================== */
.flag-line {
  width: 100%;
  height: 60px;
  background: url('../img/flag-line.svg') repeat-x 0 50%;
  background-size: auto 100%;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Product

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-prod {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.scr-prod:before {
  content: '';
  display: block;
  position: absolute;
  left: 7.3%;
  right: 7.3%;
  bottom: 0;
  height: 0;
  border-top: solid 2px #e6e6e6;
  border-bottom: solid 2px #fff;
}
.scr-prod:last-child:before {
  display: none;
}
.scr-prod__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 998px) {
  .scr-prod {
    min-height: auto;
    display: block;
    padding: 100px 0;
  }
  .scr-prod__in {
    display: block;
  }
}
/* ==========================================================================
   Photos
   ========================================================================== */
.scr-prod__photo {
  width: 54%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scr-prod__photo .clearfix {
  width: 100%;
}
.scr-prod__photo__img {
  position: relative;
}
.scr-prod__photo__img.flsr-1 {
  max-height: 76.875vh;
  max-width: 14.5vw;
  margin-right: -1.15vw;
  z-index: 3;
}
.scr-prod__photo__img.flsr-2 {
  max-height: 64vh;
  max-width: 13vw;
}
.scr-prod__photo__img.fc-1 {
  max-height: 74.5vh;
  max-width: 14.8vw;
  margin-right: -1.15vw;
  z-index: 3;
}
.scr-prod__photo__img.fc-2 {
  max-height: 64vh;
  max-width: 15vw;
  margin-right: -1.15vw;
  z-index: 2;
  -webkit-transform: translateY(8%);
  -ms-transform: translateY(8%);
  transform: translateY(8%);
}
.scr-prod__photo__img.fc-3 {
  max-height: 34.6vh;
  max-width: 12.9vw;
  -webkit-transform: translateY(8%);
  -ms-transform: translateY(8%);
  transform: translateY(8%);
}
.scr-prod__photo__img.ram {
  max-height: 36vh;
  max-width: 22vw;
}
.scr-prod__photo__img.tubing-spools {
  max-height: 33.5vh;
  max-width: 14.1vw;
  margin-right: 1.15vw;
}
.scr-prod__photo__img.casing-spools {
  max-height: 27.3vh;
  max-width: 10.6vw;
  margin-right: 1.15vw;
  -webkit-transform: translateY(-8%);
  -ms-transform: translateY(-8%);
  transform: translateY(-8%);
}
.scr-prod__photo__img.casing-heads {
  max-height: 21.5vh;
  max-width: 11.25vw;
  -webkit-transform: translateY(-22%);
  -ms-transform: translateY(-22%);
  transform: translateY(-22%);
}
.scr-prod__photo__img.tha-1 {
  max-height: 25.2vh;
  max-width: 13.8vw;
  margin-right: 5.7vw;
  margin-bottom: 6.25vh;
}
.scr-prod__photo__img.tha-2 {
  max-height: 19.6vh;
  max-width: 13.4vw;
  margin-bottom: 6.25vh;
  -webkit-transform: translateY(11%);
  -ms-transform: translateY(11%);
  transform: translateY(11%);
}
.scr-prod__photo__img.tha-3 {
  max-height: 15.8vh;
  max-width: 14.2vw;
  margin-right: 5.7vw;
}
.scr-prod__photo__img.tha-4 {
  max-height: 14.6vh;
  max-width: 14.2vw;
  -webkit-transform: translateY(7%);
  -ms-transform: translateY(7%);
  transform: translateY(7%);
}
.scr-prod__photo__img.casing-hanger {
  max-height: 28.1vh;
  max-width: 14.3vw;
}
.scr-prod__photo__img.secondary-seal-1 {
  max-height: 19.4vh;
  max-width: 10.8vw;
  margin-left: 7.4vw;
  -webkit-transform: translateY(22%);
  -ms-transform: translateY(22%);
  transform: translateY(22%);
}
.scr-prod__photo__img.secondary-seal-2 {
  max-height: 18.2vh;
  max-width: 10.2vw;
  margin-top: 6.3vh;
  margin-left: 7.4vw;
  -webkit-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
}
.scr-prod__photo__img.spacer-spool {
  max-height: 25vh;
  max-width: 11.9vw;
  margin-right: 7.6vw;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}
.scr-prod__photo__img.spool-adapter {
  max-height: 40.1vh;
  max-width: 12.9vw;
}
.scr-prod__photo__img.drilling-spool {
  max-height: 20.8vh;
  max-width: 11.6vw;
  margin-right: 7.6vw;
  -webkit-transform: translate(-55%, -35%);
  -ms-transform: translate(-55%, -35%);
  transform: translate(-55%, -35%);
}
.scr-prod__photo__img.crosses {
  max-height: 49.2vh;
  max-width: 24.6vw;
}
.scr-prod__photo__img.flanges-1 {
  max-height: 16.5vh;
  max-width: 14.1vw;
  margin-bottom: 8.3vh;
}
.scr-prod__photo__img.flanges-2 {
  max-height: 16.5vh;
  max-width: 14.1vw;
  margin-left: 6.7vw;
  margin-bottom: 8.3vh;
}
.scr-prod__photo__img.flanges-3 {
  max-height: 14vh;
  max-width: 12.9vw;
}
.scr-prod__photo__img.flanges-4 {
  max-height: 11.3vh;
  max-width: 12.1vw;
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
  margin-left: 6.7vw;
}
.ram-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 998px) {
  .scr-prod__photo {
    width: auto;
    margin-bottom: 50px;
  }
  .scr-prod__photo__img {
    max-height: none !important;
  }
  .scr-prod__photo__img.flsr-1 {
    max-width: 43.5vw;
    margin-right: -3.45vw;
  }
  .scr-prod__photo__img.flsr-2 {
    max-width: 39vw;
  }
  .scr-prod__photo__img.fc-1 {
    max-width: 44.4vw;
    margin-right: -3.45vw;
  }
  .scr-prod__photo__img.fc-2 {
    max-width: 45vw;
    margin-right: -3.45vw;
  }
  .scr-prod__photo__img.fc-3 {
    max-width: 38.7vw;
  }
  .scr-prod__photo__img.ram {
    max-width: 66vw;
  }
  .scr-prod__photo__img.tubing-spools {
    max-width: 42.3vw;
    margin-right: 3.45vw;
  }
  .scr-prod__photo__img.casing-spools {
    max-width: 31.8vw;
    margin-right: 3.45vw;
  }
  .scr-prod__photo__img.casing-heads {
    max-width: 33.75vw;
  }
  .scr-prod__photo__img.tha-1 {
    max-width: 41.4vw;
    margin-right: 17.1vw;
  }
  .scr-prod__photo__img.tha-2 {
    max-width: 40.2vw;
  }
  .scr-prod__photo__img.tha-3 {
    max-width: 42.6vw;
    margin-right: 17.1vw;
  }
  .scr-prod__photo__img.tha-4 {
    max-width: 42.6vw;
  }
  .scr-prod__photo__img.casing-hanger {
    max-width: 42.9vw;
  }
  .scr-prod__photo__img.secondary-seal-1 {
    max-width: 32.4vw;
    margin-left: 22.2vw;
    -webkit-transform: translateY(-23%);
    -ms-transform: translateY(-23%);
    transform: translateY(-23%);
  }
  .scr-prod__photo__img.secondary-seal-2 {
    max-width: 30.6vw;
    margin-left: 22.2vw;
    margin-top: 0;
  }
  .scr-prod__photo__img.spacer-spool {
    max-width: 35.7vw;
    margin-right: 22.8vw;
  }
  .scr-prod__photo__img.spool-adapter {
    max-width: 38.7vw;
  }
  .scr-prod__photo__img.drilling-spool {
    max-width: 34.8vw;
    margin-right: 22.8vw;
  }
  .scr-prod__photo__img.crosses {
    max-width: 73.8vw;
  }
  .scr-prod__photo__img.flanges-1 {
    max-width: 42.3vw;
  }
  .scr-prod__photo__img.flanges-2 {
    max-width: 42.3vw;
    margin-left: 20.1vw;
  }
  .scr-prod__photo__img.flanges-3 {
    max-width: 38.7vw;
  }
  .scr-prod__photo__img.flanges-4 {
    max-width: 36.3vw;
    margin-left: 20.1vw;
  }
}
/* ==========================================================================
   Photos Animation
   ========================================================================== */
@media (min-width: 999px) {
  .scr-prod__photo__img:not(.ram) {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .scr-prod__photo__img:not(.ram).flsr-2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .scr-prod__photo__img:not(.ram).fc-2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 108%);
    -ms-transform: translate(0, 108%);
    transform: translate(0, 108%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).fc-2 {
    -webkit-transform: translate(0, 8%);
    -ms-transform: translate(0, 8%);
    transform: translate(0, 8%);
  }
  .scr-prod__photo__img:not(.ram).fc-3 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0, 108%);
    -ms-transform: translate(0, 108%);
    transform: translate(0, 108%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).fc-3 {
    -webkit-transform: translate(0, 8%);
    -ms-transform: translate(0, 8%);
    transform: translate(0, 8%);
  }
  .scr-prod__photo__img:not(.ram).casing-spools {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 92%);
    -ms-transform: translate(0, 92%);
    transform: translate(0, 92%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).casing-spools {
    -webkit-transform: translate(0, -8%);
    -ms-transform: translate(0, -8%);
    transform: translate(0, -8%);
  }
  .scr-prod__photo__img:not(.ram).casing-heads {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0, 78%);
    -ms-transform: translate(0, 78%);
    transform: translate(0, 78%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).casing-heads {
    -webkit-transform: translate(0, -22%);
    -ms-transform: translate(0, -22%);
    transform: translate(0, -22%);
  }
  .scr-prod__photo__img:not(.ram).tha-2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 111%);
    -ms-transform: translate(0, 111%);
    transform: translate(0, 111%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).tha-2 {
    -webkit-transform: translate(0, 11%);
    -ms-transform: translate(0, 11%);
    transform: translate(0, 11%);
  }
  .scr-prod__photo__img:not(.ram).tha-3 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .scr-prod__photo__img:not(.ram).tha-4 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translate(0, 107%);
    -ms-transform: translate(0, 107%);
    transform: translate(0, 107%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).tha-4 {
    -webkit-transform: translate(0, 7%);
    -ms-transform: translate(0, 7%);
    transform: translate(0, 7%);
  }
  .scr-prod__photo__img:not(.ram).secondary-seal-1 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 122%);
    -ms-transform: translate(0, 122%);
    transform: translate(0, 122%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).secondary-seal-1 {
    -webkit-transform: translate(0, 22%);
    -ms-transform: translate(0, 22%);
    transform: translate(0, 22%);
  }
  .scr-prod__photo__img:not(.ram).secondary-seal-2 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(70%, 100%);
    -ms-transform: translate(70%, 100%);
    transform: translate(70%, 100%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).secondary-seal-2 {
    -webkit-transform: translate(70%, 0);
    -ms-transform: translate(70%, 0);
    transform: translate(70%, 0);
  }
  .scr-prod__photo__img:not(.ram).spacer-spool {
    -webkit-transform: translate(0, 70%);
    -ms-transform: translate(0, 70%);
    transform: translate(0, 70%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).spacer-spool {
    -webkit-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
  .scr-prod__photo__img:not(.ram).spool-adapter {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .scr-prod__photo__img:not(.ram).drilling-spool {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(-55%, 65%);
    -ms-transform: translate(-55%, 65%);
    transform: translate(-55%, 65%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).drilling-spool {
    -webkit-transform: translate(-55%, -35%);
    -ms-transform: translate(-55%, -35%);
    transform: translate(-55%, -35%);
  }
  .scr-prod__photo__img:not(.ram).flanges-2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .scr-prod__photo__img:not(.ram).flanges-3 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .scr-prod__photo__img:not(.ram).flanges-4 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translate(0, 88%);
    -ms-transform: translate(0, 88%);
    transform: translate(0, 88%);
  }
  .scr-prod.animated .scr-prod__photo__img:not(.ram).flanges-4 {
    -webkit-transform: translate(0, -12%);
    -ms-transform: translate(0, -12%);
    transform: translate(0, -12%);
  }
}
/* ==========================================================================
   Text Content
   ========================================================================== */
.scr-prod__cont {
  width: 46%;
}
.scr-prod__sup-title {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.scr-prod__title {
  margin: 0.3em 0;
}
.scr-prod__title .ram {
  vertical-align: baseline;
  height: 0.7em;
}
.scr-prod__txt {
  padding: 0 12.7% 0 0;
}
@media (max-width: 998px) {
  .scr-prod__cont {
    width: auto;
  }
}
/* ==========================================================================
   Api Logo
   ========================================================================== */
.scr-prod-list {
  position: relative;
}
.api-logo {
  position: absolute;
  left: 7.3vw;
  top: 18.4vh;
  display: block;
  width: 9.1vw;
  z-index: 5;
}
@media (min-width: 999px) {
  .api-logo.fixed {
    position: fixed;
  }
  .api-logo.bottom {
    position: absolute;
    top: auto;
    bottom: 81.6vh;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 998px) {
  .api-logo {
    left: 30px;
    top: 90px;
    width: 30vw;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Team

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-team {
  padding: 6.25vh 0 2.1vh;
  position: relative;
}
.scr-team__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scr-team__grid .team-card {
  width: 48.5%;
  margin: 0 0 2.1vw;
}
@media (max-width: 998px) {
  .scr-team {
    padding-bottom: 0;
  }
  .scr-team__grid {
    display: block;
    margin: 0 -30px;
  }
  .scr-team__grid .team-card {
    width: auto;
    margin-bottom: 5px;
  }
  .scr-team__grid .team-card:last-child {
    margin-bottom: 0;
  }
}
/* ==========================================================================
   Team Card
   ========================================================================== */
.team-card {
  background: #d7d7d7;
  padding: 40px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.team-card__preview {
  width: 40%;
  text-align: center;
}
.team-card__photo {
  width: 63%;
  margin: 0 auto;
}
.team-card__photo img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.team-card__name {
  color: #f0622c;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin: 1.5em 0 0;
}
.team-card__cont {
  width: 60%;
  padding: 0 12% 0 0;
  text-align: left;
}
.team-card__contacts {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Product Screen Main

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.prod-main {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 19.2vh 0 5vh;
}
.prod-main:before {
  content: '';
  display: block;
  position: absolute;
  left: 7.3%;
  right: 7.3%;
  bottom: 0;
  height: 0;
  border-top: solid 2px #e6e6e6;
  border-bottom: solid 2px #fff;
}
@media (max-width: 998px) {
  .prod-main {
    min-height: auto;
    display: block;
    padding: 160px 0 140px;
  }
}
/* ==========================================================================
   Cont
   ========================================================================== */
.prod-main__btn {
  margin: 5.2vh 0;
}
.prod-main__pic {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prod-main__pic.flsr {
  left: 62.4%;
  top: 55.4%;
  max-height: 111.1%;
  max-width: 36.9%;
}
.prod-main__pic.fc {
  left: 58.75%;
  top: 56.8%;
  max-height: 99.1%;
  max-width: 45.1%;
}
.prod-main__pic.ram {
  left: 62.1%;
  top: 57.2%;
  max-height: 48.1%;
  max-width: 31.1%;
}
.prod-main__pic.spools {
  left: 59.4%;
  top: 55%;
  max-height: 54%;
  max-width: 37.1%;
}
.prod-main__pic.tubing {
  left: 58.9%;
  top: 59%;
  max-height: 50.5%;
  max-width: 43.1%;
}
.prod-main__pic.casing {
  left: 60.9%;
  top: 55%;
  max-height: 58.3%;
  max-width: 39.1%;
}
.prod-main__pic.drilling {
  left: 55.4%;
  top: 57%;
  max-height: 65.4%;
  max-width: 39%;
}
.prod-main__pic.crosses {
  left: 60.9%;
  top: 55%;
  max-height: 56.5%;
  max-width: 29.5%;
}
.prod-main__pic.flangers {
  left: 58.9%;
  top: 56%;
  max-height: 49.2%;
  max-width: 44%;
}
@media (max-width: 998px) {
  .prod-main__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .prod-main__btns .clearfix {
    display: none;
  }
  .prod-main__wrapper {
    position: relative;
    padding: 40px 30px 0;
  }
  .prod-main__pic {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-height: none !important;
    max-width: 50% !important;
  }
}
/* ==========================================================================
   Product Color
   ========================================================================== */
.prod-color {
  width: 7.8vw;
  position: absolute;
  top: 44.3%;
  right: 10%;
}
.prod-color__circle {
  display: block;
  width: 100%;
}
.prod-color__airbrush {
  display: block;
  width: 117.3%;
  position: absolute;
  left: 20.7%;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prod-color__line {
  display: block;
  position: absolute;
  left: 6.7%;
  top: 76%;
  height: 100%;
  opacity: 0.3;
}
.prod-color__txt {
  text-align: left;
  position: absolute;
  top: 173.3%;
  left: 40%;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (max-width: 998px) {
  .prod-color {
    width: 30vw;
    top: 22%;
    right: 20%;
  }
}
@media (min-width: 999px) {
  .prod-color__circle {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .prod-color__airbrush {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  .prod-color__line {
    opacity: 0;
  }
  .prod-color__txt {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  body.loaded  .prod-color__circle,
  body.loaded  .prod-color__airbrush,
  body.loaded  .prod-color__line,
  body.loaded  .prod-color__txt {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  body.loaded  .prod-color__circle {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  body.loaded  .prod-color__airbrush {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  body.loaded  .prod-color__line {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0.3;
  }
  body.loaded  .prod-color__txt {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Product Screen Blockquote

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.prod-quote {
  position: relative;
  padding: 11.5vh 0;
  background: #002768 url('../img/bg-parallax.jpg') no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 998px) {
  .prod-quote {
    background-position: 50% 50% !important;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Product Screen Item

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.prod-benefit {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.prod-benefit:before {
  content: '';
  display: block;
  position: absolute;
  left: 7.3%;
  right: 7.3%;
  bottom: 0;
  height: 0;
  border-top: solid 2px #e6e6e6;
  border-bottom: solid 2px #fff;
}
@media (max-width: 998px) {
  .prod-benefit {
    min-height: auto;
    display: block;
  }
}
/* ==========================================================================
   Cont
   ========================================================================== */
.prod-benefit__txt {
  width: 41.5%;
}
.prod-benefit__txt p:last-child {
  margin-bottom: 0;
}
.prod-benefit__pic {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .prod-benefit__txt {
    width: auto !important;
    margin-left: auto !important;
  }
  .prod-benefit__pic {
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin: 0 auto 30px;
    max-width: 60% !important;
    max-height: none !important;
  }
}
/* ==========================================================================
   Items
   ========================================================================== */
.prod-benefit.item-1 {
  padding: 30vh 0 5vh;
}
.prod-benefit.item-1 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.item-1 .prod-benefit__pic {
  max-width: 41.7%;
  max-height: 76.3%;
  left: 32.8%;
  top: 51.2%;
}
.prod-benefit.item-2 {
  padding: 20vh 0 5vh;
}
.prod-benefit.item-2 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.item-2 .prod-benefit__pic {
  max-width: 43.8%;
  max-height: 89.6%;
  left: 65%;
  top: 50%;
}
.prod-benefit.item-3 {
  padding: 5vh 0;
}
.prod-benefit.item-3 .typical-txt + .sct-title {
  margin-top: 1em;
}
.prod-benefit.item-3 .prod-benefit__txt {
  margin-left: 65%;
  width: 35%;
}
.prod-benefit.item-3 .prod-benefit__pic {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 75.8%;
  max-height: 83.3%;
  left: auto;
  right: 39%;
  top: 50%;
}
.prod-benefit.item-4 {
  padding: 20vh 0 5vh;
}
.prod-benefit.item-4 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.item-4 .prod-benefit__pic {
  max-width: 35.2%;
  max-height: 71.2%;
  left: 65%;
  top: 50%;
}
.prod-benefit.item-5 {
  padding: 5vh 0;
}
.prod-benefit.item-5 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.item-5 .prod-benefit__pic {
  max-width: 19.7%;
  max-height: 55.6%;
  left: 29.2%;
  top: 50%;
}
.prod-benefit.item-6 {
  padding: 5vh 0;
}
.prod-benefit.item-6 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.item-6 .prod-benefit__pic {
  max-width: 31.6%;
  max-height: 47.5%;
  left: 29.2%;
  top: 50%;
}
.prod-benefit.item-7 {
  padding: 5vh 0;
}
.prod-benefit.item-7 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.item-7 .prod-benefit__pic {
  max-width: 38.6%;
  max-height: 41.7%;
  left: 65%;
  top: 50%;
}
.prod-benefit.item-8 {
  padding: 5vh 0;
}
.prod-benefit.item-8 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.item-8 .prod-benefit__pic {
  max-width: 26.5%;
  max-height: 50%;
  left: 29.2%;
  top: 50%;
}
.prod-benefit.item-9 {
  padding: 5vh 0;
}
.prod-benefit.item-9 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.item-9 .prod-benefit__pic {
  max-width: 24.7%;
  max-height: 64%;
  left: 65%;
  top: 50%;
}
.prod-benefit.item-10 {
  padding: 5vh 0;
}
.prod-benefit.item-10 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.item-10 .prod-benefit__pic {
  max-width: 26.5%;
  max-height: 62.7%;
  left: 29.2%;
  top: 50%;
}
.prod-benefit.tubing-1 {
  padding: 5vh 0;
}
.prod-benefit.tubing-1 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.tubing-1 .prod-benefit__pic {
  max-width: 26.5%;
  max-height: 29.5%;
  left: 32.8%;
  top: 51.2%;
}
.prod-benefit.tubing-2 {
  padding: 5vh 0;
}
.prod-benefit.tubing-2 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.tubing-2 .prod-benefit__pic {
  max-width: 25.8%;
  max-height: 47.2%;
  left: 65%;
  top: 50%;
}
.prod-benefit.tubing-3 {
  padding: 5vh 0;
}
.prod-benefit.tubing-3 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.tubing-3 .prod-benefit__pic {
  max-width: 26.6%;
  max-height: 27.1%;
  left: 32.8%;
  top: 51.2%;
}
.prod-benefit.tubing-4 {
  padding: 5vh 0;
}
.prod-benefit.tubing-4 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.tubing-4 .prod-benefit__pic {
  max-width: 25.2%;
  max-height: 36.5%;
  left: 65%;
  top: 50%;
}
.prod-benefit.casing-1 {
  padding: 5vh 0;
}
.prod-benefit.casing-1 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.casing-1 .prod-benefit__pic {
  max-width: 21.5%;
  max-height: 42%;
  left: 32.8%;
  top: 50%;
}
.prod-benefit.casing-2 {
  padding: 5vh 0;
}
.prod-benefit.casing-2 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.casing-2 .prod-benefit__pic {
  max-width: 34%;
  max-height: 52.9%;
  left: 65%;
  top: 50%;
}
.prod-benefit.drilling-1 {
  padding: 5vh 0;
}
.prod-benefit.drilling-1 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.drilling-1 .prod-benefit__pic {
  max-width: 22.3%;
  max-height: 46.7%;
  left: 32.8%;
  top: 50%;
}
.prod-benefit.drilling-2 {
  padding: 5vh 0;
}
.prod-benefit.drilling-2 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.drilling-2 .prod-benefit__pic {
  max-width: 19.4%;
  max-height: 60.1%;
  left: 65%;
  top: 50%;
}
.prod-benefit.drilling-3 {
  padding: 5vh 0;
}
.prod-benefit.drilling-3 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.drilling-3 .prod-benefit__pic {
  max-width: 21.7%;
  max-height: 39%;
  left: 32.8%;
  top: 50%;
}
.prod-benefit.flangers-1 {
  padding: 5vh 0;
}
.prod-benefit.flangers-1 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.flangers-1 .prod-benefit__pic {
  max-width: 22.6%;
  max-height: 21.9%;
  left: 32.8%;
  top: 50%;
}
.prod-benefit.flangers-2 {
  padding: 5vh 0;
}
.prod-benefit.flangers-2 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.flangers-2 .prod-benefit__pic {
  max-width: 28.1%;
  max-height: 30.6%;
  left: 65%;
  top: 50%;
}
.prod-benefit.flangers-3 {
  padding: 5vh 0;
}
.prod-benefit.flangers-3 .prod-benefit__txt {
  margin-left: 56%;
}
.prod-benefit.flangers-3 .prod-benefit__pic {
  max-width: 30.6%;
  max-height: 35.7%;
  left: 32.8%;
  top: 50%;
}
.prod-benefit.flangers-4 {
  padding: 5vh 0;
}
.prod-benefit.flangers-4 .prod-benefit__txt {
  margin-left: 5%;
}
.prod-benefit.flangers-4 .prod-benefit__pic {
  max-width: 27.6%;
  max-height: 36%;
  left: 65%;
  top: 50%;
}
@media (min-width: 999px) {
  .prod-benefit.item-3 .sct-title {
    font-size: 2.5rem;
  }
  .prod-benefit.item-3 .typical-txt {
    font-size: 1rem;
  }
}
@media (max-width: 998px) {
  .prod-benefit {
    padding: 60px 0 !important;
  }
  .prod-benefit.item-3 .prod-benefit__pic {
    margin-left: 0;
    max-width: 90% !important;
  }
}
/* ==========================================================================
   Animated
   ========================================================================== */
@media (min-width: 999px) {
  .prod-benefit__pic {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .prod-benefit.animated .prod-benefit__pic {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .prod-benefit.item-1 .prod-benefit__pic {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .prod-benefit.item-2 .prod-benefit__pic,
  .prod-benefit.item-4 .prod-benefit__pic {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .prod-benefit.item-3 .prod-benefit__pic {
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .prod-benefit.item-3.animated .prod-benefit__pic {
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
  }
  .prod-benefit.item-5 .prod-benefit__pic,
  .prod-benefit.item-6 .prod-benefit__pic,
  .prod-benefit.item-7 .prod-benefit__pic,
  .prod-benefit.item-8 .prod-benefit__pic,
  .prod-benefit.item-9 .prod-benefit__pic,
  .prod-benefit.item-10 .prod-benefit__pic,
  .prod-benefit.tubing-1 .prod-benefit__pic,
  .prod-benefit.tubing-2 .prod-benefit__pic,
  .prod-benefit.tubing-3 .prod-benefit__pic,
  .prod-benefit.tubing-4 .prod-benefit__pic,
  .prod-benefit.casing-1 .prod-benefit__pic,
  .prod-benefit.casing-2 .prod-benefit__pic,
  .prod-benefit.drilling-1 .prod-benefit__pic,
  .prod-benefit.drilling-2 .prod-benefit__pic,
  .prod-benefit.drilling-3 .prod-benefit__pic,
  .prod-benefit.flangers-1 .prod-benefit__pic,
  .prod-benefit.flangers-2 .prod-benefit__pic,
  .prod-benefit.flangers-3 .prod-benefit__pic,
  .prod-benefit.flangers-4 .prod-benefit__pic {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Product Benefits List

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.prod-benefit-list {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5vh 0;
}
.prod-benefit-list__in {
  padding: 0 0 0 7.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 998px) {
  .prod-benefit-list {
    min-height: auto;
    display: block;
    padding: 60px 0;
  }
  .prod-benefit-list__in {
    padding: 0;
    display: block;
  }
}
/* ==========================================================================
   Item
   ========================================================================== */
.prod-benefit-list__item {
  width: 46%;
  margin: 3.6vh 0;
  position: relative;
  padding: 0 0 0 6vw;
}
.prod-benefit-list__item .sct-title {
  font-size: 2.5rem;
}
.prod-benefit-list__item .typical-txt {
  font-size: 1rem;
}
.prod-benefit-list__num {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border: solid 2px #c0bfc0;
  color: #979697;
  font-max-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
}
@media (max-width: 998px) {
  .prod-benefit-list__item {
    width: auto;
    padding-left: 60px;
    margin: 0 0 60px;
  }
  .prod-benefit-list__item .typical-txt {
    font-size: 1.5rem;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Product Text

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.prod-txt {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20vh 0;
}
.prod-txt .sct-title {
  font-size: 2.5rem;
  margin-bottom: 1em;
}
.prod-txt .typical-txt {
  max-width: 1320px;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Product Slider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.prod-slider + .site-footer {
  margin-top: 12vh;
}
.prod-slider__in {
  position: relative;
  padding: 0 0 100px;
}
.prod-slider__in .slick-arrow,
.prod-slider__in .slick-dots {
  top: auto;
  bottom: 0;
}
.prod-slider__in .slick-dots {
  bottom: 25px;
}
.prod-slider__slide {
  padding: 0 5px;
}
.prod-slider__slide img {
  display: block;
  height: 41.7vh;
}
@media (max-width: 998px) {
  .prod-slider__slide img {
    height: 300px;
  }
}
/* ==========================================================================
   Card
   ========================================================================== */
.slider-card {
  position: relative;
}
.slider-card__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 5rem;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: center;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Product Table

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.prod-tbl {
  min-height: 100vh;
  position: relative;
  padding: 9vh 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 998px) {
  .prod-tbl {
    padding: 60px 0 0;
  }
}
/* ==========================================================================
   Head
   ========================================================================== */
.prod-tbl__head {
  zoom: 1;
  *zoom: 1;
}
.prod-tbl__head:before,
.prod-tbl__head:after {
  content: " ";
  display: table;
}
.prod-tbl__head:after {
  clear: both;
}
.prod-tbl__head li {
  float: left;
  margin: 0 0 1em 2em;
}
.prod-tbl__head li:first-child {
  margin-left: 0;
}
@media (max-width: 998px) {
  .prod-tbl__head li {
    float: none;
    margin-left: 0;
  }
}
/* ==========================================================================
   Tables Group
   ========================================================================== */
@media (min-width: 999px) {
  .prod-tbl__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .prod-tbl__group table {
    width: 47%;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Product Order

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.prod-order {
  padding: 9vh 0 18vh;
}
@media (max-width: 998px) {
  .prod-order {
    padding-top: 60px;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Typical

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Header Empty
   ========================================================================== */
.header-empty {
  height: 22vh;
}
@media (max-width: 998px) {
  .header-empty {
    height: 150px;
  }
}
/* ==========================================================================
   Page Title
   ========================================================================== */
.page-title {
  line-height: normal;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1em;
}
/* ==========================================================================
   Big picture
   ========================================================================== */
.big-picture {
  position: relative;
  height: 45vh;
  overflow: hidden;
}
.big-picture img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
/* ==========================================================================
   Quote
   ========================================================================== */
.scr-typical__quote {
  padding: 11.7vh 0;
}
/* ==========================================================================
   Contacts
   ========================================================================== */
.contact-list {
  text-align: center;
  padding: 0 0 1.5rem;
}
.contact-list__item {
  display: inline-block;
  margin: 0 4vw 1rem;
}
.contact-list__item:first-child {
  margin-left: 0;
}
.contact-list__item:last-child {
  margin-right: 0;
}
.contact-list__item a {
  color: #343235;
}
.contact-list__item .lbl {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
.contact-list__item .val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}
.contact-grid {
  zoom: 1;
  *zoom: 1;
  margin: 0 0 16vh;
}
.contact-grid:before,
.contact-grid:after {
  content: " ";
  display: table;
}
.contact-grid:after {
  clear: both;
}
.contact-grid__lg {
  float: left;
  width: 73.2%;
  zoom: 1;
  *zoom: 1;
}
.contact-grid__lg:before,
.contact-grid__lg:after {
  content: " ";
  display: table;
}
.contact-grid__lg:after {
  clear: both;
}
.contact-grid__lg .page-title {
  margin-bottom: 0;
}
.contact-grid__sm {
  float: left;
  width: 26.8%;
}
.contact-grid__sm .page-title {
  margin-bottom: 0.25em;
}
.contact-grid__md {
  float: left;
  width: 50%;
}
@media (max-width: 998px) {
  .contact-grid__lg,
  .contact-grid__sm,
  .contact-grid__md {
    float: none;
    width: auto;
  }
  .contact-grid__lg {
    margin: 0 0 80px;
  }
}
.contact-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 6.25vh 0 0;
}
.contact-team__photo {
  width: 20%;
}
.contact-team__photo img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.contact-team__name {
  width: 24%;
  padding: 0 0 0 1vw;
  color: #f0622c;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.contact-team__cont {
  width: 56%;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 998px) {
  .contact-team__name {
    padding-left: 20px;
    width: 30%;
  }
  .contact-team__cont {
    width: 50%;
  }
}
.contacts-map {
  height: 54vh;
  position: relative;
}
.contacts-map iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 998px) {
  .contacts-map {
    height: 600px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Clear fix */
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Align */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.tbl-row {
  display: table-row;
}
.tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
.overflow-hidden {
  overflow: hidden;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.display-inline {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}
/* ==========================================================================
   Hidden BR
   ========================================================================== */
@media (max-width: 998px) {
  br.for-desktop {
    display: inline;
    content: ' ';
    clear: none;
  }
  br.for-desktop:after {
    content: ' ';
  }
}
