@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700');
html.pointer {
  overflow: hidden !important; }

.wrapper.pointer {
  overflow: hidden !important;
  overflow-y: hidden; }

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 1024px;
  position: relative;
  background-color: #111;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  body.pointer {
    position: fixed;
    width: 100%;
    height: 100%; }
    body.pointer section {
      pointer-events: none; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

input[type=checkbox] {
  display: none; }

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

input[type=button], button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  input[type=button].white_button, button.white_button {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 13px 42px;
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: uppercase; }
    input[type=button].white_button:hover, button.white_button:hover {
      color: #222; }
  input[type=button].black_button, button.black_button {
    font-size: 12px;
    font-weight: 700;
    color: #111;
    padding: 13px 42px;
    background-color: transparent;
    border: 1px solid #111;
    text-transform: uppercase; }
    input[type=button].black_button:hover, button.black_button:hover {
      color: #fff; }

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%); }
  header.modal_show {
    z-index: 2; }
  header.white {
    background: transparent; }
    header.white .section .menu ul li a {
      color: #111; }
  header .section {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 30px 0; }
    header .section .logo {
      opacity: 0.8;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      header .section .logo:hover {
        opacity: 1; }
        header .section .logo img {
            width: 150px;
        }
    header .section .menu ul {
      list-style: none;
      padding-top: 15px; }
      header .section .menu ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px; }
        header .section .menu ul li a {
          color: #fff;
          text-decoration: none;
          opacity: 0.8;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          cursor: pointer; }
          header .section .menu ul li a:hover {
            opacity: 1; }

@-webkit-keyframes index-owl-in {
  0% {
    background-size: 100%; }
  100% {
    background-size: 120%; } }

@keyframes index-owl-in {
  0% {
    background-size: 100%; }
  100% {
    background-size: 120%; } }
@-webkit-keyframes index-owl-out {
  0% {
    background-size: 120%; }
  100% {
    background-size: 100%; } }
@keyframes index-owl-out {
  0% {
    background-size: 120%; }
  100% {
    background-size: 100%; } }
section {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: none; }
  section.baner {
    height: 100vh;
    background-color: #e0e0e0; }
    section.baner.baner_company {
      overflow: hidden;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateY(-100vh);
              transform: translateY(-100vh);
      position: absolute;
      left: 0;
      z-index: 10; }
      section.baner.baner_company.active {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      section.baner.baner_company.baner_portfolio {
        background-color: #fff; }
        section.baner.baner_company.baner_portfolio.active {
          position: fixed; }
        section.baner.baner_company.baner_portfolio .header_baner .close {
          border-color: #111; }
          section.baner.baner_company.baner_portfolio .header_baner .close:before {
            background-color: #111; }
          section.baner.baner_company.baner_portfolio .header_baner .close:hover .line {
            background-color: #fff; }
          section.baner.baner_company.baner_portfolio .header_baner .close .line {
            background-color: #111; }
        section.baner.baner_company.baner_portfolio .section {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.baner.baner_company.baner_portfolio .section .left {
            width: 70%;
            height: 100%; }
          section.baner.baner_company.baner_portfolio .section .right::-webkit-scrollbar {
            width: 0; }
          section.baner.baner_company.baner_portfolio .section .right {
            width: 30%;
            overflow-y: scroll;
            padding-left: 40px;
            padding-right: 40px;
            -ms-overflow-style: none;
            overflow: -moz-scrollbars-none; }
            section.baner.baner_company.baner_portfolio .section .right span {
              text-transform: uppercase;
              font-size: 30px;
                  line-height: 35px;
    margin-bottom: 15px;
    display: block;
              color: #111;
              font-weight: 700; }
            section.baner.baner_company.baner_portfolio .section .right p {
              font-size: 15px;
              
    white-space: pre-wrap;
              color: #111; }
          section.baner.baner_company.baner_portfolio .section .owl-carousel .owl-controls .owl-nav .owl-prev {
            left: -31vw; }
          section.baner.baner_company.baner_portfolio .section .owl-carousel .owl-controls .owl-nav .owl-next {
            right: -31vw; }
      section.baner.baner_company .shadow_left {
        width: 110px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        height: 100vh;
        pointer-events: none;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.35)), to(transparent));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, transparent 100%); }
      section.baner.baner_company .shadow_right {
        width: 110px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        left: auto;
        height: 100vh;
        pointer-events: none;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.35)), to(transparent));
        background: linear-gradient(to left, rgba(0, 0, 0, 0.35) 0%, transparent 100%); }
      section.baner.baner_company .section .item .info {
        width: 700px;
        padding: 20px 23px;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        right: 40px; }
        section.baner.baner_company .section .item .info h3 {
          font-size: 30px;
          line-height: 35px; }
        section.baner.baner_company .section .item .info p {
          margin-bottom: 15px; }
      section.baner.baner_company .owl-carousel .owl-controls {
        z-index: 3;
        position: static; }
        section.baner.baner_company .owl-carousel .owl-controls .owl-dots {
          position: absolute;
          bottom: 20px;
          z-index: 3;
          left: 20px; }
        section.baner.baner_company .owl-carousel .owl-controls .owl-nav {
          top: 50%;
          position: absolute;
          left: 50%; }
          section.baner.baner_company .owl-carousel .owl-controls .owl-nav .owl-prev {
            width: 40px;
            height: 40px;
            border: 1px solid #fff;
            background-image: url(/img/arrow_slider_baner.png);
            cursor: pointer;
            position: fixed;
            bottom: 1px;
            left: 30px;
            z-index: 2;
            top: 50%;
            margin-top: -20px;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            background-repeat: no-repeat;
            background-position: 12px center; }
            section.baner.baner_company .owl-carousel .owl-controls .owl-nav .owl-prev:before {
              background-color: #fff;
              -webkit-transition-duration: 0.2s;
                      transition-duration: 0.2s; }
            section.baner.baner_company .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
              background-color: #fff;
              background-image: url(/img/arrow_slider_baner_black.png); }
          section.baner.baner_company .owl-carousel .owl-controls .owl-nav .owl-next {
            width: 40px;
            height: 40px;
            border: 1px solid #fff;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            background-image: url(/img/arrow_slider_baner.png);
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            position: fixed;
            bottom: 1px;
            right: 30px;
            z-index: 2;
            top: 50%;
            margin-top: -20px;
            background-repeat: no-repeat;
            background-position: 14px center; }
            section.baner.baner_company .owl-carousel .owl-controls .owl-nav .owl-next:before {
              background-color: #fff;
              -webkit-transition-duration: 0.2s;
                      transition-duration: 0.2s; }
            section.baner.baner_company .owl-carousel .owl-controls .owl-nav .owl-next:hover {
              background-color: #fff;
              background-image: url(/img/arrow_slider_baner_black.png); }
      section.baner.baner_company .header_baner {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 3;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 15px 30px 0; }
        section.baner.baner_company .header_baner .logo img {
          display: inline-block;
          width: 60px;
          vertical-align: middle; }
        section.baner.baner_company .header_baner .logo span {
          font-size: 13px;
          color: #fff;
          font-weight: 700;
          display: inline-block;
          vertical-align: middle;
          margin-left: 2px;
          text-transform: uppercase; }
        section.baner.baner_company .header_baner .close {
          width: 40px;
          height: 40px;
          border: 1px solid #fff;
          position: relative;
          cursor: pointer;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          section.baner.baner_company .header_baner .close:before {
            background-color: #fff;
            -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s; }
          section.baner.baner_company .header_baner .close:hover .line {
            background-color: #111; }
          section.baner.baner_company .header_baner .close .line {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            width: 20px;
            height: 2px;
            background-color: #fff;
            position: absolute;
            left: 24%;
            top: 48%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
            section.baner.baner_company .header_baner .close .line:nth-child(1) {
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
            section.baner.baner_company .header_baner .close .line:nth-last-child(1) {
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
    section.baner a.white_button {
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      padding: 13px 42px;
      background-color: transparent;
      border: 1px solid #fff;
      text-transform: uppercase;
      cursor: pointer; }
      section.baner a.white_button:before {
        background: #fff; }
      section.baner a.white_button:hover {
        color: #222; }
    section.baner .shadow {
      position: absolute;
      pointer-events: none;
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
    section.baner .section {
      height: 100%; }
      section.baner .section .gazlmedia {
        position: absolute;
        font-size: 11px;
        color: #fff;
        text-transform: uppercase;
        opacity: 0.5;
        left: 20px;
        bottom: 20px;
        z-index: 3;
        cursor: pointer; }
      section.baner .section .item {
        height: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-animation-delay: 4s;
                animation-delay: 4s;
        background-color: #111; }
        section.baner .section .item .info {
          position: absolute;
          right: 100px;
          bottom: 60px;
          max-width: 700px;
          z-index: 3; }
          section.baner .section .item .info h3 {
            font-size: 36px;
            color: #fff;
            font-weight: 700;
            line-height: 40px;
            text-transform: uppercase; }
          section.baner .section .item .info p {
            font-size: 17px;
            color: #fff;
            margin-top: 15px;
            margin-bottom: 30px; }
    section.baner .owl-carousel {
      height: 100%;
      position: relative; }
      section.baner .owl-carousel .owl-controls {
        position: absolute;
        left: 20px;
        bottom: 60px; }
        section.baner .owl-carousel .owl-controls .owl-dots .owl-dot {
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #fff;
          opacity: 0.6;
          margin-top: 13px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          section.baner .owl-carousel .owl-controls .owl-dots .owl-dot.active {
            opacity: 1; }
          section.baner .owl-carousel .owl-controls .owl-dots .owl-dot:hover {
            width: 20px;
            border-radius: 5px; }
      section.baner .owl-carousel .owl-stage-outer {
        height: 100%; }
        section.baner .owl-carousel .owl-stage-outer .owl-stage {
          height: 100%; }
          section.baner .owl-carousel .owl-stage-outer .owl-stage .owl-item {
            height: 100%; }
  section.about .section {
    width: 815px;
    margin: 0 auto;
    margin-top: 150px; }
    section.about .section .about_text {
      width: 100%;
      border: 1px solid #bbbbbb;
      text-align: center;
      padding: 40px 80px 35px;
      position: relative; }
      section.about .section .about_text .title_about {
        top: -35px;
        background-color: #fff;
        font-weight: 700;
        width: 220px;
        margin: 0 auto;
        left: 0;
        text-transform: uppercase;
        right: 0;
        font-size: 40px;
        color: #111;
        position: absolute; }
      section.about .section .about_text p {
        color: #111;
        font-size: 15px;
        margin-bottom: 20px; }
      section.about .section .about_text a {
        font-size: 15px;
        color: #777;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        section.about .section .about_text a:hover {
          color: #111;
          text-decoration: none; }
  section.partners_index {
    background-image: url(/img/BG-Interior.jpg);
    background-position: center center;
    min-height: 100vh;
    height: 100%; }
    section.partners_index.about_page .section {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.partners_index.about_page .section .info_block {
        width: 950px;
        padding-bottom: 70px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.partners_index.about_page .section .info_block .left {
                text-align: justify;
          width: 750px; }
          section.partners_index.about_page .section .info_block .left span.t {
            font-size: 40px;
            color: #111;
            font-weight: 700;
            text-transform: uppercase;
            display: block;
            margin-bottom: 10px; }
            section.partners_index.about_page .section .info_block .left span.t {
                
            }
          section.partners_index.about_page .section .info_block .left p {
            font-size: 15px;
             
            color: #111; }
        section.partners_index.about_page .section .info_block .right {
          width: 150px;
          padding-top: 76px; }
          section.partners_index.about_page .section .info_block .right .item {
            margin-bottom: 20px; }
            section.partners_index.about_page .section .info_block .right .item span {
              font-size: 30px;
              color: #111;
              text-transform: uppercase;
              font-weight: 700;
              line-height: 23px; }
            section.partners_index.about_page .section .info_block .right .item p {
              font-size: 15px;
              color: #111; }
    section.partners_index.catalog_page .section {
        
      width: 100%; }
      section.partners_index.catalog_page .section .search {
        max-width: 1054px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto; }
        section.partners_index.catalog_page .section .search .search_top {
          border-bottom: 1px solid #ccc;
          padding-bottom: 10px; }
          section.partners_index.catalog_page .section .search .search_top span {
            font-size: 30px;
            color: #111;
            font-weight: 700;
            text-transform: uppercase; }
          section.partners_index.catalog_page .section .search .search_top .inputs {
            width: 100%;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-top: 5px; }
            section.partners_index.catalog_page .section .search .search_top .inputs .search_text {
              width: 900px;
              height: 40px;
              text-indent: 10px;
              border: 1px solid #ccc; }
            section.partners_index.catalog_page .section .search .search_top .inputs .grey_but {
              width: 124px;
              height: 40px;
              border: 1px solid #ccc;
              border-left: 0;
              background-color: #f5f5f5;
              font-size: 13px;
              text-transform: uppercase;
              font-weight: 700;
              color: #111;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
              section.partners_index.catalog_page .section .search .search_top .inputs .grey_but:hover {
                background-color: #fff; }
          section.partners_index.catalog_page .section .search .search_top .item_s {
            margin: 5px 0; }
            section.partners_index.catalog_page .section .search .search_top .item_s.alphabet .item {
              width: 30px;
              height: 30px;
              text-align: center;
              padding: 3px 0;
              text-transform: uppercase; }
            section.partners_index.catalog_page .section .search .search_top .item_s p {
              font-size: 13px;
              color: #999; }
            section.partners_index.catalog_page .section .search .search_top .item_s .items_c {
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-top: 3px;
              margin-bottom: 10px; }
            section.partners_index.catalog_page .section .search .search_top .item_s .item {
              background-color: #fff;
              border: 1px solid #ccc;
              padding: 3px 12px;
              margin-right: 5px;
              margin-bottom: 5px;
              cursor: pointer;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
              section.partners_index.catalog_page .section .search .search_top .item_s .item:hover {
                background-color: #f5f5f5; }
              section.partners_index.catalog_page .section .search .search_top .item_s .item.active {
                background-color: #f5f5f5; }
        section.partners_index.catalog_page .section .search .search_body {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-bottom: 50px;
          padding-top: 20px; }
          section.partners_index.catalog_page .section .search .search_body .el {
            width: 49%;
            height: 160px;
            cursor: pointer;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border: 1px solid #ccc;
            background-color: #fff;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding: 10px 0;
            margin-bottom: 15px; }
            section.partners_index.catalog_page .section .search .search_body .el:hover {
                opacity: 0.8;
            }
            section.partners_index.catalog_page .section .search .search_body .el .left {
              width: 230px;
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center; }
            section.partners_index.catalog_page .section .search .search_body .el .right {
              width: 270px;
              border-left: 1px solid #ccc;
              padding-left: 13px;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -ms-flex-line-pack: center;
                  align-content: center; }
              section.partners_index.catalog_page .section .search .search_body .el .right span {
                display: block;
                width: 100%;
                font-size: 19px;
                color: #111;
                text-transform: uppercase; }
              section.partners_index.catalog_page .section .search .search_body .el .right .flag {
                width: 21px;
                height: 14px;
                background-repeat: no-repeat;
                background-size: cover;
                display: inline-block;
                vertical-align: middle; }
              section.partners_index.catalog_page .section .search .search_body .el .right i {
                font-style: normal;
                color: #999;
                font-size: 13px;
                display: inline-block;
                vertical-align: middle;
                margin-left: 5px; }
              section.partners_index.catalog_page .section .search .search_body .el .right p {
                color: #999;
                font-size: 13px;
                width: 100%;
                display: block; }
    section.partners_index .section {
      padding-top: 140px;
      position: relative; }
      section.partners_index .section.section_r {
        height: 100vh;
        overflow: hidden;
        padding-bottom: 50px; }
        section.partners_index .section.section_r .items {
          height: 100%;
          overflow-y: scroll;
          -ms-overflow-style: none;
          overflow: -moz-scrollbars-none; }
        section.partners_index .section.section_r .items::-webkit-scrollbar {
          width: 0; }
      section.partners_index .section .items {
        width: 725px;
        margin: 0 auto; }
        section.partners_index .section .items .item {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 20px; }
          section.partners_index .section .items .item .logo {
            width: 180px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center; }
          section.partners_index .section .items .item .text {
            width: 500px; }
            section.partners_index .section .items .item .text p {
              font-size: 15px;
              color: #111; }
  section.partners.partners_page {
    height: 100vh;
    width: 100vw;
    background-image: url(/img/BG-Interior.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    section.partners.partners_page .section {
      height: 100%;
      position: absolute;
      width: 100%; }
      section.partners.partners_page .section .owl-carousel {
        height: 100%; }
        section.partners.partners_page .section .owl-carousel .item {
          max-width: 816px; }
        section.partners.partners_page .section .owl-carousel .owl-stage-outer {
          height: 100%; }
          section.partners.partners_page .section .owl-carousel .owl-stage-outer .owl-stage {
            height: 100%; }
            section.partners.partners_page .section .owl-carousel .owl-stage-outer .owl-stage .owl-item {
              height: 100%;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              text-align: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
        section.partners.partners_page .section .owl-carousel .owl-controls {
          z-index: 3;
          position: static; }
          section.partners.partners_page .section .owl-carousel .owl-controls .owl-dots {
            position: absolute;
            bottom: 20px;
            z-index: 3;
            left: 20px; }
            section.partners.partners_page .section .owl-carousel .owl-controls .owl-dots .owl-dot {
              margin-top: 13px;
              display: block; }
              section.partners.partners_page .section .owl-carousel .owl-controls .owl-dots .owl-dot:hover {
                width: 20px;
                border-radius: 5px;
                height: 5px; }
          section.partners.partners_page .section .owl-carousel .owl-controls .owl-nav {
            top: 50%;
            position: absolute;
            left: 50%; }
            section.partners.partners_page .section .owl-carousel .owl-controls .owl-nav .owl-prev {
              width: 40px;
              height: 40px;
              border: 1px solid #111;
              background-image: url(/img/arrow_slider_baner_black.png);
              cursor: pointer;
              position: fixed;
              bottom: 1px;
              left: 30px;
              z-index: 2;
              top: 50%;
              margin-top: -30px;
              -webkit-transition: all 0.2s;
              transition: all 0.2s;
              background-repeat: no-repeat;
              background-position: 12px center; }
              section.partners.partners_page .section .owl-carousel .owl-controls .owl-nav .owl-prev:before {
                background-color: #111;
                -webkit-transition-duration: 0.2s;
                        transition-duration: 0.2s; }
              section.partners.partners_page .section .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
                background-color: #111;
                background-image: url(/img/arrow_slider_baner.png); }
            section.partners.partners_page .section .owl-carousel .owl-controls .owl-nav .owl-next {
              width: 40px;
              height: 40px;
              border: 1px solid #111;
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);
              background-image: url(/img/arrow_slider_baner_black.png);
              cursor: pointer;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              position: fixed;
              bottom: 1px;
              right: 30px;
              z-index: 2;
              top: 50%;
              margin-top: -30px;
              background-repeat: no-repeat;
              background-position: 14px center; }
              section.partners.partners_page .section .owl-carousel .owl-controls .owl-nav .owl-next:before {
                background-color: #111;
                -webkit-transition-duration: 0.2s;
                        transition-duration: 0.2s; }
              section.partners.partners_page .section .owl-carousel .owl-controls .owl-nav .owl-next:hover {
                background-color: #111;
                background-image: url(/img/arrow_slider_baner.png); }
  section.partners .section {
    width: 815px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 80px; }
    section.partners .section.section_p {
      padding-top: 140px;
      overflow: hidden; }
      section.partners .section.section_p .owl-carousel-partners {
        height: 100%;
        overflow-y: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none; }
      section.partners .section.section_p .owl-carousel-partners::-webkit-scrollbar {
        width: 0; }
    section.partners .section .item_p {
      width: 815px;
      margin: 0 auto;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      section.partners .section .item_p .label {
        margin-right: 85px;
        height: 70px;
        width: 140px;
        background-repeat: no-repeat;
        background-position: center center; }
        section.partners .section .item_p .label:nth-child(4n) {
          margin-right: 0; }
    section.partners .section .item {
      width: 815px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      section.partners .section .item .label {
        margin-right: 85px;
        height: 70px;
        width: 140px;
        background-repeat: no-repeat;
        background-position: center center; }
        section.partners .section .item .label:nth-child(4n) {
          margin-right: 0; }
    section.partners .section .owl-carousel-partners {
      position: relative;
      text-align: center; }
      section.partners .section .owl-carousel-partners .owl-controls {
        text-align: center;
        margin-top: 30px;
        display: inline-block;
        position: relative; }
        section.partners .section .owl-carousel-partners .owl-controls .owl-nav .owl-prev {
          width: 8px;
          height: 15px;
          background-image: url(/img/arrow_slider.png);
          cursor: pointer;
          position: absolute;
          bottom: 1px;
          left: -20px; }
        section.partners .section .owl-carousel-partners .owl-controls .owl-nav .owl-next {
          width: 8px;
          height: 15px;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          background-image: url(/img/arrow_slider.png);
          cursor: pointer;
          position: absolute;
          bottom: 1px;
          right: -20px; }
        section.partners .section .owl-carousel-partners .owl-controls .owl-dots {
          text-align: center;
          display: inline-block; }
          section.partners .section .owl-carousel-partners .owl-controls .owl-dots .owl-dot {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #bbb;
            display: inline-block;
            vertical-align: middle;
            margin: 0 7px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            section.partners .section .owl-carousel-partners .owl-controls .owl-dots .owl-dot.active {
              background-color: #111; }
            section.partners .section .owl-carousel-partners .owl-controls .owl-dots .owl-dot:hover {
              height: 20px;
              border-radius: 5px; }
  section.companys {
    width: 100%;
    height: 100vh; }
    section.companys.companys_services .section .company_div {
      width: 33.4%;
      font-size: 15px;
      position: relative;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      section.companys.companys_services .section .company_div.hotel {
        background-image: url(/img/services_1.jpg); }
      section.companys.companys_services .section .company_div.restaurant {
        background-image: url(/img/services_2.jpg); }
      section.companys.companys_services .section .company_div.office {
        background-image: url(/img/services_3.jpg); }
      section.companys.companys_services .section .company_div:hover {
        width: 35%;
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
    section.companys .shadow {
      position: absolute;
      pointer-events: none;
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    section.companys .section {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0;
      width: 100%;
      height: 100%; }
      section.companys .section .company_div {
        width: 25%;
        font-size: 15px;
        position: relative;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-filter: grayscale(1);
                filter: grayscale(1); }
        section.companys .section .company_div.hotel {
          background-image: url(/img/company_1.jpg); }
        section.companys .section .company_div.restaurant {
          background-image: url(/img/company_2.jpg); }
        section.companys .section .company_div.office {
          background-image: url(/img/company_3.jpg); }
        section.companys .section .company_div.other {
          background-image: url(/img/company_4.jpg); }
        section.companys .section .company_div:hover {
          width: 28%;
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }
          section.companys .section .company_div:hover .shadow {
            opacity: 0; }
          section.companys .section .company_div:hover .title span {
            text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); }
        section.companys .section .company_div .title {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          height: 40px;
          text-align: center;
          z-index: 3; }
          section.companys .section .company_div .title span {
            font-weight: 700;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            font-size: 30px;
            text-transform: uppercase;
            color: #fff; }
  section.private {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #111;
    padding-bottom: 30px; }
    section.private .section {
      width: 100%;
      
     grid-template-rows: 15vw 15vw 15vw 15vw 15vw 15vw 15vw 15vw;
      position: relative;
      padding-top: 98px;
      display: grid;
       
      grid-template-areas: "a a b c" "a a d c" "e e d f" "g g h f" "i q l l" "m q l l" "m s t n" "r r t n"; }
      section.private .section .point {
        position: relative;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        cursor: pointer;
        filter: brightness(70%);
        background-size: 100%;
    background-position: center;
        border: 1px solid #111;
        overflow: hidden;
        background-color: #646363;
        outline-offset: -1px; }
        section.private .section .point:hover {
            
            filter: brightness(95%);
        }
        section.private .section .point:hover .shadow {
            opacity: 0.7;
        }
        section.private .section .point img {
                width: 100%;
            height: 100%;
            filter: grayscale(1);
            -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
            -o-object-fit: cover;
            object-fit: cover;
            object-position: center;
        }
        section.private .section .point:hover img{
            -webkit-transform: scale(1.05);
             -moz-transform: scale(1.05);
             -o-transform: scale(1.05);
             filter: grayscale(0);
        }
        section.private .section .point .shadow {
            position: absolute;
            -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
            height: 25%;
            width: 100%;
            z-index: 1;
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
            left: 0;
            bottom: 0;
        }
        section.private .section .point:nth-child(1) {
          grid-area: a; }
        section.private .section .point:nth-child(2) {
          grid-area: b; }
        section.private .section .point:nth-child(3) {
          grid-area: c; }
        section.private .section .point:nth-child(4) {
          grid-area: d; }
        section.private .section .point:nth-child(5) {
          grid-area: e; }
        section.private .section .point:nth-child(6) {
          grid-area: f; }
        section.private .section .point:nth-child(7) {
          grid-area: g; }
        section.private .section .point:nth-child(8) {
          grid-area: h; }
        section.private .section .point:nth-child(9) {
          grid-area: i; }
        section.private .section .point:nth-child(10) {
          grid-area: q; }
        section.private .section .point:nth-child(11) {
          grid-area: l; }
        section.private .section .point:nth-child(12) {
          grid-area: m; }
        section.private .section .point:nth-child(13) {
          grid-area: s; }
        section.private .section .point:nth-child(14) {
          grid-area: t; }
        section.private .section .point:nth-child(15) {
          grid-area: n; }
        section.private .section .point:nth-child(16) {
          grid-area: r; }
        section.private .section .point span {
          font-size: 17px;
          position: absolute;
          left: 15px;
          z-index: 2;
          bottom: 15px;
          color: #fff;
          text-transform: uppercase;
          font-weight: 700; }
  section.portfolio {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url(/img/BG-Interior.jpg);
        background-position: center; }
    section.portfolio .section {
      text-align: center;
      max-width: 1150px;
      margin: 0 auto;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /*display: grid;
      grid-template-columns: repeat(3, 1fr);*/
      padding-top: 140px; }
      section.portfolio .section ul {
        text-align: center;
    list-style: none;
    display: block;
    
    margin: 0 auto;
        padding-left: 90px;
        margin-bottom: 50px;
    /*grid-template-columns: repeat(2, 1fr);*/}
    section.portfolio .section ul:nth-child(1) {
        padding-left: 0;
    }
        section.portfolio .section ul li {
                text-align: left;
            position: relative;
          margin-bottom: 25px; }
          section.portfolio .section ul li a {
            color: #111;
            font-size: 15px; }
            section.portfolio .section ul li a:hover {
                    text-decoration: none;
            }
        section.portfolio .section ul li .hover {
            position: absolute;
    background-color: #111;
    border-radius: 5px;
        }
        section.portfolio .section ul li .hover a {
                color: #fff;
    display: block;
    padding: 3px 5px;
        }
  section.contacts {
    background-color: #fff; }
    section.contacts .section {
      width: 100vw;
      height: 100vh;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.contacts .section #map {
        width: 100%;
        height: 100%; }
      section.contacts .section .info {
        position: absolute;
    background-color: #fff;
    right: 30px;
    top: 135px;
        width: 510px; }
        section.contacts .section .info .menu_contacts{
            width: 100%;
            display: -webkit-flex;
        	display: -moz-flex;
        	display: -ms-flex;
        	display: -o-flex;
        	display: flex;
        	justify-content: space-between;
        }
        section.contacts .section .info .menu_contacts .item_menu {
                background-color: #ECECEC;
    border-right: 1px solid #E8E8E8;
    padding: 10px 11px;
    
    width: 100%;
    cursor: pointer;
        }
        section.contacts .section .info .menu_contacts .item_menu:hover {
            background-color: #f5f5f5;
        }
        section.contacts .section .info .menu_contacts .item_menu:nth-last-child(1) {
            border: 0;
        }
        section.contacts .section .info .menu_contacts .item_menu.active {
            background-color: #fff;
        }
        section.contacts .section .info .menu_contacts .item_menu span {
            font-size: 15px;
             white-space: nowrap;
        }
            
        section.contacts .section .info .info_body {
            border: 4px solid #111;
          position: relative; }
          section.contacts .section .info .info_body a.black_button {
            font-size: 12px;
            font-weight: 700;
            color: #111;
            padding: 13px 42px;
            background-color: transparent;
            border: 1px solid #111;
            cursor: pointer;
            margin-top: 18px;
            text-transform: uppercase; }
            section.contacts .section .info .info_body a.black_button:hover {
              color: #fff; }
            section.contacts .section .info .info_body a.black_button:before {
              background-color: #111; }
          section.contacts .section .info .info_body .title {
            font-size: 30px;
            position: absolute;
            color: #111;
            font-weight: 700;
            background-color: #fff;
            left: 20px;
            top: -25px; }
          section.contacts .section .info .info_body .info_border {
                  overflow-y: scroll;
    max-height: 55vh;
    display: block;
            padding: 30px 20px 10px }
            section.contacts .section .info .info_body .info_border .title_contact {
                font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
            }
            section.contacts .section .info .info_body .info_border .item span {
                    display: block;
    font-size: 19px;
            }
            section.contacts .section .info .info_body .info_border .item span.big {
                text-transform: uppercase;
    font-weight: 500;
            }
            section.contacts .section .info .info_body .info_border .item {
              margin-bottom: 15px; }
              section.contacts .section .info .info_body .info_border .item p {
                font-size: 15px;
                color: #111; }
                section.contacts .section .info .info_body .info_border .item p:nth-child(1) {
                    font-size: 15px;
                    color: #9D9D9D;
                }
            section.contacts .section .info .info_body .info_country {
                display: none;
            }
            section.contacts .section .info .info_body .info_country.active {
                display: block;
            }
            section.contacts .section .info .info_body .info_country a {
                font-size: 15px;
            }
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #111; }
  footer .section {
    padding: 0 34px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 7px 0 6px; }
    footer .section .left {
      height: 17px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .section .left span {
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0.5; }
        footer .section .left span:nth-child(1) {
          margin-right: 25px; }
          footer .section .left span:nth-child(1):hover {
            opacity: 0.5; }
        footer .section .left span:nth-child(2) {
          margin-right: 5px; }
        footer .section .left span:hover {
          opacity: 1; }
          footer .section .left span:hover .img {
            background-image: url(/img/fot_g_y.png);
            opacity: 1; }
        footer .section .left span a {
          color: #fff;
          text-decoration: none; }
      footer .section .left .img {
        opacity: 0.5;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-image: url(/img/fot_g.png);
        width: 51px;
        height: 9px;
        cursor: pointer;
        margin-top: 2px;
        margin-left: 5px; }
    footer .section .center {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .section .center a {
        margin: 0 12px;
        opacity: 0.5;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        footer .section .center a:hover {
          opacity: 1; }
        footer .section .center a img {
          display: block; }
    footer .section .right {
      height: 17px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .section .right a {
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        display: inline-block;
        vertical-align: top;
        margin-left: 34px;
        text-decoration: none;
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        footer .section .right a:hover {
          opacity: 1; }

.dotsCont {
  position: absolute;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  left: 35px;
  bottom: 47px;
  z-index: 3;
  cursor: pointer; }
  section.baner .dotsCont {
     bottom: 35px;
  }
  .dotsCont.dotsCont_black .it {
    border-color: #111;
    color: #111; }
    .dotsCont.dotsCont_black .it.active {
      background-color: #111; }
      .dotsCont.dotsCont_black .it.active span {
        color: #fff; }
    .dotsCont.dotsCont_black .it:hover {
      background-color: rgba(0, 0, 0, 0.7); }
      .dotsCont.dotsCont_black .it:hover span {
        color: #fff; }
  .dotsCont .it {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 3px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative; }
    .dotsCont .it:hover {
      background-color: rgba(255, 255, 255, 0.3); }
    .dotsCont .it.active {
      background-color: #fff; }
      .dotsCont .it.active span {
        color: #111; }
    .dotsCont .it span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: auto; }
      
      
      
section.baner.baner_company .owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%; }
  section.baner.baner_company .owl-carousel .owl-nav i {
      color: #fff; 
      display: block;
    text-align: center;
    margin-top: 4px;
  }
   section.baner.baner_company .owl-carousel .owl-nav .owl-prev:hover i {
       color: #000;
   }
   section.baner.baner_company .owl-carousel .owl-nav .owl-next:hover i {
       color: #000;
   }
  section.baner.baner_company .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    /*background-image: url(/img/arrow_slider_baner.png);*/
    cursor: pointer;
    position: fixed;
    bottom: 1px;
    left: 30px;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-repeat: no-repeat;
    background-position: 12px center; }
    section.baner.baner_company .owl-carousel .owl-nav .owl-prev:before {
      background-color: #fff;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    section.baner.baner_company .owl-carousel .owl-nav .owl-prev:hover {
      background-color: #fff;
      /*background-image: url(/img/arrow_slider_baner_black.png);*/ }
  section.baner.baner_company .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    /*-webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url(/img/arrow_slider_baner.png);*/
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 1px;
    right: 30px;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: 14px center; }
    section.baner.baner_company .owl-carousel .owl-nav .owl-next:before {
      background-color: #fff;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    section.baner.baner_company .owl-carousel .owl-nav .owl-next:hover {
      background-color: #fff;
      /*background-image: url(/img/arrow_slider_baner_black.png);*/ }
      
      
      
      
      
      




section.baner .owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%; }
 section.baner .owl-carousel .owl-nav i {
      color: #fff; 
      display: block;
    text-align: center;
    margin-top: 4px;
  }
   section.baner .owl-carousel .owl-nav .owl-prev:hover i {
       color: #000;
   }
   section.baner .owl-carousel .owl-nav .owl-next:hover i {
       color: #000;
   }
  section.baner .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    /*background-image: url(/img/arrow_slider_baner.png);*/
    cursor: pointer;
    position: fixed;
    bottom: 1px;
    left: 30px;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-repeat: no-repeat;
    background-position: 12px center; }
    section.baner .owl-carousel .owl-nav .owl-prev:before {
      background-color: #fff;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    section.baner .owl-carousel .owl-nav .owl-prev:hover {
      background-color: #fff;
      /*background-image: url(/img/arrow_slider_baner_black.png);*/ }
  section.baner .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    /*-webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url(/img/arrow_slider_baner.png);*/
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 1px;
    right: 30px;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: 14px center; }
    section.baner .owl-carousel .owl-nav .owl-next:before {
      background-color: #fff;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    section.baner .owl-carousel .owl-nav .owl-next:hover {
      background-color: #fff;
      /*background-image: url(/img/arrow_slider_baner_black.png);*/ }
/*# sourceMappingURL=main.css.map */