

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

@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:/local/templates/citrus.developer/components/bitrix/news.list/achivements/style.css?1576710327554*/

@media all {
	.achievements-slider {

	}
    .achievements__item {
		text-align: center;
    }
    .achievements__img-w {
		max-width: 100%;
		margin-bottom: 35px;
    }
	.achievements__img {
		display: block;
		height: 190px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
    .achievements__name {
		font-size: 20px;
		margin-bottom: 8px;
    }
    .achievements__text {
		font-size: 13px;
		color: #999999;
    }
}
@media (max-width: 767px) {
	.achievements__img-w {
		margin-bottom: 15px;
	}
}
        
/* End */


/* Start:/local/templates/citrus.developer/components/bitrix/news.list/staff-section/style.css?15767103273488*/

@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 {
        font-size: 20px;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
        .staff-item__name 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 {
        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;
    }

    .staff-item__name {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/components/citrus.developer/template/templates/properties/style.css?1576710327868*/

@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;
	}
	.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:/local/templates/citrus.developer/components/bitrix/news.list/reviews/style.css?15767103271010*/

@media all {
	.reviews-slider .swiper-slide {
		padding: 2px;
		height: auto;
	}
	.reviews__item {
		padding: 40px;
		height: 100%;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
	}

	.reviews__item-header {
		display: flex;
		align-items: center;
		margin-bottom: 26px;
	}
	.reviews__img-w {
		max-width: 100%;
		width: 150px;
		margin-right: 38px;
	}
	.reviews__img {
		display: block;
		padding-bottom: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.reviews__item-header__content {

	}
    .reviews__name {
		font-size: 20px;
    }
	.reviews__description {
		margin-top: 8px;
		font-size: 13px;
		color: #999999;
	}
	.reviews__description a {
		color: #333;
	}
}
@media (max-width: 1023px) {
	.reviews__item {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.reviews__item {
		padding: 40px;
	}
}
@media (max-width: 479px) {
	.reviews__item {
		padding: 20px;
	}
	.reviews__name {
		font-size: 16px;
	}
	.reviews__img-w {
		margin-right: 15px;
	}
}
/* End */


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


.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/templates/.default/components/citrus.developer/callout/template1/style.css?15767102781261*/
/*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 {
        font-size: 35px;
        font-weight: 300;
        font-family: 'Merriweather', Helvetica, sans-serif;
        margin-bottom: 12px;
        line-height: 1.2;
    }
    .footer-snap-point__text-2 {
        font-size: 18px;
    }
    .footer-snap-point__btn {
        padding-right: 36px;
    }
}
@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 */
/* /local/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1576710327630 */
/* /local/templates/citrus.developer/components/bitrix/news.list/achivements/style.css?1576710327554 */
/* /local/templates/citrus.developer/components/bitrix/news.list/staff-section/style.css?15767103273488 */
/* /local/components/citrus.developer/template/templates/properties/style.css?1576710327868 */
/* /local/templates/citrus.developer/components/bitrix/news.list/reviews/style.css?15767103271010 */
/* /local/templates/citrus.developer/components/bitrix/news.list/partners_carousel/style.css?1576710327233 */
/* /bitrix/templates/.default/components/citrus.developer/callout/template1/style.css?15767102781261 */
