html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub, sup, var, b, u, i, center, ol, ul,
li, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative; }

input[type="button"]::-webkit-file-upload-button, input[type="submit"]::-webkit-file-upload-button,
input[type="reset"]::-webkit-file-upload-button,
input[type="file"]::-webkit-file-upload-button, button, input {
  border: 0 outset buttonface;
  -webkit-border-image: none;
  border-image: none; }

html {
  line-height: 1;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

ol, ul {
  list-style: none; }

a img {
  border: none;
  text-decoration: none;
  max-width: 100%; }

footer, header, section {
  display: block; }

.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

a:active, a:hover, *:focus {
  outline: 0;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0; }

img {
  max-width: 100%; }

button {
  background-color: transparent;
  border: none; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  min-height: 100vh;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after,
.row:before, .row:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .modal-header:after, .modal-footer:after {
  clear: both; }

p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

a {
  text-decoration: none; }

body {
  overflow: hidden; }
  @media all and (max-width: 1250px) {
    body {
      overflow: visible;
      overflow-x: hidden; } }

section {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media all and (max-width: 1250px) {
    section {
      width: 100%;
      height: auto; } }
  section .content {
    position: relative;
    width: 1400px;
    height: calc(100vh - 120px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    z-index: 3; }
    @media all and (max-width: 1500px) {
      section .content {
        width: 1200px; } }
    @media all and (max-width: 1250px) {
      section .content {
        width: 100%;
        height: auto;
        padding-left: 25px;
        padding-right: 25px; } }
    @media all and (max-width: 480px) {
      section .content {
        padding-left: 10px;
        padding-right: 10px; } }
  section .logo {
    width: 275px; }
  section button.next {
    position: absolute;
    left: 0;
    bottom: 63px;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    font-family: "Gilroy Extra Bold";
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.33px;
    width: 271px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.8);
    background-image: -webkit-linear-gradient(225deg, #ab8c6c 0%, #a59b91 100%, #a59b91 100%);
    background-image: -o-linear-gradient(225deg, #ab8c6c 0%, #a59b91 100%, #a59b91 100%);
    background-image: linear-gradient(225deg, #ab8c6c 0%, #a59b91 100%, #a59b91 100%);
    -webkit-transition: -webkit-box-shadow 360ms;
    transition: -webkit-box-shadow 360ms;
    -o-transition: box-shadow 360ms;
    transition: box-shadow 360ms;
    transition: box-shadow 360ms, -webkit-box-shadow 360ms; }
    section button.next:hover {
      -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
      -webkit-transition: -webkit-box-shadow 360ms;
      transition: -webkit-box-shadow 360ms;
      -o-transition: box-shadow 360ms;
      transition: box-shadow 360ms;
      transition: box-shadow 360ms, -webkit-box-shadow 360ms; }
    @media all and (max-width: 1500px) {
      section button.next {
        bottom: 50px; } }
    @media all and (max-width: 1250px) {
      section button.next {
        display: none; } }
  section h1 {
    margin-top: 190px;
    cursor: default;
    color: #fff;
    font-family: "Gilroy Extra Bold";
    font-size: 54px;
    font-weight: 700;
    line-height: 67px;
    margin-bottom: 17px; }
    @media all and (max-width: 1400px) {
      section h1 {
        margin-top: 70px; } }
    @media all and (max-width: 480px) {
      section h1 {
        font-size: 35px;
        line-height: 46px; } }
  section h2 {
    margin-top: 150px;
    margin-bottom: 30px;
    color: #000;
    font-family: "Gilroy Extra Bold";
    font-size: 54px;
    font-weight: 700;
    line-height: 67px; }
    @media all and (max-width: 1500px) {
      section h2 {
        margin-top: 85px; } }
    @media all and (max-width: 1400px) {
      section h2 {
        margin-top: 35px;
        font-size: 46px; } }
  section h3 {
    margin-top: 165px;
    margin-bottom: 30px;
    color: #000;
    font-family: "Gilroy Extra Bold";
    font-size: 54px;
    font-weight: 700;
    line-height: 67px; }
    @media all and (max-width: 1500px) {
      section h3 {
        margin-top: 85px; } }
    @media all and (max-width: 1400px) {
      section h3 {
        margin-top: 35px;
        font-size: 46px; } }
  section h4 {
    color: #000;
    font-family: "Gilroy Extra Bold";
    font-size: 54px;
    font-weight: 700;
    line-height: 67px;
    margin-top: 112px;
    margin-bottom: 63px; }
    @media all and (max-width: 1500px) {
      section h4 {
        margin-top: 35px;
        margin-bottom: 30px; } }
    @media all and (max-width: 1400px) {
      section h4 {
        margin-top: 35px;
        font-size: 46px; } }
  section .gun {
    position: absolute;
    right: -202px;
    top: 114px; }
    @media all and (max-width: 1500px) {
      section .gun {
        top: -12px;
        right: -160px; } }
    @media all and (max-width: 1400px) {
      section .gun {
        top: -50px;
        right: -110px; } }
    @media all and (max-width: 1250px) {
      section .gun {
        position: relative;
        top: auto;
        right: auto; } }

#slide1 {
  background: url(../images/main-bg.jpg) no-repeat center/cover; }
  #slide1:after {
    position: absolute;
    width: 100%;
    height: 100vh;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/main-gun-shadow.png) no-repeat right -175px top -225px/100%;
    pointer-events: none;
    z-index: 2; }
    @media all and (max-width: 1250px) {
      #slide1:after {
        display: none; } }
  #slide1:before {
    position: absolute;
    width: 100%;
    height: 100vh;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.5;
    pointer-events: none;
    z-index: 1; }
    @media all and (max-width: 1250px) {
      #slide1:before {
        height: auto; } }
  #slide1 .subtitle {
    opacity: 0.8;
    color: #fff;
    font-family: "Gilroy - Medium";
    font-size: 34px;
    font-weight: 500;
    line-height: 56px; }
    @media all and (max-width: 480px) {
      #slide1 .subtitle {
        font-size: 18px;
        line-height: 26px; } }
  #slide1 .right-slogan {
    position: absolute;
    right: 0;
    top: 100px; }
    @media all and (max-width: 1250px) {
      #slide1 .right-slogan {
        right: 25px; } }
    @media all and (max-width: 770px) {
      #slide1 .right-slogan {
        width: 100px; } }

#slide2 .subtitle {
  width: 895px;
  color: #a6a6a6;
  font-family: "Gilroy - Medium";
  font-size: 28px;
  font-weight: 500;
  line-height: 50px; }
  @media all and (max-width: 1500px) {
    #slide2 .subtitle {
      line-height: 40px; } }
  @media all and (max-width: 1400px) {
    #slide2 .subtitle {
      width: 840px; } }
  @media all and (max-width: 1250px) {
    #slide2 .subtitle {
      width: 100%; } }
  @media all and (max-width: 480px) {
    #slide2 .subtitle {
      font-size: 18px;
      line-height: 26px; } }

#slide2 .dot {
  cursor: pointer;
  opacity: 1;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/dot.svg) no-repeat center/contain;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 240ms;
  transition: -webkit-transform 240ms;
  -o-transition: transform 240ms;
  transition: transform 240ms;
  transition: transform 240ms, -webkit-transform 240ms; }
  #slide2 .dot:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 240ms;
    transition: -webkit-transform 240ms;
    -o-transition: transform 240ms;
    transition: transform 240ms;
    transition: transform 240ms, -webkit-transform 240ms; }
  @media all and (max-width: 770px) {
    #slide2 .dot[data-id="faq1"] {
      top: 55px !important;
      left: 35px !important; }
    #slide2 .dot[data-id="faq2"] {
      top: 225px !important;
      left: 350px !important; }
    #slide2 .dot[data-id="faq3"] {
      top: 240px !important;
      left: 550px !important; }
    #slide2 .dot[data-id="faq4"] {
      top: 135px !important;
      left: 120px !important; }
    #slide2 .dot[data-id="faq5"] {
      top: 130px !important;
      left: 230px !important; }
    #slide2 .dot[data-id="faq6"] {
      top: 145px !important;
      left: 325px !important; }
    #slide2 .dot[data-id="faq7"] {
      top: 430px !important;
      left: 455px !important; }
    #slide2 .dot[data-id="faq8"] {
      top: 105px !important; }
    #slide2 .dot[data-id="faq9"] {
      top: 90px !important;
      left: 175px !important; }
    #slide2 .dot[data-id="faq10"] {
      top: 180px !important;
      left: 420px !important; } }

#slide2 .pop-up {
  padding: 20px;
  position: absolute;
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  width: 300px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 360ms;
  -o-transition: opacity 360ms;
  transition: opacity 360ms; }
  #slide2 .pop-up.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 360ms;
    -o-transition: opacity 360ms;
    transition: opacity 360ms; }
  #slide2 .pop-up .close {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1; }
  #slide2 .pop-up .head {
    color: #000;
    font-family: "Gilroy Extra Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 3px; }
  #slide2 .pop-up .text {
    color: #a6a6a6;
    font-family: "Gilroy - Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 26px; }
  @media all and (max-width: 1025px) and (min-width: 771px) {
    #slide2 .pop-up[data-id="faq9"] {
      left: 295px !important; }
    #slide2 .pop-up[data-id="faq4"] {
      left: 210px !important; }
    #slide2 .pop-up[data-id="faq8"] {
      left: 90px !important; }
    #slide2 .pop-up[data-id="faq1"] {
      left: 115px !important; } }
  @media all and (max-width: 770px) {
    #slide2 .pop-up[data-id="faq1"] {
      top: 95px !important;
      left: 75px !important; }
    #slide2 .pop-up[data-id="faq2"] {
      top: 265px !important;
      left: 70px !important; }
    #slide2 .pop-up[data-id="faq3"] {
      top: 285px !important;
      left: 270px !important; }
    #slide2 .pop-up[data-id="faq4"] {
      top: 180px !important;
      left: 155px !important; }
    #slide2 .pop-up[data-id="faq5"] {
      top: 170px !important;
      left: 270px !important; }
    #slide2 .pop-up[data-id="faq6"] {
      top: 185px !important;
      left: 360px !important; }
    #slide2 .pop-up[data-id="faq7"] {
      top: 475px !important;
      left: 175px !important; }
    #slide2 .pop-up[data-id="faq8"] {
      top: 145px !important;
      left: 75px !important; }
    #slide2 .pop-up[data-id="faq9"] {
      top: 125px !important;
      left: 215px !important; }
    #slide2 .pop-up[data-id="faq10"] {
      top: 220px !important;
      left: 140px !important; } }

@media all and (max-width: 1250px) {
  #slide2 .logo {
    display: none; } }

#slide3 .subtitle {
  width: 607px;
  color: #a6a6a6;
  font-family: "Gilroy - Medium";
  font-size: 28px;
  font-weight: 500;
  line-height: 50px; }
  @media all and (max-width: 1250px) {
    #slide3 .subtitle {
      width: 100%; } }
  @media all and (max-width: 480px) {
    #slide3 .subtitle {
      font-size: 18px;
      line-height: 26px; } }

#slide3 .videos-wrap {
  position: absolute;
  right: 0;
  top: 100px; }
  #slide3 .videos-wrap iframe {
    display: block; }
    @media all and (max-width: 1400px) {
      #slide3 .videos-wrap iframe {
        width: 460px;
        height: 260px; } }
    @media all and (max-width: 1250px) {
      #slide3 .videos-wrap iframe {
        width: 100%;
        height: 550px; }
        #slide3 .videos-wrap iframe + p + iframe {
          margin-top: 25px; } }
    @media all and (max-width: 480px) {
      #slide3 .videos-wrap iframe {
        height: 260px; } }
  #slide3 .videos-wrap p {
    margin-top: 23px;
    margin-bottom: 45px;
    color: #000;
    font-family: "Gilroy Extra Bold";
    font-size: 24px;
    font-weight: 700; }
    @media all and (max-width: 1500px) {
      #slide3 .videos-wrap p {
        margin-top: 10px;
        margin-bottom: 20px; } }
    @media all and (max-width: 1250px) {
      #slide3 .videos-wrap p {
        display: none; } }
  @media all and (max-width: 1250px) {
    #slide3 .videos-wrap {
      position: relative;
      right: auto;
      top: auto;
      margin-top: 25px;
      margin-bottom: 25px; } }

@media all and (max-width: 1250px) {
  #slide3 .logo {
    display: none; } }

#slide4 .subtitle {
  color: #000;
  font-family: "Gilroy Extra Bold";
  font-size: 30px;
  font-weight: 700;
  line-height: 67px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media all and (max-width: 480px) {
    #slide4 .subtitle {
      font-size: 18px;
      line-height: 26px; } }

#slide4 .adress-line {
  margin-bottom: 5px;
  margin-top: 15px;
  position: relative; }
  #slide4 .adress-line img {
    position: absolute;
    height: 19px;
    width: auto;
    top: 6px; }
  #slide4 .adress-line span {
    display: inline-block;
    vertical-align: middle;
    color: #a59b91;
    font-family: "Gilroy - Bold";
    font-size: 22px;
    font-weight: 700;
    padding-left: 35px;
    line-height: 30px; }

#slide4 .adr {
  color: #a6a6a6;
  font-family: "Gilroy - Medium";
  font-size: 28px;
  font-weight: 500;
  line-height: 50px; }
  @media all and (max-width: 1400px) {
    #slide4 .adr {
      font-size: 22px;
      line-height: 30px; } }

#slide4:after {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50%;
  content: "";
  display: block;
  background: url(../images/map.jpg) no-repeat center/cover; }

@media all and (max-width: 1250px) {
  #slide4 {
    height: 750px; }
    #slide4 .logo {
      display: none; } }

@media all and (max-width: 480px) {
  #slide4 {
    padding-top: 0;
    height: auto; }
    #slide4:after {
      height: 100vh;
      width: 100%;
      position: relative;
      margin-top: 25px; } }

.owl-carousel {
  width: 100%;
  height: 100%;
  color: #333; }
  @media all and (max-width: 1250px) {
    .owl-carousel {
      display: block; } }
  .owl-carousel .owl-dots {
    position: relative;
    bottom: 100px;
    width: 1400px;
    margin-left: auto;
    margin-right: auto; }
    @media all and (max-width: 1500px) {
      .owl-carousel .owl-dots {
        width: 1200px; } }
    .owl-carousel .owl-dots button.owl-dot {
      display: inline-block;
      vertical-align: middle;
      width: 14px;
      height: 14px;
      background-color: #fff;
      opacity: 0.3;
      border-radius: 50%;
      -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
      border: 4px solid transparent;
      -webkit-transition: opacity 360ms, border 360ms, background-color 360ms;
      -o-transition: opacity 360ms, border 360ms, background-color 360ms;
      transition: opacity 360ms, border 360ms, background-color 360ms; }
      .owl-carousel .owl-dots button.owl-dot:hover {
        opacity: 1;
        -webkit-transition: opacity 360ms;
        -o-transition: opacity 360ms;
        transition: opacity 360ms;
        -webkit-transition: opacity 360ms, border 360ms, background-color 360ms;
        -o-transition: opacity 360ms, border 360ms, background-color 360ms;
        transition: opacity 360ms, border 360ms, background-color 360ms; }
      .owl-carousel .owl-dots button.owl-dot + .owl-dot {
        margin-left: 50px; }
      .owl-carousel .owl-dots button.owl-dot.active {
        width: 24px;
        height: 24px;
        opacity: 1;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        background-color: #ab8c6c;
        border: 8px solid #fff;
        -webkit-transition: opacity 360ms, border 360ms, background-color 360ms;
        -o-transition: opacity 360ms, border 360ms, background-color 360ms;
        transition: opacity 360ms, border 360ms, background-color 360ms; }
