

/* Start:/bitrix/templates/citrus_arealty3/components/bitrix/system.pagenavigation/.default/style.min.css?1774611954499*/
@media all{.switch{padding:30px 0;text-align:center}.switch-nav{margin:0 auto;display:table}.switch a,.switch span{font-size:16px;color:#333;display:inline-block;text-decoration:none;text-align:center;min-width:40px;line-height:33px;float:left}.switch a:hover,.switch span.selected{color:#fff;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch a+a,.switch span+a{margin-left:10px}.switch a.nav-end,.switch a.nav-start{padding:0 6px}}
/* End */


/* Start:/bitrix/templates/citrus_arealty3/components/bitrix/news/realtors/bitrix/news.list/realtor-list/style.css?17746119532078*/
.icon {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentcolor;
    opacity: 0;
    position: relative;
    left: 6px;
  }
  
  .btn-more-load .icon {
    -webkit-animation: 0.75s linear infinite rotate;
            animation: 0.75s linear infinite rotate;
    opacity: 1;
  }
  
  @-webkit-keyframes rotate {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .d-none {
    display: none;
  }
  
  .load_more:disabled {
    opacity: 0.65;
    color: #212529;
    background-color: #eee;
  }
  
  .load_all.reviews-btn-more {
    opacity: .65;
  }
  
  .load_all.reviews-btn-more:hover {
    background: #3876fc;
    cursor: default;
  }
  
  .reviews {
    margin-bottom: 65px;
  }
  .reviews-btn-wrap {
    text-align: center;
    display: block;
  }
  .reviews-btn-more {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #3876fc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    margin: 0 auto;
    padding: 21px 30px 21px 10px;
    border-radius: 4px;
    white-space: nowrap;
    border: 0;
    gap: 0 10px;
  }
  .reviews-btn-more:hover {
    background-color: #105afb;
    cursor: pointer;
  }
  .reviews-btn-more span {
    font-weight: 400;
  }
  .reviews-btn-more.btn-more-load {
    background-color: #5b678a;
  }

  @media (max-width: 360px) {
    .reviews-btn-more {
      flex-wrap: wrap;
      justify-content: center;
      row-gap: 6px;
    }
    .reviews-btn-more span {
      flex: 100%;
      position: relative;
      left: 11px;
    }
  }
/* End */


/* Start:/bitrix/components/citrus/template/templates/staff-item-line/style.css?17746119366326*/
@charset "UTF-8";
@media all {
  .staff-item {
    height: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
  }

  .staff-item__image {
    max-width: 100%;
  }

  .staff-item__image span {
    display: block;
    padding-bottom: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
  }

  .staff-item__content {
    position: absolute;
    background-color: white;
    width: 100%;
    padding: 26px 22px;
    padding-bottom: 15px;
    bottom: 0;
    z-index: 1;
  }

  .staff-item__content-icon {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1em;
    font-size: 15px;
    text-align: center;
    color: #cecece;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }

  .staff-item._hover .staff-item__content-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .staff-item__name {
    display: block;
    font-size: 20px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
    text-decoration: none;
  }

  .staff-item__name b {
    text-transform: uppercase;
  }

  .staff-item__position {
    font-size: 13px;
    color: #999999;
    margin-top: 8px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ._hover .staff-item__position {
    white-space: normal;
  }

  .staff-item .js-properties {
    display: none;
  }
}
@media (max-width: 1023px) {
  .staff-item__image span {
    padding-bottom: 95%;
  }
}
@media (max-width: 767px) {
  .staff-item {
    padding-bottom: 0;
  }

  .staff-item__position {
    margin-top: 8px;
  }

  .staff-item__content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 26px 20px 20px;
    position: relative;
  }

  .staff-item__content-icon {
    display: none;
  }

  .staff-item__image span {
    padding-bottom: 93%;
  }

  .staff-item__name {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .staff-item__image span {
    padding-bottom: 95%;
  }
}
@media all {
  div.property__icon span {
    margin-top: 0;
  }

  div.property__value-it__value {
    font-size: 13px;
  }

  div.property__icon {
    margin-right: 10px;
  }

  .property__value-it__value a {
    color: #105AFB;
  }

  .property__value-it__value a:hover {
    color: var(--hover-color);
  }

  .property__value-it__value a .map-link__address {
    color: #333;
    text-decoration: none;
  }

  [data-property-code="address"] .property__value-it__value a {
    color: #333;
    text-decoration: none;
    cursor: default;
  }

  .staff-elem {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    margin-bottom: 20px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .staff-elem__content-top {
    margin-bottom: 7px;
  }
  .staff-elem__img {
    display: block;
    padding-bottom: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .staff-elem__img-wrap {
    width: 200px;
    height: 200px;
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .staff-elem__img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
    width: 200px;
    border-radius: 50%;
  }
  .staff-elem__info {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
  }
  .staff-elem__name {
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    color: #333;
    margin-bottom: 3px;
    margin-top: -4px;
    text-decoration: none;
  }
  .staff-elem__name b {
    font-weight: 600;
    text-transform: uppercase;
  }
  .staff-elem__position {
    font-weight: 400;
    font-size: 13px;
    color: #999;
    margin-bottom: 16px;
  }
  .staff-elem__rating {
    font-weight: 400;
    font-size: 13px;
    color: #333;
    margin-bottom: 4px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .staff-elem__rating img {
    height: 16px;
    width: 15px;
    position: relative;
    top: -2px;
    margin-right: 15px;
  }
  .staff-elem__rating-result {
    margin-right: 4px;
    color: #999;
  }
  .staff-elem__аdverts-count {
    font-weight: 600;
    font-size: 13px;
    color: #999;
    margin-bottom: 19px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
  }
  .staff-elem__phone {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    margin-bottom: 26px;
  }
  .staff-elem__phone a {
    color: #333;
    text-decoration: none;
  }
  .staff-elem__email {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #105AFB;
  }
  .staff-elem__email a {
    text-decoration-skip-ink: none;
    color: #105AFB;
  }
}
@media (max-width: 1024px) {
  .staff-elem__content-top {
    margin-top: -4px;
  }
}
@media (max-width: 767px) {
  div.properties {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .staff-elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    padding: 25px;
  }
  .staff-elem__name {
    text-align: left;
  }
  .staff-elem__img {
    display: inline-block;
    padding-bottom: 268px;
    width: 268px;
  }
  .staff-elem__img-wrap {
    width: 100%;
    height: 268px;
    text-align: center;
    margin-right: 0;
  }
  .staff-elem__img-wrap img {
    height: 268px;
    width: 268px;
  }
}
@media (max-width: 359px) {
  .staff-elem {
    padding: 25px 6px;
  }
  .staff-elem__info {
    padding: 0 18px;
  }
}

/* End */


/* Start:/bitrix/components/citrus.arealty/properties/templates/.default/style.css?17746119351205*/

@media all {
	.property__it {
		display: flex;
	}
    .property__it--with-title {
        flex-wrap: wrap;
    }
	.property__it + .property__it {
		margin-top: 15px;
	}
    .property__title {
        flex-basis: 100%;
    }
	.property__icon {
		color: #999999;
		font-size: 19px;
		width: 1em;
		margin-right: 12px;
		text-align: center;
	}
	.property__icon span {
		display: block;
		margin-top: 4px;
	}
	.property__value-list {

	}
	.property__value-it {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.property__value-it + .property__value-it {
		margin-top: 6px;
	}
	.property__value-it__value {
		font-size: 15px;
	}
	a.property__value-it__value:not(:hover),
	.properties [data-property-code^="phone"] a:not(:hover) {
		color: #333;
		text-decoration: none;
	}
	.property__value-it__description {
		font-size: 13px;
		color: #999999;
		margin-left: 4px;
	}

	.properties .icon-map {
		font-size: 23px;
	}
	.properties .map-link {
		text-decoration: underline;
		font-size: 15px;
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.properties {
		margin-bottom: 15px;
	}
}
@media (max-width: 479px) {
	.properties .map-link, .property__value-it__value {
		font-size: 14px;
	}
}
/* End */
/* /bitrix/templates/citrus_arealty3/components/bitrix/system.pagenavigation/.default/style.min.css?1774611954499 */
/* /bitrix/templates/citrus_arealty3/components/bitrix/news/realtors/bitrix/news.list/realtor-list/style.css?17746119532078 */
/* /bitrix/components/citrus/template/templates/staff-item-line/style.css?17746119366326 */
/* /bitrix/components/citrus.arealty/properties/templates/.default/style.css?17746119351205 */
