body {
	height: 100%;
	overflow-y: visible;
}

.services {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17.86%, #F8F8F8), color-stop(102.48%, #E7ECED));
	background: -webkit-linear-gradient(top, #F8F8F8 17.86%, #E7ECED 102.48%);
	background: linear-gradient(180deg, #F8F8F8 17.86%, #E7ECED 102.48%);
}
.about .team-items .item img {
height: 150px;
    width: 150px;
}
.services:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	content: ' ';
	background: url("../images/bg/services-before-bg.png") no-repeat center center;
	height: 135px;
	width: 100%;
	top: -132px;
	left: 0;
}

.services:after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	content: ' ';
	background: url("../images/bg/services-after-bg.png") no-repeat center center;
	height: 140px;
	width: 100%;
	bottom: -130px;
	left: 0;
	z-index: 2;
}

.services .cn {
	position: relative;
	margin: 0 0;
	padding: 0 0;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.services .cn {
		margin: 0 auto;
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.services .cn {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.services .cn {
		width: 1170px;
		max-width: 1170px;
	}
}

.services__title {
	margin-top: 0;
	text-align: left;
	color: #45494D;
	padding: 0 20px;
}

@media screen and (min-width: 400px) {
	.services__title {
		padding: 0 40px;
	}
}

@media screen and (min-width: 575px) {
	.services__title {
		text-align: center;
		padding: 0 0;
	}
}

.services .item {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.services .item {
		max-width: 540px;
	}
}

.services .item.active {
	overflow: visible;
}

.services .item.active .item-icon {
	background: -webkit-linear-gradient(293.22deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
	background: linear-gradient(156.78deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
}
.services .item .item-icon p {
	display: flex;
	margin-bottom: 0;
}
.services .item.active .item-icon svg path {
	fill: #FFFFFF;
}

.services .item.active .item-desc {
	color: #FF6401;
	z-index: 1;
}

.services .item.active .item-desc:before {
	content: url("../images/icons/vertical-after-item.png");
	position: absolute;
	display: block;
	height: 160px;
	top: -70px;
	width: 1px;
	left: 50%;
	z-index: 0;
	zoom: 0.3;

}

.services .item:hover .item-icon {
	background: -webkit-linear-gradient(293.22deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
	background: linear-gradient(156.78deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
}

.services .item:hover .item-icon svg path {
	fill: #FFFFFF;
}

.services .item:nth-child(1),
.services .item:nth-child(7) {
	padding-top: 80px;
}

.services .item:nth-child(3),
.services .item:nth-child(5) {
	padding-top: 20px;
}

.services .item:nth-child(2),
.services .item:nth-child(6) {
	padding-top: 50px;
}

.services .item-icon {
	position: relative;
	height: 107px;
	width: 93px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background: #ffffff;
	-webkit-box-shadow: -6px 15px 40px rgba(0,0,0,0.08);
	box-shadow: -6px 15px 40px rgba(0,0,0,0.08);
	z-index: 1;
	overflow: hidden;
}

.services .item-desc {
	margin-top: 20px;
	position: relative;
	text-align: center;
	max-width: 130px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #8E8E8E;
}

.services-tab {
	margin-top: 50px;
	display: none;
}

@media screen and (min-width: 992px) {
	.services-tab {
		display: block;
	}
}

.services-tab-links {
	margin-bottom: 100px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.services-tab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1080px;
	margin: 0 auto -80px auto;
}

.services-tab-content .item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.services-tab-content .item-content__text {
	max-height: 160px;
	max-width: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #45494C;
}

.services-tab-content .item-content img:first-child {
	padding-right: 70px;
}

.services-tab-content .item-content img:last-child {
	padding-left: 70px;
}

.services-tab-mobile {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
}

@media screen and (min-width: 992px) {
	.services-tab-mobile {
		display: none;
	}
}

.services-tab-mobile .item {
	width: 100%;
	border-top: 1px solid #D5DFE1;
	padding: 20px 20px !important;
}

.services-tab-mobile .item-icon p {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-tab-mobile .item:last-child {
	border-bottom: 1px solid #D5DFE1;
}

@media screen and (min-width: 400px) {
	.services-tab-mobile .item {
		padding: 30px 40px !important;
	}
}

@media screen and (min-width: 768px) {
	.services-tab-mobile .item {
		padding: 20px 20px !important;
		border-top: none;
	}

	.services-tab-mobile .item:last-child {
		border-bottom: 1px solid #D5DFE1;
	}

	.services-tab-mobile .item:first-child {
		border-top: 1px solid #D5DFE1;
	}
}

.services-tab-mobile .item-header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	z-index: 2;
}

.services-tab-mobile .item:not(:last-child) {
	border-bottom: none;
}

@media screen and (min-width: 768px) {
	.services-tab-mobile .item:not(:last-child) {
		border-bottom: 1px solid #D5DFE1;
	}
}

.services-tab-mobile .item-desc {
	margin: 0 0 0 11px;
}

.services-tab-mobile .item-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	color: #FF6A02;
}

.services-tab-mobile .item-content {
	position: relative;
	top: -25px;
	width: 100%;
	padding: 50px 25px 20px 25px;
	z-index: 1;
	background: #FFF;
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 10%, 0 0);
	clip-path: polygon(0 100%, 100% 100%, 100% 10%, 0 0);
}

@media screen and (min-width: 400px) {
	.services-tab-mobile .item-content {
		padding: 45px 25px 20px 25px;
	}
}

.services-tab-mobile .item.active-mobile .item-icon {
	background: -webkit-linear-gradient(293.22deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
	background: linear-gradient(156.78deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
}

.services-tab-mobile .item.active-mobile .item-icon svg path {
	fill: #FFFFFF;
}

.services-tab-mobile .item.active-mobile .item-desc {
	color: #FF6401;
	z-index: 1;
}

.services-tab-mobile .item.active-mobile .item-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.about {
	top: -6px;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 200px;
	position: relative;
	background: url("../images/bg/about-left-bg.png") 0 0 no-repeat,url("../images/bg/about-right-bg.png") 15vh 0 no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(234,236,239,0)), color-stop(280%, #ff5c00)),#2B2C30;
	background: url("../images/bg/about-left-bg.png") 0 0 no-repeat,url("../images/bg/about-right-bg.png") 15vh 0 no-repeat,-webkit-linear-gradient(top, rgba(234,236,239,0) 75%, #ff5c00 280%),#2B2C30;
	background: url("../images/bg/about-left-bg.png") 0 0 no-repeat,url("../images/bg/about-right-bg.png") 15vh 0 no-repeat,linear-gradient(180deg, rgba(234,236,239,0) 75%, #ff5c00 280%),#2B2C30;
	background-size: 37%, contain, 100%;
	height: 60%;
	width: 100%;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.about {
		padding-top: 200px;
	}
}

.about:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	content: ' ';
	background: url("../images/bg/about-before-bg.png") no-repeat 0 10%;
	height: 65%;
	width: 100%;
	top: -12vh;
	left: 0;
	z-index: 0;
}

@media screen and (min-width: 768px) {
	.about:before {
		width: 60%;
	}
}

.about:after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	content: ' ';
	background: url("../../images/bg/team-left-bg.png ") no-repeat 0 70%,url("../../images/bg/team-right-bg.png ") no-repeat bottom right;
	height: 65%;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

.about-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.about-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.about__title {
	text-align: left;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	color: #FFFFFF;
}

.about__desc {
	text-align: left;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #DCDCDC;
}

@media screen and (min-width: 768px) {
	.about__desc {
		max-width: 290px;
	}
}

.about-us {
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.about-us {
		width: 40%;
		text-align: left;
	}
}

.about-us .btn {
	margin-top: 50px;
}

.about .display-none {
	display: none;
}

.about .display-none--mobile {
	display: inline-block;
	margin: 30px auto 0 auto;
}

@media screen and (min-width: 768px) {
	.about .display-none--mobile {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.about .display-none {
		display: inline-block;
	}
}

.about-items {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

@media screen and (min-width: 768px) {
	.about-items {
		margin-top: 0;
	}
}

@media screen and (min-width: 1200px) {
	.about-items {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.about-items .item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 20px;
}

@media screen and (min-width: 1200px) {
	.about-items .item-title {
		margin-top: 0;
	}
}

.about-items .item-title .value {
	position: relative;
	left: 15px;
	font-weight: 500;
	font-size: 60px;
	line-height: 70px;
	color: rgba(255,255,255,0.07);
}

.about-items .item-title .h3 {
	margin-top: 33px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #FFFFFF;
}

.about-items .item-desc {
	width: 100%;
	margin-left: 32px;
	max-width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42;
	color: #A0A0A0;
}

@media screen and (min-width: 768px) {
	.about-items .item-desc {
		max-width: 262px;
	}
}

.about .team-wrap {
	margin-top: 50px;
}

@media screen and (min-width: 1200px) {
	.about .team-wrap {
		margin-top: 150px;
	}
}

.about .team-wrap .h2 {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.about .team-wrap .h2 {
		text-align: left;
	}
}

.about .team-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.about .team-items {
		margin-left: -60px;
		margin-right: -60px;
	}
}

.about .team-items .item {
	width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px 10px 50px 10px;
}

@media screen and (min-width: 768px) {
	.about .team-items .item {
		margin: 0 57px 88px 57px;
		width: 200px;
	}
}

.about .team-items .item img {
	width: 100px;
	height: 100px;
}

@media screen and (min-width: 768px) {
	.about .team-items .item img {
		height: 200px;
		width: 200px;
	}
}

.about .team-items .item__title {
	text-align: center;
	margin-top: 25px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #FFFFFF;
}

@media screen and (min-width: 768px) {
	.about .team-items .item__title {
		font-size: 20px;
	}
}

.about .team-items .item__desc {
	text-align: center;
	max-width: 200px;
	margin-top: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.12;
	color: rgba(255,255,255,0.6);
}

.portfolio {
	background: #FFFFFF;
	color: #45494D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.portfolio:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	content: ' ';
	background: url("../images/bg/portfolio-before-bg.png") no-repeat center center;
	height: 232px;
	width: 100%;
	top: -200px;
	left: 0;
	z-index: 1;
}

.portfolio .cn {
	position: relative;
	top: -24vh;
	z-index: 2;
}

.portfolio .h2 {
	text-align: center;
	margin-top: 0;
	color: #45494D;
}

.portfolio .portfolio-tab {
	max-width: 100%;
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
	position: relative;
}

@media (max-width: 768px) {
	.portfolio .portfolio-tab {
		margin-top: 0;
	}
}

.portfolio .portfolio-tab .portfolio-tab-content .slick-prev,
.portfolio .portfolio-tab .portfolio-tab-content .slick-next {
	position: absolute;
	bottom: 45px;
	z-index: 10;
}
.portfolio .portfolio-tab .portfolio-tab-content .slick-prev,
.portfolio .portfolio-tab .portfolio-tab-content .slick-next,
.portfolio .portfolio-tab .portfolio-tab-links .slick-prev,
.portfolio .portfolio-tab .portfolio-tab-links .slick-next{
	color: transparent;
	background: transparent;
	border: 0;
	line-height: 0;
	width: auto;
	height: auto;
	cursor: pointer;
	font-size: 0;
}
.portfolio .portfolio-tab .portfolio-tab-content  .slick-prev:after,
.portfolio .portfolio-tab .portfolio-tab-content  .slick-next:after,
.portfolio .portfolio-tab .portfolio-tab-links  .slick-prev:after,
.portfolio .portfolio-tab .portfolio-tab-links  .slick-next:after {
	content: '';
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 8px;
}
.portfolio .portfolio-tab .portfolio-tab-content .slick-prev,
.portfolio .portfolio-tab .portfolio-tab-links .slick-prev
{
	right: 200px;
	transform: rotate(135deg);
}


.portfolio .portfolio-tab .portfolio-tab-counter{
	right: 130px;
	bottom: 40px;
	z-index: 10;
	position: absolute;
}
.portfolio .portfolio-tab .portfolio-tab-content .slick-next,
.portfolio .portfolio-tab .portfolio-tab-links .slick-next{
	transform: rotate(-45deg);
	right: 50px;
}

.portfolio .portfolio-tab .portfolio-tab-links .slick-prev {
	position: absolute;
	right: 30px;
}

.portfolio .portfolio-tab .portfolio-tab-links .slick-next {
	position: absolute;
	right: 0;
}


.portfolio .portfolio-tab .portfolio-tab-counter .active-slide{
	font-weight: bold;
}
.portfolio .portfolio-tab .portfolio-tab-counter .seperator{
	font-size: 20px;
	font-weight: bold;
}
.portfolio .portfolio-tab-links {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: static;
}

.portfolio .portfolio-tab-links .link {
	margin: 0 25px;
}

.portfolio .portfolio-tab-links .link .link__title {
	margin: 0 auto;
}

/*@media screen and (min-width: 992px) {*/
	/*.portfolio .portfolio-tab-links {*/
		/*width: 873px;*/
	/*}*/
/*}*/

.portfolio .portfolio-tab-links .prev,
.portfolio .portfolio-tab-links .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	border: 1px solid #EAEAEA;
	background: transparent;
	cursor: pointer;
}

.portfolio .portfolio-tab-links .prev i,
.portfolio .portfolio-tab-links .next i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FF6A02;
	font-weight: 700;
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.portfolio .portfolio-tab-links .prev,
	.portfolio .portfolio-tab-links .next {
		display: none;
	}
}

.portfolio .portfolio-tab-links .link {
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #939393;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.portfolio .portfolio-tab-links .link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 20px 15px 20px;
		border-bottom: 2px solid #F4F4F4;
	}
}

.portfolio .portfolio-tab-links .link.slick-current {
	color: #FE8907;
}

@media screen and (min-width: 768px) {
	.portfolio .portfolio-tab-links .link.slick-current {
		border-bottom: 2px solid #FE8907;
	}
}

.portfolio .portfolio-tab-links .link:hover {
	color: #FE8907;
}

.portfolio .portfolio-tab-links .link__title {
	margin-left: 12px;
	font-size: 14px;
	line-height: 1.15;
	text-align: center;
}

@media screen and (min-width: 375px) {
	.portfolio .portfolio-tab-links .link__title {
		font-size: 18px;
		line-height: 1.15;
	}
}

.portfolio .portfolio-tab-content {
	width: 100%;
	margin-top: 35px;
}


@media (max-width: 768px) {
	.portfolio .portfolio-tab-content {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.portfolio .portfolio-tab-content .item-bg {
		width: 75%;
	}
	/*.portfolio .portfolio-tab-content .item-bg img {
		width: 90%;
	}*/
}

@media screen and (min-width: 992px) {
	.portfolio .portfolio-tab-content {
		min-width: 100%;
	}
}

.portfolio .portfolio-tab-content .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.portfolio .portfolio-tab-content .item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.portfolio .portfolio-tab-content .item__title {
	padding-top: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #45494C;
}

@media screen and (min-width: 992px) {
	.portfolio .portfolio-tab-content .item__title {
		padding-top: 5px;
	}
}

.portfolio .portfolio-tab-content .item-tag {
	max-width: 274px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.portfolio .portfolio-tab-content .item-tag .tag {
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 7px 15px;
	line-height: 1.15;
	text-align: center;
	color: #8F8F8F;
	background: #EAEAEA;
	border-radius: 2px;
}

.portfolio .portfolio-tab-content .item-desc {
	margin-top: 24px;
	max-width: 430px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #45494C;
}

.portfolio .portfolio-tab-content .item-bg {
	max-height: 400px;
}

@media screen and (min-width: 768px) {
	.portfolio .portfolio-tab-content .item-bg {
		margin-top: 90px;
	}
}

@media screen and (min-width: 992px) {
	.portfolio .portfolio-tab-content .item-bg {
		margin-top: 0;
		margin-left: 20px;
	}
}

.portfolio .portfolio-tab-mobile {
	display: none;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 200px;
	padding-bottom: 400px;
	height: 100%;
}

.portfolio .portfolio-tab-mobile .mobile-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.portfolio .portfolio-tab-mobile .slider-nav {
	width: 100%;
}

.portfolio .portfolio-tab-mobile .slider-nav a {
	width: 200px;
}

.portfolio .portfolio-tab-mobile .slider-for {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.portfolio .portfolio-tab-mobile .slider-for div {
	width: 200px;
}

.portfolio .portfolio-tab-mobile .slick-current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.work {
	top: -28vh;
	margin-bottom: -28vh;
	position: relative;
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url("../images/bg/work-bg.png") no-repeat 50% 25%,#2B2C30;
	width: 100%;
	z-index: 2;
	color: #FFFFFF;
}

@media screen and (min-width: 330px) {
	.work {
		top: -27vh;
		margin-bottom: -25vh;
	}
}

@media screen and (min-width: 360px) {
	.work {
		top: -23vh;
		margin-bottom: -30vh;
	}
}

@media screen and (min-width: 400px) {
	.work {
		top: -21vh;
		margin-bottom: -30vh;
	}
}

@media screen and (min-width: 420px) {
	.work {
		top: -20vh;
		margin-bottom: -28vh;
	}
}

@media screen and (min-width: 460px) {
	.work {
		top: -16vh;
		margin-bottom: -25vh;
	}
}

@media screen and (min-width: 500px) {
	.work {
		top: -12vh;
		margin-bottom: -20vh;
	}
}

@media screen and (min-width: 768px) {
	.work {
		top: -16vh;
		margin-bottom: -16vh;
	}
}

@media screen and (min-width: 992px) {
	.work {
		top: -7vh;
		margin-bottom: -7vh;
	}
}

@media screen and (min-width: 1200px) {
	.work {
		top: -18px;
		margin-bottom: -8vh;
		padding-bottom: 50px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.work:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	content: ' ';
	background: url("../images/bg/work-before-bg.png") no-repeat center center;
	height: 232px;
	width: 100%;
	left: 0;
	z-index: -1;
}

@media screen and (min-width: 320px) {
	.work:before {
		top: -200px;
	}
}

@media (max-width: 991px) {
	.work:before {
		top: -170px;
	}
}


.work .h2 {
	padding: 0 30px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.work .h2 {
		padding: 0 0;
	}
}

.work .contacts {
	margin: 75px 0 -75px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 20px;
	line-height: 1.16;
}

@media screen and (min-width: 768px) {
	.work .contacts {
		display: none;
		margin: 49px 0 0 15px;
	}
}

@media screen and (min-width: 992px) {
	.work .contacts {
		margin: 79px 0 0 15px;
	}
}

.work .contacts a {
	color: #FFFFFF;
	margin-bottom: 47px;
}

.work .contacts a i {
	color: #FF7503;
}

.work .contacts.display-none {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.work .contacts.display-none {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.work .cn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: -29vh;
	margin-bottom: -100px;
	padding: 0 0;
}

@media screen and (min-width: 575px) {
	.work .cn {
		padding: 0 15px;
	}
}

.work-items {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.work-items {
		margin-top: 95px;
	}
}

@media screen and (min-width: 992px) {
	.work-items {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.work-items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 65px;
}

@media screen and (min-width: 768px) {
	.work-items .item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.work-items .item-logo {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	background: #FFFFFF;
}

.logo img {
	max-height: 40px;
}

.work-items .item-logo p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.work-items .item-logo {
		margin-bottom: 0;
	}
}

.work-items .item-text {
	margin-left: 0;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.work-items .item-text {
		text-align: left;
		margin-left: 20px;
	}
}

.work-items .item-text__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}

.work-items .item-text__desc {
	margin-top: 10px;
	max-width: 270px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #88909C;
}

.work-items .item:hover .item-logo {
	background: -webkit-linear-gradient(293.22deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
	background: linear-gradient(156.78deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
}

.work-items .item:hover .item-logo svg path {
	fill: #FFFFFF;
}

.work-info {
	margin-top: 44px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 992px) {
	.work-info {
		margin-top: 88px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.work-info .left-item {
	width: 100%;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.work-info .left-item {
		width: 45%;
		margin-bottom: 0;
	}
}

.work-info .left-item .text {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
}

@media screen and (min-width: 768px) {
	.work-info .left-item .text {
		font-size: 42px;
		border-bottom: 1px solid #36383F;
		padding: 0 0 67px 15px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.work-info .left-item .text__title {
	text-align: center;
	max-width: 415px;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.2;
	color: #FFFFFF;
}

@media screen and (min-width: 768px) {
	.work-info .left-item .text__title {
		text-align: left;
		font-size: 42px;
	}
}

.work-info .left-item .text__desc {
	margin-bottom: 70px;
	text-align: center;
	margin-top: 40px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.15;
	color: #88909C;
}

@media screen and (min-width: 768px) {
	.work-info .left-item .text__desc {
		margin-bottom: 0;
		text-align: left;
	}
}

.work-info .left-item .color {
	font-weight: 300;
	color: #FF7A04;
	font-size: 50px;
}

@media screen and (min-width: 768px) {
	.work-info .left-item .color {
		font-size: 60px;
	}
}

.work-info .right-item {
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.08);
	box-shadow: 0 0 40px rgba(0,0,0,0.08);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 38px 0;
	background: url("../images/bg/form-bg.png") no-repeat 100% 25%,#fff;
}

@media screen and (min-width: 575px) {
	.work-info .right-item {
		border-radius: 2px;
	}
}

@media screen and (min-width: 992px) {
	.work-info .right-item {
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	.work-info .right-item {
		width: 55%;
	}
}

.work-info .right-item .mail-icon {
	position: relative;
	right: -30px;
	top: -75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 70px;
	min-width: 70px;
	border-radius: 2px;
	background: -webkit-linear-gradient(293.22deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
	background: linear-gradient(156.78deg, #FF8D07 -2.81%, #FF5C00 90.14%),#ED5819;
}

@media screen and (min-width: 768px) {
	.work-info .right-item .mail-icon {
		right: 35px;
		top: 0;
	}
}

.work-info .right-item .content {
	margin-top: 20px;
	position: relative;
	right: 30px;
	color: #45494C;
}

@media screen and (min-width: 768px) {
	.work-info .right-item .content {
		margin-top: 0;
		right: 0;
	}
}

.work-info .right-item .content .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}

.work-info .right-item .content .desc {
	margin-top: 14px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.work-info .right-item .content .form {
	margin-top: 53px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2;
	color: #45494C;
}

.work-info .right-item .content .form .user-info {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.work-info .right-item .content .form .user-info label {
	font-size: 10px;
	line-height: 1.2px;
	color: #7D747C;
	margin-left: 15px;
	margin-bottom: 4px;
}

.work-info .right-item .content .form .user-info input {
	width: 100%;
	padding: 10px 0 10px 15px;
	font-size: 16px;
	line-height: 1.2;
	color: #28292D;
	border: none;
	background: transparent;
	border-bottom: 2px solid #A4A4A4;
}

@media screen and (min-width: 375px) {
	.work-info .right-item .content .form .user-info input {
		width: 270px;
	}
}

.work-info .right-item .content .form .user-info input:not(:last-child) {
	margin-bottom: 30px;
}

.work-info .right-item .content .form .user-info input::-webkit-input-placeholder {
	color: #A4A4A4;
}

.work-info .right-item .content .form .user-info input::-moz-placeholder {
	color: #A4A4A4;
}

.work-info .right-item .content .form .user-info input::-ms-input-placeholder {
	color: #A4A4A4;
}

.work-info .right-item .content .form .user-info input::placeholder {
	color: #A4A4A4;
}

.work-info .right-item .content .form .user-info input:focus {
	border-bottom: 2px solid #FE8A07;
}

.work-info .right-item .content .form .user-info textarea {
	height: 30px;
	font-size: 16px;
	font-family: "Roboto",sans-serif;
	padding: 0 0 0 15px;
	width: 270px;
	border: none;
	background: transparent;
	border-bottom: 2px solid #A4A4A4;
}

@media screen and (min-width: 440px) {
	.work-info .right-item .content .form .user-info textarea {
		width: 350px;
	}
}

@media screen and (min-width: 1200px) {
	.work-info .right-item .content .form .user-info textarea {
		width: 480px;
	}
}

.work-info .right-item .content .form .user-info textarea::-webkit-input-placeholder {
	color: #A4A4A4;
}

.work-info .right-item .content .form .user-info textarea::-moz-placeholder {
	color: #A4A4A4;
}

.work-info .right-item .content .form .user-info textarea::-ms-input-placeholder {
	color: #A4A4A4;
}

.work-info .right-item .content .form .user-info textarea::placeholder {
	color: #A4A4A4;
}

.work-info .right-item .content .form .user-info textarea:focus {
	border-bottom: 2px solid #FE8A07;
	height: 80px;
}

.work-info .right-item .content .form .form-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: #45494C;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.work-info .right-item .content .form .form-label:hover {
	color: #000;
}

.work-info .right-item .content .form .form-label:hover .checkmark {
	border: 1px solid #BFBFBF;
}

.work-info .right-item .content .form .form-label:hover .checkmark .icon {
	background: #BFBFBF;
}

.work-info .right-item .content .form .form-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.work-info .right-item .content .form .checkmark {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	padding: 8px;
}

.work-info .right-item .content .form .checkmark .icon {
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #D9D9D9;
}

.work-info .right-item .content .form .form-label input:checked ~ .checkmark {
	border: 1px solid #FF8D07;
}

.work-info .right-item .content .form .form-label input:checked ~ .checkmark .icon {
	background: -webkit-linear-gradient(293.22deg, #FF8D07 -2.81%, #FF5C00 90.14%),rgba(0,0,0,0.2);
	background: linear-gradient(156.78deg, #FF8D07 -2.81%, #FF5C00 90.14%),rgba(0,0,0,0.2);
}

.work-info .right-item .content .form .form-label input:checked ~ .checkmark:after {
	display: block;
}

.work-info .right-item .content .form-btn {
	margin-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.work-info .right-item .mail {
	position: absolute;
	bottom: -10px;
	left: 5%;
	display: none;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-weight: 400;
	font-size: 14px;
	color: #707175;
	line-height: 1.2;
	margin: 0 0 15px 40px;
}

.work-info .right-item .mail a {
	color: #707175;
}

@media screen and (min-width: 1200px) {
	.work-info .right-item .mail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.error-404 {
	text-align: center;
}

.error-404 .page-content p {
	color: #0d3554;
	font-weight: bold;
}

.error-404-img {
	display: inline-block;
	max-width: 300px;
	margin: 40px auto 70px;
}

.error404 .choose-s__items>a {
	padding: 29px 26px;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	max-height: 750px;
	overflow: hidden;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	outline-offset: 0;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline-offset: -4px;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	resize: vertical;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
	text-align: center;
}

.form__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form__box>div {
	width: 48%;
}

.form__box .form-full {
	width: 100%;
}

textarea {
	resize: none;
}

select {
	width: 100%;
	max-width: 100%;
	height: 55px;
	padding: 16px 25px 12px 15px;
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #A8A8A8;
	border-radius: 3px;
	color: #3E4148;
	font-size: 18px;
	line-height: 23px;
}

.form__select {
	position: relative;
}

.form__select:before {
	display: block;
	position: absolute;
	right: 20px;
	top: 52%;
	font-size: 1.4em;
	color: #000000;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 2;
}

.form__label {
	position: relative;
	display: block;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	text-align: left;
	color: #3E4148;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}

.form__label textarea {
	height: 92px;
}

.form__label span {
	display: block;
	margin-bottom: 7px;
}

.label-pr {
	padding-right: 20px;
}

.form__control,
.input-text {
	width: 100%;
	max-width: 100%;
	padding: 16px 16px 12px 15px;
	border: 1px solid #939393;
	font-size: 16px;
	line-height: 23px;
	color: #3E4148;
}

.form__control:focus,
.input-text:focus {
	border: 1px solid #0d3554;
	outline-color: transparent;
}

.form__control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
	color: #85929F;
}

.form__control:-moz-placeholder,
.input-text:-moz-placeholder {
	color: #85929F;
}

.form__control::-moz-placeholder,
.input-text::-moz-placeholder {
	color: #85929F;
}

.form__control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
	color: #85929F;
}

.form__control.error,
.input-text.error {
	border-color: red;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.form-group,
.form-row {
	margin: 10px 0 30px;
}

.form-group label,
.form-row label {
	display: block;
	margin: 0;
	padding: 10px 0 5px;
	color: #85929F;
	font-size: 14px;
	line-height: 18px;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}

.footer {
	width: 100%;
	background: #1A1B1D;
	padding: 20px 0;
	z-index: 3;
	margin-top: 0;
}

@media screen and (min-width: 1200px) {
	.footer {
		margin-top: 2vh;
	}
}

.footer .cn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.footer .cn {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.footer-left img  {
	max-height: 40px;
}

@media screen and (min-width: 768px) {
	.footer-left {
		margin-bottom: 0;
	}
}

.footer-right {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4E5055;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.15;
}

.white-popup {
	background-color: #fff;
	padding: 35px 30px;
	text-align: left;
	max-width: 900px;
	margin: 40px auto;
	position: relative;
	overflow-y: scroll;
}

.white-popup::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	opacity: 0.2;
	z-index: -1;
}

.white-popup h2 {
	text-align: center;
}

.white-popup br {
	display: none;
}

.white-popup .popup-title {
	position: relative;
	margin-bottom: 1.5em;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	color: #000;
	text-align: center;
}

.white-popup .popup-title:after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: red;
	position: absolute;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.white-popup .popup-sub-title {
	margin: 35px 0;
	color: #333;
	font-family: Arial,sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.white-popup .form__control {
	display: block;
	margin-bottom: 10px;
}

.white-popup .btn-wrap {
	margin-top: 25px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.white-popup .btn-wrap .btn {
	margin: 0 auto;
	font-size: 0.9em;
	padding: 10px 35px;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-no-margins img.mfp-img {
	padding: 0;
}

.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-no-margins .mfp-container {
	padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


.review {
	background: #FFFFFF;
	color: #45494D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	max-width: 100%;
}
.review .reviews-wrapper{
	max-width: 100%;
	position: relative;
	padding: 0 25px;
}
.review .reviews-wrapper .item {
	position: relative;
	margin: 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.review .reviews-wrapper .item > img {
	height: 450px;
}

@media (max-width: 991px) {
	.review .reviews-wrapper .item > img  {
		height: auto;
	}

}

.review .reviews-wrapper .item .item__logo img {
	margin: 0 auto;
	margin-bottom: 20px;
	max-height: 50px;
}


.review .reviews-wrapper .item .item__title {
	font-weight: 300;
	font-size: 28px;
	text-align: left;
	line-height: 26px;
	margin-bottom: 20px;
	color: #fff;
}

.review .reviews-wrapper .item .item__review-text {
	font-size: 12px;
	text-align: justify;
}

.review .reviews-wrapper .item .item__pdf {
	text-align: center;
	margin-top: 20px;
}

.review .reviews-wrapper .item .item__pdf a {
	font-weight: 400;
	font-size: 14px;
	padding: 12px 35px;
}


.review .reviews-wrapper .item:hover .item-text{
	display: block;
	transition: all .5s;
}
.review .reviews-wrapper .item .item-text{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	background-color: rgba(0,0,0,0.8);
	padding: 20px;
	color: #fff;
}
.review .reviews-wrapper .slick-prev,
.review .reviews-wrapper .slick-next{
	position: absolute;
	bottom: 115px;
	z-index: 10;
	top: calc(50% - 18px);
	color: transparent;
	background: transparent;
	border: 0;
	line-height: 0;
	cursor: pointer;
	font-size: 0;
	width: 25px;
	height: 25px;
}
.review .reviews-wrapper  .slick-prev:after,
.review .reviews-wrapper  .slick-next:after{
	content: '';
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 8px;
}
.review .reviews-wrapper .slick-prev{
	left: 0;
	transform: rotate(135deg);
}
.review .reviews-wrapper .slick-next{
	transform: rotate(-45deg);
	right: 0;
}
.review .h2 {
	text-align: center;
	margin-top: 0;
	color: #45494D;
}

.portfolio .cn {
	position: relative;
	top: -24vh;
	z-index: 2;
}

.review-upwork{
	max-width: 100%;
	margin-bottom: 200px;
}
.review-upwork .cn h2{
	color: #45494D;
	text-align: center;
}
.review-upwork .reviews-upwork-wrapper{
	max-width: 100% ;
	position: relative;
	padding: 0 25px;
}

.review-upwork .reviews-upwork-wrapper .slick-prev,
.review-upwork .reviews-upwork-wrapper .slick-next{
	position: absolute;
	bottom: -30px;
	z-index: 10;
	top: calc(50% - 18px);
	color: transparent;
	background: transparent;
	border: 0;
	line-height: 0;
	cursor: pointer;
	font-size: 0;
	width: 25px;
	height: 25px;
}
.review-upwork .reviews-upwork-wrapper .slick-prev:after,
.review-upwork .reviews-upwork-wrapper .slick-next:after{
	content: '';
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 8px;
}
.review-upwork .reviews-upwork-wrapper .slick-prev{
	left: 0;
	transform: rotate(135deg);
}
.review-upwork .reviews-upwork-wrapper .slick-next{
	transform: rotate(-45deg);
	right: 0;
}

.review-upwork .reviews-upwork-wrapper .item {
	margin: 10px;
}

.blog_list {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 40px 10px;
	justify-content: center;
}

.blog_item {
	margin: 0 !important;
	flex-basis: 30%;
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
}
@media(max-width: 992px) {
	.blog_item { flex-basis: 49%; }
	.blog_list { padding: 0 15px; }
}
@media(max-width: 576px) {
	.blog_list { padding: 0 10px; }
	.blog_item { flex-basis: 100%; }
}
.blog-articles__img {
	width: 100%;
	height: 100%;
	max-height: 300px;
}
.blog-articles__img img {
	width: 100%;
	height: 100%;
}
.blog-articles__title {
	text-align: center;
	transition: 0.2s linear;
	margin: 0;
}

.blog-articles__title:hover {
	color: #B5B6BA;
}
.blog-articles__mark {
	color: #B5B6BA;
}

@media (max-width: 991px) {
	.review .reviews-wrapper .item .item__title {
		display: none;
		max-height: 35px;
	}

	.review .reviews-wrapper .item .item__review-text {
		font-size: 11px;
	}

	.review .reviews-wrapper .item .item__pdf {
		margin-top: 10px;
	}
	.review .reviews-wrapper .item .item__pdf a {
		font-size: 12px;
		padding: 8px 25px;
	}

	.review .reviews-wrapper .item .item__logo img {
		margin-bottom: 10px;
	}
}