﻿@charset "UTF-8";
@font-face {
  font-family: 'rub';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/a-rubricaxtcn.woff2) format("woff2"); }

@font-face {
  font-family: 'rub';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/a-rubricacn-bold.woff2) format("woff2"); }

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

a {
  color: #000;
  text-decoration: none; }

body {
  font-family: Tahoma, Geneva, Verdana, sans-serif; }

h1, h2, h3, .title {
  font-family: 'rub'; }

.hide {
  display: none; }

.butto {
  margin-top: 25px;
  padding: 15px 20px;
  background: #e31e25;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 14px;
  transition: .2s linear;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #9e0606;
  position: relative;
  overflow: hidden; 
  cursor: pointer;
}
  .butto .text {
    position: relative; }
  .butto:before {
    content: '';
    background: #9e0606;
    display: block;
    position: absolute;
    top: -150px;
    left: -300%;
    height: 300px;
    width: 300px;
    transition: .2s linear;
    transform: rotate(45deg); }
  .butto:hover:before {
    left: 0px; }

[data-img] {
  cursor: pointer; }

.popimg {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none; }

.popimg img {
  max-height: 90vh;
  width: auto;
  max-width: 95vw; }

.header {
  position: absolute;
  padding: 0 15px;
  top: 15px;
  right: 0;
  left: 0;
  color: #fff;
  z-index: 5; }
  .header .loco {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .header .loco .logo {
      display: block;
      background-image: url(../img/logo.png);
      background-size: contain;
      height: 90px;
      width: 200px; }
    .header .loco .contact {
      list-style: none;
      display: flex; }
      .header .loco .contact li {
        margin-left: 15px;
        display: flex;
        align-items: center; }
        .header .loco .contact li .icon {
          font-size: 36px;
          color: #e31e25; }
        .header .loco .contact li .title {
          font-family: 'rub';
          font-weight: 700;
          font-size: 18px;
          letter-spacing: 0.1em; }
        .header .loco .contact li .info {
          margin-left: 15px; }
          .header .loco .contact li .info .desc {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px; }
            .header .loco .contact li .info .desc a {
              color: rgba(255, 255, 255, 0.8); }
  .header .header-menu {
    background: #fff;
    max-width: 1280px;
    margin: 5px auto 0;
    border-radius: 3px; }
    .header .header-menu ul {
      display: flex;
      list-style: none; }
      .header .header-menu ul a {
        flex: 1; }
        .header .header-menu ul a:not(:last-child) li {
          border-right: 1px solid rgba(0, 0, 0, 0.08); }
      .header .header-menu ul li {
        color: rgba(0, 0, 0, 0.7);
        padding: 25px 35px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-size: 14px;
        font-weight: 700;
        text-align: center; }
        .header .header-menu ul li:hover {
          color: black; }

.top {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center; }
  .top .wrap {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)); }
    .top .wrap .text-wrapper {
      max-width: 900px;
      margin: 0 auto;
      padding: 277px 0 100px;
      text-align: center; }
      .top .wrap .text-wrapper .pre {
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        letter-spacing: 0.04em;
        font-size: 20px; }
      .top .wrap .text-wrapper h1 {
        color: #fff;
        font-size: 68px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        text-transform: uppercase; }

.preim .wrap {
  display: flex; }
  .preim .wrap .item {
    padding: 40px 50px;
    flex: 1; }
    .preim .wrap .item:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, 0.08); }
    .preim .wrap .item .icon img {
      max-height: 80px;
      max-width: 80px;
      height: auto;
      width: auto; }
    .preim .wrap .item .title {
      letter-spacing: 0.04em;
      font-size: 22px;
      font-weight: 700;
      color: #222222;
      margin-top: 10px; }
    .preim .wrap .item .desc {
      color: #444;
      margin-top: 5px; }

.number {
  background-image: url(../img/bgg.jpg);
  background-size: 150%;
  background-position: center; }
  .number .wrap {
    background: rgba(227, 30, 37, 0.9);
    text-align: center;
    padding: 100px 15px 0; }
    .number .wrap .pre {
      color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      letter-spacing: 0.04em;
      font-size: 18px; }
    .number .wrap h2 {
      color: #fff;
      font-size: 56px;
      text-transform: uppercase; }
    .number .wrap .wrapper {
      display: flex;
      justify-content: space-evenly;
      max-width: 1280px;
      margin: 80px auto 0;
      padding-bottom: 100px; }
      .number .wrap .wrapper .item {
        padding: 15px; }
        .number .wrap .wrapper .item .num {
          color: #fff;
          font-size: 72px;
          font-family: 'rub';
          font-weight: 400;
          letter-spacing: 0.04em; }
        .number .wrap .wrapper .item .text {
          font-size: 18px;
          letter-spacing: 0.02em;
          color: rgba(255, 255, 255, 0.8); }

.service h2 {
  color: #222;
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
  padding: 35px 15px 0; }

.service .wrap {
  max-width: 1280px;
  margin: 15px auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px; }
  .service .wrap * {
    transition: .2s linear; }
/*   .service .wrap .item-end {
    background: #9e0606;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .service .wrap .item-end .wrap-end {
      padding-bottom: 25px; }
    .service .wrap .item-end .title {
      letter-spacing: 0.04em;
      font-size: 22px;
      font-weight: 700;
      padding: 25px;
      text-align: center;
      color: #ffffff; }
    .service .wrap .item-end .phone {
      color: rgba(255, 255, 255, 0.8);
      text-align: center;
      font-size: 20px; }
      .service .wrap .item-end .phone i {
        padding-right: 5px; } */
  .service .wrap .item {
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08); }
    .service .wrap .item:hover {
      box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
      transform: translateY(-5px); }
      .service .wrap .item:hover .top {
        background-size: auto 105%; }
        .service .wrap .item:hover .top .wrp {
          opacity: .9; }
      .service .wrap .item:hover .bottom .more {
        background: #e31e25; }
        .service .wrap .item:hover .bottom .more a {
          color: #ffffff; }
    .service .wrap .item .top {
      height: 300px;
      background-size: auto 100%; }
      .service .wrap .item .top .wrp {
        background: rgba(227, 30, 37, 0.7);
        height: 100%;
        background-image: url(../img/logo.png);
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0; }
    .service .wrap .item .bottom {
      text-align: center; }
      .service .wrap .item .bottom .title {
        letter-spacing: 0.04em;
        font-size: 22px;
        font-weight: 700;
        padding: 25px; }
        .service .wrap .item .bottom .title a {
          color: #222; }
          .service .wrap .item .bottom .title a:hover {
            color: #000; }
      .service .wrap .item .bottom .more {
        padding: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-weight: 700; }
        .service .wrap .item .bottom .more:hover {
          background: #9e0606; }
        .service .wrap .item .bottom .more a {
          color: #444444; }

.working h2 {
  color: #222;
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
  padding: 35px 15px 0; }

.working .post {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  color: #444444;
  padding: 0 15px; }

.working .video {
  margin-top: 25px; }
  .working .video #ytplayer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: block;
    border-radius: 3px; }

.working .bgx {
  background: #f8f8f8;
  padding: 15px 0;
  margin-top: 30px; }
  .working .bgx h2 {
    padding: 20px 15px; }

.working .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  justify-content: center; }
  .working .wrap * {
    transition: .2s linear; }
  .working .wrap .item {
    min-width: 22%;
    margin: 15px;
    height: 200px;
    border-radius: 3px;
    background-size: 150%;
    background-position: center;
    position: relative;
    overflow: hidden; }
    .working .wrap .item .wrp {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 48px;
      height: 100%;
      width: 100%;
      background: rgba(227, 30, 37, 0.7);
      opacity: 0; }
    .working .wrap .item:hover {
      background-size: 155%; }
      .working .wrap .item:hover .wrp {
        opacity: 1; }

.footer {
  background-image: url(../img/%c3%90%c2%a1%c3%91%c2%82%c3%90%c2%be%c3%90%c2%ba/430570432526439.html);
  background-size: cover;
  background-position: center; }
  .footer .wrap {
    background: rgba(30, 30, 30, 0.9); }
  .footer .tab {
    padding: 50px 0;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    .footer .tab .row {
      padding: 15px;
      flex: 1; }
      .footer .tab .row img {
        display: block;
        margin: 0 auto; }
      .footer .tab .row .desc {
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0.04em;
        text-align: center; }
      .footer .tab .row .title {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.04em; }
      .footer .tab .row .contact {
        list-style: none;
        color: rgba(255, 255, 255, 0.8); }
        .footer .tab .row .contact li {
          margin: 1em 0;
          line-height: 1.5em;
          display: flex;
          letter-spacing: 0.04em; }
        .footer .tab .row .contact i {
          color: #e31e25;
          min-width: 40px;
          text-align: center; }
      .footer .tab .row .items {
        display: flex;
        flex-wrap: wrap; }
        .footer .tab .row .items img {
          max-width: 100px;
          height: auto;
          padding: 5px; }

.after {
  padding: 25px 15px;
  text-align: center;
  background: #000; }
  .after a {
    color: rgba(255, 255, 255, 0.6); }
  .after i {
    color: #FC31C5; }

.single-top {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  .single-top .wrap {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    height: 700px; }
    .single-top .wrap .text-wrapper {
      max-width: 1280px;
      margin: 0 auto;
      text-align: center; }

.single-main {
  position: relative;
  margin-top: 207px; }
  .single-main .text-wrapper {
    max-width: 1280px;
    margin: 0 auto 30px;
    text-align: center; }
    .single-main .text-wrapper h1 {
      color: #fff;
      font-size: 54px;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      text-transform: uppercase; }
  .single-main .wrap {
    max-width: 1280px;
    margin: 0 auto 50px;
    background: #ffffff;
    border-radius: 3px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    overflow: hidden; }
    .single-main .wrap .content {
      padding: 30px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      z-index: 1; }
      .single-main .wrap .content img {
        max-width: 100%;
        height: auto;
        border-radius: 3px; }
      .single-main .wrap .content h2 {
        color: #111111;
        font-size: 42px;
        margin-bottom: 15px; }
      .single-main .wrap .content p {
        color: #222;
        line-height: 1.5em;
        font-size: 18px; }
        .single-main .wrap .content p + p {
          margin-top: 1em; }
        .single-main .wrap .content p + h2 {
          margin-top: 30px; }
        .single-main .wrap .content p a {
          color: #9e0606;
          background: #f3dddd;
          padding: 0 5px;
          border-bottom: 1px solid #9e0606; }
          .single-main .wrap .content p a:hover {
            background: #f1cfcf; }
    .single-main .wrap .sidebar {
      background: #f5f5f5;
      overflow: hidden;
      border-radius: 0 0 0 3px; }
      .single-main .wrap .sidebar .title {
        font-size: 20px;
        font-weight: 700;
        color: #333;
        padding: 15px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.02em; }
      .single-main .wrap .sidebar .yt-wrap {
        padding: 0 20px; }
        .single-main .wrap .sidebar .yt-wrap .yt {
          width: 100%;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          border-radius: 3px; }
      .single-main .wrap .sidebar .owl-carousel {
        overflow: hidden; }
        .single-main .wrap .sidebar .owl-carousel .item {
          position: relative;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center; }
        .single-main .wrap .sidebar .owl-carousel .blur {
          height: 300px;
          position: absolute;
          top: -30px;
          right: -30px;
          bottom: -30px;
          left: -30px;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          filter: blur(10px); }
        .single-main .wrap .sidebar .owl-carousel img {
          max-height: 300px;
          width: auto;
          width: auto;
          height: auto;
          position: relative; }
      .single-main .wrap .sidebar .sidemenu {
        border-top: 1px solid #d9d9d9; }
        .single-main .wrap .sidebar .sidemenu ul {
          list-style: none; }
          .single-main .wrap .sidebar .sidemenu ul li * {
            transition: .2s; }
          .single-main .wrap .sidebar .sidemenu ul li:hover a {
            padding-left: 45px; }
          .single-main .wrap .sidebar .sidemenu ul li:hover i {
            color: #9e0606; }
          .single-main .wrap .sidebar .sidemenu ul li a {
            display: block;
            padding: 15px 20px 15px 30px;
            color: #9e0606;
            border-bottom: 1px solid #d9d9d9;
            border-right: 1px solid #f5f5f5;
            background: #fff; }
            .single-main .wrap .sidebar .sidemenu ul li a i {
              color: #333333; }

.aboutsect {
  margin-bottom: 35px; }
  .aboutsect h2 {
    color: #222;
    font-size: 56px;
    text-transform: uppercase;
    text-align: center;
    padding: 35px 15px 0; }
  .aboutsect .wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.5em;
    color: #222; }
    .aboutsect .wrap ol {
      border-left: 5px solid #9E0606;
      padding-left: 30px;
      font-weight: 700; }
    .aboutsect .wrap p {
      margin: 1em 0; }

@media screen and (max-width: 1000px) {
  .service .wrap {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 768px) {
  #bwl-mm {
    display: flex !important; }
  .header {
    display: none; }
  .top .wrap .text-wrapper {
    padding: 100px 15px 50px; }
  .top .wrap .text-wrapper h1 {
    font-size: 28px; }
  .top .wrap .text-wrapper .pre {
    font-size: 16px;
    margin-bottom: 5px; }
  .preim .wrap {
    flex-direction: column; }
  .preim .wrap .item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .preim .wrap .item {
    padding: 20px 30px; }
  .number .wrap {
    padding: 50px 15px 0; }
  .number .wrap .wrapper {
    padding-bottom: 50px; }
  .number .wrap .wrapper {
    margin: 15px auto 0; }
  .number .wrap h2 {
    font-size: 28px; }
  .number .wrap .pre {
    font-size: 16px;
    margin-bottom: 10px; }
  .number .wrap .wrapper .item {
    padding-bottom: 0; }
  .number .wrap .wrapper .item .num {
    font-size: 56px; }
  .number .wrap .wrapper .item .text {
    font-size: 16px; }
  .service h2 {
    font-size: 28px; }
  .service .wrap {
    grid-template-columns: 1fr; }
  .single-main {
    margin-top: 100px; }
  .single-main .text-wrapper {
    padding: 0 15px; }
  .single-main .text-wrapper h1 {
    font-size: 28px; }
  .single-main .wrap {
    grid-template-columns: 1fr; }
  .single-main .wrap .content {
    padding: 15px; }
  .single-main .wrap .content h2 {
    font-size: 28px; }
  .footer .tab {
    flex-direction: column;
    padding: 0; } }

.popwrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0; }

.onpopwrap {
  display: flex; }

.popwrap .close {
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: .1s linear; }

.popwrap .close:hover {
  background: rgba(255, 255, 255, 0.05); }

.popwrap .contentwrap {
  position: relative;
  background: #ffffff;
  width: 400px;
  padding: 20px;
  border-radius: 3px;
  margin: 10px; }

.popwrap .contentwrap .wpforms-container {
  margin-bottom: 0; }

.popwrap [type=tel], .popwrap [type=text] {
  padding: 15px 20px;
  min-width: 100%;
  margin-top: 5px;
  border: 1px solid #d0d0d0; }

.popwrap [type=submit] {
  margin-top: 5px;
  padding: 15px 20px;
  background: #e31e25;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 14px;
  transition: .2s linear;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #9e0606;
  border: 0;
  cursor: pointer; }

.popwrap .contentwrap .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #323232; }

.popwrap .contentwrap .iclose {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #666;
  transition: .2s linear; }

.popwrap .contentwrap .iclose:hover {
  color: #222; }

.popupboh {
  overflow: hidden; }

#bwl-mm {
  height: 50px;
  background: #ffffff;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.15); }
  #bwl-mm .a {
    min-width: 50px; }
  #bwl-mm .b {
    background-size: auto 46px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    flex: 1;
    text-decoration: none;
    border: 0; }
  #bwl-mm .c, #bwl-mm .ac {
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #e31e25;
    cursor: pointer; }

#bwl-mm-list {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  z-index: 999;
  background: linear-gradient(90deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0.5), rgba(0, 0, 0, 0));
  transition: .2s linear;
  opacity: 0; }
  #bwl-mm-list .close {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    cursor: pointer; }
    #bwl-mm-list .close i {
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      width: 50px;
      line-height: 50px;
      font-size: 24px;
      color: #323232;
      text-shadow: 5px 5px 5px white, -5px -5px 5px white, -5px 5px 5px white, 5px -5px 5px white; }
  #bwl-mm-list .list-wrap {
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80vw;
    overflow: auto; }
    #bwl-mm-list .list-wrap .logo {
      width: 100%;
      height: 100px;
      background-size: auto 92px;
      background-position: center;
      background-repeat: no-repeat;
      display: block; }
    #bwl-mm-list .list-wrap .dop {
      text-align: center;
      border-top: 1px solid #f5f5f5;
      display: none; }
      #bwl-mm-list .list-wrap .dop a {
        text-decoration: none;
        border: 0; }
        #bwl-mm-list .list-wrap .dop a i {
          color: #323232;
          line-height: 50px;
          font-size: 24px;
          width: 36px;
          text-align: center; }
    #bwl-mm-list .list-wrap ul {
      list-style: none; }
      #bwl-mm-list .list-wrap ul li {
        line-height: 50px;
        padding: 0 20px;
        border-top: 1px solid #f5f5f5;
        color: #434343; }

.bwl-l0 {
  left: 0 !important;
  opacity: 1 !important; }

.bwl-oh {
  overflow: hidden !important; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  width: 40px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 36px !important;
  -webkit-transition: .2s;
  transition: .2s;
  height: 100%; }

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  color: white; }

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0; }

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0; }

.owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center; }

.owl-carousel button.owl-dot {
  width: 15px !important;
  height: 15px !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  margin: 0 5px !important; }

.owl-carousel button.owl-dot.active {
  background: #ffffff !important; }

.aboutsect .wrap img{
	max-width:100%;
}
.aboutsect .wrap .img{
	text-align:center;
}
.polit{
	margin-top: 5px;
	color: #666;
	font-size: 14px;
}
.polit a{
	color: #666;
	text-decoration: underline;
}