.office-menu {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.search-district-nav .office-menu {
	position: static;
}

@media (min-width: 1201px) {
	.office-menu.fixed_om {
		position: fixed;
		width: calc(100% - 74px);
		top: 74px;
		left: 74px;	
		z-index: 3;
	}

}

.office-menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 5px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.office-menu ul li {
	width: 19.5%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 46px;
	background-color: #4585d4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.search-district-nav__list.office-menu ul li {
	background-color: #006aaf;
}

@media (max-width: 1400px) {
	.office-menu ul li {
		font-size: 14px;
	}
}

.office-menu ul li:hover,
.office-menu ul li.on {
	background-color: #ff5c24;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.poffice-main .h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 25px;
}

@media (max-width: 1400px) {
	.poffice-main .h1 {
		font-size: 40px;
	}
}

.poffice-main__df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 500px;
}

.poffice-main__lt {
	width: 50%;
	padding-left: 3.90625vw;
	padding-top: 90px;
	padding-bottom: 85px;
	position: relative;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-image: url(/images/office/c-bg.jpg);
}

.poffice-main__lt svg {
	fill: #ffffff;
}

.poffice-main__lt .list svg {
	display: block;
	margin-right: 10px;
	width: 24px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.poffice-main__lt .list > li {
	margin-bottom: 12px;
	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;
}

.poffice-main__lt .list > li.o-phone {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.poffice-main__lt .list > li span {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.24;
}

.poffice-main__lt .list > li span a{
	color: #4585d4;
}

.poffice-main__lt .list > li span.tel {
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	margin-right: 5px;
}

.poffice-main__lt ol {
	padding-left: 0;
	margin-top: 10px;
}

.poffice-main__lt ol li {
	display: inline-block;
	vertical-align: middle;
}

.poffice-main__lt .lnk {
	position: absolute;
	top: 100px;
	right: 25px;
}

.poffice-main__lt .lnk li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.poffice-main__lt .lnk svg {
	width: 24px;
}

.poffice-main__lt .lnk div {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.poffice-main__lt .net {
	padding-top: 30px;
	padding-bottom: 40px;
	float: left;
}

.poffice-main__lt .net li {
	display: inline-block;
}

.poffice-main__lt .net li a {
	display: block;
	width: 41px;
	height: 41px;
	padding-top: 7px;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.poffice-main__lt .net li a:hover {
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.poffice-main__lt .net svg {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 28px;
	margin: auto;
}

.poffice-main__lt .net .youtube {
	background-color: #c4302b;
}

.poffice-main__lt .net .youtube:hover {
	background-color: #d74f4b;
}

.poffice-main__lt .net .fb {
	background-color: #3b5998;
}

.poffice-main__lt .net .fb:hover {
	background-color: #4c70ba;
}

.poffice-main__lt .net .vk {
	background-color: #4d76a1;
}

.poffice-main__lt .net .vk:hover {
	background-color: #6a90b8;
}

.poffice-main__lt .net .gplus {
	background-color: #dd4b39;
}

.poffice-main__lt .net .gplus:hover {
	background-color: #e47365;
}

.poffice-main__lt .net .ok {
	background-color: #ff8400;
}

.poffice-main__lt .net .ok:hover {
	background-color: #ff9d33;
}

.poffice-main__lt .net .ff {
    background-image: url(/images/icons/ff.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
}
.poffice-main__lt .net .inst {
	background-image: url(../images/icons/inst.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding-top: 0;
}
.poffice-main__lt .net .ff:hover {
	opacity: 0.75;
}

.poffice-main__lt .a {
	display: block;
	width: 270px;
	height: 41px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 41px;
	text-align: center;
	background-color: #ff9600;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	float: right;
	position: relative;
	top: 30px;
	right: 20px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.poffice-main__lt .a {
		width: 215px;
	}
}

.poffice-main__lt .a:hover {
	background-color: #ffab33;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.poffice-main__rt {
	width: 50%;
	position: relative;
}

.poffice-gnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.poffice-gnav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.poffice-gnav ul li {
	text-align: center;
	width: 33%;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 46px;
	background-color: #4585d4;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.poffice-gnav ul li.is-active,
.poffice-gnav ul li:hover {
	background-color: #ff9600;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.poffice-phone {
	padding-top: 60px;
	padding-bottom: 60px;
}

.poffice-phone .md {
	background-color: #fff;
}

.poffice-phone .h1_md {
	background-color: transparent;
	text-align: center;
	margin-bottom: 40px;
}

.poffice-phone .h1_md h1 {
	font-weight: 300;
	line-height: 1;
	font-size: 44px;
}

@media (max-width: 1400px) {
	.poffice-phone .h1_md h1 {
		font-size: 40px;
	}
}

.poffice-phone__df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.poffice-phone__item {
	position: relative;
	text-align: center;
	width: 33.33%;
	height: 350px;
	padding: 40px 25px 35px 25px;
}

.poffice-phone__item:nth-child(2) {
	background-color: #f8f9fb;
}

.poffice-phone__item span {
	display: block;
	color: #666768;
}

.poffice-phone .t1 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 20px;
}

.poffice-phone .t2 {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 10px;
}

.poffice-phone .t3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 25px;
}

.poffice-phone ul li {
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 15px;
}

.poffice-phone .phone {
	height: 46px;
	text-align: center;
	position: absolute;
	width: 80%;
	bottom: 60px;
	left: 10%;
}

.poffice-phone .phone span {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 46px;
	background-color: #4585d4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

.poffice-phone .phone span:hover,
.poffice-phone .phone span.is-active {
	background-color: #ff9600;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

.poffice-go__df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.poffice-go__item {
	width: 33.333%;
	padding: 45px 25px;
	background-color: #fff;
}

.poffice-go__item:nth-child(2) {
	background-color: #f8f9fb;
}

.poffice-go img {
	display: block;
	margin: auto;
}

.poffice-go span {
	display: block;
	color: #000000;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.24;
	margin-top: 20px;
	margin-bottom: 60px;
	text-align: center;
}

@media (max-width: 1400px) {
	.poffice-go span {
		font-size: 22px;
		margin-bottom: 40px;
	}
}

.poffice-go p {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}

@media (max-width: 1400px) {
	.poffice-go p {
		font-size: 15px;
	}
}

.poffice-go p:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #4585d4;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.poffice-go .js-gobtn {
	z-index: 2;
	display: block;
	position: absolute;
	top: 184px;
	left: 50%;
	margin-left: -23px;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #4585d4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.poffice-go .js-gobtn.is-active  {
	background-color: #ff9600;
}
.poffice-go .js-gobtn.is-active:after  {
	background-color: #ff9600;
}
.poffice-go .js-gobtn.is-active:before  {
	transform: rotate(180deg);
	top: 10px;
}

.poffice-go .js-gobtn:after {
	content: '';
	position: absolute;
	top: 21px;
	left: 50%;
	width: 710px;
	margin-left: -355px;
	height: 4px;
	background-color: #4585d4;
	z-index: -1;
}

.poffice-go .js-gobtn:before {
	content: url(/images/icons/down-arrow.png);
	position: relative;
	margin: auto;
	display: block;
}

@media (max-width: 1400px) {
	.poffice-go .js-gobtn:before {
		top: 7px;
	}
}

.poffice-go .js-hide {
	display: none;
	padding-top: 40px;
}

.poffice .main-collage {
	padding-top: 90px;
	background-color: #e8f0f3;
}

.poffice .main-collage .tl {
	text-align: center;
	display: block;
	color: #000;
	font-size: 36px;
	line-height: 1.24;
	font-weight: 300;
	margin-bottom: 35px;
}

.poffice .main-collage .a {
	display: block;
	width: 224px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	background-color: #ff9600;
	margin: 60px auto 0;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.poffice .main-collage .a:hover {
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	background-color: #ffab33;
}

.poffice .main-best {
	background-color: #e8f0f3;
}

.office-staff {
	padding-top: 40px;
	padding-bottom: 70px;
}

.office-staff .tl {
	text-align: center;
	display: block;
	color: #000;
	font-size: 36px;
	line-height: 1.24;
	font-weight: 300;
	margin-bottom: 35px;
}

.office-staff__df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 480px;
}

.office-staff__lt {
	background-color: #fff;
	width: 410px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.office-staff__lt > div {
	margin: auto;
	text-align: center;
}

.office-staff__lt figure {
	width: 172px;
	height: 172px;
	border: 2px solid #85b3f9;
	display: block;
	margin: 0 auto 25px auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.office-staff__lt figure img {
	display: block;
	width: 100%;
	/* height: 100%; */
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; 
}

.office-staff__lt .post {
	display: block;
	color: #7d7d7d;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 15px;
}

.office-staff__lt .name {
	display: block;
	color: #457cce;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 25px;
}

.office-staff__lt ul li {
	margin-bottom: 15px;
}

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

.office-staff__lt .phone {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	background-color: #4585d4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

.office-staff__lt .phone:hover {
	background-color: #e84e1b;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

.office-staff__lt .call {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	background-color: #e84e1b;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

.office-staff__lt .call:hover {
	background-color: #4585d4;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

.office-staff__rt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #1d4e8a;
	padding: 40px;
	color: #fff;
}

.office-staff__rt h2,
.office-staff__rt h3,
.office-staff__rt p {
	line-height: 1.4;
	margin-bottom: 30px;
}

.office-staff__rt .t1 {
	display: block;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 30px;
}

.office-staff__rt .t2 {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 30px;
}

.office-staff__rt ul li {
	margin-bottom: 10px;
}

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

.office-staff__rt ul li {
	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;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.24;
}

.office-staff__rt ul li:before {
	content: '';
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background-image: url(/images/icons/ch-blue.png);
}

.poffice-realtors .realtors-list .main-staff .box {
	background-color: #fff;
}

.stcr {
	background-color: #fff;
	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: 40px 40px;
}

.stcr figure {
	width: 118px;
	height: 118px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: 2px solid #85b3f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}

.stcr figure img {
  display: block;
  width: 100%;
 /*  height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.stcr__name {
	display: block;
	color: #457cce;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 10px;
}

.stcr__post {
	display: block;
	color: #858a91;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.24;
	margin-bottom: 20px;
}

.stcr .phone {
	width: 214px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	background-color: #4585d4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

.stcr .phone:hover {
	background-color: #e84e1b;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

.poffice-staff {
	padding-bottom: 85px;
}

.poffice-staff__df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0;
}

.poffice-staff__df > div {
	width: 49.5%;
}

.poffice .realtor-info__reviews {
	background-color: #fff;
	padding-bottom: 65px;
	margin-bottom: 0;
}

.poffice .realtor-info__reviews .links {
	text-align: center;
}

.poffice .realtor-info__reviews .links li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.poffice .realtor-info__reviews .links a {
	display: block;
	width: 195px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.poffice .realtor-info__reviews .links .b {
	background-color: #4585d4;
}

.poffice .realtor-info__reviews .links .b:hover {
	background-color: #ff5c24;
}

.poffice .realtor-info__reviews .links .r {
	background-color: #ff5c24;
}

.poffice .realtor-info__reviews .links .r:hover {
	background-color: #4585d4;
}

.blnw {
	padding-top: 50px;
	padding-bottom: 60px;
}

.blnw .tl {
	display: block;
	color: #000;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 32px;
}

.blnw__df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blnw__df > div {
	width: 49%;
}

.blnw .item {
	background-color: #fff;
	margin-bottom: 2px;
	padding: 35px 35px 35px 30px;
}

.blnw .item a:hover .t1 {
	text-decoration: underline;
}

.blnw .t1 {
	display: block;
	color: #457cce;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.24;
	margin-bottom: 15px;
	margin-top: 15px;
	min-height: 67px;
}

.blnw .t2 {
	display: block;
	color: #64686e;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 15px;
	min-height: 73px;
}

.blnw__d {
	color: #457cce;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.24;
}

.blnw .item__f {
	overflow: hidden;
	text-align: right;
	background-color: #fff;
	padding: 20px 25px;
}

.blnw .item__f a {
	text-transform: uppercase;
	color: #457cce;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.blnw .item__f a:hover {
	text-decoration: underline;
}

.poffice-main__rt {
	overflow: hidden;
}

.poffice-main__rt .bx {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

.poffice-main__rt .bx.is-active {
	display: block;
}

.poffice-gallery {
	position: relative;
}

.poffice-gallery .slick-slider,
.poffice-gallery .slick-list,
.poffice-gallery .slick-track {
	position: relative;
	height: 100%;
}

.poffice-gallery .slick-slide {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.poffice-gallery .js-poffice-gallery-arrows {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -38px;
}

.poffice-gallery .js-poffice-gallery-arrows > div {
	position: absolute;
	width: 21px;
	height: 38px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.poffice-gallery .js-poffice-gallery-arrows .prev {
	left: 15px;
	background-image: url(/images/icons/prev.png);
}

.poffice-gallery .js-poffice-gallery-arrows .next {
	right: 15px;
	background-image: url(/images/icons/next.png);
}


/* птом удалить старт */

.similar-sl-arrows2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -11px;
}
.similar-sl-arrows2 > div {
  position: absolute;
  background-color: #2086e6;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-repeat: no-repeat;
  transition: background-color 0.3s linear;
  cursor: pointer;
  user-select: none;
  background-size: 12px;
}
.similar-sl-arrows2 > div:hover {
  background-color: #ff9600;
}
.similar-sl-arrows2 .sprev {
  left: 10px;
  background-position: 44% 50%;
  background-image: url(/images/icons/prev.png);
}
.similar-sl-arrows2 .snext {
  right: 10px;
  background-position: 54% 50%;
  background-image: url(/images/icons/next.png);
}


/* птом удалить конец */

#main-best-sl .similar-sl-arrows {
  right: 10px;
}

#office-video iframe {
  width: 100%;
  height: 100%;
}

.poffice_desc p {
  color: #4a4f51;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 20px 0;
}