.slider-top {
  height: 685px;
  width: 100%; }
  @media screen and (max-width: 799px) {
    .slider-top {
      height: 540px; } }
  .slider-top .owl-stage-outer {
    width: 100%; }
  .slider-top .owl-stage-outer, .slider-top .owl-stage, .slider-top .slide-item, .slider-top .owl-item {
    height: 100%; }
  .slider-top .animated {
    -webkit-animation-duration: 50ms;
    animation-duration: 50ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .slider-top .slide-item {
    background-size: cover !important; }
  .slider-top .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    height: 0; }
    @media screen and (max-width: 799px) {
      .slider-top .owl-nav {
        display: none !important; } }
    .slider-top .owl-nav button {
      width: 33px;
      height: 61px;
      position: absolute; }
      .slider-top .owl-nav button span {
        font-size: 0; }
    .slider-top .owl-nav .owl-prev {
      left: 25px;
      background: url("../../../../img/carousel-arrow-left.png") center no-repeat !important; }
    .slider-top .owl-nav .owl-next {
      right: 25px;
      background: url("../../../../img/carousel-arrow-right.png") center no-repeat !important; }
  .slider-top .slide-text {
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 1920px) and (min-width: 1601px) {
      .slider-top .slide-text {
        max-width: 1440px; } }
    @media screen and (max-width: 1600px) and (min-width: 1280px) {
      .slider-top .slide-text {
        max-width: 1160px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .slider-top .slide-text {
        max-width: 874px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .slider-top .slide-text {
        max-width: 668px; } }
    @media screen and (max-width: 799px) {
      .slider-top .slide-text {
        width: 90%; } }
    .slider-top .slide-text .titles {
      align-self: flex-start;
      width: 100%;
      margin-top: 50px; }
      .slider-top .slide-text .titles h1, .slider-top .slide-text .titles .h1 {
        width: 100%;
        color: white;
        font-size: 48px;
        font-family: "Montserrat", Sans-Serif;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center; }
        @media screen and (max-width: 1023px) and (min-width: 480px) {
          .slider-top .slide-text .titles h1, .slider-top .slide-text .titles .h1 {
            font-size: 35px; } }
        @media screen and (max-width: 479px) {
          .slider-top .slide-text .titles h1, .slider-top .slide-text .titles .h1 {
            font-size: 23px; } }
      .slider-top .slide-text .titles .slide__text_big {
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        text-transform: uppercase;
        font-size: 36px;
        display: block;
        color: white;
        width: 100%; }
        .slider-top .slide-text .titles .slide__text_big .slide__subtext {
          display: block;
          font-size: 21px; }
          @media screen and (max-width: 799px) and (min-width: 480px) {
            .slider-top .slide-text .titles .slide__text_big .slide__subtext {
              padding: 0 15px;
              font-size: 14px; } }
          @media screen and (max-width: 479px) {
            .slider-top .slide-text .titles .slide__text_big .slide__subtext {
              font-size: 13px; } }
    .slider-top .slide-text .advantages {
      align-self: baseline;
      margin-top: -50px; }
      @media screen and (max-width: 799px) {
        .slider-top .slide-text .advantages {
          margin-top: -10px; } }
      .slider-top .slide-text .advantages .adv-item {
        background: url("../../../../img/list-point-star-40.png") left center no-repeat;
        padding: 17px 0 17px 55px;
        color: white;
        font-size: 18px;
        font-family: "Montserrat", Sans-Serif;
        text-transform: uppercase;
        font-weight: 400; }
        @media screen and (max-width: 479px) {
          .slider-top .slide-text .advantages .adv-item {
            font-size: 12px;
            padding: 10px 0 10px 30px;
            background-size: 20px; } }
  .slider-top .button-wrap {
    position: absolute;
    bottom: 38px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    justify-content: center; }
  .slider-top .get-consult {
    color: white;
    font-size: 18px;
    font-family: "Montserrat", Sans-Serif;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
    background-color: transparent;
    border: 2px solid white;
    padding: 9px 26px;
    text-align: center;
    text-transform: lowercase;
    cursor: pointer;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
    @media screen and (max-width: 479px) {
      .slider-top .get-consult {
        font-size: 12px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        border-radius: 13px;
        border: 1px solid white; } }
    .slider-top .get-consult:hover, .slider-top .get-consult:active {
      background-color: transparent;
      color: #fd6c1e;
      border-color: #fd6c1e; }
  .slider-top .button.button_theme_slide:hover,
  .slider-top .buttons-pages-links a:hover {
    background-color: transparent;
    color: #fd6c1e;
    border-color: #fd6c1e; }
  .slider-top .buttons-pages-links {
    position: absolute;
    bottom: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 31; }
    @media (max-width: 799px) {
      .slider-top .buttons-pages-links {
        bottom: 25px; } }
  .slider-top .buttons-pages-links a {
    min-width: 280px;
    max-width: 280px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #ffffff;
    margin-right: 55px;
    padding: 10px 0;
    text-align: center; }
    @media (max-width: 1023px) and (min-width: 800px) {
      .slider-top .buttons-pages-links a {
        min-width: 220px;
        max-width: 220px;
        margin-right: 30px;
        font-size: 16px; } }
    @media (max-width: 799px) {
      .slider-top .buttons-pages-links a {
        min-width: 95px;
        max-width: 95px;
        margin-right: 12px;
        padding: 5px 15px;
        font-size: 14px; } }
    @media (max-width: 479px) {
      .slider-top .buttons-pages-links a {
        font-size: 12px; } }
  .slider-top .buttons-pages-links a:last-child {
    margin-right: 0 !important; }

/*# sourceMappingURL=style.css.map */
