.container_lg {
  width: 100%;
  max-width: 1405px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 150px 25px;
}

.section > .container  {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.section > .container > .title {
  margin-bottom: 100px;
}

.section h2 {
  color: #FFBF59;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.section .title h2 {
  text-align: center;
}

h2.primary,
h3.primary {
  color: #F5A818;
}
h2.secondary {
  color: #616161;
}

.section > .container > .title .desc {
  color: #bcbcbc;
  font-size: 18px;
  line-height: 25px;
}

.text {
  max-width: 600px;
}

.text p {
  font-size: 18px;
  line-height: 1.6;
  color: #616161;
  margin-bottom: 15px;
}

.button {
  border: none;
  outline: none;
  min-height: 50px;
  letter-spacing: .005em;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
}

.button-default {
  background: #111111;  
}

.button-accent {
  background: #FF9C32;
  color: #FFF;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .025em;
}

.button_border {
  color: #FEFDF5;
  background: transparent;
  border: 1px solid transparent;
  line-height: 45px;
  height: 45px;
  min-height: 45px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.button_border:hover {
  background: #1c1c1c;;
}

.button-home {
  color: #FEFDF5;
  background: transparent;
  border: 1px solid #FF9C32;
  line-height: 50px;
  overflow: hidden;
  transition: height .5s ease-in-out;
  position: relative;
}

header .button-home {
  height: 50px;
}

.button-home.active {
  height: auto;
  min-height: auto;
  overflow: visible;
}

.button-home i {
  color: #FF9C32;
  font-size: 18px;
}

.button i,
.link i,
.button,
.link,
a {
  transition: .3s ease-in-out;  
} 

.button i,
.link i {
  position: relative;
  top: 1px;
  left: 2px;
  padding-left: 17px;
}

.button:hover {
  opacity: .9;
}

.button:hover i,
.link:hover i {
  left: 4px;
}

.rotate360 {
  transition: .3s ease-in-out;
  cursor: pointer;
}

.rotate360:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.slick-dots,
.slick-next,
.slick-prev {
  z-index: 1000;
}

.slick-prev,
.slick-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: .3s ease-in-out;
}

.slick-prev:hover,
.slick-next:hover {
  border-color: rgba(255,255,255,.5);
}

.slick-next {
  right: 25px;
}

.slick-prev {
  left: 25px;
}

.slick-dots {
  bottom: 25px;
}

.slick-next:before, .slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 24px;
}

.slick-next:before {
    content: '\f105';
}

.slick-prev:before {
    content: '\f104';
}

.slick-dots li button::before {
  color: #FFF;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: #FFF;
}

.dark {
  position: relative;
}

.dark:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* background: rgba(24,8,21,.5); */
  background: rgba(24, 8, 21, 0.6);
}

.dark-2:before {
   background: rgba(24,8,21,.5);
}

.dark > * {
  position: relative;
  z-index: 3;
}

/* OVER BACKGROUND */
.overbg {
  position: relative;
  z-index: 1;
}

.overbg > * {
  position: relative;
  z-index: 10;
}

.overbg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  background: #111;
  opacity: .93;
}

/* INPUT */
input[type="text"],
input[type="tel"],
input[type="password"] {
  border: none;
  width: 100%;
  max-width: 375px;
  height: 45px;
  outline: none;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 14px;
  letter-spacing: .005em;
}

.input-group {
  width: 100%;
  max-width: 375px;
  height: 45px;
  position: relative;
  margin-bottom: 20px;
}

.input-group i {
  position: absolute;
  right: 0;
  top: 3px;
  left: auto !important;
  padding-left: 0 !important;
  color: #ccc;
  width: 45px;
  height: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

textarea {
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 375px;
  letter-spacing: .005em;
  border: none;
}

/* TOOLTIP */
.tooltip {
  position: relative;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.tooltip:after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  bottom: calc(100% + 7px);
  height: 32px;
  border-radius: 5px;
  background: #1c1c1c;
  color: white;
  font-size: 14px;
  word-wrap: normal;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s ease-in-out;
  opacity: 0;
  visibility: hidden;

  font-family: 'Proxima Nova';
}

.tooltip:hover:after {
  opacity: 1;
  visibility: visible;
}


/* MODAL */
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container { overflow: hidden; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }
.box-modal {
  top: -15px;
  position: relative;
  padding: 10px;
  /* box-shadow: 0 0 0 6px rgba(153, 153, 153, .3); */
  border-radius: 4px;
      min-width: 400px;
}

.box-modal .button {
  margin-top: 0 !important;
}

.box-modal_close { position: absolute !important; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #67bb2f; }

.box-modal {
  /* background: #131313; */
  background: #111;
}

.box-modal .button {
  margin-top: 20px;
}


/* FORM AJAX */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.white-block {
  margin: 0 auto;
  padding: 30px;
  position: relative;
  max-width: 400px; }

.product-popap-window {
  padding: 25px;
  max-width: 620px; }
  .product-popap-window .close-popap {
    position: absolute;
    top: -13px;
    right: -13px; }
    .product-popap-window .close-popap span {
      background-color: #4f6fe3;
      border: 4px solid #fff;
      border-radius: 50%;
      color: #fff;
      display: block;
      font-size: 22px;
      width: 36px;
      height: 36px;
      text-align: center;
      line-height: 26px; }
    .product-popap-window .close-popap:hover {
      text-decoration: none; }
      .product-popap-window .close-popap:hover span {
        background-color: #dc3545; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; 
}

.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; 
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } 
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}

/** ------------------------------------------------------------
        =================== TRANSITIONS =======================
---------------------------------------------------------------------- **/
/**
 * Simple Scale transition,
 */
.mfp-scale.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); 
}

.mfp-scale.mfp-bg.mfp-ready {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1); 
}

.mfp-scale.mfp-bg.mfp-removing {
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); 
}

.mfp-scale.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); 
}

.mfp-scale.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); 
}

.mfp-scale.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); 
}

/**
 * Bottom Up transition
 */
.mfp-bottom-up.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; 
}

.mfp-bottom-up.mfp-bg.mfp-ready {
  opacity: 0.8;
  transition: all 0.3s ease-out; 
}

.mfp-bottom-up.mfp-bg.mfp-removing {
  transition: all 0.3s ease-out;
  opacity: 0; 
}

.mfp-bottom-up.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.98, 0.26, 0.99);
  top: 100%; 
}

.mfp-bottom-up.mfp-wrap.mfp-ready .mfp-content {
  transition: all 0.5s cubic-bezier(0.25, 0.98, 0.26, 0.99);
  opacity: 1;
  top: 0; 
}

.mfp-bottom-up.mfp-wrap.mfp-removing .mfp-content {
  transition: all 0.5s cubic-bezier(0.25, 0.98, 0.26, 0.99);
  opacity: 0;
  top: 100%; 
}

/**
 * Top Down transition,
 */
.mfp-top-up.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; 
}

.mfp-top-up.mfp-bg.mfp-ready {
  opacity: 0.8;
  transition: all 0.3s ease-out; 
}

.mfp-top-up.mfp-bg.mfp-removing {
  transition: all 0.3s ease-out;
  opacity: 0; 
}

.mfp-top-up.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.98, 0.26, 0.99);
  bottom: 100%; 
}

.mfp-top-up.mfp-wrap.mfp-ready .mfp-content {
  transition: all 0.5s cubic-bezier(0.25, 0.98, 0.26, 0.99);
  opacity: 1;
  bottom: 0; 
}

.mfp-top-up.mfp-wrap.mfp-removing .mfp-content {
  transition: all 0.5s cubic-bezier(0.25, 0.98, 0.26, 0.99);
  opacity: 0;
  bottom: 100%; 
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}