@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue.ttc");
	/* src: url("../fonts/HelveticaNeueBold.otf") format("opentype"), url(../fonts/HelveticaNeueBold.ttf) format("truetype"); */
}
/* @font-face {
    font-family: "Helvetica Neue";
	font-weight: 700;
	src: url("../fonts/HelveticaNeueBold.otf") format("opentype"), url('../fonts/HelveticaNeueBold.ttf') format("truetype");
} */

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	background: #fff;
	font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -6px;
}

.hamburger-inner:after {
    bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

/* start */

.text-right {
	text-align: right;
}

.container {
	max-width: 1090px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	position: relative;
	z-index: 5;
}

.container.container-wide {
	max-width: 1300px;
}
.container.container-1440 {
	max-width: 1440px;
}
.container.container-full {
	max-width: 100%;
}
.container.container-1135 {
	max-width: 1195px;
}
.container.container-890 {
	max-width: 950px;
}
.container.container-820 {
	max-width: 880px;
}
.container.container-730 {
	max-width: 790px;
}
.container.container-710 {
	max-width: 770px;
}
.container.container-600 {
	max-width: 760px;
}
.container.nopad {
	padding: 0;
}

.row {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.row>* {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

	.row > .control-space, .row>form-select {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-top: var(--bs-gutter-y);
	}
/* -- main styles -- */
.nopad {
	padding: 0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong {
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}


/*   start   */

img {
	max-width: 100%;
	height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.object-fit2 > img {
	object-position: 50% 10%;
}

.object-fit3 > img {
	object-position: 50% 100%;
}

.ih-carousel-item .container {
	position: relative;
	z-index: 10;
}

.ih-carousel-item {
	color: #fff;
	padding: 200px 0 150px;
	min-height: 727px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.ih-carousel-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*   background: #000;*/
	opacity: 0.4;
	z-index: 2;
}

.ih-carousel-item img {
	opacity: 0;
	transition: opacity 1s 0.2s linear, transform 10s linear;
}

.owl-item.active .ih-carousel-item img {
	opacity: 1;
	transform: scale(1.1);
}
.owl-item.active .ih-carousel-item-title,
.owl-item.active .ih-carousel-item-text,
.owl-item.active .ih-carousel-item-buttons {
	opacity: 1;
    transform: translateY(0px);
}

.ih-carousel-item-title {
	opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s 0.4s linear, transform 0.8s 0.4s cubic-bezier(0.33, 1, 0.68, 1);

}
.ih-carousel-item-text {
	opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s 0.5s linear, transform 0.8s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.ih-carousel-item-buttons {
	opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s 0.6s linear, transform 0.8s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.title-65 {
	font-size: 65px;
	font-weight: 900;
	line-height: 1.23;
	margin-bottom: 18px;
}

.text-18 {
	color: #757575;
	font-size: 18px;
	line-height: 1.4;
}

.ih-carousel-item .title-65 {
	padding-right: 10%;
}
.ih-carousel-item .text-18 {
	color: #fff;
	margin-bottom: 47px;
}

.multi-buttons ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.multi-buttons ul li {
	margin-right: 20px;
}

.multi-buttons ul li:last-child {
	margin-right: 0px;
}

.btn-red,
.btn-red:focus,
.btn-red:active {
	display: inline-block;
	border: none;
	outline: none;
	line-height: 1.5;
	font-size: 16px;
	min-width: 124px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1px;
	text-decoration: none;
	color: #fff;
	background: #ba0c2f;
	padding: 12px 30px;
	transition: 0.2s;
}
.btn-red:hover {
	color: #fff;
	background: #990926;
}

.btn-white,
.btn-white:focus,
.btn-white:active {
	display: inline-block;
	border: none;
	outline: none;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff ;
	padding: 12px 30px;
	transition: 0.2s;
}
.btn-white:hover {
	color: #000;
	background: #f0f0f0;
}
.btn-black,
.btn-black:focus,
.btn-black:active {
	display: inline-block;
	border: none;
	outline: none;
	line-height: 1.5;
	min-width: 124px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #000;
	padding: 12px 30px;
	letter-spacing: 0.1px;
	transition: 0.2s;
}
.btn-black:hover {
	color: #fff;
	background: #181818;
}

	.btn-transparent-white,
	.btn-transparent-white:focus,
	.btn-transparent-white:active {
		display: inline-block;
		border: none;
		outline: none;
		line-height: 1.3;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1.87px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background: rgba(255,255,255,0.3);
		padding: 15px 15px;
		transition: 0.2s;
	}

		.btn-transparent-white:hover, .btn-transparent-whiteEN:hover {
			color: #000;
			background: rgba(255,255,255,1);
		}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
	outline: none;
}
.ih-carousel.owl-carousel .owl-nav button.owl-next, 
.ih-carousel.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 70px;
	height: 70px;
	background-color: #000;
	bottom: 62px;
}
.ih-carousel.owl-carousel .owl-nav button.owl-next span, 
.ih-carousel.owl-carousel .owl-nav button.owl-prev span {
	display: none;
}
.ih-carousel.owl-carousel .owl-nav button.owl-next:before, 
.ih-carousel.owl-carousel .owl-nav button.owl-prev:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: 0.2s;
}
.ih-carousel.owl-carousel .owl-nav button.owl-next:hover:before, 
.ih-carousel.owl-carousel .owl-nav button.owl-prev:hover:before {
	opacity: 0.5;
}

.ih-carousel.owl-carousel .owl-nav button.owl-prev {
	right: calc((100vw - 1300px) / 2 + 140px);
}

.ih-carousel.owl-carousel .owl-nav button.owl-next {
	right: calc((100vw - 1300px) / 2);
}
.ih-carousel.owl-carousel .owl-nav button.owl-prev:before {
	background: url(../img/slide-prev-white.svg) no-repeat center center;
}

.ih-carousel.owl-carousel .owl-nav button.owl-next:before {
	background: url(../img/slide-next-white.svg) no-repeat center center;
}

.ih-counter {
	position: absolute;
	z-index: 10;
	bottom: 62px;
	right: calc((100vw - 1300px) / 2 + 69px);
	width: 72px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	background: #000;
	font-size: 12px;
	font-weight: 700;
}

span.ih-current {
	font-size: 16px;
	font-weight: 700;
}

.intro-home {
	position: relative;
	background-color: #1d1d1d;
}

.home-about-box {
	height: 360px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.home-about-box.object-fit:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0.4;
}
.home-about-box.home-about-box-black {
	background: #000;
}
.home-about-box.home-about-box-red {
	background: #ba0c2f;
}

.home-about-section {
	padding-top: 97px;
}

.home-about-box-content {
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 42px;
	z-index: 5;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-about-box-content.in-view {
	opacity: 1;
	transform: translateY(0px);
}

.home-about-box-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	position: relative;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: -0.33px;
	text-align: right;
	padding-bottom: 4px;
	margin-bottom: 9px;
}
.home-about-box-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 150px;
	height: 1px;
	background: #ffffff;
}

.home-about-box-title-sm {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 15px;
	text-align: right;
	position: relative;
	margin-bottom: 20px;
}
.home-about-box-title-sm:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 300px;
	height: 1px;
	background: #ffffff;
}

.home-about-box-text {
	font-size: 14px;
	line-height: 1.4;
	text-align: right;
}

.home-about-box-title-sm + .home-about-box-text {
	max-width: 280px;
	color: #9a9a9a;
	margin-left: auto;
}

.home-about-box-nr-lg {
	margin-top: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.67px;
	text-align: right;
	margin-right: -44px;
	margin-bottom: -44px;
	position: relative;
	z-index: 50;
}
.home-about-box-nr-lg span {
	position: relative;
	top: -14px;
}
.home-about-box-nr-xl {
	font-family: 'Montserrat', sans-serif;
	font-size: 130px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.87px;
	margin-right: -50px;
	text-align: right;
	margin-bottom: -51px;
	position: relative;
	position: relative;
	z-index: 50;
}

.title-36 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
	padding-top: 30px;
	position: relative;
}
.title-36:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 7px;
	background: #ba0c2f;
}
.title-36.text-center:before {
	left: 50%;
	transform: translateX(-50%);
}

.title-32 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 26px;
	padding-top: 30px;
	position: relative;
}
.title-32:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 7px;
	background: #ba0c2f;
}
.title-32.text-center:before {
	left: 50%;
	transform: translateX(-50%);
}

.home-about-box.home-about-box-main {
	color: #000;
}

.max-width-400 {
	max-width: 400px;
	margin: 0 auto;
}
.max-width-500 {
	max-width: 500px;
}

.home-about-box-main {
	padding-left: 12%;
	padding-top: 24px;
}

.home-about-section {
	margin-bottom: 130px;
}

main {
	position: relative;
	overflow: hidden;
}

.section-top {
	margin-bottom: 80px;
}
.solutions-section .section-top {
	margin-bottom: 94px;
}

.solutions-carousel-item {
	height: 492px;
	width: 470px;
	padding-top: 36px;
	transition: 0.3s;
}

.solutions-carousel-item a {
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	height: calc(100% - 36px);
	overflow: hidden;
	transition: 0.5s;
}
.solutions-carousel-item a video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	min-height: 100%;
	width: auto;
}

.solutions-carousel-item a:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 2;
	transition: 0.5s;
}

.solutions-carousel-item:hover a {
	top: 0;
	height: 100%;
}
.solutions-carousel-item:hover a:before {
	opacity: 0.3;
}

.solutions-section {
	margin-bottom: 115px;
}

.solutions-carousel-item-icon {
	position: absolute;
	top: 41px;
	left: 46px;
	z-index: 10;
	transition: 0.5s;
}
.solutions-carousel-item-icon img {
	max-width: 70px;
	max-height: 70px;
}

.solutions-carousel-item:hover .solutions-carousel-item-icon {
	transform: translate(10px, 15px);
}

.solutions-carousel-item-content {
	position: absolute;
	bottom: 48px;
	left: 0;
	right: 0;
	padding: 0 56px;
	padding-right: 25%;
	color: #fff;
	z-index: 10;
}
.solutions-carousel-item-content h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.36px;
	margin-bottom: 11px;
}
.solutions-carousel-item-content p {
	font-size: 14px;
	line-height: 1.7;
}

.solutions-carousel-hold {
	width: calc(100% + (100vw - 1300px) / 2 + 30px);
}

.solutions-carousel .owl-nav {
	text-align: right;
	margin-top: 70px;
	padding-right: calc((100vw - 1300px) / 2);
}

.solutions-carousel.owl-carousel .owl-nav button.owl-prev {
	margin-right: 17px;
}

.solutions-carousel.owl-carousel .owl-nav button.owl-next, 
.solutions-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 87px;
    height: 87px;
    background-color: #000;
	position: relative;
	transition: 0.2s;
}
.solutions-carousel.owl-carousel .owl-nav button.disabled.owl-next, 
.solutions-carousel.owl-carousel .owl-nav button.disabled.owl-prev {
    opacity: 0.2;
	cursor: default;
}
.solutions-carousel.owl-carousel .owl-nav button.owl-next span, 
.solutions-carousel.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.solutions-carousel.owl-carousel .owl-nav button.owl-next:before, 
.solutions-carousel.owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}
.solutions-carousel.owl-carousel .owl-nav button.owl-next:hover:before, 
.solutions-carousel.owl-carousel .owl-nav button.owl-prev:hover:before {
    opacity: 0.5;
}
.solutions-carousel.owl-carousel .owl-nav button.disabled.owl-next:hover:before, 
.solutions-carousel.owl-carousel .owl-nav button.disabled.owl-prev:hover:before {
    opacity: 1;
}

.solutions-carousel.owl-carousel .owl-nav button.owl-prev:before {
    background: url(../img/slide-prev-white.svg) no-repeat center center;
}

.solutions-carousel.owl-carousel .owl-nav button.owl-next:before {
    background: url(../img/slide-next-white.svg) no-repeat center center;
}

.testimonials-section {
	margin-bottom: 160px;
}

.logos-carousel-item {
	text-align: center;
}
.logos-carousel-item img {
	max-height: 50px;
	max-width: 150px;
	filter: grayscale(1);
	opacity: 0.5;
}

.logos-section {
	position: relative;
	margin-bottom: 150px;
}
.logos-section:before,
.logos-section:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100px;
	z-index: 10;
}
.logos-section:before {
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
	left: 0px;
}

.logos-section:after {
	background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
	right: 0px;
}

.case-studies-section {
	position: relative;
	padding-top: 145px;
	color: #fff;
	margin-bottom: 130px;
}
.case-studies-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 75%;
	background: #000;
}
.case-studies-section .section-top .text-18 {
	color: #fff;
}

.use-case-item-image {
	padding-bottom: 56.25%;
}

.three-items-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.three-items-list ul li {
	width: calc(33.333% - 14px);
	min-width: calc(33.333% - 14px);
	margin-right: 21px;
}
.three-items-list ul li:nth-child(3n) {
	margin-right: 0px;
}
.three-items-list ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	-webkit-box-shadow: 0px 5px 35px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 35px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 35px rgba(0,0,0,0.1);
	min-height: 100%;
	position: relative;
}

.reg-item-content {
	padding: 44px 50px 95px;
}

.reg-item-title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: -0.25px;
	margin-bottom: 7px;
	overflow: hidden;
	max-height: 69px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.reg-item-text {
	color: #757575;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	max-height: 166px;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
	/*text-overflow: ellipsis;*/
}

.a-item-button {
	position: absolute;
	bottom: 44px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 50px;
}

.link-red-arrow,
.link-red-arrow:focus,
.link-red-arrow:active {
	display: inline-block;
	outline: none;
	color: #ba0c2f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
}
.link-red-arrow:hover {
	color: #ba0c2f;
}
.link-red-arrow:after {
	content: '';
	position: absolute;
	top: 54%;
	transform: translate(0, -50%);
	right: 5px;
	width: 6px;
	height: 10px;
	background: url(../img/angle-red-right.svg) no-repeat center center;
	transition: 0.3s;
}
.link-red-arrow:hover:after {
	transform: translate(5px, -50%);
}

.home-resources-section {
	margin-bottom: 130px;
}

.col-12.resource-featured-image-hold {
	padding-right: 60px;
	min-height: 100%;
}
.col-12.resource-featured-content-hold {
	padding-left: 14px;
	padding-right: 3%;
}

.resource-featured-image {
	padding-bottom: 57.3%;
	min-height: 100%;
}

.resource-featured a {
	text-decoration: none;
}

.label-text {
	color: #6d6d6d;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 25px;
}

.title-30 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.42px;
	margin-bottom: 20px;
}

.resource-featured-content-hold .text-18 {
	margin-bottom: 30px;
}

.resource-featured {
	margin-bottom: 50px;
}

.resources-carousel-item a {
	text-decoration: none;
	display: block;
	min-height: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 35px;
}
	.resources-carousel-item a > span,
	.resources-carousel-item a > span:focus,
	.resources-carousel-item a > span:active {
		position: absolute;
		bottom: 0;
		left: 0;
	}

.resources-carousel-item-image {
	padding-bottom: 64%;
	margin-bottom: 31px;
}

.resources-carousel-item .label-text {
	margin-bottom: 19px;
}

.title-18 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: -0.25px;
	margin-bottom: 5px;
}

.text-14 {
	color: #757575;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 16px;
}

.resources-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.resources-carousel-item {
	min-height: 100%;
	height: 100%;
}

.resources-carousel .owl-nav {
	margin-top: 70px;
	text-align: center;
}

.resources-carousel.owl-carousel .owl-nav button.owl-prev {
	margin-right: 16px;
}

.resources-carousel.owl-carousel .owl-nav button.owl-next, 
.resources-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 87px;
    height: 87px;
    background-color: #000;
    position: relative;
    transition: 0.2s;
}

.resources-carousel.owl-carousel .owl-nav button.disabled.owl-next, 
.resources-carousel.owl-carousel .owl-nav button.disabled.owl-prev {
    opacity: 0.2;
    cursor: default;
}

.resources-carousel.owl-carousel .owl-nav button.owl-next span, 
.resources-carousel.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.resources-carousel.owl-carousel .owl-nav button.owl-next:before, 
.resources-carousel.owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}

	.resources-carousel.owl-carousel .owl-nav button.owl-next:before:hover,
	.resources-carousel.owl-carousel .owl-nav button.owl-prev:before:hover {
		opacity: 0.5;
	}

.resources-carousel.owl-carousel .owl-nav button.disabled.owl-next:before:hover,
.resources-carousel.owl-carousel .owl-nav button.disabled.owl-prev:before:hover {
	opacity: 1;
}
.resources-carousel.owl-carousel .owl-nav button.owl-prev:before {
    background: url(../img/slide-prev-white.svg) no-repeat center center;
}
.resources-carousel.owl-carousel .owl-nav button.owl-next:before {
    background: url(../img/slide-next-white.svg) no-repeat center center;
}

.cta-section {
	padding: 100px 0;
	position: relative;
}
.cta-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.55;
	z-index: 2;
}

.title-36.no-line {
	padding-top: 0;
}

.title-36.no-line:before {
	display: none;
}
.title-32.no-line {
	padding-top: 0;
}

.title-32.no-line:before {
	display: none;
}

.cta-section .title-36 {
	color: #fff;
}
.no-line.title-36 {
	padding-top: 0;
}

.cta-section .text-18 {
	color: #fff;
	font-size: 18px;
}

.cta-section-content {
	position: relative;
	padding-right: 33%;
}
.cta-section-content > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.min-width-150,
.min-width-150:focus,
.min-width-150:active {
	min-width: 150px;
}
.min-width-175,
.min-width-175:focus,
.min-width-175:active {
	min-width: 175px;
}

footer {
	padding: 80px 0 0;
}

.no-space {
	margin-bottom: 0px;
}
.bottom-space {
	margin-bottom: 25px;
}
.footer-top-hold {
	padding-bottom: 63px;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	margin-bottom: 77px;
}

.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-logo img {
	max-width: 179px;
}

.footer-top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-top ul li {
	margin-right: 38px;
}
.footer-top ul li:last-child {
	margin-right: 0px;
}
.footer-top ul li a {
	transition: 0.2s;
}
.footer-top ul li a:hover {
	opacity: 0.6 ;
}

.footer-middle-hold {
	margin-bottom: 119px;
}

.footer-nav-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.75px;
	margin-bottom: 12px;
	transition: color 0.2s;
}

.footer-nav ul li {
	margin-bottom: 5px;
}
.footer-nav ul li:last-child {
	margin-bottom: 0px;
}
.footer-nav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	line-height: 20px;
	display: flex;
	color: #7f7f7f;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.2s;
}
.footer-nav ul li a:hover {
	color: #000;
}

.footer-bottom-hold {
	border-top: 2px solid rgba(0,0,0,0.1);
	padding: 16px 0;
}

.footer-copyrights {
	opacity: 0.3;
	color: #0e1625;
	font-size: 10px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
}
.footer-copyrights a {
	color: #0e1625;
	text-decoration: none;
}
.footer-copyrights a:hover {
	text-decoration: underline;
}

.lines-wrapper {
	position: relative;
	overflow: hidden;
}
.lines-wrapper > span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	bottom: -300px;
	height: calc(100% + 300px);
	background: #dcdcdc;
	z-index: -1;
}
.lines-wrapper > span.lines-wrapper-1 {
	transform: translateX(calc(1440px * -0.25));
}
.lines-wrapper > span.lines-wrapper-3 {
	transform: translateX(calc(1440px * 0.25));
}

/* .lines-wrapper > span:before,
.lines-wrapper > span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background: #dcdcdc;
}
.lines-wrapper > span:before {
	left: calc(1440px * -0.25)
}
.lines-wrapper > span:after {
	right: calc(1440px * -0.25)
} */

.testimonials-carousel-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-item-left {
	min-width: 333px;
	width: 333px;
}
.testimonial-item-right {
	min-width: calc(100% - 333px);
	width: calc(100% - 333px);
	padding-top: 52px;
}

.testimonial-item-image {
	min-height: 474px;
	margin-bottom: 25px;
}

.testimonial-item-counter {
	color: #8E8E8E;
	font-size: 12px;
	text-align: right;
	padding-right: 34px;
}

.testimonials-current {
	font-weight: 700;
	color: #000;
	font-size: 16px;
}

.testimonials-hold {
	padding: 0 87px;
	position: relative;
}

.testimonial-item-right-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 58px;
	margin-bottom: 55px;
	min-height: 124px;
	opacity: 0;
	transition: 0.3s;
}
.owl-item.active .testimonial-item-right-top {
	opacity: 1;
	transition: 0.3s 0.3s;
}

.testimonial-item-name {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: -0.33px;
	max-width: 270px;
}
.testimonial-item-name span {
	display: block;
	color: #6d6d6d;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0px;
}

.testimonial-item-logo {
	margin-left: 30px;
}
.testimonial-item-logo img {
	max-height: 40px;
	max-width: 140px;
	/*filter: grayscale(1);*/
	/*opacity: 0.5;*/
}

.testimonial-item-text-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ba0c2f;
	min-height: 343px;
	color: #fff;
	font-size: 22px;
	line-height: 1.45;
	letter-spacing: -0.19px;
	padding: 30px 60px 0px 10%;
}

.testimonial-item-text {
	position: relative;
	padding: 60px 0;
	padding-left: 45px;
	opacity: 0;
	transition: 0.3s;
}

.owl-item.active .testimonial-item-text {
	opacity: 1;
	transition: 0.3s 0.3s;
}

.testimonial-item-text:before {
	content: '“';
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Helvetica Neue";
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.6px;
}

.testimonial-item-text:after {
	content: '”';
	position: absolute;
	bottom: -30px;
	font-family: "Helvetica Neue";
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.6px;
}

.testimonials-carousel.owl-carousel .owl-nav button.disabled.owl-next, 
.testimonials-carousel.owl-carousel .owl-nav button.disabled.owl-prev {
    opacity: 0.2;
    cursor: default;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-next, 
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
    width: 87px;
    height: 87px;
    background-color: #000;
	top: calc(474px - 87px);
    transition: 0.2s;
}
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
	left: -87px;
}
.testimonials-carousel.owl-carousel .owl-nav button.owl-next {
	right: -87px;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-next span, 
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-next:before, 
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-prev:before {
    background: url(../img/slide-prev-white.svg) no-repeat center center;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-next:before {
    background: url(../img/slide-next-white.svg) no-repeat center center;
}

.testimonials-carousel.owl-carousel .owl-nav button.owl-next:hover:before, 
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev:hover:before {
    opacity: 0.5;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 35px 0;
	/*background-color: rgba(0,0,0,1);*/
	z-index: 500;
}

header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.logo img {
	max-width: 183px;
}

.header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav {
	padding-left: 50px;
	position: relative;
}

.nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav > ul > li {
	margin-right: 40px;
}

.nav > ul > li:last-child {
	margin-right: 0px;
}

.nav > ul > li > a {
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none; 
	position: relative;
	padding: 13px 0;
	transition: 0.2s;
}
.nav > ul > li > a:hover {
	opacity: 0.8;
}
.nav > ul > li.menu-item-has-children > a {
	padding-right: 16px;
}
.nav > ul > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.btn-triangle,
.btn-triangle:focus,
.btn-triangle:active {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	border: none;
	outline: none;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none; 
	padding-right: 16px;
	position: relative;
	transition: 0.2s;
}
.btn-triangle:hover {
	color: #fff;
	opacity: 0.8;
}
.btn-triangle:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.header-right > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-right > ul > li {
	margin-left: 30px;
}

.header-right > ul > li:first-child {
	margin-left: 0px;
}

.btn-search,
.btn-search:focus,
.btn-search:active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	outline: none;
	border: none;
	width: 24px;
	height: 24px;
	background: url(../img/icon-search.svg) no-repeat center center;
	transition: 0.2s;
}
.btn-search:hover {
	opacity: 0.8;
}

.btn-langs,
.btn-langs:focus,
.btn-langs:active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	outline: none;
	border: none;
	width: 24px;
	width: 42px;
	height: 26px;
	position: relative;
	background: url(../img/icon-langs.svg) no-repeat left center;
	transition: 0.2s;
}
.btn-langs:hover {
	opacity: 0.8;
}
.btn-langs:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.footer-nav.footer-contacts ul li a {
	font-weight: 700;
}

.section-top .title-36:last-child {
	margin-bottom: 0;
}

.testimonial-item-mob-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.animation-element.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-up-later {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s 0.5s linear, transform 0.5s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up-later.in-view {
    opacity: 1;
    transform: translateY(0px);
}
/*.animation-element.fade-up-late {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s 1s linear, transform 0.5s 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up-late.in-view {
    opacity: 1;
    transform: translateY(0px);
}*/

.animation-element.fade-in {
    opacity: 0;
    transition: 0.5s linear;
}

.animation-element.fade-in.in-view {
    opacity: 1;
}
.animation-element.fade-in-later {
    opacity: 0;
    transition: 0.5s 0.3s linear;
}

.animation-element.fade-in-later.in-view {
	opacity: 1;
}

.animation-element.fade-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-right.in-view {
    opacity: 1;
    transform: translateX(0px);
}

.resources-carousel-item .label-text,
.resources-carousel-item .reg-item-title,
.resources-carousel-item .reg-item-text {
	padding-right: 30px;
}

.three-items-list ul li:nth-child(2) {
	transition-delay: 0.3s;
}
.three-items-list ul li:nth-child(3) {
	transition-delay: 0.6s;
}



.intro-reg {
	min-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	padding: 120px 0 90px;
	position: relative;
	background-color: #1d1d1d;
	overflow: hidden;
}

.intro-reg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 2;
}
.intro-reg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70%;
	opacity: 0.67;
	z-index: 3;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.intro-reg img {
	opacity: 0;
    transition: opacity 1s 0.2s linear, transform 10s linear;
}
.intro-reg.in-view img {
	opacity: 1;
    transform: scale(1.1);
}

.intro-reg-hold {
	max-width: 820px;
}

.title-50 {
	font-size: 50px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 11px;
}

.intro-reg .text-18 {
	color: #fff;
	margin-bottom: 31px;
}

.breads-section {
	padding: 36px 0;
}

.breads ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.breads ul li {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1.6px;
}
.breads ul li:after {
	content: '/';
	color: #b0b0b0;
	display: inline-block;
	margin-left: 8px;
	margin-right: 10px;
}
.breads ul li:last-child:after {
	display: none;
}
.breads ul li a {
	text-decoration: none;
	color: #b0b0b0;
	transition: 0.2s;
}
.breads ul li a:hover {
	color: #ba0c2f;
}

.bbtm-carousel-item-image {
	padding-bottom: 69.44%;
	min-height: 100%;
}

.bbtm-carousel-item-video {
	min-height: 100%;
	height: 100%;
}

.bbtm-carousel-item-video a {
	display: block;
	padding-bottom: 69.44%;
	min-height: 100%;
	position: relative;
}
.bbtm-carousel-item-video a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 51px;
	height: 51px;
	border-radius: 50%;
	background: #000 url(../img/icon-play.svg) no-repeat center left 21px;
	z-index: 5;
}

.bbtm-carousel-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bbtm-carousel-item-left {
	width: 43.5%;
	padding-left: 8.5%;
	padding-right: 6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bbtm-carousel-item-right {
	width: 56.5%;
}

.bbtm-carousel-item-left-content {
	opacity: 0;
	transition: 0.3s;
}
.owl-item.active .bbtm-carousel-item-left-content {
	opacity: 1;
	transition: 0.3s 0.3s;
}

.black-box-text-media-section {
	padding: 100px 0;
	position: relative;
	color: #fff;
	margin-bottom: 150px;
}
.black-box-text-media-section.margin-sm {
	margin-bottom: 85px;
}

.black-box-text-media-section:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	width: calc((1260px * 0.6) + (100vw - 1300px) / 2);
	background: #000;
}

.bbtm-carousel-item .text-18 {
	color: #c4c4c4;
}

.owl-custom-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px;
}
.owl-custom-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-right: 9px;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.2s;
}
.owl-custom-nav a:hover {
	opacity: 1;
}
.owl-custom-nav a:last-child {
	margin-right: 0px;
}

.owl-custom-prev {
	background: url(../img/angle-white-left.svg) no-repeat center left 17px;
}
.owl-custom-next {
	background: url(../img/angle-white-right.svg) no-repeat center left 19px;
}

.image-title-list-section {
	margin-bottom: 100px;
}

.image-title-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.image-title-list ul li {
	width: calc(33.333% - 30px);
	min-width: calc(33.333% - 30px);
	margin-right: 45px;
	margin-bottom: 50px;
}
.image-title-list ul li a {
	display: block;
	text-decoration: none;
	position: relative;
	-webkit-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
	-moz-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
	box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
}

.image-title-list ul li:nth-child(3n) {
	margin-right: 0px;
}

.itl-image {
	height: 216px;
}

.itl-title {
	min-height: 135px;
	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;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	padding: 10px 20px;
	color: #000;
}

.itl-info-hold {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15%;
	opacity: 0;
	transition: 0.3s;
}
.image-title-list ul li a:hover .itl-info-hold {
	opacity: 1;
}
.itl-info-hold:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 3;
}

.itl-info-title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 27px;
}

.itl-info-text {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4;
}

.itl-info {
	position: relative;
	z-index: 5;
}

.itc-image {
	padding-bottom: 53.7%;
}

.image-text-combo-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 100px;
}
.itc-image-hold {
	width: 50%;
}

.itc-content-hold {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 8%;
	padding-right: 11%;
}

.title-26 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 18px;
}

.image-text-combo-item .text-18 {
	margin-bottom: 30px;
}
.image-text-combo-item .text-18:last-child {
	margin-bottom: 0px;
}

.image-text-combo-item:nth-child(2n) .itc-image-hold {
	order: 2;
}

.image-text-combo-item:nth-child(2n) .itc-content-hold {
	padding-left: 14%;
	padding-right: 5%;
}

.image-text-combo-section {
	margin-bottom: 130px;
}

.smart-truck-section {
	margin-bottom: 120px;
}

.smart-truck-section .section-top {
    margin-bottom: 67px;
}

.intro-reg .container .animation-element:nth-child(1) {
	transition-delay: 0.4s;
}
.intro-reg .container .animation-element:nth-child(2) {
	transition-delay: 0.5s;
}
.intro-reg .container .animation-element:nth-child(3) {
	transition-delay: 0.6s;
}

.black-box-text-media-item-hold .bbtm-carousel-item-left-content {
    opacity: 1;
}

.faq-section {
	background: #f3f3f3;
	padding: 130px 0 120px;
}

.custom-accordion-item {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	display: none;
	transition: background 0.3s
}
.custom-accordion-item.active {
	background: #000;
}
.custom-accordion-item:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 21px;
	background: url(../img/acc-plus.svg) no-repeat center center;
	right: 47px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.custom-accordion-item.active:before {
	opacity: 0;
}
.custom-accordion-item:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	background: url(../img/acc-minus.svg) no-repeat center center;
	right: 47px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.3s;
}
.custom-accordion-item.active:after {
	opacity: 1;
}

.custom-accordion-title {
	padding: 38px 20% 38px 10%;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
	position: relative;
	transition: 0.3s;
}

.custom-accordion-item.active .custom-accordion-title {
	padding-top: 50px;
	color: #fff;
}

.custom-accordion-content {
	display: none;
	color: #000;
	padding: 18px 20% 50px 10%;
	font-size: 18px;
	line-height: 1.55;
	transition: color 0.3s;
	position: relative;
}
.custom-accordion-content:after {
	content: '';
	position: absolute;
	top: -10px;
	left: 10%;
	right: 20%;
	height: 1px;
	background: #fff;
}

.custom-accordion-item.active .custom-accordion-content {
	color: #fff;
}

.faq-more {
	text-align: right;
	margin-top: 44px;
}

.link-down,
.link-down:focus,
.link-down:active {
	display: inline-block;
	outline: none;
	border: none;
	text-decoration: none;
	background: transparent;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding-right: 20px;
	background: url(../img/link-down.svg) no-repeat right center;
	cursor: pointer;
	transition: 0.2s;
}
.link-down:hover {
	color: #000;
	opacity: 0.7;
}

.image-content-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ic-content-hold {
	min-height: 630px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background: #000;
	color: #fff;
	padding: 130px 0%;
}
.ic-content-hold:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: calc(100% - 1px);
	width: 9999px;
	background: #000;
}

.ic-content {
	padding: 0 17%;
}

.image-content-section {
	margin-bottom: 135px;
}

.image-content-section.no-margin {
	margin-bottom: 0px;
}


.ce-list:after {
	content: '';
	display: block;
	clear: both;
}
.ce-list ul li {
	float: left;
	width: calc(50% - 35px);
	min-width: calc(50% - 35px);
	margin-right: 70px;
	margin-bottom: 32px;
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.4;
}
.ce-list ul li:before {
	content: '';
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 1px;
	background: #fff;
	height: calc(100% - 6px);
}
.ce-list ul li:nth-child(2n) {
	margin-right: 0px;
}
.ce-list ul li:nth-child(2n+1) {
	clear: both;
}

.ce-list {
	margin-top: 40px;
	margin-bottom: 53px;
}

.ic-content .text-18 {
	color: #fff;
	margin-bottom: 40px;
}

.features-section {
	background: #f3f3f3;
	padding: 90px 0 65px;
}

.features-section .section-top {
	margin-bottom: 70px;
}

.features-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.features-list ul li {
	width: calc(25% - 27px);
	min-width: calc(25% - 27px);
	margin-right: 36px;
	margin-bottom: 70px;
	position: relative;
	padding-top: 70px;
}

.features-list ul li:nth-child(4n) {
	margin-right: 0px;
}

.features-list ul li img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 45px;
	max-height: 42px;
}

.feature-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 14px;
}
.feature-text {
	color: #757575;
	font-size: 16px;
  	line-height: 1.4;
}

.benefits-list {
	margin-left: -20%;
	width: calc(100% + 30%);
}

.benefits-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.benefits-list ul li {
	width: 45%;
	min-width: 45%;
	margin-right: 10%;
	margin-bottom: 114px;
	padding-left: 20px;
	border-left: 3px solid #ba0c2f;
}
.benefits-list ul li:nth-child(2n) {
	margin-right: 0;
}

.row .benefits-left {
	padding-right: 5%;
}

.benefits-list.has-offset ul li:first-child {
	margin-left: 55%;
}

.benefits-list.has-offset ul li:nth-child(2n) {
	margin-right: 10%;
}
.benefits-list.has-offset ul li:nth-child(2n+1) {
	margin-right: 0%;
}

.benefits-section {
	margin-bottom: 10px;
}

.products-section {
	background: #f3f3f3;
	padding: 164px 0 85px;
	margin-bottom: 150px;
}

.products-carousel-item {
	width: 420px;
	padding: 60px 10px 10px;
	min-height: 100%;
	height: 100%;
}

.products-carousel-item a {
	display: block;
	min-height: 100%;
	text-decoration: none;
	background: #fff;
	padding: 50px 50px;
	position: relative;
	height: 393px;
	-webkit-box-shadow: 0px 0px 15px rgba(196,196,196,0.5);
	-moz-box-shadow: 0px 0px 15px rgba(196,196,196,0.5);
	box-shadow: 0px 0px 15px rgba(196,196,196,0.5);
}
.products-carousel-item a .label-text {
	color: #969696;
	margin-bottom: 28px;
	transition: 0.3s 0.2s;
}

.products-carousel-item a:hover .label-text {
	margin-bottom: 14px;
	transition: 0.3s;
}

.product-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	max-height: 50px;
	height: 50px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.product-text {
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	max-height: 66px;
	height: 66px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-bottom: 32px;
}

.product-image {
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 65px;
	transition: 0.3s 0.2s;
}
.products-carousel-item a:hover .product-image {
	margin-bottom: 45px;
	margin-top: -106px;
	transition: 0.3s;
}
.product-image img {
	max-height: 100%;
}

.products-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-bottom {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 50px;
	opacity: 0;
	transition: 0.3s;
}

.products-carousel-item a:hover .product-bottom {
	opacity: 1;
	transition: 0.3s 0.2s;
}

.products-carousel-hold {
	margin-left: -10px;
	width: calc(100% + 20px);
}

.products-carousel-width {
	width: calc(100% + (100vw - 1240px) / 2)
}

.products-carousel .owl-nav {
    text-align: right;
    margin-top: 54px;
    padding-right: calc((100vw - 1240px) / 2);
}

.products-carousel.owl-carousel .owl-nav button.disabled.owl-next, 
.products-carousel.owl-carousel .owl-nav button.disabled.owl-prev {
    opacity: 0.2;
    cursor: default;
}

.products-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-right: 17px;
}

.products-carousel.owl-carousel .owl-nav button.owl-next, 
.products-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 87px;
    height: 87px;
    background-color: #000;
    position: relative;
    transition: 0.2s;
}

.products-carousel.owl-carousel .owl-nav button.owl-next:before, 
.products-carousel.owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}

.products-carousel.owl-carousel .owl-nav button.owl-prev:before {
    background: url(../img/slide-prev-white.svg) no-repeat center center;
}

.products-carousel.owl-carousel .owl-nav button.owl-next:before {
    background: url(../img/slide-next-white.svg) no-repeat center center;
}

.products-carousel.owl-carousel .owl-nav button.owl-next span, 
.products-carousel.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.products-carousel.owl-carousel .owl-nav button.owl-next:hover:before, 
.products-carousel.owl-carousel .owl-nav button.owl-prev:hover:before {
    opacity: 0.5;
}

.products-carousel.owl-carousel .owl-nav button.disabled.owl-next:hover:before, 
.products-carousel.owl-carousel .owl-nav button.disabled.owl-prev:hover:before {
    opacity: 1;
}

.cta-section.has-margin {
	margin-bottom: 112px;
}

.cta-section.cta-section-lg {
	padding: 135px 0;
}

.benefits-section-grey {
	padding: 125px 0 55px;
	background: #f5f5f5;
}

.benefits-list-v2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.benefits-list-v2 ul li {
	width: 28%;
	min-width: 28%;
	margin-right: 8%;
	margin-bottom: 90px;
}

.benefits-list-v2 ul li:nth-child(3n) {
	margin-right: 0;
}

.benefits-list-v2 ul li:last-child {
	margin-right: 0;
}

.benefits-list-v2 .feature-title {
	position: relative;
	padding-left: 70px;
	min-height: 50px;
}
.benefits-list-v2 .feature-title img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 42px;
	max-height: 42px;
}

.secondary-list-section {
	margin-bottom: 120px;
}

.secondary-list-image {
	padding-bottom: 66.5%;
	margin-bottom: 50px;
}

.secondary-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.secondary-list ul li {
	width: calc(33.333% - 34px);
	min-width: calc(33.333% - 34px);
	margin-right: 51px;
}

.secondary-list ul li:nth-child(3n) {
	margin-right: 0px;
}
.secondary-list ul li a {
	display: block;
	text-decoration: none;
	min-height: 100%;
	height: 100%;
	padding-bottom: 95px;
	position: relative;
}
.secondary-list-title {
	color: #000;
	margin-bottom: 12px;
	font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
}

.text-16 {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
}

.secondary-list-button {
	position: absolute;
	bottom: 0;
	left: 0;
}

.benefits-left.has-margin {
	margin-bottom: 108px;
}

.case-studies-section .title-26 {
	color: #000;
	margin-bottom: 14px;
}

.case-studies-section.black-listing-section .reg-item-content {
    padding-bottom: 130px;
}
.case-studies-section.black-listing-section .three-items-list ul li .text-16 {
    overflow: hidden;
    max-height: 110px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.title-24 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 15px;
}

.itc-content-icon {
	margin-bottom: 45px;
}
.itc-content-icon img {
	max-height: 42px;
}

.key-features-section .itc-content-hold {
	padding-right: 14%;
}
.key-features-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
    padding-right: 8%;
}

.key-features-section .section-top {
	margin-bottom: 125px;
}

.image-text-combo-section.key-features-section {
	margin-top: 150px;
	margin-bottom: 180px;
}

.case-studies-section.black-listing-section .cs-carousel-item .text-16 {
	overflow: hidden;
    max-height: 95px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.cs-about {
	padding: 80px 0 124px;
}
.cs-about .section-top {
    margin-bottom: 0px;
}

.cs-acc-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.25px;
	padding: 28px 0;
	cursor: pointer;
	position: relative;
	padding-right: 15%;
}
.cs-acc-title:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background: url(../img/acc-plus2.svg) no-repeat center center;
}
.cs-acc-title:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 3px;
	background: url(../img/acc-minus2.svg) no-repeat center center;
	opacity: 0;
}
.cs-acc-item.active .cs-acc-title:before {
	opacity: 0;
}
.cs-acc-item.active .cs-acc-title:after {
	opacity: 1;
}

.cs-acc-content {
	display: none;
	padding-right: 23%;
	padding-bottom: 40px;
}

.cs-values-section {
	margin-bottom: 140px;
}

.row .cs-values-left {
	padding-right: 10px;
}


.cs-acc-content .text-14 {
	margin-bottom: 36px;
	line-height: 1.43;
}

.line-height {
	line-height: 2;

}

.a-no-underline {
	text-decoration: none;
	color:#757575;
}

.cs-acc-item {
	border-bottom: 2px solid #d8d8d8;
}

.row .cs-values-right {
	padding-left: 11%;
	padding-top: 30px;
}

.cs-acc-image-hold {
	width: calc(100% + 200px);
}

.cs-acc-image {
	padding-bottom: 89%;
}

.cs-acc-image2 {
	padding-bottom: 39%;
}

.c-resources-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.c-resources-list ul li {
	width: 24%;
	margin-right: 14%;
	margin-bottom: 125px;
	padding-bottom: 88px;
	padding-top: 67px;
	position: relative;
}

.c-resources-list ul li:nth-child(3n) {
	margin-right: 0;
}

.c-resources-list ul li img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 40px;
	max-height: 40px;
}

.crl-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.3px;
	margin-bottom: 7px;
}

.crl-button {
	position: absolute;
	left: 0;
	bottom: 0;
}

.c-resources-list ul li .text-14 {
	margin-bottom: 0;
	line-height: 1.43;
}

.c-resources-section .section-top {
    margin-bottom: 100px;
}

.check-list {
	margin-top: 50px;
	margin-bottom: 70px;
}
.check-list:last-child {
	margin-bottom: 0px;
}

.check-list ul li {
	font-size: 16px;
	letter-spacing: 0.33px;
	margin-bottom: 44px;
	padding-left: 40px;
	position: relative;
}

.check-list2 ul li {
	margin-bottom: 5px;
}
.check-list2 ul li ul li:last-child {
	margin-bottom: 0;
}
.check-list2 ul li ul li:before {
	background: rgba(14,22,37,0.15) url(../img/checkmark.svg) no-repeat center center;
}
.check-list ul li:last-child {
	margin-bottom: 0px;
}
.check-list ul li:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background: #fff url(../img/checkmark.svg) no-repeat center center;
	border-radius: 50%;
}

.check-list2 ul li {
	font-size: 16px;
	letter-spacing: 0.33px;
	/*margin-bottom: 44px;*/
	padding-left: 40px;
	position: relative;
}
.check-list2 ul li:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	background: #fff url(../img/checkmark.svg) no-repeat center center;
	border-radius: 50%;
}

.check-list2 ul li:before {
	background: #999 url(../img/checkmark.svg) no-repeat center center;
}

.check-list2 ul li:last-child {
	margin-bottom: 35px;
}

.ic-content .text-18 {
	margin-top: 20px;
}

.support h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 15px;
	padding-top: 17px;
}

.support p, .support > ul {
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 15px;
	/*padding-top: 25px;*/
}

.entry h3 {
	text-align: center;
	font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 43px;
	position: relative;
	padding-top: 21px;
}
.entry h3:not(:first-child) {
	margin-top: 50px;
}

.entry h3:before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
    width: 30px;
    height: 7px;
    background: #ba0c2f;
}
.entry h4 {
	font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 25px;
	position: relative;
	padding-top: 21px;
}
.entry h4:not(:first-child) {
	margin-top: 85px;
}

.entry h4:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 30px;
    height: 7px;
    background: #ba0c2f;
}

.entry h5 {
	color: #BA0C2F;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1px;
	margin-bottom: 22px;
}

.entry p {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.1px;
	margin-bottom: 22px;
}
.entry p img {
	margin: 44px 0 78px;
}

.text-section {
	margin-bottom: 95px;
}

.testimonials-section + .text-section {
	margin-top: -50px;
}

.red-quote-hold {
	background: #BA0C2F;
	padding: 70px 88px 55px;
	width: calc(100% + 135px);
	text-align: center;
	color: #fff;
}

.red-quote-section {
	margin-bottom: 130px;
}

.red-quote-text {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.46;
	letter-spacing: -0.19px;
	margin-bottom: 53px;
	position: relative;
}
.red-quote-text:before {
	content: '“';
	display: block;
	font-size: 90px;
	font-weight: 400;
	line-height: 0.8;
	letter-spacing: -0.6px;
}

.red-quote-author {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: -0.33px;
}
.red-quote-author span {
	display: block;
	margin-top: 1px;
	line-height: 1.7;
	font-size: 14px;
	font-weight: 400;
}
.red-quote-logo {
	margin-top: 11px;
}
.red-quote-logo img {
	opacity: 0.5;
	max-height: 46px;
	max-width: 200px;
}

.itc-button {
	margin-top: 42px;
}

.itc-content .text-16 {
	color: #757575;
}

.black-box-text-media-section.margin-md {
    margin-bottom: 120px;
} 

.products-section.no-margin {
	margin-bottom: 0;
}

.hide {
	display: none !important;
}

.image-content-half .ic-image {
	width: 50%;
}
.image-content-half .ic-content-hold {
	width: 50%;
}

.image-content-42 .ic-image {
	width: 42%;
}
.image-content-42 .ic-content-hold {
	width: 58%;
}

.ic-image-hold {
	min-height: 100%;
	width: calc(100% + calc((100vw - 1440px) / 2));
	margin-left: calc(calc((100vw - 1440px) / -2));
}

.subnav {
	position: absolute;
	left: 50px;
	top: 100%;
}

.subnav-type-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.subnav-type-1-left {
	background: #fff;
	padding: 60px 0 70px;
}

.subnav-type-1-left ul li {
	margin-bottom: 50px;
}

.subnav-type-1-left ul li:last-child {
	margin-bottom: 0px;
}

.subnav-type-1-left ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 130px;
	padding-right: 20px;
	min-width: 295px;
	position: relative;
	min-height: 40px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	transition: 0.2s;
}
.subnav-type-1-left ul li.menu-item-has-children a:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1px;
	border-right: 11px solid #000;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	opacity: 0;
	transition: 0.1s;
}
.subnav-type-1-left ul li.active.menu-item-has-children a:after {
	opacity: 1;
}

.subnav-type-1-left ul li.active a {
	font-weight: 700;
	color: #BA0C2F;
}

.subnav-type-1-left ul li a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
	max-width: 40px;
	max-height: 40px;
}

.icon-subnav-hover {
	opacity: 0;
}
.subnav-type-1-left ul li.active a img {
	opacity: 0;
}
.subnav-type-1-left ul li.active a img.icon-subnav-hover {
	opacity: 1;
}

.subnav-type-1-right {
	/* background: #000; */
	/* padding: 60px 10px 40px 55px; */
	/* opacity: 0; */
	/* visibility: hidden; */
	/* transition: 0.2s; */
	position: relative;
}

.subnav-type-1-right-hold {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: #000;
	padding: 60px 10px 40px 55px;
	min-height: 100%;
}
.subnav-type-1-right-hold.active {
	opacity: 1;
	visibility: visible;
}

.subnav-type-1-grid-transp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 521px;
	margin-bottom: 0;
}

.subnav-type-1-grid-transp:last-child {
		margin-bottom: 0px;
}

.subnav-type-1-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 521px;
	margin-bottom: 50px;
}
.subnav-type-1-grid:last-child {
	margin-bottom: 0px;
}

.subnav-type-1-grid-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 190px;
	margin-bottom: 50px;
}
.subnav-type-1-grid-2:last-child {
	margin-bottom: 0px;
}

.subnav-type-1-grid-columns {
	width: 30%;
	margin-right: 5%;
}
.subnav-type-1-grid-columns:last-child {
	margin-right: 0%;
}

.subnav-type-1-grid-2 .subnav-type-1-grid-columns {
	width: 100%;
	margin-right: 0%;
}

.subnav-type-1-grid-label {
	color: #757575;
	font-size: 12px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.subnav-type-1-grid-nav ul li {
	margin-bottom: 5px;
}
.subnav-type-1-grid-nav ul li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.2s;
}
.subnav-type-1-grid-nav ul li a:hover {
	opacity: 0.8;
}

.subnav-simple-links ul li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.2s;
}
.subnav-simple-links ul li a:hover {
	opacity: 0.8;
}

.subnav {
	opacity: 0;
	visibility: hidden;
}

.nav > ul > li:hover .subnav {
	opacity: 1;
	visibility: visible;
}

.subnav-type-1-title a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	text-transform: uppercase;
	margin-bottom: 6px;
	text-decoration: none;
}

.subnav-type-1-title a:hover {
	opacity: 0.8;
}

.subnav-type-2 {
	background: #ffffff;
	padding: 54px 50px;
	min-height: 468px;
}

.subnav.subnav-type-2 {
	left: 0px;
}

.subnav-type-2-reg-nav {
	margin-bottom: 35px;
}
.subnav-type-2-reg-nav:last-child {
	margin-bottom: 0px;
}

.subnav-type-2-reg-nav ul li {
	margin-bottom: 10px;
}

.subnav-type-2-reg-nav ul li:last-child {
	margin-bottom: 0px;
}

.subnav-type-2-reg-nav ul li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	transition: 0.2s;
}
.subnav-type-2-reg-nav ul li a:hover {
	opacity: 0.8;
}

.subnav-type-2-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subnav-type-2-grid-column {
	margin-right: 20px;
}
.subnav-type-2-grid-column:last-child {
	margin-right: 0px;
}

.subnav-type-3 {
	background: #ffffff;
	padding: 20px 20px;
	min-height: 50px;
	margin-right: 40px;
	margin-top: 60px;
}

.subnav-type-3 ul li {
	font-size: 12px;
	font-weight: 700;
	line-height: 35px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	transition: 0.2s;
}

.subnav-post-item-image {
	padding-bottom: 56%;
}

.subnav-post-item-content {
	padding: 28px 28px 60px 28px;
	position: relative;
}


.subnav-post-item-title {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.22px;
	margin-bottom: 7px;
}

.subnav-post-item-text {
	color: #000;
	font-size: 12px;
	line-height: 1.67;

	max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.subnav-post-item {
	height: 100%;
}

.subnav-post-item a {
	display: block;
	position: relative;
	min-height: 100%;
	text-decoration: none;
	-webkit-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
	-moz-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
	box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
}

.subnav-post-item a:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: #000 url(../img/arrow-right-white.svg) no-repeat center center;
}

.subnav-post-item {
	min-width: 252px;
	transition: 0.2s;
}

.subnav-type-2-reg-nav {
	min-width: 200px;
}

.subnav.post-active .subnav-post-item {
	opacity: 0.3;
}
.subnav.post-active .subnav-post-item.active {
	opacity: 1;
}

.subnav-contacts-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 10px;
}

	.subnav-contacts-title > a {
		color: #000;
		text-decoration: none;
	}

		.subnav-contacts-title > a:hover {
			color: #8e8e8e;
			text-decoration: none;
		}

.subnav-contacts {
	color: #ba0c2f;
	font-weight: 700;
	font-size: 14px;
}
.subnav-contacts p {
	margin-bottom: 12px;
}
.subnav-contacts p:last-child {
	margin-bottom: 0px;
}

.subnav-contacts a {
	color: #ba0c2f;
	transition: 0.2s;
	text-decoration: none;
}
.subnav-contacts a:hover {
	color: #990926;
}

.subnav-type-2-grid-column:first-child {
	margin-right: 50px;
}

.subnav-buttons-transportation > .btn-red {
	min-width: 50px;
	padding: 12px 20px;
}

.subnav-buttons {
	min-width: 180px;
	margin-right: 55px;
}

.subnav-buttons a {
	margin-bottom: 15px;
}
.subnav-buttons a:last-child {
	margin-bottom: 0px;
}

.subnav-buttons .btn-red, 
.subnav-buttons .btn-red:focus, 
.subnav-buttons .btn-red:active {
	min-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.subnav-buttons .btn-red-border, 
.subnav-buttons .btn-red-border:focus, 
.subnav-buttons .btn-red-border:active {
	min-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.btn-red-border, 
.btn-red-border:focus, 
.btn-red-border:active {
    display: inline-block;
    border: none;
    outline: none;
    line-height: 1.5;
    font-size: 16px;
    min-width: 124px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1px;
    text-decoration: none;
    color: #ba0c2f;
    border: #ba0c2f 2px solid;
    padding: 10px 30px;
    transition: 0.2s;
}
.btn-red-border:hover {
    color: #fff;
    background: #ba0c2f;
}

.subnav-post-item-button {
	margin-top: 20px;
}

.subnav-post-item.no-arrow a {
	padding-bottom: 28px;
}
.subnav-post-item.no-arrow a:before {
	display: none;
}

.btn-full, 
.btn-full:focus, 
.btn-full:active {
	min-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.full-text .subnav-post-item-text {
	max-height: 100px;
	-webkit-line-clamp: 15;
}

.subnav-type-2-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 19px;
}

	.subnav-type-2-title > a {
		color: #8e8e8e;
		text-decoration: none;
	}

	.subnav-type-2-title > a:hover {
		color: #000;
		text-decoration: none;
	}

.subnav-type-2-reg-nav-2-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 6px;
}

	.subnav-type-2-reg-nav-2-title > a {
		color: #8e8e8e;
		text-decoration: none;
	}

		.subnav-type-2-reg-nav-2-title > a:hover {
			color: #000;
			text-decoration: none;
		}

.subnav-type-2-reg-nav-2 {
	margin-bottom: 25px;
}

.subnav-type-2-reg-nav-2:last-child {
	margin-bottom: 0px;
}

.subnav-type-2-reg-nav-2 ul li a {
	color: #8e8e8e;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	white-space: nowrap;
	text-decoration: none;
	transition: 0.2s;
}
	.subnav-type-2-reg-nav-3 ul li a {
		line-height: 25px;
	}
.subnav-type-2-reg-nav-2 ul li a:hover {
	color: #000;
}

.mob-nav-hold {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 600;
	background: #fff;
	padding: 25px 0 45px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.mob-nav-hold.active {
	opacity: 1;
	visibility: visible;
}

.mob-nav-bottom {
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 20px;
	margin-top: 16px;
}

.mob-nav-bottom-top {
	margin-bottom: 33px;
}
.mob-nav-bottom-top ul  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


.mob-nav-bottom .btn-langs, 
.mob-nav-bottom .btn-langs:focus, 
.mob-nav-bottom .btn-langs:active {
	background: url(../img/icon-langs-black.svg) no-repeat left center;
}
.mob-nav-bottom .btn-langs:after {
	border-top: 4px solid #000;
}

.mob-nav-logo img {
    max-width: 183px;
}

.mob-nav-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}

.mob-nav-top .hamburger-inner, 
.mob-nav-top .hamburger-inner:after, 
.mob-nav-top .hamburger-inner:before {
    background-color: #000;
}

.btn-arrow-tr,
.btn-arrow-tr:focus,
.btn-arrow-tr:active {
	display: inline-block;
	text-decoration: none;
	outline: none;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-right: 30px;
	background: url(../img/arrow-tr.svg) no-repeat right center;
}
.btn-arrow-tr:hover {
	color: #000;
}

.mob-nav-bottom .btn-search, 
.mob-nav-bottom .btn-search:focus, 
.mob-nav-bottom .btn-search:active {
	background: url(../img/icon-search-black.svg) no-repeat center center / 20px 20px;
	width: 20px;
	height: 20px;
}

.mob-nav > ul > li {
	position: relative;
}
.mob-nav > ul > li > span {
	position: absolute;
	top: 0;
	right: -20px;
	width: 48px;
	height: 48px;
	background: url(../img/angle-black-right-sm.svg) no-repeat center center;
}
.mob-nav > ul > li > span:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	background: #fff url(../img/angle-red-right.svg) no-repeat center center;
	opacity: 0;
}

.mob-nav > ul > li.active > span:after {
	opacity: 1;
}
.mob-nav > ul > li.active > a {
	color: #ba0c2f;
}

.mob-nav > ul > li > a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.7;
	color: #000;
}

.mob-subnav {
	display: none;
	padding: 12px 0;
    padding-left: 25px;
}

.mob-simple-nav > ul > li {
	position: relative;
}
.mob-simple-nav > ul > li > a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	line-height: 2.8;
	position: relative;
}
.mob-simple-nav > ul > li > span {
	position: absolute;
    top: 0;
    right: -17px;
    width: 40px;
    height: 40px;
    background: url(../img/angle-black-right-sm.svg) no-repeat center center;
}
.mob-simple-nav > ul > li > span:after {
	content: '';
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    background: #fff url(../img/angle-red-right.svg) no-repeat center center;
    opacity: 0;
}
.mob-simple-nav > ul > li.active > span:after {
    opacity: 1;
}
.mob-simple-nav > ul > li.active > a {
	color: #ba0c2f;
}

.mob-subsubnav {
	display: none;
	padding-top: 5px;
	padding-bottom: 15px;
}

.mob-nav .subnav-type-1-grid-nav ul li a {
    color: #000;
	font-weight: 400;
}
.mob-nav .subnav-type-1-grid-nav {
    padding-bottom: 14px;
}
.mob-nav .subnav-type-1-grid-nav:last-child {
    padding-bottom: 0px;
}
.mob-nav .subnav-simple-links ul li a {
	color: #000;
	text-transform: initial;
	line-height: 25px;
	font-size: 14px;
	font-weight: 500;
}
.mob-nav .subnav-type-1-grid-label {
    margin-bottom: 0;
}
.mob-nav .subnav-type-1-title a {
	color: #000;
	text-transform: initial;
	font-weight: 500;
	font-size: 14px;
}
.mob-nav .subnav-simple-links ul li {
	margin-bottom: 10px;
}
.mob-nav .subnav-simple-links ul li:last-child {
	margin-bottom: 0px;
}
.mob-nav .subnav-type-2-reg-nav ul li a {
	font-weight: 400;
}
.mob-nav .subnav-contacts {
    font-weight: 400;
}
.mob-nav .subnav-contacts-title {
    font-weight: 400;
}
.mob-nav .subnav-type-2-reg-nav {
    margin-bottom: 20px;
}
.mob-nav .subnav-type-2-reg-nav:last-child {
    margin-bottom: 0px;
}
.mob-nav .subnav-type-2-title {
    font-size: 14px;
    font-weight: 500;
	margin-bottom: 8px;
}
.mob-nav .subnav-type-2-title > a {
		color: #000;
		text-decoration: none;
	}
.mob-nav .subnav-type-2-reg-nav-2-title {
	color: #b0b0b0;
	line-height: 30px;
	margin-bottom: 0;
}
.mob-nav .subnav-type-2-reg-nav-2 ul li a {
    color: #000;
    font-weight: 400;
}

.search-block {
	position: absolute;
	top: 122px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 500;
	background: #fff;
	padding: 87px 0 108px;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}

.search-block.active {
	opacity: 1;
	visibility: visible;
}

.search-block-title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 55px;
}

.search-block-input {
	position: relative;
}

.search-block-input input,
.search-block-input input:focus {
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	font-size: 18px;
	padding: 2px 0px;
	padding-right: 50px;
	box-shadow: none;
	height: 50px;
	color: #000;
}
.search-block-input button,
.search-block-input button:focus,
.search-block-input button:active {
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 50px;
	z-index: 10;
	padding: 0;
	background: url(../img/icon-search-black.svg) no-repeat right center / 19px 19px;
}

.search-block-input input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.search-block-input input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.search-block-input input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
.search-block-input input:-moz-placeholder {
	color: #000;
	opacity: 1;
}

.search-block-close {
	position: absolute;
	background: url(../img/icon-close.svg) no-repeat center center;
	width: 19px;
	height: 19px;
	top: 40px;
	right: 73px;
	cursor: pointer;
	transition: 0.2s;
}
.search-block-close:hover {
	opacity: 0.8;
}

.mob-search-block {
	padding-top: 15px;
	padding-bottom: 20px;
	display: none;
}
.mob-search-block .search-block-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.mob-search-block .search-block-input input, 
.mob-search-block .search-block-input input:focus {
    font-size: 14px;
    height: 40px;
}

.mob-search-block .search-block-input button, 
.mob-search-block .search-block-input button:focus, 
.mob-search-block .search-block-input button:active {
    height: 40px;
}

.mob-nav-hold.search-active .mob-nav-bottom {
	border-top: 1px solid transparent;
}

.intro-reg.intro-search {
	min-height: 350px
}
.intro-reg.intro-search .title-50 {
	margin-bottom: 0;
}

.search-page-wrapper {
	padding: 140px 0 120px;
}

.search-page-wrapper .search-block-input {
	margin-bottom: 100px;
}

.search-results-item {
	padding-bottom: 60px;
	margin-bottom: 60px;	
	border-bottom: 1px solid #bebebe;
}
.search-results-item a {
	display: block;
	text-decoration: none;
}

.label-red {
	color: #ba0c2f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 21px;
}

.pagination{
    margin-top: 115px;
}
	.pagination ul li a.page-numbers {
		color: #bebebe;
		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;
		text-align: center;
		/*border:1px solid #bebebe;*/
		background-color: #000;
		text-decoration: none;
		width: 87px;
		height: 87px;
		font-size: 16px;
		font-weight: 500;
		transition: 0.2s;
		border-radius: 0;
	}
.pagination ul li a.page-numbers:hover {
    border:1px solid #000;
}

.pagination ul {
	width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pagination.text-center ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination ul li {
    margin-right: 20px;
}
.pagination ul li:last-child {
    margin-right: 0px;
}
.pagination ul li a.prev.page-numbers {
    position: relative;   

}
.pagination ul li a.prev.page-numbers::after {
    content: "";
    background: url(../img/arrow-right.svg) no-repeat center center;
    width: 16px;
    height: 11px;
    position: absolute;
    top:50%;
	left: 50%;
    transform: translate(-50%,-50%) rotate(180deg);
}
.pagination ul li a.next.page-numbers {
	position: relative;
}
.pagination ul li a.next.page-numbers::after {
    content: "";
    background: url(../img/arrow-right.svg) no-repeat center center;
    width: 16px;
    height: 11px;
    position: absolute;
    top:50%;
	left: 50%;
    transform: translate(-50%,-50%);
}
.pagination .current {
    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;
	text-align: center;
    width: 60px;
    height: 60px;
	font-weight: 700;
    background: #000;
	font-size: 16px;
	color: #fff;
}
.pagination a:hover, .pagination button:hover {
    background: transparent;
}
.pagination li {    
    display: inline-block;
}
.pagination li {
    font-size: 18px;        
}

.hardware-solutions-section {
	padding: 70px 0;
}

.hs-list {
	margin-bottom: 60px;
}
.hs-list:last-child {
	margin-bottom: 0px;
}

.hs-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.hs-list ul li {
	width: calc(33.333% - 28px);
	min-width: calc(33.333% - 28px);
	margin-right: 42px;
	margin-bottom: 50px;
}
.hs-list ul li:nth-child(3n) {
	margin-right: 0px;
}
.hs-list ul li a {
	display: block;
	text-decoration: none;
	position: relative;
	min-height: 100%;
	-webkit-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
	-moz-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
	box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
}

.hardware-solutions-section .title-36 {
	margin-bottom: 36px;
}

.hs-list-image {
	padding-bottom: 70%;
	position: relative;
}
.hs-list-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 66%;
	max-width: 58%;
}

.hs-list ul li .reg-item-content {
	padding-top: 0;
	padding-left: 42px;
	padding-right: 42px;
}
.hs-list ul li .reg-item-text {
	max-height: 1000px;
	-webkit-line-clamp: 100;
}
.hs-list ul li .a-item-button {
    padding: 0 42px;
}

.device-introduction-section {
	padding: 110px 0 95px;
}

.headline {
	padding-top: 34px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	color: #BA0C2F;
	margin-bottom: 10px;
	position: relative;
}
.headline:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 7px;
    background: #ba0c2f;
}
.headline.text-center:before {
    left: 50%;
	transform: translateX(-50%);
}

.device-introduction-section .title-36 {
	margin-bottom: 20px;
}

.resources-two-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.resources-two-list ul li {
	width: calc(50% - 10px);
	min-width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 50px;
}

.resources-two-list ul li:nth-child(2n) {
	margin-right: 0px;
}
.resources-two-list ul li a {
	position: relative;
	display: block;
	min-height: 100%;
	text-decoration: none;
	padding-bottom: 40px;
}

.resources-link {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
}

.resource-image {
	padding-bottom: 64.5%;
	margin-bottom: 31px;
}

.resource-type {
	color: #6d6d6d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 18px;
}

.row > .resources-right {
	padding-left: 7.4%;
}

.resources-content-section {
	padding: 104px 0 120px;
}

.resources-right .pagination {
	margin-top: 50px;
}

.sidebar-filter-block {
	margin-bottom: 110px;
}

.sidebar-filter-block:last-child {
	margin-bottom: 0px;
}

.sidebar-filter-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 10px;
}

.sidebar-filter-list ul li {
	margin-bottom: 6px;
}

.sidebar-filter-list ul li:last-child {
	margin-bottom: 0px;
}

.sidebar-filter-list ul li input {
	display: none;
}

.sidebar-filter-list ul li label {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.33;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}

.sidebar-filter-list ul li label:before,
.sidebar-filter-list ul li label:after {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	top: 2px;
}

.sidebar-filter-list ul li label:before {
	border: 1px solid #cecece;
}
.sidebar-filter-list ul li label:after {
	background: url(../img/checkmark2x.png) no-repeat center center / 11px 9px;
	opacity: 0;
	transition: 0.2s;
}
.sidebar-filter-list ul li input:checked + label:after {
	opacity: 1;
}

.resources-search {
	position: relative;
	z-index: 10;
}
.resources-search .container {
	position: relative;
}
.resources-search .container:before {
	content: '';
	position: absolute;
	top: -90px;
	left: -75px;
	right: -75px;
	width: calc(100% + 150px);
	bottom: 0;
	background: #fff;
}

.resources-search-input {
	margin-top: -10px;
}

.search-block-input.resources-search-input input::-webkit-input-placeholder {
	color: #8e8e8e;
}
.search-block-input.resources-search-input input::-moz-placeholder {
	color: #8e8e8e;
}
.search-block-input.resources-search-input input:-ms-input-placeholder {
	color: #8e8e8e;
}
.search-block-input.resources-search-input input:-moz-placeholder {
	color: #8e8e8e;
}

.contact-section {
	position: relative;
	z-index: 10;
}

.contact-form-hold {
	margin-top: -115px;
	background: #fff;
	padding: 64px 105px 100px;
	margin-bottom: 135px;
	-webkit-box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
	-moz-box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
	box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
}

.intro-contact .intro-reg-hold {
	margin: 0 auto;
}

.intro-reg.intro-contact {
	padding-bottom: 120px;
}

.contact-form-title {
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 58px;
}

.contact-form-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.contact-form-element {
	width: 100%;
	margin-bottom: 20px;
}
.contact-form-element.contact-form-element-sm {
	width: calc(50% - 11px)
}

.contact-form-element input,
.contact-form-element input:focus {
	width: 100%;
	height: 70px;
	outline: none;
	box-shadow: none;
	margin: 0;
	border: solid 1px #d8d8d8;
	background: #ffffff;
	padding: 2px 30px;
	color: #172134;
	font-size: 14px;
}
.contact-form-element textarea,
.contact-form-element textarea:focus {
	width: 100%;
	height: 140px;
	outline: none;
	box-shadow: none;
	margin: 0;
	border: solid 1px #d8d8d8;
	background: #ffffff;
	padding: 25px 30px;
	color: #172134;
	font-size: 14px;
	resize: none;
}
.contact-form-element select,
.contact-form-element select:focus {
	width: 100%;
	height: 70px;
	outline: none;
	box-shadow: none;
	margin: 0;
	border: solid 1px #d8d8d8;
	background: #ffffff url(../img/dropdown.svg) no-repeat right 30px center;
	padding: 2px 30px;
	color: #172134;
	font-size: 14px;
	-webkit-appearance: none;
    -moz-appearance: none;
}

.contact-form-element input::-webkit-input-placeholder {
	 color: #172134;
	 opacity: 0.75;
}
.contact-form-element input::-moz-placeholder {
	 color: #172134;
	 opacity: 0.75;
}
.contact-form-element input:-ms-input-placeholder {
	 color: #172134;
	 opacity: 0.75;
}
.contact-form-element input:-moz-placeholder {
	 color: #172134;
	 opacity: 0.75;
}

.contact-form-submit {
	width: 100%;
	margin-top: 45px;
}

.contacts-list {
	width: 115%;
	margin-bottom: 55px;
}

.contacts-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.contacts-list ul li {
	min-width: 44%;
	width: 44%;
	margin-bottom: 60px;
}

.contacts-list ul li .title-36 {
	margin-bottom: 20px;
}

.contact-list-email {
	margin-bottom: 22px;
}

.contact-list-email a {
	padding-left: 55px;
	display: inline-block;
	color: #ba0c2f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	position: relative;
	text-decoration: none;
	transition: 0.2s;
}
.contact-list-email a:hover {
	color: #990926;
}
.contact-list-email a:before {
	content: '';
	position: absolute;
	width: 26px;
	height: 16px;
	left: 0;
	top: 5px;
	background: url(../img/icon-mail.svg) no-repeat center center;
}

.contact-list-phone {
	padding-left: 55px;
	position: relative;
	font-size: 16px;
	line-height: 1.75;
}
.contact-list-phone a {
	color: #000;
	text-decoration: none;
	transition: 0.2s;
}

.contact-list-phone a:hover {
	color: #ba0c2f;
}

.contact-list-phone:before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	left: 3px;
	top: 0px;
	background: url(../img/icon-phone.svg) no-repeat center center;
}

.other-contacts-section .title-32 {
	margin-bottom: 46px;
}

.other-contacts-list ul li .reg-item-title {
	margin-bottom: 14px;
}

.oc-details {
	font-size: 14px;
  	line-height: 1.7;
	padding-bottom: 48px;
}

.oc-details a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
	transition: 0.2s;
}

.oc-details a:hover {
	color: #ba0c2f;
}

.other-contacts-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.other-contacts-list ul li {
	width: 21.75%;
	min-width: 21.75%;
	margin-right: 4.333%;
	margin-bottom: 77px;
	position: relative;
}
.other-contacts-list ul li:nth-child(4n) {
	margin-right: 0%;
}

.oc-map {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
}

.other-contacts-list.has-border {
	padding-bottom: 33px;
	margin-bottom: 115px;
	border-bottom: 1px solid #D8D8D8;
}

.other-contacts-section {
	padding: 112px 0 36px;
}

.sec-nav-section {
	padding: 32px 0;
	-webkit-box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
	-moz-box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
	box-shadow: 0px 25px 75px rgba(14,22,37,0.15);
}

.sec-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sec-nav ul li {
	margin-right: 88px;
}
.sec-nav ul li:last-child {
	margin-right: 0px;
}

.sec-nav ul li a {
	color: #6D6D6D;
	font-size: 18px;
	text-decoration: none;
	transition: 0.2s;
}

.sec-nav ul li a:hover {
	color: #ba0c2f;
}

.sec-nav ul li.current-menu-item a {
	color: #ba0c2f;
	font-weight: 700;
}

.content-over-image-hold {
	padding: 125px 0;
	position: relative;
}

.content-over-image-img {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	width: 83%;
}

.content-over-image-box {
	position: relative;
	z-index: 5;
	background: #000;
	max-width: 700px;
	padding: 100px 135px 100px 105px;
}
.content-over-image-box .title-32 {
	color: #fff;
	margin-bottom: 20px;
}

.content-over-image-box .text-18 {
	color: #fff;
}

.content-over-image-section {
	margin: 130px 0;
}

.company-about-section .section-top {
	margin-bottom: 124px;
}

.stats-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stats-left {
	width: 42%;
	position: relative;
	z-index: 10;
	background: #fff;
	padding: 110px 50px 150px 105px;
}
.stats-right {
	width: 58%;
}

.stats-list-hold {
	background: #000;
	margin-left: -105px;
	width: calc(100% + 105px);
	padding: 128px 14% 70px 30%;
}

.stats-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.stats-list ul li {
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	width: 45%;
	min-width: 45%;
	margin-right: 10%;
	margin-bottom: 50px;
}

.stats-list ul li:nth-child(2n) {
	margin-right: 0%;
}

.stats-list ul li h2 {
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 11px;
}
.stats-list ul li h2 span {
	display: inline-block;
	min-width: 190px;
	border-bottom: 1px solid #fff;
}

.stats-section {
	margin-bottom: 130px;
}

.features-list.features-list-three ul li {
	width: 28%;
	min-width: 28%;
	margin-right: 8%;
}
.features-list.features-list-three ul li:nth-child(4n) {
	margin-right: 8%;
}
.features-list.features-list-three ul li:nth-child(3n) {
	margin-right: 0%;
}

.benefits-section-grey.has-margin {
	margin-bottom: 130px;
}

.leadership-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

	.leadership-list ul li {
		/* 5/row */
		/*width: 20%;
		min-width: 20%;*/
		width: 30%;
		min-width: 30%;
		padding: 0 20px;
		margin-bottom: 60px;
		text-align: center;
	}

.leadership-item-image {
	display: inline-block;
	width: 139px;
	height: 139px;
	border-radius: 50%;
	overflow: hidden;
}

.leadership-item-image-hold {
	margin-bottom: 35px;
}

.leadership-item-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	margin-bottom: 7px;
}

.leadership-item-position {
	font-size: 14px;
}

.leadership-section {
	margin-bottom: 65px;
}

.award-logo {
	height: 200px;
	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;
	margin-bottom: 22px;
}

.award-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
  
}

.logos-carousel-item .award-logo img {
	max-width: 200px;
	max-height: 200px;
	opacity: 1;
}

.awards-section {
	margin-bottom: 125px;
}

.news-archive-wrapper {
	padding: 108px 0 130px;
}

.news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 100px;
	margin-bottom: 100px;
	border-bottom: 1px solid #D8D8D8;
}
.news-item:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.news-item-left {
	width: 36%;
}
.news-item-right {
	width: 64%;
	padding-left: 12%;
}

.news-item-image {
	display: block;
	padding-bottom: 64%;
}

.news-item-info {
	margin-bottom: 30px;
}
.news-item-info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.news-item-info ul li {
	font-size: 12px;
	color: #2e3449;
	font-weight: 500;
}
.news-item-info ul li:after {
	content: '|';
	color: #B0B0B0;
	margin: 0 15px;
}
.news-item-info ul li:last-child:after {
	display: none;
}
.news-item-info ul li a {
	color: #BA0C2F;
	text-decoration: none;
}
.news-item-info ul li a:hover {
	text-decoration: underline;
}

.news-item .text-16 {
	color: #6D6D6D;
	margin-bottom: 30px;
	max-width: 500px;
}

.resource-featured.news-featured {
	margin-bottom: 77px;
}

.news-archive-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-bottom: 78px;
}
.news-archive-filter span {
	font-size: 14px;
	font-weight: 300;
	margin-right: 8px;
	line-height: 1.2;
}
.news-archive-filter select,
.news-archive-filter select:focus {
	font-size: 15px;
	font-weight: 700;
	border: none;
	outline: none;
	box-shadow: none;
	margin: 0;
	margin-right: 25px;
	padding-right: 15px;
	border-bottom: 2px solid #e7e7e7;
	background: url(../img/dropdown.svg) no-repeat right center;
	-webkit-appearance: none;
	appearance: none;
}

.btn-grey, 
.btn-grey:focus, 
.btn-grey:active {
    display: inline-block;
    border: none;
    outline: none;
    line-height: 1.5;
    min-width: 124px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #f0f0f0;
    padding: 9px 30px;
    letter-spacing: 0.1px;
    transition: 0.2s;
}
.btn-grey:hover {
    color: #000;
    background: #d6d6d6;
}

.news-featured-image {
	display: block;
	padding-bottom: 57%;
}

.news-featured .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-item .title-26 {
    margin-bottom: 22px;
}

.news-single-content-section {
	padding: 106px 0 10px;
}

.news-single-top {
	padding-bottom: 74px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 76px;
}
.news-single-top > *:last-child {
	margin-bottom: 0;
}
.news-single-top .text-16 {
	color: #6d6d6d;
	margin-bottom: 30px;
}
.news-single-top .news-item-info ul li {
	font-size: 16px;
}

.title-20 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.28px;
	margin-bottom: 34px;
}

.news-single-entry {
	margin-bottom: 95px;
}

.news-single-entry.entry p img {
    margin-bottom: 44px;
}

.events-page-section {
	padding: 110px 0 70px;
}

.events-list-image {
	padding-bottom: 59%;	
}

.events-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

.events-list ul li {
	width: calc(33.333% - 16px);
	min-width: calc(33.333% - 16px);
	margin-right: 24px;
	margin-bottom: 60px;
}

.events-list ul li:nth-child(3n) {
	margin-right: 0px;
}

.events-list ul li a {
	text-decoration: none;
	display: block;
	min-height: 100%;
	position: relative;
	-webkit-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
	-moz-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
	box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
}

.events-list ul li a:after {
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #000;
	background-image: url(../img/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5;
	transition: 0.2s;
}
.events-list ul li a:hover:after {
	background-color: #ba0c2f;
}

.events-list-content {
	padding: 40px 48px 95px;
}

.events-list-location {
	color: #8e8e8e;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 10px;
}

.events-list-date {
	color: #ba0c2f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 25px;
}

.events-list ul li a .title-26 {
	color: #000;
}

.events-list ul li a .events-list-content > *:last-child {
	margin-bottom: 0;
}

.open-positions-links {
	margin-top: 30px;
}

.open-positions-links ul li {
	margin-bottom: 15px;
}

.open-positions-links ul li:last-child {
	margin-bottom: 0px;
}

.open-positions-links ul li a {
	text-decoration: none;
	color: #ba0c2f;
	font-size: 14px;
}

.open-positions-links ul li a:hover {
	color: #990926;
}

.page-top-introduction-section {
	padding-top: 110px;
	margin-bottom: 125px;
}

.careers-image-text-combo-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
    padding-right: 8%;
}
.careers-image-text-combo-section .itc-button {
    margin-top: 35px;
}

.careers-image-text-combo-section {
	padding-bottom: 30px;
}

.page-top-introduction-section .title-36 {
	margin-bottom: 28px;
}

.text-18 p {
	margin-bottom: 25px;
}

.text-18 p:last-child {
	margin-bottom: 0px;
}

.image-content-sr .check-list ul li {
	margin-bottom: 26px;
}
.image-content-sr .ic-content {
	padding-right: 10%;
}

.sr-image-text-combo-section {
	padding-bottom: 30px;
}

.sr-image-text-combo-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
    padding-left: 12%;
    padding-right: 7%;
}

.sr-image-text-combo-section .itc-button {
    margin-top: 32px;
}

.login-hold {
	position: relative;
}

.subnav-login-hold {
	position: absolute;
	padding-top: 20px;
	top: 100%;
	left: -50px;
	opacity: 0;
	visibility: hidden;
}

.login-hold:hover .subnav-login-hold {
	opacity: 1;
	visibility: visible;
}

.subnav-sm-nav {
	padding: 50px 50px;
	background: #fff;
}

	.subnav-sm-nav ul li {
		margin-bottom: 10px;
	}

		.subnav-sm-nav ul li:last-child {
			margin-bottom: 0px;
		}

		.subnav-sm-nav ul li a {
			font-size: 14px;
			font-weight: 500;
			line-height: 1.8;
			display: block;
			white-space: nowrap;
			text-decoration: none;
			color: #000;
			transition: 0.2s;
		}

			.subnav-sm-nav ul li a:hover {
				color: #BA0C2F;
			}

.langs-hold {
	position: relative;
}

.subnav-langs-hold {
	position: absolute;
	padding-top: 20px;
	top: 100%;
	left: -40px;
	opacity: 0;
	visibility: hidden;
}

.langs-hold:hover .subnav-langs-hold {
	opacity: 1;
	visibility: visible;
}

.subnav-langs-hold .subnav-sm-nav {
	padding: 50px 40px 45px;
}

.subnav-alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	width: calc(100% - 35px);
	box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
	padding: 12px 90px 12px 25px;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: -0.2px;
	min-height: 82px;
	margin-top: 10px;
	position: relative;
}


	.subnav-alert a {
		position: absolute;
		right: 15px;
		top: 11px;
		bottom: 11px;
		height: calc(100% - 22px);
		width: 60px;
		background: #ba0c2f url(../img/arrow-right-white.svg) no-repeat center center;
	}

.subnav-simple-links.subnav-simple-link-underline ul li a {
	display: inline-block;
	/*border-bottom: 1px solid #fff;*/
	line-height: 28px;
}

.btn-mob-login,
.btn-mob-login:focus,
.btn-mob-login:active {
	display: inline-block;
	text-decoration: none;
	outline: none;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	color: #000;
	padding-right: 18px;
}

	.btn-mob-login:hover {
		color: #000;
	}

	.btn-mob-login:after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		border-top: 4px solid #000;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
	}

	.btn-mob-login.active:after {
		border-top: 0px solid transparent;
		border-bottom: 4px solid #000;
	}

.btn-langs.active:after {
	border-top: 0px solid transparent;
	border-bottom: 4px solid #000;
}

.mob-sec-nav ul li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

.mob-sec-nav {
	display: none;
	padding-bottom: 30px;
}


@media screen and (max-width: 1450px) {
	.subnav-langs-hold {
		left: auto;
		right: -20px;
	}
	.subnav.subnav-type-2 {
		left: -100px;
	}
	.ic-image-hold {
		width: 100%;
		margin-left: 0;
	}
	.lines-wrapper > span.lines-wrapper-1 {
		left: 25%;
		transform: translate(0);
	}
	.lines-wrapper > span.lines-wrapper-3 {
		left: 75%;
		transform: translate(0);
	}

	.cs-acc-image-hold {
		width: calc(100% + (100vw - 1030px) / 2);
	}
}

@media screen and (max-width: 1366px) {
	.sr-image-text-combo-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 11%;
		padding-right: 6%;
	}
	.key-features-section .itc-content-hold {
		padding-right: 10%;
	}
	.key-features-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-right: 6%;
	}
	.image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 12%;
	}
	.itc-content-hold {
		padding-left: 7%;
		padding-right: 10%;
	}
	.search-block-close {
		top: 30px;
		right: 30px;
	}
}

@media screen and (max-width: 1300px) {
	.products-carousel .owl-nav {
		padding-right: 20px;
	}
	.products-carousel-width {
		width: calc(100% + 30px);
	}
	.solutions-carousel-hold {
		width: calc(100% + 30px);
	}
	.ih-carousel.owl-carousel .owl-nav button.owl-prev {
		right: 140px;
	}
	.ih-carousel.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.ih-counter {
		right: 69px;
	}
}

@media screen and (max-width: 1280px) {
	.sr-image-text-combo-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 8%;
		padding-right: 6%;
	}
	.contact-form-element input, .contact-form-element input:focus {
		height: 60px;
	}
	.contact-form-element select, .contact-form-element select:focus {
		height: 60px;
	}
	.resources-search-input {
		margin-top: 0px;
	}
	.resources-search .container:before {
		content: '';
		position: absolute;
		top: -70px;
		left: 0px;
		right: 0px;
		width: calc(100% + 0px);
		bottom: 0;
		background: #fff;
	}
	.device-introduction-section {
		padding: 60px 0 95px;
	}
	.pagination {
		margin-top: 90px;
	}
	.search-page-wrapper {
		padding: 100px 0 120px;
	}
	.key-features-section .section-top {
		margin-bottom: 90px;
	}
	.itc-content-hold {
		padding-left: 6%;
		padding-right: 8%;
	}
	.image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 9%;
	}
	.nav > ul > li {
		margin-right: 30px;
	}
	.header-right > ul > li {
		margin-left: 24px;
	}
	.subnav.subnav-type-2 {
		left: -180px;
	}
}

@media screen and (max-width: 1199px) {
	.subnav-langs-hold {
		right: -10px;
	}
	.sr-image-text-combo-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 30px;
		padding-right: 30px;
	}
	.open-positions-links {
		margin-top: 20px;
	}
	.open-positions-links ul li {
		margin-bottom: 8px;
	}
	.page-top-introduction-section {
		margin-bottom: 110px;
	}
	.news-archive-wrapper {
		padding: 100px 0 110px;
	}
	.news-item .text-16 {
		display: none;
	}
	.news-item {
		padding-bottom: 80px;
		margin-bottom: 80px;
	}
	.news-item-info {
		margin-bottom: 20px;
	}
	.news-item-right {
		padding-left: 5%;
	}
	.leadership-item-image-hold {
		margin-bottom: 25px;
	}
	.leadership-section {
		margin-bottom: 50px;
	}
	.awards-section {
		margin-bottom: 110px;
	}
	.leadership-list ul li {
		width: 33%;
		min-width: 33%;
	}
	.benefits-section-grey.has-margin {
		margin-bottom: 100px;
	}
	.company-about-section .section-top {
		margin-bottom: 110px;
	}
	.stats-list-hold {
		margin-left: -80px;
		width: calc(100% + 80px);
		padding: 120px 12% 70px 28%;
	}
	.stats-left {
		padding: 80px 50px 80px 50px;
	}
	.stats-list ul li h2 span {
		min-width: 150px;
	}
	.stats-list ul li h2 {
		font-size: 40px;
	}
	.content-over-image-box {
		max-width: 550px;
		padding: 60px 60px;
	}
	.content-over-image-section {
		margin: 100px 0;
	}
	.other-contacts-section {
		padding: 90px 0 36px;
	}
	.other-contacts-list.has-border {
		margin-bottom: 100px;
	}
	.other-contacts-list ul li {
		margin-bottom: 65px;
	}
	.oc-details {
		font-size: 13px;
		padding-bottom: 40px;
	}
	.contacts-list {
		width: 110%;
	}
	.row > .resources-right {
		padding-left: 4.6%;
	}
	.resources-search-input {
		margin-top: 50px;
	}
	.resources-search .container:before {
		display: none;
	}
	.hs-list ul li {
		width: calc(33.333% - 14px);
    	min-width: calc(33.333% - 14px);
		margin-right: 21px;
		margin-bottom: 20px;
	}
	.hardware-solutions-section {
		padding: 40px 0 90px;
	}
	.search-block-close {
		top: 20px;
		right: 20px;
	}
	.search-block {
		top: 100px;
		padding: 70px 0 80px;
	}
	.subnav-type-1-grid {
		min-width: 500px;
	}
	.subnav-type-1-right-hold {
		padding: 50px 10px 30px 40px;
		min-height: 100%;
	}
	.subnav-type-1-left ul li a img {
		left: 32px;
	}
	.subnav-type-1-left ul li a {
		padding-left: 100px;
		min-width: 270px;
	}
	.subnav-type-1-left {
		padding: 50px 0 60px;
	}
	.subnav {
		left: -20px;
	}
	.subnav-type-2-reg-nav {
		min-width: 180px;
	}
	.subnav-buttons {
		margin-right: 20px;
	}
	.subnav-type-2-grid-column:first-child {
		margin-right: 30px;
	}
	.subnav-post-item {
		min-width: 228px;
	}
	.subnav-type-2 {
		padding: 30px 25px;
		min-height: 420px;
	}
	.subnav.subnav-type-2 {
		left: -200px;
	}
	.red-quote-hold {
		width: calc(100% + 80px);
	}
	.testimonials-section + .text-section {
		margin-top: -30px;
	}
	.c-resources-section .section-top {
		margin-bottom: 80px;
	}
	.image-text-combo-section.key-features-section {
		margin-top: 120px;
		margin-bottom: 140px;
	}
	.itc-content-icon {
		margin-bottom: 20px;
	}
	.key-features-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-right: 30px;
	}
	.key-features-section .itc-content-hold {
		padding-right: 30px;
	}
	.secondary-list ul li a {
		padding-bottom: 85px;
	}
	.secondary-list-title {
		font-size: 20px;
	}
	.secondary-list-image {
		margin-bottom: 30px;
	}
	.benefits-list-v2 .feature-title {
		padding-left: 60px;
	}
	.benefits-list-v2 ul li {
		width: 30%;
		min-width: 30%;
		margin-right: 5%;
		margin-bottom: 70px;
	}
	.benefits-section-grey {
		padding: 110px 0 30px;
	}
	.faq-section {
		padding: 120px 0px;
	}
	.image-content-section {
		margin-bottom: 120px;
	}
	.ce-list ul li {
		font-size: 14px;
	}
	.ce-list {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.products-section {
		padding: 120px 0 80px;
		margin-bottom: 120px;
	}
	.ic-content {
		padding: 0px 10%;
	}
	.ic-content-hold {
		min-height: 500px;
		padding: 110px 0%;
	}
	.features-section {
		padding: 90px 0 50px;
	}
	.benefits-section {
		margin-bottom: 30px;
	}
	.benefits-list ul li {
		margin-bottom: 90px;
	}
	.benefits-list {
		width: calc(100% + 20%);
	}
	.bbtm-carousel-item-video a {
		padding-bottom: 75%;
	}
	.bbtm-carousel-item-image {
		padding-bottom: 75%;
	}
	.home-resources-section {
		margin-bottom: 120px;
	}
	.image-text-combo-item {
		margin-bottom: 80px;
	}
	.itc-content-hold {
		padding-left: 30px;
		padding-right: 30px;
	}
	.image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 30px;
		padding-right: 30px;
	}
	.image-title-list-section {
		margin-bottom: 70px;
	}
	.black-box-text-media-section {
		padding: 80px 0;
		margin-bottom: 120px;
	}
	.bbtm-carousel-item-left {
		padding-right: 6%;
		padding-left: 0;
	}
	.testimonials-section {
		margin-bottom: 130px;
	}
	.logos-section {
		margin-bottom: 120px;
	}
	.case-studies-section {
		padding-top: 120px;
		margin-bottom: 100px;
	}
	.title-30 {
		font-size: 28px;
	}
	.resources-carousel .owl-nav {
		margin-top: 50px;
	}
	footer {
		padding: 60px 0 0;
	}
	.footer-top-hold {
		padding-bottom: 50px;
		margin-bottom: 60px;
	}
	.footer-middle-hold {
		margin-bottom: 80px;
	}
	.resources-carousel.owl-carousel .owl-nav button.owl-next, 
	.resources-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 70px;
		height: 70px;
	}
	.col-12.resource-featured-image-hold {
		padding-right: 40px;
	}
	.col-12.resource-featured-content-hold {
		padding-left: 0;
		padding-right: 0;
	}
	.a-item-button {
		padding: 0 30px;
	}
	.reg-item-content {
		padding: 44px 30px 95px;
	}
	.testimonial-item-right-top {
		margin-bottom: 38px;
		padding-left: 46px;
	}
	.testimonial-item-text-hold {
		font-size: 20px;
	}
	.testimonial-item-right {
		min-width: calc(100% - 300px);
		width: calc(100% - 300px);
	}
	.testimonial-item-image {
		min-height: 444px;
	}
	.testimonial-item-left {
		min-width: 300px;
		width: 300px;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.owl-next {
		right: -70px;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
		left: -70px;
	}
	.testimonials-hold {
		padding: 0 50px;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.owl-next, 
	.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 70px;
		height: 70px;
		top: calc(444px - 70px);
	}
	.solutions-carousel.owl-carousel .owl-nav button.owl-next, 
	.solutions-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 70px;
		height: 70px;
	}
	.solutions-carousel .owl-nav {
		margin-top: 50px;
		padding-right: 0;
	}
	.solutions-carousel-hold {
		width: calc(100% + 20px);
	}
	.solutions-carousel-item-content {
		padding: 0 56px;
	}
	.solutions-carousel-item {
		width: 400px;
	}
	.solutions-section .section-top {
		margin-bottom: 60px;
	}
	.home-about-box-title {
		font-size: 40px;
	}
	.home-about-box-nr-xl {
		font-size: 100px;
		letter-spacing: -0.6px;
		margin-right: -48px;
		margin-bottom: -46px;
	}
	.home-about-box-nr-lg {
		font-size: 70px;
		letter-spacing: -0.4px;
		margin-right: -43px;
		margin-bottom: -40px;
	}
	.home-about-box-nr-lg span {
		top: -10px;
	}
	.home-about-box-main {
		padding-left: 20px;
		padding-top: 0px;
	}
	.home-about-box {
		height: 256px;
	}
	header {
		padding: 25px 0;
	}
	.nav > ul > li.menu-item-has-children > a {
		padding-right: 14px;
	}
	.header-right .btn-transparent-white, 
	.header-right .btn-transparent-white:focus, 
	.header-right .btn-transparent-white:active {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 11px;
	}

	.header-right .btn-triangle, 
	.header-right .btn-triangle:focus, 
	.header-right .btn-triangle:active {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.nav > ul > li {
		margin-right: 20px;
	}
	.nav > ul > li > a {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.header-right > ul > li {
		margin-left: 18px;
	}
	.nav {
		padding-left: 30px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.products-carousel.owl-carousel .owl-nav button.owl-next, .products-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 70px;
		height: 70px;
	}
	.row .cs-values-right {
		padding-left: 6%;
	}
	.cs-acc-content .text-14 {
		margin-bottom: 20px;
	}
	.cs-acc-content {
		padding-bottom: 30px;
	}
	.c-resources-list ul li {
		width: 28%;
		margin-right: 8%;
		margin-bottom: 100px;
	}
	.sidebar-filter-block {
		margin-bottom: 70px;
	}
	.content-over-image-hold {
		padding: 100px 0;
	}
	.stats-section {
		margin-bottom: 110px;
	}
}

@media screen and (max-width: 1100px) {
	.cs-acc-image-hold {
		width: calc(100% + 20px);
	}
	.events-list-content {
		padding: 40px 36px 80px;
	}
}

@media screen and (min-width: 992px) {
	.mob-nav-hold {
		display: none !important;
	}
}


@media screen and (max-width: 991px) {
	.image-content-sr .check-list ul li {
		margin-bottom: 20px;
	}
	.sr-image-text-combo-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 20px;
		padding-right: 20px;
	}
	.careers-image-text-combo-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-right: 20px;
	}
	.events-list ul li {
		width: calc(50% - 12px);
		min-width: calc(50% - 12px);
	}
	.events-list ul li:nth-child(3n) {
		margin-right: 24px;
	}
	.events-list ul li:nth-child(2n) {
		margin-right: 0px;
	}
	.news-featured .col-12.resource-featured-image-hold {
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.stats-list-hold {
		margin-left: -60px;
		width: calc(100% + 60px);
	}
	.stats-list ul li h2 span {
		min-width: 130px;
	}
	.stats-list ul li h2 {
		font-size: 34px;
	}
	.stats-left {
		padding: 80px 30px 80px 10px;
	}
	.content-over-image-img {
		width: 74%;
	}
	.content-over-image-box {
		max-width: 450px;
	}
	.sec-nav ul li {
		margin-right: 50px;
	}
	.logos-carousel-item .award-logo img {
		max-width: 120px;
		max-height: 120px;
	}
	.award-logo {
		height: 120px;
	}
	.other-contacts-list.has-border {
		margin-bottom: 80px;
		padding-bottom: 20px;
	}
	.other-contacts-list ul li {
		width: 31%;
		min-width: 31%;
		margin-right: 3.5%;
		margin-bottom: 55px;
	}
	.other-contacts-list ul li:nth-child(4n) {
		margin-right: 3.5%;
	}
	.other-contacts-list ul li:nth-child(3n) {
		margin-right: 0%;
	}
	.contacts-list ul li {
		min-width: 46%;
		width: 46%;
	}
	.contacts-list {
		width: 100%;
	}
	.contact-list-email a:before {
		top: 3px;
	}
	.contact-list-email a {
		padding-left: 40px;
		font-size: 14px;
	}
	.contact-list-phone {
		padding-left: 40px;
		font-size: 14px;
	}
	.contact-form-title {
		font-size: 16px;
		margin-bottom: 45px;
	}
	.contact-form-submit {
		margin-top: 30px;
	}
	.contact-form-hold {
		margin-top: -100px;
		padding: 60px 60px 80px;
		margin-bottom: 110px;
	}
	.pagination ul li {
		margin-right: 15px;
	}
	.pagination .current {
		width: 45px;
		height: 45px;
	}
	.pagination ul li a.page-numbers {
		width: 45px;
		height: 45px;
	}
	.row > .resources-left {
		padding-right: 5%;
	}
	.sidebar-filter-list ul li label:before, 
	.sidebar-filter-list ul li label:after {
		top: 1px;
	}
	.sidebar-filter-list ul li label {
		font-size: 16px;
	}
	.row > .resources-right {
		padding-left: 0;
	}
	.hardware-solutions-section .title-36 {
		margin-bottom: 24px;
	}	
	.hs-list-image {
		padding-bottom: 80%;
	}
	.hs-list-image img {
		max-height: 66%;
		max-width: 76%;
	}
	.hs-list ul li .reg-item-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hs-list ul li .a-item-button {
		padding: 0 20px;
	}
	.check-list {
		margin-bottom: 50px;
	}
	.check-list ul li {
		margin-bottom: 20px;
	}
	.red-quote-author {
		font-size: 20px;
	}
	.red-quote-text {
		font-size: 20px;
	}
	.red-quote-hold {
		width: 100%;
	}
	.c-resources-list ul li {
		padding-bottom: 78px;
	}
	.cs-acc-content {
		padding-right: 18%;
	}
	.cs-acc-title {
		padding: 22px 0;
	}
	.key-features-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-right: 20px;
	}
	.key-features-section .itc-content-hold {
		padding-right: 20px;
	}
	.title-24 {
		font-size: 20px;
	}
	.key-features-section .section-top {
		margin-bottom: 70px;
	}
	.text-16 {
		font-size: 14px;
	}
	.secondary-list-title {
		font-size: 18px;
	}
	.secondary-list ul li {
		width: calc(33.333% - 16px);
		min-width: calc(33.333% - 16px);
		margin-right: 24px;
	}
	.benefits-list-v2 ul li {
		width: 46%;
		min-width: 46%;
		margin-right: 8%;
	}	
	.benefits-list-v2 ul li:nth-child(3n) {
		margin-right: 8%;
	}
	.benefits-list-v2 ul li:nth-child(2n) {
		margin-right: 0%;
	}
	.products-carousel .owl-nav {
		padding-right: 10px;
	}
	.products-carousel-width {
		width: calc(100% + 20px);
	}
	.product-bottom {
		bottom: 40px;
		padding: 0 25px;
	}
	.products-carousel-item a {
		padding: 50px 25px;
	}
	.products-carousel-item {
		width: 340px;
	}
	.custom-accordion-content {
		font-size: 16px;
	}
	.ic-content-hold {
		padding: 90px 0%;
	}
	.ce-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.features-section {
		padding: 90px 0 70px;
	}
	.features-list ul li {
		width: calc(33.333% - 14px);
		min-width: calc(33.333% - 14px);
		margin-right: 21px;
		margin-bottom: 40px;
	}
	.features-list ul li:nth-child(4n) {
		margin-right: 21px;
	}
	.features-list ul li:nth-child(3n) {
		margin-right: 0px;
	}
	.benefits-section {
		margin-bottom: 50px;
	}
	.benefits-list ul li {
		margin-bottom: 70px;
	}
	.benefits-list.has-offset ul li:first-child {
		margin-left: 0;
	}
	.benefits-list.has-offset ul li:nth-child(2n) {
		margin-right: 0%;
	}
	.benefits-list.has-offset ul li:nth-child(2n+1) {
		margin-right: 10%;
	}
	.benefits-list {
		width: 100%;
		margin-left: 0%;
	}
	
	.row .benefits-left {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.itc-content-hold {
		padding-left: 20px;
		padding-right: 20px;
	}
	.image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 20px;
		padding-right: 20px;
	}
	.image-text-combo-item .text-18 {
		margin-bottom: 20px;
	}
	.title-26 {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.itc-image {
		padding-bottom: 66%;
	}
	.itl-info-hold {
		padding: 10px 12%;
	}
	.itl-info-title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.itl-title {
		min-height: 100px;
		font-size: 18px;
	}
	.itl-info-text {
		font-size: 16px;
	}
	.image-title-list ul li {
		width: calc(33.333% - 14px);
		min-width: calc(33.333% - 14px);
		margin-right: 21px;
	}
	.black-box-text-media-section:before {
		bottom: auto;
		height: 75%;
		width: 100%;
		right: 0;
	}
	.black-box-text-media-section {
		padding: 80px 0 0;
	}
	.bbtm-carousel-item-video a {
		padding-bottom: 67%;
	}
	.bbtm-carousel-item-image {
		padding-bottom: 67%;
	}
	.bbtm-carousel-item-right {
		width: 100%;
	}
	.bbtm-carousel-item-left {
		padding-right: 20%;
		width: 100%;
		margin-bottom: 40px;
	}
	.bbtm-carousel-item {
		display: block;
	}
	.title-50 {
		font-size: 40px;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
		margin-right: 17px;
	}
	.title-32 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.footer-top ul li {
		margin-right: 25px;
	}
	.section-top {
		margin-bottom: 60px;
	}
	.a-item-button {
		padding: 0 20px;
		bottom: 30px;
	}
	.reg-item-content {
		padding: 30px 20px 70px;
	}
	.testimonial-item-logo {
		margin-left: 25px;
	}
	.testimonial-item-text-hold {
		padding: 20px 40px 0px 35px;
	}
	.testimonial-item-right-top {
		padding-left: 30px;
	}
	.testimonial-item-text {
		padding: 40px 0;
		padding-left: 30px;
	}
	.testimonial-item-text:before {
		font-size: 70px;
		letter-spacing: -0.3px;
	}
	.testimonial-item-text:after {
		font-size: 70px;
		letter-spacing: -0.3px;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.owl-next {
		right: auto;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
		left: auto;
	}
	.testimonials-carousel .owl-nav {
		margin-top: 40px;
		text-align: right;
	}
	.testimonials-section .container {
		padding: 0;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.owl-next, 
	.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
		top: auto;
		position: relative;
	}
	.testimonials-hold {
		padding: 0 0px;
	}
	.home-about-box-main {
		padding-right: 20px;
		margin-top: -30px;
	}
	.solutions-carousel-item:hover .solutions-carousel-item-icon {
		transform: translate(0px, 0px);
	}
	.solutions-carousel-item-icon {
		top: 40px;
		left: 30px;
	}
	.solutions-carousel-item-content {
		padding: 0 30px;
		bottom: 30px;
	}
	.solutions-carousel-item {
		width: 300px;
	}
	.home-about-box-nr-xl {
		font-size: 70px;
		letter-spacing: -0.4px;
		margin-right: -29px;
		margin-bottom: -30px;
	}
	.home-about-box-nr-lg {
		font-size: 50px;
		letter-spacing: -0.3px;
		margin-right: -26px;
		margin-bottom: -26px;
	}
	.home-about-box-nr-lg span {
		top: -7px;
	}
	.nav {
		display: none;
	}
	.title-65 {
		font-size: 54px;
	}
	.title-36 {
		font-size: 30px;
		padding-top: 22px;
	}
	.home-about-box {
		height: 200px;
	}
	.home-about-box-content {
		bottom: 20px;
		padding: 0 25px;
	}
	.text-18 {
		font-size: 16px;
	}
	.solutions-carousel-item a {
		top: 0px;
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.resource-featured .label-text {
		margin-top: 19px;
	}
	.image-content-sr .ic-content {
		padding-right: 25px;
	}
	.sr-image-text-combo-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 25px;
		padding-right: 25px;
	}
	.careers-image-text-combo-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-right: 25px;
	}
	.page-top-introduction-section {
		margin-bottom: 80px;
		padding-top: 70px;
	}
	.events-list-date {
		font-size: 14px;
		margin-bottom: 18px;
	}
	.events-list-location {
		font-size: 14px;
	}
	.events-list-content {
		padding: 30px 25px 70px;
	}
	.events-page-section {
		padding: 70px 0 50px;
	}
	.entry h4:not(:first-child) {
		margin-top: 60px;
	}
	.entry h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.news-single-entry {
		margin-bottom: 80px;
	}
	.title-20 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.news-single-content-section {
		padding: 70px 0 0px;
	}
	.news-archive-filter {
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin-bottom: 40px;
	}
	.news-archive-filter select, .news-archive-filter select:focus {
		margin-right: 20px;
	}
	.news-item-right {
		padding-left: 0%;
		width: 100%;
	}
	.news-item-left {
		width: 100%;
		margin-bottom: 20px;
	}	
	.news-item {
		display: block;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.news-item-info {
		margin-bottom: 15px;
	}
	.news-featured .col-12.resource-featured-image-hold {
		margin-bottom: 20px;
	}
	.news-archive-wrapper {
		padding: 70px 0 80px;
	}
	.sec-nav-section {
		padding: 20px 0;
	}
	.sec-nav ul li:last-child {
		padding-right: 25px;
	}
	.sec-nav ul li {
		margin-right: 15px;
	}
	.sec-nav {
		overflow: auto;
		margin-left: -25px;
    	width: calc(100% + 50px);
	}
	.sec-nav ul {
		padding: 10px 25px;
	}
	.sec-nav ul li a {
		font-size: 14px;
		white-space: nowrap;
	}
	.awards-section {
		margin-bottom: 80px;
	}
	.award-logo {
		height: 100px;
	}
	.logos-carousel-item .award-logo img {
		max-width: 100px;
		max-height: 100px;
	}
	.leadership-section {
		margin-bottom: 30px;
	}
	.leadership-item-image {
		width: 120px;
		height: 120px;
	}
	.leadership-item-image-hold {
		margin-bottom: 10px;
	}
	.leadership-list ul li {
		width: 50%;
		min-width: 50%;
		padding: 0 10px;
		margin-bottom: 50px;
	}
	.benefits-section-grey.has-margin {
		margin-bottom: 80px;
	}
	.features-list.features-list-three ul li {
		width: calc(50% - 15px);
		min-width: calc(50% - 15px);
		margin-right: 30px;
	}
	.features-list.features-list-three ul li:nth-child(3n) {
		margin-right: 30px;
	}
	.features-list.features-list-three ul li:nth-child(2n) {
		margin-right: 0px;
	}
	.stats-section {
		margin-bottom: 0;
	}
	.stats-list-hold {
		margin-left: -25px;
		width: calc(100% + 50px);
		padding: 60px 25px;
	}
	.stats-right {
		width: 100%;
	}
	.stats-left {
		padding: 0px 0px 40px 0px;
		width: 100%;
	}
	.stats-hold {
		display: block;
	}
	.content-over-image-section {
		margin: 80px 0;
	}
	.content-over-image-hold {
		padding: 0;
	}
	.content-over-image-box {
		max-width: 100%;
		padding: 40px 25px;
	}
	.content-over-image-img {
		width: 100%;
		position: relative;
		padding-bottom: 100%;
	}
	.award-title {
		font-size: 16px;
	}
	.other-contacts-section .title-32 {
		margin-bottom: 30px;
	}
	.other-contacts-list.has-border {
		margin-bottom: 60px;
	}
	.other-contacts-list ul li .reg-item-title {
		margin-bottom: 8px;
	}
	.oc-details {
		padding-bottom: 32px;
	}
	.other-contacts-list ul li:nth-child(4n) {
		margin-right: 0;
	}
	.other-contacts-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0%;
		margin-bottom: 35px;
	}
	.contacts-list {
		margin-bottom: 40px;
	}
	.contacts-list ul li {
		min-width: 100%;
		width: 100%;
		margin-bottom: 50px;
	}
	.contact-form-submit {
		margin-top: 20px;
	}
	.contact-form-title {
		margin-bottom: 30px;
	}
	.contact-form-hold {
		margin-top: -60px;
		padding: 40px 25px 60px;
		margin-bottom: 90px;
	}
	.contact-form-element textarea, .contact-form-element textarea:focus {
		padding: 15px 20px;
	}
	.contact-form-element select, .contact-form-element select:focus {
		height: 50px;
		padding: 2px 20px;
		background: #ffffff url(../img/dropdown.svg) no-repeat right 15px center;
	}
	.contact-form-element input, .contact-form-element input:focus {
		height: 50px;
		padding: 2px 20px;
	}
	.contact-form-element.contact-form-element-sm {
		width: 100%;
	}
	.contact-form-element {
		margin-bottom: 15px;
	}
	.intro-reg {
		min-height: 450px;
	}
	.pagination ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.resources-right .pagination {
		margin-top: 30px;
	}
	.resource-type {
		margin-bottom: 14px;
	}
	.resource-image {
		margin-bottom: 20px;
	}
	.row > .resources-left {
		padding-right: 0%;
	}
	.resources-left {
		margin-bottom: 30px;
	}
	.sidebar-filter-block {
		margin-bottom: 25px;
	}
	.resources-content-section {
		padding: 70px 0 80px;
	}
	.device-introduction-section {
		padding: 30px 0 70px;
	}
	.headline {
		padding-top: 24px;
		font-size: 16px;
	}
	.hardware-solutions-section {
		padding: 20px 0 70px;
	}
	.hs-list {
		margin-bottom: 40px;
	}
	.hs-list-image img {
		max-height: 64%;
		max-width: 70%;
	}
	.hs-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0px;
	}
	.intro-reg.intro-search {
		min-height: 280px;
	}
	.search-page-wrapper .search-block-input {
		margin-bottom: 80px;
	}
	.search-block-input button, .search-block-input button:focus, .search-block-input button:active {
		height: 40px;
	}
	.search-block-input input, .search-block-input input:focus {
		font-size: 14px;
		height: 40px;
	}
	.label-red {
		margin-bottom: 12px;
	}
	.search-results-item {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.pagination {
		margin-top: 60px;
	}
	.search-page-wrapper {
		padding: 80px 0;
	}
	.pagination ul li {
		margin-right: 5px;
	}
	.pagination .current {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.pagination ul li a.page-numbers {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.check-list {
		margin-top: 40px;
		margin-bottom: 46px;
	}
	.black-box-text-media-section.margin-md {
		margin-bottom: 90px;
	}	
	.check-list ul li:before {
		top: -1px;
	}
	.check-list ul li {
		font-size: 14px;
	}
	.red-quote-section {
		margin-bottom: 80px;
	}
	.red-quote-author {
		font-size: 18px;
	}
	.red-quote-text {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.red-quote-hold {
		padding: 60px 20px 55px;
	}
	.entry h5 {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.testimonials-section + .text-section {
		margin-top: 0px;
	}
	.text-section {
		margin-bottom: 70px;
	}
	.entry p img {
		margin: 22px 0 44px;
	}
	.entry p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.entry h3 {
		font-size: 22px;
		margin-bottom: 24px;
	}
	.cs-acc-image-hold {
		width: 100%;
	}
	.row .cs-values-right {
		padding: 0;
	}
	.row .cs-values-left {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.products-carousel-item a:hover .label-text {
		margin-bottom: 19px;
	}
	.title-24 {
		font-size: 18px;
	}
	.image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-left: 25px;
	}
	.key-features-section .image-text-combo-item:nth-child(2n) .itc-content-hold {
		padding-right: 25px;
	}
	.key-features-section .itc-content-hold {
		padding-right: 25px;
	}
	.image-text-combo-section.key-features-section {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.key-features-section .section-top {
		margin-bottom: 36px;
	}
	.case-studies-section.black-listing-section .reg-item-content {
		padding-bottom: 110px;
	}
	.secondary-list-image {
		margin-bottom: 20px;
	}
	.secondary-list-section {
		margin-bottom: 80px;
		padding-top: 80px;
	}
	.secondary-list ul li a {
		padding-bottom: 65px;
	}
	.secondary-list ul {
		display: block;
	}
	.secondary-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.cta-section.cta-section-lg {
		padding: 100px 0;
		margin-bottom: 0px;
	}
	.cta-section.cta-section-lg + .home-resources-section {
		margin-top: 70px;
	}
	.cta-section .title-36:before {
		left: 50%;
    	transform: translateX(-50%);
	}
	.benefits-section-grey {
		padding: 70px 0 40px;
	}
	.benefits-list-v2 ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0%;
		margin-bottom: 40px;
	}	
	.benefits-list-v2 ul li:nth-child(3n) {
		margin-right: 0%;
	}
	.products-carousel .owl-nav {
		text-align: center;
		margin-top: 30px;
		padding-right: 0;
	}
	.products-carousel-item a .label-text {
		margin-bottom: 19px;
	}
	.product-text {
		font-size: 14px;
		max-height: 57px;
		height: 57px;
		margin-bottom: 24px;
	}
	.product-bottom {
		opacity: 1;
	}
	.product-image {
		margin-top: -106px;
		margin-bottom: 45px;
	}
	.products-carousel.owl-carousel .owl-nav button.owl-next, .products-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 56px;
		height: 56px;
	}
	.faq-more {
		margin-top: 30px;
	}
	.custom-accordion-content:after {
		top: -3px;
		left: 25px;
		right: 50px;
	}
	.custom-accordion-content {
		font-size: 14px;
		padding: 11px 50px 20px 25px;
	}
	.custom-accordion-item:before {
		right: 16px;
	}
	.custom-accordion-item:after {
		right: 16px;
	}
	.custom-accordion-title {
		padding: 16px 50px 16px 25px;
		font-size: 16px;
	}
	.faq-section {
		padding: 70px 0px;
	}
	.image-content-section {
		margin-bottom: 70px;
	}
	.products-section {
		padding: 70px 0;
		margin-bottom: 0px;
	}
	.ic-content {
		padding: 0px 25px;
	}
	.ic-content-hold {
		width: 100% !important;
		padding: 70px 0%;
		min-height: 1px;
	}
	.image-content-section .container {
		display: block;
	}
	.ic-image {
		width: 100% !important;
	}
	.ic-image-hold {
		padding-bottom: 100%;
	}
	.features-section .section-top {
		margin-bottom: 50px;
	}
	.features-section {
		padding: 70px 0 30px;
	}
	.features-list ul li {
		width: calc(50% - 15px);
		min-width: calc(50% - 15px);
		margin-right: 30px;
		margin-bottom: 40px;
		padding-top: 60px;
	}
	.features-list ul li:nth-child(2n) {
		margin-right: 30px;
	}
	.features-list ul li:nth-child(3n) {
		margin-right: 30px;
	}
	.features-list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.feature-title {
		font-size: 16px;
		margin-bottom: 10px
	}
	.feature-text {
		font-size: 14px;
	}
	.benefits-list.has-offset ul li:nth-child(2n+1) {
		margin-right: 0%;
	}
	.benefits-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0%;
		margin-bottom: 40px;
	}
	.animation-element.fade-up-later {
		transition-delay: 0s;
	}
	.animation-element.fade-in-later {
		transition-delay: 0s;
	}
	.smart-truck-section {
		margin-bottom: 70px;
	}
	.smart-truck-section .section-top {
		margin-bottom: 36px;
	}
	.image-text-combo-section {
		margin-bottom: 80px;
	}
	.image-text-combo-item {
		display: block;
		margin-bottom: 50px;
	}
	.itc-image-hold {
		width: 100%;
		margin-bottom: 25px;
	}
	.itc-content-hold {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
	.image-title-list-section {
		margin-bottom: 60px;
	}
	.image-title-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.black-box-text-media-section {
		margin-bottom: 70px;
	}
	.breads ul li:after {
		margin-left: 6px;
		margin-right: 8px;
	}
	.breads ul li {
		font-size: 11px;
		letter-spacing: 1px;
	}
	.intro-reg .text-18 {
		margin-bottom: 24px;
		font-size: 16px;
	}
	.title-50 {
		font-size: 30px;
	}
	.resources-carousel-item .label-text, 
	.resources-carousel-item .reg-item-title, 
	.resources-carousel-item .reg-item-text {
		padding-right: 0;
	}
	.cta-section .text-18 {
		text-align: left;
	}
	.testimonial-item-logo img {
		max-height: 30px;
	}
	.ih-carousel-item .text-18 {
		font-size: 16px;
		margin-bottom: 36px;
	}
	.title-32 {
		padding-top: 22px;
		font-size: 24px;
		margin-bottom: 11px;
	}
	.solutions-carousel-item a:before {
		opacity: 0.3;
	}
	.home-about-box {
		height: 100px;
	}
	.home-about-box-title:after {
		max-width: 70px;
	}
	.home-about-box-text {
		font-size: 12px;
	}	
	.home-about-box-title {
		font-size: 20px;
	}
	.home-about-box-content {
		bottom: 10px;
		padding: 0 12px;
	}
	.home-about-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap: wrap;
	}
	.home-about-list ul li {
		width: calc(50% - 5px);
		min-width: calc(50% - 5px);
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.home-about-list ul li:nth-child(2n) {
		margin-right: 0px;
	}
	.home-about-list ul li.double {
		width: 100%;
		min-width: 100%;
		margin-right: 0px;
	}
	.home-about-list ul li.double + li:not(.double) {
		margin-right: 10px;
	}
	.home-about-list ul li.double + li + li {
		margin-right: 0px;
	}
	.home-about-list ul li.double + li + li + li {
		margin-right: 10px;
	}
	.home-about-list ul li.double + li + li + li +li {
		margin-right: 0px;
	}
	.footer-nav ul li a {
		font-size: 14px;
		color: #000;
		position: relative;
		line-height: 2.8;
	}
	.footer-nav ul li a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 10px;
		height: 16px;
		background: url(../img/angle-black-right-sm.svg) no-repeat right center;
	}
	.footer-middle-hold .row .col.active .footer-nav {
		display: block;
		padding: 12px 0;
		padding-left: 25px;
	}
	.footer-middle-hold .row .col.active .footer-nav-title:after {
		transform: translateY(-50%) rotate(-90deg);
	}
	.footer-middle-hold .row .col.active .footer-nav-title {
		color: #ba0c2f;
	}
	.footer-middle-hold {
		margin-bottom: 10px;
	}
	.footer-top-hold {
		padding-bottom: 28px;
		margin-bottom: 18px;
	}
	.footer-nav-title {
		padding: 8px 0;
		font-size: 18px;
		position: relative;
		margin-bottom: 0px;
	}
	.footer-nav-title:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 10px;
		height: 16px;
		background: url(../img/angle-black-right-sm.svg) no-repeat right center;
	}
	.footer-nav {
		display: none;
	}
	.footer-middle-hold .row .col {
		min-width: 100%;
		margin-bottom: 11px;
	}
	.footer-bottom-hold {
		text-align: center;
	}
	.footer-bottom-hold .text-right {
		text-align: center;
	}
	.footer-top ul {
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.footer-logo {
		text-align: center;
		margin-bottom: 42px;
	}
	.footer-logo img {
		max-width: 130px;
	}
	.footer-top {
		display: block;
	}
	.cta-section-content > span {
		position: relative;
		top: auto;
		transform: translateY(0%);
		display: block;
		margin-top: 60px;
	}
	.cta-section-content {
		padding-right: 0;
		text-align: center;
	}
	.home-resources-section {
		margin-bottom: 36px;
	}
	.resources-carousel-item a > span {
		left: 3px;
	}
	.resources-carousel-item a > div:not(.resources-carousel-item-image) {
		padding-left: 3px;
	}
	.resources-carousel.owl-carousel .owl-nav button.disabled.owl-next, 
	.resources-carousel.owl-carousel .owl-nav button.disabled.owl-prev {
		opacity: 1;
	}
	.resources-carousel.owl-carousel .owl-nav button.owl-prev {
		margin-right: 54px;
	}
	.resources-carousel.owl-carousel .owl-nav button.owl-next, 
	.resources-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 56px;
		height: 56px;
	}
	.resources-carousel .owl-nav {
		margin-top: 40px;
	}
	.resources-item-counter {
		position: absolute;
		width: 56px;
		height: 56px;
		line-height: 56px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		z-index: 10;
		text-align: center;
		color: #fff;
		background: #000;
		font-size: 12px;
		font-weight: 700;
		padding-right: 0;
	}
	.resources-current {
		font-size: 16px;
		font-weight: 700;
	}
	.cs-item-counter {
		position: absolute;
		width: 56px;
		height: 56px;
		line-height: 56px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		z-index: 10;
		text-align: center;
		color: #fff;
		background: #000;
		font-size: 12px;
		font-weight: 700;
		padding-right: 0;
	}

	.cs-current {
		font-size: 16px;
		font-weight: 700;
	}

	.cs-carousel.owl-carousel .owl-nav button.disabled.owl-next:before, 
	.cs-carousel.owl-carousel .owl-nav button.disabled.owl-prev:before {
		opacity: 0.5;
	}
	.cs-carousel.owl-carousel .owl-nav button.owl-prev:before {
		background: url(../img/slide-prev-white.svg) no-repeat center center;
	}
	.cs-carousel.owl-carousel .owl-nav button.owl-next:before {
		background: url(../img/slide-next-white.svg) no-repeat center center;
	}
	.cs-carousel.owl-carousel .owl-nav button.owl-next:before, 
	.cs-carousel.owl-carousel .owl-nav button.owl-prev:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		transition: 0.2s;
	}
	.cs-carousel.owl-carousel .owl-nav button.owl-next span, 
	.cs-carousel.owl-carousel .owl-nav button.owl-prev span {
		display: none;
	}
	.cs-carousel.owl-carousel .owl-nav button.owl-prev {
		margin-right: 54px;
	}
	.cs-carousel.owl-carousel .owl-nav button.owl-next, 
	.cs-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 56px;
		height: 56px;
		background-color: #000;
		position: relative;
	}
	.cs-carousel .owl-nav {
		margin-top: 0px;
		text-align: center;
	}
	.cs-carousel .owl-stage {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cs-carousel .owl-item {
		min-height: 100%;
	}
	.cs-carousel-item {
		background-color: #fff;
		min-height: 100%;
	}
	.cs-carousel-item a {
		text-decoration: none;
	}
	.section-top {
		margin-bottom: 36px;
	}
	.case-studies-section {
		padding-top: 44px;
		margin-bottom: 40px;
		padding-bottom: 50px;
		background-color: #000;
	}
	.logos-section {
		margin-bottom: 70px;
	}
	.testimonials-section {
		margin-bottom: 65px;
	}
	.logos-carousel-item img {
		max-height: 42px;
		max-width: 134px;
	}
	.logos-section:before, .logos-section:after {
		width: 30px;
	}
	.testimonial-item-text {
		padding: 50px 0;
		padding-left: 0px;
	}
	.testimonial-item-text-hold {
		font-size: 18px;
		letter-spacing: -0.14px;
		padding: 20px 25px 0px 25px;
		min-height: 300px;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.disabled.owl-next, 
	.testimonials-carousel.owl-carousel .owl-nav button.disabled.owl-prev {
		opacity: 1;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.disabled.owl-next:before, 
	.testimonials-carousel.owl-carousel .owl-nav button.disabled.owl-prev:before {
		opacity: 0.5;
	}
	.testimonials-current {
		color: #fff;
	}
	.testimonial-item-counter {
		position: absolute;
		width: 56px;
		height: 56px;
		line-height: 56px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		z-index: 10;
		text-align: center;
		color: #fff;
		background: #000;
		font-size: 12px;
		font-weight: 700;
		padding-right: 0;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
		margin-right: 54px;
	}
	.testimonials-carousel.owl-carousel .owl-nav button.owl-next, 
	.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 56px;
		height: 56px;
	}
	.testimonials-carousel .owl-nav {
		margin-top: 0px;
		text-align: center;
	}
	.testimonial-item-name span {
		padding-top: 5px;
	}
	.testimonial-item-name {
		font-size: 20px;
		letter-spacing: -0.28px;
	}
	.testimonial-item-logo {
		margin-left: 0;
		margin-top: 25px;
	}
	.testimonial-item-right-top {
		width: 60%;
		padding-left: 26px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0;
		display: block;
		padding-right: 20px;
	}
	
	.testimonial-item-image-hold {
		width: 40%;
	}
	.testimonial-item-image {
		min-height: 100%;

		padding-bottom: 142%;
		margin-bottom: 0;
	}
	.testimonials-carousel-item {
		display: block;
	}
	.solutions-carousel-hold {
		width: calc(100% + 25px);
	}
	.solutions-section .section-top {
		margin-bottom: 36px;
	}
	.text-18 {
		font-size: 14px;
	}
	.title-36 {
		font-size: 24px;
		padding-top: 22px;
	}
	.home-about-section {
		margin-bottom: 56px;
	}
	.home-about-section .container {
		padding: 0 25px;
	}
	.home-about-box.home-about-box-main {
		height: auto;
		padding: 0;
		margin-bottom: 25px;
	}
	.home-about-box-main .max-width-400 {
		max-width: 1000px;
	}
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.lines-wrapper > span {
		display: none;
	}
	.ih-carousel.owl-carousel .owl-nav button.owl-next {
		right: auto;
		left: 50%;
		transform: translateX(calc(-50% + 56px));
	}
	.ih-carousel.owl-carousel .owl-nav button.owl-prev {
		right: auto;
		left: 50%;
		transform: translateX(calc(-50% - 56px));
	}
	.ih-counter {
		width: 56px;
		height: 56px;
		line-height: 56px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
	.ih-carousel-item {
		padding: 100px 0 70px;
		min-height: 600px;
		margin-bottom: 56px;
	}
	.title-65 {
		font-size: 36px;
	}
	.multi-buttons ul {
		display: block;
	}
	.multi-buttons ul li {
		margin-bottom: 20px;
	}
	.multi-buttons ul li:last-child {
		margin-bottom: 0px;
	}
	.multi-buttons ul li a {
		min-width: 180px;
	}
	.ih-carousel.owl-carousel .owl-nav button.owl-next, 
	.ih-carousel.owl-carousel .owl-nav button.owl-prev {
		width: 56px;
		height: 56px;
		bottom: 0px;
	}
	.solutions-section {
		margin-bottom: 70px;
	}
	.cs-about {
		padding: 40px 0 90px;
	}
	.cs-values-section {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 575px) {
	.events-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.events-list ul li:nth-child(3n) {
		margin-right: 0px;
	}
	.stats-list ul li:last-child {
		margin-bottom: 0;
	}
	.stats-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0%;
		margin-bottom: 40px;
		text-align: center;
	}
	.resources-two-list ul li {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.mob-nav-logo img {
		max-width: 130px;
	}
	.c-resources-section {
		margin-bottom: 20px;
	}
	.crl-title {
		font-size: 18px;
	}
	.c-resources-list ul li {
		width: 45%;
		min-width: 45%;
		margin-right: 10%;
		margin-bottom: 46px;
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.c-resources-list ul li:nth-child(3n) {
		margin-right: 10%;
	}
	.c-resources-list ul li:nth-child(2n) {
		margin-right: 0%;
	}
	.c-resources-section .section-top {
		margin-bottom: 36px;
	}
	.cs-acc-content {
		padding-bottom: 20px;
	}
	.cs-acc-content .text-14 {
		margin-bottom: 14px;
	}
	.cs-acc-content {
		padding-right: 0;
	}
	.cs-acc-title {
		font-size: 16px;
		padding: 20px 0;
	}
	.bbtm-carousel-item-left {
		padding-right: 0;
	}
	.home-about-section {
		margin-bottom: 46px;
	}
	.solutions-section {
		margin-bottom: 45px;
	}
	.solutions-carousel-item-icon {
		top: 35px;
		left: 28px;
	}
	.solutions-carousel-item-icon img {
		max-width: 40px;
		max-height: 40px;
	}
	.solutions-carousel-item-content {
		padding: 0px 25px;
	}
	.solutions-carousel-item-content h3 {
		font-size: 20px;
	}
	.solutions-section .container.container-wide {
		padding: 0;
	}
	.solutions-carousel-item {
		height: auto;
		padding-bottom: 100%;
		width: 100%;
		position: relative;
		margin-bottom: 15px;
	}
	.solutions-carousel-item:last-child {
		margin-bottom: 0px;
	}
	.solutions-carousel-item:last-child {
		margin-bottom: 0px;
	}
	.logo img {
		max-width: 130px;
	}
}

@media screen and (max-width: 359px) {
	.btn-grey, .btn-grey:focus, .btn-grey:active {
		min-width: 100px;
	}
	.products-carousel-item {
		width: 290px;
	}
}