body {
	font-size: 16px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	color: #282626;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}
body,
html {
	min-height: 100vh;
}
.container {
	height: 100%;
	flex-grow: 1;
	border-bottom: 2px solid #ef8a08;
}
.wrapper {
	max-width: 1250px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
img {
	object-fit: cover;
}
.title-block {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	/* max-width: 810px; */
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.title-block .title {
	color: #2b2b29;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	display: inline-block;
	padding: 0 40px;
}
.title-block .subtitle {
	margin-top: 12px;
}
.title-block::after {
	content: "";
	display: block;
	background-image: url(../img/line_horiz.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 105px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.repeat-section .title-block {
	top: -15px;
	margin-bottom: -15px;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	color: #424446;
	font-size: 18px;
	font-weight: 700;
}
.repeat-section .wrapper {
	border-radius: 4px;
	border: 1px solid rgba(177, 177, 177, 0.3);
}
.page__title {
	min-height: 80px;
	box-shadow: 0 3px 7px rgba(26, 19, 14, 0.16);
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-top: 1px solid #e1e1e14d;
}
.page__title h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
}
.modal__form-content .politics {
	font-size: 13px;
	line-height: 15px;
	margin-top: 15px;
	display: block;
}
.modal__form-content .politics:hover span {
	text-decoration: underline;
}
.modal__form-content .politics span {
	cursor: pointer;
}
div.wpcf7-response-output,
span.wpcf7-not-valid-tip,
.ajax-loader {
	display: none !important;
}
.wpcf7-not-valid {
	border: 1px solid #f00 !important;
	box-shadow: 0 0 3px 0px #f00;
}
.fancybox-container {
	z-index: 9999 !important;
}
.style-link,
.single-news a,
.single-activity__down-text a,
.default-page a {
	color: #e69b3b;
	text-decoration: underline;
}
.ajs-message {
	line-height: 16px !important;
}
/* breadcrumbs */

.breadcrumbs__wrapper {
	font-size: 13px;
	margin-top: 42px;
	margin-bottom: 50px;
}
.breadcrumbs__link {
	color: #757474;
}
.breadcrumbs__separator {
	background-image: url(../img/separator-bred.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 13px;
	height: 8px;
	display: inline-block;
	margin: 0 9px;
}
.breadcrumbs__current {
	color: #2b2b29;
	font-weight: 600;
}

.technologies-box__img:empty,
.single-activity__img:empty,
.single-news__img:empty,
.photo__album-item:empty,
.single-photo__img:empty,
.benefits__item:empty,
.single-articles__img:empty,
.iframe-video {
	opacity: 0;
	visibility: hidden;
	height: 0;
	max-height: 0;
	min-height: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* header */

.header {
	padding: 12px 0;
	width: 100%;
	display: flex;
	align-content: stretch;
	min-height: 91px;
	border-bottom: 1px solid #ef8a08;
}
.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__logo-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__logo,
.footer__logo {
	background-image: url(/wp-content/uploads/2018/03/logotype.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 82px;
	width: 297px;
	display: block;
}
.header__contacts-box {
	color: #393935;
}
.logo-text {
	display: none;
	margin-left: 14px;
	color: #424a50;
	line-height: 18px;
}
.contacts__tel-box,
.contacts__email-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.contacts__tel {
	display: flex;
	margin-right: 16px;
	align-items: center;
	font-size: 17px;
	font-weight: 600;
}
.contacts__tel:last-child {
	margin-right: 0;
}
.contacts__tel::before {
	content: "";
	display: block;
	background-image: url(../img/ico_phone.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 12px;
	height: 15px;
	margin-right: 10px;
}
.contacts__email {
	font-weight: 500;
}
.contacts__email::before {
	content: "";
	display: block;
	background-image: url(../img/ico_mail.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 13px;
	height: 10px;
	margin-right: 10px;
}
.contacts__email {
	display: flex;
	align-items: center;
}
.contacts__call-back {
	font-size: 18px;
	line-height: 20px;
}
.contacts__call-back:hover {
	color: #f7aa47;
}

/* nav-menu */

.nav-menu {
	min-height: 50px;
	display: flex;
	align-content: stretch;
}
.ul-menu {
	display: flex;
	align-content: center;
	position: relative;
}
.ul-menu > li {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #fff;
}
.ul-menu > li:hover {
	background-color: #efefef;
	cursor: pointer;
	color: #ed8c59;
}
.ul-menu li:hover::after {
	display: none;
}
.ul-menu li a {
	padding: 0 16px;
	position: relative;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.ul-menu > li::after {
	content: "";
	display: none;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background-color: #dddddd;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 99;
}
.nav-menu li:last-child span {
	display: none !important;
}
.menu-item-has-children > a::after {
	content: "";
	background-image: url(../img/arrow-menu.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.menu-item-has-children:hover > a::after {
	width: 15px;
	height: 8px;
	margin-left: 15px;
	opacity: 1;
}
.menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	position: absolute;
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	background-color: #fbfbfb !important;
	border-top: 1px solid #eeeeee;
	border-radius: 0px 0px 6px 6px;
	z-index: 99;
	padding: 14px;
	left: 0;
}
.sub-menu.menu-active {
	display: block;
	opacity: 1;
	top: 100%;
}
.sub-menu li {
	color: #4b4848;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 12px;
}
.sub-menu li a {
	padding: 0;
	font-weight: 600;
}
.sub-menu li:last-child {
	margin-bottom: 0;
}
.sub-menu li:hover {
	color: #ba6840;
}
.menu-item-has-children:hover a::after {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.ul-menu .current-menu-item {
	color: #ed824a;
	background-color: #efefef !important;
}
.sub-menu .current-menu-item {
	background-color: #fbfbfb !important;
}

.menu-separator {
	display: block;
	position: absolute;
	right: -2px;
	width: 4px;
	height: 4px;
	top: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background-color: #dddddd;
	z-index: 99;
}
.sub-menu .menu-separator {
	display: none !important;
}

/* footer */

.footer {
	width: 100%;
	padding: 12px 0;
	width: 100%;
	display: flex;
	align-content: stretch;
	min-height: 95px;
}
.footer .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__logo-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 373px;
	width: 100%;
}
.footer__other-box {
	text-align: center;
}
.footer__other-box * {
	display: block;
}
.footer__other-box span {
	font-size: 14px;
	line-height: 16px;
	color: #898989;
}
.footer__other-box .politics {
	color: #f7aa47;
	text-decoration: underline;
	line-height: 16px;
}
.footer__dev {
	text-align: right;
	max-width: 373px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.footer__dev span {
	color: #898989;
	font-size: 12px;
	letter-spacing: -0.2px;
}
.footer__dev i {
	display: block;
	background-image: url(../img/udnet.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 146px;
	height: 29px;
}

/* slider */

.main-slider__item {
	background-image: url(../img/slide_1.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding-top: 214px;
	padding-bottom: 192px;
	outline: none;
}
.main-slider__title {
	color: #ffffff;
	font-size: 31px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
.main-slider__subtitle {
	color: #ed824a;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
}
.main-slider__text-box {
	max-width: 665px;
	width: 100%;
	position: relative;
	padding-left: 20px;
}
.main-slider__text-box:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/line.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 6px;
	height: 154px;
}
.main-slider .slick-dots li {
	width: 12px !important;
	height: 12px !important;
}
.main-slider .slick-dots .slick-active button::before {
	content: "" !important;
	background-color: #f48449 !important;
	width: 7px !important;
	height: 7px !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.main-slider .slick-dots button::before {
	content: "" !important;
	width: 100% !important;
	height: 100% !important;
	background-color: #fff !important;
	opacity: 1 !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.main-slider .slick-dots li button {
	width: 12px !important;
	height: 12px !important;
	position: relative;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.main-slider .slick-dots {
	bottom: 16px !important;
}

/* benefits */
.benefits {
	padding-top: 35px;
	padding-bottom: 80px;
}
.benefits__box {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: stretch;
}
.benefits__item {
	width: 222px;
	max-width: 100%;
	flex-grow: 1;
	margin: 0 30px 30px;
	text-align: center;
}
.benefits__item-img {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 100%;
	height: 88px;
	margin-bottom: 22px;
}
.benefits__item-text {
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}
.repeat-btn {
	width: 297px;
	height: 49px;
	margin: 0 auto;
	background-image: url(../img/default-btn.png);
	position: relative;
	bottom: -31px;
	margin-top: -15px;
	background-color: #fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.benefits-btn {
	background-image: url(../img/hover-btn.png);
	color: #fff;
}
.benefits-btn:hover {
	background-image: url(../img/hover-ben-btn.png) !important;
}
.repeat-btn:hover {
	background-image: url(../img/hover-btn.png);
	color: #fff;
}
.repeat-btn::after,
.repeat-btn::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 25px;
	background-color: #fff;
}
.repeat-btn::after {
	right: -25px;
}
.repeat-btn::before {
	left: -25px;
}

/* members - slider */
.members {
	padding-top: 50px;
	border-top: 1px solid #ef8a08;
	border-bottom: 1px solid #ef8a08;
}
.members,
.members .title-block {
	background-color: #f7f7f7;
}
.wrapper-slider-up {
	border-bottom: 1px solid #ef8a08;
	padding-bottom: 49px;
	padding-top: 45px;
	position: relative;
}
.members-slider-up__item {
	min-height: 80px !important;
	width: 100%;
	margin: 0 30px;
	background-image: url(../img/member4.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	outline: none;
	/* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
	filter: gray; */
	cursor: pointer;
}
/* .members-slider-up__item.slick-current{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
	filter: none;
} */
.wrapper-slider-up::after {
	content: "";
	display: block;
	position: absolute;
	left: 25%;
	bottom: -27px;
	background-image: url(../img/arrow-down.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 61px;
	height: 36px;
	z-index: 99;
}
.wrapper__slider-down {
	padding: 55px 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.wrapper__slider-down::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);
}
.members-slider-down {
	border: 1px solid #a29f9969;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	background-color: transparent;
	padding: 9px;
	z-index: 99;
}
.members-slider-down__item {
	display: flex !important;
	align-content: stretch;
	outline: none;
}
.slider-down__img {
	width: 100%;
	min-width: 510px;
	min-height: 350px;
	max-width: 510px;
	/* background-image: url(../img/slide1-down.png); */
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.slider-down__description {
	padding: 50px 20px 11px;
	text-align-last: left;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.slider-down__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 14px;
}
.slider-down__text {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 25px;
	font-weight: 500;
}
.slider-down__btn {
	width: 150px;
	height: 35px;
	background-image: url(../img/btn-small.png);
	align-self: flex-end;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.slider-down__btn:hover {
	background-image: url(../img/hover-btn-small.png);
	color: #fff;
}
.members-slider-up .slick-prev::before,
.members-slider-up .slick-next::before {
	content: "" !important;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 26px !important;
	height: 33px !important;
	display: block;
}
.members-slider-up .slick-prev::before {
	background-image: url(../img/arrow-left.png);
}
.members-slider-up .slick-next::before {
	background-image: url(../img/arrow-right.png);
}
.members-slider-up .slick-arrow {
	height: 33px !important;
	width: 26px !important;
}

/* activity */

.activity {
	/* padding: 64px 0; */
	padding-top: 64px;
}
.activity .wrapper {
	border-radius: 4px;
	border: 1px solid rgba(177, 177, 177, 0.3);
	padding: 0 25px 75px;
}
.activity .title-block {
	position: relative;
	top: -15px;
}
.activity-slider__item {
	margin: 0 5px;
	height: 287px !important;
	padding: 7px;
	/* background-image: url(../img/activ1.png); */
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	display: flex;
	align-content: stretch;
	outline: none;
	height: 289px !important;
}
.activity-slider__content-box {
	/* border: 1px solid #fff; */
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.activity-slider {
	margin-top: 40px;
}
.activity-slider__title {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 51px;
}
.activity-slider__title i {
	background-image: url(../img/icon-activ.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 17px;
	min-width: 17px;
	height: 16px;
	margin-right: 13px;
}

.activity-slider .slick-prev::before,
.activity-slider .slick-next::before {
	content: "" !important;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 26px !important;
	height: 50px !important;
	display: block;
	background-color: #fff;
}
.activity-slider .slick-prev::before {
	background-image: url(../img/arrow-left.png);
}
.activity-slider .slick-next::before {
	background-image: url(../img/arrow-right.png);
}
.activity-slider .slick-next {
	right: -41px !important;
}
.activity-slider .slick-prev {
	left: -41px !important;
}
.activity-slider .slick-arrow {
	height: 50px !important;
	width: 26px !important;
	background-color: #fff;
}

/* materials */

.materials {
	padding: 64px 0 78px;
	border-bottom: 1px solid #ef8a08;
}
.materials__box {
	max-width: 852px;
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.materials__item {
	max-width: 410px;
	width: 100%;
	flex-grow: 1;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 6px 10px;
	padding-right: 40px;
	position: relative;
}
.svg-inline--fa {
	position: absolute;
	right: 15px !important;
	font-size: 15px !important;
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.materials__item:hover .svg-inline--fa {
	font-size: 20px !important;
	color: #ef8a08;
	opacity: 1;
}
.materials__item i {
	/* background-image: url(../img/doc.png); */
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 28px;
	min-width: 28px;
	height: 38px;
	margin-right: 20px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.materials__item span {
	color: #5f5f5e;
	font-size: 16px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.materials__item:hover span {
	color: #ef8a08;
	text-decoration: underline;
}
.materials__item:hover i {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
}
.materials__item:nth-child(odd) {
	margin-right: 3%;
}

/* news */

.news {
	padding: 62px 0 80px;
	background-image: url(../img/bg-news.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ef8a08;
}
.news .wrapper {
	padding: 0 25px;
	position: relative;
}
.news .repeat-btn {
	position: relative;
}
.news .title-block {
	background-color: #f8f4f0;
	border-radius: 40%;
}
.news .wrap-btn {
	max-width: 350px;
	width: 100%;
	height: 49px;
	position: relative;
	bottom: -31px;
	margin-top: -31px;
	background-image: url(../img/bg-news.png);
	background-size: 1900px auto;
	background-position: 50% 67.6%;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background-color: #faf9f7;
}
.news .repeat-btn {
	background-color: transparent;
	position: static;
	margin: 0 auto;
}
.news .repeat-btn::after,
.news .repeat-btn::before {
	display: none;
}
.news-slider {
	margin-top: 40px;
	margin-bottom: 30px;
}
.news-slider__item {
	margin: 0 3px;
	outline: none;
	cursor: pointer;
}
.news-slider__img {
	/* background-image: url(../img/news1.png); */
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 171px !important;
	width: 100% !important;
}
.news-slider__title {
	font-size: 14px;
	line-height: 16px;
	padding: 17px 13px;
	background-color: #fff;
}

.news-slider .slick-prev::before,
.news-slider .slick-next::before {
	content: "" !important;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 26px !important;
	height: 50px !important;
	display: block;
	/* background-color: #ebeceb; */
}
.news-slider .slick-prev::before {
	background-image: url(../img/arrow-left.png);
}
.news-slider .slick-next::before {
	background-image: url(../img/arrow-right.png);
}
.news-slider .slick-next {
	right: -41px !important;
}
.news-slider .slick-prev {
	left: -41px !important;
}
.news-slider .slick-arrow {
	height: 50px !important;
	width: 26px !important;
	/* background-color: #fff; */
	background-image: url(../img/bg-news.png);
	background-size: 1900px auto;
	background-position: 50% 67.6%;
	background-repeat: no-repeat;
}

/* map */

.map {
	position: relative;
}
.map .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background-color: transparent;
	pointer-events: none;
}
.map__contacts-block {
	padding: 30px 66px 30px 22px;
	background-color: #fff;
	position: relative;
	max-width: 302px;
	width: 100%;
	z-index: 99;
	pointer-events: all;
}
.map__contacts-block::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-image: url(../img/left-line.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.map__title {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 25px;
	font-weight: 700;
}
.map__adres {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.map__adres i {
	background-image: url(../img/ico_pin.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 12px;
	min-width: 12px;
	height: 15px;
	margin-right: 12px;
}
.map__adres span {
	color: #51514e;
	line-height: 17px;
}
.map__number a {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.map__number a span {
	color: #a2a2a2;
}
.map__number a:before {
	content: "";
	display: block;
	background-image: url(../img/ico_phone.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 12px;
	min-width: 12px;
	height: 15px;
	margin-right: 12px;
}
.map__number {
	margin-bottom: 20px;
}
.map__email a {
	display: flex;
	align-items: center;
}
.map__email a:before {
	content: "";
	display: block;
	background-image: url(../img/ico_mail.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 13px;
	min-width: 13px;
	height: 9px;
	margin-right: 12px;
}

/* page - members */

.page-members {
	padding-bottom: 50px;
	border-bottom: 2px solid #ef8a08;
}
.page-members__title {
	font-size: 20px;
	line-height: 22px;
}
.page-members__box-item {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.page-members__content-wrap {
	margin: 0 10px 12px;
	width: 392px;
	max-width: 100%;
	height: 268px;
	padding: 7px;
	/* background-image: url(../img/page-mem1.png); */
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.page-members__content {
	height: 100%;
	width: 100%;
	/* border: 1px solid #fff; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
}
.page-members__img {
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 231px;
	margin: 0 auto 22px;
	max-height: 115px;
	height: 100%;
	min-height: 54px;
}
.page-members__btn {
	background-image: url(../img/button-bg-mem.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 221px;
	height: 36px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.page-members__btn:hover {
	background-image: url(../img/hover-btn.png);
	color: #fff;
}

/* single members */
.single-content {
	padding-bottom: 35px;
	border-bottom: 2px solid #ef8a08;
}
.single-content__logo {
	background-image: url(../img/page-mem-logo3.png);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	max-width: 217px;
	width: 100%;
	height: 90px;
	margin-bottom: 40px;
	display: block;
}
.single-content__description {
	text-align-last: left;
	margin-bottom: 65px;
}
.single-content__title {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 15px;
}
.single-content__text {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
}

.single-slider.wrapper {
	border-radius: 4px;
	border: 1px solid rgba(177, 177, 177, 0.3);
	padding: 25px;
}
/* .single-slider__item{
	height: 287px !important;
	margin: 0 4px;
	padding: 7px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	outline: none;
} */
.single-slider__item {
	margin: 0 4px;
	display: flex;
	align-items: stretch;
	flex-grow: 1;
	background-color: #fff;
	position: relative;
}
.single-slider__item img {
	height: 287px;
	width: 100%;
}
.single-slider__content {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	border: 1px solid #fff;
}
.single-slider__title {
	min-height: 52px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
}

.single-slider .slick-prev::before,
.single-slider .slick-next::before {
	content: "" !important;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 26px !important;
	height: 50px !important;
	display: block;
	background-color: #fff;
}
.single-slider .slick-prev::before {
	background-image: url(../img/arrow-left.png);
}
.single-slider .slick-next::before {
	background-image: url(../img/arrow-right.png);
}
.single-slider .slick-prev {
	left: -15px !important;
}
.single-slider .slick-next {
	right: -15px !important;
}
.single-slider .slick-arrow {
	height: 50px !important;
	width: 26px !important;
	background-color: #fff;
}
.transition {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 44px;
}
.transition a {
	color: #757474;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.transition__prev::before,
.transition__next::after {
	content: "";
	display: block;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 41px;
	height: 15px;
}
.transition__prev::before {
	background-image: url(../img/transition-prev.png);
	margin-right: 25px;
}
.transition__next::after {
	background-image: url(../img/transition-next.png);
	margin-left: 25px;
}

/* page - products */
.page__productions {
	padding-bottom: 60px;
	border-bottom: 2px solid #ef8a08;
}
.title-block__products {
	text-align: center;
}
.page__productions .wrapper {
	padding: 0 25px 15px;
	margin-bottom: 65px;
	border-radius: 4px;
	border: 1px solid rgba(177, 177, 177, 0.3);
}
.page__productions .wrapper:last-child {
	margin-bottom: 0;
}
.technologies-box__images-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.page-products__technologies-box {
	margin-bottom: 15px;
}
.page-products__technologies-box:last-child {
	margin-bottom: 0;
}
.technologies-box__img {
	width: 370px;
	max-width: 100%;
	height: 251px;
	margin: 0 10px 20px;
	/* border: 6px solid #ececec; */
	flex-grow: 1;
}
.technologies-box__img img,
.technologies-box__img a {
	height: 100%;
	width: 100%;
	/* background-image: url(../img/tech-img1.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat; */
	display: block;
}
.title-block__productions {
	text-align: left;
	margin: 0;
	/* padding-bottom: 15px; */
	margin-bottom: 25px;
	top: -15px;
	left: -15px;
	padding: 0 15px 15px;
}
.title-block__productions .title {
	/* padding: 0 15px 15px; */
	padding: 0;
	line-height: 26px;
}
.title-block__productions::after {
	left: 15px;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
}
.technologies-box__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.technologies-box__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}
.technologies-box__header {
	margin-bottom: 40px;
}

/* category-activity */
.page-activity,
.page-news {
	padding-bottom: 45px;
	border-bottom: 2px solid #ef8a08;
}
.single-anons {
	padding-bottom: 45px;
}

.page-activity__content-wrap,
.page-news__content-wrap {
	display: flex;
	margin-bottom: 45px;
}
.page-activity__img-wrap,
.page-news__img-wrap {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	max-width: 395px;
	width: 100%;
	height: 208px;
	padding: 7px;
	display: flex;
	align-items: stretch;
	border: 1px solid #e7e7e7;
}
.page-activity__border,
.page-news__border {
	/* border: 1px solid #fff; */
	height: 100%;
	width: 100%;
}
.page-activity__content,
.page-news__content {
	border: 1px solid rgba(177, 177, 177, 0.3);
	border-left: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
	width: 100%;
}
.page-activity__title,
.page-news__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 22px;
}
.page-activity__subtitle,
.page-news__subtitle {
	font-size: 15px;
	line-height: 17px;
}
.page-activity__btn,
.page-news__btn {
	position: absolute;
	bottom: -18px;
	right: 20px;
	background-image: url(../img/button-wrap.png);
	width: 221px;
	height: 36px;
	font-size: 13px;
	font-weight: 700;
	background-color: #fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.page-news__btn:hover,
.page-activity__btn:hover {
	background-image: url(../img/hover-mem.png);
	color: #fff;
}
/* single - activity, news */

.single-activity,
.single-news,
.single-articles {
	padding-bottom: 45px;
	border-bottom: 2px solid #ef8a08;
}
.single-activity__header,
.single-news__header,
.single-articles__header {
	max-width: 800px;
	width: 100%;
	margin-bottom: 50px;
}
.single-activity__title,
.single-news__title,
.single-articles__title {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 29px;
}
.single-activity__subtitle,
.single-news__subtitle,
.single-articles__subtitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}
.single-activity__video,
.single-news__video,
.single-articles__video {
	height: 396px;
	max-width: 705px;
	width: 100%;
	margin: 0 auto 60px;
	display: block;
}
.single-activity__down-title,
.single-news__down-title,
.single-articles__down-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.single-activity__down-subtitle,
.single-news__down-subtitle,
.single-articles__down-subtitle {
	font-size: 17px;
	font-weight: 400;
	line-height: auto;
}
.single-activity__down-text,
.single-news__down-text,
.single-articles__down-text {
	margin-bottom: 35px;
}
.single-activity__box-img,
.single-news__box-img,
.single-articles__box-img {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% + 14px);
	margin-left: -7px;
	margin-bottom: 42px;
}
.single-news__box-img {
	margin-bottom: 0;
}
.single-activity__img,
.single-news__img,
.single-articles__img {
	/* background-image: url(../img/activ1.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat; */
	width: 304px; 
	max-width: 100%;
	height: 221px;
	margin: 0 7px 14px;
	display: flex;
	align-items: stretch;
	flex-grow: 1;
	background-color: #fff;
	position: relative;
}
.single-news__img img,
.single-activity__img img,
.single-articles img {
	width: 100%;
	height: 100%;
}
.single-activity__border,
.single-news__border,
.single-articles__border,
.single-members__border {
	height: calc(100% - 14px);
	width: calc(100% - 14px);
	/* border: 1px solid #fff; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.request-btn,
.project-btn {
	display: flex;
	align-items: center;
	/* color: #ed824a; */
	font-weight: 700;
	margin-bottom: 20px;
}
.request-btn:hover,
.project-btn:hover {
	color: #ed824a;
}

.request-btn::before,
.project-btn:before {
	content: "";
	display: block;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 25px;
	min-width: 25px;
	height: 32px;
	margin-right: 12px;
}

.request-btn::before {
	background-image: url(../img/ico-req.png);
}
.project-btn:before {
	background-image: url(../img/ico-proj.png);
}
.project-btn {
	text-decoration: underline;
	color: #282626;
	margin-bottom: 45px;
}
.info {
	font-weight: 700;
	line-height: 21px;
}
.info a {
	font-size: 18px;
}

.single-articles__img-signature,
.single-activity__img-signature,
.single-news__img-signature,
.single-members__img-signature {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 45px;
}

/* 404 */

.page404 {
	background-image: url(../img/bg-404.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
}
.page404 h1 {
	background-image: linear-gradient(36deg, #858585 0%, #b59d7e 53%, #b9b9b9 99%, #b9b9b9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-family: "Mplus 1p";
	font-size: 250px;
	font-weight: 700;
	margin-bottom: 40px;
}
.error {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 3px;
}
.not-found {
	font-size: 22px;
	line-height: 24px;
}
.btn-404 {
	color: #ed824a;
	border-bottom: 1px solid;
	display: inline-block;
}
.page404 footer {
	position: absolute !important;
	bottom: 0;
	border-top: 2px solid #ef8a08;
}

/* photo archive */

.photo-archive {
	padding-bottom: 50px;
	border-bottom: 2px solid #ef8a08;
}
.photo__album-box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: calc(100% + 16px);
	margin-left: -8px;
}
.photo__album-item {
	width: 395px;
	max-width: 100%;
	flex-grow: 1;
	padding: 7px;
	padding-bottom: 0;
	border: 1px solid #e0e0e0;
	margin: 0 8px 16px;
	cursor: pointer;
	display: block;
}
.photo__album-img {
	height: 258px;
	width: 100%;
	box-shadow: inset 0 0 106px 27px rgba(26, 19, 14, 0.6);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.photo__album-title {
	padding: 14px 15px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.photo__album-item:hover .photo__album-title,
.photo__album-item:hover .photo__album-img {
	color: #ed824a;
	box-shadow: none;
}

/* single photo archive */

.single-photo-archive {
	padding-bottom: 90px;
	border-bottom: 2px solid #ef8a08;
}
.single-photo__box-img {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: calc(100% + 22px);
	margin-left: -11px;
}
.single-photo__img {
	width: 388px;
	max-width: 100%;
	height: 258px;
	flex-grow: 1;
	position: relative;
	margin: 0 11px 22px;
}
.single-photo__img::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border: 1px solid #fff;
	background-image: url(../img/ico_zoom.png);
	background-size: 15%;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.single-photo__img:hover::after {
	background-size: 18%;
}
.single-photo__img img {
	width: 100%;
	height: 100%;
}

/* page materials */

.page-materials {
	padding-bottom: 60px;
}
.page-materials .wrapper {
	padding: 0 25px 50px;
	margin-bottom: 45px;
}
.page-materials .wrapper:last-child {
	margin-bottom: 0;
}
.title-block__materials {
	text-align: left;
	margin: 0;
	/* padding-bottom: 15px; */
	margin-bottom: 25px;
	top: -15px;
	left: -15px;
	padding: 0 15px 15px;
}
.title-block__materials .title {
	padding: 0;
}
.title-block__materials::after {
	left: 15px;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translat;
}

/* default page */

.default-page,
.page-contacts {
	padding-bottom: 50px;
}
/* page-contacts */
.font-size {
	font-size: 18px;
}
.page-contacts_map {
	position: relative;
}
.page-contacts_map .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: space-between;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.page-contacts__title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

/* hamburger */

#hamburger-6.is-active {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
	width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(90deg);
	-ms-transform: translateY(-13px) rotate(90deg);
	-o-transform: translateY(-13px) rotate(90deg);
	transform: translateY(-13px) rotate(90deg);
}

.hamburger {
	width: 50px;
	position: absolute;
	top: 22px;
	right: 15px;
	text-align: center;
	z-index: 999;
}

.row .three {
	padding: 80px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2c3e50;
	color: #ecf0f1;
	text-align: center;
}

.hamburger .line {
	width: 50px;
	height: 5px;
	background-color: #ed824a;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover {
	cursor: pointer;
}

/* pagenation */

.nav-links {
	text-align: right;
}
.page-numbers.current {
	color: #ef8a08;
}
.page-numbers {
	font-size: 15px;
	font-weight: 500;
	padding: 0 7px;
}
.next.page-numbers {
	background-image: url(../img/next-apage.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 12px;
	min-width: 12px;
	height: 12px;
	display: inline-block;
}
.prev.page-numbers {
	background-image: url(../img/prev-apage.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 12px;
	min-width: 12px;
	height: 14px;
	display: inline-block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.slider-down__description {
		max-width: 860px;
		width: 100%;
		text-align: center;
	}
}

.table-limiter {
	/* overflow-x: scroll;
	-webkit-overflow-scrolling: touch; */
	height: 100%;
	width: 100%;
	max-width: 1250px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	pointer-events: none;
}

.materials__box iframe,
.iframe-video {
	margin: 0 10px 20px;
	flex-grow: 1;
	width: 300px;
	max-width: 100%;
}

.materials-video__box {
	max-width: 100%;
}
.page-video .wrapper {
	padding: 0 25px 0px !important;
}

.alertify-notifier {
	z-index: 10000 !important;
}


/* BR */


.mfd_items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 70px;
}

.mfd_item{
	display: flex;
	align-items: center;
	margin: 0 20px 50px auto;
	max-width: 46%;
	/* font-family: tahoma; */
}
.mfd_item:hover .mfd_anons{
	color: #8c8c8c;
}

.wrapper_gray{
	/* background: #f7f7f7; */
	padding: 60px 30px 30px;
	position: relative;
}

.wrapper_gray svg{
	opacity: 1;
	font-size: 30px !important;
	right: 0px !important;
	color: #c4c4c7;
	top: 5px;
	right: 5px;
}

.wrapper_gray svg:hover{
	color: #e69b3b;
}

.mfd_top{
	display: flex;
	flex-direction: row;
	

}


.mfd_img, .mfd_img_d{
	height: 210px;
	width: 300px;
	border: 1px solid #e7e7e7;
	display: flex;
	margin: 0 30px 20px 0;
	min-width: 300px;
}
.mfd_img{
	margin: 0 30px 0px 0;
}



.mfd_title{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	color: #2b2b29 !important;
	/* max-width: 620px; */
	display: flex;
	padding: 0 100px 0 0;
	position: relative;
}
.mfd_title:hover{
	color: #e69b3b !important;
}
.mfd_title:hover svg{
	color: #e69b3b !important;
}

.mfd_authors{
	/* line-height: 2; */
	margin: 20px 0 5px 0;
}

.mfd_content{
	display: flex;
	width: 100%;
	text-align: justify;
	/* text-indent: 30px; */
	flex-direction: column;
	height: 410px;
	overflow: hidden;
}

.c_button{
	background: url(/wp-content/themes/abmpi/assets/img/c_regular.png);
	width: 25px;
	height: 20px;
}
.c_button:hover{
	background: url(/wp-content/themes/abmpi/assets/img/c_hover.png);
}

.mfd_full{
	border-top: 1px solid #d7d8d9;
	padding: 20px 0;
	margin: 20px 0 0;
}

.mfd_full span{
	font-size: 18px;
	font-weight: bold;
}

.mfd_full span:hover{
	color: #e69b3b;
	cursor: pointer;
}

.hvr{
	color: #e69b3b !important;
}

.mfd_img_d img{
	opacity: 0; 
}