

/* Start:/bitrix/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1759148052630*/

@media all {
	.switch {
		margin: 60px 0 30px;
		text-align: center;
	}
	.switch-nav {
		margin: 0 auto;
		display: table;
	}
	.switch a, .switch span {
		font-size: 16px;
		color: #333;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		text-align: center;
		min-width: 43px;
		height: 40px;
	}
	.switch a:hover,
	.switch span.selected {
		color: #fff;
		-webkit-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.developer/components/bitrix/news.list/staff-section/style.css?17591480523532*/

@media all {
    .staff-sections {

    }
    .staff-sections._split-sections {
        margin-top: 55px;
    }
    .staff-section__row {
        display: flex;
        flex-wrap: wrap;
        margin: -25px -15px;
        justify-content: center;
    }
    .staff-section__col {
        width: 426.66px;
        max-width: 100%;
        padding: 25px 15px;
    }
    .staff-sections._split-sections .staff-section__item {
        border-top: 1px solid #cccccc;
        padding: 80px 0 90px;
    }
    .staff-sections._split-sections .staff-section__item:last-child {
        padding-bottom: 0;
    }
    .staff-section__name {
        display: none;
        text-align: center;
        margin-bottom: 50px;
    }
    .staff-sections._split-sections .staff-section__name {
        display: block;
    }
    .staff-section__items {
        margin: -12px;
        display: flex;
        flex-wrap: wrap;
    }
    .staff-item {
        height: 100%;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        position: relative;
        overflow: hidden;
        /*cursor: pointer;*/
        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;
    }

    .staff-item__content {
        position: absolute;
        background-color: white;
        width: 100%;
        padding: 26px 22px;
        bottom: 0;
        z-index: 1;
        /*transform: translateY(100%) translateY(-110px);
        transition: .2s ease;
        will-change: transform;*/
    }
        /*.staff-item:hover .staff-item__content {
            transform: translateY(0) !important;
        }*/
    .staff-item__content-icon {
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        margin: auto;
        width: 1em;
        font-size: 15px;
        text-align: center;
        color: #cecece;
        transform-origin: center;
        transition: .2s ease;
    }
    .staff-item._hover .staff-item__content-icon {
        transform: rotate(180deg);
    }
    .staff-item__content-top {
        height: 58px;
    }
    .staff-item__name.h3 {
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-transform: none;
    }
        .staff-item__name.h3 b {
            text-transform: uppercase;
        }
    .staff-item__position {
        font-size: 13px;
        color: #999999;
        margin-top: 8px;
    }

    .staff-item .properties {
        display: none;
        margin-top: 18px;
    }
}
@media (max-width: 767px) {
    .staff-sections._split-sections .staff-section__item {
        padding: 45px 0;
    }
    .staff-section__row {
        margin: -15px;
    }
    .staff-section__col {
        padding: 15px;
    }
}
@media (max-width: 479px) {
    .staff-item__name.h3 {
        text-align: left;
    }
}
@media (max-width: 479px) {

    .staff-item {
        padding-bottom: 0;
    }
    .staff-item__content-top {
        height: auto;
    }
    .staff-item__position {
        margin-top: 4px;
    }
    .staff-item__content {
        transform: translateY(0);
        padding: 15px 15px 20px;
        position: relative;
    }
    .staff-item__content-icon {
        display: none;
    }
    .staff-item .properties {
        display: block;
    }
}
/* End */


/* Start:/bitrix/components/citrus.developer/template/templates/properties/style.css?17591471451022*/

@media all {
	.properties {

	}
	.property__it {
		display: flex;
	}
	.property__it + .property__it {
		margin-top: 10px;
	}
	.property__icon {
		color: #999999;
		font-size: 16px;
		width: 1em;
		margin-right: 12px;
	}
	.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: 18px;
	}
	.properties .map-link {
		text-decoration: underline;
		font-size: 15px;
		white-space: normal;
	}
}
@media (max-width: 479px) {
	.properties .map-link, .property__value-it__value {
		font-size: 14px;
	}
}

/* End */


/* Start:/bitrix/templates/citrus.developer/components/bitrix/news.list/partners_carousel/style.css?1759148052233*/


.partner-list .swiper-wrapper {

}
.swiper-slide.partner-item {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	height: auto;
	padding: 10px 15px;
}
.partner-item img {
	max-width: 100%;
}
/* End */


/* Start:/bitrix/components/citrus.developer/callout/templates/.default/style.css?17591471451427*/
/*footer-snap-point*/
@media all {
    .footer-snap-point {
        color: #fff;
        padding: 34px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-snap-point__text {
        max-width: 100%;
    }
    .footer-snap-point__text-1.h2 {
        /*font-size: 35px;*/
        /*font-weight: 300;*/
        /*font-family: 'Merriweather', Helvetica, sans-serif;*/
        margin-bottom: 12px;
        line-height: 1.2;
        color: #ffffff;
    }
    .footer-snap-point__text-2 {
        font-size: 18px;
    }
    .footer-snap-point__btn {
        padding-right: 36px;
    }
}
@media (min-width: 1024px) {
    .footer-snap-point__text-1.h2 {
        text-align: left;
        padding-right: 7px;
    }
}
@media (max-width: 1023px) {
    .footer-snap-point {
        flex-direction: column;
    }
    .footer-snap-point__text {
        margin-bottom: 32px;
        text-align: center;
    }
    .footer-snap-point__btn {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .footer-snap-point__text-1 {
        font-size: 30px;
    }
    .footer-snap-point__text-2 {
        font-size: 16px;
    }
    .footer-snap-point__text {
        margin-bottom: 28px;
    }
}
@media (max-width: 479px) {
    .footer-snap-point__text-1 {
        font-size: 25px;
        margin-bottom: 8px;
    }
    .footer-snap-point__text-2 {
        font-size: 14px;
    }
}
/* End */
/* /bitrix/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1759148052630 */
/* /bitrix/templates/citrus.developer/components/bitrix/news.list/staff-section/style.css?17591480523532 */
/* /bitrix/components/citrus.developer/template/templates/properties/style.css?17591471451022 */
/* /bitrix/templates/citrus.developer/components/bitrix/news.list/partners_carousel/style.css?1759148052233 */
/* /bitrix/components/citrus.developer/callout/templates/.default/style.css?17591471451427 */
