.mpage-portfolio {
    align-items: center;
    background: url('/images/site/so_bg_map_blue.webp') no-repeat center top;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 110px;
    overflow: hidden;
    padding: 0px 0px;
    position: relative;
    width: 100%;
}
.mpage-portfolio > div {
    box-sizing: border-box;
    gap: 50px;
	max-width: 1980px;
    padding-bottom: 50px;
    padding-top: 350px;
    position: relative;
	width: 100%;
}
.mpage-portfolio > div::after {
    bottom: -40px;
    content: url('/images/site/so_bg_ow_line.png');
    position: absolute;
    right: 50%;
    transform: translateX(1200px);
}
.mpage-portfolio-h2 {
    position: relative;
}
.mpage-portfolio-h2 h2 {
    transform-origin: center;
}
.mpage-portfolio-carousel-wrapper {
    box-sizing: border-box;
    padding: 0 102px;
    width: 100%;
}
.mpage-portfolio-carousel {
    width: 100%;
}
.mpage-portfolio .gallery-element {
    gap: 16px 0;
    max-width: 246px;
    width: 100%;
}
.gallery-element a {
    text-decoration: none;
}
.gallery-element .image {
    border-radius: 25px;
    max-width: 246px;
    overflow: hidden;
    width: 100%;
}
/* .gallery-element .image::before {
    background-color: #2c3e50;
    border-radius: inherit;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.72;
    position: absolute;
    top: 0;
    transition: .4s;
    width: 100%;
}
.gallery-element .image:hover::before {
    opacity: 0;
} */
.gallery-element .image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mpage-portfolio-carousel.owl-theme .owl-nav {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: -100px;
    position: absolute;
    width: calc(100% + 200px);
}
.mpage-portfolio-carousel.owl-theme .owl-nav [class*='owl-'] {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    left: unset;
    opacity: 1;
    position: relative;
    right: unset;
    width: 100px;
}
.mpage-portfolio-carousel.owl-theme .owl-nav .owl-prev{
    background-image: url(/images/site/slider_btn_left_white.png);
}
.mpage-portfolio-carousel.owl-theme .owl-nav .owl-next{
    background-image: url(/images/site/slider_btn_right_white.png);
}
.btn-orange-fire {
	background: none;
	border: none;
	border-radius: 34px;
	cursor: pointer;
	display: block;
	height: 75px;
	margin: 25px auto;
	position: relative;
    text-decoration: none;
	width: 220px;
    z-index: 1;
}
.btn-orange-fire::before {
	content: url('/images/site/so_icon_headset_white.png');
	position: absolute;
	right: -18px;
	top: 22px;
	z-index: 1;
}
.btn-orange-fire::after {
	content: url('/images/site/so_bg_fire.png');
	position: absolute;
	right: 5px;
	top: -42px;
	z-index: -1;
}
.btn-orange-fire__content {
	align-items: center;
	background: #f66107;
	border-radius: inherit;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding-right: 25px;
	position: relative;
	transition: .3s;
	width: 100%;
}
.btn-orange-fire__content > span {
	color: #fff;
	font-family: 'Tahoma';
	font-size: 19px;
	line-height: 1;
	max-width: 95px;
	text-align: right;
	transition: inherit;
	width: 100%;
}
.btn-orange-fire__content > span:last-child {
	font-weight: bold;
	text-transform: uppercase;
}
.btn-orange-fire:hover .btn-orange-fire__content {
	background: #fff;
}
.btn-orange-fire:hover .btn-orange-fire__content > span {
	color: #2c3e50;
}