body {
  background: #fff;
}
header.header {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.65em 0;
}
.header__logo {
  display: flex;
  align-items: center;
  max-width: 220px;
  /*@media (max-width: 1300px) {
			width: 100%;
			justify-content: center;
			flex-direction: column;
		}*/
}
@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;
  font-weight: 600;
  max-width: 190px;
  margin: 0;
}
@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: 2em 0;
}
.oxmain .container {
  justify-content: space-between;
  align-items: initial !important;
}
.oxpost #ez-toc-container {
  display: none;
}
@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;
  }
}
.oxpost img {
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 2em auto;
  max-width: 100%;
}
.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;
}
.oxcontent {
  width: calc(100% - 280px - 2em);
}
@media (max-width: 991px) {
  .oxcontent {
    width: 100%;
  }
}
.oxsidebar {
  width: 280px;
}
@media (max-width: 991px) {
  .oxsidebar {
    width: 100%;
  }
}
.oxsidebar #ez-toc-container {
  border: 1px solid #e6e6e6;
  margin-bottom: 2em;
  padding: 0.5em 0;
}
@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;
}
.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: #F8FBFD;
  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;
}
#search .input_text input {
  padding: 10px 19px;
  padding-right: 54px;
  padding-left: 19px;
  height: initiaL;
}
.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: 38%;
}
@media (max-width: 767px) {
  .oxsection__item_info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.oxsection__item.oxbtns {
  width: 62%;
  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;
}
@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;
}
#backtotop {
  padding: 1rem;
  z-index: 1000;
}
#backtotop svg {
  display: block;
  width: 100%;
  max-width: 40px;
  fill: #fff;
}
.forum {
  background: #fff;
  padding: 2rem;
}
.forum__archive {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 2rem;
}
@media (max-width: 767px) {
  .forum__archive {
    grid-template-columns: 100%;
  }
}
.forum__page {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 2rem;
}
@media (max-width: 767px) {
  .forum__page {
    grid-template-columns: 100%;
  }
}
.forum__aside {
  position: relative;
  display: block;
}
.forum__post {
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 18px;
  box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.forum__post_best {
  border: 1px solid rgba(1, 166, 1, 0.15);
  background: rgba(1, 166, 1, 0.05);
}
.forum__title {
  color: #000;
  font-size: 1.75rem;
  font-family: Pragmatica;
  text-decoration: none;
  line-height: 1.16;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  margin-bottom: 1rem;
  display: block;
}
.forum__title:hover {
  text-decoration: none;
}
.forum__tag {
  margin-bottom: 1rem;
}
.forum__tag_item {
  text-transform: uppercase;
  font-size: 10px;
  padding: 0.25rem 0.5rem;
  border: 1px solid #EDEDED;
  border-radius: 1000px;
  text-decoration: none;
  color: #000;
  background: #fff;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.forum__tag_item:hover {
  text-decoration: none;
  color: #fff;
  background: #7884FE;
  border: 1px solid #7884FE;
}
.forum__who {
  text-align: right;
  font-size: 0.85rem;
  font-style: italic;
  color: #737373;
  margin-bottom: 1rem;
}
.forum__who_nomb {
  margin-bottom: 0;
}
.forum__desc {
  margin-bottom: 0.5rem;
}
.forum__desc p {
  margin-bottom: 0;
}
.forum__desc_inner {
  font-size: 1.15rem;
}
.forum__desc_inner li {
  margin-bottom: 1rem;
}
.forum__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.forum__controls .btn {
  margin: 0;
  padding: 1rem 2rem;
}
.forum__answers {
  font-size: 1.25rem;
  font-weight: 700;
}
.forum__answers_inner {
  font-size: 1rem;
  font-weight: 400;
}
.forum__people {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}
.forum__people_ava {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.forum__people_title {
  font-weight: 700;
}
.forum__people_city {
  font-style: italic;
  font-size: 0.85rem;
}
.forum__top {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: 1rem;
}
.forum__countanswers {
  border: 1px solid rgba(1, 166, 1, 0.15);
  background: #fff;
  padding: 0.5rem;
  border-radius: 10px;
  cursor: default;
}
.oxpage__form {
  width: 100%;
}
.oxpage__form .form_block {
  margin-left: auto;
  position: relative;
  padding: 11px;
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 18px;
  max-width: 433px;
  box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.5);
}
.oxpage__form .form_block__mli {
  margin-left: initial;
}
@media (max-width: 767px) {
  .oxpage__form .form_block {
    margin: 0 auto;
  }
}
.oxpage__form .form_block .form {
  display: block;
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 18px;
  text-align: center;
  padding: 1rem;
}
.oxpage__form .form_block .form .title {
  font-family: Pragmatica;
  font-weight: 700;
  box-sizing: border-box;
  font-size: 26px;
  text-align: center;
  margin-bottom: 34px;
  padding: 0 31px;
}
.oxpage__form .form_block .form input {
  display: block;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 100px;
  border: 1px solid #CFD9E1;
  height: 51px;
  padding: 18px 25px;
  outline: none;
}
.oxpage__form .form_block .form input.hidden {
  display: none;
}
.oxpage__form .form_block .form input.form-control {
  margin-bottom: 1rem;
}
.oxpage__form .form_block .form input.form-control.wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.1);
}
.oxpage__form .form_block .form .btn {
  margin-bottom: 0;
}
.oxpage__form .form_block .form .wpcf7-response-output {
  position: absolute;
  left: 15px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  background: #fff;
}
.oxpage__form .form_block .form .consent {
  font-family: Noah;
  font-size: 13px;
  color: #7C7C7C;
  padding: 0 24px 0 26px;
}
.oxpage__form .form_block .form .consent_link {
  font-family: Noah;
  font-size: 13px;
  color: #7C7C7C;
  text-decoration: underline;
}
.widget {
  margin-bottom: 2rem;
}
.widget .oxpage__form {
  width: 100%;
}
.widget .oxpage__form .form_block .form {
  padding: 0.5rem;
}
.widget__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.widget__img {
  margin-bottom: 0.5rem;
}
.widget__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.widget__name {
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
.widget__desc {
  text-align: center;
  margin-bottom: 0.5rem;
}
.widget__link {
  color: #000;
  text-align: center;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
.widget__link:hover {
  text-decoration: none;
  color: #000;
}
.widget__sticky {
  position: sticky;
  top: 0;
}
.oxcity__opener {
  cursor: pointer;
}
.oxcity__popup {
  position: absolute;
  background: #fff;
  padding: 1rem !important;
  border-radius: 10px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  width: 100%;
  max-width: 560px;
  display: none;
}
@media (max-width: 767px) {
  .oxcity__popup {
    left: 5%;
    width: 90%;
    max-width: initial;
  }
}
.oxcity__item {
  cursor: pointer;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.oxcity__item:hover {
  color: #7884FE;
}
.oxcity__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.25rem;
}
@media (max-width: 560px) {
  .oxcity__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.oxmenu {
  display: flex;
  align-items: center;
  grid-gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .oxmenu {
    display: none;
  }
}
.oxphone {
  font-size: 15px;
  color: #000;
}
.oxmt {
  margin-top: 1rem;
}
/*# sourceMappingURL=styles.css.map */