@charset "UTF-8";
@font-face {
  font-family: 'GolosUIWebMedium';
  src: url("../fonts/Golos-UI_Medium.woff2") format("woff2"), url("../fonts/Golos-UI_Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

img {
  height: auto;
  max-width: 100%; }

.medium {
  font-family: 'GolosUIWebMedium'; }

/* + fs */
.fs-40 {
  font-size: 40px !important; }

@media (max-width: 767px) {
  .fs-40 {
    font-size: 22px !important; } }

/* btn */
.btn.btn-lg {
  font-size: 13px;
  line-height: 16px;
  padding: 19px 20px; }

/* margin */
.mb-20 {
  margin-bottom: 20px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

@media (min-width: 575px) {
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-32 {
    margin-bottom: 32px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-96 {
    margin-bottom: 96px !important; } }

@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; } }

/* nav-tabs */
.nav-tabs {
  border-color: #ECECEC;
  margin: 0 -15px 30px;
  overflow: auto hidden;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0 15px; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0098f7;
  border-bottom: 2px solid #0098f7;
  border-left: none;
  border-top: none;
  border-right: none; }

.nav-tabs .nav-item {
  margin-right: 30px;
  padding: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid transparent;
  color: #ACB2B7;
  white-space: nowrap; }

.nav-tabs .nav-item:last-child {
  margin-right: 0; }

/* card */
.experts .card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: none;
  height: 100%; }

.experts .card-img-top {
  position: relative;
  padding-top: 81%;
  margin: 0;
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
  overflow: hidden; }

.experts img.card-img-top {
  padding: 0; }

.experts .card-title {
  font-family: 'GolosUIWebMedium';
  font-size: 18px;
  line-height: 140%;
  color: #343A40;
  width: 100%; }

.experts .card-text {
  font-size: 16px;
  line-height: 150%;
  width: 100%; }

.experts .card-img-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.experts .card-body {
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.experts .card-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px; }

.experts .card-data__text {
  font-size: 14px;
  line-height: 140%;
  color: #ACB2B7;
  margin: 0 12px 4px 0; }

.experts .card .card-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -8px;
  margin-top: auto; }

.read-more {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  color: #0098f7;
  border-bottom: 1px dashed #0098f7;
  background: transparent;
  cursor: pointer; }

.read-more:hover {
  border-color: transparent; }

.about-me {
  height: 195px;
  overflow: hidden;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px; }

.about-me p:last-child {
  margin-bottom: 0; }

.h-auto {
  height: auto !important; }

.sp-box {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 300px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 32px 32px 56px; }

.sp-box__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  margin: 0 0 24px;
  width: 100%;
  max-width: 284px; }

.sp-box__text {
  font-size: 18px;
  line-height: 140%;
  margin: 0;
  width: 100%;
  max-width: 284px; }

.sp-box__img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: inherit;
          border-radius: inherit; }

.ipc-box {
  background: #F8F9FB;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 32px;
  margin-bottom: 32px; }

.ipc-box:last-child {
  margin-bottom: 0; }

.ipc-box__data {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 12px;
  color: #595C5F; }

.ipc-box__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 12px;
  width: 100%;
  display: block; }

.ipc-box__text {
  font-size: 18px;
  line-height: 140%;
  margin: 0;
  width: 100%;
  display: block; }

.ipc-box__text p:last-child {
  margin-bottom: 0; }

.reviews-box-list {
  margin-bottom: 30px; }

.reviews-box {
  padding: 10px;
  margin-bottom: 20px; }

.reviews-box:last-child {
  margin-bottom: 0; }

.reviews-box__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 10px;
  width: 100%; }

.reviews-box__text {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px;
  width: 100%; }

.reviews-box__date {
  font-size: 18px;
  line-height: 140%;
  margin: 0;
  color: #ACB2B7;
  width: 100%; }

@media (max-width: 575px) {
  .ipc-box {
    padding: 24px; }
  .sp-box {
    padding: 24px 24px 40px;
    min-height: auto; }
  .sp-box__title {
    font-size: 24px;
    max-width: 64%;
    margin-bottom: 16px; }
  .sp-box__text {
    font-size: 14px;
    max-width: 64%; }
  .reviews-box__title,
  .ipc-box__title {
    font-size: 20px; } }

/* expert на странице /experts /expert */
.badge {
  margin: 0 8px 8px 0;
  font-size: 14px;
  line-height: 140%;
  padding: 8px 16px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  font-weight: normal;
  white-space: normal; }

.badge-light {
  color: #343A40;
  background: #F8F9FB;
  border: 1px solid #ECECEC; }

@media (max-width: 575px) {
  .card-body {
    padding: 12px; } }

.overflow-auto {
  overflow: auto !important; }

body {
  font-family: 'GolosUIWebVF'; }

.l-page.has-container {
  margin-left: auto;
  margin-right: auto; }

body.modalOpen {
  overflow: hidden; }

.mainQuoteImg {
  position: relative;
  padding: 51px 65px 89px 48px;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }

.mainQuoteImg .quoteImgLogo {
  position: absolute;
  bottom: 33px;
  left: 45px; }

.quoteImgLogo {
  width: 162px;
  height: 37px;
  object-fit: contain; }

.mainQuoteImg .quoteImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.wrapQuoteImg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 50px;
  height: 220px;
  z-index: 2; }

.quoteImgText {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #343A40;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.wrapQuoteImg:after, .wrapQuoteImg:before {
  content: '';
  position: absolute;
  height: -webkit-calc(100% - 35px);
  height: calc(100% - 35px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  pointer-events: none; }

.wrapQuoteImg:before {
  top: 0;
  right: 0;
  border-top: 3px solid #217ABF;
  border-right: 3px solid #217ABF; }

.wrapQuoteImg:after {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #217ABF;
  border-left: 3px solid #217ABF; }

.quoteImgText:after, .quoteImgText:before {
  content: '';
  position: absolute;
  height: 32px;
  width: 41px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/quoteImgIcon.svg); }

.quoteImgText:before {
  top: -8px;
  left: 0; }

.quoteImgText:after {
  bottom: -8px;
  right: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.mainSeeAlso {
  border: none;
  padding: 32px 0; }

.mainSeeAlso .l-section__head {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #343A40;
  min-height: auto;
  border-bottom: none; }

.mainSeeAlso .b-section-item .b-section-item__picture {
  margin-bottom: 0; }

.mainSeeAlso .b-section-item .b-section-item__picture a {
  position: relative;
  padding-top: 71%;
  width: 100%; }

.mainSeeAlso .b-section-item .b-section-item__picture a * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.mainSeeAlso .b-section-item .b-section-item__body {
  padding: 20px; }

.mainSeeAlso .b-section-item .b-section-item__body .b-section-item__meta {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #595C5F; }

.mainSeeAlso .b-section-item .b-section-item__body .b-meta-item {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #595C5F;
  margin-right: 0; }

.mainSeeAlso .b-section-item .b-section-item__body span.fa.fa-clock-o {
  display: none; }

.mainSeeAlso .b-section-item .b-section-item__body .b-section-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0; }

.mainSeeAlso .b-section-item .b-section-item__body .b-section-item__title a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4; }

.mainSeeAlso .l-section__head .l-section__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #343A40; }

.mainSeeAlso .l-section__head:after {
  display: none; }

.squares {
  padding-left: 0; }

.squares li {
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  color: #343A40; }

.squares li:before {
  content: " ";
  background-color: #02A386;
  width: 12px;
  height: 12px;
  left: 0;
  top: 6px;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  font-size: 0;
  float: none; }

.squares li ul {
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 2px; }

.squares li ul li {
  padding-left: 20px; }

.squares li ul li:before {
  width: 8px;
  height: 8px;
  top: 8px; }

.sub-section {
  float: left;
  margin: 5px;
  padding: 5px; }

.b-main-menu-item.services.has-dropdown {
  position: relative; }

.b-main-menu-item.services.has-dropdown .b-main-menu-item__dropdown {
  right: 0 !important;
  left: auto; }

.customFilter .smartfilter .btn-themes {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 20px 40px;
  text-transform: uppercase;
  -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
  letter-spacing: 0.02em;
  background-color: #F63754 !important;
  position: relative;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer; }

.btn-warning-outline {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #F63754;
  padding: 20px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
  letter-spacing: 0.02em;
  border: 1px solid #F63754 !important;
  position: relative;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer; }

.btn-warning-outline svg {
  margin: -10px 8px -10px 0; }

.customFilter .smartfilter .bx-filter-parameters-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.customFilter .smartfilter .btn-link {
  font-size: 14px;
  line-height: 1.4;
  color: #ACB2B7;
  padding: 0 0 0 17px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px;
  background-image: url(../images/resetFilter.svg); }

.customFilter .input-wrap {
  position: relative; }

.row-nav-wrapper nav {
  width: 100%; }

.btn-filter {
  width: 56px;
  min-width: 56px;
  height: 56px;
  background-color: #F63754;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  background-image: url("../images/settings.svg");
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  cursor: pointer; }

#expertsFilter + br {
  display: none; }

@media (max-width: 991px) {
  .l-grid-main {
    margin-top: -20px; }
  #expertsFilter {
    display: none; }
  #expertsFilter.active {
    display: block; } }

@media (max-width: 575px) {
  .quoteImgText {
    font-size: 16px;
    -webkit-line-clamp: 5; }
  .wrapQuoteImg:after, .wrapQuoteImg:before {
    height: -webkit-calc(100% - 24px);
    height: calc(100% - 24px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }
  .quoteImgText:after, .quoteImgText:before {
    height: 24px;
    width: 30px; }
  .mainQuoteImg .quoteImgLogo {
    bottom: 15px;
    left: 16px; }
  .quoteImgLogo {
    width: 100px;
    height: 25px; }
  .wrapQuoteImg {
    padding: 16px;
    height: 160px; }
  .mainQuoteImg {
    padding: 30px 16px 50px 16px; }
  .customFilter .smartfilter .btn-link {
    margin-right: auto; }
  .customFilter .smartfilter .btn-themes {
    width: 100%;
    margin-bottom: 30px; }
  .customFilter .smartfilter .bx-filter-parameters-box-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.bx-filter-placeholder {
  font-size: 18px;
  line-height: 22px;
  color: #343A40;
  padding: 2px 20px 11px; }

.bx-filter-dropdown {
  display: none;
  position: absolute;
  padding: 20px;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
  left: 0;
  background: #F8F9FB;
  width: 100%;
  z-index: 2; }

.dropdown-wrapper .bx-filter-block {
  position: relative; }

.dropdown-wrapper {
  position: relative; }

.dropdown-wrapper.open {
  z-index: 10; }

.dropdown-wrapper.open .bx-filter-dropdown {
  display: block; }

.dropdown-wrapper .bx-filter-dropdown .checkbox {
  display: block;
  margin-bottom: 10px;
  position: relative; }

.dropdown-wrapper .bx-filter-dropdown .checkbox label {
  cursor: pointer;
  min-height: auto;
  display: block;
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  width: 100%;
  margin: 0;
  color: #6c6c6c; }

.dropdown-wrapper .bx-filter-dropdown .checkbox label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #ACB2B7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.dropdown-wrapper .bx-filter-dropdown .checkbox label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  top: 4px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0; }

.dropdown-wrapper .bx-filter-dropdown .checkbox input:checked ~ label:before {
  border-color: #097ED3;
  background-color: #097ED3; }

.dropdown-wrapper .bx-filter-dropdown .checkbox input:checked ~ label:after {
  opacity: 1; }

.dropdown-wrapper .bx-filter-dropdown .checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0; }

.customFilter .bx-filter-section {
  background-color: transparent !important;
  padding: 0; }

.customFilter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  display: none; }

.customFilter .bx-filter-parameters-box-container-block {
  width: 50% !important;
  padding: 0; }

.customFilter .bx-filter-parameters-box-container-block i {
  display: none !important; }

.customFilter .bx-filter-input-container input {
  border: none !important;
  height: auto;
  padding: 0 6px 10px 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #343A40;
  background-color: transparent;
  text-align: left;
  -webkit-border-image: none !important;
          border-image: none !important; }

.customFilter .mainFilterProperties .bx-filter-parameters-box:nth-child(3) {
  /*display: none;*/ }

.customFilter #block-CLASS {
  display: none; }

.customFilter input.oneRage.inactive {
  pointer-events: none; }

.customFilter .bx-filter-parameters-box {
  position: relative;
  margin-bottom: 40px !important;
  width: 25% !important;
  max-width: none !important; }

.customFilter .bx-filter-parameters-box.mb-3 {
  margin-bottom: 16px !important; }

.customFilter .bx-filter-parameters-box .w-100.position-relative:not(.mineRage) {
  background-color: #F8F9FB;
  -webkit-border-radius: 4px 4px 0px 0px;
          border-radius: 4px 4px 0px 0px;
  padding: 10px 20px;
  border-bottom: 2px solid #ACB2B7; }

.customFilter .bx-filter-parameters-box .w-100.position-relative:not(.mineRage) .mineRage-h {
  font-size: 13px;
  color: #ACB2B7;
  line-height: 16px;
  margin-bottom: 0;
  font-weight: 400;
  display: block; }

.customFilter .bx-filter-parameters-box .w-100.position-relative:not(.mineRage) .filterDateCrate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.ui-datepicker-header .ui-datepicker-prev .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  margin: 0;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
          transform: translateX(-50%) translateY(-50%) rotate(-135deg); }

.ui-datepicker-header .ui-datepicker-next .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  margin: 0;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.customFilter .bx-filter-parameters-box .w-100.position-relative:not(.mineRage) .filterDateCrate input {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  border: none;
  color: #343A40;
  outline: none;
  /*width: 100px;*/
  width: -webkit-calc(50% - 32px);
  width: calc(50% - 32px);
  padding: 0 0 0 0; }

.customFilter .bx-filter-parameters-box .w-100.position-relative:not(.mineRage) .filterDateCrate span {
  color: #343A40;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: table;
  margin-right: 5px;
  margin-left: 5px;
  white-space: nowrap; }

.customFilter .bx-filter-parameters-box .bx-filter-block {
  background-color: #F8F9FB;
  -webkit-border-radius: 4px 4px 0px 0px;
          border-radius: 4px 4px 0px 0px;
  padding-top: 27px;
  display: block !important;
  height: auto !important;
  cursor: pointer; }

.customFilter .bx-filter-parameters-box .bx-filter-block.hr {
  border-bottom: 2px solid #ACB2B7; }

#expertsFilter .bx-filter-parameters-box .bx-filter-block:after {
  content: '';
  position: absolute;
  right: 15px;
  cursor: pointer;
  width: 14px;
  height: 8px;
  background-image: url("../images/grayTick.svg");
  top: 0;
  bottom: 0;
  margin: auto; }

.customFilter .bx-filter-parameters-box .bx-filter-block .bx-filter-select-container {
  height: auto;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  margin-left: -15px;
  margin-right: -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  padding: 0 15px;
  border-bottom: 2px solid #ACB2B7; }

.customFilter .bx-filter-parameters-box .bx-filter-block .bx-filter-select-container.customSelect {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  height: auto;
  cursor: pointer; }

.customFilter .bx-filter-parameters-box .bx-filter-block .bx-filter-select-container.customSelect.active + .mainLotDropdown,
.customFilter .bx-filter-parameters-box .bx-filter-block.btnClockCustomSelect.active .mainLotDropdown {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  z-index: 10; }

.customFilter .bx-filter-parameters-box .bx-filter-block .bx-filter-select-block {
  height: auto;
  padding: 0 20px 10px 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.customFilter .bx-filter-parameters-box .bx-filter-block .bx-filter-select-block .bx-filter-select-text {
  font-size: 18px;
  line-height: 22px;
  height: auto; }

.customFilter .bx-filter-parameters-box .bx-filter-block .bx-filter-select-block .bx-filter-select-arrow,
.bx-filter .bx-filter-select-arrow.arrow-line {
  width: 14px;
  height: 8px;
  background-image: url(../images/grayTick.svg);
  top: auto;
  bottom: 24px; }

.customFilter .bx-filter-block .chosen-container {
  min-width: 100%;
  display: block; }

.customFilter .bx-filter-block .chosen-choices {
  padding: 0 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: none; }

body .customFilter .bx-filter-block .chosen-container.chosen-container-multi .chosen-search-input {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  color: #343A40;
  margin: 0;
  height: auto; }

.customFilter .bx-filter-block .chosen-single {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  line-height: 23px;
  color: #343A40;
  padding: 0 20px 10px;
  display: block;
  height: auto; }

.customFilter .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent; }

.customFilter .bx-filter-parameters-box .bx-filter-parameters-box-title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 16px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  padding: 10px 20px 0 20px;
  font-size: 0;
  line-height: 1;
  pointer-events: none; }

.customFilter .row.bx-filter-parameters-box-container {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative; }

.customFilter .mainLotDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.mainLotDropdown {
  max-height: 200px;
  overflow: auto;
  background-color: #F8F9FB; }

.mainLotDropdown .checkbox .bx-filter-param-label {
  min-height: auto;
  padding-left: 0;
  display: block;
  width: 100%; }

.mainLotDropdown .checkbox .bx-filter-param-label .bx-filter-input-checkbox {
  position: relative;
  display: block;
  width: 100%; }

.mainLotDropdown .checkbox .bx-filter-param-label .bx-filter-input-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0; }

.mainLotDropdown .checkbox .bx-filter-param-label .bx-filter-input-checkbox .bx-filter-param-text {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  width: 100%;
  display: block; }

.mainLotDropdown .checkbox .bx-filter-param-label .bx-filter-input-checkbox .bx-filter-param-text:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #ACB2B7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.mainLotDropdown .checkbox .bx-filter-param-label .bx-filter-input-checkbox .bx-filter-param-text:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  top: 4px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0; }

.mainLotDropdown .checkbox .bx-filter-param-label .bx-filter-input-checkbox input:checked + .bx-filter-param-text:after {
  opacity: 1; }

.mainLotDropdown .checkbox .bx-filter-param-label .bx-filter-input-checkbox input:checked + .bx-filter-param-text:before {
  border-color: #097ED3;
  background-color: #097ED3; }

.mainLotDropdown .checkbox:last-child {
  margin-bottom: 0; }

.customFilter .row.bx-filter-parameters-box-container:after {
  content: '';
  position: absolute;
  bottom: 16px;
  height: 16px;
  width: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ACB2B7; }

.customFilter .bx-ui-slider-track-container {
  padding: 0;
  min-width: -webkit-calc(100% + 8px);
  min-width: calc(100% + 8px);
  margin-right: -4px;
  margin-left: -4px; }

.customFilter .bx-ui-slider-track {
  height: 2px; }

.customFilter .bx-ui-slider-pricebar-v {
  background-color: #F63754 !important; }

.customFilter .bx-ui-slider-pricebar-vn {
  background-color: #ACB2B7 !important; }

.customFilter .bx-ui-slider-handle {
  background-image: none !important;
  width: 18px;
  height: 18px;
  background-color: #F63754 !important;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.customFilter .bx-ui-slider-range {
  z-index: 71 !important; }

.customFilter .bx-ui-slider-handle.left {
  margin-left: -9px; }

.customFilter .bx-ui-slider-handle.right {
  margin-right: -9px; }

.customFilter .bx-filter-parameters-box .bx-filter-parameters-box-title .bx-filter-parameters-box-hint {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ACB2B7;
  display: inline-block;
  pointer-events: none; }

.customFilter .bx-filter-parameters-box .bx-filter-parameters-box-title .bx-filter-parameters-box-hint i {
  display: none; }

@media (max-width: 1199px) {
  .customFilter .bx-filter-parameters-box {
    width: 33.33% !important;
    min-width: 33.33%; } }

@media (max-width: 991px) {
  .customFilter .bx-filter-parameters-box {
    width: 100% !important;
    min-width: 100%;
    margin-bottom: 27px !important; } }

.customFilter .bx-ui-slider-part {
  display: none; }

.sub-section-active {
  background-color: #0098f7;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.sub-section-active A {
  color: #fff; }

.sub-section:hover {
  background-color: #0098f7;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.sub-section:hover A {
  color: #fff; }

.title-search-result {
  z-index: 99999; }

.priemnaya {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px; }

.priemnaya a, .priemnaya .buyrealty, .priemnaya .sellrealty {
  padding: 72px 35px;
  max-width: 540px;
  width: 100%;
  height: 280px;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.priemnaya span {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-bottom: 14px; }

.priemnaya .disabled {
  cursor: default;
  padding: 72px 35px;
  max-width: 540px;
  width: 100%;
  /*height: 280px;*/
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.priemnaya .warning {
  display: none;
  position: absolute;
  left: 0px;
  top: 0;
  color: black;
  background-color: #fff;
  max-width: 540px;
  padding: 30px;
  width: 100%;
  height: 100%; }

.priemnaya .warning a {
  padding: 0;
  display: inline-block;
  width: auto;
  height: auto;
  color: #0098F7; }

.ombudsman {
  background-image: url("../images/priemnaya.png"); }

.hot_line {
  background-image: url("../images/hotline.png"); }

.selldolg {
  background-image: url("../images/selldolg.png");
  background-color: #0098F7;
  background-position: right bottom;
  background-repeat: no-repeat; }

.buydolg {
  background-image: url("../images/buydolg.png") !important;
  background-color: #FF4422;
  background-position: right bottom;
  background-repeat: no-repeat; }

.sellrealty {
  background-image: url("../images/sellrealty.png");
  background-color: #0098F7;
  background-position: right bottom;
  background-repeat: no-repeat; }

.buyrealty {
  background-image: url("../images/buyrealty.png");
  background-color: #FF4422;
  background-position: right bottom;
  background-repeat: no-repeat; }

.rollup {
  width: 45%; }

.rollup img {
  width: 100%;
  height: auto; }

@media (max-width: 768px) {
  .priemnaya a {
    height: auto;
    margin-bottom: 30px;
    background-position: bottom right; }
  .rollup {
    display: none; } }

form.addrealty .form-element.form-input textarea {
  display: block;
  width: 100%;
  border: 1px solid #ced4da; }

form.form-lot-off .wrapRealEstate .realEstateList, form.addrealty .form-fieldset .realEstateList {
  display: none !important; }

form.addrealty .form-fieldset .realEstateList label.btn.btn-primary {
  position: relative; }

form.addrealty .form-fieldset .realEstateList label.btn.btn-primary input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

form.form-lot-off .wrapRealEstate .realEstateList.active, form.addrealty .form-fieldset .realEstateList.active {
  display: -ms-grid !important;
  display: grid !important;
  grid-gap: 8px;
  width: 100%;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin-top: 26px; }

form.form-lot-off .wrapRealEstate .realEstateList .btn.btn-primary,
form.addrealty .form-fieldset .realEstateList .btn.btn-primary {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-height: 35px; }

/* + lotsmagazine */
.lotsmagazine .mainWrapInput input:not(:last-child) {
  border-right: none; }

.no-border {
  border: none !important; }

@media (min-width: 768px) {
  .lotsmagazine .mt-md-26 {
    margin-top: 26px !important; } }

@media (max-width: 767px) {
  form.form-lot-off .wrapRealEstate .realEstateList.active,
  form.addrealty .form-fieldset .realEstateList.active {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }
  form.form-lot-off .wrapRealEstate .realEstateList.active, form.addrealty .form-fieldset .realEstateList.active {
    margin-top: 0; } }

/* - lotsmagazine */
/* + select multi */
body .chosen-container-multi .chosen-choices {
  border: 1px solid #CED4DA;
  background-image: none;
  padding: 3px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none; }

body .chosen-container-multi .chosen-choices li.search-choice.search-choice-disabled {
  padding-right: 0; }

body .chosen-container-multi .chosen-choices li.search-choice {
  background: transparent;
  border: none;
  padding: 0;
  color: #0098f7;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px; }

body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #0098f7;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  font-family: 'GolosUIWebVF'; }

body .chosen-container .chosen-drop {
  border: 1px solid #CED4DA; }

body .chosen-container .chosen-results li {
  padding: 3px 20px;
  color: #0098f7;
  text-align: left;
  font-size: 16px; }

body .chosen-container .chosen-results li.highlighted {
  background: #0098f7 !important;
  color: #fff; }

body .chosen-container-multi .chosen-drop .result-selected {
  color: #FF4422; }

body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  -webkit-transition: 0s;
  transition: 0s; }

body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 6px !important; }

/* form-element */
.form-element label.btn {
  z-index: 1;
  position: relative; }

.form-element label.btn input {
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.form-element label.btn input:checked:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #f42;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

label {
  letter-spacing: normal; }

.cardImgSlider figure {
  width: 245px;
  height: 181px; }

.cardImgSlider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (min-width: 768px) {
  .lotsmagazine .mt-md-26 {
    margin-top: 26px !important; } }

.l-section.mainBook h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #0098F7;
  margin-bottom: 14px;
  width: 100%; }

.l-section.mainBook h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.15;
  color: #212529;
  margin-bottom: 20px;
  width: 100%;
  text-align: center; }

.l-section.mainBook img {
  display: block;
  width: 100%;
  max-width: 171px;
  margin: 0 auto 30px auto;
  object-fit: contain; }

.l-section.mainBook h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  color: #212529;
  margin-bottom: 8px;
  width: 100%;
  text-align: center; }

.l-section.mainBook p {
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  color: #495057;
  margin-bottom: 20px;
  width: 100%;
  text-align: center; }

.l-section.mainBook .mainInput {
  margin: 0 auto 10px auto;
  max-width: 252px; }

.mainInput {
  width: 100%;
  display: block; }

.mainInput input {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #E5E5E5;
  padding: 10px 19.5px;
  outline: none; }

.mainInput input::-webkit-input-placeholder {
  color: #ADB5BD;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.mainInput input::-moz-placeholder {
  color: #ADB5BD;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.mainInput input:-moz-placeholder {
  color: #ADB5BD;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.mainInput input:-ms-input-placeholder {
  color: #ADB5BD;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.mainInput input:focus::-webkit-input-placeholder {
  color: transparent; }

.mainInput input:focus::-moz-placeholder {
  color: transparent; }

.mainInput input:focus:-moz-placeholder {
  color: transparent; }

.mainInput input:focus:-ms-input-placeholder {
  color: transparent; }

.mineRage {
  background-color: #F8F9FB;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 4px; }

.mineRage .riskInfoBtn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 99; }

.warpDoubleRageBtn input {
  width: 50%; }

.mineRage .mineRage-h {
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  padding: 10px 20px 0 20px;
  font-size: 13px;
  color: #ACB2B7;
  line-height: 16px;
  width: 100%;
  text-align: left;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 0;
  font-weight: 400; }

.mineRage input {
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 0 20px;
  color: #343A40; }

.mineRage.warpDoubleRageBtn input {
  margin-left: 0;
  margin-right: 0;
  width: 50%;
  text-align: center; }

.mineRage .ui-widget.ui-widget-content {
  height: 2px;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #ACB2B7;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-calc(100% - 8px);
  width: calc(100% - 8px);
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  position: relative; }

.mineRage .ui-widget.ui-widget-content:before {
  content: '';
  position: absolute;
  background-color: #F63754;
  width: 8px;
  height: 2px;
  left: -8px;
  top: 0; }

.mineRage .ui-widget.ui-widget-content:after {
  content: '';
  position: absolute;
  background-color: #ACB2B7;
  width: 8px;
  height: 2px;
  right: -8px;
  top: 0; }

.mineRage .dolgRage.ui-widget.ui-widget-content:before,
.mineRage .priceRage.ui-widget.ui-widget-content:before {
  background-color: #ACB2B7; }

.mineRage .ui-slider-horizontal .ui-slider-handle {
  background-color: #F63754 !important;
  width: 16px;
  height: 16px;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  outline: none; }

.mineRage .ui-slider-horizontal .ui-slider-range {
  background-color: #F63754; }

.mineRage .oneRage {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.mineRage .twoRage {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.mineRage .v-hr {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 1px;
  height: 16px;
  margin: 0 -1px;
  background: #ACB2B7;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.mainDebtSaleThead {
  border-bottom: 1px solid #ECECEC;
  padding: 20px 0; }

.modalFilterBtn {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 20px 20px 20px 66px;
  text-transform: uppercase;
  -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
  background-color: #F63754 !important;
  position: relative;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer; }

.modalFilterBtn:after {
  content: '';
  top: 15px;
  left: 30px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  background-image: url("../images/modalFilterBtn.svg"); }

@media (max-width: 1199px) {
  .modalFilterBtn {
    font-size: 0;
    padding: 0;
    position: relative;
    width: 56px;
    height: 56px; }
  .modalFilterBtn:after {
    content: '';
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); } }

.mainDebtSale-tr {
  padding: 27px 0;
  border-bottom: 1px solid #ECECEC;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.modalFilter-top {
  padding-bottom: 29px; }

.modalFilter .mainModalPage {
  max-width: 1070px; }

.modalFilter .mainModalPage .mineRage {
  margin-bottom: 28px; }

.modalFilter .wrapMainSelect {
  margin-bottom: 20px; }

.wrapMainSelect .select2-container {
  width: 100% !important; }

.modalFilter .btnRed {
  max-width: 300px; }

.wrapMainSelect label {
  position: absolute;
  padding: 0 20px;
  left: 0;
  width: 100%;
  top: 10px;
  color: #ACB2B7;
  font-size: 13px;
  line-height: 16px;
  pointer-events: none;
  margin-bottom: 0;
  z-index: 1; }

.wrapMainSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.wrapMainSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 25px;
  right: 20px;
  width: 14px;
  height: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/wrapMainSelectTick.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapMainSelect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.wrapMainSelect .select2-container .select2-selection--single {
  height: auto;
  width: 100%;
  -webkit-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
  background-color: #F8F9FB;
  border: none;
  border-bottom: 2px solid #ACB2B7; }

.wrapMainSelect .select2-container .select2-selection--single .select2-selection__rendered {
  color: #343A40;
  font-size: 18px;
  line-height: 22px;
  padding: 26px 20px 10px 20px; }

.modalFilter-top h2 {
  margin-right: 25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #343A40; }

.mainDebtSale-th {
  font-size: 12px;
  line-height: 1.4;
  color: #595C5F;
  padding-right: 10px; }

.mainDebtSale-td {
  font-size: 16px;
  line-height: 1.5;
  color: #343A40;
  padding-right: 10px;
  position: relative; }

.mainDebtSale-td .btnFavDebt {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/starGray.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.mainDebtSale-td .btnFavDebt.active {
  background-image: url(../images/starOrange.svg); }

.ic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.mainDebtSale-th .btnNone {
  padding-right: 15px;
  color: #595C5F; }

.mainDebtSale-th .active.btnNone:after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/mainDebtSaleTick.svg);
  right: 0;
  top: 5.5px;
  width: 7px;
  height: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute; }

.mainDebtSale-th .btnNone.active:after {
  /*transform: scale(1 , -1);*/ }

.mainDebtSale-th .active.desc.btnNone:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.riskNonExposure.riskLow {
  color: #1ACD8D; }

.riskNonExposure.riskExtremelylow {
  color: #02A386; }

.riskNonExposure.riskAverage {
  color: #FFB629; }

.riskNonExposure.riskTall {
  color: #F63754; }

.riskNonExposure.riskExtremelyHigh {
  color: #C30825; }

.mainDebtSale-td:nth-child(1),
.mainDebtSale-th:nth-child(1) {
  max-width: 356px;
  padding-left: 64px; }

.mainDebtSale-td:nth-child(2),
.mainDebtSale-th:nth-child(2) {
  max-width: 196px; }

.mainDebtSale-td:nth-child(3),
.mainDebtSale-th:nth-child(3) {
  max-width: 173px; }

.mainDebtSale-td:nth-child(4),
.mainDebtSale-th:nth-child(4) {
  max-width: 179px; }

.mainDebtSale-td:nth-child(5),
.mainDebtSale-th:nth-child(5) {
  max-width: 176px; }

.mainDebtSale-td:nth-child(6),
.mainDebtSale-th:nth-child(6) {
  max-width: 90px; }

.mainDebtSale-td:last-child,
.mainDebtSale-th:last-child {
  padding-right: 0; }

.riskInfoBtn {
  width: 15px;
  height: 15px;
  background-image: url(../images/riskInfoBtn.svg); }

.debtsLegalEntities .mainDebtSale-th:nth-child(1),
.debtsLegalEntities .mainDebtSale-td:nth-child(1) {
  max-width: 172px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.debtsLegalEntities .mainDebtSale-th:nth-child(2),
.debtsLegalEntities .mainDebtSale-td:nth-child(2) {
  max-width: 398px; }

.debtsLegalEntities .mainDebtSale-th:nth-child(3),
.debtsLegalEntities .mainDebtSale-td:nth-child(3) {
  max-width: 189px; }

.debtsLegalEntities .mainDebtSale-th:nth-child(4),
.debtsLegalEntities .mainDebtSale-td:nth-child(4) {
  max-width: 132px; }

.debtsLegalEntities .mainDebtSale-th:nth-child(5),
.debtsLegalEntities .mainDebtSale-td:nth-child(5) {
  max-width: 153px; }

.debtsLegalEntities .mainDebtSale-th:nth-child(6),
.debtsLegalEntities .mainDebtSale-td:nth-child(6) {
  max-width: 126px; }

.debtsLegalEntities-text .mainText:first-child {
  padding-right: 20px; }

.debtsLegalEntities-text .mainText:first-child:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 3px;
  width: 1px;
  height: 9px;
  background-color: #ACB2B7; }

.debtsLegalEntities-text .mainText:last-child:after {
  display: none; }

.mainDebtSale-td .greyText {
  font-size: 12px;
  line-height: 1.4;
  color: #ACB2B7; }

.wrapEncyclopediaTermsText .mainWrap {
  max-width: 400px; }

.wrapEncyclopediaTermsText .mainWrap a {
  color: #343A40;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'GolosUIWebVF'; }

.wrapEncyclopediaTermsText p {
  margin-bottom: 0;
  color: #ACB2B7;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; }

.wrapEncyclopediaTermsText {
  padding: 14px 0;
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid transparent; }

.news-list .wrapEncyclopediaTermsText:first-child {
  border-top: 1px solid #ECECEC; }

.alphabeticalPagination a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'GolosUIWebVF';
  padding: 4px 0;
  position: relative;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ACB2B7;
  white-space: nowrap; }

.alphabeticalPagination a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.alphabeticalPagination a.active,
.alphabeticalPagination a.allBtn {
  color: #097ED3; }

.alphabeticalPagination a:hover {
  color: #097ED3; }

.alphabeticalPagination a:hover:after {
  background-color: #097ED3; }

.mainEncyclopediaTermsText .btn-primary {
  padding: 20px 40px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 40px; }

.bottomEncyclopediaTermsText {
  padding-top: 80px; }

.bottomEncyclopediaTermsText p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #343A40;
  font-family: 'GolosUIWebVF'; }

.bottomEncyclopediaTermsText p:last-child {
  margin-bottom: 0; }

.alphabeticalPagination a.active:after,
.alphabeticalPagination a.allBtn:after {
  background-color: #097ED3; }

.alphabeticalPagination a:last-child {
  margin-right: 0; }

.wrapEncyclopediaTermsSearch form {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 0;
  width: 100%; }

.wrapEncyclopediaTermsSearch form .form-element {
  margin-top: 0;
  width: 100%;
  position: relative; }

.wrapAlphabeticalPagination {
  overflow: auto; }

.encyclopediaTermsDetailSidebar {
  max-width: 370px; }

.encyclopediaTermsDetailSidebar .encyclopediaTermsDetailImg {
  margin-bottom: 40px; }

.encyclopediaTermsDetailSidebar h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #000000; }

.encyclopediaTermsDetailSidebar p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #ACB2B7; }

.encyclopediaTermsDetailSidebar .wrapInput {
  margin-bottom: 20px; }

.encyclopediaTermsDetailSidebar .btn-primary {
  margin-bottom: 20px;
  padding: 20px 40px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase; }

.encyclopediaTermsDetailSidebar .mainFormText {
  color: #ACB2B7;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4; }

.encyclopediaTermsDetailSidebar .mainFormText a {
  color: #097ED3; }

.wrapInput {
  border-bottom: 2px solid #ACB2B7; }

.wrapInput input {
  padding: 18px 20px;
  width: 100%;
  -webkit-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
  background-color: #F8F9FB;
  outline: none;
  border: none;
  color: #ACB2B7;
  font-size: 18px;
  line-height: 22px; }

.mainEncyclopediaTermsDetail {
  padding-left: 400px;
  position: relative;
  min-height: 740px;
  padding-bottom: 80px; }

.mainEncyclopediaTermsDetail .news-detail {
  font-size: 18px;
  line-height: 1.4;
  color: #343A40; }

.mainEncyclopediaTermsDetail .news-detail *:not(a) {
  font-size: 18px;
  line-height: 1.4;
  color: #343A40; }

.mainEncyclopediaTermsDetail .news-detail p:last-child {
  margin-bottom: 0; }

.wrapEncyclopediaTermsDetailLinkTop {
  overflow: auto; }

.encyclopediaTermsDetailLinkTop.fadeTabTopLot .encyclopediaTermsDetailTab {
  white-space: nowrap; }

.encyclopediaTermsDetailLink .encyclopediaTermsDetailLinkTop {
  margin-bottom: 30px; }

.wrapEncyclopediaTermsDetailLink {
  padding: 29px;
  border: 1px solid #ECECEC;
  position: relative;
  z-index: 99; }

.wrapEncyclopediaTermsDetailLink h4 {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #343A40; }

.absLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wrapEncyclopediaTermsDetailLink p {
  margin-bottom: 0;
  color: #ACB2B7;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4; }

.mainEncyclopediaTermsDetail .encyclopediaTermsDetailSidebar {
  position: absolute;
  top: 0;
  left: 0; }

.purchaseSalePage .we-numbers-list li {
  padding: 70px 5px 20px; }

.purchaseSalePage .we-numbers-list__count.price {
  line-height: 36px;
  min-height: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.purchaseSalePage .overview-lots .item .img-wrap {
  width: 100%;
  margin-bottom: 16px; }

.purchaseSalePage .overview-lots .text-wrap {
  padding-left: 0;
  width: 100%; }

.purchaseSalePage .owl-lots {
  padding-left: 0;
  padding-right: 0; }

.purchaseSalePage .we-numbers {
  margin-bottom: 0; }

.mainEncyclopediaTermsDetail .clearBoth {
  clear: both; }

@media (max-width: 991px) {
  .purchaseSalePage .we-numbers-list__count.price {
    min-height: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .purchaseSalePage .we-numbers-list li {
    padding: 52px 5px 20px; }
  .purchaseSalePage .we-numbers {
    padding-bottom: 40px; }
  .purchaseSalePage .box-lots.mb-98 {
    margin-bottom: 0; }
  .purchaseSalePage .l-page.has-sidebar {
    padding-right: 0;
    padding-left: 0; } }

@media (max-width: 767px) {
  .purchaseSalePage .we-numbers-list__count.price {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .purchaseSalePage .priemnaya a,
  .purchaseSalePage .priemnaya .buyrealty,
  .purchaseSalePage .priemnaya .sellrealty {
    padding: 16px !important; }
  .purchaseSalePage .priemnaya span {
    margin-bottom: 0; } }

@media (max-width: 575px) {
  .purchaseSalePage .box-lots .box-lots__title {
    display: block; }
  .purchaseSalePage .box-lots .box-lots__title .dark-blue-btn {
    display: table;
    margin-top: 24px; } }

.wrapEncyclopediaTermsSearch form .form-element:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 25px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/searchIconBlack.svg); }

.wrapEncyclopediaTermsSearch form .form-element input {
  background-color: #F8F9FB;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 18px 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ACB2B7;
  height: auto;
  opacity: 1; }

.encyclopediaTermsDetailImg {
  position: relative;
  width: 100%;
  height: 300px; }

.encyclopediaTermsDetailImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; }

@media (max-width: 991px) {
  .wrapEncyclopediaTermsText .mainWrap {
    max-width: none;
    margin-bottom: 10px; }
  .bottomEncyclopediaTermsText {
    padding-top: 60px; } }

@media (max-width: 767px) {
  body .l-section .mainEncyclopediaTermsDetail .page-title {
    margin-bottom: 30px; }
  .encyclopediaTermsDetailImg {
    height: 486px; }
  .mainEncyclopediaTermsDetail .encyclopediaTermsDetailSidebar {
    position: static;
    max-width: 100%;
    margin-bottom: 60px; }
  .mainEncyclopediaTermsDetail {
    min-height: auto;
    padding-left: 0;
    padding-bottom: 60px; } }

@media (max-width: 575px) {
  .mainEncyclopediaTermsDetail {
    padding-bottom: 40px; }
  .encyclopediaTermsDetailSidebar p {
    font-size: 14px; }
  .encyclopediaTermsDetailSidebar h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3; }
  .encyclopediaTermsDetailSidebar .encyclopediaTermsDetailImg {
    margin-bottom: 30px; }
  .mainEncyclopediaTermsDetail .encyclopediaTermsDetailSidebar {
    margin-bottom: 40px; }
  .encyclopediaTermsDetailImg {
    height: 243px; } }

.l-section.mainBook .btn-primary {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 21px;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 8px 10px 10px 10px; }

.b-news-detail-body iframe {
  max-width: 100%; }

.b-news-detail-body img {
  height: auto; }

@media (max-width: 991px) {
  .l-section.mainBook h5 {
    text-align: center; } }

.bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.viewingVideosModal {
  height: 300px; }

.viewingVideosModal.videoPlay:before {
  /*content: '';*/
  /*position: absolute;*/
  /*z-index: 1;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translateY(-50%) translateX(-50%);*/
  /*width: 100px;*/
  /*height: 100px;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*background-size: contain;*/
  /*background-image: url(../images/videoPlay.svg);*/ }

.viewingVideosModal .bgImg {
  object-fit: cover; }

.btnNone {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer; }

.btnNone:focus {
  outline: none; }

.infoBlue {
  padding-top: 120px;
  padding-bottom: 100px; }

.infoBlue .boxInfoBlue {
  margin-bottom: 20px; }

.infoBlue h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #343A40; }

.wrapPageSearchLot input {
  background-color: #F8F9FB;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 18px 16px 18px 69px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  border: none;
  outline: none; }

@media (max-width: 575px) {
  .wrapPageSearchLot input {
    padding: 18px 16px 18px 32px;
    font-size: 14px; } }

.popup-window {
  max-height: 70vh;
  overflow: auto; }

.tab-content.fadeTab {
  -webkit-animation: tabContent 0.5s cubic-bezier(0.6, 0, 0.18, 0.99);
          animation: tabContent 0.5s cubic-bezier(0.6, 0, 0.18, 0.99); }

.tab-content {
  display: none; }

.tab-content.active {
  display: block; }

@-webkit-keyframes tabContent {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tabContent {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.fadeTabTopLot .fadeTab-h {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 5px;
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: -1px;
  cursor: pointer; }

.fadeTabTopLot .fadeTab-h {
  margin-right: 30px; }

.fadeTabTopLot .fadeTab-h:last-child {
  margin-right: 0; }

.fadeTabTopLot {
  border-bottom: 1px solid #ECECEC; }

.fadeTabTopLot .fadeTab-h:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.fadeTabTopLot .fadeTab-h.active {
  cursor: default;
  color: #097ED3; }

.fadeTabTopLot .fadeTab-h.active:after {
  background-color: #097ED3; }

.contentTopLot h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #343A40;
  margin-right: 30px;
  font-weight: 400; }

.contentTopLot .btnFav {
  margin-left: 15px;
  margin-right: 15px; }

.contentTopLot .modalFilterBtn {
  margin-left: auto; }

.extendedFilterProperties {
  display: none; }

.extendedFilterProperties.active {
  display: block; }

.btnFav {
  font-size: 14px;
  line-height: 1.4;
  color: #ACB2B7;
  padding-left: 24px; }

.btnFav:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/starGray.svg); }

.resetFilter {
  font-size: 14px;
  line-height: 1.4;
  color: #ACB2B7;
  padding-left: 17px; }

.resetFilter:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/resetFilter.svg); }

.contentTopLot .resetFilter {
  margin-right: 23px;
  margin-left: auto; }

.filterText {
  font-size: 14px;
  line-height: 1.4;
  color: #343A40; }

.btnFav.active:after {
  background-image: url(../images/starOrange.svg); }

.btnFav span {
  border-bottom: 1px dashed #ACB2B7;
  display: inline-block; }

.wrapPageSearchLot .searchIc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  left: 25px;
  background-image: url(../images/searchIc.svg); }

@media (max-width: 575px) {
  .wrapPageSearchLot .searchIc {
    width: 16px;
    height: 16px;
    left: 8px; }
  .searchForm {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .searchForm .form-element {
    max-width: none !important;
    width: 100%; }
  .searchForm .searchFormBtn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .searchFormBtn .btn {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px); } }

.wrapPageSearchLot input::-webkit-input-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapPageSearchLot input:-moz-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapPageSearchLot input:focus-within::-moz-placeholder {
  color: transparent; }

.wrapPageSearchLot input:focus-within:-ms-input-placeholder {
  color: transparent; }

.wrapPageSearchLot input:focus-within::-webkit-input-placeholder {
  color: transparent; }

.wrapPageSearchLot input:focus-within:-moz-placeholder {
  color: transparent; }

.wrapPageSearchLot input:focus-within::-moz-placeholder {
  color: transparent; }

.wrapPageSearchLot input:focus-within:-ms-input-placeholder {
  color: transparent; }

.wrapPageSearchLot input::-ms-input-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapPageSearchLot input::-webkit-input-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapPageSearchLot input:-ms-input-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapPageSearchLot input::placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.infoBlue p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 60px;
  color: #ACB2B7; }

.infoBlue .infoBlue-text {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto; }

.wrapInfoBlue {
  padding: 37px 40px 37px 113px;
  background-color: #F8F9FB;
  min-height: 120px;
  height: 100%; }

.wrapInfoBlue:after {
  content: '';
  position: absolute;
  top: 36px;
  left: 35px;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icInfoBlue.svg); }

.wrapInfoBlue h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #343A40;
  margin-bottom: 0;
  width: 100%; }

.wrapInfoBlue p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #ACB2B7;
  margin-bottom: 0;
  margin-top: 1px;
  width: 100%; }

.title-h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #343A40;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.expertsList {
  padding-bottom: 120px; }

.expertsList .link {
  font-size: 13px;
  line-height: 16px;
  color: #ACB2B7;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s; }

.expertsList .link:hover {
  color: #097ED3; }

.expertsList__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px 30px;
  width: 100%;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); }

.expertsList__grid.owl-carousel {
  display: block; }

.expertsList__grid--img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 24px;
  background-color: #F8F9FB; }

.expertsList__grid--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.expertsList__grid--name {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 140%;
  color: #343A40;
  margin-bottom: 6px;
  -webkit-transition: .3s;
  transition: .3s; }

.expertsList__grid--name:hover {
  color: #097ED3; }

.expertsList__grid--spec {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 140%;
  color: #343A40;
  margin-bottom: 0; }

.expertsList__grid .owl-prev {
  left: -24px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.expertsList__grid .owl-next {
  right: -24px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.expertsList__grid .owl-prev,
.expertsList__grid .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  display: block;
  font-size: 0; }

.findExecutor {
  padding-bottom: 120px; }

.findExecutor__box {
  background: #F8F9FB;
  padding: 30px;
  height: 100%; }

.findExecutor__box--title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 20px;
  display: block;
  width: 100%; }

.findExecutor__box--text {
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 40px;
  display: block;
  width: 100%; }

.findExecutor__box--text:last-child {
  margin-bottom: 0; }

.expert-accreditation {
  /*background: #F8F9FB;*/
  width: 100%;
  margin-bottom: 120px;
  padding: 100px 0;
  position: relative;
  z-index: 1; }

.expert-accreditation__bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  z-index: -1;
  object-fit: contain; }

.expert-accreditation .list {
  list-style-type: none;
  margin: 0 0 60px;
  padding: 0;
  display: block; }

.expert-accreditation .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px; }

.expert-accreditation .list li:before {
  content: '';
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../images/icInfoRed.svg");
  margin-right: 8px;
  margin-top: -2px; }

.expert-accreditation .numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  width: 100%;
  max-width: 570px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }

.expert-accreditation .numbers li {
  background: #FFFFFF;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 120%;
  color: #343A40; }

.expert-accreditation .numbers li span {
  font-size: 40px;
  line-height: 130%;
  display: block; }

@media (max-width: 1470px) {
  .expert-accreditation__bg {
    object-fit: cover; } }

@media (max-width: 991px) {
  .expert-accreditation {
    padding: 80px 0;
    background: #F8F9FB;
    margin-bottom: 80px; }
  .expert-accreditation .list {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .expert-accreditation {
    padding: 60px 0;
    margin-bottom: 60px; }
  .expert-accreditation .numbers {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }
  .expert-accreditation .list {
    margin-bottom: 24px; } }

.list-directions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  width: 100%;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }

.list-directions li {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 18px;
  line-height: 140%;
  padding: 20px; }

.section {
  margin-bottom: 120px; }

.section.bg-grey {
  background: #F8F9FB;
  padding: 100px 0; }

.section.bg-grey .bg-secondary.p-32 {
  background: #fff !important; }

.section .bg-secondary.p-32 {
  padding: 32px !important;
  background: #F8F9FB !important;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  max-width: 370px;
  margin-left: auto; }

.order-work {
  background: #F8F9FB;
  margin-bottom: 120px;
  padding: 100px 0; }

.order-work .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  width: 100%;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }

.order-work .list li {
  background: #FFFFFF;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 32px; }

.order-work .list li .btn {
  width: 100%; }

.order-work .list__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin: 0 0 12px; }

.order-work .list__text {
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 24px; }

.order-work .list__text:last-child {
  margin-bottom: 0; }

.sign-up-consultation {
  background: radial-gradient(106% 864.29% at 0% 0%, #2194E8 0%, #2194E8 27.2%, #63B2EC 100%);
  padding: 100px 0;
  text-align: center; }

.sign-up-consultation .form {
  background: #fff;
  padding: 64px;
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }

.sign-up-consultation .text {
  font-size: 18px;
  line-height: 140%; }

.sign-up-consultation .btn {
  width: 100%; }

.guaranteed-quality {
  margin-bottom: 120px; }

.guaranteed-quality .wrapper {
  background: #F8F9FB;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 64px 48px;
  text-align: center; }

.guaranteed-quality ol {
  counter-reset: myCounter;
  margin: 0 auto 80px;
  padding: 32px 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  width: 100%;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  max-width: 870px; }

.guaranteed-quality ol li {
  list-style: none;
  font-size: 16px;
  line-height: 120%;
  background: #FFFFFF;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: relative;
  padding: 48px 32px 32px; }

.guaranteed-quality ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: white;
  background: #0098f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -32px; }

.photo-expert {
  position: relative; }

.photo-expert .d-flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  left: 20px;
  bottom: 12px;
  z-index: 2; }

.photo-expert__label {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  padding: 6px 12px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 16px 8px 0; }

.more-about {
  margin: 0 0 80px;
  font-size: 18px; }

.more-about .card {
  background: #F8F9FB;
  height: auto; }

.more-about .card .badge-light {
  background: #fff; }

.more-about .card .card-data__text {
  color: #595C5F; }

.more-about__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.more-about__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px; }

.more-about__list li:before {
  content: '';
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background: #02A386;
  margin: 6px 12px 0; }

@media (max-width: 991px) {
  .section,
  .guaranteed-quality {
    margin-bottom: 80px; }
  .section.bg-grey {
    padding: 80px 0; }
  .section .bg-secondary.p-32 {
    max-width: 100%; }
  .list-directions {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
  .order-work {
    margin-bottom: 80px;
    padding: 80px 0; }
  .order-work .list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }
  .sign-up-consultation {
    padding: 80px 0; }
  .guaranteed-quality .wrapper {
    padding: 48px; }
  .guaranteed-quality ol {
    margin: 0 auto 40px;
    padding: 0;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 767px) {
  .section,
  .guaranteed-quality {
    margin-bottom: 60px; }
  .section.bg-grey {
    padding: 60px 0; }
  .section .bg-secondary.p-32 {
    padding: 24px !important; }
  .list-directions {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px; }
  .order-work {
    margin-bottom: 60px;
    padding: 60px 0; }
  .order-work .list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }
  .order-work .list li {
    padding: 24px; }
  .sign-up-consultation {
    padding: 60px 0; }
  .sign-up-consultation .form {
    padding: 24px; }
  .guaranteed-quality .wrapper {
    padding: 24px; }
  .guaranteed-quality ol li {
    padding: 48px 24px 24px; }
  .guaranteed-quality ol li:before {
    width: 48px;
    height: 48px;
    font-size: 16px;
    top: -12px; } }

.postServices {
  text-align: center;
  padding-bottom: 120px; }

.postServices .wrap {
  max-width: 570px;
  width: 100%;
  margin: 0 auto; }

.postServices__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px; }

.postServices__text {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 4px; }

.postServices .link {
  font-size: 14px;
  line-height: 140%; }

.infoRed {
  padding-bottom: 90px; }

.infoRed .boxInfoRed {
  margin-bottom: 30px; }

.infoRed h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 60px;
  color: #343A40;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto; }

.infoRed h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 60px;
  color: #343A40; }

.wrapInfoRed {
  padding: 52px 100px 35px 114px;
  background-color: #F8F9FB;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.wrapInfoRed .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%; }

.wrapInfoRed:after {
  content: '';
  position: absolute;
  top: 35px;
  left: 30px;
  width: 64px;
  height: 64px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icInfoRed.svg); }

.wrapInfoRed h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #343A40;
  margin-bottom: 20px;
  width: 100%; }

.wrapInfoRed p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #343A40;
  margin-bottom: 0;
  width: 100%; }

.wrapInfoRed p .btnNone {
  color: #097ED3; }

.mainInfoRed {
  counter-reset: num; }

.mainInfoRed .boxInfoRed .wrapInfoRed:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: 47px;
  left: 52px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #FFFFFF;
  z-index: 1; }

.wrapInfoBlueBg {
  background: radial-gradient(106% 864.29% at 0% 0%, #2194E8 0%, #2194E8 27.2%, #63B2EC 100%);
  padding: 52px 100px 35px 109px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.wrapInfoBlueBg h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 33px; }

.wrapInfoBlueBg .btnText {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #FFFFFF; }

.wrapInfoBlueBg:after {
  content: '';
  position: absolute;
  top: 35px;
  left: 25px;
  width: 64px;
  height: 64px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/infoBlueBg.svg); }

.contentAccordion {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.mainBlueAccordion {
  max-width: 1000px;
  padding-bottom: 120px; }

.mainBlueAccordion h2 {
  color: #343A40;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 60px; }

.blueAccordionBtn {
  padding: 5.5px 0 5.5px 61px;
  color: #343A40;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4; }

.blueAccordionBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/blueAccordionBtn.svg); }

.blueAccordionContent {
  padding-left: 61px; }

.blueAccordionContent p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #ACB2B7; }

.blueAccordionContent p:last-child {
  margin-bottom: 0; }

.wrapBlueAccordion .blueAccordion {
  margin-bottom: 40px; }

.wrapBlueAccordion .blueAccordion:last-child {
  margin-bottom: 0; }

.bgBigBlue {
  background: radial-gradient(106% 864.29% at 0% 0%, #2194E8 0%, #2194E8 27.2%, #63B2EC 100%);
  padding-top: 98px;
  padding-bottom: 98px; }

.bgBigBlueText {
  padding-top: 22px;
  max-width: 670px;
  padding-right: 30px; }

.bgBigBlueText h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #FFFFFF; }

.bgBigBlueText p {
  margin-bottom: 80px;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 370px; }

.btn.btnWhite {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #fff;
  padding: 19px 30px;
  color: #097ED3;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 270px;
  text-transform: uppercase;
  border-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.btn.btnWhite:hover {
  background-color: transparent;
  color: #ffffff; }

.bgBigBlueImg {
  max-width: 470px; }

.mainBannerGray {
  background-color: #F8F9FB;
  padding-bottom: 100px;
  padding-top: 44px;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.mainBannerGray__bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: -1;
  object-fit: contain;
  height: 100%; }

.mainBannerGray__expert {
  width: 370px;
  min-width: 370px;
  object-fit: cover;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.mainBannerGrayText h2,
.mainBannerGrayText h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #343A40;
  margin-bottom: 30px; }

.mainBannerGrayText .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px 50px;
  width: 100%;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }

.mainBannerGrayText .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 150%; }

.mainBannerGrayText .list li:before {
  content: '';
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../images/icInfoBlue2.svg);
  margin-right: 8px;
  margin-top: -2px; }

.mainBannerGrayText p {
  line-height: 1.5;
  color: #343A40;
  margin-bottom: 60px;
  max-width: 470px; }

.mainBannerGrayImg {
  max-width: 420px;
  object-fit: contain; }

.mainBannerGrayText {
  max-width: 720px;
  padding-right: 50px; }

.btn.btnRed {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #F63754;
  padding: 19px 40px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #F63754; }

.btn.btnRed:hover {
  background-color: #DD2E49;
  border-color: #DD2E49; }

.mainModalPage {
  max-width: 740px;
  z-index: 1; }

.modal-dialog.mainModalPage.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 740px;
  margin: auto; }

.mainModalPage .btnBlue {
  margin-bottom: 20px; }

.textForm {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #ACB2B7; }

.textForm a {
  color: #097ED3;
  display: inline-block; }

.mainModalPage .modal-content {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 50px 60px;
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0; }

@media (max-width: 1199.98px) {
  .wrapper.slideout-panel.slideout-panel-right {
    position: static !important; } }

.mainModalPage .modal-content .closeModal {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 16px;
  height: 16px;
  background-image: url(../images/closeModal.svg); }

.closeModuleJs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.forgotPasswordBtn {
  color: #ACB2B7;
  font-size: 14px;
  line-height: 1.4; }

.mainModalPage .modal-content .mainModalPageTop {
  margin-bottom: 20px; }

.mainModalPage .row {
  padding-left: 5px;
  padding-right: 5px; }

.mainModalPage .textModal {
  font-size: 18px;
  line-height: 1.4;
  color: #343A40; }

.mainModalPage .wrapModalInput {
  margin-bottom: 20px; }

.mainModalPage .viewingVideosModal {
  margin-bottom: 30px; }

.mainModalPage .viewingVideosModal iframe {
  width: 100%;
  height: 100%; }

.mainModalPage .wrapModalTextarea {
  margin-bottom: 20px; }

.mainModalPage .mb-n3 {
  margin-bottom: -16px; }

.wrapModalInput {
  padding-left: 10px;
  padding-right: 10px; }

.wrapModalTextarea {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0; }

.mainModalInput {
  padding-bottom: 20px; }

.wrapModalInput input {
  -webkit-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
  width: 100%;
  border: 2px solid transparent;
  border-bottom: 2px solid #C6C6C6;
  background-color: #F8F9FB;
  padding: 17px 18px;
  outline: none;
  font-size: 18px;
  line-height: 22px;
  opacity: 1;
  height: auto; }

.wrapModalInput input::-webkit-input-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapModalInput input::-moz-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapModalInput input:-moz-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapModalInput input:-ms-input-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapModalInput input:focus::-webkit-input-placeholder {
  color: transparent; }

.wrapModalInput input:focus::-moz-placeholder {
  color: transparent; }

.wrapModalInput input:focus:-moz-placeholder {
  color: transparent; }

.wrapModalInput input:focus:-ms-input-placeholder {
  color: transparent; }

body .wrapModalTextarea textarea {
  -webkit-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
  width: 100%;
  border: 2px solid transparent;
  border-bottom: 2px solid #C6C6C6;
  background-color: #F8F9FB;
  padding: 10px 20px;
  outline: none;
  font-size: 18px;
  line-height: 22px;
  height: 182px;
  resize: none;
  opacity: 1; }

.wrapModalTextarea textarea::-webkit-input-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapModalTextarea textarea::-moz-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapModalTextarea textarea:-moz-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapModalTextarea textarea:-ms-input-placeholder {
  color: #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wrapModalTextarea textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.wrapModalTextarea textarea:focus::-moz-placeholder {
  color: transparent; }

.wrapModalTextarea textarea:focus:-moz-placeholder {
  color: transparent; }

.wrapModalTextarea textarea:focus:-ms-input-placeholder {
  color: transparent; }

.mainModalPageTop h4 {
  max-width: 490px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #343A40; }

.mainModalPageTop p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4; }

.mainModalDropdown-menu .mainLi .mainLiText {
  background: #F8F9FB;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 19px 10px 17px 10px;
  border-bottom: 2px solid #ACB2B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  color: #ACB2B7; }

.mainModalDropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mainModalDropdown-menu .mainLi:first-child .mainLiText {
  -webkit-border-radius: 6px 0 0 0;
          border-radius: 6px 0 0 0; }

.mainModalDropdown-menu .mainLi:last-child .mainLiText {
  -webkit-border-radius: 0 6px 0 0;
          border-radius: 0 6px 0 0; }

.mainModalDropdown-menu .mainLi {
  margin-bottom: 20px; }

.mainModalDropdown-menu .mainLi input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.mainModalDropdown-menu .mainLi input:checked + .mainLiText {
  color: #097ED3;
  border-color: #097ED3; }

.mainModalSelect {
  padding: 18px 54px 18px 20px;
  -webkit-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
  background-color: #F8F9FB;
  color: #ACB2B7;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #C6C6C6; }

.mainModalSelect:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  width: 14px;
  height: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/grayTick.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.mainModalSelect.active:after {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.btn.btnBlue {
  background-color: #097ED3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 20px;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  border-color: #097ED3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase; }

.btn.btnBlue:hover {
  background-color: #61B1EC;
  border-color: #61B1EC; }

.btn.btnBrdBlue {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 20px;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #097ED3;
  border-color: #097ED3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase; }

.btn.btnBrdBlue:hover {
  border-color: #61B1EC;
  color: #61B1EC; }

.btn.disabled {
  opacity: .75;
  pointer-events: none;
  white-space: nowrap; }

.form-request .error input {
  border-color: red;
  color: red; }

.wrapBlueMobileSlider {
  background: radial-gradient(106% 864.29% at 0% 0%, #2194E8 0%, #2194E8 27.2%, #63B2EC 100%);
  padding-top: 120px;
  padding-bottom: 160px; }

.wrapBlueMobileSlider .mainText {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF; }

.wrapBlueMobileSlider h3 {
  margin-bottom: 80px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  color: #FFFFFF; }

.wrapBlueMobileSlider h3 span {
  font-weight: 400; }

.blueMobileSliderItem {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 40px 20px; }

.blueMobileSliderTop {
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  color: #FFFFFF; }

.blueMobileSliderBottom {
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 215px; }

.blueMobileSlider .item {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33%; }

.boxBlueMobileSlider {
  max-width: 268px; }

.mb-120 {
  margin-bottom: 120px; }

.wrapUlLiPriceRed {
  width: 50%;
  background-color: #F8F9FB;
  padding-top: 80px;
  padding-bottom: 80px; }

.boxUlLiPriceRed {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 585px;
  height: 100%; }

.ulLiPriceRed {
  max-width: 455px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.ulLiPriceRed h6 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
  color: #343A40; }

.ulLiPriceRed ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px; }

.ulLiPriceRed ul li {
  position: relative;
  padding-left: 38px;
  color: #343A40;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px; }

.ulLiPriceRed ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/ulLiPriceRed.svg); }

.ulLiPriceRed ul li:last-child {
  margin-bottom: 0; }

.ulLiPriceRed .mainText {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #343A40;
  margin-top: auto; }

.ulLiPriceRed .btn.btnRed {
  max-width: 270px; }

.wrapUlLiPriceBlue {
  width: 50%;
  background: radial-gradient(106% 864.29% at 0% 0%, #2194E8 0%, #2194E8 27.2%, #63B2EC 100%);
  padding-top: 80px;
  padding-bottom: 80px; }

.boxUlLiPriceBlue {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 621px; }

.ulLiPriceBlue {
  max-width: 381px; }

.ulLiPriceBlue h6 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
  color: #FFFFFF; }

.ulLiPriceBlue ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px; }

.ulLiPriceBlue ul li {
  position: relative;
  padding-left: 38px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px; }

.ulLiPriceBlue ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/ulLiPriceBlue.svg); }

.ulLiPriceBlue ul li:last-child {
  margin-bottom: 0; }

.ulLiPriceBlue .mainText {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF; }

.ulLiPriceBlue .btn.btnWhite {
  max-width: 270px; }

.textPassModal p {
  color: #343A40;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4; }

.textPassModal .btnText {
  color: #ACB2B7;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 1px dashed #ACB2B7; }

.mainModal {
  overflow: auto; }

.wrapTextInfoModal .textForm {
  padding-right: 10px;
  padding-left: 10px; }

.mainDebtSaleTable .btnBlue {
  margin-top: 40px;
  max-width: 180px; }

.textInfoSafety {
  font-size: 14px;
  line-height: 1.4;
  color: #595C5F;
  padding-left: 44px;
  max-width: 262px; }

.textInfoSafety:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/textInfoSafety.svg); }

.modalRisk h2 {
  width: 100%;
  margin-bottom: 60px;
  color: #343A40;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  text-align: center; }

.modalRisk img {
  width: 100%;
  max-width: 100%;
  object-fit: contain; }

.mainInfoPage a {
  color: #097ED3; }
  .mainInfoPage a:hover {
    color: #0761A2; }

.mainInfoPage .blockquote {
  padding: 48px 60px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background: linear-gradient(263.36deg, #F63754 14.19%, rgba(246, 55, 84, 0.9) 84.51%);
  margin-bottom: 36px; }
  .mainInfoPage .blockquote h3 {
    margin-bottom: 16px;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.3;
    color: #FFFFFF; }
  .mainInfoPage .blockquote P {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #FFFFFF; }

.mainInfoPage .blockquote2 {
  margin: 0 0 24px 0;
  padding: 12px 24px;
  border-left: 4px solid #29B6F6;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #343A40; }

.mainInfoPage .breadcrumb {
  margin-left: -11px;
  margin-right: -11px;
  width: -webkit-calc(100% + 22px);
  width: calc(100% + 22px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px; }
  .mainInfoPage .breadcrumb li {
    padding: 0 11px;
    position: relative;
    line-height: 1;
    margin-bottom: 8px; }
    .mainInfoPage .breadcrumb li a, .mainInfoPage .breadcrumb li span {
      font-size: 14px;
      line-height: 1.2;
      color: #ACB2B7; }
    .mainInfoPage .breadcrumb li:before {
      content: "-";
      font-size: 14px;
      line-height: 1.2;
      padding: 0;
      position: absolute;
      right: 100%;
      -webkit-transform: translateX(50%) translateY(-50%);
          -ms-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%);
      top: 50%; }
    .mainInfoPage .breadcrumb li:first-child:before {
      display: none; }

.mainInfoPage h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #343A40;
  margin-bottom: 24px; }

.mainInfoPage h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #343A40;
  margin-bottom: 16px; }

.mainInfoPage h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #343A40;
  margin-bottom: 8px; }

.mainInfoPage .h3-top {
  font-weight: 400;
  margin-bottom: 36px; }

.mainInfoPage p {
  color: #343A40;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px; }

.mainInfoPage .underline-dashed, .mainInfoPage .underline-dashed:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted; }

.mainInfoPage .socialItem {
  margin-bottom: 36px; }

.mainInfoPage .b-news-detail-top-meta {
  margin-left: -8px;
  margin-right: -8px;
  width: -webkit-calc(100% + 16px);
  width: calc(100% + 16px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px; }
  .mainInfoPage .b-news-detail-top-meta .b-meta-item {
    margin: 0 8px 8px 8px;
    color: rgba(52, 58, 64, 0.5);
    font-size: 16px;
    line-height: 1.3; }

@media (max-width: 991px) {
  .mainInfoPage h1 {
    font-size: 24px;
    margin-bottom: 12px;
    text-align: left; }
  .mainInfoPage h2 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 16px; }
  .mainInfoPage h3 {
    font-size: 18px;
    line-height: 1.2; }
  .mainInfoPage .h3-top {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 18px; }
  .mainInfoPage p {
    font-size: 16px;
    margin-bottom: 20px; }
  .mainInfoPage .b-news-detail-top-meta {
    display: none; }
  .mainInfoPage .socialItem {
    margin-bottom: 20px; }
    .mainInfoPage .socialItem .wrapText {
      font-size: 18px;
      line-height: 1.2; }
    .mainInfoPage .socialItem .socialItemIcon {
      width: 58px;
      height: 51px; }
  .mainInfoPage .blockquote {
    padding: 36px 24px; }
    .mainInfoPage .blockquote h3 {
      font-size: 18px; }
    .mainInfoPage .blockquote P {
      font-size: 16px; }
  .mainInfoPage .blockquote2 {
    margin: 0 0 16px 0;
    font-size: 16px; } }

@media (max-width: 767px) {
  .mainInfoPage .breadcrumb {
    display: none; } }

.socialItem {
  position: relative;
  padding: 36px 60px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background-color: #29B6F6;
  overflow: hidden;
  display: block; }
  .socialItem:not(.psevdoNone):after, .socialItem:not(.psevdoNone):before {
    content: '';
    -webkit-border-radius: 100%;
            border-radius: 100%;
    position: absolute;
    background-color: #61CBFC; }
  .socialItem:not(.psevdoNone):after {
    width: 131px;
    height: 131px;
    top: -webkit-calc(100% - 65px);
    top: calc(100% - 65px);
    right: -webkit-calc(100% - 63px);
    right: calc(100% - 63px); }
  .socialItem:not(.psevdoNone):before {
    width: 132px;
    height: 131px;
    top: -webkit-calc(100% - 24px);
    top: calc(100% - 24px);
    left: 3px; }
  .socialItem:not(.psevdoNone) .wrapSocialItem:after, .socialItem:not(.psevdoNone) .wrapSocialItem:before {
    content: '';
    -webkit-border-radius: 100%;
            border-radius: 100%;
    position: absolute;
    background-color: #61CBFC;
    width: 110px;
    height: 110px; }
  .socialItem:not(.psevdoNone) .wrapSocialItem:after {
    bottom: -webkit-calc(100% - 45px);
    bottom: calc(100% - 45px);
    left: -webkit-calc(100% - 65px);
    left: calc(100% - 65px); }
  .socialItem:not(.psevdoNone) .wrapSocialItem:before {
    bottom: -webkit-calc(100% - 97px);
    bottom: calc(100% - 97px);
    left: -webkit-calc(100% - 16px);
    left: calc(100% - 16px); }
  .socialItem.imgBox:not(.bigSize) .img {
    width: 213px;
    margin-bottom: 16px; }
  @media (min-width: 576px) {
    .socialItem.imgBox:not(.bigSize) .wrapText {
      width: -webkit-calc(100% - 212px);
      width: calc(100% - 212px); }
    .socialItem.imgBox:not(.bigSize) .img {
      width: 213px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 29px;
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .socialItem.imgBox.bigSize {
      padding-bottom: 0; }
      .socialItem.imgBox.bigSize .wrapSocialItem {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .socialItem.imgBox.bigSize .wrapText {
        width: 100%; }
      .socialItem.imgBox.bigSize .img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: -webkit-calc(100% + 72px);
        width: calc(100% + 72px);
        margin: 16px -36px 0 -36px;
        max-width: none; } }
  @media (max-width: 575px) {
    .socialItem.imgBox.bigSize .img {
      width: -webkit-calc(100% + 48px);
      width: calc(100% + 48px);
      margin: 16px -24px 0 -24px; } }
  @media (min-width: 992px) {
    .socialItem.imgBox.bigSize .wrapText {
      max-width: 460px;
      width: -webkit-calc(100% - 440px);
      width: calc(100% - 440px); }
    .socialItem.imgBox.bigSize .img {
      width: 496px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .socialItem.imgBox.bigSize .img {
      width: 732px; }
    .socialItem.imgBox.bigSize .wrapText {
      width: -webkit-calc(100% - 600px);
      width: calc(100% - 600px); } }
  @media (min-width: 1400px) {
    .socialItem.imgBox.bigSize .wrapSocialItem {
      position: relative; } }
  .socialItem .wrapSocialItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .socialItem .socialItemIcon {
    width: 90px;
    height: 79px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .socialItem .socialItemIcon.tgIcon {
      background-image: url(../images/tgIconSocial.svg); }
  .socialItem .wrapText {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.3;
    width: -webkit-calc(100% - 106px);
    width: calc(100% - 106px); }
  .socialItem.bigSize {
    -webkit-border-radius: 0;
            border-radius: 0; }
  @media (min-width: 1200px) {
    .socialItem.bigSize {
      padding: 72px 120px; }
      .socialItem.bigSize:after {
        top: -webkit-calc(100% - 106px);
        top: calc(100% - 106px); }
      .socialItem.bigSize:before {
        width: 181px;
        height: 180px;
        top: -webkit-calc(100% - 85px);
        top: calc(100% - 85px);
        left: 7px; }
      .socialItem.bigSize .wrapSocialItem {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto; }
        .socialItem.bigSize .wrapSocialItem .wrapText {
          max-width: 894px; }
        .socialItem.bigSize .wrapSocialItem:after {
          width: 157px;
          height: 156px;
          bottom: -webkit-calc(100% - 57px);
          bottom: calc(100% - 57px);
          left: -webkit-calc(100% - 154px);
          left: calc(100% - 154px); }
        .socialItem.bigSize .wrapSocialItem:before {
          width: 157px;
          height: 157px;
          bottom: -webkit-calc(100% - 102px);
          bottom: calc(100% - 102px);
          left: -webkit-calc(100% - 56px);
          left: calc(100% - 56px); } }
  @media (max-width: 575px) {
    .socialItem {
      padding: 24px; }
      .socialItem:after {
        top: -webkit-calc(100% - 75px);
        top: calc(100% - 75px);
        right: -webkit-calc(100% - 43px);
        right: calc(100% - 43px); }
      .socialItem:before {
        top: -webkit-calc(100% - 34px);
        top: calc(100% - 34px);
        right: -webkit-calc(100% - 114px);
        right: calc(100% - 114px); }
      .socialItem .wrapText {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 1; }
      .socialItem .socialItemIcon {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        margin-bottom: 16px; }
      .socialItem .wrapSocialItem {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .socialItem .wrapSocialItem:after {
          bottom: -webkit-calc(100% - 35px);
          bottom: calc(100% - 35px);
          left: -webkit-calc(100% - 61px);
          left: calc(100% - 61px); }
        .socialItem .wrapSocialItem:before {
          bottom: -webkit-calc(100% - 87px);
          bottom: calc(100% - 87px);
          left: -webkit-calc(100% - 12px);
          left: calc(100% - 12px); } }

@media (min-width: 1200px) {
  .l-page.mainInfoPage.has-container.has-sidebar {
    max-width: 822px; } }

@media (max-width: 1300px) and (min-width: 768px) {
  .expertsList__grid.owl-carousel {
    display: block;
    padding: 0 32px; }
  .expertsList__grid .owl-prev {
    left: 0; }
  .expertsList__grid .owl-next {
    right: 0; } }

@media (max-width: 991px) {
  .mainBannerGray.mb-120 {
    margin-bottom: 90px !important; }
  .mainBannerGray__expert {
    width: 250px;
    min-width: 250px; }
  .mainDebtSale-td .btnFavDebt {
    display: none; }
  .contentTopLot {
    border-bottom: 1px solid #ECECEC; }
  .contentTopLot h2 {
    margin-right: 0;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-bottom: 20px !important;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .contentTopLot .filterText {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .contentTopLot .btnFav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 69px; }
  .contentTopLot .resetFilter {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
    margin-left: 52px; }
  .mainDebtSale-tr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 0; }
  .mainDebtSale-td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .mainDebtSale-td:after {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #ACB2B7; }
  .mainDebtSale-td:nth-child(1) {
    max-width: 25% !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
    padding-left: 0; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(1):after {
    content: 'Дата размещения'; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(2) {
    max-width: 75%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    padding-right: 0; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(3) {
    max-width: 25%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(3):after {
    content: 'Долговой рейтинг'; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(4) {
    max-width: 25%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(4):after {
    content: 'Доходность'; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(5) {
    max-width: 25%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 10px; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(5):after {
    content: 'Размер долга'; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(6) {
    max-width: 25%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 10px; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(6):after {
    content: 'Текущая цена'; }
  .debtsIndividuals .mainDebtSale-td:nth-child(3) {
    display: none; }
  .debtsIndividuals .mainDebtSale-td:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 25% !important;
    padding-right: 0; }
  .debtsIndividuals .mainDebtSale-td:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 25% !important;
    max-width: 144px !important; }
  .debtsIndividuals .mainDebtSale-td:nth-child(4):after {
    content: 'Период просрочки'; }
  .debtsIndividuals .mainDebtSale-td:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 25% !important;
    max-width: 136px !important; }
  .debtsIndividuals .mainDebtSale-td:nth-child(5):after {
    content: 'Размер долга'; }
  .debtsIndividuals .mainDebtSale-td:nth-child(6) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 25% !important;
    max-width: 87px !important;
    padding-right: 10px; }
  .debtsIndividuals .mainDebtSale-td:nth-child(6):after {
    content: 'Дисконт'; }
  .wrapTextInfoModal .wrapModalInput {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .wrapTextInfoModal .textForm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px !important; }
  .wrapTextInfoModal .wrapTextInfoSafety {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0; }
  .viewingVideosModal {
    height: 220px; }
  .textPassModal .btnText {
    margin-bottom: 32px; }
  .infoRed h3 {
    font-size: 32px;
    margin-bottom: 40px; }
  .mb-120 {
    margin-bottom: 90px; }
  .wrapBlueMobileSlider {
    padding-top: 90px;
    padding-bottom: 90px; }
  .wrapBlueMobileSlider .mainText {
    margin-bottom: 30px; }
  .wrapBlueMobileSlider h3 {
    margin-bottom: 50px;
    font-size: 32px; }
  .blueMobileSlider .owl-dots {
    width: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 20px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .blueMobileSlider .owl-dots .owl-dot span {
    display: none; }
  .blueMobileSlider .owl-dots .owl-dot {
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.6;
    -webkit-border-radius: 100%;
            border-radius: 100%; }
  .blueMobileSlider .owl-dots .owl-dot.active {
    opacity: 1; }
  .wrapBlueMobileSlider .row {
    padding-left: 12.5px;
    padding-right: 12.5px; }
  .blueMobileSlider .item {
    width: auto;
    padding-left: 12.5px;
    padding-right: 12.5px; }
  .blueMobileSliderItem {
    width: 370px; }
  .infoBlue .infoBlue-text {
    max-width: none;
    margin-right: 0; }
  .bgBigBlue {
    padding-top: 90px;
    padding-bottom: 90px; }
  .bgBigBlueText p {
    margin-bottom: 60px; }
  .bgBigBlueText {
    padding-top: 0;
    padding-right: 0;
    max-width: none; }
  .mainBlueAccordion {
    padding-bottom: 90px; }
  .mainBlueAccordion h2 {
    margin-bottom: 50px; }
  .infoRed h2 {
    margin-bottom: 40px; }
  .mainBannerGrayText {
    max-width: none;
    padding-right: 0; }
  .infoBlue .boxInfoBlue {
    margin-bottom: 25px; }
  .infoBlue {
    padding-top: 90px;
    padding-bottom: 65px; }
  .infoBlue p {
    margin-bottom: 40px;
    max-width: none; }
  .wrapInfoBlue p {
    margin-bottom: 0; }
  .title-h4 {
    margin-bottom: 40px; }
  .findExecutor {
    padding-bottom: 90px; }
  .expertsList {
    padding-bottom: 90px; }
  .expertsList__grid {
    grid-gap: 15px; }
  .findExecutor {
    padding-bottom: 90px; } }

@media (max-width: 767px) {
  .ulLiPriceRed {
    max-width: -webkit-calc(100% - 150px);
    max-width: calc(100% - 150px); }
  .ulLiPriceBlue {
    max-width: -webkit-calc(100% - 150px);
    max-width: calc(100% - 150px); }
  .boxUlLiPriceRed {
    max-width: none; }
  .boxUlLiPriceBlue {
    max-width: none; }
  .wrapUlLiPriceRed {
    width: 100%; }
  .wrapUlLiPriceBlue {
    width: 100%; }
  .mainModalPage {
    max-width: 600px; }
  .mainModalDropdown-menu .mainLi {
    -webkit-flex-basis: max-content;
        -ms-flex-preferred-size: max-content;
            flex-basis: max-content; }
  .wrapInfoRed {
    padding: 43px 68px 30px 113px; }
  .infoRed {
    padding-bottom: 65px; }
  .infoRed .boxInfoRed {
    margin-bottom: 25px; }
  .wrapInfoRed:after {
    width: 48px;
    height: 48px;
    top: 35px;
    left: 35px; }
  .mainInfoRed .boxInfoRed .wrapInfoRed:before {
    top: 41px;
    left: 50px;
    font-size: 30px; }
  .wrapInfoBlueBg {
    padding: 43px 100px 30px 113px; }
  .wrapInfoBlueBg:after {
    left: 35px;
    width: 48px;
    height: 48px; }
  .wrapInfoBlueBg h6 {
    margin-bottom: 37px; }
  .mainBannerGray {
    padding-bottom: 80px;
    padding-top: 64px; }
  .mainBannerGray__expert {
    max-width: 600px;
    width: 100%;
    min-width: auto;
    margin-bottom: 30px; }
  .mainBannerGrayText {
    max-width: none;
    padding-right: 0; }
  .findExecutor__box {
    margin-bottom: 30px;
    height: auto; }
  .col-md-6:last-child .findExecutor__box {
    margin-bottom: 0; }
  .expertsList__grid.owl-carousel {
    display: -ms-grid;
    display: grid; }
  .expertsList__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px; }
  .mainBannerGrayText .list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); }
  .postServices {
    text-align: left;
    padding-bottom: 90px; } }

@media (max-width: 575px) {
  .contentTopLot .btnFav {
    margin-left: 0; }
  .contentTopLot .modalFilterBtn {
    margin-bottom: -22px !important; }
  .contentTopLot .filterText {
    display: none !important; }
  .modalRisk h2 {
    margin-bottom: 24px;
    font-size: 18px; }
  .mainDebtSaleTable .btnBlue {
    margin-top: 30px; }
  .modalFilter-top {
    padding-bottom: 11px; }
  .modalFilter-top h2 {
    width: 100%;
    margin-right: 0;
    font-size: 18px !important; }
  .modalFilter .btnRed {
    max-width: none; }
  .modalFilter .wrapMainSelect {
    margin-bottom: 15px; }
  .debtsIndividuals .mainDebtSale-td:nth-child(2) {
    width: 50% !important;
    max-width: 50% !important; }
  .debtsIndividuals .mainDebtSale-td:nth-child(4) {
    width: 50% !important;
    max-width: 50% !important;
    margin-bottom: 15px; }
  .debtsIndividuals .mainDebtSale-td:nth-child(5) {
    width: 50% !important;
    max-width: 50% !important;
    padding-right: 0;
    margin-bottom: 15px; }
  .debtsIndividuals .mainDebtSale-td:nth-child(6) {
    width: 50% !important;
    max-width: 50% !important; }
  .mainDebtSale-tr {
    padding: 20px 0; }
  .contentTopLot h2 {
    margin-bottom: 10px !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3; }
  .mainDebtSale-td:nth-child(1) {
    max-width: 50% !important;
    margin-bottom: 25px;
    display: none !important; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(2) {
    max-width: 100%;
    margin-bottom: 20px; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(3) {
    max-width: 50%; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(4) {
    max-width: 50%;
    padding-right: 0;
    margin-bottom: 15px; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(5) {
    max-width: 50%;
    margin-bottom: 15px; }
  .debtsLegalEntities .mainDebtSale-td:nth-child(6) {
    max-width: 50%;
    margin-bottom: 15px; }
  .wrapTextInfoModal .wrapTextInfoSafety {
    margin-bottom: 0 !important; }
  .wrapTextInfoModal .textForm {
    margin-top: 5px;
    margin-bottom: 24px !important; }
  .mainModalPage .modal-content .closeModal {
    top: 20px;
    right: 20px; }
  .viewingVideosModal.videoPlay:before {
    width: 60px;
    height: 60px; }
  .viewingVideosModal {
    height: 160px; }
  .mainModalPage .viewingVideosModal {
    margin-bottom: 25px; }
  .textPassModal p {
    margin-bottom: 10px;
    font-size: 14px; }
  .textPassModal .btnText {
    margin-bottom: 20px;
    font-size: 14px; }
  .wrapUlLiPriceRed {
    padding-top: 60px;
    padding-bottom: 60px; }
  .ulLiPriceRed h6 {
    margin-bottom: 30px;
    font-size: 18px; }
  .ulLiPriceRed ul {
    margin-bottom: 30px; }
  .ulLiPriceRed ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.4; }
  .ulLiPriceRed ul li:after {
    background-image: none;
    width: 2px;
    height: 100%;
    background-color: #F63754; }
  .ulLiPriceRed .mainText {
    margin-bottom: 20px; }
  .ulLiPriceRed .btn.btnRed {
    max-width: none; }
  .wrapUlLiPriceBlue {
    padding-top: 60px;
    padding-bottom: 60px; }
  .ulLiPriceBlue h6 {
    margin-bottom: 30px;
    font-size: 18px; }
  .ulLiPriceBlue ul {
    margin-bottom: 30px; }
  .ulLiPriceBlue ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.4; }
  .ulLiPriceBlue ul li:after {
    background-image: none;
    width: 2px;
    height: 100%;
    background-color: #ffffff; }
  .ulLiPriceBlue .mainText {
    margin-bottom: 20px; }
  .ulLiPriceBlue .btn.btnBlue {
    max-width: none; }
  .ulLiPriceRed {
    max-width: 100%; }
  .ulLiPriceBlue {
    max-width: 100%; }
  .infoRed h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4; }
  .blueMobileSliderBottom {
    max-width: 200px; }
  .mb-120 {
    margin-bottom: 60px; }
  .boxBlueMobileSlider {
    max-width: none; }
  .wrapBlueMobileSlider .row {
    padding-left: 0;
    padding-right: 0; }
  .blueMobileSlider .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #FFFFFF; }
  .blueMobileSlider .item:first-child {
    border-top: 1px solid #FFFFFF; }
  .blueMobileSlider .blueMobileSliderItem {
    border: none;
    padding: 25px 15px; }
  .blueMobileSliderItem {
    width: 100%; }
  .wrapBlueMobileSlider {
    padding-top: 60px;
    padding-bottom: 60px; }
  .wrapBlueMobileSlider .mainText {
    margin-bottom: 20px;
    font-size: 14px; }
  .wrapBlueMobileSlider h3 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500; }
  .wrapBlueMobileSlider h3 span {
    font-weight: 500; }
  .blueMobileSlider .owl-dots {
    display: none !important; }
  .mainModalPage .btnBlue {
    margin-bottom: 25px; }
  .mainModalPage .textModal {
    font-size: 14px; }
  .mainModalInput {
    padding-bottom: 10px; }
  .mainModalPageTop p {
    font-size: 14px; }
  .mainModalPageTop h4 {
    font-size: 18px;
    margin-bottom: 5px; }
  .mainModalPage .wrapModalInput {
    margin-bottom: 15px; }
  .mainModal .modal-dialog {
    display: inline-block; }
  .mainModalDropdown-menu {
    display: none; }
  .mainModalDropdown-menu .mainLi {
    min-width: 100%;
    margin-bottom: 0; }
  .mainModalDropdown {
    z-index: 1; }
  .mainModalPage .mainModalDropdown {
    margin-bottom: 15px; }
  .mainModalDropdown .mainModalDropdown-menu {
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 0;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    border: 2px solid #C6C6C6; }
  .mainModalDropdown-menu .mainLi .mainLiText {
    border-bottom: none;
    padding: 10px;
    font-size: 12px;
    line-height: 1.2;
    text-align: left; }
  .mainModalPage .modal-content {
    padding: 30px 20px; }
  .mainModalPage {
    max-width: 320px; }
  .blueAccordionContent p {
    font-size: 14px; }
  .bgBigBlue {
    padding-top: 60px; }
  .bgBigBlueText h2 {
    font-size: 26px;
    margin-bottom: 20px; }
  .bgBigBlueText .btnWhite {
    max-width: none; }
  .bgBigBlueText p {
    margin-bottom: 11px; }
  .bgBigBlueText {
    padding-top: 0;
    padding-right: 0;
    max-width: none; }
  .blueAccordionContent {
    padding-left: 40px; }
  .blueAccordionBtn {
    font-size: 16px;
    padding: 1px 0 1px 40px; }
  .blueAccordionBtn:after {
    height: 24px;
    width: 24px;
    left: 0; }
  .wrapBlueAccordion .blueAccordion {
    margin-bottom: 15px; }
  .wrapBlueAccordion .blueAccordion:last-child {
    margin-bottom: 0; }
  .mainBlueAccordion {
    padding-bottom: 60px; }
  .mainBlueAccordion h2 {
    margin-bottom: 30px;
    font-size: 26px; }
  .infoRed {
    padding-bottom: 40px; }
  .wrapInfoBlueBg:after {
    top: -12px;
    left: 5px;
    width: 24px;
    height: 24px; }
  .wrapInfoBlueBg {
    padding: 20px 25px; }
  .wrapInfoBlueBg h6 {
    font-size: 18px;
    margin-bottom: 53px; }
  .wrapInfoBlueBg .btnText {
    font-size: 16px; }
  .mainInfoRed .boxInfoRed .wrapInfoRed:before {
    top: -7px;
    left: 11.5px;
    font-size: 12px; }
  .wrapInfoRed:after {
    left: 5px;
    top: -10px;
    width: 20px;
    height: 20px; }
  .wrapInfoRed {
    padding: 20px 25px; }
  .wrapInfoRed h6 {
    font-size: 18px;
    margin-bottom: 10px; }
  .infoRed h2 {
    font-size: 26px; }
  .infoRed .boxInfoRed {
    margin-bottom: 20px; }
  .boxInfoRed {
    padding-left: 0;
    padding-right: 0; }
  .mainBannerGray {
    padding-bottom: 60px;
    padding-top: 44px; }
  .mainBannerGray.mb-120 {
    margin-bottom: 60px !important; }
  .mainBannerGrayText h1,
  .mainBannerGrayText h2 {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 20px; }
  .mainBannerGrayText p {
    margin-bottom: 40px; }
  .mainBannerGrayText .btnRed {
    width: 100%; }
  .wrapInfoBlue {
    min-height: 64px;
    padding: 20px 35px 20px 67px; }
  .wrapInfoBlue h6 {
    font-size: 14px; }
  .wrapInfoBlue p {
    margin-top: 0;
    margin-bottom: 0; }
  .boxInfoBlue {
    padding-left: 0;
    padding-right: 0; }
  .infoBlue {
    padding-top: 60px;
    padding-bottom: 40px; }
  .infoBlue .boxInfoBlue {
    margin-bottom: 15px; }
  .infoBlue h2 {
    font-size: 26px; }
  .infoBlue h2 + p {
    display: none; }
  .wrapInfoBlue:after {
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30px; }
  .title-h4 {
    margin-bottom: 30px;
    display: block; }
  .expertsList .link {
    display: table;
    margin-top: 10px; }
  .findExecutor {
    padding-bottom: 60px; }
  .findExecutor__box {
    margin-bottom: 20px; }
  .expertsList {
    padding-bottom: 60px; }
  .expertsList__grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px; }
  .expertsList__grid--img {
    margin-bottom: 16px; }
  .findExecutor {
    padding-bottom: 60px; } }

.lot-page-sidebar {
  line-height: 1.4; }

@media (min-width: 992px) {
  .lot-page-sidebar {
    max-width: 402px; } }

.statusLot {
  height: 200px;
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.statusLot.BLUE {
  background-color: #29B6F6; }

.statusLot.GREEN {
  background-color: #1ACD8D; }

.statusLot.ORANGE {
  background-color: #FFD029; }

.statusLot.RED {
  background-color: #C30825; }

.uppercase {
  text-transform: uppercase; }

.statusLotTop {
  font-size: 64px;
  line-height: 77px; }

.statusLotBottom {
  font-size: 18px;
  line-height: 1.4; }

.statusB2 {
  background-color: #1ACD8D; }

.btnBrdGray {
  font-size: 14px;
  line-height: 1;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #F8F9FB;
  padding: 8px 7px 8px 39px;
  color: #343A40; }

.btnBrdGray svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px; }

.fw-7 {
  font-weight: 700; }

.fw-5 {
  font-weight: 500; }

.fz-18 {
  font-size: 18px; }

.fz-14 {
  font-size: 14px; }

.fz-13 {
  font-size: 13px; }

.fz-0 {
  font-size: 0; }

.lot-info-sidebar {
  color: #343A40;
  font-size: 18px;
  line-height: 1.4; }

.lot-info-sidebar .box-right {
  max-width: 200px; }

.documentSidebar ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: num; }

.documentSidebar ol li {
  margin-bottom: 0;
  position: relative;
  padding-left: 16px; }

.documentSidebar ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px; }

.documentSidebar ol li a {
  max-width: 100%; }

.documentSidebar ol li a span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.color-white {
  color: #ffffff; }

.colorGray5 {
  color: #ACB2B7; }

.colorGray9 {
  color: #343A40; }

.colorBlue {
  color: #097ED3; }

.bgGray2 {
  background-color: #F8F9FB; }

.bgBlue {
  background-color: #29B6F6; }

.brdGrayInfo {
  border: 1px solid #ECECEC;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  padding: 10px 15px;
  line-height: 1; }

.btnMain {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 21.5px 16px;
  line-height: 1;
  letter-spacing: 0.02em; }

.btnMain.btn-green {
  background-color: #1ACD8D; }

.btnMain.btn-blue {
  background-color: #29B6F6; }

.btnMain.btn-white {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #fff; }

@media (max-width: 767px) {
  .btnMain {
    padding: 17.5px 16px; } }

.accText .wrapAccText {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.accText .btnTextBlue {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.wrapAccText p {
  margin-bottom: 0; }

.btnTextBlue.toggleBtn-js:not(.active) span:nth-child(2) {
  display: none; }

.btnTextBlue.toggleBtn-js.active span:nth-child(1) {
  display: none; }

.btnTextBlue.toggleBtn-js:not(.active) ~ .wrapAccText p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.wrapTabLot {
  line-height: 1.4; }

@media (max-width: 767px) {
  .wrapTabLot .tab-content {
    display: block; } }

.socialLot .btnMain {
  max-width: 191px; }

@media print {
  .lot-page-sidebar .btnBrdGray {
    display: none !important; } }

.modalCookie {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  bottom: 11px;
  width: 100%;
  z-index: 10; }
  .modalCookie * {
    pointer-events: all; }
  .modalCookie:not(.active) {
    opacity: 0;
    visibility: hidden; }
    .modalCookie:not(.active) * {
      pointer-events: none; }

@media (min-width: 768px) {
  .modalCookie {
    bottom: 32px; } }

.wrapCookie {
  padding: 16px;
  background: #f8f9fa;
  border: 1px solid #acb2b7;
  -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 701px;
  -webkit-border-radius: 16px;
          border-radius: 16px; }

@media (min-width: 768px) {
  .wrapCookie {
    padding: 36px; } }

.closeModal {
  display: block;
  width: 37px;
  height: 37px;
  text-decoration: none;
  cursor: pointer;
  background-image: url(../../assets/images/close.png); }

.wrapCookie .wrapText {
  font-size: 16px;
  line-height: 1.2; }

.wrapCookie .btn-outline-primary {
  margin-top: 24px;
  width: 100%;
  display: block; }

@media (min-width: 768px) {
  .wrapCookie .btn-outline-primary {
    max-width: 260px; } }

.wrapCookie .closeModalBtn {
  margin-left: auto; }

.crossSlate {
  background-image: url(../images/closeModal.svg); }

.size-12 {
  width: 12px;
  height: 12px; }

.size-24 {
  width: 24px;
  height: 24px; }

/*# sourceMappingURL=custom.css.map */
