body {
	font-family: 'Roboto', Arial, sans-serif;
	color: #231f20;
	font-size: 18px;
	line-height: 1.2;
}
@media (max-width: 991.98px) {
	body {
		font-size: 16px;
	}
}
*, *:hover, *:active, *:focus {
	outline: none !important;
}
@media (min-width: 992px) {
	.col-lg-1-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
a, .btn, button {
	-webkit-transition: all 0.15s ease-out;
	   -moz-transition: all 0.15s ease-out;
	    -ms-transition: all 0.15s ease-out;
		 -o-transition: all 0.15s ease-out;
		    transition: all 0.15s ease-out;
}
a:hover, .btn:hover, button:hover {
	-webkit-transition: all 0.3s ease-in;
	   -moz-transition: all 0.3s ease-in;
	    -ms-transition: all 0.3s ease-in;
		 -o-transition: all 0.3s ease-in;
		    transition: all 0.3s ease-in;
}
a:focus, .btn:focus, button:focus {
	outline: none !important;
}
a {
	color: #FC6238;
	text-decoration: none;
}
a:hover {
	color: #de4115;
	text-decoration: none;
}
h1, .h1 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
}
h2, .h2 {
	position: relative;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 28px;
}
h2:not(.text-left):after, .h2:not(.text-left):after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0; left: 50%;
	width: 80px;
	margin-left: -40px;
	height: 4px;
	background: #FC6238;
}
h3, .h3 {
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: .5em;
}
h4, .h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: .5em;
}
.lead {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 1em;
}
.w-500 {
	font-weight: 500;
}
.text-primary {
	color: #FC6238 !important;
}
.text-secondary {
	color: #565354 !important;
}
.mb-30 {
	margin-bottom: 30px;
}
.btn {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 14px;
	line-height: 1;
	border-radius: 0;
	min-width: 200px;
	padding: 9px 30px;
	border: transparent solid 2px;
}
.btn:focus {
	box-shadow: none !important;
}
.btn:active,
.btn:active:focus {
	-webkit-transform: translateY(2px);
	   -moz-transform: translateY(2px);
	    -ms-transform: translateY(2px);
		 -o-transform: translateY(2px);
		    transform: translateY(2px);
}
.btn-primary {
	color: #FFF;
	background: #FC6238;
	border-color: #FC6238;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #de4115;
	border-color: #de4115;
}
.btn-outline-primary {
	color: #FC6238;
	background: none;
	border-color: #FC6238;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #de4115;
	border-color: #de4115;
}
.btn-light {
	color: #FC6238;
	background: #FFF;
	border-color: #FFF;
}
.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus {
	color: #de4115;
	background: #FFF;
	border-color: #FFF;
}
.nav-pills .nav-item {
	margin: -1px;
}
.nav-pills .nav-link {
	border-radius: 0;
	width: 200px;
	text-align: center;
	border: #FC6238 solid 2px;
	padding: 5px 10px;
}
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
	background: #FC6238;
}
.custom-list {
	list-style: none;
	padding: 0;
}
.custom-list li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 1em;
}
.custom-list li:before {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/check-list.png) center center no-repeat;
	background-size: 16px 16px;
	left: 10px;
	top: 2px;
}
.doc, .ppt {
	position: relative;
	height: 56px;
	padding-left: 60px;
	text-decoration: underline;
	margin: 20px 0;
}
.doc:before {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 40px;
	height: 56px;
	background: url(../images/doc.png) center center no-repeat;
	background-size: 40px 56px;
}
.ppt:before {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 46px;
	height: 56px;
	background: url(../images/presentation.png) center center no-repeat;
	background-size: 46px 42px;
}
@media (max-width: 991.98px) {
	h1, .h1 {
		font-size: 36px;
	}
	h2, .h2 {
		font-size: 24px;
	}
	h3, .h3 {
		font-size: 21px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	.lead {
		font-size: 24px;
	}
}

/* MODAL */
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px;
	}
}
@media (min-width: 992px) {
	.modal-dialog.modal-lg {
		max-width: 900px;
	}
}
.modal-content {
	border: none;
}
.modal-header,
.modal-body,
.modal-footer {
	padding: 20px 24px;
}
.modal-header {
	background: #F96B36;
	color: #FFF;
	padding-right: 70px;
	border: none;
	border-radius: 0;
}
.modal-header .close {
	display: block;
	position: absolute;
	top: 10px; right: 10px;
	color: #FFF;
	opacity: 1;
	font-size: 40px;
	font-weight: 100;
	line-height: 50px;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
}
.modal-header .close span {
	line-height: 40px;
	vertical-align: top;
}
.modal-title {
	font-size: 1.2222em;
}
.modal-content {
	border-radius: 0px;
}
.modal [type=submit] {
	display: block;
	width: 100%;
}
.form-control {
	border-radius: 0px;
	font-size: 16px;
	padding: 8px 0;
	border: none;
	border-bottom: #E0E0E0 solid 1px;
}
.form-control:focus {
	box-shadow: none !important;
	border-color: #FC6238;
}
label,
.col-form-label {
	font-size: .778em;
	color: #999;
}
.file-control {
	padding: 6px 0;
	font-weight: normal;
	position: relative;
	display: block;
}
.file-control input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.file-control span {
	font-size: 14px;
	color: #999;
	background: url(../images/attachment.png) left center no-repeat;
	text-decoration: underline;
	padding-left: 20px;
	cursor: pointer;
}
.form-horizontal .control-label {
	text-align: left;
	font-weight: normal;
	color: #999;
}
form .checkbox {
	font-size: 16px;
}
.file_upload {
	position: relative;
	overflow: hidden;
}
.file_upload>div {
	color: #555;
}
.file_upload input[type=file] {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(20);
	letter-spacing: 10em;
	-ms-transform: scale(20);
	opacity: 0;
	cursor: pointer
}
.agreement {
	margin: 20px 0;
}

/* OWL CAROUSEL */
.owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
}
@media (min-width: 576px) {
	.owl-nav {
		width: 540px;
		left: 50%;
		margin-left: -270px;
	}
}
@media (min-width: 768px) {
	.owl-nav {
		width: 720px;
		margin-left: -360px;
	}
}
@media (min-width: 992px) {
	.owl-nav {
		width: 960px;
		margin-left: -480px;
	}
}
@media (min-width: 1200px) {
	.owl-nav {
		width: 1140px;
		margin-left: -570px;
	}
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	top: -21px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 42px 42px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.owl-carousel .owl-nav button.owl-prev {
	left: -6px;
	background-image: url(../images/prev.png);
}
.owl-carousel .owl-nav button.owl-next {
	right: -6px;
	background-image: url(../images/next.png);
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	display: none;
}

/* FANCYBOX */
.fancybox-navigation .fancybox-button {
	width: 42px;
	height: 42px;
	padding: 0;
	top: calc(50% - 21px);
	background-color: #FFF;
	border-radius: 50%;
	background-position: center center;
	background-size: 42px 42px;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.fancybox-navigation .fancybox-prev {
	left: 15px;
	background-image: url(../images/prev.png);
}
.fancybox-navigation .fancybox-next {
	right: 15px;
	background-image: url(../images/next.png);
}
.fancybox-close {
	background: url(../images/close.png) center center no-repeat;
	background-size: 42px 42px;
	width: 42px;
	height: 42px;
	top: 15px;
	right: 15px;
}

/* NAVBAR */
.navbar-brand {
	display: block;
	position: relative;
	width: 72px;
	height: 47px;
	background: url(../images/logo-terralink.svg) center center no-repeat;
	background-size: 72px 47px;
}
.bg-light {
	background: #FFF !important;
}
.navbar {
	padding: 20px 15px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
	        box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #FC6238;
	outline: none;
}
.navbar-light .navbar-nav .nav-link.active {
	color: #ef633e;
}
.navbar-phone {
	font-size: 24px;
	font-weight: 700;
}
.navbar-light .navbar-toggler {
	border: none;
	padding: 0;
	margin-left: 10px;
}
.navbar-light .navbar-toggler-icon {
	width: 40px;
	height: 40px;
	background: url(../images/nav.png) center center no-repeat;
	background-size: 40px 40px;
}
@media (max-width: 991.98px) {
	.navbar-collapse {
		padding-top: 20px;
	}
}
@media (max-width: 1199.98px) {
	.navbar-phone {
		font-size: 0;
		text-indent: -9999px;
		display: block;
		width: 40px;
		height: 40px;
		background: url(../images/phone.png) center center no-repeat;
		background-size: 40px 40px;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* BLOCKS */
.block {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 70px;
}
.block-title {
	margin-bottom: 60px;
}

/* MAIN */
#main {
	background: #ABC9EB 60% center no-repeat;
	background-size: cover;
	min-height: calc(100vh - 87px);
	color: #001B21;
	margin-top: 87px;
	padding-bottom: 30px;
}
#main .container {
	position: relative;
	z-index: 2;
}
#main .lead {
	margin-bottom: 2em;
}
#main .comment {
	color: #FFF;
	font-size: 12px;
}
@media (min-width: 992px) {
	#main {
		height: 670px;
		min-height: inherit;
	}
}

/* MODULES */
#modules {
	background: #F5F5F5;
}
#modules .item {
	display: block;
	position: relative;
	padding-left: 90px;
	margin-bottom: 80px;
}
#modules .item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -37px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 992px) {
	#modules .item {
		padding-left: 195px;
	}
	#modules .item:before {
		left: 25px;
		margin-top: -61px;
		width: 122px;
		height: 122px;
	}
}
#modules .item.icon-chat:before {
	background-image: url(../images/icon-chat.png)
}
#modules .item.icon-adaptation:before {
	background-image: url(../images/icon-adaptation.png)
}
#modules .item.icon-target:before {
	background-image: url(../images/icon-target.png)
}
#modules .item.icon-study:before {
	background-image: url(../images/icon-study.png)
}
#modules .item.icon-prize:before {
	background-image: url(../images/icon-prize.png)
}
#modules .item.icon-personal:before {
	background-image: url(../images/icon-personal.png)
}
#modules .section {
	font-size: 13px;
	color: #808080;
	margin-bottom: 5px;
}
#modules .title {
	font-size: 24px;
	font-weight: 700;
	color: #F15A24;
	margin-bottom: 5px;
}
#modules .preview {
	font-size: 14px;
}
#modules .preview p {
	margin-bottom: 5px;
}

/* SOLUTIONS */
#solutions .solution {
	margin-bottom: 40px;
}
#solutions .solution img {
	margin-bottom: 10px;
}
#solutions .solution .title {
	font-size: 24px;
	font-weight: 700;
	color: #F15A24;
}
#solutions .solution .text {
	font-size: 14px;
}

/* DEMO */
#demo {
	background: #F5F5F5;
}
#demo .webinar {
	display: block;
	position: relative;
	border-bottom: #F15A24 solid 5px;
	height: 220px;
	padding: 25px 28px 40px 28px;
	color: #FFF;
	background-position: center center;
	background-size: cover;
}
#demo .webinar:before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0,.76);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.76) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#demo .webinar .content {
	display: block;
	position: relative;
	z-index: 2;
	height: 100%;
}
#demo .webinar .type,
#demo .webinar .date {
	font-size: 14px;
	font-weight: 700;
}
#demo .webinar .title {
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
}
@media (min-width: 992px) {
	#demo .webinar {
		height: 290px;
	}
}

/* ABOUT */
#about {
	overflow: visible;
}
#about .container {
	position: relative;
}
#about .icon {
	display: block;
	position: relative;
	width: 32px;
	height: 28px;
	margin: 0 auto 30px;
	background-position: center center;
	background-repeat: no-repeat;
}
#about .icon-consulting {
	background-image: url(../images/icon-consulting.png);
	background-size: 31px 24px;
}
#about .icon-integration {
	background-image: url(../images/icon-integration.png);
	background-size: 29px 26px;
}
#about .icon-support {
	background-image: url(../images/icon-support.png);
	background-size: 29px 27px;
}
#about .number {
	font-size: 21px;
	color: #FFC2AC;
	font-weight: 700;
	text-align: center;
}
#about .title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 5px 0 20px;
}
#about .text {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 40px;
}
.sap_gold_partner {
	position: absolute;
	right: 0px;
	top: -80px;
}
@media (max-width: 991.98px) {
	#about {
		padding-top: 90px;
	}
	.sap_gold_partner {
		width: 120px;
		height: auto;
		top: -103px;
	}
}

/* CONTACT */
#contact {
	background: url(../images/bg-feedback.jpg) center center no-repeat;
	background-size: cover;
	color: #FFF;
}
#contact:before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0,.5);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#contact .content {
	background: #FFF;
	height: 100%;
	color: #000;
	padding: 60px 50px;
	text-align: center;
}
#contact .photo {
	width: 104px;
	height: 104px;
	background: url(../images/photo-falkovskiy.jpg) center center no-repeat;
	background-size: cover;
	margin: 0 auto 25px;
	border-radius: 50%;
}
#contact .name {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}
#contact .position {
	font-size: 14px;
	color: #F15A24;
}
#contact .info {
	font-size: 14px;
}
#contact .quote {
	position: relative;
	font-size: 18px;
	color: #565354;
}
#contact .quote:before {
	content: '';
	display: block;
	position: absolute;
	width: 62px;
	height: 56px;
	background: url(../images/quote_1.svg) center center no-repeat;
	background-size: 62px 56px;
	z-index: 1;
	left: -25px; top: 0;
}
#contact .quote:after {
	content: '';
	display: block;
	position: absolute;
	width: 62px;
	height: 56px;
	background: url(../images/quote_2.svg) center center no-repeat;
	background-size: 62px 56px;
	z-index: 1;
	right: -25px; bottom: 0;
}
#contact .quote div {
	display: block;
	position: relative;
	z-index: 2;
	padding: 15px 5px;
}
#contact form {
	color: #000;
	background: #FFF;
	padding: 30px;
	height: 100%;
}
@media (min-width: 992px) {
}

/* FOOTER */
#footer {
	background: #F4F4F4;
	color: #000;
	padding: 35px 0 25px 0;
	font-size: 12px;
}
#footer a {
	text-decoration: underline;
}
#footer .container > div {
	margin-right: 25px;
}
.social {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social li {
	margin: 0 5px;
}
.social li a {
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	display: block;
	width: 28px;
	height: 28px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	border-radius: 50%;
	overflow: hidden;
}
.social li a[href*="facebook.com"] {
    background-image: url(../images/facebook.png);
}
.social li a[href*="linkedin.com"] {
    background-image: url(../images/linkedin.png);
}
.social li a[href*="twitter.com"] {
    background-image: url(../images/twitter.png);
}
.social li a[href*="youtube.com"] {
    background-image: url(../images/youtube.png);
}







