@charset "UTF-8";
.ap-main {
	padding-top: 100px !important;
}

.ap-main-menu-mobile {
	display: none;
}

.ap-main-menu__item {
	font-size: 12px;
	padding-right: 30px;
}

.ap-main-menu__link {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .04em;
	color: #ff0000 !important;
}

.ap-main-menu__link:after {
	background-color: #ff0000 !important;
}

.ap-header__logo-text {
	margin-right: 30px;
}

.ap-header__menu {
	background-color: #e4e4e4;
	padding: 0 15px;
}

.ap-header__menu-list {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ap-header__menu-item {
	padding: 0 6px;
}

.ap-header__menu-link {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	color: #000000;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: block;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.ap-header__menu-link:after {
	content: '';
	display: block;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: -2px;
	left: 50%;
	right: 50%;
	-webkit-transition: left .3s, right .3s, background-color .3s;
	-o-transition: left .3s, right .3s, background-color .3s;
	transition: left .3s, right .3s, background-color .3s;
}

.ap-header__menu-link:focus {
	text-decoration: none;
}

.ap-header__menu-link:hover,
.ap-header__menu-link_active {
	text-decoration: none;
	color: #ff0000;
}

.ap-header__menu-link:hover:after,
.ap-header__menu-link_active:after {
	left: 0;
	right: 0;
	background-color: #ff0000;
}

.ap-header__menu-link_active:after {
	content: normal;
}

.main-block-prof-news {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 24px 28px;
}

.main-block-prof-news-home {
	margin-bottom: 20px;
}

.main-block-prof-news__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.main-block-prof-news__section {
	position: relative;
	min-height: 1px;
	width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.main-block-prof-news__header {
	margin-bottom: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}

.main-block-prof-news__header:after {
	content: '';
	display: block;
	width: 100%;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	height: 1px;
	background-color: #7f7f7f;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.main-block-prof-news__title {
	font-size: 11px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: .04em;
	color: #999999;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-right: 4px;
}

.main-block-prof-news__arrows {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 2px;
}

.main-block-prof-news__arrows .slick-arrow {
	margin-top: 0;
	margin-bottom: -3px;
}

.main-block-prof-news__arrow {
	width: 17px;
	height: 9px;
	position: relative;
}

.main-block-prof-news__arrow-prev {
	width: 18px;
	border-right: 1px solid #d3d3d3;
}

.main-block-prof-news__arrow-btn {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	position: relative;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.main-block-prof-news__arrow-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 11px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 15' width='17' height='15'%3E%3Cpath fill='%23999999' d='M16.77,7,10,.21a.74.74,0,0,0-1.05,1l5.53,5.51H.74a.74.74,0,1,0,0,1.47H14.47L8.94,13.74a.78.78,0,0,0-.21.52.75.75,0,0,0,.22.53.76.76,0,0,0,.52.21.74.74,0,0,0,.52-.22L16.78,8A.73.73,0,0,0,17,7.5.7.7,0,0,0,16.77,7Z'/%3E%3C/svg%3E");
}

.main-block-prof-news__arrow-prev-btn:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-block-news__slider {
	height: 308px;
	padding-bottom: 8px;
}

.main-block-news__item {
	height: 300px;
}

.main-block-news__img {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	min-height: 1px;
	width: 100%;
	height: 100%;
	padding: 12px 24px 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-block-news__date-time {
	text-align: right;
}

.main-block-news__date {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #fff;
	letter-spacing: .04em;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

.main-block-news__date-month {
	display: block;
	height: 16px;
	line-height: 1;
	color: #ffffff;
	background-color: #ff0000;
	font-weight: 300;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 0;
}

.main-block-news__date-number {
	display: block;
	font-size: 32px;
	color: #ff0000;
	font-weight: 900;
	height: 44px;
	line-height: 42px;
}

.main-block-news__time {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
	padding: 5px 6px 5px 8px;
	height: 42px;
	line-height: 1;
	background-color: #ffff00;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-align: center;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

.main-block-news__time-title {
	display: block;
	color: #ff0000;
}

.main-block-news__time-number {
	display: block;
	color: #000000;
}

.main-block-news__title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	color: #ffffff;
	letter-spacing: .04em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

.main-block-news__action {
	text-align: right;
	padding-top: 15px;
	margin-right: -8px;
}

.main-block-news__btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	font-family: "GothamPro", sans-serif;
}

.main-block-news__btn:before {
	content: '';
	display: block;
	width: 85%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.main-block-news__btn span {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	padding: 0 15px;
	background-color: #00feff;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}

.main-block-news__btn span:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 8px;
	margin-top: 13px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 15' width='17' height='15'%3E%3Cpath fill='%23000000' d='M16.77,7,10,.21a.74.74,0,0,0-1.05,1l5.53,5.51H.74a.74.74,0,1,0,0,1.47H14.47L8.94,13.74a.78.78,0,0,0-.21.52.75.75,0,0,0,.22.53.76.76,0,0,0,.52.21.74.74,0,0,0,.52-.22L16.78,8A.73.73,0,0,0,17,7.5.7.7,0,0,0,16.77,7Z'/%3E%3C/svg%3E");
}

.main-block-news__btn:hover span {
	background-color: #00eaeb;
}

.main-block-news .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-right: -3px;
}

.main-block-news .slick-dots li {
	display: block;
	position: relative;
	height: 4px;
	width: 100%;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	margin-right: 3px;
	padding-top: 4px;
}

.main-block-news .slick-dots li button {
	height: 4px;
	display: block;
	width: 100%;
	overflow: hidden;
	color: transparent;
	background-color: #cccccc;
	outline: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-transition: background-color .24s;
	-o-transition: background-color .24s;
	transition: background-color .24s;
}

.main-block-news .slick-dots li.slick-active button {
	background-color: #ff0000;
}

.main-block-prof {
	position: relative;
}

.main-block-prof__link {
	font-size: 10px;
	color: #000000;
	letter-spacing: .04em;
	opacity: .4;
	text-decoration: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	position: absolute;
	right: -8px;
	top: 0;
	padding-right: 22px;
	padding-top: 7px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
}

.main-block-prof__link:focus {
	text-decoration: none;
	color: #000000;
}

.main-block-prof__link:hover {
	text-decoration: none;
	color: #ff0000;
}

.main-block-prof__slider {
	height: 330px;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -10px;
	margin-bottom: -12px;
}

.main-block-prof__item-wrapper {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-top: 10px;
}

.main-block-prof__item {
	height: 308px;
	position: relative;
	background-color: #fff;
}

.main-block-prof__item-inner {
	background-color: #fff;
	height: 100%;
	position: relative;
	z-index: 2;
	padding-top: 12px;
	padding-bottom: 28px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.main-block-prof__item:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	-webkit-transition: top .3s, -webkit-box-shadow .3s;
	transition: top .3s, -webkit-box-shadow .3s;
	-o-transition: top .3s, box-shadow .3s;
	transition: top .3s, box-shadow .3s;
	transition: top .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.main-block-prof__item:after {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	bottom: 0;
	left: -8px;
	right: -8px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#ffffff));
	background-image: -webkit-linear-gradient(bottom, transparent, #ffffff);
	background-image: -o-linear-gradient(bottom, transparent, #ffffff);
	background-image: linear-gradient(to top, transparent, #ffffff);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.main-block-prof__item:hover .main-block-prof__portfolio-link {
	background-color: #ff0000;
	color: #ffffff;
}

.main-block-prof__item:hover .main-block-prof__portfolio-link:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 15' width='17' height='15'%3E%3Cpath fill='%23ffffff' d='M16.77,7,10,.21a.74.74,0,0,0-1.05,1l5.53,5.51H.74a.74.74,0,1,0,0,1.47H14.47L8.94,13.74a.78.78,0,0,0-.21.52.75.75,0,0,0,.22.53.76.76,0,0,0,.52.21.74.74,0,0,0,.52-.22L16.78,8A.73.73,0,0,0,17,7.5.7.7,0,0,0,16.77,7Z'/%3E%3C/svg%3E");
	opacity: 1;
}

.main-block-prof__item:hover:before {
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.main-block-prof__item:hover:after {
	opacity: 0;
}

.main-block-prof__img {
	width: 146px;
	height: 146px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

.main-block-prof__img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.main-block-prof__img-link {
	text-decoration: none !important;
	outline: 0;
	display: block;
	color: #000000 !important;
}

.main-block-prof__img-link:hover img {
	opacity: .8;
}

.main-block-prof__medals {
	position: absolute;
	height: 35px;
	right: 0;
	bottom: 15px;
}

.main-block-prof__medals img {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 35px;
}

.main-block-prof__medals img:not(:first-child) {
	margin-left: -26px;
}

.main-block-prof__status {
	position: relative;
	z-index: 3;
	height: 16px;
	font-size: 11px;
	line-height: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #ffffff;
	margin-top: -16px;
	width: 106px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-block-prof__status * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-block-prof__status-profi {
	display: block;
	font-weight: 700;
	background-color: #ff0000;
	padding: 3px 5px;
	text-transform: uppercase;
	width: 46px;
}

.main-block-prof__status-online {
	display: block;
	font-weight: 300;
	padding: 2px 6px;
	background-color: #b5b5b5;
	position: relative;
	width: 60px;
	border: 1px solid #a0c0a0;
	border-left: 0;
}

.main-block-prof__status-online:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #66ff00;
	margin-right: 3px;
}

.main-block-prof__caption {
	text-align: center;
	padding-top: 12px;
	position: relative;
	z-index: 2;
}

.main-block-prof__name {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 1.17;
	color: #000000;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.main-block-prof__name span {
	/*display: block;*/
	display: inline-block;
}

.main-block-prof__name span.small-text {
	font-size: 8px;
}

.main-block-prof__name-link {
	text-decoration: none !important;
	outline: 0;
	display: block;
	color: #000000;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.main-block-prof__name-link:hover {
	color: #ff0000;
}

.main-block-prof__profession {
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
	margin-top: 8px;
	line-height: 1.3;
}

.main-block-prof__location {
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	color: #ff0000;
	margin-top: 6px;
	line-height: 1.3;
	overflow: hidden;
	max-height: 54px;
}

.main-block-prof__location span {
	display: block;
}

.main-block-prof__portfolio-link {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 28px;
	text-decoration: none;
	color: #999999;
	background-color: transparent;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .04em;
	text-align: center;
	white-space: nowrap;
	padding: 9px 10px;
	-webkit-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
}

.main-block-prof__portfolio-link:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 15' width='17' height='15'%3E%3Cpath fill='%23999999' d='M16.77,7,10,.21a.74.74,0,0,0-1.05,1l5.53,5.51H.74a.74.74,0,1,0,0,1.47H14.47L8.94,13.74a.78.78,0,0,0-.21.52.75.75,0,0,0,.22.53.76.76,0,0,0,.52.21.74.74,0,0,0,.52-.22L16.78,8A.73.73,0,0,0,17,7.5.7.7,0,0,0,16.77,7Z'/%3E%3C/svg%3E");
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.main-block-prof__portfolio-link:focus {
	text-decoration: none;
	color: #ffffff;
}

.main-block-prof__portfolio-link:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: #e00000 !important;
}

.main-block-prof__portfolio-link:hover:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 15' width='17' height='15'%3E%3Cpath fill='%23ffffff' d='M16.77,7,10,.21a.74.74,0,0,0-1.05,1l5.53,5.51H.74a.74.74,0,1,0,0,1.47H14.47L8.94,13.74a.78.78,0,0,0-.21.52.75.75,0,0,0,.22.53.76.76,0,0,0,.52.21.74.74,0,0,0,.52-.22L16.78,8A.73.73,0,0,0,17,7.5.7.7,0,0,0,16.77,7Z'/%3E%3C/svg%3E");
	opacity: 1;
}

@media (min-width: 1199px) {
	.menu-architect-service.ap-header__menu-link_active:after,
	.menu-architect-service.ap-header__menu-link_active:hover:after,
	.menu-architect-service:after,
	.menu-architect-service:hover:after {
		content: '';
		left: 0;
		right: 0;
		background-color: #ff0000;
	}
}

@media (max-width: 1199px) {
	.ap-main {
		padding-top: 50px !important;
	}

	.ap-main-menu-mobile {
		display: block;
	}

	.ap-main-menu__item {
		display: block;
		text-align: left;
		padding: 8px 0;
	}

	.ap-main-menu__link {
		font-size: 14px;
		font-weight: 600;
		text-transform: lowercase !important;
		transition: color .24s;
	}

	.ap-main-menu__link:after {
		content: normal;
	}

	.ap-main-menu__link:first-letter {
		text-transform: uppercase !important;
	}

	.ap-main-menu-mobile {
		border-bottom: 1px solid #b0b0b0;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}

	.ap-main-menu__link {
		font-size: 16px;
		line-height: 1.3;
		letter-spacing: .04em;
		color: #000000 !important;
	}

	.ap-main-menu__link:hover {
		color: #ff0000 !important;
	}

	.bx-touch .ap-main-menu__link:hover {
		color: #000000 !important;
	}

	.bx-touch .ap-main-menu__link:active {
		color: #ff0000 !important;
	}

	/*.ap-main-menu-mobile .ap-main-menu__item:nth-child(odd) .ap-main-menu__link {*/
	/*	color: #000000 !important;*/
	/*}*/

	.ap-header__nav {
		width: 248px;
		padding: 20px 28px;
		display: none;
		position: absolute;
		top: 40px;
		right: 40px;
		background-color: #ebebeb;
		border-top: 1px solid #e0e0e0;
		text-align: left;
		-webkit-box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.3);
		box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.3);
	}

	.ap-header__menu {
		display: none;
	}

	.ap-btn-toggle-menu {
		display: block;
		right: 40px;
		top: 16px;
	}

	.ap-grid .ap-header-services,
	.ap-header-services {
		margin-right: 43px;
	}

	.ap-header__menu-link {
		font-size: 14px;
	}

	.main-block-prof__name,
	.main-block-prof__portfolio-link {
		letter-spacing: .01em;
	}

	.main-block-news__title {
		font-size: 20px;
		line-height: 1.2;
	}

	.main-block-news__btn {
		font-size: 18px;
	}

	.main-block-news__btn span:before {
		width: 15px;
		height: 14px;
		margin-right: 8px;
		margin-top: 14px;
	}

	.main-block-news__date-number {
		font-size: 28px;
	}

	.menu-architect-service {
		white-space: normal;
		display: inline-block;
		max-width: 250px;
	}
}

.ap-main-menu__link.new-menu,
.ap-header__menu-link.new-menu {
	position: relative;
}

.ap-main-menu__link.new-menu:before,
.ap-header__menu-link.new-menu:before {
	content: "NEW";
	position: absolute;
	color: #ff0000;
	right: -25px;
	bottom: 14px;
	font-weight: 400;
	font-size: 12px;
}

.ap-main-menu__link.new-menu {
	text-transform: none !important;
}

.ap-main-menu__link.new-menu:before {
	text-transform: lowercase !important;
}

@media (max-width: 1180px) and (min-width: 992px) {
	.main-block-prof__portfolio-link {
		font-size: 9px;
		letter-spacing: 0;
		height: 28px;
		padding: 9px 5px;
	}

	.main-block-prof__portfolio-link:after {
		width: 9px;
		height: 7px;
	}
}

@media (max-width: 1080px) and (min-width: 992px) {
	.main-block-prof__img {
		width: 106px;
		height: 106px;
	}

	.main-block-prof__status {
		height: 15px;
		font-size: 10px;
		margin-top: -15px;
		width: 93px;
		line-height: 1;
	}

	.main-block-prof__status-profi {
		padding: 4px 3px 2px;
		width: 39px;
		text-align: center;
	}

	.main-block-prof__status-online {
		padding: 2px 4px 1px;
		width: 54px;
	}

	.main-block-prof__name {
		font-size: 12px;
	}

	.main-block-prof__medals {
		height: 30px;
	}

	.main-block-prof__medals img {
		width: auto;
		height: 30px;
	}

	.main-block-prof__profession {
		font-size: 9px;
	}

	.main-block-prof__location {
		font-size: 9px;
	}

	.main-block-prof__portfolio-link {
		font-size: 9px;
		letter-spacing: 0;
		height: 28px;
		padding: 9px 5px;
	}

	.main-block-prof__item-wrapper {
		padding-left: 6px;
		padding-right: 6px;
	}

	.main-block-prof__item {
		height: 260px;
	}

	.main-block-prof__item-inner {
		padding-top: 12px;
	}

	.main-block-prof__slider {
		height: 280px;
	}

	.main-block-news__slider {
		height: 260px;
		padding-bottom: 8px;
	}

	.main-block-news__item {
		height: 250px;
	}

	.main-block-news__title {
		font-size: 18px;
	}

	.main-block-news__btn {
		height: 36px;
		line-height: 36px;
		font-size: 17px;
	}

	.main-block-news__btn span:before {
		width: 13px;
		height: 11px;
		margin-right: 6px;
		margin-top: 13px;
	}

	.main-block-news__btn span {
		padding: 0 12px;
	}

	.main-block-news__date {
		width: 48px;
		height: 48px;
	}

	.main-block-news__date-month {
		height: 15px;
		font-size: 10px;
		padding: 3px 0;
	}

	.main-block-news__date-number {
		font-size: 24px;
		height: 33px;
		line-height: 32px;
	}

	.main-block-news__time {
		margin-left: -5px;
		padding: 4px 6px 4px 7px;
		height: 34px;
		font-size: 12px;
	}

	.main-block-prof__location {
		margin-top: 7px;
		margin-bottom: 0;
	}

	.main-block-prof__caption {
		padding-top: 16px;
	}

	.main-block-prof__profession {
		display: block;
		margin-top: 7px;
	}
}

@media (max-width: 880px) {
	.main-block-news__title {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.main-block-news {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.main-block-prof {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}

	.main-block-news__title {
		font-size: 20px;
		max-width: 600px;
	}

	.main-block-prof-news__inner {
		width: 100%;
		max-width: 880px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.main-block-prof-news-home {
		margin-bottom: 0;
	}

	.ap-user-toggle, .ap-header__nav,
	.ap-btn-toggle-menu {
		right: 15px;
	}

	.main-block-news__img {
		background-size: contain !important;
	}

	.main-block-prof-news {
		padding-left: 5px;
		padding-right: 5px;
	}

	.main-block-prof__link {
		display: inline-block;
		position: static;
		margin-top: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-right: 0;
		padding-top: 0;
		font-size: 12px;
	}
}

@media (max-width: 660px) {
	.main-block-prof__link {
		display: inline-block;
		position: static;
		margin-top: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-right: 0;
		padding-top: 0;
		font-size: 12px;
	}

	.main-block-prof-news {
		padding: 15px 5px;
	}

	.main-block-prof-news__header {
		margin-bottom: 12px;
	}
}

@media (max-width: 640px) {
	.ap-header__nav {
		right: 0;
		left: 0;
		width: 100%;
		height: -webkit-calc(100vh - 51px);
		height: calc(100vh - 51px);
		padding: 32px 20px;
	}

	.ap-main-menu__item {
		text-align: center;
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 24px;
		padding-left: 0;
	}

	.ap-main-menu__item:first-child {
		padding-left: 0;
	}

	.ap-main-menu__item:last-child {
		margin-bottom: 0;
	}

	.ap-main-menu-mobile {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		width: 100%;
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}

	.ap-header__logo-text {
		margin-right: 0;
	}

	.ap-main-menu__item:first-child .ap-main-menu__link {
		max-width: none;
	}

	.ap-main-menu-mobile .ap-main-menu__item {
		font-size: 15px;
		line-height: 1.3;
		text-align: left;
	}

	.ap-main-menu-mobile .ap-main-menu__link {
		position: relative;
		display: inline-block;
		font-size: 15px;
		line-height: 1.3;
		font-weight: 600;
		color: #000000;
		letter-spacing: normal;
		text-transform: uppercase !important;
		padding-left: 32px;
		transition: color .24s;
	}

	.ap-main-menu-mobile .ap-main-menu__link .regular {
		font-weight: 400;
	}

	.ap-main-menu-mobile .ap-main-menu__link:before {
		content: '';
		display: block;
		width: 21px;
		height: 10px;
		position: absolute;
		left: 0;
		top: 0.65em;
		margin-top: -5px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 24 10'%3E%3Crect x='5' y='4' width='3' height='2' fill='%23cccccc'/%3E%3Crect y='4' width='3' height='2' fill='%23cccccc'/%3E%3Crect x='10' y='4' width='3' height='2' fill='%23cccccc'/%3E%3Cpolygon points='24 5 17.93 0 17.93 4 15 4 15 6 17.93 6 17.93 10 24 5' fill='%23cccccc'/%3E%3C/svg%3E") no-repeat left center / contain;
	}

	.ap-main-menu-mobile .ap-main-menu__link:hover {
		color: #ff0000 !important;
	}

	.ap-main-menu-mobile .ap-main-menu__link:hover:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 24 10'%3E%3Cpolygon points='24 5 17.93 0 17.93 4 0 4 0 6 17.93 6 17.93 10 24 5' fill='%23ff0000'/%3E%3C/svg%3E");
	}

	.ap-main-menu-mobile .ap-main-menu__link:after {
		content: normal;
	}

	.bx-touch .ap-main-menu-mobile .ap-main-menu__link:hover {
		color: #000000 !important;
	}

	.bx-touch .ap-main-menu-mobile .ap-main-menu__link:hover:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 24 10'%3E%3Crect x='5' y='4' width='3' height='2' fill='%23cccccc'/%3E%3Crect y='4' width='3' height='2' fill='%23cccccc'/%3E%3Crect x='10' y='4' width='3' height='2' fill='%23cccccc'/%3E%3Cpolygon points='24 5 17.93 0 17.93 4 15 4 15 6 17.93 6 17.93 10 24 5' fill='%23cccccc'/%3E%3C/svg%3E");
	}

	.bx-touch .ap-main-menu-mobile .ap-main-menu__link:active {
		color: #ff0000 !important;
	}

	.bx-touch .ap-main-menu-mobile .ap-main-menu__link:active:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 24 10'%3E%3Cpolygon points='24 5 17.93 0 17.93 4 0 4 0 6 17.93 6 17.93 10 24 5' fill='%23ff0000'/%3E%3C/svg%3E");
	}

	.ap-main-menu-mobile .ap-main-menu__link_active {
		color: #ff0000 !important;
	}

	.ap-main-menu__link_active:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 24 10'%3E%3Cpolygon points='24 5 17.93 0 17.93 4 0 4 0 6 17.93 6 17.93 10 24 5' fill='%23ff0000'/%3E%3C/svg%3E") !important;
	}

}

@media (max-width: 398px) {
	.ap-header__nav {
		padding: 32px 15px;
	}
}

@media (max-width: 640px) {
	.main-block-prof__img {
		width: 106px;
		height: 106px;
	}

	.main-block-prof__status {
		height: 15px;
		font-size: 10px;
		margin-top: -15px;
		width: 93px;
		line-height: 1;
	}

	.main-block-prof__status-profi {
		padding: 4px 3px 2px;
		width: 39px;
		text-align: center;
	}

	.main-block-prof__status-online {
		padding: 2px 4px 1px;
		width: 54px;
	}

	.main-block-prof__name {
		font-size: 12px;
	}

	.main-block-prof__medals {
		height: 30px;
	}

	.main-block-prof__medals img {
		width: auto;
		height: 30px;
	}

	.main-block-prof__profession {
		font-size: 9px;
	}

	.main-block-prof__location {
		font-size: 9px;
	}

	.main-block-prof__portfolio-link {
		font-size: 9px;
		letter-spacing: 0;
		height: 28px;
		padding: 9px 5px;
	}

	.main-block-prof__item-wrapper {
		padding-left: 6px;
		padding-right: 6px;
	}

	.main-block-prof__item {
		height: 240px;
	}

	.main-block-prof__item-inner {
		padding-top: 8px;
	}

	.main-block-prof__slider {
		height: 260px;
	}

	.main-block-news__slider {
		height: 240px;
		padding-bottom: 8px;
	}

	.main-block-news__item {
		height: 230px;
	}

	.main-block-news__title {
		font-size: 18px;
	}

	.main-block-news__btn {
		height: 36px;
		line-height: 36px;
		font-size: 17px;
	}

	.main-block-news__btn span:before {
		width: 13px;
		height: 11px;
		margin-right: 6px;
		margin-top: 13px;
	}

	.main-block-news__btn span {
		padding: 0 12px;
	}

	.main-block-news__date {
		width: 48px;
		height: 48px;
	}

	.main-block-news__date-month {
		height: 15px;
		font-size: 10px;
		padding: 3px 0;
	}

	.main-block-news__date-number {
		font-size: 24px;
		height: 33px;
		line-height: 32px;
	}

	.main-block-news__time {
		margin-left: -5px;
		padding: 4px 6px 4px 7px;
		height: 34px;
		font-size: 12px;
	}

	.main-block-prof__location {
		margin-top: 4px;
		margin-bottom: 0;
	}

	.main-block-prof__profession {
		display: block;
		margin-top: 5px;
	}
}

@media (max-width: 530px) {
	.main-block-prof__item {
		height: 230px;
	}

	.main-block-prof__slider {
		height: 250px;
	}

	.main-block-prof__portfolio-link {
		font-size: 7px;
		letter-spacing: 0;
		height: 24px;
		padding: 7px 5px;
	}

	.main-block-prof__portfolio-link:after {
		width: 7px;
		height: 5px;
	}
}

@media (max-width: 431px) {
	.main-block-prof__item {
		height: 240px;
	}

	.main-block-prof__slider {
		height: 260px;
	}

	.main-block-prof__portfolio-link {
		font-size: 9px;
		letter-spacing: 0;
		height: 28px;
		padding: 9px 5px;
	}

	.main-block-prof__portfolio-link:after {
		width: 9px;
		height: 7px;
	}
}

@media (max-width: 420px) {
	.main-block-news__title {
		font-size: 16px;
	}
}

@media (max-width: 340px) {
	.main-block-prof__item {
		height: 230px;
	}

	.main-block-prof__slider {
		height: 250px;
	}

	.main-block-prof__portfolio-link {
		font-size: 7px;
		letter-spacing: 0;
		height: 24px;
		padding: 7px 5px;
	}

	.main-block-prof__portfolio-link:after {
		width: 7px;
		height: 5px;
	}
}

.main-block-prof__medal {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: url(/local/img/medal.svg) no-repeat center center;
	background-size: contain;
	box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}

.main-block-prof__medal:not(:first-child) {
	margin-left: -24px;
}