  body { 
   /* min-width: 1200px;  */
  overflow-x: hidden; }
/* footer{min-width: 1200px;}  */

.tour-col-wrapper .tour-col .tour-content .tour-title-block:after, .tour-col-wrapper .tour-col .tour-content .tour-info:after {
  display: table;
  content: "";
  clear: both; }

.menu, .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, img, ins, kbd, q, s, samp, tt, var, dl, dt, dd, fieldset, 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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: none; }

a, a:focus, input, textarea {
  outline: none; }

button {
  border: none;
  outline: none;
  cursor: pointer;
  font: inherit; }

@font-face {
  font-family: Lato;
  font-weight: 100;
  font-style: italic;
  src: url(../fonts/Lato-ThinItalic.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Lato-Light.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/Lato-LightItalic.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Lato-Regular.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/Lato-Italic.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Lato-Medium.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: italic;
  src: url(../fonts/Lato-MediumItalic.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Lato-Semibold.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/Lato-SemiboldItalic.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Lato-Bold.ttf); }

@font-face {
  font-family: Lato;
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/Lato-Black.ttf); }

@font-face {
  font-family: Lobster;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Lobster-Regular.ttf); }

body {
  font: 14px Lato, sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative; }

main
{
  flex: 1 0 auto;
  position: relative;
}

* {
  box-sizing: border-box; }

::selection {
  background: rgba(248, 10, 44, 0.8);
  color: #fff; }

a:hover {
  text-decoration: none;
  color: inherit; }

a:focus {
  text-decoration: none;
  color: inherit;
  outline: unset; }

.header-top {
  background: #036; }
  .header-top-separator {
    display: inline-block;
    background: rgba(255, 255, 255, 0.4);
    width: 1px;
    height: 24px;
    margin: 0 15px; }
  .header-top-text {
    font-size: .9em; }

.header-right {
  float: right;
  display: flex;
  color: #fff;
  height: 35px; }

.header-cell {
  display: flex;
  justify-content: center;
  flex-direction: column; 
}

.header-address-icon {
  display: inline-block;
  background: url("../img/address-icon.png");
  width: 9px;
  height: 14px;
  margin: 0 7px; }

.header-icon {
  display: inline-block;
  width: 23px;
  text-align: center;
  line-height: 21px;
  border: 1px solid;
  border-radius: 50%;
  font-size: .8em; }

.header-f {
  margin: 0 0 0 10px;
  font-weight: bold;
  font-size: .85em; }

.header-middle-box {
  display: flex;
  color: #585858;
  width: 100%; }

.header-middle-separator {
  display: inline-block;
  background: rgba(184, 186, 196, 0.4);
  width: 1px;
  height: 51px;
  margin: 0 20px; }

.header-middle-text {
  vertical-align: top;
  font-size: .87em;
  font-weight: 400; }
  .header-middle-text.mr {
    margin: 0 20px 0 0; }

.header-middle-mt {
  margin: 3px 0 0; }

.header-choose-tour-btn {
  background: #f80a2c;
  color: #fff;
  margin: 0 0 0 90px;
  padding: 7px 20px;
  font-size: .85em;
  white-space: nowrap;
  letter-spacing: 1px; }
  .header-choose-tour-btn:hover {
    color: #fff;
    background: #f92d4a; }
  .header-choose-tour-btn:active {
    color: #fff; }
  .header-choose-tour-btn:active {
    color: #fff;
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.5); }

.header-order-call-btn {
  background: transparent;
  color: #f80a2c;
  border: 1px solid;
  padding: 7px 20px;
  margin: 0 0 0 35px;
  font-size: .85em;
  white-space: nowrap;
  letter-spacing: 1px; }
  .header-order-call-btn:hover {
    background-color: #f80a2c;
    color: #fff; }
  .header-order-call-btn:active {
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.5); }

.header-bottom {
  border: solid rgba(139, 139, 139, 0.2);
  border-width: 1px 0;
  z-index: 2; }
  .header-bottom.transparent {
    background: rgba(255, 255, 255, 0.64);
    position: absolute;
    width: 100%;
    left: 0; }
    .header-bottom.transparent .sub-menu {
      background: rgba(255, 255, 255, 0.64); }

.menu {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .menu a:hover {
    color: #f80a2c; }
  .menu > .menu-item {
    display: table-cell;
    text-align: center;
    position: relative;
    color: #000; }
    .menu > .menu-item:hover .sub-menu {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    .menu > .menu-item > a {
      padding: 10px 0;
      display: block; }
    .menu > .menu-item:hover > a {
      background: #f80a2c;
      color: #fff; }
    .menu > .menu-item:before, .menu >  .menu-item:last-child:after {
      content: "";
      position: absolute;
      top: 10px;
      width: 1px;
      height: 1.2em;
      display: block;
      background: rgba(139, 139, 139, 0.67); }
    .menu > .menu-item:before {
      left: 0; }
    .menu > .menu-item:last-child:after {
      right: 0; }
    .menu > .menu-item.parent > a:after {
      content: ">";
      display: inline-block;
      position: absolute;
      margin: 2px 6px;
      -webkit-transform: rotate(90deg) scaleY(1.5);
      transform: rotate(90deg) scaleY(1.5); }
  .sub-menu {
    position: absolute;
    background: #fff;
    top: 100%;
    min-width: 100%;
    border: 1px solid rgba(139, 139, 139, 0.2);
    -webkit-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    will-change: transform;
    z-index: 10;
    visibility: hidden; }
    .sub-menu li {
      line-height: 2em; }
      .sub-menu li a {
        border-bottom: 1px solid RGBA(119, 119, 119, 0.5);
        padding: 5px 0;
        display: block; }
      .sub-menu li:last-child a{
        border-bottom: unset;}
      .sub-menu li+ .sub-menu li:before {
        content: "";
        width: 90%;
        height: 1px;
        border-bottom: 1px dotted rgba(139, 139, 139, 0.67);
        display: block;
        margin: 0 0 0 5%; }

.main-logo .logo {
  font: 2.7em Lobster, sans-serif;
  color: #f80a2c;
  position: relative; }
  .main-logo .logo:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background: #f80a2c;
    box-shadow: 0 1px 0 0 rgba(248, 10, 44, 0.5); }

.main-logo .subtext {
  text-align: center;
  font-weight: 300;
  margin: 0 0 10px; }

.icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin: 0 8px 0 0; }
  .icon.viber {
    background: url("../img/viber.png"); }
  .icon.whats-up {
    background: url("../img/whats-up.png"); }
  .icon.telegram {
    background: url("../img/telegram.png"); }
  .icon.clock {
    margin: 0 8px 0 50px;
    background: url("../img/clock.png"); }
  .icon.phone {
    background: url("../img/phone.png");
    width: 13px;
    height: 13px;
    margin: 0 9px 0 0; }
  .icon.mail {
    background: url("../img/mail.png");
    width: 14px;
    height: 9px; }

.banner {
  position: relative; }
  .banner img {
    width: 100%;
    height: auto;
    display: block; }
  .banner .banner-text {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(18, 18, 18, 0.2);
    border-radius: 15px;
    /*text-shadow: 0 0 1px #000;*/
    text-align: center; }
  .banner .red-text {
    color: #f80a2c; }
  .banner .first-line {
    font-size: 4em;
    font-weight: bold; }
  .banner .second-line {
    font-size: 2.4em;
    font-weight: bold; }
    .banner .second-line .red-text, .banner .second-line .white-text {
      display: inline-block; }
  .banner .divider {
    width: 10em;
    border-bottom: 2px solid white;
    margin: 10px auto 15px auto; }
  .banner .button a {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid white;
    border-radius: 3px;
    background-color: rgba(100, 100, 100, 0.4);
    font-size: 1.3em;
    font-style: italic;
    transition: 0.2s;
    margin-bottom: 30px;
    font-weight: bold; }
  .banner .button a:hover
  {
    background-color: rgba(0, 0, 0, 0.4);
  }

.line {
  display: table;
  width: calc(50% + 570px);
  background: #0288d1;
  height: 100px;
  margin: 0 30px 0 0;
  margin: 0 calc(50% - 570px) 0 0;
  padding: 0 0 0 calc(50% - 600px);
  position: relative; }
  .line:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 100px 30px 0 0;
    border-color: #0288d1 transparent transparent transparent; }
  .line-cell {
    display: table-cell;
    vertical-align: middle; }
  .line-wrap-img {
    width: 125px; }
  .line-image1 {
    background: url("../img/palm.png");
    height: 64px;
    width: 64px;
    margin: 0 auto; }
  .line-separator {
    height: 70px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 28px 0 0; }
  .line-row1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.5em; }
  .line-row2 {
    line-height: 1.5em;
    color: #fff;
    font-weight: 300;
    font-style: italic; }
  .line-btn {
    background: #f80a2c;
    color: #fff;
    padding: 14px 62px;
    transition: 0.2s;
    white-space: nowrap;
    text-transform: uppercase; }
    .line-btn:hover {
      color: #fff;
      box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.2);
      opacity: 0.9;
      background: #f81435; }
    .line-btn:active {
      box-shadow: inset 0 3px 5px 2px rgba(0, 0, 0, 0.5); }

.world-map-wrapper {
  padding: 0 5%; }
  .world-map-wrapper img {
    width: 100%;
    display: block; }

.block-title {
  text-align: center;
  margin: 25px auto;
  max-width: 520px; }
  .block-title .title-text {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 300; }
    .block-title .title-text .bold {
      font-weight: 500; }
  .block-title .title-divider {
    width: 75px;
    border-bottom: 1px solid #000;
    margin: 10px auto; }
  .block-title .subtitle {
    color: #8b8b8b;
    font-style: italic;
    font-size: 1.2em; }

.tour-col-wrapper {
  padding-top: 10px; }
  .tour-col-wrapper .tour-col {
    border: 1px solid #cecece; }
    .tour-col-wrapper .tour-col:hover {
      border: 1px solid #f80a2c; }
    .tour-col-wrapper .tour-col .tour-img {
      height: 230px;
      overflow: hidden; }
      .tour-col-wrapper .tour-col .tour-img img {
        width: 100%;
        display: block; }
    .tour-col-wrapper .tour-col .tour-content {
      padding: 0 15px; }
      .tour-col-wrapper .tour-col .tour-content .tour-title-block {
        border-bottom: 1px dotted #cecece;
        padding: 15px 0; }
        .tour-col-wrapper .tour-col .tour-content .tour-title-block .tour-title {
          display: inline-block;
          float: left;
          text-transform: uppercase;
          text-align: left; }
          .tour-col-wrapper .tour-col .tour-content .tour-title-block .tour-title .bold {
            font-weight: 600; }
        .tour-col-wrapper .tour-col .tour-content .tour-title-block .tour-price {
          display: inline-block;
          float: right;
          color: #f80a2c;
          font-weight: 700; }
      .tour-col-wrapper .tour-col .tour-content .tour-desc {
        color: #2c2c2c;
        font-style: italic;
        padding: 7px 0;
        height: 95px;
        text-align: justify; }
        .tour-info
        {
          font-size: 12px;
        }
      .tour-col-wrapper .tour-col .tour-content .tour-info {
        padding-top: 15px;
        color: #2c2c2c; }
        .tour-col-wrapper .tour-col .tour-content .tour-info .tour-ifo-param1 {
          white-space: nowrap;
          display: inline-block;
          float: left;
          width: 50%;
          text-align: left;
          border-right: 1px solid #ececec; }
          .tour-col-wrapper .tour-col .tour-content .tour-info .tour-ifo-param1 .date-icon {
            background-image: url(../img/dateIcon.png);
            background-repeat: no-repeat;
            background-position: center center;
            vertical-align: top; }
        .tour-col-wrapper .tour-col .tour-content .tour-info .tour-ifo-param2 {
          display: inline-block;
          float: right; }
          .tour-col-wrapper .tour-col .tour-content .tour-info .tour-ifo-param2 .food-icon {
            background-image: url(../img/foodIcon.png);
            background-repeat: no-repeat;
            background-position: center center;
            vertical-align: top; }
    .tour-col-wrapper .tour-col .tour-book {
      padding: 10px 0;
      border-top: 1px solid #cecece; }
      .tour-col-wrapper .tour-col .tour-book a {
        display: block;
        text-align: center;
        font-size: 1.2em;
        text-transform: uppercase; }
        .tour-col-wrapper .tour-col .tour-book a .book-icon {
          background-image: url(../img/bookIcon.png);
          background-repeat: no-repeat;
          background-position: center bottom;
          vertical-align: top; }
      .tour-col-wrapper .tour-col .tour-book:hover a {
        text-decoration: none;
        color: #fff; }
      .tour-col-wrapper .tour-col .tour-book:hover .book-icon {
        background-image: url("../img/bookIconWhite.png"); }
      .tour-col-wrapper .tour-col .tour-book:hover {
        background-color: #f80a2c; }

.tour-line-wrapper {
  margin-top: 25px; }
  .tour-line-wrapper .line-image2 {
    background-image: url("../img/summerTour.png");
    height: 64px;
    width: 52px;
    margin: 0 auto; }

.pagination {
  margin-bottom: 20px;
  text-align: center; }
  .pagination ul {
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none; }
    .pagination ul li {
      display: inline-block;
      color: #2c2c2c;
      margin: 3px; }
      .pagination ul li a {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 50%;
        line-height: 29px; }
        .pagination ul li a:hover {
          color: #f80a2c;
          text-decoration: none; }
      .pagination ul li .active {
        background-color: #f80a2c;
        cursor: pointer;
        color: #fff; }
        .pagination ul li .active:hover {
          color: #fff; }

.services .service-item-wrapper {
  padding: 10px;
  text-align: center;
  margin: 15px 0; }
  .services .service-item-wrapper .service-item {
    display: inline-block;
    height: 85px;
    width: 85px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: relative;
    transition: all .2s;
    cursor: pointer; }
    .services .service-item-wrapper .service-item img {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .service-item-wrapper a:hover .service-item {
      background-color: #f80a2c; }
    .service-item-wrapper a:hover .service-item img {
        -webkit-filter: brightness(100);
        filter: brightness(100); }
  .services .service-item-wrapper .service-item-title {
    color: #2c2c2c;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
    margin: 10px; }
  .services .service-item-wrapper .service-item-desc {
    font-style: italic;
    font-weight: 400;
    line-height: 1.3em; }
  .service-item-wrapper a
  {
    display: block;
  }
  .service-item-wrapper a:hover .service-item-title
  {
    color: #f80a2c;
  }

.comments {
  background-image: url("../img/commentbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 45px 0;
  padding: 35px 0;
  background-position: center;
}
  .comments .comment-wrapper {
    width: 50%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    padding: 30px; }
    .comments .comment-wrapper .comment-arrow {
      margin: 15px 0 25px 0; }
    .comments .comment-wrapper .comment-text {
      font-size: 1.1em;
      line-height: 1.6em;
      opacity: 0.8;
      font-style: oblique; }
    .comments .comment-wrapper .comment-author-wrapper {
      text-align: right; }
    .comments .comment-wrapper .comment-author {
      display: inline-block;
      margin-top: 5px; }
      .comments .comment-wrapper .comment-author img {
        margin: 7px 15px 0 0;
        display: inline-block; }
      .comments .comment-wrapper .comment-author span {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px; }

.comments .col-md-12 {
    padding: 0;
  }
.comments .row {
  margin: 0;
}
.directions {
  margin: 45px 0; }
  .directions .direct-wrapper {
    width: 80%;
    margin: auto;
    padding: 15px 0;
    transition: all .2s;
    border: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    text-align: center; }
    .directions .direct-wrapper:hover {
      border: 1px solid #f80a2c; }
      .directions .direct-wrapper:hover .direct-title {
        color: #f80a2c; }
    .directions .direct-wrapper .direct-title {
      margin-top: 15px; }
  .direct-img
  {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    padding: 5px;
  }
  .direct-img img
  {
    width: 100%;
  }

.content-header-menu {
  background-color: #066b9e; }
  .content-header-menu .menu-item .sub-menu {
    z-index: 2; }
    .content-header-menu .menu-item .sub-menu a {
      line-height: 1.5em;
      padding: 10px 0;
      color: #000; }
  .content-header-menu a {
    /*padding: 15px 0;*/
    color: #fff; }
    .content-header-menu a:hover {
      text-decoration: none; }

.breadcrumbs-wrapper {
  background-color: #f3f3f3;
  border-bottom: 1px solid #d9dee5; }
  .breadcrumbs-wrapper .bread-home {
    background-image: url("../img/breadHome.png");
    background-repeat: no-repeat;
    background-position: center bottom; }
  .breadcrumbs-wrapper .breadcrumbs ul {
    margin: 7px 0;
    padding: 0; }
    .breadcrumbs-wrapper .breadcrumbs ul li {
      display: inline-block;
      border-right: 1px solid #5d5d5d;
      padding: 0 10px;
      line-height: 20px; }
      .breadcrumbs-wrapper .breadcrumbs ul li:last-child {
        border-right: unset; }
      .breadcrumbs-wrapper .breadcrumbs ul li a:hover {
        text-decoration: none; }
      .breadcrumbs-wrapper .breadcrumbs ul li .active {
        color: #f80a2c; }
      .breadcrumbs ul a
      {
        transition: all 0.2s;
      }
      .breadcrumbs ul a:hover
      {
        color: #f80a2c;
      }

.content-page {
  margin-bottom: 20px;
  margin-top: 25px; }
  .content-page .company-contacts.content .icons, .content-page .company-contacts.content .numbers {
    width: 50%; }
  .content-page .company-contacts.content .icons {
    text-align: right;
    float: left;
    padding-top: 3px; }
    .content-page .company-contacts.content .icons a {
      display: inline-block;
      line-height: 22px; }
  .content-page .company-contacts.content .numbers {
    float: right;
    text-align: left;
    color: #2c2c2c;
    font-size: 1.1em;
    line-height: 22px;
    vertical-align: bottom; }
  .content-page .company-contacts.content .mail-block {
    color: #2c2c2c;
    font-size: 1.1em; }
  .content-page .company-worktime .content {
    color: #2c2c2c;
    font-size: 1.1em; }
    .content-page .company-worktime .content .icon {
      margin: 0; }
    .content-page .company-worktime .content .icon.clock {
      background-position: center bottom; }
  .content-page .company-social .social-line {
    display: inline-block; }
  .content-page .contact-block-wrapper {
    padding: 30px;
    border: 1px solid #dddddd; }
    .content-page .contact-block-wrapper .title {
      color: #484848;
      font-weight: 600;
      font-size: 1.3em; }
    .content-page .contact-block-wrapper .content {
      color: #2c2c2c; }
    .content-page .contact-block-wrapper .company-desc, .content-page .contact-block-wrapper .company-contacts, .content-page .contact-block-wrapper .company-worktime, .content-page .contact-block-wrapper .company-social {
      padding: 5px 0; }
    .content-page .contact-block-wrapper .back-form-title {
      color: #003366;
      text-transform: uppercase;
      font-size: 1.2em;
      font-weight: 600;
      margin-bottom: 15px;
      text-align: center; }
    .content-page .contact-block-wrapper .back-form-field textarea {
      resize: none;
      height: 150px; }
    .content-page .contact-block-wrapper .back-form-field input, .content-page .contact-block-wrapper .back-form-field textarea {
      border: 1px solid #d4d4d4;
      display: block;
      width: 100%;
      padding: 10px;
      margin-bottom: 15px; }
      .content-page .contact-block-wrapper .back-form-field input::-webkit-input-placeholder, .content-page .contact-block-wrapper .back-form-field textarea::-webkit-input-placeholder {
        color: #d4d4d4; }
      .content-page .contact-block-wrapper .back-form-field input::-moz-placeholder, .content-page .contact-block-wrapper .back-form-field textarea::-moz-placeholder {
        color: #d4d4d4; }
      .content-page .contact-block-wrapper .back-form-field input:-ms-input-placeholder, .content-page .contact-block-wrapper .back-form-field textarea:-ms-input-placeholder {
        color: #d4d4d4; }
      .content-page .contact-block-wrapper .back-form-field input:-moz-placeholder, .content-page .contact-block-wrapper .back-form-field textarea:-moz-placeholder {
        color: #d4d4d4; }
    .content-page .contact-block-wrapper .back-form-field button {
      display: block;
      width: 100%;
      padding: 14px;
      margin-top: 15px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 500;
      background-color: #f80a2c; }
    .back-form-field button {
      transition: all .2s;}
    .back-form-field button:hover {
      box-shadow: inset 1px 1px 10px 0px rgba(155, 155, 155, 0.9); }
  .content-page .map {
    margin: 30px 0;
    border: 1px solid #dadada; }
  .content-page .company-social.content .link {
    border: 1px solid #53647a;
    color: #53647a; }
    .content-page .company-social.content .link:hover {
      border: 1px solid #f91c3c;
      color: #f91c3c; }

.see-all-tours {
  text-align: center;
  margin: 20px 0 0 0; }
  .see-all-tours a {
    color: #f80a2c;
    display: inline-block;
    text-transform: lowercase;
    font-style: italic;
    font-size: 1.2em; }
    .see-all-tours a:hover {
      color: #f80a2c; }
.see-all-tours a::after
{
  display: block;
  content: '';
  border-bottom: 1px solid #f80a2c;
  width: 0%;
  opacity: 0;
  transition: all 0.3s;
  margin: 5px auto 0 auto;
}

.see-all-tours a:hover::after
{
  width: 100%;
  opacity: 1;
}

.blog-img img {
  width: 100%;
  height: auto;
  display: block; }

.blog-wrapper {
  border: 1px solid #e6e6e6;
  clear: both;
  display: table;
  margin-bottom: 15px; }
  .blog-wrapper .col-md-4 {
    padding: 0; }

.blog-descrip-wrapper {
  color: #2c2c2c;
  padding: 15px; }
  .blog-descrip-wrapper .blog-title {
    text-transform: uppercase;
    font-size: 1.4em;
    margin: 10px 0 25px 0; }
.blog-title a
{
  display: inline-block;
}
.blog-title a::after
{
  display: block;
  content: '';
  border-bottom: 1px solid #000;
  width: 0%;
  opacity: 0;
  transition: all 0.3s;
  margin: 5px auto 0 auto;
}

.blog-title a:hover::after
{
  width: 100%;
  opacity: 1;
}
  .blog-descrip-wrapper .blog-desc {
    font-size: 1.1em; }
  .blog-descrip-wrapper .read-more a {
    background-color: #f80a2c;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 15px;
    transition: all .2s;
    display: inline-block; }
    .blog-descrip-wrapper .read-more a:hover {
      box-shadow: inset 2px 0 20px 2px rgba(0,0,0,0.3);
      text-decoration: none; }

.popular-side-wrapper {
  border: 1px solid  #e6e6e6; }
  .popular-side-wrapper .popular-side-img img {
    width: 100%;
    height: auto;
    display: block; }
  .popular-side-wrapper .popular-side-title {
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0px;
    display: block; }
  .popular-side-wrapper .popular-side-link {
    text-transform: lowercase;
    font-style: italic;
    text-align: right;
    margin-top: 5px; }
    .popular-side-wrapper .popular-side-link a:hover {
      color: #f80a2c;
      text-decoration: none; }

.popular-side-block {
  border: 1px solid  #e6e6e6;
  padding: 15px 10px; }

.popular-block-title {
  text-transform: uppercase;
  font-size: 1.4em;
  text-align: center;
  padding: 15px 0px; }

.article-wrapper {
  padding: 30px;
  border: 1px solid #e6e6e6; }
  .article-wrapper img {
    max-width: 100%;
    float: left;
    clear: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: auto; }
  /*.article-wrapper img:nth-child(2n -1)
  {
    float: left;
  }
  .article-wrapper img:nth-child(2n)
  {
    float: right;
  }*/

.country-item {
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  margin: 5px;
  transition: .1s; }
  .country-item a {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px; }
    .country-item a:hover {
      box-shadow: 1px 1px 1px 1px #e6e6e6; }
  .country-item span {
    display: inline-block;
    vertical-align: top; }
    .country-item .img-wrapper
    {
      height: 120px;
      display: inline-block;
      position: relative;
      display: table-cell;
      vertical-align: middle;
    }
    .title-wrapper
    {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
    }
    .country-item img
    {
      width: auto;
      max-height: 120px;
      border: 1px solid #e0e0e0;
      display: inline-block;
      max-width: 100%;
    }

.feedback-icon {
  background-image: url("../img/feedbackUser.png");
  background-repeat: no-repeat;
  background-position: center bottom; }

.feedback-item {
  color: #2c2c2c;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 20px; }
  .feedback-item .feedback-info .feedback-author {
    text-align: left;
    font-weight: 600; }
  .feedback-item .feedback-info .feedback-tour {
    text-align: right;
    font-weight: 300;
    font-size: 16px; }
  .feedback-item .feedback-text {
    line-height: 1.4em; }
  .feedback-item .feedback-gallery::after {
    display: table;
    content: '';
    clear: both; }
  .feedback-item .feedback-gallery .feedback-gallery-title {
    font-style: italic;
    font-size: 15px; }
  .feedback-item .feedback-gallery .feedback-photo {
    display: inline-block;
    float: left;
    margin: 0px 10px 10px;
    height: 150px;
    width: 200px;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
    .feedback-item .feedback-gallery .feedback-photo img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 200px; }

.earth-img {
  text-align: center;
  display: block;
  /*height: 700px; */
  width: 1024px;
  margin: auto; }

.map-wrapper {
  width: 80%;
  margin: auto; }

svg .land:hover {
  fill: #435993; }

.map-caption {
  fill: #565F77;
  font-size: 1.4em;
  font-weight: 500;
  transition: all 0.3s; }

.map-caption:hover {
  /*text-decoration: underline; */
}

.country-block-wrapper {
  padding: 10px 15px;
  border: 1px solid #d4d4d4;
  margin-bottom: 15px; }

.country-block-wrapper img{
  margin: 5px;
  height: auto;
  max-width: 100%;}

.country-block-wrapper::after {
  display: table;
  content: '';
  clear: both;
  color: #2c2c2c; }

.country-img {
  position: relative;
  width: 25%; }
  .country-img img {
    width: 100%;
    display: block; }

.country-img.left {
  float: left; }

.country-img.right {
  float: right; }

.country-content {
  width: 75%; }
  .country-content p {
    padding: 5px 15px;
    line-height: 1.5em; }

.country-img.left::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.country-img.right::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.country-content.right {
  float: right; }

.country-content.left {
  float: left; }

.country-img-caption {
  position: absolute;
  width: 100%;
  line-height: 2em;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0; }

.check-tour-wrapper {
  background-image: url("../img/checkTourBack.png");
  background-size: 100%;
  background-position: center center;
  min-height: 400px;
  position: relative;
  margin-top: 20px; }
  .check-tour-wrapper .check-tour-block {
    color: #545454;
    width: 800px;
    min-height: 250px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .check-tour-wrapper .check-tour-btn {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600; }
    .check-tour-wrapper .check-tour-btn a {
      display: inline-block;
      background-color: #f80a2c;
      padding: 7px 40px; }

.search {
  background-image: url("../img/searchIcon.png");
  background-repeat: no-repeat;
  background-position: center center; }

footer {
  background-color: #051d35;
  padding: 20px 0 10px 0; }
  footer .col-header {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px; }
    footer .col-header::after {
      content: "";
      display: block;
      width: 50px;
      border-bottom: 1px solid #fff;
      margin-top: 3px; }
  footer ul {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    color: #fff; }
    footer ul li > a {
      font-weight: 400;
      font-size: 13px;
      transition: 0.2s;}
    footer ul li > a:hover {
      color: #f80a2c; }
  footer .icon.phone {
    background: url("../img/phone-white.png"); }
  footer .line-contact {
    white-space: nowrap;
    color: #fff;
    line-height: 28px; }
    footer .line-contact .icon.local {
      background: url("../img/local-white.png");
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center 2px; }
    footer .line-contact .icon.post {
      background: url("../img/post-white.png");
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center 8px; }
  footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 25px;
    text-align: center;
    color: #fff; }

.link {
  display: inline-block;
  border: 1px solid white;
  border-radius: 50%;
  margin: 20px 5px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  transition: all .2s; }
  .link:hover {
    color: #f80a2c;
    text-decoration: none;
    border: 1px solid #f80a2c; }
    .link:hover .copyright {
      font-size: 12px;
      font-style: italic;
      font-weight: 200; }

.footer-logo .logo {
  font: 2.7em Lobster, sans-serif;
  color: #f80a2c;
  position: relative; }
  .footer-logo .logo:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background: #f80a2c;
    box-shadow: 0 1px 0 0 rgba(248, 10, 44, 0.5); }

.sub-text {
  color: #fff;
  margin: 0 0 10px;
  font-weight: 300;
  text-align: center; }

.footer-logo-wrapper {
  width: 12em; }

.footer-contact-col .icons, .footer-contact-col .numbers {
  display: inline-block; }

.footer-contact-col .icons {
  width: 75px;
  text-align: right; }
  .footer-contact-col .icons a {
    display: inline-block;
    line-height: 20px; }

.footer-contact-col .numbers {
  color: #fff;
  padding-top: 5px;
  line-height: 20px;
  vertical-align: bottom; }

.hot-tours
{
  margin-bottom: 25px;
}

.logo-link
{
  display: block;
}

.popular-side-see-all
{
  color: #f80a2c;
  text-align: center;
  padding: 15px 15px 10px 15px;
  text-transform: lowercase;
  font-size: 1.2em;
  font-style: oblique;
}

.popular-side-see-all a
{
  display: inline-block;
}

.popular-side-see-all a::after
{
  display: block;
  content: '';
  border-bottom: 1px solid #f80a2c;
  width: 0%;
  opacity: 0;
  transition: all 0.3s;
  margin: 5px auto 0 auto;
}

.popular-side-see-all a:hover::after
{
  width: 100%;
  opacity: 1;
}

/* carousel slider styles */

/* #car-wrapper .carousel {
  position: relative;
  width: 100%;
}
#car-wrapper .content {
  position: relative;
  overflow: hidden;
}
#car-wrapper .carousel .slide-item {
  position: absolute;
  width: 32%;
  top: 0;
  left: -32%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#car-wrapper .carousel .slide-item.active {
  left: 0;
  position: relative;
}
#car-wrapper .carousel .slide-item.active + .slide-item {
  left: 34%;
  position: absolute;
}
#car-wrapper .carousel .slide-item.active + .slide-item + .slide-item {
  position: absolute;
  left: 68%;
}
#car-wrapper .carousel .slide-item.active + .slide-item + .slide-item ~ .slide-item {
  left: 100%;
}
#car-wrapper .carousel .slide-item img {
  width: 100%;
}
#car-wrapper .carousel .controls .left, #car-wrapper .carousel .controls .right {
  width: 20px;
  height: 15px;
  color: #5b5b5b;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%) scaleY(1.5);
  transform: translateY(-50%) scaleY(1.5);
}
#car-wrapper .carousel .controls .left {
  right: 100%;
}
#car-wrapper .carousel .controls .right {
  left: 100%;
}
#car-wrapper .carousel .indicators {
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
  z-index: 10;
}
#car-wrapper .carousel .indicators .item {
  display: inline-block;
  background-color: #ececea;
  width: 14px;
  height: 14px;
  border: 2px solid #ececea;
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  cursor: pointer;
}
#car-wrapper .carousel .indicators .item.active-item {
  background-color: transparent;
  border-color: #ffcf00;
}
#car-wrapper .carousel .indicators .item.active-item:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffcf00;
  display: block;
  border-radius: 50%;
  margin: 2px;
}
#car-wrapper .some-text {
  position: absolute;
  top: 10%;
  color: #ffcf00;
} */

.table-wrapper
{
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-cell-item
{
    display: table-cell;
    text-align: center;
}

#modal-dark {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
#modal-dark.hidden-modal {
  opacity: 0;
  visibility: hidden;
}

.modal-form {
  position: fixed;
  top: 20%;
  width: 450px;
  max-width: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 20px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 11;
}
.modal-form.hidden-modal {
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  visibility: hidden;
  opacity: 0;
}
.modal-form .close-btn {
  position: absolute;
  top: 0;
  right: 5px;
  color: #777;
  font-size: 20px;
  cursor: pointer;
}
.modal-form .close-btn:hover {
  color: #333;
}
.modal-form .title {
  color: #003366;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.modal-form .input {
  display: block;
  width: 100%;
  font: inherit;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #bbb;
}
.modal-form textarea {
  resize: none;
  height: 7em;
}
.modal-form .files {
  text-transform: uppercase;
  background: #003366;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
.modal-form .files input {
  display: none;
}
.modal-form .btn {
  display: block;
  width: 100%;
  padding: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background-color: #f80a2c;
}
.modal-form .files-box {
  margin: 10px 0;
  min-height: 35px;
}
.modal-form .files-box .item {
  background: url(../img/file-icon.png);
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.modal-form .files-box .item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.modal-form .files-box .item:nth-child(n+4) {
  margin-top: 5px;
}
.modal-form .files-box .tooltip {
  position: absolute;
  background: #f80a2c;
  color: #fff;
  padding: 2px 5px;
  border-radius: 2px;
  bottom: 105%;
  z-index: 3;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  white-space: nowrap;
  visibility: hidden;
}
.modal-form .files-box .close-item {
  position: absolute;
  left: 100%;
  background: #555555;
  color: #fff;
  font-size: 9px;
  line-height: 10px;
  width: 10px;
  text-align: center;
  cursor: pointer;
}
.comment-btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  padding: 3px 10px;
  text-transform: uppercase;
  background: #f80a2c;
  z-index: 2;
  color: #fff;
  font-size: 1.3em
}
#modal-message {
  position: fixed;
  display: table;
  min-height: 5em;
  color: #fff;
  width: 100%;
  top: 0;
  z-index: 15;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#modal-message.visible {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

#modal-message.success {
  background: rgba(0,144,0,0.9);
}
#modal-message.error {
  background: rgba(255,32,32,0.9);
}
 #modal-message .text {
  font-size: 2em;
  display: table-cell;
  vertical-align: middle;
}

.menu-item-379 > a:nth-child(1)
{
  color: #f80a2c !important;
}

.menu-item-103 a::after
{
  content: '+2';
  width: 24px;
  height: 23px;
  margin-left: 15px;
  border-radius: 60%;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4rem;
  transition: all 0.2s;
  text-align: center;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
	padding-right: 1px;

}

.content-header-menu .menu-item-103 a::after
{
   border: 1px solid transparent; 
  background-color: #f80a2c;
}

.menu-item-103 a:hover::after
{
  border: 1px solid rgba(255, 255, 255, 1);
}

.transparent .menu-item-103 a::after
{
  border: 1px solid rgba(0, 0, 0, 1);
}

.slide-item
{
  max-height: 600px;
}

.check-tour-page-wrapper
{
  background-image: url("../img/checkTourBack.png");
  background-size: cover;
  background-position: center;
  padding: 15px 0;
  background-repeat: no-repeat;
}

.footer-social
{
  text-align: center;
  color: #fff;
}

.footer-social .link
{
  margin: 10px 5px;
}

.copyright
{
  padding: 15px 0 5px 0;
}

.left-align
{
  text-align: left;
}

.right-align
{
  text-align: right;
}

#cruise
{
  min-height: 750px;
}

.pagination .page:hover
{
  color: #f80a2c;
}

/*.content-header-menu .menu-item .sub-menu a, .transparent .menu-item .sub-menu a {
  line-height: 1.5em;
  padding: 10px 0;
}*/

.fb-icon-footer, .vk-icon-footer
{
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5px;
  transition: all .2s;
}

.fb-icon-footer:hover, .vk-icon-footer:hover
{
  box-shadow: inset 0px 0px 20px rgba(66, 66, 66, 0.4);
}

.vk-icon-footer
{
  background-image: url('../img/social/vk.png');
}

.fb-icon-footer
{
  background-image: url('../img/social/fb.png');
}

 /* Hot Tours Module Slider 

#tour-block-module .hot-otp-content {
  position: relative;
  overflow: hidden;
}
#tour-block-module .hot-wrapper {
  display: block;
}
#tour-block-module .hot-otp-content .hot-otp-form-wrap {
  position: absolute;
  width: 22%;
  top: 0;
  left: -22%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 10px 5px;
}
#otpusk_onsite_hot3721 .hot-block_table .hot-otp-price {
  float: none;
}
#otpusk_onsite_hot3721 .hot-otp-price-count {
  width: auto;
  text-align: center;
}
#tour-block-module .hot-otp-content .hot-otp-form-wrap.active {
  left: 0;
  position: relative;
}
#tour-block-module .hot-otp-content .hot-otp-form-wrap.active + .hot-otp-form-wrap {
  left: 26%
}
#tour-block-module .hot-otp-content .hot-otp-form-wrap.active + .hot-otp-form-wrap + .hot-otp-form-wrap {
  left: 52%
}
#tour-block-module .hot-otp-content .hot-otp-form-wrap.active + .hot-otp-form-wrap + .hot-otp-form-wrap + .hot-otp-form-wrap {
  left: 78%
}
#tour-block-module .hot-otp-content .hot-otp-form-wrap.active + .hot-otp-form-wrap + .hot-otp-form-wrap + .hot-otp-form-wrap ~ .hot-otp-form-wrap {
  left: 100%;
}
#tour-block-module .hot-otp-content .hot-otp-form-wrap img {
  width: 100%;
}
#tour-block-module .controls .left, #tour-block-module .controls .right {
  width: 20px;
  height: 15px;
  color: #5b5b5b;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%) scaleY(1.5);
  transform: translateY(-50%) scaleY(1.5);
}
#tour-block-module .controls .left {
  right: 100%;
}
#tour-block-module .controls .right {
  left: 100%;
}
#tour-block-module .indicators {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  z-index: 10;
  margin: 0;
  padding: 0;
}
#tour-block-module .indicators .item {
  display: inline-block;
  background-color: #e6e6e6;
  width: 18px;
  height: 18px;
  border: 2px solid #8c8c8a;
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  cursor: pointer;
}
#tour-block-module .indicators .item.active-item {
  background-color: transparent;
  border-color: #f80a2c;
}
#tour-block-module .indicators .item.active-item:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f80a2c;
  display: block;
  border-radius: 50%;
  margin: 2px;
}
#tour-block-module .hot-block_table .hot-otp-form-wrap:first-child {
  padding-top: 10px !important
}
#otpusk_onsite_hot3721 .hot-otp-info_place {
  height: 2.2em;
}*/

#otpusk_onsite_hot3721 .hot-otp-form-wrap
{
  border: 1px solid rgb(230, 230, 230);
  padding: 5px;
}

#otpusk_onsite_hot3721 .hot-otp-form-wrap:hover
{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
#otpusk_onsite_hot3721 .swiper-wrapper {
  display: flex;
   margin-bottom: 15px;
}
#otpusk_onsite_hot3721 .hot-otp-price-count {
  width: 60px;
}
#otpusk_onsite_hot3721 .hot-otp-form-wrap:first-child {
  padding-top: 5px !important;
}
#otpusk_onsite_hot3721 .hot-otp-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#otpusk_onsite_hot3721 .swiper-pagination {
  bottom: 0;
}
#otpusk_onsite_hot3721 .hot-country {
  top: -220px !important;
}
#otpusk_onsite_hot3721 .hot-otp-departure-city {
  top: -196px !important;
}

#tour-block-full .hot-otp-form-wrap
{
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
} 

.chech_tour, .os-os
{
  min-width: 1140px;
}
.os-result {
  background: #fff !important;
}

.otpusk-link{
  color: #fff;
}

/* Swiper 3.4.2 Released on: March 10, 2017 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

/* banner slider */

/* .banner .slider {
  position: relative;
  overflow: hidden;
}
.banner .slider .slide-item {
  position: absolute;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.banner .slider .slide-item.active {
  left: 0;
  position: relative;
}
.banner .slider .slide-item.active ~ .slide-item {
  left: 100%;
}
.banner .slider .slide-item img {
  width: 100%;
}
.banner .slider .controls .left, .banner .slider .controls .right {
  width: 20px;
  height: 15px;
  background: #ffcf00;
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%) scaleY(1.5);
  transform: translateY(-50%) scaleY(1.5);
}
.banner .slider .controls .left {
  left: 0;
}
.banner .slider .controls .right {
  right: 0;
}
.banner .slider .indicators {
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
  z-index: 10;
  margin: 0;
  padding: 0;
} */

.main-slider {
  height: 600px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: #e6e6e6;
  width: 18px;
  height: 18px;
  border: 2px solid #8c8c8a;
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #f80a2c;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f80a2c;
  display: block;
  border-radius: 50%;
  margin: 2px;
}
.banner .feedback-slider .indicators .item {
  background-color: #e6e6e6;
  border: 2px solid #8c8c8a;
}
.banner .feedback-slider .indicators .item.active-item {
  background-color: transparent;
  border-color: #e6e6e6;
}
.banner .feedback-slider .indicators .item.active-item:after {
  background-color: #a0a0a0;
}
.banner .some-text {
  position: absolute;
  top: 10%;
  color: #ffcf00;
}
