
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
html {
    overflow-x: hidden;
}
body {
    background: #fff;
    font-family: Roboto, arial, verdana;
    overflow-x: hidden;
    color: #303030;
    font-size: 16px;
}
a {
    transition: all 0.5s;
    color: #ec2a2f;
}
a:hover {
    color: #ec2a2f;
}
@media (min-width: 1366px) { 
    .container {
        max-width: 1306px;
    }
}
@media (min-width: 1530px) { 
    .container {
        max-width: 1470px;
    }
}
@media (min-width: 992px) { 
    .animated {
        opacity: 0;
    }
    .invisible {
        opacity:  0 !important;
    }
    .play {
        opacity:  1;
        transition: opacity 2s;
    }
}
.permalink {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.button {
    display: inline-block;
    background-color: #fff;
    line-height: 46px;
    height: 48px;
    padding: 0 80px 0 50px;
    color: #303030;
    font-size: 15px;
    font-weight: 300;
    border: 1px #ec2a2f solid;
    background: url('../img/icon-arrow-4.svg') no-repeat calc(100% - 45px) 16px;
    background-size: 22px 15px;
}
.button:hover,
.section-lastnews .item:hover .button,
.section-blog .blog-list .item:hover .button {
    background-color: #ec2a2f;
    color: #fff;
    text-decoration: none;
    background-image: url('../img/icon-arrow-3.svg');
}
.button-small {
    font-size: 12px;
    padding: 0 50px 0 20px;
    line-height: 22px;
    height: 24px;
    background-size: 18px 13px;
    background-position: calc(100% - 10px) 4px;

}
.page-container {
    background: #fff;
}
body.error404 .page-container {
	background: #ececec;
}
.header-preload-image {
    background: url('../img/header-bg.jpg') no-repeat center center;
    position: fixed;
    width: 1px;
    height: 1px;
    top: -100px;
    left: -100px;
}
.header {
    background: url('../img/header-bg.jpg') no-repeat center center;
    background-size: auto 99px;
    position: fixed;
    top: 7px;
    width: 100%;
    z-index: 99;
    transition: all 0.2s 0s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.header:before,
.header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% - 848px);
}
.header:before {
    left: 0;
    background-color: #fff;
}
.header:after {
    right: 0;
    background-color: #ae2747;
}
/*.home .header:not(.scroll-header) {
    background: none;
    background-position: center center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0)
}*/
/*@media (min-width: 992px) { 
	.home .header:not(.scroll-header):before,
	.home .header:not(.scroll-header):after {
	    background-color: transparent;
	}
}*/
.header.scroll-header {
    top: 0;
}
.admin-bar .header {
    top: 39px;
}
.admin-bar .header.scroll-header {
    top: 32px;
}
@media (max-width: 782px) { 
    .admin-bar .header {
        top: 46px !important;
    }
}
.header-row {
    height: 99px;
    display: flex;
    align-items: center;
    transition: height 0.5s;
}
.scroll-header .header-row {
    height: 79px;
}
.header-logo {
    transition: all 0 0s;
    position: relative;
}
.header-logo a {
    color: #000;
}
.header-logo img {
    height: 48px;
    width: auto;
}
/*.home .header:not(.scroll-header) .header-logo {
    background-color: rgba(255, 255, 255, 0.8);
    height: 73px;
    min-width: 158px;
    display: flex;
    align-items: center;
}*/
.home .header .header-logo:after {
    transition: all 0 0s;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 35px;
}
/*.home .header:not(.scroll-header) .header-logo:after {
    background-color: rgba(255, 255, 255, 0.8);
}*/
.home .header .header-logo:before {
    transition: all 0 0s;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 50vw;
}
/*.home .header:not(.scroll-header) .header-logo:before {
    background-color: rgba(255, 255, 255, 0.8);
}
.home .header:not(.scroll-header) .header-logo img {
    height: 52px;
    width: auto;
}*/
.header-line {
    flex-grow: 1;
    margin: 0 0 0 150px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.28);
    transition: all 0.2s;
}
.header-menu .navbar {
    padding: 0;
}
.navbar-toggler {
    display: none;
}
.header-menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.header-menu .menu li {
    margin: 0 0 0 40px;
    position: relative;
}
.header-menu .menu a {
    padding: 0;
    color: #fff;
}
@media (min-width: 1199px) { 
    .header-menu .menu a:hover {
        text-decoration: underline;
    }
    .header-menu .menu li.menu-item-home {
        padding: 0 0 4px;
    }
    .header-menu .menu a.menu-item-home {
        width: 14px;
        height: 14px;
        overflow: hidden;
        font-size: 0; 
        background: url('../img/icon-menu-home.svg') no-repeat center;
        background-size: 14px 14px;
    }
    .header-menu .menu li.active:after {
        content: "";
        width: 21px;
        height: 6px;
        position: absolute;
        top: calc(100% + 3px);
        left: 50%;
        transform: translateX(-50%);
        background: url('../img/icon-menu-active.svg') no-repeat center;
        background-size: 21px 6px;
    }
}
.header-menu .menu .dropdown-toggle::after {
    border: 0;
    margin-left: 3px;
    content: "";
    width: 6px;
    height: 4px;
    background: url('../img/icon-menu-dropdown.svg') no-repeat center;
    background-size: 6px 4px;
    vertical-align: 2px;
}
.header-menu .menu .dropdown-menu {
    min-width: 50px;
    padding: 10px 5px 5px 15px;
    margin: 40px 0 0;
    background-color: #353535;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    left: -15px;
}
.scroll-header .header-menu .menu .dropdown-menu {
    margin-top: 30px
}
.header-menu .menu .dropdown-menu a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}
.header-menu .menu .dropdown-menu a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
}
.header-menu .menu .dropdown-menu a.active {
    color: #ec2a2f  !important;
    font-weight: 700;
    background-color: transparent;
}
.header-ue {
    margin: 0 2px 0 40px;
}
.header-ue img {
    height: auto;
    width: 136px;
    min-width: 136px;
    max-width: 136px;
   /* box-shadow: 0 0 0 2px #fff;
    border-right: 5px #fff solid;*/
    position: relative;
    z-index: 1;
}
.footer {
	height: 420px;
	position: relative;
}
.footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	right: -500px;
	height: 50%;
	background-color: #ec2a2f;
	transform: rotate(-8deg);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1920px) {
	.footer:before {
		transform: rotate(-10deg);
	}
}
.footer:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    background: #353535 url('../img/footer.jpg') no-repeat center;
    background-size: cover;
}
.footer .row > div {
    position: relative;
	height: 420px;
}
.footer-logo {
	position: absolute;
	left: 15px;
	bottom: 375px;
	z-index: 1;
}
.footer-logo img {
	height: 112px;
	width: auto;
}
.footer-info {
	position: absolute;
	left: 15px;
	bottom: 0;
	height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
    font-family: Montserrat;
	z-index: 1;
}
.footer-company {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-company {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-text {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
}
.footer-text a {
	color: #fff;
}
.footer-ue {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    z-index: 1;
    width: fit-content;
}
.footer-ue img {
    width: 700px;
    height: auto;
}
.footer-menu {
	position: absolute;
	right: 15px;
	bottom: 0;
	height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
    font-family: Montserrat;
    min-width: 220px;
    align-items: center;
	z-index: 1;
}
.footer-menu .menu-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 20px;
}
.footer-menu .menu {
    margin: 0;
    padding: 0 0 0 16px;
	font-weight: 500;
    font-size: 12px;
    color: #dbdbdb;
}
.footer-menu .menu li {
    margin: 0 0 20px;
}
.footer-menu .menu li:marker {
    margin-right: 50px;
}
.footer-menu .menu li:last-child {
    margin: 0;
}
.footer-menu .menu a {
    color: #fff;
}
.copyright {
	display: none;
    background-color: #fff;
    padding: 12px 0;
    text-align: right;
    font-family: Montserrat;
    color: #303030;
    font-size: 15px;
    position: relative;
}
.copyright a {
    color: #ffa800;
    font-weight: 700;
}
.copyright a:hover {
    color: #303030;
    text-decoration: none;
}
.site-content {
    padding-bottom: 100px;
}
body:not(.home) .site-content {
    padding-top: 106px;
}
.section {
	position: relative;
}
.section-404 {
	background-color: #ececec;
	padding: 160px 0 60px;
}
.section-404 .row > div {
	display: flex;
	align-items: flex-start;
}
.section-404 img {
	height: 426px;
	width: auto;
}
.section-404 .content {
	background: #fff;
	height: 280px;
	position: relative;
	padding-left: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.section-404 .content:after {
	content: "";
	background: #fff;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 50vw;
}
.section-404 .content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 80px 0 0;
	border-color: #ececec transparent transparent transparent;
}
.section-404 .content .title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
.section-404 .content .subtitle {
	font-size: 18px;
	font-weight: 300;
	color: #5d5d5d;
	margin-bottom: 20px;
}
.section-404 .content .button-back {
	display: inline-block;
	width: 213px;
	height: 57px;
    background: url('../img/icon-button-back.svg') no-repeat center;
    background-size: 213px 57px;
    padding: 25px 10px 0 0;
    text-align: center;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	text-decoration: none !important;
}
.parallax {
	height: 395px;
	position: relative;
	margin-bottom: 160px;
	color: #fff;
}
.parallax:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -500px;
	right: -500px;
	background-color: #ec2a2f;
	transform: rotate(-6deg);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1920px) {
	.parallax:before {
		transform: rotate(-7deg);
	}
}
.parallax-bg {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	text-align: center;
}
.parallax-mirror {
	z-index: 2 !important;
}
.parallax .title {
	font-weight: 900;
	font-size: 20px;
    font-family: Montserrat;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.parallax .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 220px;
	height: 2px; 
	background-color: #ec2a2f;
}
.parallax .content {
	font-weight: 300;
	max-width: 530px;
	margin: auto;
}
.subpage-header {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subpage-title {
    background-color: #353535;
    position: relative;
    font-weight: 700;
    font-size: 26px;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 100px;
    position: relative;
    margin-right: 40px;
}
.subpage-title:before {
    background-color: #353535;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 50vw;
}
.subpage-title:after {
    background-color: #353535;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 35px;
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
}
.section-slider {
    background-color: #ececec;
}
.section-slider:after {
    content: "";
    position: absolute;
    bottom: 200px;
    left: -500px;
    right: -500px;
    height: 50%;
    background-color: #ec2a2f;
    transform: rotate(-11deg);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.section-slider:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #353535;
    clip-path: polygon(100% 0, 100% 70%, 0 100%, 0 0);
}
@media (max-width: 1920px) {
    .section-slider:after {
        transform: rotate(-15deg);
        bottom: 150px;
    }
}
@media (max-width: 1366px) {
    .section-slider:after {
        transform: rotate(-11deg);
        bottom: 80px;
    }
}
.section-slider .splide__track {
    position: relative;
    z-index: 2;
}
.section-slider .splide__slide .item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    clip-path: polygon(100% 0, 100% 70%, 0 100%, 0 0);
    position: relative;
    z-index: 2;
}
.section-slider .splide__slide .row > div {
    position: relative;
}
.section-slider .splide__slide .slide-text {
    position: relative;
    margin: 0 0 0 85px;
    width: fit-content;
}
.section-slider .splide__slide .slide-text:before {
    position: absolute;
    left: -40px;
    top: -20px;
    bottom: -20px;
    aspect-ratio: 1;
    content: "";
    background-color: #ec2a2f;
}
.section-slider .splide__slide .slide-title {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 37px;
    margin: 0 0 15px;
    position: relative;
}
.section-slider .splide__slide .slide-content {
    margin: 0 0 0;
    font-size: 15px;
    position: relative;
}
.section-slider .splide__slide .slide-number {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #9d1115;
    z-index: 1;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 37px;

}
.section-slider .splide__arrow {
    border-radius: 0;
    z-index: 3;
    background-color: transparent;
    height: 85px;
    width: 50px;
    opacity: 1;
}
.section-slider .splide__arrow--prev {
    left: 0;
    box-shadow: 20px 0 0 0 #9d1115 inset;
}
.section-slider .splide__arrow--next {
    right: 0;
    box-shadow: -20px 0 0 0 #9d1115 inset;
}   
.section-slider .splide__arrow svg {
    display: none;
}
.section-slider .splide__arrow:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 19px;
    top: 33px;
    background: url('../img/icon-arrow-2.svg') no-repeat center;
    background-size: 35px 19px;
}
.section-slider .splide__arrow--prev:after {
    left: 7px;
    transform: scaleX(-1);
}
.section-slider .splide__arrow--next:after {
    right: 7px;
}
@media (min-width: 992px) { 
    .section-slider .splide__pagination__container {
        position: absolute;
        bottom: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 50%);
        z-index: 2;       
    }
    .section-slider .splide__pagination {
        justify-content: center;
        align-items: flex-end;
        margin-left: 85px;
    }
    .section-slider .splide__pagination li {
        margin: 0 15px;
        background-color: #fff;
        height: 2px;
        border-radius: 0;
        position: relative;
        overflow: hidden;
        width: 110px;
        top: 30px;
    }
    .section-slider .splide__pagination li:first-child {
        margin-left: 0;
    }
    .section-slider .splide__pagination li:last-child {
        margin-right: 0;
    }
    .section-slider .splide__pagination__page {
        background: #9d1115;
        border-radius: 0;
        height: 2px;
        margin: 0;
        opacity: 1;
        width: 100%;
        position: absolute; 
        left: 0;
        top: 0;
        transform: translateX(-100%);
        transition: none;
        cursor: default;
    }
    .section-slider .splide__pagination__page.is-active {
        background: #9d1115;
        transform: none;
        animation: 5s linear 0s 1 slideInFromLeft;
        cursor: default;
    }
    .section-slider:hover .splide__pagination__page.is-active {
        animation-play-state: paused;
    }
}
.section-project {
    background-color: #ececec;
}
.section-project .project-content-1 {
    background: #fff;
    padding: 60px 0 30px;
    margin: 30px 0 0;
}
.section-project .project-content-2 {
    padding: 0 0 150px;
}
.section-project .project-content-1 .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1310px;
    margin: auto;
}
.section-project .project-content-2 .row > div {
    max-width: 1310px;
    margin: auto;
}
.section-project .project-content-1 .text {
    margin: 0 100px 0 0;
}
.section-project .project-content-1 .text .title {
    font-weight: 700;
    font-size: 24px;
    font-family: Montserrat;
    margin-bottom: 20px;
    padding: 0 30px 0 0;
    border-bottom: 5px #c13055 solid;
    width: fit-content;
}
.section-project .project-content-1 .text .content,
.section-project .project-content-2 .text .content {
    font-weight: 300;
}
.section-project .project-content-1 .text .content p,
.section-project .project-content-2 .text .content p {
    margin-bottom: 20px;
}
.section-project .project-content-1 .text .content p:last-child,
.section-project .project-content-2 .text .content p:last-child {
    margin-bottom: 0;
}
.section-project .project-content-1 .model {
    min-width: 600px;
}
.section-project .wp-video, .section-project video.wp-video-shortcode, .section-project .mejs-container, .section-project .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.section-project .mejs-container {
    padding-top: 56.25%;
}
.section-project .wp-video, .splide-projects video.wp-video-shortcode {
    max-width: 100% !important;
}
.section-project video.wp-video-shortcode {
    position: relative;
	background: #fff;
}
.section-project .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-project .mejs-controls {
    display: none;
}
.section-project .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.section-project .gallery {
    box-shadow: 0 40px 0 0 #fff inset;
    margin: 0;
}
.section-project .gallery .row > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1310px;
    margin: auto;
}
.section-project .gallery .item {
    margin-bottom: 50px;
    width: calc((100% - 150px) / 4);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    position: relative;
}
.section-project .gallery .item a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0% 35px);
}
.section-project .gallery .item a:hover:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background: url('../img/icon-loupe.svg') no-repeat center;
    background-size: 45px 45px;
    z-index: 2;
}
.section-project .gallery .item img {
    width: 100%;
    height: auto;
    clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0% 35px);
}
.section-ncbir {
    background-color: #ececec;
}
.ncbir-list {
    padding-bottom: 50px;
    max-width: 1060px;
    margin: auto;
}
.ncbir-list .item {
    margin: 0 0 40px;
    padding: 0 0 40px;
    position: relative;
}
.ncbir-list .item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #b3b3b3;
    width: 100%;
    max-width: 750px;
}
.ncbir-list .item:last-child:after {
    display: none;
}
.ncbir-list .item .image {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    margin-bottom: 15px;
}
.ncbir-list .item .image img {
    display: block;
    max-width: 100%;
    height: auto;
    /*clip-path: polygon(calc(100% - 35px) 0, 100% 35px, 100% 100%, 35px 100%, 0 calc(100% - 35px), 0 0);*/
    /*clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0% 35px);*/
}
.ncbir-list .item .content {
    font-weight: 300;
    font-size: 12px;
    line-height: 2;
}
.ncbir-list .item .title {
    font-weight: 900;
    font-size: 18px;
    font-family: Montserrat;
    margin-bottom: 15px;
}
.section-blog {
    background-color: #ececec;
}
.blog-pagination {
    margin-right: 100px;
}
.blog-pagination .wp-pagenavi a, .blog-pagination .wp-pagenavi a:hover {
    border: 0 !important;
    padding: 1px 6px;
}
.blog-pagination .wp-pagenavi span.current {
    border: 2px #c13055 solid;
    padding: 1px 6px;
}
.blog-pagination .wp-pagenavi a {
    font-size: 15px;
    font-weight: 400;
    color: #464646;
}
.blog-pagination .wp-pagenavi span.current {
    font-weight: 700;
    color: #464646;
}
.blog-pagination .wp-pagenavi a.previouspostslink {
    background: url('../img/icon-prev.svg') no-repeat center;
}
.blog-pagination .wp-pagenavi a.nextpostslink {
    background: url('../img/icon-next.svg') no-repeat center;
}
.blog-pagination .wp-pagenavi a.previouspostslink,
.blog-pagination .wp-pagenavi a.nextpostslink {
    font-size: 0;
    background-size: 11px 12px;
    line-height: 12px;
    vertical-align: middle;
    display: inline-block;
}
.blog-bottom {
    display: flex;
    align-items: center;
    padding-bottom: 150px;
}
.blog-bottom hr {
    flex-grow: 1;
    margin-right: 100px;
    height: 1px;
    background: #ec2a2f;
    border: 0;
}
.blog-list {
    padding-bottom: 50px;
    max-width: 1060px;
    margin: auto;
}
.blog-list .item {
    margin: 0 0 30px;
    padding: 0 0 40px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.blog-list .item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #b3b3b3;
    width: 100%;
    max-width: 750px;
}
.blog-list .item .image {
    min-width: 250px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.blog-list .item .image img {
    width: 100%;
    height: auto;
    clip-path: polygon(calc(100% - 35px) 0, 100% 35px, 100% 100%, 35px 100%, 0 calc(100% - 35px), 0 0);
}
.blog-list .item .text {
    flex-grow: 1;
    padding: 35px 0 0 55px;
}
.blog-list .item .title {
    font-weight: 900;
    font-size: 18px;
    font-family: Montserrat;
    margin-bottom: 15px;
}
.blog-list .item .content {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 2;
}
.blog-list .item .buttons {
    display: flex;
    align-items: center;
}
.blog-list .item .buttons .date,
.blog-list .item .buttons .counter {
    margin-left: 10px;
    font-weight: 300;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.blog-list .item .buttons .date {
    margin-left: 20px;
}
.post-info {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.post-info .date,
.post-info .counter {
    margin-left: 20px;
    font-weight: 300;
    font-size: 16px;
    white-space: nowrap;
}
.blog-list .item .buttons .date .icon,
.post-info .date .icon {
    width: 17px;
    height: 19px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.blog-list .item .buttons .counter .icon,
.post-info .counter .icon {
    width: 24px;
    height: 16px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.post-content {
    padding: 10px 0 60px;
    font-weight: 300;
    font-size: 12px;
    line-height: 2;
}
.post-content img.alignleft {
    margin: 0 30px 20px 0;
}
.post-content img.alignright {
    margin: 0 0 20px 30px;
}
.post-content .image {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.post-content .image img {
    clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 80px 100%, 0 calc(100% - 80px), 0 0);
}
.post-sep {
    max-width: 1140px;
    margin: 0 auto 150px;
    height: 1px;
    background: #ec2a2f;
    border: 0;
}
.section-product {
    background-color: #ececec;
}
.product-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product-content .gallery {
    margin: 0;
	max-width: 35%;
}
.product-content .gallery .item {
    min-width: 445px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    margin-bottom: 30px;
}
.product-content .gallery .item img {
    width: 100%;
    height: auto;
}
.product-content .gallery .item video {
    width: 100%;
    height: auto;
}
.product-content .gallery .item:nth-child(odd) img {
    clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 60px 100%, 0 calc(100% - 60px), 0 0);
}
.product-content .gallery .item:nth-child(even) img {
    clip-path: polygon(60px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0% 60px);
}
.product-content .text {
    flex-grow: 1;
    margin-left: 100px;
}
.product-content .text .content {
    font-weight: 300;
    line-height: 2;
}
.product-content .text .features {
    font-size: 14px;
    line-height: 3;
}
.product-content .text .features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-content .text .features li {
    padding: 0 0 0 25px;
    background: url('../img/icon-arrow.svg') no-repeat left 14px;
    background-size: 14px 11px;
}
.product-content .text .buttons {
    text-align: right;
    padding: 30px 0 0;
}
.product-sep {
    max-width: 1140px;
    margin: 60px auto 150px;
    height: 1px;
    background: #ec2a2f;
    border: 0;
}
.section-aboutus {
    background-color: #ececec;
}
.section-aboutus .video {
    margin-bottom: 70px;
}
.section-aboutus .wp-video, .section-aboutus video.wp-video-shortcode, .section-aboutus .mejs-container, .section-aboutus .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.section-aboutus .mejs-container {
    padding-top: 56.25%;
}
.section-aboutus .wp-video, .section-aboutus video.wp-video-shortcode {
    max-width: 100% !important;
}
.section-aboutus video.wp-video-shortcode {
    position: relative;
}
.section-aboutus .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-aboutus .mejs-controls {
    display: none;
}
.section-aboutus .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.aboutus-content {
    padding-bottom: 230px;
}
.aboutus-content .row {
    align-items: center;
}
.aboutus-content .image {
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.aboutus-content .image img {
    width: 100%;
    height: auto;
    clip-path: polygon(80px 0%, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0% 80px);
}
.aboutus-content .content {
    max-width: 560px;
    margin: auto;
    font-weight: 300;
}
.aboutus-content .content p:last-child {
    margin-bottom: 0;
}
.aboutus-content .logo {
    margin: -10px 0;
}
.aboutus-content .logo img {
    display: block;
    margin: auto;
    width: 144px;
    height: auto;
}
.section-partners {
    background-color: #ececec;
}
.partners-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 120px;
    margin: 0 -15px;
}
.partners-items .item {
    width: calc(100% / 6);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    padding: 0 15px;
    margin-bottom: 30px;
}
.partners-items .item .image {
    width: 100%;
    aspect-ratio: 1;
    background: #fff;
    clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0% 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.partners-items .item img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}
.section-aboutus-2 {
    background-color: #ececec;
    box-shadow: 0 -70px 0 0 #fff inset;
}
.section-aboutus-2 .aboutus-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin: -300px 0 0;
}
.section-aboutus-2 .aboutus-row .image {
    margin: 0 50px;
    min-width: 718px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.section-aboutus-2 .aboutus-row .image img {
    width: 100%;
    height: auto;
    clip-path: polygon(60px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0% 60px);
}
.section-aboutus-2 .aboutus-row .text {
    margin: 0 50px;
    flex-grow: 1;
}
.section-aboutus-2 .aboutus-row .title {
    font-weight: 700;
    font-size: 34px;
    font-family: Montserrat;
    margin-bottom: 0;
}
.section-aboutus-2 .aboutus-row .content {
    font-weight: 300;
    margin-bottom: 0;
}
.section-aboutus-2 .aboutus-row .content p {
    margin-bottom: 25;
}
.section-aboutus-2 .aboutus-row .content p:last-child {
    margin-bottom: 0;
}
.section-aboutus-2 .aboutus-row .content a {
    font-weight: 500;
}
.section-aboutus-2 .aboutus-icons {
    width: calc(65% + 130px);
    height: 170px;
    background-color: #353535;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: -20px 0 0;
    position: relative;
}
.section-aboutus-2 .aboutus-icons:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 50vw;
    background-color: #353535;
}
.section-aboutus-2 .aboutus-icons .item {
    margin: 0 50px;
    text-align: center;
}
.section-aboutus-2 .aboutus-icons .icon {
    margin: 0 0 10px;
}
.section-aboutus-2 .aboutus-icons .title {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 10px;
    font-family: Montserrat;
}
.section-aboutus-2 .aboutus-contact {
    width: calc(35% + 130px);
    height: 170px;
    background: rgb(236,42,47);
    background: linear-gradient(100deg, rgba(236,42,47,1) 0%, rgba(182,50,95,1) 100%);
    display: flex;
    align-items: center;
    margin: -100px 0 0 auto;
    position: relative;
}
.section-aboutus-2 .aboutus-contact:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50vw;
    background-color: #b6325f;
}
.section-aboutus-2 .aboutus-contact .text {
    padding: 0 0 0 70px;
    color: #fff;
    font-size: 21px;
    font-family: Montserrat;
    flex-grow: 1;
}
.section-aboutus-2 .aboutus-contact .title {
    font-weight: 900;
}
.section-aboutus-2 .aboutus-contact .content {
    font-weight: 400;
}
.section-aboutus-2 .aboutus-contact .contact-button {
    min-width: 124px;
    border: 1px #fff solid;
    height: 124px;
    padding: 80px 0 0;
    text-align: center;
    color: #fff;
    background: url('../img/icon-arrow-3.svg') no-repeat center;
    background-size: 23px 16px;
    font-weight: 300;
    transition: all 0.3s;
}
.section-aboutus-2 .aboutus-contact .contact-button:hover {
    color: #ec2a2f;
    background-image: url('../img/icon-arrow-4.svg');
    background-color: #fff;
    text-decoration: none;
}
.section-projects {
    padding: 50px 0 180px;
}
.section-projects .projects-header {
    margin-bottom: 80px;
}
.section-projects .projects-header .title {
    font-size: 34px;
    font-family: Montserrat;
    font-weight: 700;
}
.section-projects .projects-header .content {
    font-weight: 300;
}
.splide-projects .project {
    display: flex;
    align-items: center;
}
.splide-projects .text {
    min-width: 50%;
    display: flex;
    justify-content: center;
    text-align: left;
}
.splide-projects .text-centered {
    max-width: 400px;
}
.splide-projects .title {
    font-weight: 700;
    font-size: 24px;
    font-family: Montserrat;
    margin-bottom: 20px;
    border-bottom: 5px #c13055 solid;
    width: fit-content;
}
.splide-projects .excerpt {
    font-weight: 300;
}
.splide-projects .excerpt p {
    margin-bottom: 20px;
}
.splide-projects .model {
    min-width: 50%;
    display: flex;
    justify-content: center;
}
.splide-projects .model-centered {
    width: 100%;
    max-width: 400px;
}
.splide-projects .wp-video, .splide-projects video.wp-video-shortcode, .splide-projects .mejs-container, .splide-projects .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.splide-projects .mejs-container {
    padding-top: 56.25%;
}
.splide-projects .wp-video, .splide-projects video.wp-video-shortcode {
    max-width: 100% !important;
}
.splide-projects video.wp-video-shortcode {
    position: relative;
}
.splide-projects .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: #fff;
}
.splide-projects .mejs-controls {
    display: none;
}
.splide-projects .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.splide-projects .splide__pagination {
    display: none;
}
.splide-projects .splide__arrow {
    border-radius: 0;
    background-color: transparent;
    height: 85px;
    width: 50px;
    opacity: 1;
}
.splide-projects .splide__arrow--prev {
    left: 0;
    box-shadow: 20px 0 0 0 #9d1115 inset;
}
.splide-projects .splide__arrow--next {
    right: 0;
    box-shadow: -20px 0 0 0 #9d1115 inset;
}   
.splide-projects .splide__arrow svg {
    display: none;
}
.splide-projects .splide__arrow:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 19px;
    top: 33px;
    background: url('../img/icon-arrow-2.svg') no-repeat center;
    background-size: 35px 19px;
}
.splide-projects .splide__arrow--prev:after {
    left: 7px;
    transform: scaleX(-1);
}
.splide-projects .splide__arrow--next:after {
    right: 7px;
}
.section-lastposts {
    margin-bottom: 180px;
}
.section-lastposts .lastposts-title {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 34px;
    font-family: Montserrat;
}
.section-lastposts .lastposts-title hr {
    margin-left: 30px;
    flex-grow: 1;
    height: 1px;
    background: #ec2a2f;
    border: 0;
}
.section-lastposts .lastposts-more {
    display: flex;
    align-items: center;
}
.section-lastposts .lastposts-more hr {
    margin-right: 30px;
    flex-grow: 1;
    height: 1px;
    background: #ec2a2f;
    border: 0;
}
.map-container {
    height: 600px;
    position: relative;
}
.map-rotate {
    transform: rotate(-7deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: -500px;
    overflow: hidden;
}
.map {
    transform: rotate(7deg) translateY(-500px);
}
.map-container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: -500px;
    background-color: #991114;
    transform: rotate(-9deg);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.contact-container {
    padding: 50px 0 360px;
}
.contact-container .container .row > div {
    position: relative;
}
.contact-container .contact-box {
    position: absolute;
    top: -20px;
    left: 15px;
    width: 100%;
    max-width: 340px;
    z-index: 2;
    background-color: #d22226;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.contact-container .contact-box .title {
    position: relative;
    top: -10px;
    left: -10px;
    margin: 0 70px 10px 0;
    background-color: #9d1115;
    height: 70px;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.contact-container .contact-box .icon {
    width: 40px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 20px;
}
.contact-container .contact-box .content {
    font-weight: 300;
    font-size: 12px;
    padding: 0 30px;
    line-height: 2.5;
}
.contact-container .contact-box .content b,
.contact-container .contact-box .content strong {
    font-weight: 400;
}
.contact-container .contact-box .content a {
    color: #fff;
}
.contact-container .contact-box .content h1,
.contact-container .contact-box .content h2,
.contact-container .contact-box .content h3,
.contact-container .contact-box .content h4 {
    font-weight: 700;
    font-size: 15px;
}
.contact-container .contact-form {
    position: absolute;
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1130px;
    background-color: #9d1115;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.contact-container .contact-form .title {
    position: relative;
    top: -10px;
    left: -10px;
    background-color: #d22226;
    height: 70px;
    width: 270px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 900;
    font-family: 'Montserrat';
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.contact-container .contact-form .form {
    padding: 0 40px 15px;
    margin-top: -50px;
}
.contact-form .textfield-small input {
    margin: 0 0 20px 12px;
    background-color: #fff;
    padding: 0 12px;
    line-height: 30px;
    height: 30px;
    border: 0;
    outline: none !important;
    font-size: 12px;
    font-family: Roboto, arial, verdana;
    color: #303030;
    width: 188px;
    float: left;
}
.contact-form .textfield-small-first input {
    margin-left: 262px;
}
.contact-form .textfield {
    clear: both;
}
.contact-form .textfield input {
    margin: 0 0 20px;
    background-color: #fff;
    padding: 0 12px;
    line-height: 30px;
    height: 30px;
    border: 0;
    outline: none !important;
    font-size: 12px;
    font-family: Roboto, arial, verdana;
    color: #303030;
    width: 100%;
}
.contact-form .textarea textarea {
    margin: 0 0 10px;
    background-color: #fff;
    padding: 10px 12px;
    height: 90px;
    border: 0;
    outline: none !important;
    font-size: 12px;
    font-family: Roboto, arial, verdana;
    color: #303030;
    width: 100%;
}
.contact-form .buttons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.contact-form .button-send {
    background-color: transparent;
    border: 1px #fff solid;
    width: 260px;
    height: 38px;
    line-height: 36px;
    color: #fff;
    outline: none !important;
    font-family: Roboto, arial, verdana;
    font-size: 15px;
    font-weight: 300;
}
.contact-form .wpcf7-not-valid {
    background-color: #fbabad !important;
}
.contact-form .wpcf7-not-valid-tip {
    display: none !important;
}
.contact-form .wpcf7-response-output {
    color: #fff;
    border-width: 1px !important;
    font-weight: 300;
    margin: 20px 0 0 !important;
}


/*RWD****************************************************************************/


@media (max-width: 1920px) {
    .section-aboutus-2 .aboutus-row {
        margin-top: -200px;
    }
}
@media (max-width: 1529px) {
	.section-404 img {
		height: 300px;
	}
	.section-404 .content {
		height: 200px;
	}
    .partners-items .item {
        width: calc(100% / 4);
    }
    .section-aboutus-2 .aboutus-row {
        margin-top: -150px;
    }
    .section-aboutus-2 .aboutus-icons {
        width: calc(65% + 50px);
    }
    .section-aboutus-2 .aboutus-icons .item {
        margin: 0 40px;
    }
    .section-aboutus-2 .aboutus-contact {
        width: calc(35% + 50px);
    }
    .section-aboutus-2 .aboutus-contact .text {
        padding-left: 40px;
        font-size: 18px;
    }
}
@media (max-width: 1365px) {
    .header-line {
        margin: 0 0 0 40px;
    } 
    /*.home .header:not(.scroll-header) .header-line {
        margin: 0 0 0 72px;
    } */
    .footer-logo img {
    	height: 52px;
    }
    .footer-ue img {
        width: 550px;
    }
	.section-404 img {
		height: 250px;
	}
	.section-404 .content {
		height: 165px;
	}
	.section-404 .content .title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.section-404 .content .subtitle {
		font-size: 16px;
		margin-bottom: 5px;
	}
    .section-project .project-content-1 .text {
        margin: 0 60px 0 0;
    }
    .section-project .project-content-1 .model {
        min-width: 400px;
    }
    .parallax {
        margin-bottom: 60px;
    }
    .subpage-title {
        padding: 3px 30px 3px 0;
    }
    .section-aboutus-2 {
        box-shadow: 0 -170px 0 0 #fff inset;
    }
    .section-aboutus-2 .aboutus-row {
        margin-top: -100px;
    }
    .section-aboutus-2 .aboutus-row .image {
        min-width: 50%;
        margin: 0 30px 0 0; 
    }
    .section-aboutus-2 .aboutus-icons {
        width: 80%;
        margin-top: 0;
    }
    .section-aboutus-2 .aboutus-contact {
        width: 60%;
        margin-top: 0;
    }
    .section-lastposts {
        padding-top: 60px;
        margin-bottom: 60px;
    }
}
@media (max-width: 1199px) { 
    .header {
        top: 0;
        background: url('../img/header-bg.jpg') no-repeat right center;
        /*background-size: auto 50px;*/
        background-size: 80% 50px;
        background-color: #fff;
    }
    /*.home .header:not(.scroll-header) {
        top: 0;
        background: url('../img/header-bg.jpg') no-repeat center center;
        background-size: auto 50px;
    }*/
    .admin-bar .header,
    .admin-bar.home .header {
        top: 32px;
    }
    .header:before, .header:after {
        width: calc(50% - 428px);
    }
    .header-row {
        height: 50px !important;
        justify-content: space-between;
    }
    .header-logo {
        position: relative;
        z-index: 2;
        background: none !important;
        margin-right: auto;
    }
    .header-logo img {
        height: 30px !important;
    }
    .home .header .header-logo:before,
    .home .header .header-logo:after,
    .header-line {
        display: none;
    } 
    .header-ue {
        margin: 0 20px 0 0;
    }
    .navbar-toggler {
        display: block;
        outline: none !important;
        padding: 0;
        border: 0;
        width: 23px;
        height: 17px;
        position: relative;
        z-index: 2;
    }
    .navbar-toggler-icon {
        display: block;
        position: relative;
        width: 23px;
        height: 17px;
        background: #000;
        border-radius: 0;
        background: url('../img/menu-2.svg') no-repeat center;
        background: url('../img/menu-1.svg') no-repeat center;
        background-size: contain;
    }
    .navbar-toggler[aria-expanded="true"] > .navbar-toggler-icon {
        background: url('../img/menu-2.svg') no-repeat center;
        background-size: contain;
    }
    .navbar-toggler-icon:before, .navbar-toggler-icon:after {
        display: none;
    }    
    .header-menu {
        order: 1;
    }
    .header-menu .navbar {
        position: static;
    }
    .navbar-collapse {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        background-color: #353535;
        box-shadow: 300px 0 0 0 #353535, -300px 0 0 0 #353535;
        padding: 0;
    }
    .header-menu .menu {
        display: block;
        padding: 15px 15px 5px;
        text-align: right;
        transition: all 0.5s;
    }
    .header-menu .menu li {
        display: block;
        margin-bottom: 10px;
    }
    .header-menu .menu a {
        display: inline-block;
    }
    .header-menu .menu li.active a {
        color: #ec2a2f;
    }
    .header-menu .menu .dropdown-toggle::after {
        display: none;
    }
    .header-menu .menu .dropdown-menu {
        position: static;
        float: none;
        padding: 15px 0 0 0;
        margin: 0 0 -5px !important;
        color: #fff;
        background-color: transparent;
        border-radius: 0;
        box-shadow: 0 0 0 0;
        text-align: right;
    }
    .header-menu .menu .dropdown-menu a {
        color: #fff;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .header-menu .menu .dropdown-menu a:hover {
        color: #fff;
        text-decoration: none;
    }
    .header-menu .menu .dropdown-menu a:after {
        content: "↵";
        margin-left: 10px;
    }
    .aboutus-content {
        padding-bottom: 150px;
    }
    .aboutus-content .logo {
        display: none;
    }
    .aboutus-content .row {
        align-items: flex-start;
    }
    .aboutus-content .image {
        margin-bottom: 30px;
    }
    .aboutus-content .content {
        margin-bottom: 30px;
    }
    .contact-container .contact-form {
        position: absolute;
        top: calc(100% - 20px);
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 30px);
        max-width: 1130px;
        background-color: #9d1115;
        z-index: 2;
    }
    .contact-form .textfield-small input {
        width: 143px;
    }
    .contact-form .textfield-small-first input {
        margin-left: 242px;
    }
    .footer-ue img {
        width: 400px;
    }
}
@media (max-width: 991px) { 
    .footer:before {
        transform: rotate(-12deg);
    }
    .footer-ue {
        bottom: 10px;
    }
    .footer-ue img {
        width: 400;
    }
    body:not(.home) .site-content {
        padding-top: 50px !important;
    }
    .section-404 {
    	padding: 30px 0;
    }
    .section-404 .row > div {
    	flex-direction: column;
    }
	.section-404 img {
		height: auto;
		width: 300px;
		margin: auto;
		display: block;
	}
	.section-404 .content {
		height: auto;
		width: 100%;
		padding: 20px;
	}
	.section-404 .content:after {
		left: auto;
		top: auto;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 20px 20px;
		border-color: transparent transparent #ececec transparent;
	}
	.section-404 .content:before {
		border-width: 20px 20px 0 0;
		border-color: #ececec transparent transparent transparent;
	}
    .subpage-header {
        display: block;
        padding: 30px 0;
    }
    .subpage-title {
        margin: 0;
        width: 100%;
    }
    .subpage-title:after {
        clip-path: none;
        width: 50vw;
    }
    .section-project .project-content-1 {
        padding: 30px 0;
        margin: 0;
    }
    .section-project .project-content-1 .row > div {
        display: block;
    }
    .section-project .project-content-1 .text {
        margin: 0 0 30px;
    }
    .section-project .project-content-1 .model {
        min-width: 100%;
    }
    .section-project .gallery .item {
        margin-bottom: 30px;
        width: calc((100% - 60px) / 2);
    }
    .section-project .project-content-2 {
        padding: 0 0 60px;
    }
    .blog-list {
        padding-bottom: 0;
    }
    .blog-list .item .text
    {
        padding-left: 30px;
    }
    .blog-bottom {
        padding-bottom: 60px;
    }
    .blog-bottom hr {
        display: none;
    }
    .blog-pagination {
        margin: 30px 0 0;
    }
    .blog-bottom .blog-pagination {
        margin: 0;
    }
    .post-info {
        padding: 30px 0 0;
    }
    .post-info .date {
        margin-left: 0;
    }
    .post-content {
        padding: 0 0 60px;
    }
    .post-content .image img {
        width: 100%;
        height: auto;
        float: none !important;
        clip-path: polygon(calc(100% - 35px) 0, 100% 35px, 100% 100%, 35px 100%, 0 calc(100% - 35px), 0 0);
    }
    .section-product {
        padding-bottom: 30px;
    }
    .post-sep, .product-sep {
        display: none;
    }
    .product-content {
        flex-direction: column-reverse;
    }
    .product-content .text {
        margin: 0 0 30px;
    }
    .product-content .text .buttons {
        text-align: left;
        padding: 0;
    }
    .section-aboutus .video {
        margin-bottom: 30px;
    }
    .aboutus-content {
        padding-bottom: 60px;
    }
    .aboutus-content .image img {
        clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0% 35px);
    }
    .partners-items {
        padding-bottom: 0;
    }
    .section-slider:after {
        transform: rotate(-30deg);
        bottom: 200px;
    }
    .section-slider .splide__pagination__page {
        background: #ec2a2f;
    }
    .section-slider .splide__pagination__page.is-active {
        background: #9d1115;
    }
    .section-slider .splide__slide .slide-number {
        display: none;
    }
    .section-slider .splide__slide .slide-text {
        width: auto;
        margin: 0;
        text-align: center;
    }
    .section-slider .splide__slide .slide-text:before {
        display: none;
    }
    .section-aboutus-2 .aboutus-row .image img {
        clip-path: polygon(35px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0% 35px);
    }
    .section-aboutus-2 {
        box-shadow: 0 0 0 0;
        padding: 30px 0 0;
    }
    .section-aboutus-2 .aboutus-row {
        margin-top: 0;
        display: block;
    }
    .section-aboutus-2 .aboutus-row .image {
        width: 100%;
        margin: 0 0 30px; 
    }
    .section-aboutus-2 .aboutus-row .text {
        margin: 0 0 30px; 
    }
    .section-aboutus-2 .aboutus-icons {
        width: 100%;
        justify-content: space-between;
        height: auto;
        padding: 20px 0 0;
        flex-wrap: wrap;
    }
    .section-aboutus-2 .aboutus-icons:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 50vw;
        background-color: #353535;
    }
    .section-aboutus-2 .aboutus-icons .item {
        margin: 0 0 20px;
        min-width: 25%;
    }
    .section-aboutus-2 .aboutus-contact {
        width: 100%;
    }
    .section-aboutus-2 .aboutus-contact:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 50vw;
        background-color: #ec2a2f;
    }
    .section-aboutus-2 .aboutus-contact .text {
        padding-left: 0;
    }
    .section-projects {
        padding: 30px 0 60px;
    }
    .section-projects .projects-header {
        margin-bottom: 30px;
    }
    .splide-projects .project {
        flex-direction: column-reverse;
    }
    .splide-projects .text {
        min-width: 100%;
    }
    .splide-projects .model {
        min-width: 100%;
        margin-bottom: 30px;
    }
    .splide-projects .splide__pagination__page {
        background: #ec2a2f;
    }
    .splide-projects .splide__pagination__page.is-active {
        background: #9d1115;
    }
    .section-lastposts {
        padding-top: 0;
        margin-bottom: 0;
    }
    .section-lastposts .lastposts-title {
        margin-bottom: 30px;
    }
    .section-lastposts .lastposts-title hr,
    .section-lastposts .lastposts-more hr {
        display: none;
    }
    .contact-container {
        padding-bottom: 300;
    }
    .contact-container .contact-form .form {
        margin-top: 0;
    }
    .contact-form .textfield-small input {
        width: 143.5px;
    }
    .contact-form .textfield-small-first input {
        margin-left: 0;
    }
}
@media (max-width: 767px) { 
	.footer {
		background: #353535 !important;
		padding: 15px 0;
		height: auto;
	}
	.footer:before,
	.footer:after {
		display: none;
	}
	.footer .row > div {
		height: auto;
	}
	.footer-logo {
		display: none;
	}
	.footer-info {
		position: static;
		height: auto;
	}
	.footer-menu {
		position: static;
		display: none;
	}
    .footer-ue {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 20px;
    }
    .footer-ue img {
        width: 100%;
    }
	.copyright {
		text-align: left;
	}
    .site-content {
        padding-bottom: 0;
    }
    .parallax {
        margin-bottom: 30px;
    }
	.parallax:before,
	.parallax:after {
		display: none;
	}
    .subpage-header {
        font-size: 20px;
    }
    .section-project .project-content-1 .text .title {
        font-size: 18px;
    }
    .section-project .gallery .item {
        width: 100%;
    }
    .section-project .project-content-2 {
        padding: 0 0 30px;
    }
    .blog-list .item {
        display: block;
    }
    .blog-list .item .text {
        padding: 30px 0 0;
    }
    .blog-list .item .buttons .date {
        margin-left: 10px;
    }
    .blog-bottom {
        padding-bottom: 30px;
    }
    .post-content {
        padding: 0 0 30px;
    }
    .section-product {
        padding-bottom: 0;
    }
    .aboutus-content {
        padding-bottom: 30px;
    }
    .aboutus-content .row-1 {
        flex-direction: column-reverse;
    }
    .partners-items .item {
        width: 50%;
    }
    .section-slider:after,
    .section-slider:before {
        display: none;
    }
    .section-slider .splide__slide .item {
        clip-path: none;
    }
    .section-slider .splide__arrows {
        display: none;
    }
    .section-slider .splide__pagination {
        z-index: 2;
    }
    .section-aboutus-2 .aboutus-icons .item {
        min-width: 50%;
    }
    .section-aboutus-2 .aboutus-contact {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }
    .section-aboutus-2 .aboutus-contact .text {
        text-align: center;
        margin-bottom: 20px;
    }
    .section-projects {
        padding: 30px 0 50px;
    }
    .splide-projects .splide__arrows {
        display: none;
    }
    .splide-projects .splide__pagination {
        display: flex;
        bottom: -30px;
    }
    .section-lastposts {
        margin-bottom: 30px;
    }    
    .map-container {
        height: 500px;
        position: relative;
    }
    .map-rotate {
        transform: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    .map {
        transform: translateY(-500px);
    }
    .map-container:before {
        display: none;
    }
    .contact-container {
        padding: 10px 0 30px;
    }
    .contact-container .contact-box {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .contact-container .contact-box .icon {
        width: 40px;
        height: auto;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .contact-container .contact-box .content {
        padding: 0 15px 1px;
    }
    .contact-container .contact-form {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .contact-container .contact-form .form {
        padding: 0 15px 15px;
    }
    .contact-form .textfield-small input {
        margin: 0 0 20px;
        width: 100%;
        float: none;
    }
    .contact-form .buttons {
        flex-direction: column;
        justify-content: center;
    }
    .contact-form .button-send {
        width: 100%;
    }
    .contact-form .wpcf7-not-valid {
        background-color: #fbabad !important;
    }
    .contact-form .wpcf7-not-valid-tip {
        display: none !important;
    }
    .contact-form .wpcf7-response-output {
        color: #fff;
        border-width: 1px !important;
        font-weight: 300;
        margin: 20px 0 0 !important;
    }
    .contact-form .wpcf7-spinner {
        display: none;
    }
}