body {
  background: #fff;
}
header.header {
  border-bottom: 1px solid #d9d9d9;
  padding:10px;
}
.header__logo {
  align-items: center;
  max-width: 300px;
  /*@media (max-width: 1300px) {
			width: 100%;
			justify-content: center;
			flex-direction: column;
		}*/
}
pre, pre.pre, pre.code, pre.file, pre.php {
    background: #F7F9FA;
    border: 1px solid #9BADCA;
    color: #000000;
    font-size: 12px;
    overflow: auto;
    padding: 0.5em;
    margin-bottom: 15px;
}
.punkt {
    background-color: #a4ecfc;
    color: #fff;
    text-decoration: none;
    border-radius: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    font-size: 16px;
    font-weight: bold;
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    line-height: 2.5em;
    float: left;
}
.block-object .buttons{
	margin:5px 5px;
	display: flex;
}
.block-object .buttons .btn_blue {
	margin:5px 10px;
}
@media (max-width: 767px) {
  .header__logo {
    width: initial;
  }
}
@media (max-width: 560px) {
  .header__logo {
    max-width: 190px;
  }
}
.header__svg {
  display: block;
  width: 32px;
  margin-right: 12px;
}
@media (max-width: 560px) {
  .header__svg {
    width: 25px;
  }
}
.header__svg svg {
  width: 100%;
}
.header .los {
  color: #000;
  max-width: 250px;
  margin: 0;
  font-size:13px;
}
@media (max-width: 1300px) {
  .header .los {
    max-width: 190px;
  }
}
@media (max-width: 991px) {
  .header .los {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .header .los {
    font-size: 0.85rem;
    max-width: 155px;
  }
}
@media (max-width: 1300px) {
  .header .menu {
    margin-left: initial;
  }
}
@media (max-width: 1200px) {
  .header .menu ul li {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .header .menu ul li a {
    text-align: center;
    padding: 0.5em;
  }
}
@media (max-width: 1200px) {
  header.header .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  header.header .container {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  header.header .container {
    justify-content: space-between;
  }
}
main .container p:last-child,
main .container p:only-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer__top-subscribe .subscribe__exhortation {
    width: 100%;
    padding-left: initial;
  }
}
@media (max-width: 991px) {
  .ava_menu {
    margin: 0 auto;
  }
}
.mob-menu {
  margin-left: initial;
}
.hidden {
  display: none;
}
.wpcf7-not-valid-tip {
  display: none;
}
.form-control {
  transition: all 250ms ease-out;
}
.form-control[aria-invalid="true"] {
  background: #ffe5e5;
}
.mt {
  margin-top: 1rem;
}
.shape {
  min-height: initial;
  max-height: initial;
}
.shape .sub-title {
  text-align: center;
}
.shape .container {
  min-height: initial;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.archive__top {
  overflow: hidden;
}
.archive__item {
  margin-bottom: 2rem;
}
@media (max-width: 560px) {
  .service__title {
    font-size: 1.25em;
  }
}
@media (max-width: 560px) {
  .footer-items .item {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .footer-items .item p,
  .footer-items .item .title-menu-footer,
  .footer-items .item ul,
  .footer-items .item li {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .footer-items .ya-share2__list.ya-share2__list_direction_horizontal {
    margin: 0 auto;
    display: block;
    margin-top: 1.5rem;
  }
}
.groups-crosslinks-wrapper {
  justify-content: flex-start;
  grid-gap: 1.5rem;
}
.groups-crosslinks-wrapper .group-holder {
  width: 100%;
  margin: 0;
  padding: 0 !important;
}
.groups-crosslinks-wrapper .group-title span {
  width: 100%;
  margin-left: 0;
  display: block;
}
@media (max-width: 550px) {
  .groups-crosslinks-wrapper .group-title span {
    text-align: center;
  }
}
.groups-crosslinks-wrapper .group-title a {
  display: block;
  padding: 0.25em 0.5em;
  min-height: initial;
}
.groups-crosslinks-wrapper .group-title a:after {
  display: none;
}
.oxcats {
  width: calc(33.33% - 1rem);
  font-size: 14px;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.025);
  border-radius: 10px;
  border: 1px solid #ececec;
  transition: all 250ms ease-out;
}
@media (max-width: 991px) {
  .oxcats {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 767px) {
  .oxcats {
    width: 100%;
  }
}
.oxcats.opened {
  border-radius: 10px 10px 0 0;
}
.oxcats.opened .oxcats__opener {
  transform: rotate(90deg);
  border-left: 8px solid #7fdcff;
}
.oxcats__count {
  color: #737373;
  font-weight: 400;
}
.oxcats__title {
  font-size: 1.15em;
  padding: 1em 1em;
  cursor: pointer;
  color: #000;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.oxcats__list {
  padding: 1em;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  position: absolute;
  z-index: 5;
  box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.25);
  display: none;
  border: 1px solid #ececec;
  border-top: 1px solid transparent;
  width: calc(100% + 2px);
  left: -1px;
}
.oxcats__link {
  font-size: 1em;
  padding: 0.5em 1em;
  position: relative;
  display: block;
  color: #000;
  transition: all 250ms ease-out;
}
.oxcats__link:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, #00E2FB 0%, #0070FF 100%);
  opacity: 0;
  transition: all 250ms ease-out;
}
.oxcats__link:hover {
  background: #f2f2f2;
}
.oxcats__link:hover:before {
  opacity: 1;
}
.oxcats__opener {
  display: block;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-left: 8px solid #bfbfbf;
  border-bottom: 8px solid transparent;
  transition: all 250ms ease-out;
}
@media (max-width: 991px) {
  #saleFormIframe {
    display: none;
  }
}
.article-content-header {
  padding: 1.5rem 0;
}
.article-content-header:after {
  display: none;
}
.article-content-header-title {
  color: #000;
  font-weight: 600;
}
.article-characteristic > div {
  color: #333333;
}
.article-characteristic__icon {
  width: 20px;
  margin-right: 0.5em;
}
.article-characteristic__icon svg {
  width: 100%;
  fill: #333333;
}
.article-characteristic__item {
  align-items: center !important;
}
.author {
  max-width: initial;
  margin: 0;
  margin-bottom: 2em;
  border: 0px solid transparent;
  background-color: #f6f6f6;
  padding: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (max-width: 560px) {
  .author {
    flex-direction: column;
  }
}
.author__img {
  border-radius: 1000px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .author__img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 560px) {
  .author__img {
    margin-bottom: 1em;
  }
}
.author__data {
  width: calc(100% - 80px - 110px - 2em);
}
@media (max-width: 767px) {
  .author__data {
    width: calc(100% - 60px - 1em);
  }
}
@media (max-width: 560px) {
  .author__data {
    width: 100%;
  }
}
.author__social {
  width: 110px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .author__social {
    margin: 1em auto 0;
  }
}
.author__title {
  font-weight: 600;
  font-size: 1.35em;
}
@media (max-width: 560px) {
  .author__title {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .author__desc {
    text-align: center;
  }
}
.text-decor {
  color: #000;
  background: linear-gradient(135deg, #00E2FB 0%, #0070FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.oxmain {
  line-height: 1.45;
  padding: 5px 0;
}
.oxmain .container {
  justify-content: space-between;
  align-items: initial !important;
}

@media (max-width: 991px) {
  .oxpost #ez-toc-container {
    display: block;
    border: 1px solid #e6e6e6;
    margin-bottom: 2em;
    padding: 0.5em 0;
  }
}
.oxpost .ez-toc-title-container {
  padding: 0.5em 1em;
  font-size: 1.15em;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.oxpost .ez-toc-title-container.opened .ez-toc-title-toggle {
  transform: rotate(540deg);
}
.oxpost .ez-toc-title {
  margin-bottom: 0 !important;
}
.oxpost .ez-toc-link {
  font-size: 14px;
  color: #000;
  padding: 0.35rem 1rem;
  display: block;
  transition: all 250ms ease-out;
}
.oxpost .ez-toc-link:hover {
  background: #f2f2f2;
}
.oxpost .ez-toc-list {
  display: none;
}
.oxpost .ez-toc-title-toggle {
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
  transition: all 250ms ease-out;
}
.oxpost .ez-toc-title-toggle:before,
.oxpost .ez-toc-title-toggle:after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 5px;
}
.oxpost .ez-toc-title-toggle:before {
  left: 0;
  transform-origin: 100% 0;
  transform: rotate(30deg);
}
.oxpost .ez-toc-title-toggle:after {
  right: -1px;
  transform-origin: 0 0;
  transform: rotate(-30deg);
}
.oxpost h2,
.oxpost h3,
.oxpost h4,
.oxpost h5,
.oxpost h6 {
  font-weight: 500;
  color: #303030;
}
@media (max-width: 560px) {
  .oxpost h2,
  .oxpost h3,
  .oxpost h4,
  .oxpost h5,
  .oxpost h6 {
    font-size: 1.25rem;
  }
}

.yarpp-related {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.oxpost img {
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 2em auto;
  max-width: 100%!important;
}
.oxpost .yarpp-related h3 {
  color: #000;
  text-align: left;
  font-weight: 600;
  font-size: 26px;
  background: initial;
  -webkit-text-fill-color: initial;
  -webkit-background-clip: initial;
}
@media (max-width: 560px) {
  .oxpost .yarpp-related h3 {
    font-size: 1.25rem;
  }
}
.oxpost .yarpp-thumbnails-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.oxpost .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: calc(50% - 0rem);
  height: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: initial;
  margin: 0;
  padding: 0.5rem 1rem;
  transition: all 250ms ease-out;
}
@media (max-width: 560px) {
  .oxpost .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 100%;
  }
}
.oxpost .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
  background: #f2f2f2;
}
.oxpost .yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
  width: 50px;
  height: initial;
  border-radius: 1000px;
}
.oxpost .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
  width: 50px;
  height: initial;
  border-radius: 1000px;
  margin: 0;
}
.oxpost .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  width: calc(100% - 50px - 1rem);
  color: #000;
  margin: 0;
}
.oxpost .yarpp-thumbnails-horizontal img {
  box-shadow: initial;
  display: block;
  margin: initial;
  max-width: 100%;
}
.oxpost .yarpp-thumbnail-default > img {
  min-width: initial;
  min-height: initial;
}
#ez-toc-container{
	    padding: 5px;
    background: #f5f5f5;
    margin: 15px auto;
}
.journalMenu_body {
    padding: var(--layout-padding);
    margin-bottom: auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: var(--journal-gap);
    flex-grow: 1;
	padding: 10px;
    background: #fff;
}
.journalMenu_body .widgettitle{
    font-size: 20px;
    font-weight: 400;
    padding: 5px 0;
}
@media (max-width: 991px) {
  .oxcontent {
    width: 100%;
  }
}
.oxsidebar {
  width: 280px;
}
@media (max-width: 991px) {
  .oxsidebar {
    width: 100%;
  }
}
.oxsidebar #ez-toc-container {
    margin-bottom: 2em;
    padding: 10px;
    margin-top: 15px;
    border-radius: 8px;
    background-position: right bottom;
    background-repeat: no-repeat;	
}

@media (max-width: 991px) {
  .oxsidebar #ez-toc-container {
    display: none;
  }
}
.oxsidebar .ez-toc-title-container {
  padding: 0.5em 1em;
  font-size: 1.15em;
  font-weight: 600;
}
.oxsidebar .ez-toc-title {
  margin-bottom: 0 !important;
}
.oxsidebar .ez-toc-link {
  font-size: 14px;
  color: #000;
  padding: 0.35rem 1rem;
  display: block;
  transition: all 250ms ease-out;
      position: relative;
}
.oxsidebar .ez-toc-link:hover {
  background: #f2f2f2;
}
.oxsidebar .title_side {
  font-size: 1.15em;
  font-weight: 600;
}
@media (max-width: 991px) {
  .oxsidebar .recommendation__oxlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .oxsidebar .recommendation-item {
    width: calc(50% - 2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .oxsidebar .recommendation-item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 560px) {
  .oxsidebar .recommendation-item {
    width: 100%;
    margin: 1rem auto;
    padding: 0;
  }
}
.oxsidebar .recommendation-item__header__title {
  font-weight: 600;
}
.oxsidebar .recommendation-item__footer .btn_red {
  max-width: initial;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #FFA927 0%, #FF6240 50%, #FFA927 100%);
  background-size: 200%;
  background-position: 0 0;
  border: 0px solid transparent;
  transition: all 250ms ease-out;
}
.oxsidebar .recommendation-item__footer .btn_red:hover {
  color: #fff;
  background-position: 100% 0;
}
.oxsidebar .recommendation-item__header__image {
  max-width: 60px;
}
.oxsidebar .recommendation-item__footer__link {
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.oxsidebar .recommendation-item__footer__link svg {
  display: none;
}
.oxsidebar__move.fixed {
  position: sticky;
  top: 0;
  max-width: 280px;
  width: 100%;
}
.breadcrumbs {
  font-size: 12px;
  width: 100%;
}
.breadcrumbs__link,
.breadcrumbs__current {
  color: #a3a3a3;
}
.sections section {
    background: #ffffff!important;
  border-radius: 10px;
  border: 1px solid #D4D1D8;
}
.sections picture {
  border: initial;
  padding: initial;
  min-height: initial;
}
.sections .description {
  width: 100%;
  margin-bottom: 1rem;
}
.sections .header_section {
  padding: 1rem;
}
@media (max-width: 767px) {
  .sections .header_section {
    flex-direction: column;
  }
}
.top_h1_text {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.online-listing-advantages {
  flex-wrap: wrap;
}
.compare_all {
  display: none !important;
}
#items_found .title-items {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
#items_found .title-items span {
  font-size: 18px;
}
.select2-container {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.select2-container--default .select2-selection--single {
  height: 40px;
}
@media (max-width: 991px) {
  .sorting_search {
    align-items: center;
  }
}
.sorting_search .sort {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .sorting_search .sort {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .filter_button {
    margin-bottom: initial;
  }
}
@media (max-width: 767px) {
  .filter_button {
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #search {
    width: 100%;
    max-width: initial;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  #search form {
    width: 100%;
  }
}
#search .input_text {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
@media (max-width: 767px) {
  #search .input_text {
    width: 100%;
  }
}
#search .input_text svg {
  left: initial;
  right: 15px;
}
.select2-dropdown {
  top: 25px;
}
.oxarch__title {
  font-weight: 600;
}
.bookmark {
  position: relative;
  top: initial;
  right: initial;
  border: 1px solid #208DD7;
  border-radius: 5px;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookmark svg {
  stroke: #208DD7;
  transition: all 250ms ease-out;
  width: 20px;
}
.bookmark span:after {
  margin-left: initial;
  left: 50%;
  transform: translateX(-50%);
}
.bookmark:hover svg {
  fill: #208DD7;
}
.listing-item .bookmark {
  margin: 0;
}
.listing-item .bookmark span {
  top: -40px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.oxsection__item_info {
  width: 50%;
}
@media (max-width: 767px) {
  .oxsection__item_info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.oxsection__item.oxbtns {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 0.75rem;
}
@media (max-width: 767px) {
  .oxsection__item.oxbtns {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .oxsection__item.oxbtns .btn_red {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .oxsection__item.oxbtns .bookmark {
    order: 2;
  }
}
@media (max-width: 767px) {
  .oxsection__item.oxbtns .btn_blue {
    order: 2;
    width: calc(100% - 45px - 0.75rem);
  }
}
.oxselect.open .oxselect__opener {
  transform: rotate(90deg);
  border-left: 8px solid #7fdcff;
}
.oxselect__link {
  font-size: 14px;
  padding: 0.5em 1em;
  position: relative;
  display: block;
  color: #000;
  transition: all 250ms ease-out;
}
.oxselect__link:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, #00E2FB 0%, #0070FF 100%);
  opacity: 0;
  transition: all 250ms ease-out;
}
.oxselect__link:hover {
  background: #f2f2f2;
}
.oxselect__link:hover:before {
  opacity: 1;
}
.oxselect__list {
  display: none;
}
.oxselect__title {
  font-weight: 600;
  padding: 0.75em 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.oxselect__title_text {
  margin-right: 1.5rem;
}
.oxselect__opener {
  display: block;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-left: 8px solid #bfbfbf;
  border-bottom: 8px solid transparent;
  transition: all 250ms ease-out;
}
#sidebar {
  padding-right: initial;
}
@media (max-width: 991px) {
  #sidebar {
    padding: 30px;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    background: #fff;
  }
}
.oxcontainer {
  justify-content: space-between;
}
.properties {
  background: transparent;
}
.news {
  width: 100%;
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.5rem;
  padding-bottom: 2.5rem;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1399px) {
  .news__list {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .news__list {
    max-width: 960px;
    grid-gap: 1rem;
  }
}
@media (max-width: 991px) {
  .news__list {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .news__list {
    max-width: initial;
  }
}
.news__item {
  margin-bottom: initial;
  width: calc(33.33% - 1rem);
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
@media (max-width: 1199px) {
  .news__item {
    width: calc(50% - .5rem);
  }
}
@media (max-width: 767px) {
  .news__item {
    width: 100%;
  }
}
.news__item .service__title {
  font-size: 1.25em;
}
.news__item .service__desc {
  font-size: 14px;
  line-height: 1.45;
}
.news__item .more-link {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  color: #fff;
  background: #f41224;
  transition: all 250ms ease-out;
}
.news__item .more-link:hover {
  background: #b10816;
}
.container .news__list {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .analog-page .sections section:before {
    display: none;
  }
}
.analog-page .sections .header_section {
  padding: 1rem;
}
.analog-page .sections .footer_section {
  flex-wrap: wrap;
  padding: 0;
  padding-top: 1rem;
}
.analog-page .sections .footer_section:before,
.analog-page .sections .footer_section:after {
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .analog-page .sections .footer_section:before,
  .analog-page .sections .footer_section:after {
    display: none;
  }
}
.analog-page .sections .footer_section:before {
  display: none;
}
.analog-page .sections .footer_section .item {
  max-width: initial;
  margin-right: 0;
}
@media (max-width: 767px) {
  .analog-page .sections .footer_section .item {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.analog-page .sections .footer_section .item span {
  width: 100%;
}
@media (max-width: 767px) {
  .analog-page .sections .footer_section .item span {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    left: initial;
    top: initial;
    padding: 0;
    box-shadow: initial;
    background: initial;
  }
}
@media (max-width: 767px) {
  .analog-page .pic_comparison {
    padding-bottom: 0;
  }
}
.oxtabs {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .oxtabs {
    width: 100%;
  }
}
.oxtabs__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .oxtabs__list {
    margin-top: 1rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .oxtabs__list {
    flex-direction: column;
    width: 100%;
    background: #f9f9f9;
  }
}
.oxtabs__item {
  cursor: pointer;
  padding: 0.5rem 1rem;
  position: relative;
  transition: all 250ms ease-out;
  user-select: none;
}
@media (max-width: 767px) {
  .oxtabs__item {
    text-align: center;
  }
}
.oxtabs__item:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f41224;
  transition: all 250ms ease-out;
}
.oxtabs__item:hover {
  color: #f41224;
}
.oxtabs__item:hover:before {
  width: 100%;
}
.oxtabs__item.active {
  color: #f41224;
  background: #F8FBFD;
}
.oxtabs__item.active:before {
  width: 100%;
}
.oxinfo {
  padding: 1rem;
}
.oxtop {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
@media (max-width: 991px) {
  .oxtop {
    padding: 1rem 0;
  }
}
.oxtop__data {
  width: calc(100% - 1rem -  320px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .oxtop__data {
    width: 100%;
  }
}
.oxtop__aside {
width: 320px;
    border: 1px solid #d9d9d9;
    max-height: 140px;
    background: #eff9feb8;
    border-radius: 5px;
}
@media (max-width: 991px) {
  .oxtop__aside {
    width: 100%;
    margin-top: 1rem;
  }
}
.oxtop__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #d9d9d9;
  cursor: default;
}
.oxtop__status_icon {
  width: 22px;
}
.oxtop__status_icon svg {
  display: block;
  fill: #d9d9d9;
}
.oxtop__status_icon_ok svg {
  display: block;
  fill: #3ACE75;
}
.oxtop__status_text {
  width: calc(100% - 22px - 0.5rem);
}
.oxtop__site {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  flex-wrap: wrap;
}
.oxtop__site:hover .oxtop__site_icon svg {
  fill: #f41224;
}
.oxtop__site:hover .oxtop__site_link {
  color: #f41224;
}
.oxtop__site_icon {
  width: 22px;
}
.oxtop__site_icon svg {
  display: block;
  fill: #0070FF;
}
.oxtop__site_link {
  width: calc(100% - 22px - 0.5rem);
  color: #0070FF;
  transition: all 250ms ease-out;
  font-size: 1rem;
}
.oxtop__site_text {
  width: 100%;
  color: #000;
  font-size: 12px;
  margin-top: 0.25rem;
}
.oxtop__logo {
  width: 80px;
}
.oxtop__logo img {
  max-width: 100%;
}
.oxtop__info {
  width: calc(100% - 80px - 1rem - 70px - 1rem);
}
@media (max-width: 560px) {
  .oxtop__info {
    width: calc(100% - 80px - 1rem);
  }
}
@media (max-width: 560px) {
  .oxtop__info h1 {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
.oxtop__rate {
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 560px) {
  .oxtop__rate {
    width: 100%;
  }
}
.oxtop__circlerating {
  position: relative;
  cursor: default;
  width: 70px;
}
.oxtop__circlerating .donut-segment {
  stroke: #3ACE75;
}
.oxtop__circlerating_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-weight: 600;
}
.oxtop__share {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  background: #0070FF;
  transition: all 250ms ease-out;
  padding: 0.25rem;
  cursor: pointer;
}
.oxtop__share:hover {
  background: #f41224;
}
.oxtop__share svg {
  display: block;
  width: 100%;
  fill: #fff;
}
.oxrating {
  /*&__item {
		width: 20%;
		cursor: pointer;
		transition: all 250ms ease-out;
		padding-right: 0.25rem;
		svg {
			display: block;
			width: 100%;
			fill: darken(@wht, 15%);
		}
		&_ok {
			svg {
				fill: @of-cl;
			}
		}
		&:hover {
			svg {
				fill: @of-cl;
			}
		}
	}
	&.hovered {
		.oxrating {
			&__item {
				svg {
					fill: @of-cl;
					
				}
				&:hover {
					~.oxrating {
						&__item {
							svg {
								fill: darken(@wht, 15%);
							}
						}
					}
				}
			}
		}
	}*/
}
.oxrating .rating {
  justify-content: flex-start;
}
.oxrating .stars {
  margin-left: initial;
}
.oxcontrols {
  display: flex;
  align-items: center;
}
.oxcontrols .bookmark span {
  top: -25px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.oxshare {
  padding: 0.5rem;
  position: relative;
}
.oxshare__icons {
  width: 25px;
}
.oxshare__icons svg {
  display: block;
  fill: #0070FF;
}
.oxshare__body {
  position: absolute;
  padding: 0.5rem;
  background: #fff;
  z-index: 100;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.5);
  max-width: 105px;
  width: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: calc(100% + 0px);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.oxshare__body:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.oxshare__body .ya-share2__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 0.25rem;
}
.oxshare__body .ya-share2__item {
  margin-right: 0 !important;
}
.oxshare:hover .oxshare__body {
  opacity: 1;
  visibility: initial;
}
.oxbottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1rem;
  background: #fff;
}
@media (max-width: 991px) {
  .oxbottom {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.single-messia_object main.oxobject {
  margin-top: 0;
  padding-top: 0;
  background: #eff4f6;
  padding-bottom: 2rem;
}
.single-messia_object main.oxobject .widgets-content {
  border: 1px solid #D4D1D8;
  background: #fff;
  border-radius: 10px;
  margin-top: 2rem;
  overflow: hidden;
}
.single-messia_object main.oxobject #sidebar.object_side {
  background: #fff;
  padding: 1rem;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #D4D1D8;
}
@media (max-width: 991px) {
  .single-messia_object main.oxobject #sidebar.object_side {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 100% !important;
  }
}
.single-messia_object main.oxobject .container-fix {
  justify-content: space-between;
}
.single-messia_object main.oxobject .sections section {
  background: #fff;
}
.single-messia_object main.oxobject .oxinterest {
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .single-messia_object main.oxobject .oxinterest {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
}
.oxtopcontent {
  padding-top: 35px;
  background: #fff;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 2rem;
}
/*# sourceMappingURL=styles.css.map */