

/* Start:/local/templates/citrus_arealty2/components/bitrix/news/staff/style.css?15293233544608*/
.team-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}

.team-ava {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.team-info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    width: calc(100% - 200px);
}

.team-ava span {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 100%;
    display: block;
}

.team-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 0;
    position: relative;
}

span.team-name {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

span.team-status {
    display: block;
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.team-meta {
    margin: 15px -10px -10px 0;
}
    .team-meta .meta_link {
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
    }

.team-ava:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
    border-radius: 100%;
}

.team-meta .btn {
    margin: 0 10px 10px 0;
}

    .team-meta span.btn-icon {
        width: 25px;
        font-size: 20px;
        color: #c5b99f;
    }

    .team-meta span.btn-label {
        font-size: 15px;
        line-height: 15px;
        border-bottom: 1px solid;
    }
    .team-meta .meta_link._phone span.btn-label{
        color: #333;
        border-bottom: 1px solid transparent;
    }
    .team-meta .meta_link._phone:hover span.btn-label{
        border-bottom: 1px solid;
    }

.team-text {
    margin: 1em 0;
}

.team-timing {
    margin-top: 25px;
    margin-left: 25px;
    font-size: 13px;
    color: #999;
}

.team-timing-title {
    color: #777;
    margin-bottom: 5px;
}

.team-timing-list dl {
    margin: 0 0 -5px 28px;
    max-width: 200px;
}

.team-timing-list dd,.team-timing-list dt {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-bottom: 5px;
    font-size: 13px;
    color: #999;
}

.team-timing-list dt {
    font-weight: 600;
    width: 30%;
}

.team-timing-list dd {
    margin-left: 0;
}

.team-timing-title span.btn-label {
    font-size: 14px;
}

.team-timing-title span.btn-icon {
    font-size: 17px;
    margin-right: 5px;
}

.team-list .swiper-pagination {
    position: relative;
    margin: 15px auto 0;
    font-size: 0;
}

.team-list .swiper-pagination-bullet {
    background-color: #c5b99f;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.team-list .swiper-pagination span + span {
    margin-left: 5px;
}

.team-item {
    background-color: #f3f1ec;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
    border-radius: 6px;
    padding: 15px;
    min-height: 210px;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
}

.team-item .team-ava {
    height: 150px;
    width: 150px;
}

.team-item .team-info {
    padding-left: 15px;
    width: calc(100% - 150px);
}

@media screen and (max-width: 1279px) {
    .team-item {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .team-title {
        font-size: 20px
    }

    .team-item {
        text-align: center;
    }

    .team-item .team-ava {
        margin: 0 auto 15px;
    }

    .team-item .team-info {
        padding: 0;
        width: auto;
    }

    .team-item .team-timing-list dl {
        margin: 0 auto;
        text-align: left;
    }

    .team-item .team-timing-list dd {
        text-align: right;
    }
}

@media screen and (max-width: 479px) {
    .team-item {
        flex-direction: column;
        border-radius: 0;
        margin: 0 -15px;
    }

    .team-list .team-ava {
        margin: 0 auto 15px;
    }

    .team-list .team-info {
        display: block;
        padding: 0;
        width: auto;
    }
    .team-timing{
        margin-left: 0;
    }
    .team {
        background-color: #f3f1ec;
        -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
        margin: 0 -15px;
        padding: 15px;
        text-align: center;
    }

    .team-list .team-timing-list dl {
        margin: 0 auto;
    }

    .team-list .team-timing-list dd {
        text-align: right;
    }

    .team-title {
        margin-bottom: 0;
        padding: 15px;
    }
}
/* End */


/* Start:/local/templates/citrus_arealty2/components/bitrix/news/staff/bitrix/news.detail/.default/style.css?1529323354400*/

@media all {
	.team-item {
		align-items: center;
		padding: 48px 115px;
		margin-bottom: 110px;
	}
	.team-item .team-ava {
		height: 224px;
		width: 224px;
	}
	.team-item .team-info {
		width: auto;
		flex: 1;
		padding-left: 50px;
	}
}
@media (max-width: 767px) {
	.team-item {
		flex-direction: column;
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.team-item .team-info {
		padding-left: 0;
	}
}
/* End */


/* Start:/local/templates/citrus_arealty2/components/bitrix/system.pagenavigation/.default/style.css?1529323354659*/

@media all {
	.switch {
		padding: 30px 0;
		border-top: 1px solid #c5b99f;
		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/components/bitrix/system.show_message/templates/.default/style.css?152932338664*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/citrus_arealty2/components/bitrix/news/staff/style.css?15293233544608 */
/* /local/templates/citrus_arealty2/components/bitrix/news/staff/bitrix/news.detail/.default/style.css?1529323354400 */
/* /local/templates/citrus_arealty2/components/bitrix/system.pagenavigation/.default/style.css?1529323354659 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?152932338664 */
