.contact .contact-flex .contact-right .contact-inner {
	max-width: 275px;
}
.contact .contact-flex .contact-right .contact-inner .contact-social {
	margin-top: 20px;
}
.cnctpage .cnctpage-bottom .cnctpage-flex .cnctpage-left .cnctpage-info:first-child {
    margin-top: -200px;
}
@media only screen and (max-width: 768px) {
	.cnctpage .cnctpage-bottom .cnctpage-flex .cnctpage-left .cnctpage-info:first-child {
	    margin-top: 0;
	}
}

.grecaptcha-badge { 
    visibility: hidden;
}

.tech {
	background-image: none;
}
.srvctop {
	background-image: none;
}
.about-title.title-lg {
	font-size: 5rem;
}
.clients .container {
	padding-left: 25px;
    padding-right: 25px;
}
.clients .clients-flex .clients-list.js-client-slider {
	grid-template-columns: none;
}

.companies .companies-flex .companies-right .companies-links .companies-links-item {
    width: 12%;
    height: 12%;
    left: 50.5%;
    top: 16.5%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(2) {
	left: 13%;
    top: 16%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(3) {
	left: 31.5%;
    top: 27%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(4) {
	left: 68.7%;
    top: 27%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(5) {
	left: 87%;
    top: 17%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(6) {
	left: 13%;
    top: 38%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(7) {
	left: 87.5%;
    top: 62%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(8) {
	left: 13%;
    top: 82%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(9) {
	left: 31.5%;
    top: 72%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(10) {
	left: 69%;
    top: 71%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(11) {
	left: 87.5%;
    top: 82%;
}
.companies .companies-flex .companies-right .companies-links .companies-links-item:nth-child(12) {
	left: 50.5%;
    top: 82%;
}

header.header-inverse .logo-img {
    filter: none;
}

.nmbrs .nmbrs-block .nmbrs-content .nmbrs-flex .nmbrs-item .nmbrs-number {
    font-size: 3rem;
}

.types .types-grid .types-item {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media only screen and (max-width: 400px) {
	.footer-flex .menu-item a {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	.portfolio-type-2 .portfolio-type-2-top {
		max-width: none;
	}
	.portfolio-type-2 .portfolio-type-2-bottom {
		max-width: 80vw;
	}
	.portfolio-type-1 .portfolio-type-1-bottom {
	    width: 70vw;
	}
	.portfolio-type-1 .portfolio-type-1-bg-text.portfolio-type-1-bg-text-2 {
		top: 70px;
	}
}
.portfolio-type-1-slider .portfolio-type-1-slide .portfolio-type-1-bottom {
	display: none;
}
.portfolio-type-1-slider .portfolio-type-1-slide.slick-current .portfolio-type-1-bottom {
	display: block;
}
.txtnimgntable-txt p {
	margin: 20px 0;
}
.txtnimgntable-table {
	margin: 20px 0;
	width: 100%;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.txtnimgntable-table table {
	min-width: 850px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.txtnimgntable-table table th,
.txtnimgntable-table table td {
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: middle;
}

.txtnimgntable-table table thead th {
    background-color: #f5f6f8;
    font-weight: 600;
}
.txtnimgntable-list {
	display: flex;
    justify-content: space-between;
    margin: 50px 0;
    gap: 5px;
}
@media only screen and (max-width: 800px) {
	.txtnimgntable-list {
		flex-direction: column;
	}
}
.txtnimgntable-list b {
	font-weight: bold;
}
.txtnimgntable .txtnimg-flex .txtnimg-img {
    height: auto !important;
}