/*
 *  Owl Carousel - Core
 */
/* ------------------------------------------------------------ *\
  Sprite
\* ------------------------------------------------------------ */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }
/* No Js */
.no-js .owl-carousel {
  display: block; }
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("dowl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/* ------------------------------------------------------------ * Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          -moz-text-size-adjust: none;
       text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ * Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 1.94;
  color: #2b2d32;
  font-weight: 400; }
a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color .3s;
  transition: color .3s; }
a:hover, a[href^="tel"] {
    text-decoration: none; }
h1 {
  font-size: 44px; }
h2 {
  font-size: 37px; }
h3 {
  font-size: 24px; }
h4 {
  font-size: 20px; }
h5 {
  font-size: 18px; }
h6 {
  font-size: 16px; }
@media (max-width: 767px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 14px; } }
/* ------------------------------------------------------------ * Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  display: block;
  clear: both; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.cols {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          flex-flow: row wrap; }
.col {
  max-width: 100%;
  -ms-flex: 1 1;
      -webkit-box-flex: 1;
          flex: 1 1; }
.col--1of2 {
  max-width: 50%;
  -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
          flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ * Wrapper
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1332px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto; }
.shell--fluid {
  max-width: none; }

@media (max-width: 1420px) {
  .shell {
    max-width: 80%;
  }
}

@media (max-width: 1200px) {
 .shell {
    max-width: 90%;
  }
}

@media (max-width: 1023px) {
  .shell {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------ * Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  z-index: 20; }
.header .header__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    padding: 21px 0 0;
    position: relative; }
.header .header__content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center; }
.header .header__bar-top,
  .header .header__bar-bottom {
    border-bottom: 1px solid #e1e1e1; }
.header .header__bar-top {
    padding-bottom: 14px; }
@media (max-width: 767px) {
    .header .header__inner {
      padding: 21px 0 14px;
      -ms-flex-align: center;
          -webkit-box-align: center;
              align-items: center;
      position: static; } }
/* ------------------------------------------------------------ * Main
\* ------------------------------------------------------------ */
.main {
  position: relative;
  z-index: 15; }
/* ------------------------------------------------------------ * Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Footer
\* ------------------------------------------------------------ */
.footer {
  background: #2b2d32;
  color: #fff;
  padding-top: 105px; }
.footer h5 {
    font-weight: 700;
    margin-bottom: 25px;
    padding-top: 8px;
    position: relative; }
.footer h5:before {
      content: '';
      width: 34px;
      height: 3px;
      background: #d71500;
      position: absolute;
      top: 0;
      left: 0; }
.footer .cols {
    margin: 0 -12px; }
.footer .col {
    padding: 0 28px; }
.footer .col + .col {
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer__content {
    padding-bottom: 110px; }
@media (max-width: 1380px) {
    .footer .cols {
      margin: 0 -10px; } }
@media (max-width: 1023px) {
    .footer {
      padding-top: 50px; }
      .footer h5 {
        margin-bottom: 15px; }
      .footer .footer__content {
        padding-bottom: 50px; }
      .footer .col {
        padding: 0 10px; } }
@media (max-width: 767px) {
    .footer .col {
      padding: 0 30px; }
    .footer .col + .col {
      margin-top: 30px; }
    .footer .col--1of4 {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%; } }
/* ------------------------------------------------------------ * Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f5f5f5;
  color: #5d6068;
  height: 19px;
  letter-spacing: 0.94px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  height: 54px;
  line-height: 54px;
  font-family: Cabin;
  border-radius: 100px;
  min-width: 112px;
  padding: 0 10px;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  appearance: none;
  border: none; }
.btn:hover {
    background: #d71500;
    color: #fff; }
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
.btn--white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  height: 46px;
  line-height: 42px; }
.btn--white:hover {
    background: #fff;
    color: #d71500; }
.btn--capitalize {
  text-transform: capitalize; }
.btn--red {
  border: 2px solid #d71500;
  background-color: transparent;
  color: #d71500; }
.btn--solid-red {
  border: 2px solid #d71500;
  background: #d71500;
  color: #fff;
  line-height: 50px; }
.btn--solid-red:hover {
    background: #fff;
    color: #d71500; }
@media (max-width: 767px) {
  .btn {
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  .btn--white,
  .btn--red,
  .btn--solid-red {
    line-height: 26px; } }
/* ------------------------------------------------------------ * Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field {
  border: 1px solid #e4e4e4;
  background-color: transparent;
  height: 60px;
  width: 100%;
  padding: 0 19px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s; }
.field::-webkit-input-placeholder {
    opacity: 0.3; }
.field:-ms-input-placeholder {
    opacity: 0.3; }
.field::placeholder {
    opacity: 0.3; }
.field:focus {
    border-color: #aaa; }
.field--sm {
  height: 30px; }
.textarea {
  border: 1px solid #e4e4e4;
  background-color: transparent;
  height: 299px;
  width: 100%;
  padding: 20px;
  resize: none;
  -webkit-transition: border-color .3s;
  transition: border-color .3s; }
.textarea::-webkit-input-placeholder {
    opacity: 0.3; }
.textarea:-ms-input-placeholder {
    opacity: 0.3; }
.textarea::placeholder {
    opacity: 0.3; }
.textarea:focus {
    border-color: #aaa; }
@media (max-width: 767px) {
    .textarea {
      height: 190px;
      margin-bottom: -10px; } }
.textarea--sm {
  height: 158px; }
.select {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
.select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    margin-top: -4px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%); }
.select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #e4e4e4;
    background-color: transparent;
    height: 60px;
    width: 100%;
    padding: 0 19px;
    text-transform: capitalize; }
.select option {
    color: #2b2d32; }
.checkbox {
  margin-top: 25px; }
.checkbox h6 {
    margin-bottom: 14px; }
.checkbox input {
    display: none; }
.checkbox input + label {
    position: relative;
    padding-left: 48px;
    padding-top: 7px; }
.checkbox input + label:before {
      content: '';
      width: 30px;
      height: 30px;
      border: 1px solid #e4e4e4;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: 0; }
.checkbox input + label:after {
      content: '';
      width: 10px;
      height: 15px;
      border-bottom: 2px solid  transparent;
      border-right: 2px solid  transparent;
      position: absolute;
      top: 4px;
      left: 10px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: border-color .3s;
      transition: border-color .3s; }
.checkbox input:checked + label:after {
    border-bottom-color: #d71500;
    border-right-color: #d71500; }
@media (max-width: 1023px) {
    .checkbox h6 {
      font-size: 15px; } }
@media (max-width: 767px) {
    .checkbox {
      margin-bottom: 25px; }
      .checkbox h6 {
        font-size: 14px; } }
/* ------------------------------------------------------------ * Form Inquiry
\* ------------------------------------------------------------ */
.form-inquiry {
  border: 1px solid #e4e4e4;
  border-top: 5px solid #d71500;
  padding: 60px 106px 46px 60px; }
.form-inquiry .form__head {
    line-height: 2.13;
    margin-bottom: 46px; }
.form-inquiry .form__head h2 {
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 27px; }
.form-inquiry .form__head p + p {
      margin-top: 22px; }
.form-inquiry .form__body {
    margin-bottom: 29px; }
.form-inquiry .cols {
    margin: 0 -22px 12px; }
.form-inquiry .col {
    padding: 0 22px; }
.form-inquiry .form__row {
    margin-bottom: 10px; }
.form-inquiry .form__btn {
    height: 45px;
    line-height: 41px;
    letter-spacing: -0.01em; }
@media (max-width: 1200px) {
    .form-inquiry {
      padding: 60px 60px 40px; } }
@media (max-width: 1023px) {
    .form-inquiry {
      padding: 40px; }
      .form-inquiry .cols {
        margin: 0 -15px; }
      .form-inquiry .col {
        padding: 0 15px; } }
@media (max-width: 767px) {
    .form-inquiry {
      padding: 20px; }
      .form-inquiry .col {
        max-width: 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
                flex: 0 0 100%; }
      .form-inquiry .form__head {
        margin-bottom: 20px; } }
/* ------------------------------------------------------------ * List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none; }
/* ------------------------------------------------------------ * List Services
\* ------------------------------------------------------------ */
.list-services {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -17px; }
.list-services li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 17px;
    margin-bottom: 31px;
    height: 100%;
    min-height: 420px;
  }

.list-services li > div {
    padding: 45px 37px;
    border: 1px solid #e4e4e4;
    border-top: 5px solid #c1c3c9;
    min-height: 425px;
}

.list-services a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: border-color .3s;
    transition: border-color .3s; }
.list-services a:hover {
      border-color: #aaa; }
.list-services h3 {
    line-height: 1.38;
    margin-bottom: 16px;
    margin-right: 37px; }

.list-services li p > a {
  text-decoration: underline;
  display: inline-block;
}
@media (max-width: 1380px) {
    .list-services {
      margin: 0 -10px; }
      .list-services li {
        padding: 0 10px; } }
@media (max-width: 1380px) {
    .list-services a {
      padding: 20px; }
    .list-services h3 {
      margin-right: 0; } }
@media (max-width: 1023px) {
    .list-services li {
      max-width: 50%;
      -ms-flex: 0 0 50%;
          -webkit-box-flex: 0;
              flex: 0 0 50%;
      min-height: 345px; } }
@media (max-width: 767px) {
    .list-services li {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%;
      min-height: 0; }
      .list-services li a {
        width: 100%; } }
/* ------------------------------------------------------------ * List Links
\* ------------------------------------------------------------ */
.list-links {
  font-size: 16px; }
.list-links li + li {
    margin-top: 9px; }
.list-links a {
    text-decoration: none;
    opacity: 0.4;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
.list-links a:hover {
      opacity: 1; }
@media (max-width: 1023px) {
    .list-links {
      font-size: 14px; }
      .list-links li + li {
        margin-top: 3px; } }
.list-links + h5 {
  margin-top: 51px; }
@media (max-width: 1023px) {
    .list-links + h5 {
      margin-top: 40px; } }
@media (max-width: 767px) {
    .list-links + h5 {
      margin-top: 30px; } }
/* ------------------------------------------------------------ * List Options
\* ------------------------------------------------------------ */
.list-options {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 10px; }
.list-options li + li {
    margin-left: 15px; }
/* ------------------------------------------------------------ * List Params
\* ------------------------------------------------------------ */
.list-params {
  list-style-type: disc;
  line-height: 1.81;
  margin-left: 20px; }
.list-params li + li {
    margin-top: 19px; }
/* ------------------------------------------------------------ * List Callouts
\* ------------------------------------------------------------ */
.list-callouts {
  font-size: 14px;
  padding: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  margin-right: 13px; }
.list-callouts .btn {
    font-size: 14px; }
.list-callouts li + li {
    margin-left: 32px; }
.list-callouts li.current a {
    border-bottom-color: #fff; }
.list-callouts a {
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    letter-spacing: 0.05em; }
.list-callouts a:hover {
      border-bottom-color: #fff; }
.list-callouts .btn {
    border-bottom: 2px solid #fff;
    line-height: 44px;
    padding-bottom: 0;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s; }
@media (max-width: 1023px) {
    .list-callouts {
      margin-left: 0; } }
@media (max-width: 767px) {
    .list-callouts .btn {
      line-height: 26px; } }
/* ------------------------------------------------------------ * Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 108px;
  height: 26px;
  background: url(logo.png) no-repeat 0 0;
  background-size: 100% 100%;
  font-size: 0; }
/* ------------------------------------------------------------ * Nav Utilities
\* ------------------------------------------------------------ */
.nav-utilities {
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1.63px;
  font-size: 13px; }
.nav-utilities ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
.nav-utilities li + li {
    margin-left: 33px;
    position: relative; }
.nav-utilities li + li:before {
      content: '';
      width: 1px;
      height: 13px;
      background: #2b2d32;
      opacity: 0.3;
      position: absolute;
      top: 5px;
      left: -16px; }
.nav-utilities a {
    opacity: 0.3;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
.nav-utilities a:hover {
      opacity: 1; }
.nav-utilities a i {
      margin-bottom: -4px;
      margin-right: 3px; }
@media (max-width: 767px) {
    .nav-utilities {
      display: none; } }
/* ------------------------------------------------------------ * Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 18px;}
.nav > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
.nav > ul li + li {
      margin-left: 37px; }
.nav > ul a {
      display: inline-block;
      opacity: 0.3;
      text-decoration: none;
      -webkit-transition: opacity .3s, color .3s;
      transition: opacity .3s, color .3s;
      padding-bottom: 14px; }
.nav > ul a:hover {
        opacity: 1;
        color: #d71500; }
.nav .menu-item-has-children {
  position: relative;
    padding-right: 20px; }

.nav .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.nav .menu-item-has-children:hover .nav-menu {
      opacity: 1;
      visibility: visible; }

.nav .sub-menu li:hover {
  background-color: #f7f6f6 }

.nav .sub-menu li:hover a {
  color: inherit;
}

.nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  background-color: #f0f0f0;
  box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.nav .sub-menu .menu-item-has-children > a:after {
  transform: rotate(-90deg);
}

.nav .sub-menu {
  font-size: 15px;
  position: absolute;
  top: 100%;
  min-width: 240px;
  left: -20px;
  background: #f0f0f0;
  opacity: 0;
  border-top: 3px solid #d71500;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.nav .sub-menu a {
  color: #000;
  opacity: 1;
  display: block;
}

.nav .sub-menu li + li {
  margin-left: 0;
  padding-top: 10px;
  border-top: 2px solid #e4e4e4;
}

.nav .sub-menu .menu-item-has-children {
  position: static;
}

.nav .sub-menu li {
  padding: 0 20px;
}

.nav .sub-menu li:first-child {
  padding-top: 10px;
}

@media (max-width: 1023px) {
    .nav {
      font-size: 14px; }
      .nav ul li + li {
        margin-left: 15px; }
      .nav .has-dropdown a:after {
        top: 11px; } }

    .nav .menu-item-has-children > a:after {
      top: 11px;
    }

    .nav ul > li > a {
      padding-bottom: 8px;
    }

@media (max-width: 767px) {
    .nav {
      position: absolute;
      top: 100%;
      margin-top: 1px;
      left: 0;
      background: #fff;
      border: 1px solid #e1e1e1;
      border-top: none;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s, visibility .3s;
      transition: opacity .3s, visibility .3s; }
      .nav.is-visible {
        opacity: 1;
        visibility: visible; }
      .nav ul {
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column;
        padding: 10px; }
        .nav ul li + li {
          margin-left: 0; }
        .nav ul a {
          display: block;
          padding-bottom: 0; }
      .nav .has-dropdown a {
        display: inline-block; }
        .nav .has-dropdown a:after {
          right: auto;
          margin-left: 10px; }


      .nav .menu-item-has-children > a:after {
        position: relative;
        top: 13px;
        left: 6px;
      }

      .nav .menu-item-has-children > .sub-menu {
        position: static;
        opacity: 1;
        border: none;
        visibility: visible;
        padding-top: 0;
        padding-bottom: 0;
        display: none;
      }

      .nav .sub-menu li {
        padding: 0;
      }

      .nav .sub-menu li:hover {
        background: none;
      }

      .nav .sub-menu .sub-menu {
        box-shadow: none;
      }
    }

/* ------------------------------------------------------------ * Nav Menu
\* ------------------------------------------------------------ */
.nav-menu {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  width: 100%;
  position: absolute;
  top: 100%;
  border: 1px solid #e1e1e1;
  left: 0;
  padding: 45px 36px 54px;
  background: #fff;
  border-bottom: 5px solid #d71500;
  -webkit-box-shadow: 0 8px 37px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 37px rgba(0, 0, 0, 0.15); }
.nav-menu h3 {
    line-height: 1.2;
    margin-bottom: 17px; }
.nav-menu > nav {
    display: inline-block;
    vertical-align: top; }
.nav-menu > nav ul {
      font-size: 14px;
      line-height: 1.92;
      display: inline-block;
      vertical-align: top;
      padding-right: 20px; }
.nav-menu > nav ul li + li {
        margin-left: 0;
        margin-top: 10px; }
.nav-menu > nav ul a {
        padding-bottom: 0; }
@media (max-width: 1023px) {
    .nav-menu {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      padding: 20px; }
      .nav-menu > nav {
        -ms-flex: 1 1;
            -webkit-box-flex: 1;
                flex: 1 1; }
        .nav-menu > nav ul {
          width: 100%;
          padding-right: 10px; } }
@media (max-width: 767px) {
    .nav-menu {
      display: none;
      position: relative;
      top: 0;
      left: 0;
      opacity: 1;
      visibility: visible;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .nav-menu h3 {
        font-size: 16px;
        margin-bottom: 0; }
      .nav-menu > nav {
        width: 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
                flex: 0 0 100%; }
        .nav-menu > nav + nav {
          margin-top: 20px; }
      .nav-menu .nav-menu__inner {
        display: none; }
        .nav-menu .nav-menu__inner ul {
          padding: 0;
          padding-top: 10px; } }
/* ------------------------------------------------------------ * Nav Button
\* ------------------------------------------------------------ */
.nav-button {
  display: none; }
@media (max-width: 767px) {
    .nav-button {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
      .nav-button a {
        display: inline-block; }
      .nav-button span {
        display: block;
        background: #2b2d32;
        width: 22px;
        height: 3px;
        -webkit-transition: all .3s;
        transition: all .3s;
        margin: 0 auto;
        -webkit-transform-origin: 0;
                transform-origin: 0; }
      .nav-button span + span {
        margin-top: 5px; }
      .nav-button.opened span:nth-child(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .nav-button.opened span:nth-child(2) {
        opacity: 0;
        visibility: hidden; }
      .nav-button.opened span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); } }
/* ------------------------------------------------------------ * Section Services
\* ------------------------------------------------------------ */
.section-services {
  padding: 153px 0 93px; }
@media (max-width: 1200px) {
    .section-services {
      padding: 80px 0 60px; } }
@media (max-width: 1023px) {
    .section-services {
      padding: 50px 0 20px; } }
@media (max-width: 767px) {
    .section-services {
      padding: 50px 0 0; } }
/* ------------------------------------------------------------ * Section News
\* ------------------------------------------------------------ */
.section-events {
  padding-bottom: 158px; }
.section-events .section__head {
    margin-bottom: 27px; }
.section-events .section__head h2 {
      font-weight: 400; }
.section-events .section__body {
    margin-bottom: 52px; }
.section-events .section__actions .btn {
    height: 54px;
    line-height: 54px;
    letter-spacing: 0.07em; }
@media (max-width: 1200px) {
    .section-events {
      padding-bottom: 80px; }
      .section-events .section__body {
        margin-bottom: 40px; } }
@media (max-width: 1023px) {
    .section-events {
      padding-bottom: 50px; } }
@media (max-width: 767px) {
    .section-events .section__body {
      margin-bottom: 20px; }
    .section-events .section__head {
      text-align: center; } }
/* ------------------------------------------------------------ * Section Overview
\* ------------------------------------------------------------ */
.section-overview {
  padding: 79px 0 0;  }
.section-overview h3 {
    font-weight: 600;
    margin-bottom: 25px; }
.section-overview h2 {
    font-weight: 400;
    margin-bottom: 35px; }
.section-overview .section__head h3 {
    font-weight: 600;
    margin-bottom: 14px; }
.section-overview .section__body {
    margin-bottom: 54px; }
.section-overview table td {
    width: 50%;
    padding: 0 43px 0 0; }
.section-overview table + table {
    margin-top: 80px; }
.section-overview .section__body {
    line-height: 2.13; }
.section-overview ul {
    list-style-type: disc;
    line-height: 1.81;
    margin-left: 20px;
}
.section-overview ul li + li {
    margin-top: 19px;
}

.section-overview .link-more {
  text-decoration: none;
  color: #ce0e00;
}

.section-overview .link-more:hover {
  text-decoration: underline;
}

@media (max-width: 1380px) {
    .section-overview table tr {
      margin: 0 -10px; }
    .section-overview table td {
      padding: 0 10px; } }
@media (max-width: 1023px) {
    .section-overview {
      padding: 50px 0 0; }
      .section-overview table tr {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .section-overview table td {
        max-width: 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
                flex: 0 0 100%; }
      .section-overview table td + td {
        margin-top: 30px; }
      .section-overview table + table {
        margin-top: 40px; } }
@media (max-width: 767px) {
    .section-overview h2 {
      margin-bottom: 5px; }
    .section-overview h3 {
      font-size: 18px;
      line-height: 1.2; }
    .section-overview .section__body {
      margin-bottom: 30px; } }
/* ------------------------------------------------------------ * Section Support
\* ------------------------------------------------------------ */
.section-support {
  padding: 0 0 33px; }
.section-support h3 {
    margin-bottom: 13px;
    font-weight: 600;
    color: #000; }
.section-support h6 {
    line-height: 2.13;
    color: #d71500;
    margin-bottom: 2px; }
.section-support p {
    margin-right: 50px;
    line-height: 2.13; }
.section-support ul {
    margin-top: 31px;
    margin-left: 20px; }
.section-support ul li + li {
    margin-top: 19px; }
.section-support table th {
    text-align: left;
}
.section-support table tr + tr td {
    padding-top: 39px !important; }
.section-support table td {
    width: 50%; }
.section-support table tbody tr {
    margin: 0 -15px; }
.section-support table + table td {
    width: 33.33%; }
.section-support table:only-child td {
    max-width: 33.33%;
    -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
            flex: 0 0 33.33%; }
.section-support table:only-child tr + tr {
    margin-top: 31px; }
.section-support table {
    padding: 55px 0 52px; }
.section-support table + table {
    border-top: 2px solid #e4e4e4; }
@media (max-width: 1380px) {
    .section-support table tbody tr {
      margin: 0 -10px; }
    .section-support table td {
      padding: 0 10px; } }
@media (max-width: 1023px) {
    .section-support p {
      margin-right: 0; }
    .section-support table {
      padding: 30px 0; } }
@media (max-width: 767px) {
    .section-support table tbody tr {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .section-support table td {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%; }
    .section-support table td + td {
      margin-top: 30px; }
    .section-support table:only-child td {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%; } }
/* ------------------------------------------------------------ * Section Customers
\* ------------------------------------------------------------ */
.section-customers {
  padding: 154px 0 96px; }
.section-customers .section__head {
    text-align: center;
    margin-bottom: 50px; }
@media (max-width: 1200px) {
    .section-customers {
      padding: 75px 0; } }
@media (max-width: 1023px) {
    .section-customers {
      padding: 50px 0; } }
/* ------------------------------------------------------------ * Section Collections
\* ------------------------------------------------------------ */
.section-collections {
  padding: 74px 0 149px; }
.section-collections .section__body {
    margin-bottom: 32px; }
@media (max-width: 1200px) {
    .section-collections {
      padding: 74px 0 130px; } }
@media (max-width: 1200px) {
    .section-collections {
      padding: 75px 0; }
      .section-collections .section__body {
        margin-bottom: 15px; } }
@media (max-width: 1023px) {
    .section-collections {
      padding: 50px 0; } }
@media (max-width: 767px) {
    .section-collections .section__body {
      margin-bottom: 0; } }
/* ------------------------------------------------------------ * Section Info
\* ------------------------------------------------------------ */
.section-info {
  padding: 70px 0 162px;
  line-height: 2.13; }
.section-info h3 {
    line-height: 1.2;
    margin-bottom: 23px; }
.section-info p + p {
    margin-top: 22px; }
.section-info table + table {
    margin-top: 100px; }
.section-info table tr {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
.section-info table td {
    padding: 0 80px 0 15px;
    max-width: 50%;
    -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
            flex: 0 0 50%; }
@media (max-width: 1380px) {
    .section-info table tr {
      margin: 0 -10px; }
    .section-info table td {
      padding: 0 80px 0 10px; } }
@media (max-width: 1200px) {
    .section-info {
      padding: 70px 0; }
      .section-info table td {
        padding: 0 10px; } }
@media (max-width: 1023px) {
    .section-info {
      padding: 50px 0; }
      .section-info table {
        padding: 0 15px;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column; }
      .section-info table + table {
        margin-top: 50px; } }
@media (max-width: 767px) {
    .section-info table tr {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .section-info table td {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%; }
    .section-info table td + td {
      margin-top: 50px; } }
/* ------------------------------------------------------------ * Section Consulting
\* ------------------------------------------------------------ */
.section-consulting {
  padding: 64px 0;
  line-height: 2.13; }
.section-consulting a {
    color: #d71500; }
.section-consulting h3 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 23px; }
.section-consulting table tr + tr td {
  padding-top: 20px;
}
.section-consulting table th {
  text-align: left;
}
.section-consulting ul {
    margin-top: 35px;
    -webkit-column-count: 1;
            column-count: 1;
    list-style: initial;
    color: #5d6068;
    -webkit-column-width: 287px;
            column-width: 287px; }
.section-consulting ul li + li {
  margin-top: 12px;
}
.section-consulting ul li {
    margin-left: 20px;
    padding-right: 66px;
}
.section-consulting table ul {
    margin-top: 22px;
    color: #5d6068;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-width: 287px;
            column-width: 287px; }
.section-consulting table ul li {
      margin-left: 20px;
      padding-right: 66px; }
.section-consulting table ul li + li {
      margin-top: 12px; }
.section-consulting p + p {
    margin-top: 55px; }
.section-consulting table {
    margin-bottom: 70px; }
.section-consulting table td {
    width: 50%;
    padding: 0 42px 0 0; }
@media (max-width: 1380px) {
    .section-consulting table ul {
      -webkit-column-width: 190px;
              column-width: 190px; }
    .section-consulting table tr {
      margin: 0 -10px; }
    .section-consulting table td {
      padding: 0 10px; } }
@media (max-width: 1200px) {
    .section-consulting table ul {
      -webkit-columns: auto;
              columns: auto; } }
@media (max-width: 1023px) {
    .section-consulting {
      padding: 50px 0; } }
@media (max-width: 767px) {
    .section-consulting p + p {
      margin-top: 20px; }
    .section-consulting table ul li {
      padding-right: 0; }
    .section-consulting table tr {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .section-consulting table td {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%; }
      .section-consulting table td + td {
        margin-top: 50px; }
    .section-consulting table {
      margin-bottom: 50px; } }
/* ------------------------------------------------------------ * Section Inquiry
\* ------------------------------------------------------------ */
.section-inquiry {
  padding: 35px 0 65px; }
.section-inquiry a {
    color: #d71500; }
/* ------------------------------------------------------------ * Section Download
\* ------------------------------------------------------------ */
.section-download {
  padding: 65px 0 127px; }
.section-download h2 {
    line-height: 1.2;
    margin-bottom: 6px; }
.section-download .section__head {
    margin-bottom: 40px; }
.section-download .section__body {
    padding-left: 6px; }
@media (max-width: 1200px) {
    .section-download {
      padding: 80px 0; }
      .section-download .section__body {
        padding-left: 0; } }
@media (max-width: 1023px) {
    .section-download {
      padding: 50px 0; } }
/* ------------------------------------------------------------ * Slider Intro
\* ------------------------------------------------------------ */

.slider-intro {
  color: #fff;
}
.slider-intro .slider__slide {
  padding-bottom: 151px;
  position: relative; }
.slider-intro .slider__slide-inner {
  text-align: center;
  position: relative;
}

.slider-intro .slider__slide-inner .shell {
  height: 100%;
}

.slider-intro .slider__content-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-intro .slider__bar {
  position: absolute;
  left: 0;
  bottom: -71px;
  width: 100%;
  background: #d71500; }
.slider-intro .slider__title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.002em; }
.slider-intro .slider__bar {
  color: #fff;
  font-size: 18px;
  font-weight: 700; }
.slider-intro .slider__bar-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  padding: 12px 0 13px;
  letter-spacing: 0.01em; }
.slider-intro .slider__bar-inner p {
    margin-right: 15px; }

.slider-intro .slider__slide-image {
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: 29.38%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slider-intro .slider__slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-intro .slider__slides {
  overflow: hidden; }
.slider-intro .owl-nav {
  max-width: 1312px;
  width: 100%;
  position: absolute;
  top: 50%;
  height: 34px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-top: -53px;
  padding: 0 20px; }
.slider-intro .owl-prev,
.slider-intro .owl-next {
  position: absolute;
  top: 0; }
.slider-intro .owl-prev:hover:before,
  .slider-intro .owl-next:hover:before {
    border-color: #aaa; }
.slider-intro .owl-prev:before,
  .slider-intro .owl-next:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border-bottom: 5px solid  #e1e1e1;
    -webkit-transition: border-color .3s;
    transition: border-color .3s; }
.slider-intro .owl-prev {
  left: 0; }
.slider-intro .owl-prev:before {
    top: 5px;
    left: 5px;
    border-left: 5px solid  #e1e1e1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.slider-intro .owl-next {
  right: 0; }
.slider-intro .owl-next:before {
    top: 5px;
    right: 5px;
    border-right: 5px solid  #e1e1e1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
@media (max-width: 1380px) {
  .slider-intro .owl-prev {
    left: 10px; }
  .slider-intro .owl-next {
    right: 10px; } }
@media (max-width: 1023px) {
  .slider-intro .slider__title {
    line-height: 1.2;
    margin-bottom: 30px; }
  .slider-intro .slider__slide {
    padding: 55px 0 126px; } }
@media (max-width: 767px) {
  .slider-intro .slider__slide {
    padding: 0; }
  .slider-intro .slider__title {
    font-size: 24px;
    margin-bottom: 0;  }
  .slider-intro .slider__slide-image {
    max-width: 100%;
    margin: 0 auto;
    min-height: 200px;
    background-size: cover;   }
  .slider-intro .owl-nav {
    margin-top: 0; }
  .slider-intro .owl-prev:before,
  .slider-intro .owl-next:before {
    width: 17px;
    height: 17px;
    border-bottom: 4px solid  #e1e1e1; }
  .slider-intro .owl-prev {
    left: 5px; }
    .slider-intro .owl-prev:before {
      border-left: 4px solid  #e1e1e1; }
  .slider-intro .owl-next {
    right: 5px; }
    .slider-intro .owl-next:before {
      border-right: 4px solid  #e1e1e1; }
  .slider-intro .slider__bar {
    display: none; } }
/* ------------------------------------------------------------ * Table Download
\* ------------------------------------------------------------ */
.table-download {
  color: #000;
  padding: 0 8px 0 13px; }
.table-download th {
    text-align: left;
    color: #c1c3c9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.94px; }
.table-download tr + tr {
    border-top: 2px solid  #e4e4e4; }
.table-download td {
    height: 68px; }
.table-download td:first-child {
      width: 41.6%; }
.table-download tbody td:last-child {
    font-weight: 700;
    text-align: right; }
.table-download tbody td:last-child i {
      margin-left: 12px;
      margin-top: 3px; }
.table-download tbody td:last-child a {
      color: #2b2d32;
      text-decoration: none; }
.table-download tbody td:last-child a:hover {
        color: #d71500; }
.table-download tbody td:last-child a + a {
      margin-left: 43px; }
.table-download a {
    color: #d71500; }
@media (max-width: 767px) {
    .table-download {
      padding: 8px 0 0; }
      .table-download td:first-child {
        width: 64%;
        padding-right: 10px;
        padding-left: 10px; }
      .table-download tbody td:last-child {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-align: end;
            -webkit-box-align: end;
                align-items: flex-end; }
        .table-download tbody td:last-child i {
          margin: 0 10px; }
        .table-download tbody td:last-child a span {
          display: none; }
        .table-download tbody td:last-child a + a {
          margin-left: 0;
          margin-top: 5px; } }
/* ------------------------------------------------------------ * Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ * Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ * Icons
\* ------------------------------------------------------------ */
.ico {
  display: inline-block;
  background-size: 100% 100%; }
.ico--headphones {
  width: 18px;
  height: 18px;
  background: url(icon-headphones.svg) no-repeat 0 0; }
.ico--search {
  width: 18px;
  height: 18px;
  background: url(icon-search.svg) no-repeat 0 0; }
.ico--tools {
  width: 82px;
  height: 78px;
  background: url(icon-tools.svg) no-repeat 0 0; }
.ico--service {
  width: 90px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.ico--arrow-right {
  width: 25px;
  height: 25px;
  background: url(icon-arrow-right.svg) no-repeat 0 0; }
.ico--download {
  width: 20px;
  height: 20px;
  background: url(icon-download.svg) no-repeat 0 0; }
/* ------------------------------------------------------------ * Events
\* ------------------------------------------------------------ */
.events {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -10px; }
.events li {
    padding: 0 10px;
    max-width: 25%;
    -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
            flex: 0 0 25%; }
@media (max-width: 1023px) {
    .events {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .events li {
        max-width: 50%;
        -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
                flex: 0 0 50%;
        margin-bottom: 20px; } }
@media (max-width: 767px) {
    .events li {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%; } }
/* ------------------------------------------------------------ * Event
\* ------------------------------------------------------------ */
.event .event__image {
  margin-bottom: 21px; }
.event .event__content h5 {
  line-height: 1.44;
  font-weight: 600;
  margin-bottom: 12px; }
.event .event__content h5 a {
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s; }
.event .event__content h5 a:hover {
      color: #d71500; }
.event .event__content span {
  opacity: 0.3; }
@media (max-width: 1023px) {
  .event .event__image {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .event .event__image img {
      width: 100%; }
  .event .event__content {
    text-align: center; } }
/* ------------------------------------------------------------ * Copyright
\* ------------------------------------------------------------ */
.copyright {
  background: #414347;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0; }
.copyright P {
    color: #fff;
    line-height: 2.71;
    opacity: 0.4;
    letter-spacing: 0.01em;
    margin-right: 1px; }
.copyright ul {
    color: #fff;
    line-height: 2.71;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
.copyright ul li + li {
      margin-left: 18px;
      position: relative; }
.copyright ul li + li:before {
        content: '';
        width: 2px;
        height: 13px;
        background: #fff;
        opacity: 0.4;
        position: absolute;
        top: 12px;
        left: -10px; }
.copyright ul a {
      opacity: 0.4;
      text-decoration: none;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
.copyright ul a:hover {
        opacity: 1; }
.copyright .copyright__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center; }
@media (max-width: 767px) {
    .copyright {
      font-size: 12px;
      text-align: center; }
      .copyright ul {
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center; }
        .copyright ul li + li:before {
          top: 10px; }
      .copyright .copyright__inner {
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column; } }
/* ------------------------------------------------------------ * Services Support
\* ------------------------------------------------------------ */
.services-support {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -38px; }
.services-support li {
    max-width: 50%;
    -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
            flex: 0 0 50%;
    padding: 0 38px 38px; }
@media (max-width: 1380px) {
    .services-support {
      margin: 0 -10px; }
      .services-support li {
        padding: 0 10px; } }
@media (max-width: 1023px) {
    .services-support {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .services-support li {
        max-width: 100%;
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
                flex: 0 0 100%; }
      .services-support li {
        padding-bottom: 0; }
      .services-support li + li {
        margin-top: 30px; } }
/* ------------------------------------------------------------ * Service Support
\* ------------------------------------------------------------ */
.service-support {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 54px 64px 41px 50px;
  border: 1px solid #e4e4e4;
  border-top: 5px solid #d71500; }
.service-support .service__image {
    margin-right: 46px;
    text-align: center; }
.service-support .service__content {
    -ms-flex: 1 1;
        -webkit-box-flex: 1;
            flex: 1 1;
    line-height: 2; }
.service-support .service__content h5 {
      line-height: 1.61;
      margin-bottom: 17px; }
.service-support .service__content p {
      margin-bottom: 27px; }
.service-support .service__content a {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
          -webkit-box-align: center;
              align-items: center;
      font-weight: 700;
      line-height: 2;
      text-decoration: none;
      -webkit-transition: color .3s;
      transition: color .3s; }
.service-support .service__content a i {
        margin-left: 13px;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
.service-support .service__content a:hover {
        color: #d71500; }
.service-support .service__content a:hover i {
          opacity: .8; }
@media (max-width: 1420px) {
  .service-support {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  .service-support {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
    .service-support {
      padding: 20px;
      -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              flex-direction: column;
      text-align: center; }
      .service-support a {
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center; }
      .service-support .service__image {
        margin-right: 0;
        margin-bottom: 20px; } }
/* ------------------------------------------------------------ * Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__head {
  color: #fff;
  text-transform: uppercase; }
.tabs .tabs__head a {
    text-decoration: none; }
.tabs .tabs__head--orange {
  background: #e78d0b; }
.tabs .tabs__head--grey {
  background: #414347; }
.tabs .tabs__nav {
  padding: 20px 0 23px;
  font-size: 14px;
  font-weight: 600; }
.tabs .tabs__nav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
.tabs .tabs__nav li.current a {
    border-bottom-color: #fff; }
.tabs .tabs__nav li + li {
    margin-left: 30px; }
.tabs .tabs__nav a {
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    letter-spacing: 0.06em; }
.tabs .tabs__nav a:hover {
      border-bottom-color: #fff; }
.tabs .tabs__select-outer {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  color: #fff; }
.tabs .tabs__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between; }
@media (max-width: 1023px) {
  .tabs .tabs__inner {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center; } }
/* ------------------------------------------------------------ * Tab
\* ------------------------------------------------------------ */
.tab {
  display: none; }
.tab.current {
    display: block; }
/* ------------------------------------------------------------ * Box
\* ------------------------------------------------------------ */
.box {
  background: #2b2d32;
  color: #fff;
  padding: 83px 0 66px; }
.box h1 {
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.2; }
.box h2 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px; }
.box .box__content {
    font-size: 16px;
    -ms-flex: 1 1;
        -webkit-box-flex: 1;
            flex: 1 1; }
.box .box__content p {
      line-height: 2.13; }
.box .box__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center; }
.box .box__aside {
    max-width: 28%;
    -ms-flex: 0 0 28%;
        -webkit-box-flex: 0;
            flex: 0 0 28%; }
.box .box__aside h6 {
      text-transform: uppercase;
      opacity: 0.5;
      font-weight: 600;
      letter-spacing: 0.94px;
      margin-bottom: 18px; }
.box .box__price {
    font-weight: 700;
    font-size: 30px;
    display: block;
    opacity: 1; }
/* ------------------------------------------------------------ * Box Product
\* ------------------------------------------------------------ */
.box--product p {
  opacity: 0.5;
  margin-bottom: 16px; }
.box--product .box__content {
  margin-right: 160px; }
/* ------------------------------------------------------------ * Box Support
\* ------------------------------------------------------------ */
.box--support {
  padding: 62px 0 57px; }
/* ------------------------------------------------------------ * Box Collections
\* ------------------------------------------------------------ */
.box--collections {
  padding: 47px 0 45px; }
.box--collections .cols {
    margin: 0 -10px; }
.box--collections .col {
    padding: 0 10px; }
/* ------------------------------------------------------------ * Box Info
\* ------------------------------------------------------------ */
.box--info {
  padding: 63px 0 58px; }
/* ------------------------------------------------------------ * Box Consulting
\* ------------------------------------------------------------ */
.box--consulting {
  padding: 64px 0 57px; }
@media (max-width: 1023px) {
  .box {
    padding: 30px 0; }
  .box--support {
    padding: 50px 0; }
    .box--support h2 {
      font-size: 34px; }
  .box--consulting .box__title {
    font-size: 34px; } }
@media (max-width: 767px) {
  .box .col {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
            flex: 0 0 100%; }
  .box .col + .col {
    margin-top: 30px; }
  .box .box__content {
    margin-right: 0;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
            flex: 0 0 100%; }
    .box .box__content p {
      line-height: 1.94; }
  .box .box__aside {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin-top: 30px; }
    .box .box__aside h6 {
      text-align: center; }
    .box .box__aside ul {
      -ms-flex-pack: center;
          -webkit-box-pack: center;
              justify-content: center; }
  .box .box__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .box .box__price {
    font-size: 20px; }
  .box--support {
    padding: 30px 0; }
    .box--support .box__title {
      margin-bottom: 20px; }
  .box--consulting .box__title {
    font-size: 24px; } }
/* ------------------------------------------------------------ * Products
\* ------------------------------------------------------------ */
.products {
  list-style: none;
  margin: 0 -16px 0 -17px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.products li {
    max-width: 25%;
    -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
            flex: 0 0 25%;
    padding: 0 16px 0 17px;
    margin-bottom: 33px;
    min-height: 349px; }
@media (max-width: 1380px) {
    .products {
      margin: 0 10px; }
      .products li {
        padding: 0 10px; } }
@media (max-width: 1023px) {
    .products li {
      max-width: 50%;
      -ms-flex: 0 0 50%;
          -webkit-box-flex: 0;
              flex: 0 0 50%;
      min-height: 0; } }
@media (max-width: 767px) {
    .products li {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%; } }
/* ------------------------------------------------------------ * Product
\* ------------------------------------------------------------ */
.product {
  border: 1px solid #e4e4e4;
  border-top-width: 5px;
  padding: 17px 18px 21px 23px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column; }
.product .product__image {
    margin-bottom: 13px; }
.product .product__content {
    line-height: 1.56;
    margin-bottom: 6px;
    padding-left: 14px; }
.product .product__content h4 {
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 12px; }
.product .product__actions {
    margin-top: auto;
    padding-left: 14px;
    margin-bottom: 0; }
.product .product__actions .btn + .btn {
      margin-left: 4px; }
.product .product__actions .btn {
      height: 46px;
      line-height: 43px;
      font-weight: 700;
      min-width: 119px; }
@media (max-width: 1380px) {
    .product {
      padding: 10px; }
      .product .product__actions .btn {
        min-width: 110px; } }
@media (max-width: 1200px) {
    .product .product__image {
      margin-bottom: 0; }
    .product .product__content {
      padding-left: 0; }
    .product .product__actions {
      padding-left: 0; }
      .product .product__actions .btn {
        min-width: 90px;
        height: 40px;
        line-height: 36px; }
      .product .product__actions .btn + .btn {
        margin-left: 0; } }
@media (max-width: 1023px) {
    .product {
      padding: 20px; }
      .product .product__image {
        margin-bottom: 20px; }
      .product .product__content {
        padding-left: 15px;
        margin-bottom: 20px; }
      .product .product__actions {
        padding-left: 15px;
        text-align: center; }
        .product .product__actions .btn + .btn {
          margin-left: 10px; } }
/* ------------------------------------------------------------ * Product Alt
\* ------------------------------------------------------------ */
.product-alt {
  font-size: 18px; }
.product-alt h3 {
    font-weight: 500; }
.product-alt .product__image {
    margin-bottom: 8px; }
.product-alt .product__content {
    margin-bottom: 20px; }
.product-alt .product__content p {
      opacity: 0.5;
      line-height: 1.67; }
.product-alt .product__actions {
    font-size: 16px;
    line-height: 2.13; }
.product-alt .product__actions a {
      text-decoration: none; }
.product-alt .product__actions a:hover {
        color: #d71500; }
@media (max-width: 1023px) {
    .product-alt {
      font-size: 14px; }
      .product-alt .product__content {
        margin-bottom: 15px; } }
/* ------------------------------------------------------------ * Benefits
\* ------------------------------------------------------------ */
.benefits {
  border: 1px solid #e4e4e4;
  border-top: 5px solid #d71500;
  padding: 46px 61px 0 40px;
  line-height: 2.13;
  margin-bottom: 63px; }
.benefits h6 {
    color: #d71500;
    line-height: 2.13; }
.benefits .col {
    padding: 0 20px;
    margin-bottom: 37px; }
.benefits .col--1of3 {
    max-width: 33.33%;
    -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
            flex: 0 0 33.33%; }
@media (max-width: 1023px) {
    .benefits {
      padding: 20px;
      margin-bottom: 40px; } }
@media (max-width: 767px) {
    .benefits .col {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%; }
    .benefits .col + .col {
      margin-top: 20px; }
    .benefits .cols + .cols {
      margin-top: 20px; } }
/* ------------------------------------------------------------ * Download
\* ------------------------------------------------------------ */
.download {
  border: 1px solid #e4e4e4;
  padding: 17px 23px 0 18px; }
.download .download__head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px;

  }
.download .download__image {
    margin-right: 15px; }
@media (max-width: 767px) {
    .download {
      padding: 5px;
      font-size: 14px;
    }

    .download .download__head h3 {
      line-height: 1.25;
      font-size: 20px;
    }
  }
.download + .download {
  margin-top: 30px; }
/* ------------------------------------------------------------ * Search
\* ------------------------------------------------------------ */
.search {
  margin-bottom: 9px; }
.search form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: end;
        -webkit-box-pack: end;
            justify-content: flex-end; }
.search input {
    margin-bottom: 5px;
    margin-right: 30px;
    width: 0;
    padding: 0;
    border-color: transparent;
    -webkit-transition: border-color 1s ease-in, border-color .5s ease-in, width .5s ease-in, padding 1s ease-in;
    transition: border-color 1s ease-in, border-color .5s ease-in, width .5s ease-in, padding 1s ease-in; }
.search input.input-visible {
      border: 1px solid #e4e4e4;
      width: 216px;
      padding: 0 19px;
      -webkit-transition: border-color 1s ease-out, border-color 1s ease-out, width .5s ease-out, padding 1s ease-out;
      transition: border-color 1s ease-out, border-color 1s ease-out, width .5s ease-out, padding 1s ease-out; }
.search button i {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
.search button:hover i {
    opacity: .8; }
.search .search__btn {
    background-color: transparent;
    border: none; }
@media (max-width: 1023px) {
    .search input {
      margin-right: 11px; } }
@media (max-width: 767px) {
    .search {
      margin-bottom: 0; }
      .search input {
        margin-bottom: 0; } }
/* ------------------------------------------------------------ * Bar
\* ------------------------------------------------------------ */
.bar {
  padding: 23px 0 20px;
  font-size: 14px;
  font-weight: 600;
  background: #414347;
  color: #fff;
  text-transform: uppercase; }
.bar ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
.bar li.current a {
    border-bottom-color: #fff; }
.bar li + li {
    margin-left: 30px; }
.bar a {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    letter-spacing: 0.06em; }
.bar a:hover {
      border-bottom-color: #fff; }
/* ------------------------------------------------------------ * Phone
\* ------------------------------------------------------------ */
.phone {
  opacity: 0.3;
  font-size: 13px;
  margin-left: 41px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
.phone:hover {
    opacity: 1; }

/*  Loader  */

.loader {
  margin: 0 auto;
}

.section__actions.loading .btn_load_more,
.section__actions .loader {
  display: none;
}

.section__actions .btn_load_more,
.section__actions.loading .loader {
  display: block;
}

/* ------------------------------------------------------------ *\
  Template Support
\* ------------------------------------------------------------ */

.template-support .section__body {
  padding: 55px 0 52px;
}

.template-support .section__body table {
  display: block;
}

.template-support .section__body table:first-child {
  padding-top: 0;
}

.template-support .section__body table:last-child {
  padding-bottom: 0;
}

.template-support .section__body table:first-child tr + tr {
  margin-top: 39px;
}

.template-support .section__body table:first-child td {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.template-support .section__body table:first-child ul {
  list-style-type: disc;
  line-height: 1.81;
  margin-left: 20px;
  margin-top: 31px;
}

.template-support .section__body table:first-child ul li + li {
  margin-top: 19px;
}

@media(max-width: 768px){
  .section-support table + table td {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
}

/* ------------------------------------------------------------ *\
  Template Product
\* ------------------------------------------------------------ */

.template-product .product-form {
  // display: none;
}

/* ------------------------------------------------------------ *\
  Login
\* ------------------------------------------------------------ */

.template-login input[type="radio"] {
  display: none;
}

.template-login .form-recover-password {
  display: none;
}

.template-login .form-action {
  margin-top: 20px;
}

.template-login .links {
  float: right;
}

.template-login .links span + span {
  margin-left: 10px;
}

.template-login .link-forgot-password {
  float: right;
}

/* ------------------------------------------------------------ *\
  Template Cart
\* ------------------------------------------------------------ */

.template-cart .cart-quantity input {
  height: 30px;
  width: 50px;
  text-align: center;
  padding: 0 5px 0 0;
}

.template-cart .table-cart th {
  text-align: left;
}

.template-cart .table-cart tbody {
  border-bottom: 1px solid #e1e1e1;
}

.template-cart .form-cart .form-action {
  padding-top: 20px;
  text-align: right;
}

.template-cart .form-cart .form-action .btn {
  padding: 0 25px;
}

.template-cart .cart-empty {
  text-align: center;
}

/* ------------------------------------------------------------ *\
  404 Page
\* ------------------------------------------------------------ */

.section-error {
  padding: 120px 0 130px;
  text-align: center;
}

/* ------------------------------------------------------------ *\
  Contact
\* ------------------------------------------------------------ */

.section-contact {
  padding-bottom: 120px;
}

.section-contact table + table {
  margin-top: 70px;
}

.section-contact td {
  max-width: 50%;
  padding: 0 42px 0 15px;
}

.section-contact .form-contact {
  margin-top: 30px;
  padding: 0 42px 0 15px;
}


/* ------------------------------------------------------------ *\
  Form Options
\* ------------------------------------------------------------ */

.form-options {
  margin-top: 41px;
  padding: 26px 43px 0;
  border: 1px solid #e4e4e4;
  border-top: 5px solid #e78d0b;
}


.form-options h6 {
  text-transform: uppercase;
  color: #c1c3c9;
  font-weight: 600;
  letter-spacing: 0.94px;
  margin-bottom: 12px;
}

.form-options a {
  color: #d71500;
  text-decoration: none;
}

.form-options a:hover {
  text-decoration: underline;
}

.form-options .cols {
  padding: 26px 0 40px;
}

.form-options .cols + .cols {
  border-top: 2px solid #e4e4e4;
}

.form-options .col:nth-child(1) {
  padding-right: 30px;
}

.form-options .col:nth-child(2) {
  padding-left: 30px;
}

.form-options .col + .col {
  border-left: 1px solid  #e1e1e1;
}

.form-options .form__row--flex {
  display: flex;
  justify-content: space-between;
}

.form-options .form__row--flex strong {
  display: inline-block;
  margin-top: 20px;
}

.form-options .form__row--flex .form__controls {
  max-width: 200px;
  flex: 0 0 200px;
}

.form-options .form__discount {
  color: #d71500;
  display: block;
  text-align: right;
}

.form-options .form__price {
  vertical-align: bottom;
  display: block;
  text-align: right;
}

.form-options .form__btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  min-width: 142px;
  height: 46px;
  line-height: 46px;
}

.form-options .col--flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.form-options .list-radios {
  list-style: none;
}

.form-options .list-radios li {
  display: flex;
  justify-content: space-between;
}

.form-options .list-radios li + li {
  margin-top: 24px;
}

.form-options .list-radios strong {
  font-weight: 600;
}

.form-options .radio label {
  display: inline-block;
  position: relative;
}

.form-options .radio label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: 4px;
  left: -25px;
  transition: backgorund .3s, border-color .3s;
}

.form-options .radio input {
  display: none;
}

.form-options .radio input:checked + label:before {
  border-color: #2b71ed;
  background: #2b71ed;
}

.form-options .radio label:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -19px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.form-options .radio input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.form-options .list-checkboxes {
  list-style: none;
}

.form-options .select {
  cursor: pointer;
}

.form-options .select select {
  height: 40px;
}

.form-options .select:after {
  display: none;
}

.form-options .select:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #2b2d32;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 11px;
  opacity: 0.3;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-options .form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #e4e4e4;
  padding: 10px 0;
}

.form-options .form__actions div strong {
  display: block;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}

.form-options .list-checkboxes {
  line-height: 1;
  align-items: flex-start;
}

.form-options .list-checkboxes li + li {
  margin-top: 24px;
}

.form-options .form__actions .checkbox {
  margin: 0;
  padding: 0;
}

.form-options .checkbox input + label {
    padding: 0;
}

.form-options .checkbox input + label:before {
  width: 16px;
  height: 16px;
  top: 0;
  left: -30px;
  margin-bottom: 10px;
}

.form-options .checkbox input + label:after {
  top: 7px;
  left: 24px;
  width: 8px;
  height: 13px;
}


@media (max-width: 1023px) {
  .form-options {
    padding: 26px 30px 0;
  }

  .form-options .cols {
    padding: 26px 0;
  }

  .form-options .list-radios li {
    display: block;
  }

  .form-options .radio {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {

  .form-options .list-radios li + li {
    margin-top: 10px;
  }

  .form-options .col:nth-child(1) {
    padding-right: 10px;
  }

  .form-options .col:nth-child(2) {
    padding-left: 10px;
  }

  .form-options {
    padding: 26px 10px 0;
  }

  .form-options .cols {
    display: block;
  }

  .form-options .col {
    max-width: 100%;
  }

  .form-options .col:nth-child(1) {
    padding: 0;
  }

  .form-options .col:nth-child(2) {
    padding: 0;
  }

  .form-options .col + .col {
    border-left: none;
    margin-top: 20px;
    border-top: 1px solid  #e1e1e1;
    padding-top: 20px;
  }

  .form-options .form__row--flex {
    display: block;
  }

  .form-options .form__actions {
    padding: 20px 0;
  }

  .form-options .form__row--flex strong {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .form-options .form__row--flex .form__controls {
    max-width: 100%;
  }

  .form-options .form__discount {
    text-align: center;
  }

  .form-options .list-checkboxes {
    margin-left: 25px;
  }

  .form-options .checkbox input + label:before {
    left: -24px;
  }

  .form-options .checkbox input + label:after {
    top: -1px;
    left: -20px;
  }

  .form-options .form__actions {
    display: block;
  }

  .form-options .form__actions > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .form-options .list-radios li + li {
    margin-top: 27px;
  }
}

/* ------------------------------------------------------------ *\
  Product Alt
\* ------------------------------------------------------------ */

.template-alt #buy_now {
  display: none;
}

/* ------------------------------------------------------------ *\
  License table
\* ------------------------------------------------------------ */

.template-license .section-info table td {
  padding: 0;
  border-bottom: 1px solid #000;
}

.template-license .section-info table tr {
  margin-left: 0;
}

.template-license .section-info table td:empty {
  border-bottom: none;
}

.template-license .section-info table td + td {
  margin-left: 20px;
}



