* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: 'Open Sans', sans-serif; }

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: #fff;
  color: #353535; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
.header {
  position: relative;
  z-index: 991; }
  .header .container {
    padding-top: 30px; }
  .header .logo img {
    max-height: 120px; }

.footer {
  border-top: 1px solid #eee;
  padding: 15px;
  margin-top: 30px; }
  .footer .center {
    text-align: center; }
  .footer .right {
    text-align: right; }

.footer2 {
  border-top: 1px solid #eee;
  padding: 15px;
  margin-top: 30px; }

a {
  color: #353535;
  text-decoration: none; }

h1 {
  margin-top: 0; }

.logo-text {
  font-size: 30px;
  font-weight: 600;
  color: #353535;
  text-decoration: none; }
  .logo-text span {
    color: #F95100;
    transition: all 0.3s ease; }
  .logo-text:hover span {
    color: #353535; }

.top-menu {
  display: block;
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin: 30px 0; }
  .top-menu > li {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .top-menu > li a {
      display: block;
      padding: 10px 15px;
      font-size: 20px; }
    .top-menu > li > a {
      margin: 0 10px; }
    .top-menu > li ul {
      display: none; }
    .top-menu > li:hover ul {
      display: block;
      background: #fff;
      position: absolute;
      top: 100%;
      left: 10px;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      list-style: none;
      padding: 0;
      z-index: 99; }
      .top-menu > li:hover ul li {
        position: relative; }
        .top-menu > li:hover ul li ul {
          display: none; }
        .top-menu > li:hover ul li:hover ul {
          display: block;
          left: 100%;
          top: 0;
          -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3); }
      .top-menu > li:hover ul a {
        white-space: nowrap;
        font-size: 14px;
        padding: 3px 15px; }

.objects-list .item {
  border: 1px solid #e0e0e0;
  padding: 10px 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex; }
  .objects-list .item .object-img {
    max-width: 200px;
    min-width: 200px;
    margin-right: 10px; }
  .objects-list .item:last-child {
    margin-bottom: 0; }
  .objects-list .item:first-child {
    margin-top: 0; }
  .objects-list .item p {
    margin-top: 10px;
    margin-bottom: 10px; }
    .objects-list .item p.text-right {
      margin-bottom: 0; }
  .objects-list .item .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0; }
    .objects-list .item .name a {
      border-bottom: 0; }
  .objects-list .item .birthday {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300; }
    .objects-list .item .birthday a {
      text-decoration: underline; }
      .objects-list .item .birthday a:hover {
        text-decoration: none; }
  .objects-list .item .addr {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0; }
    .objects-list .item .addr a {
      text-decoration: underline; }
      .objects-list .item .addr a:hover {
        text-decoration: none; }
  .objects-list .item .btn-more {
    border: solid 1px #353535;
    display: inline-block;
    padding: 5px 10px; }
    .objects-list .item .btn-more:hover {
      border-color: #F95100; }
  .objects-list .item .activity {
    font-size: 14px;
    margin-top: 0; }
    .objects-list .item .activity a {
      text-decoration: underline; }
      .objects-list .item .activity a:hover {
        text-decoration: none; }
    .objects-list .item .activity.person-page {
      margin-bottom: 0; }
    .objects-list .item .activity .be-by {
      font-weight: bold; }
  .objects-list .item .fas, .objects-list .item .far {
    width: 18px;
    text-align: center; }
  .objects-list .item .photo {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px; }
    .objects-list .item .photo img {
      -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5); }
  .objects-list .item h1 {
    margin-top: 10px; }

.object .item {
  border: 1px solid #e0e0e0;
  padding: 5px 15px;
  margin-bottom: 30px; }
.object .photo {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px; }
.object .addr, .object .activity {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0; }
  .object .addr a, .object .activity a {
    text-decoration: underline; }
    .object .addr a:hover, .object .activity a:hover {
      text-decoration: none; }
.object .fas, .object .far {
  width: 20px;
  text-align: center; }

a {
  transition: all 0.3s ease;
  color: #353535; }
  a:hover {
    color: #F95100; }

.pagination {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 30px 0; }
  .pagination li {
    display: inline; }
    .pagination li a, .pagination li span {
      display: inline-block;
      border: solid 1px #353535;
      min-width: 30px;
      height: 30px;
      text-align: center;
      line-height: 28px;
      margin: 0 7.5px;
      padding: 0 3px; }
      .pagination li a i, .pagination li span i {
        line-height: 28px; }
    .pagination li span {
      border: solid 2px #353535;
      line-height: 26px;
      font-weight: bold; }
    .pagination li a:hover {
      border-color: #F95100; }

.sidebar-container {
  border: 1px solid #e0e0e0;
  padding: 5px 15px;
  margin-bottom: 30px;
  margin-top: 30px; }
  .sidebar-container:first-child {
    margin-top: 0; }
  .sidebar-container .title {
    font-size: 18px;
    font-weight: bold; }
  .sidebar-container ul {
    margin: 15px 0;
    padding: 0;
    list-style: none; }
  .sidebar-container.soc ul {
    margin: 10px 0 0; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee; }

.type-list {
  column-count: 4;
  column-gap: 30px; }
  .type-list ul {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid; }
    .type-list ul li {
      line-height: 18px;
      margin-bottom: 10px; }
      .type-list ul li:last-child {
        margin-bottom: 0; }
    .type-list ul .letter {
      font-weight: bold; }
    .type-list ul:first-child {
      margin-top: 0; }

.related .title {
  font-size: 24px;
  font-weight: 700;
  margin-block-end: 0.83em;
  margin-block-start: 0.83em; }
.related .btn-more {
  border: solid 1px #353535;
  display: inline-block;
  padding: 5px 10px; }
  .related .btn-more:hover {
    border-color: #F95100; }

.search-form {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em; }
  .search-form input {
    height: 35px;
    width: 100%;
    margin-right: 5px;
    border: solid 1px #353535;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    transition: all 0.3s ease; }
    .search-form input:hover, .search-form input:focus {
      border-color: #F95100; }
  .search-form button {
    height: 35px;
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    border: solid 1px #353535;
    text-align: center;
    line-height: 32px;
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer; }
    .search-form button:hover {
      border-color: #F95100;
      color: #F95100; }

.all-lists {
  margin-top: 15px;
  font-weight: 600; }

.content-container a {
  text-decoration: underline;
  color: #F95100;
  transition: all 0.3s ease; }
  .content-container a:hover {
    color: #f31700;
    text-decoration: none; }

.top-menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  background: url("img/bars.svg") center center no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: 0;
  right: 15px; }
  .top-menu-btn.open {
    background: url("img/close.svg") center center no-repeat;
    background-size: 30px 30px; }

.err-popup {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 992;
  padding: 50px 0;
  display: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .err-popup::-webkit-scrollbar {
    display: none; }
  .err-popup .content {
    margin: 0 auto;
    width: 80%;
    max-width: 500px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    position: relative; }
    .err-popup .content .popup-close {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 24px;
      display: block;
      height: 24px;
      width: 24px;
      line-height: 24px; }
    .err-popup .content .title {
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
    .err-popup .content .err-form textarea {
      width: 100%;
      resize: none;
      border: solid 1px #353535;
      padding: 5px;
      font-size: 16px;
      transition: all 0.3s ease;
      height: 100px; }
      .err-popup .content .err-form textarea:hover, .err-popup .content .err-form textarea:focus {
        border-color: #F95100; }
      .err-popup .content .err-form textarea:read-only:hover, .err-popup .content .err-form textarea:read-only:focus {
        border: solid 1px #353535; }
    .err-popup .content .err-form label {
      font-size: 14px;
      margin-top: 10px;
      display: block; }
    .err-popup .content .err-form input[type=submit] {
      height: 35px;
      padding: 0 10px;
      border: solid 1px #353535;
      text-align: center;
      line-height: 32px;
      background: transparent;
      transition: all 0.3s ease;
      cursor: pointer;
      font-size: 14px;
      margin-top: 10px; }
      .err-popup .content .err-form input[type=submit]:hover {
        border-color: #F95100;
        color: #F95100; }
    .err-popup .content .err-mess-true {
      margin-top: 10px;
      text-align: center;
      font-size: 18px;
      display: none;
      color: #37b433; }
    .err-popup .content .err-mess-false {
      margin-top: 10px;
      text-align: center;
      font-size: 18px;
      display: none;
      color: #b40c13; }

.err-mess {
  border-top: 1px solid #e0e0e0;
  padding: 10px 0;
  color: #848484;
  margin-top: 15px; }

.meta {
  text-align: right;
  margin-top: 15px; }

.list-desc {
  margin-bottom: 30px; }

.mova {
  border: 1px solid #00b400; }
  .mova .img {
    width: 60px;
    height: 60px;
    margin: 10px auto 5px; }
    .mova .img svg {
      max-width: 100%;
      max-height: 100%;
      display: block; }
  .mova .ru-text {
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px; }
  .mova .variants .btn-answer {
    border: solid 1px #353535;
    display: block;
    padding: 2px 10px;
    margin: 0 auto 15px;
    width: 100%;
    text-align: center; }
    .mova .variants .btn-answer:hover {
      border-color: #F95100; }
    .mova .variants .btn-answer.btn-success {
      color: #fff;
      border-color: #00b400;
      background: #00b400; }
    .mova .variants .btn-answer.btn-error {
      color: #fff;
      border-color: #cb0000;
      background: #cb0000; }
  .mova .tmp {
    display: none; }

.breadcrumb {
  margin: 0 0 30px;
  font-size: 14px; }
  .breadcrumb a {
    text-decoration: underline; }
    .breadcrumb a:hover {
      text-decoration: none; }

.book-list .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e0e0e0;
  padding: 5px; }
  .book-list .line .bcol-1 {
    width: 40%;
    min-width: 40%;
    max-width: 50%;
    font-weight: bold; }
  .book-list .line .bcol-2 {
    width: 100%;
    padding-left: 30px; }
  .book-list .line .bcol-3 {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
    text-align: right; }
  .book-list .line .book-buy {
    display: block;
    height: 30px;
    padding: 0 20px;
    background: #F95100;
    border: solid 1px #F95100;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    max-width: 130px; }
    .book-list .line .book-buy:hover {
      background: #fff;
      color: #353535;
      border-color: #353535; }

.article {
  border: 1px solid #e0e0e0;
  padding: 5px 15px;
  margin-bottom: 30px; }
  .article .date {
    font-size: 14px; }

.person-list .item.post-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 15px; }
  .person-list .item.post-item .name {
    margin-top: 0; }
  .person-list .item.post-item .post-icon {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    margin-right: 15px; }
    .person-list .item.post-item .post-icon img {
      display: block; }
  .person-list .item.post-item .post-smtxt {
    width: 100%; }
    .person-list .item.post-item .post-smtxt .date {
      font-size: 14px; }

.tag-list span {
  font-weight: bold; }
.tag-list a {
  text-decoration: underline; }
  .tag-list a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

.oc-1 {
  margin-top: 15px; }

.ui-accordion .ui-accordion-header {
  border-radius: 0; }

.ui-state-active {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545; }

.ui-state-active .ui-icon {
  background-image: url(../js/ui/images/ui-icons_444444_256x240.png); }

@media (max-width: 767px) {
  .book-list .line {
    display: block; }
    .book-list .line .bcol-1, .book-list .line .bcol-2, .book-list .line .bcol-3 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .book-list .line .bcol-2 {
      padding-left: 0; }
    .book-list .line .bcol-3 {
      text-align: center; }
    .book-list .line .book-buy {
      max-width: 60%; } }
.contacts input {
  height: 35px;
  border: solid 1px #353535;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  width: 100%; }
  .contacts input:hover, .contacts input:focus {
    border-color: #F95100; }
.contacts textarea {
  border: solid 1px #353535;
  padding: 5px 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  resize: none;
  width: 100%;
  height: 100px; }
  .contacts textarea:hover, .contacts textarea:focus {
    border-color: #F95100; }
.contacts .submit-btn {
  height: 35px;
  border: solid 1px #353535;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-top: 15px;
  background: transparent; }
  .contacts .submit-btn:hover {
    border-color: #F95100;
    color: #F95100;
    cursor: pointer; }
.contacts .mess-true {
  color: #37b433; }
.contacts .mess-false {
  color: #b40c13; }

.we-in-social {
  font-size: 32px; }
  .we-in-social a {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
    .we-in-social a:last-child {
      margin-right: 0; }
    .we-in-social a:hover {
      opacity: .7; }
  .we-in-social .vk {
    color: #2787F5; }
  .we-in-social .ok {
    color: #eb722e; }
  .we-in-social .fb {
    color: #1b74e4; }
  .we-in-social .tw {
    color: #1d9bf0; }
  .we-in-social .zn .zen {
    display: block;
    width: 28px;
    height: 28px;
    background: url("img/zen.svg") center no-repeat; }

.quick-view {
  display: flex;
  align-items: flex-start; }
  .quick-view .img {
    width: 110px;
    max-width: 100px;
    min-width: 100px;
    padding-right: 10px; }
  .quick-view img {
    float: left;
    width: 100%; }
  .quick-view p {
    font-size: 14px;
    margin: 0; }

div.ui-tooltip {
  width: 400px;
  min-width: 300px;
  max-width: 500px; }

.obj-gallery .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 210px;
  margin-bottom: 0;
  position: relative; }
  .obj-gallery .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto; }
  .obj-gallery .item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("img/zoom2.png") center center no-repeat;
    opacity: .6; }
.obj-gallery .owl-nav button.owl-next, .obj-gallery .owl-nav button.owl-prev {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff url("img/owl_arr.svg") center center no-repeat;
  background-size: auto 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3); }
  .obj-gallery .owl-nav button.owl-next:hover, .obj-gallery .owl-nav button.owl-prev:hover {
    opacity: .7; }
.obj-gallery .owl-nav button.owl-next {
  right: -10px;
  transform: rotate(180deg); }
.obj-gallery .owl-nav button.owl-prev {
  left: -10px; }
.obj-gallery .owl-dots {
  text-align: center; }
  .obj-gallery .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #c3c3c3;
    background: #fff;
    margin: 0 5px;
    border-radius: 50%;
    position: relative; }
    .obj-gallery .owl-dots .owl-dot.active span {
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      background: #c3c3c3;
      border-radius: 50%;
      top: 2px;
      left: 2px; }

@media (max-width: 1200px) {
  .top-menu-btn {
    display: block; }

  .top-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #353535;
    box-shadow: 0px 3px 5px 0px #353535;
    z-index: 99;
    background-color: #fff; }
    .top-menu-container .top-menu {
      margin: 0;
      border-top: 0;
      display: none;
      overflow-y: scroll; }
      .top-menu-container .top-menu > li > a {
        font-weight: 600; }
      .top-menu-container .top-menu li {
        display: block; }
        .top-menu-container .top-menu li ul {
          display: block;
          position: relative;
          padding: 0 0 0 30px;
          border: 0;
          box-shadow: none; }
          .top-menu-container .top-menu li ul ul {
            display: block;
            position: relative;
            padding: 0 0 0 30px;
            top: 0;
            left: 0; }
        .top-menu-container .top-menu li:hover ul {
          display: block;
          position: relative;
          padding: 0 0 0 30px;
          left: 0; }
          .top-menu-container .top-menu li:hover ul li:hover ul {
            left: 0;
            border: 0;
            box-shadow: none; }
          .top-menu-container .top-menu li:hover ul a {
            font-size: 18px;
            padding: 10px 15px; }
      .top-menu-container .top-menu.open {
        display: block;
        position: fixed;
        top: 40px;
        left: 0;
        width: 100%;
        height: calc(100vh - 40px);
        background: #fff; }

  .top-menu > li {
    margin: 0 5px; }
    .top-menu > li a {
      display: block;
      padding: 10px 15px;
      font-size: 18px; }

  .header .container {
    padding-top: 50px; }

  .header {
    padding-bottom: 30px; } }
@media (max-width: 991px) {
  .person-list .item:last-child {
    margin-bottom: 30px; }

  h1 {
    font-size: 22px; }

  .objects-list .item .birthday, .objects-list .item .addr, .objects-list .item .name {
    margin-bottom: 10px; }

  .logo img {
    max-width: 100px; }

  .logo-text {
    font-size: 24px; }

  .sidebar-container ul li {
    margin: 5px 0; }

  .type-list {
    column-count: 2; }

  .objects-list .item .photo {
    float: none;
    margin-left: 0;
    text-align: center; } }
@media (max-width: 767px) {
  .footer {
    text-align: center; }
    .footer .center {
      text-align: center;
      margin: 15px 0; }
    .footer .right {
      text-align: center; }

  .type-list {
    column-count: 1; }

  .objects-list .item.post-item .post-icon {
    display: none; }

  .objects-list .item {
    flex-wrap: wrap; }
    .objects-list .item .object-img {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      text-align: center; }

  .sidebar-container:first-child {
    margin-top: 30px; } }
#uf_92 a, #uf_93 a {
  display: block;
  text-decoration: none; }
#uf_92 .img, #uf_93 .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px; }
#uf_92 img, #uf_93 img {
  width: auto;
  max-height: 150px;
  max-width: 150px; }
#uf_92 .title, #uf_93 .title {
  max-height: 90px;
  overflow: hidden;
  margin-top: 15px;
  font-weight: bold; }
#uf_92 .author, #uf_93 .author {
  white-space: nowrap;
  font-size: 12px;
  height: 16px;
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis; }
#uf_92 .price, #uf_93 .price {
  font-weight: 600;
  font-size: 14px; }
#uf_92 .owl-carousel .owl-item, #uf_93 .owl-carousel .owl-item {
  position: relative;
  height: 100%; }
#uf_92 .item, #uf_93 .item {
  border: 0; }
#uf_92 .owl-carousel .owl-nav button, #uf_93 .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0px rgba(131, 131, 131, 0.3);
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
  background: #fff; }
  #uf_92 .owl-carousel .owl-nav button.owl-prev, #uf_93 .owl-carousel .owl-nav button.owl-prev {
    left: -20px; }
  #uf_92 .owl-carousel .owl-nav button.owl-next, #uf_93 .owl-carousel .owl-nav button.owl-next {
    right: -20px; }
  #uf_92 .owl-carousel .owl-nav button:hover, #uf_93 .owl-carousel .owl-nav button:hover {
    color: #F95100; }

#uf_92 .owl-carousel .owl-nav button.owl-prev {
  left: 0px; }
#uf_92 .owl-carousel .owl-nav button.owl-next {
  right: 0px; }

@media (max-width: 767px) {
  #uf_92 .owl-carousel .owl-nav button.owl-prev, #uf_93 .owl-carousel .owl-nav button.owl-prev {
    left: 0px; }
  #uf_92 .owl-carousel .owl-nav button.owl-next, #uf_93 .owl-carousel .owl-nav button.owl-next {
    right: 0px; } }

/*# sourceMappingURL=style.css.map */
